@charset "utf-8";

body{background: #f4f6fb;}
* {
    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;
}

.px1400 {
    max-width: 1300px;
    margin: auto;
}
.pic{
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
.wzl:after{left:0 !important;  height: 0px !important;  right: 0px !important;}
.wzl:before{ height: 0px !important;}
.pic img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    transition: all .3s;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 169px;
    padding-top: 27px;
    background:url(../images/to.png) top  left repeat-x;
    z-index: 999999;
}
/* 浮动导航 */
.header2 {
  position: fixed;
  padding-top: 6px;
  top: 0;
  left: 0;
  height: 81px;
  z-index: 999999;
  width: 100%;
  background: #1a468f;
}
.logo {
    float: left;
    width:40%;
}

.logo>a {
    display: block;
    overflow: hidden;
}

.logo img {
    display: block;
    max-width: 100%;
}

.header_r{
    float: right;
    width: 60%;
    margin-top: 0px;
    }
.header_r .header_r_t{/* width: 100%; */height: 50px;line-height: 50px;padding-right: 4%;}
.header_r .header_r_t .wl{color: #fff;font-size: 14px;float: right;}
.header_r .header_r_t .wl a{padding-left:10px; padding-right:10px;}

.nav{
   
   
}
.nav>ul{
    font-size: 0;
    position: relative;
}
.nav>ul>li{
    display: inline-block;
    width: 18%;
    vertical-align: middle;
    position: relative;
    text-align: center;
    padding-bottom: 44px;
}
.nav>ul>li:first-child{
    width: 10%;
}

.search{
   /* position: absolute; */
   /* top: -8px; */
   /* right: 0; */
   width: 34px;
   height: 34px;
   border-radius: 50%;
   /* padding: 8px; */
   /* background: rgba(255, 255, 255, 0.2); */
   cursor: pointer;
   float: right;
}
.nav>ul>li:after{
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 30px;
    height: 1px ;
    background: #fff;
    
}
.nav>ul>li:before{
    content: '';
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 0;
    background: #fff;
    transition: all .3s;
}
.nav>ul>li.on:after{
    left: 20px;
    right: 20px;
}
.nav>ul>li.on:before{
    height: 30px;
}

.nav>ul>li>a{
    font-size: 18px;
    line-height: 1;
    color: #fff;
    /* font-weight: 600; */
    text-align: center;
}
.nav>ul>li ul{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    background: rgba(36, 100, 179, 0.7);
}


.nav>ul ul>li{
    line-height: 48px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.nav>ul ul>li:hover{
    background: #1a468f;
}
.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)
}

.menu {
    position: absolute;
    top: 50%;
    right: 0.18rem;
    transform: translateY(-50%);
}

.menu img {
    display: block;
    width: 20px;
    /* height: 0.32rem; */
}

.m-nav {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 100%;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, .9);
    background: #324c3c;
    z-index: 997;
    overflow-y: scroll;
}

.m-nav ul li {
    position: relative;
    padding: 0 0.2rem;
    overflow: hidden;
}

/* .m-nav>ul>li>a { */
    .m-nav>ul li a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 42px;

    color: #fff;
    z-index: 99;
    border-bottom: 1px solid rgba(222, 221, 221, 0.5);
}

.m-nav ul li span {
    position: absolute;
    width: 40px;
    right: 0.1rem;
    top: 0;
    height: 40px;
    z-index: 999;
    transition: all 300ms;
    background: url("../images/icon2.png")no-repeat center center;
    background-size: 11px;
}

.m-nav ul li.on>span {
    transform: rotate(45deg);
}

.m-nav>ul li ul {
    display: none;
    overflow: hidden;
    margin: 0 -0.2rem 0 0;
}

.m-nav>ul>li>ul li {
    line-height: 0.6rem;
    /* height: 0.6rem; */
    /* background: #f6f6f6;
    border-bottom: 1px solid #f6f6f6; */
}

.m-nav ul li ul a {
    /* display: inline-block; */
    display: block;
    width: 100%;
    font-size: 0.24rem;
    /* color: #324c3c; */
    padding: 0 0.3rem;
}
.m-nav>ul li a{
    border: none;
}




body.open{
    overflow: hidden;
}
.searchBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    max-width: 80%;
    width: 700px;
    height: 60px;
    z-index: 999;
    margin: auto;
}
.searchBox-zzc {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background: rgba(0,0,0,.7);
    z-index: 99;
}
.searchBox input[type='text'] {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 50px;
    border-radius: 12px;
    color: #333333;
}
.searchBox input[type='image'] {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -22px;
    padding: 8px;
}

.footer{
    clear: both;
}
.footer>.f-c{
    padding-top: 19px;
    padding-bottom: 15px;
    position: relative;
    background: #1a468f;
    border-top:4px #0459a1 solid;
}
.f-c>div{
    position: relative;
}
.ewm{
   float:right;
   /* max-width: 239px; */
   /* width: 100%; */
}
.ewm img{
    font-size: 22px;
    color: #fff;
    margin-bottom: 1px;
    font-weight: normal;
    text-align: center;
    margin: 0px auto;
    display: block;
}
.ewm p{
   color: #fff;
   font-size: 14px;
   text-align: center;
}


.ft-logo{
    float: left;
}
.ft-logo img{
    display: block;
    max-width: 100%;
    margin: auto;
    margin-top: 10px;
}
.lx{margin: 0px auto; margin-left: 100px;
    float: left;
}

.lx {
    font-size: 14px;
    line-height:24px;
    color: #fff;
}
.bq{

    background: #1a468f;
}
.bq a{
    display: block;
    font-size: 14px;
    line-height: 54px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 1400px){
    .px1400{
        padding: 0 10px;
    }
}

@media screen and (max-width: 1260px){
    .nav>ul>li>a{
        font-size: 16px;
    }
   
    
}
@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: 70px;
        background: #1a468f;
        z-index: 9999;

    }
    .m-logo>a{
        display: block;
        padding-left: 15px;

    }
    .m-logo img{
        display: block;
        transform: scale(.8) ;
        transform-origin:left center ;
    }
    .m-nav {
        position: fixed;
        left:110%;
        right: 0;
        bottom: 0;
        top: 70px;
        background: #1a468f;
        padding-top: 10px;

    }
    .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;
    }
    
    .m-nav .wl{ width: 100%; margin: 0px auto; line-height: 30px; text-align: center;}
    .m-nav .wl a{ color: #fff; font-size: 14px; margin: auto 10px;}


}

@media screen and (max-width: 867px){
    .m-nav>ul ul>li {
        float: none;
        width: auto;
    }
    .m-search input[type='text']{
        line-height: 28px;
    }
    .m-search input[type='image']{
        padding: 5px;
    }
    .ft-logo{
        display: none;
    }
    .lx{width: 100%; float: none; margin-left: 0px; text-align: center;} 
    .ewm{width: 100%; float: none; } 

}
@media screen and (max-width: 640px){
    .m-header{
        height: 60px;
    }
    .m-logo>a{
        height: 60px;
    }
    .m-logo img {
        transform: scale(.45);
        transform-origin: left top;
        margin-top: 13px;
    }
    .m-nav{
        top: 60px;
    }


}
