@charset "utf-8";
/*header*/
#header {
    width: 100%;
    height: 96px;
    background-color: #0f71bc;
}

.logo {
    width: 821px;
    height: 60px;
    margin: 13px 0;
}

.headBg {
    right: 180px;
    top: 0;
}

.headerR a {
    font-size: 14px;
    color: #ffffff;
}

.language {
    padding: 8px 0 19px 0;
}

.searchIcon {
    display: block;
    width: 30px;
    height: 26px;
    background: url(../img/search.png) 4px center no-repeat;
    right: 0;
}

.searchIcon input {
    width: 26px;
    height: 26px;
    background: rgba(0, 0, 0, 0);
    filter: alpha(opacity=0);
    cursor: pointer;
}

.search {
    width: 128px;
    height: 26px;
    border: 1px solid #ffffff;
    background-color: #0f71bc;
    font-size: 14px;
    color: #ffffff;
    padding: 0 30px 0 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 24px;
}

.search:focus {
    width: 170px;
}

/*导航条*/
.navBar > li > a {
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    padding: 0 26px;
    text-align: center;
    /*display: block;*/
}

.navBar > li {
    /*width:133px;*/
}

.navBar .checkName, .navBar > li:hover > a {
    color: #0f71bc;
    font-weight: bold;
}

.subBar {
    background:url(../img/subImg.png);
    display: none;
    z-index: 30;
    width: 100%;
    top: 56px;
}

.subBar a {
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 41px;
    height: 42px;
}

.subBar a:hover {
    background-color: #0f71bc;
}

.subBar li + li a {
    border-top: 1px solid #ffffff;
}

.navBar > li:hover .subBar {
    display: block;
}

/*footer开始*/
#footer {
    padding: 25px 0;
    width: 100%;
    height: 170px;
    background-color: #0f71bc;
}

.footer > img {
    margin: 30px 60px 0 0;
}

.footer li, .footer li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

.footer span {
    font-size: 14px;
    color: #ffffff;
    width: 15px;
    margin: 3px 0 0 15px;
}

.footer div {
    margin-top: 18px;
}

/**/
.wap {
    display: none;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}




.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.05);
}

@media screen and (max-width:1024px) {
.commonWidth {
    width: 100%;
}
body {
    padding-top: 60px;
}
.pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .b-top {
        display: none;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: #0f71bc;
    }

    .m-logo {
        font-size: 0;
        padding: 10px;
        z-index: 9999;
        position: relative;
        background: rgba(0, 0, 0, .4);
        background: linear-gradient(rgba(1, 86, 159, .9), rgba(0, 0, 0, 0));
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 10px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 0;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        overflow-y: scroll;
        background: rgba(0, 116, 87, .9);
        padding-top: 60px;
        background: #255ed3;
        background-image: linear-gradient(90deg, #255ed3 0%, rgba(1, 86, 159, .9) 100%);
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../img/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

}


@media screen and (max-width:768px) {
#footer{    height: auto;}
.footer .lf{float: none;
    width: 100%;
    text-align: center;}
.footer > img{display: none;}
.footer div{
    float: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.footer .rt{float: none;}
}