@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;
    background: transparent;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    border: none;
}

ul {
    list-style: none;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.px1410 {
    max-width: 1410px;
    margin: auto;
}
.pic{
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
.pic img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
       transition: all .3s;
}
.head{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    padding-top: 33px;
    transition: all .3s;
}
.head.on{
    padding: 30px 0;
    background: #002d5c;
}
.head>div{
    max-width: 1547px;
    margin: auto;
}
.logo {
    float: left;
    width: 38.78%;
}
.logo a{
    display: block;
}
.logo img{
    display: block;
    width: 100%;
}
.right-box{
    float: left;
    width: 61.21%;
    text-align: right;
}
.search-box{
    font-size: 0;
}
.h-link,.search{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.h-link a{
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #a8bdd3;
    padding-left: 25px;
    margin-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}
.h-link a:first-child{
     margin-left: 0;
    background-image: url("../images/h-icon.png");
}
.h-link a:nth-child(2){
    background-image: url("../images/h-icon2.png");
}
.h-link a:nth-child(3){
    background-image: url("../images/icon3.png");
}
.search input[type=text]{
    width: 200px;
    line-height: 34px;
    height: 36px;
    color: #a8bdd3;
    font-size: 15px;
    padding-left: 12px;
    padding-right: 35px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
}
.search input[type=image]{
    position: absolute;
    right: 12px;
    top: 50%;
    width: 17px;
    height: 17px;
    transform: translateY(-50%);
}

input::placeholder{
    color: #a8bdd3;
}
input::-moz-placeholder{
    color: #a8bdd3;
}
input::-webkit-input-placeholder{
    color: #a8bdd3;
}
input::-ms-input-placeholder{
    color: #a8bdd3;
}

.search {
    margin-left: 38px;
}
.nav {
    font-size: 0;
}
.nav>ul>li{
    display: inline-block;
    margin-left: 2%;
    position: relative;
}
.nav>ul>li:first-child{
    margin-left: 0;
}
.nav>ul>li>a{
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}
.nav>ul>li ul{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 125px;
    background: #1e58a6;
    padding: 5px 0;
    display: none;
    transform: translateX(-50%);
}
.nav>ul>li:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-bottom-color: #1e58a6;
    display: none;
}

.nav>ul>li ul>li>a{
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    transition: all .3s;
}
.nav>ul>li ul>li:hover>a{
    background: #fff;
    color: #1e58a6;
}
.nav>ul>li.active>a,.nav>ul>li.on>a{
    color: #ffac2a;
}
.nav>ul>li.on:after{
    display: block;
}

.foot {
    padding-top: 62px;
    padding-bottom: 40px;
    background: url("../images/foot.jpg")  no-repeat center center;
    background-size: cover;
}

.f-list {
    float: left;
    width: 43.26%;
}
.f-list>ul{
    overflow: hidden;
}
.f-list>ul>li{
    float: left;
    width: 47.54%;
}
.f-list>ul>li:first-child{
    margin-right: 4.92%;
}
.f-list>ul>li>a{
    display: block;
}
.f-list>ul>li .pic{
    padding-top: 37.93%;
}
.f-list>ul>li .pic h4{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    z-index: 9;
}
.f-list>ul>li .pic h4:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
    width: 46px;
    height: 4px;
    background: #00a0e9;
}
.f-list>ul>li .pic:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.f-list>ul>li .f-info p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.f-list>ul>li .f-info {
    padding: 18px 15px;
}

.f-right{
    float: right;
}
.f-logo img{
    display: block;
}
.f-box {
    font-size: 0;
    margin-top: 48px;
}
.f-link {
    display: inline-block;
    width: 280px;
    vertical-align: middle;
}
.f-link>div{
    position: relative;
    width: 100%;
    border: 1px solid #315883;
}

.f-link>div>p{
    font-size: 14px;
    line-height: 38px;
    color: #7496bb;
    position: relative;
    padding-left: 10px;
    padding-right: 35px;
}
.f-link>div>p>img{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.f-link>div ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.73);
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 999;
    max-height: 280px;
    overflow-y: auto;
}

.f-link>div ul li a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 32px;
    color: #333;
}

.f-link>div ul li a:hover {
    background: #00a0e9;
    color: #fff;
}

