@charset "utf-8";


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "微软雅黑";
}
image,
input,
button {
    outline: none;
    border: none;
}

a {
    color: inherit;
    text-decoration: none;
    /* outline: none; */
    /* border: none; */
}

ul {
    list-style: none;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.px1340 {
    max-width: 1340px;
    margin: auto;
}
.pic{
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
.pic img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.header {
    padding-top: 28px;
    padding-bottom: 25px;
    background: url("../images/header.jpg") no-repeat center center;
    background-size: cover;
}
.logo>a {
    display: block;
    overflow: hidden;
}

.logo img {
    display: block;
    max-width: 100%;
}
.nav{
    font-size: 0;
    background: #0a5fab;
}
.nav>div>ul{
    display: inline-block;
    width: 82%;
}
.nav>div>ul>li{
    display: inline-block;
    line-height: 54px;
    width: 15%;
    position: relative;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transition: all .3s;
}
.nav>div>ul>li:first-child{
    width: 10%;
    border-left: none;
}
.nav>div>ul>li>a{
    display: block;
    font-size: 18px;
    color: #fff;

}
.nav>div>ul>li.active,.nav>div>ul>li.on{
   background: #003366;
}
.lv2{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #0a5fab;
    display: none;
    z-index: 99;
}
.lv2>li{
    line-height: 42px;
    transition: all .3s;
}
.lv2>li>a{
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.lv2>li:hover{
    background: #003366;
}
.search{
    float: right;
    position: relative;
    width: 15.74%;
    margin-top: 12px;
}

.search input[type='text']{
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
    padding-right: 40px;
    border-radius: 50px;
}
.search input[type='image']{
    position: absolute;
    top: 0;
    right: 8px;
    width: 32px;
    height: 32px;
    padding: 8px;
}






.link{
    font-size: 0;
    background: #e2f1fd;
}
.link span{
    float: left;
    font-size: 23px;
    line-height: 50px;
    color: #0a5fab;
    font-weight: 600;
}
.link ul{

    overflow: hidden;
}
.link ul>li{margin-left: 4%;
    float: left;
    /* width: 11.5%; */
    line-height: 50px;
    text-align: center;
}
.link ul>li:first-child{

}
.link ul>li>a{
    display: block;
    font-size: 16px;
    color: #333333;
}
.link ul>li:hover>a{
    text-decoration: underline;
}

.footer{
    padding-top: 20px;
    padding-bottom: 13px;
    background: url("../images/footer.jpg") no-repeat center center;
    background-size: cover;
}
.f-logo{
    float: left;
    width:285px;
  
}
.f-logo img{
    display: block;
    width: 100%;
    max-width: 285px;
    margin: auto;
}
.bq{
    float: left;
    margin-top: 6px;
    margin-left: 38px;
    padding-left: 40px;
    border-left: 1px solid #ffffff;
}
.bq p{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
.qr{
    float: right;
}
.qr img{
    display: block;
    width: 82px;
    height: 82px;
}
.qr p{
   font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.wap{
    display: none;
}
.menuBtn{
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 9;
    padding-top: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.menuBtn b {
    display: block;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open b{
    display:none;
    margin:0;
    position:absolute;
    left:0;top:50%;
    width:30px
}
.menuBtn.open b:first-child {
    display:block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg)
}
.menuBtn.open b:last-child{
    display:block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg)
}
body.open{
    overflow: hidden;
}

@media screen and (max-width: 1340px){
    .px1340{
        padding-left: 10px;
        padding-right: 10px;
    }
    .link ul>li>a{
        font-size: 13px;
    }
}

@media screen and (max-width: 1024px){
    .pc {
        display: none;
    }
    .wap{
        display: block;
    }
    .menuBtn{
        display: block;
    }
    .m-header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: auto;
        height: 90px;
        background: #cfe2f4;
        z-index: 9999;

    }
    .m-logo>a{
        display: block;
        padding-left: 10px;

    }
    .m-logo img{
        display: block;
        transform: scale(.8) ;
        transform-origin:left center ;
    }
    .m-nav {
        position: fixed;
        left:110%;
        right: 0;
        bottom: 0;
        top: 90px;
        background: #1a468f;
        padding-top: 10px;
        overflow-y: scroll;
    }
    .m-searchBox {
        text-align: center;
        font-size: 0;
        padding-bottom: 2px;
    }
    .m-search {
        position: relative;
        width: 80%;
        height: 36px;
        overflow: hidden;
        margin:15px auto ;
        font-size: 0;

    }
    .m-search input[type='text']{
        width: 100%;
        line-height: 36px;
        padding:0 25px;
        color: #1a468f;
        border-radius: 10px;
    }
    .m-search input[type='image']{
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;

    }
    .m-nav>ul>li{
        position: relative;
        line-height: 36px;
        padding-left: 20px;
    }
    .m-nav>ul>li>a{
        font-size: 14px;
        color: #fff;
    }
    .m-nav>ul>li>span {
        position: absolute;
        right: 0;
        top: 0;
        width: 36px;
        height: 36px;
        background: url("../images/icon2.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 10px;
        transition: all .3s;
    }
    .m-nav>ul>li.on>span {
        transform: rotate(90deg);
    }
    .m-nav>ul ul{
        display: none;
        overflow: hidden;
        padding-left: 20px;
    }
    .m-nav>ul ul>li{
        float: left;
        width: 33%;
    }
    .m-nav>ul ul>li>a{
        font-size: 12px;
        color: #fff;
    }
    .link span{
        float: none;
        display: block;
        line-height: 40px;
    }
    .link ul>li,.link ul>li:first-child{
        width: 12.5%;
    }
    .bq{
        margin-left: 25px;
        padding-left: 25px;
    }
    .bq p{
        font-size: 12px;
    }

}
@media screen and (max-width: 860px){
    .m-header{
        height: 60px;
    }
    .m-nav{
        top: 60px;
    }
    .m-logo>a{
        padding-top: 4px;
        height: 60px;
    }
    .m-logo img{
        transform: scale(.6);
        transform-origin: left top;
    }
    .m-nav>ul ul>li{
        float: none;
        width: auto;
    }
    .link ul>li, .link ul>li:first-child{
        width: 24.5%;
        line-height: 32px;
    }
    .qr,.bq,.f-logo{
        float: none;
    }
    .f-logo{
        margin: auto;
    }
    .bq{
        width: auto;
        border: none;
        text-align: center;
        margin-left: 0;
        padding-left: 0;
        margin-top: 12px;
    }
    .qr{
        margin-top: 12px;
    }
    .qr img{
        margin: auto;
    }
}
@media screen and (max-width: 660px){
    .m-logo>a{
        padding-top: 12px;
    }
    .m-logo img{
        transform: scale(.4);
        transform-origin: left top;
    }
    .link ul>li, .link ul>li:first-child{
        width: 33%;
    }
    .f-logo{
        width: 75%;
    }
}

@media screen and (max-width: 390px){
    .m-logo>a{
        padding-top: 18px;
    }
    .m-logo img{
        transform: scale(.3);
        transform-origin: left top;
    }
    .link ul>li, .link ul>li:first-child{
        width: 50%;
    }

}