

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: '微软雅黑';
}
img,input{
    outline: none;
    border: none;
}
ul{
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}
a:focus,
input:focus,
button:focus{
    outline: none;
    border: none;
}
input,button{
outline:none;
border:none;
    background: transparent;
}
.px1200{
    max-width: 1230px;
    margin: 0 auto;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
.cover_img{
    position: relative;
    overflow: hidden;
}
.cover_img>div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.head{
    padding-top: 15px;
    padding-bottom: 15px;
}
.logo {
    float: left;
    width: 800px;
}
.logo a{
    display: block;
    overflow: hidden;
}
.logo a img{
    display: block;
    width: 100%;
}
 .search {
     float: right;
     width: 241px;
     position: relative;
     font-size: 0;
     margin-top: 40px;
 }
 .search input[type='text']{
     display: inline-block;
     width: 190px;
     line-height: 38px;
     height: 40px;
     padding: 0 10px;
     color: #666;
     border: 1px solid #e5e5e5;
     vertical-align: middle;
 }
.search input[type='image']{
    width: 36px;
    height: 36px;
    padding: 10px 9px;
    border-radius: 50%;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s;
}

input::placeholder{color: #666;}
input::-webkit-input-placeholder{color: #666;}
input::-ms-input-placeholder{color: #666;}
input::-moz-placeholder{color: #666;}
.search input[type='text']:focus{
    border-color: #1e87f0;
}
.search input[type='image']:hover{background-color: #ebebeb;}
.nav{background: #053e85}
.nav>ul>li{
    float: left;
    width: 12.5%;
    position: relative;
    line-height: 50px;
    text-align: center;
}
.nav>ul>li>a{
    display: block;
    font-size: 19px;
    color: #fff;
    transition: all .3s;
}
.nav>ul>li div{
    position: absolute;
    left: 0;
    right: 0;
    top:100%;
    background: #ffffff;
    display: none;
    z-index: 99;
}
.nav>ul>li div a{
    display: block;
    font-size: 16px;
    color: #000000;
    line-height: 45px;
    transition: all .3s;
}
.nav>ul>li div a:hover{
    color: #fff;
    background: #e0b53d;
}
.nav>ul>li.on>a{
    color: #fff;
    background: #e0b53d;
}

.foot{
    padding: 20px 0;
    background: url("../image/foot.jpg") no-repeat 50%;
    background-size: cover;
}
.f-l,
.f-lx,
.f-ks{
    float: left;
}
.f-lx{
    width: 303px;
}
.f-lx h4,.f-ks h4{
    font-size: 21px;
    line-height: 28px;
    color: #f3f3f3;
    font-weight: normal;
}
.f-lx>div p{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
.f-lx>div{
    margin-top: 10px;
}

.f-ks{
    width: 344px;
    margin-left: 70px;
}
.f-ks>div{
    font-size: 0;
    margin-top: 10px;
}
.f-ks>div a{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-left: 40px;
}
.f-ks>div a:nth-child(4n+1){
    margin-left: 0;
}

.f-r{
    float: right;
    width: 137px;
}
.f-r>img{
    display: block;
    width: 100%;
}
.f-r p{
    font-size: 14px;
    color: #fff;
    text-align: center;
   line-height: 30px;
}

.bq {
    background: #18305e;
}
.bq p{
    font-size: 0;
    overflow: hidden;
}
.bq p span{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 34px;
}
.bq p a{
    float: right;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 34px;
    margin-left: 20px;
}
.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: #014288;
    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: 1200px){
    .px1200{
        padding: 0 10px;
    }
}
@media screen and (max-width: 1024px){
    body{
        overflow-x: hidden;
    }
    .pc {
        display: none;
    }
    .wap,
    .menuBtn {
        display: block;
    }
    .m-head {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: auto;
        height: 74px;
        background: #fff;
        z-index: 9999;
    }
    .m-logo>a {
        display: block;
        padding-left: 10px;
        padding-top: 2px;
    }
    .m-logo img {
        display: block;
        max-height: 70px;
    }
    .m-nav {
        position: fixed;
        left: 110%;
        right: 0;
        bottom: 0;
        top: 74px;
        background: #01438a;
        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'] {
        display: inline-block;
        width: 100%;
        line-height: 36px;
        padding: 0 35px 0 15px;
        color: #333;
        vertical-align: middle;
        background: #fff;
        border-radius: 5px;
    }
    .m-search input[type='image'] {
        position: absolute;
        top: 0;
        right: 0;
        padding: 8px;
    }
    .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("../image/icon2.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 12px;
    }
    .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;
    }
    .f-l{
        float: none;
        width: auto;
    }
    .f-r{
        float: none;
    }
    .f-lx h4, .f-ks h4{
        font-size: 18px;
    }
    .bq p a,
    .bq p span{
        float: none;
        display: block;
        text-align: center;
        line-height: 20px;
    }
    .bq{
        padding: 5px 0;
    }
}
@media screen and (max-width: 768px){
    .f-lx{
        float: none;
        width: auto;
    }
    .f-ks{
        float: none;
        width: auto;
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .f-ks>div a{
        margin-left: 0;
        margin-right: 30px;
    }
    .f-r{
        width: 87px;
    }
}
@media screen and (max-width: 550px){
    .m-head {
        height: 64px;
    }
    .m-nav {
        top: 64px;
    }
    .m-logo img {
        height: 54px;
        padding-top: 0;
    }
    .m-nav>ul ul>li{
        float: none;
        width: auto;
    }
}
@media screen and (max-width: 420px){
    .m-logo img{
        height: 42px;
    }
    .m-logo{
       margin-top: 11px;
    }
}
.banner a{display: block;overflow: hidden}.banner img{display: block;width: 100%}.banner .slick-arrow{position: absolute;top: 50%;width: 11px;height: 21px;background-position: 50%;background-repeat: no-repeat;background-size: cover;transform: translateY(-50%);z-index: 99;border: none;cursor: pointer;opacity: 0;visibility: hidden;transition: opacity, visibility .3s}.banner .slick-prev{left: 25px;background-image: url("../image/arrows-l.png")}.banner .slick-next{right: 25px;background-image: url("../image/arrows-r.png")}.banner:hover .slick-arrow{opacity: 1;visibility: visible}