.f-link>div:hover ul {
    display: block;
}
.f-list2{
    display: inline-block;
    vertical-align: middle;
}
.f-list2>ul>li{
    display: inline-block;
    width: 50px;
    position: relative;
    margin-left: 28px;
}
.f-list2>ul>li>img{
    display: block;
    width: 100%;
}
.f-list2>ul>li .qr {
    position: absolute;
    top: 100%;
    width: 80px;
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.f-list2>ul>li:hover .qr{
    display: block;
}


.bq{
    padding: 13px 0;
    background: #071d34;
}
.bq-l{
    float: left;
}
.bq-r{
    float: right;
}
.bq-l p,.bq-r p{
    font-size: 14px;
    line-height: 22px;
    color: #a8bdd3;
}
.bq-r p{
    text-align: right;
}
.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: 1547px){
    .nav>ul>li>a{
        font-size: 16px;
    }
    .head>div{
        padding:0 10px;
    }
}
@media screen and (max-width: 1410px){
    .px1410{
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav>ul>li>a,.h-link a,.nav>ul>li ul>li>a{
        font-size: 14px;
    }

}

@media screen and (max-width: 1160px){
    .pc{
        display: none;
    }
    .wap,.menuBtn{
        display: block;
    }
    .m-head {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: auto;
        height: 74px;
        background: #002d5c;
        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: 74px;
        background: #002d5c;


    }
    .m-searchBox {
        text-align: center;
        font-size: 0;
        padding-bottom: 2px;
    }
    .m-link a {
        display: inline-block;
        font-size: 14px;
        line-height: 15px;
        color: rgba(255,255,255,.5);
        border-left: 1px solid rgba(255,255,255,.5);
        margin-left: 18px;
        padding-left: 17px;
        vertical-align: middle;
    }
    .m-link a:first-child {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }
    .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;
    }
    .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: 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;
    }
}



@media screen and (max-width: 1024px){.lm {display: none !important;}
    .back {
        width: 140px;
        height: 30px;
    }
    .f-list,.f-right{
        float: none;
        width: auto;
    }
    .f-list>ul>li .pic h4{
        font-size: 20px;
    }
    .f-list>ul>li .f-info p{
        font-size: 14px;
    }
    .foot{
        padding-top: 30px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 768px){
   .back {
        bottom: 520px;
    }
    .m-nav>ul ul>li{
        float: none;
        width: auto;
    }
    .bq-l p, .bq-r p{
        font-size: 12px;
    }
    .bq-l,.bq-r{
        float: none;
        width: auto;

    }
    .bq-r p{
        text-align: left;
    }
    .f-box{
        margin-top: 15px;
    }
    .foot{
        padding: 15px 0;
    }
}

@media screen and (max-width: 640px){
    .m-logo img{
        transform: scale(0.6);
        transform-origin: left top;
        margin-top: 8px
    }
    .m-logo>a{
        height: 60px;
    }
    .m-head{
        height: 60px;
    }
    .m-nav{
        top: 60px;
    }
    .f-list>ul>li .pic h4{
        font-size: 14px;
    }
    .f-list>ul>li .pic h4:after{
        bottom: -5px;
        height: 3px;
    }
    .f-list>ul>li .f-info p{
        font-size: 12px;
    }
    .f-list>ul>li .f-info{
        padding: 0 10px;
    }
    .f-logo img{
        max-width: 100%;
    }
    .f-right{
        margin-top: 10px;
    }
    .f-list2,.f-link{
        display: block;
    }
    .f-link>div>p{
        line-height: 30px;
    }
    .f-link>div ul li a{
        line-height: 26px;
        font-size: 12px;
    }
    .f-list2{
        margin-top: 10px;
    }
    .f-list2>ul>li{
        width: 40px;
    }
    .f-list2>ul>li:first-child{
        margin-left: 0;
    }
    .f-list2>ul>li .qr{
        top: auto;
        bottom: 100%;
    }
    .f-list2>ul>li:first-child .qr{
        left: 0;
        transform: translateX(0);
    }

}
@media screen and (max-width: 430px){
    .m-logo img{
        transform: scale(0.4);
        margin-top: 15px
    }
}
@media screen and (max-width: 380px){
    .f-list>ul>li{
        float: none;
        width: auto;
    }
    .f-list>ul>li:first-child{
        margin-right: 0;
        margin-bottom: 10px;
    }
}



.qr img{    width: 85px;}.lm {
    display: block;
    font-size: 24px;
    padding-right: 45px;
    padding-left: 15px;
    color: #fff;
    line-height: 75px;
    background: #08478a;
}
.back {
    position: fixed;
    right: 20px;
    bottom: 440px;
    width: 220px;
    height: 110px;
    display: none;
    z-index: 999;
}

.back img {
    display: block;
    width: 100%;
}
@media screen and (max-width: 1560px){
    .back{
        bottom:350px;
    }
}
