@charset "utf-8";
@font-face {
    font-family: SourceHanSerifCN;src:url("../font/SourceHanSerifCN-Bold.otf");
}
@font-face {
    font-family: Impact;src:url("../font/impact.ttf");
}
header{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    animation: 0.8s ease .3s 1 normal backwards running fadeInDown;
    padding: 0.2rem 0;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.05);
}
header::before{
    display: block;
    content: "";
    width: 100%;
    padding: 16.67% 0 0;
    background: url(../img/headerBg.png) no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.flex-r{
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
}
.img{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img p{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
a:hover .img p{
    transform: scale(1.05);
}
.linkTop{
    position: relative;
    z-index: 1001;
    margin-bottom: 0.15rem;
}
.linkTop ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.linkTop li{
    position: relative;
}
.linkTop a{
    position: relative;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #fff;
    z-index: 99;
    padding: 0 0.2rem;
}
.linkTop a:hover{
    color:#1348b7;
}
.linkTop p.search{
    cursor:pointer;
    width: 0.32rem;
    height: 0.32rem;
    background: #1348b7 url(../img/search1.png) no-repeat center;
    border-radius: 100%;
}
/* 导航logo--1 */
.logo a,.logo a img{
    display: block;
    width: auto;
    height: auto;
    max-height: 0.7rem;
}
/* 导航 */
.nav {
    width: auto;
    height: auto;
    position: relative;
    z-index: 999;
}
.nav ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav ul>li{
    position: relative;
    margin-left: 0.3rem;
}
.nav ul>li:first-of-type{
    margin-left: 0;
}
.nav ul>li>a{
    display: block;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    padding-right: 0;
    letter-spacing: 0;
}
.nav ul>li>a:hover{
    color: #bd465d;
    font-weight: bold;
}
.nav ul>li ol{
    display: none;
    position: absolute;
    width: 150%;
    height: auto;
    z-index: 99;
    left: -25%;
    top: calc(100% + 0.2rem);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    background: #ffffff;
    box-sizing: border-box;
    padding: 0.05rem 0;
}
.nav ul>li ol .tri {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 0.2rem;
    overflow: hidden;
}
.nav ul>li ol .tri::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 0.24rem;
    height: 0.24rem;
    margin: 0 auto;
    background: #ffffff;
    -webkit-transform: translate(0px, 0.15rem) rotate(45deg);
    -moz-transform: translate(0px, 0.15rem) rotate(45deg);
    -ms-transform: translate(0px, 0.15rem) rotate(45deg);
    -o-transform: translate(0px, 0.15rem) rotate(45deg);
    transform: translate(0px, 0.15rem) rotate(45deg);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.nav ul>li:hover ol {
    display: block;
    animation: flipInY .8s;
    -ms-animation: flipInY .8s;
}
.nav ul>li ol li a{
    display: block;
    width: 100%;
    font-size: 0.18rem;
    color: #333;
    text-align: center;
    line-height: 0.34rem;
    padding: 0.05rem;
    box-sizing: border-box;
}
.nav ul>li ol li a:hover{
    color: #bd465d;
    font-weight: bold;
}
.nav .search{
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/search.png) no-repeat center;
    background-size: 0.4rem auto;
    margin-left: 0.2rem;
    position: relative;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #fff;
}
header.xg{
    background: url(../img/footerBg.png) no-repeat center;
    background-size: cover;
    animation: 0.8s ease .3s 1 normal backwards running fadeInDown2;
    padding: 0.2rem 0;
    box-shadow: 0 0 0.2rem 0 rgba(19,72,183,0.25);
}
header.xg::before{
    padding: 0;
}
.header_m{
    display: none;
}
/* 底部 */
footer{
    background: url(../img/footerBg.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    z-index: 9;
}
footer::before{
    display: block;
    content: "";
    width: 100%;
    height: calc(100% - 0.5rem);
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/footerBg2.png) no-repeat center;
    background-size: 100% auto;
    z-index: -1;
}
.footSub{
    position: relative;
    z-index: 19;
    padding: 0.4rem 0;
}
.footSub::after,.footSub::before{
    display: block;
    content: "";
    width: 26.4%;
    height: 0.9rem;
    position: absolute;
    bottom: 100%;
    transform: translateY(3px);
}
.footSub::after{
    left: 0;
    background: url(../img/footerBgLeft.png) no-repeat center bottom;
    background-size: 100% auto;
}
.footSub::before{
    right: 0;
    background: url(../img/footerBgRight.png) no-repeat center bottom;
    background-size: 100% auto;
}
.link{
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    padding: 0.1rem 0.45rem;
    box-sizing: border-box;
    border-radius: 0.35rem;
    border: 1px dashed rgba(255, 255, 255, 0.3);
}
.link .tit{
    padding-left: 0.4rem;
    background: url(../img/linkIcon.png) no-repeat left center;
    background-size: 0.22rem auto;
    box-sizing: border-box;
}
.link .tit h2{
    font-size: 0.2rem;
    line-height: 0.28rem;
    color: #fff;
    font-weight: normal;
    white-space: nowrap;
}
.link .tit h3{
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
    font-style: italic;
    letter-spacing: 2px;
    white-space: nowrap;
}
.link ul li{
    float: left;
    margin-left: 0.4rem;
}
.link ul li a{
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #fff;
}
.link ul li a:hover{
    font-weight: bold;
    color: #bd465d;
}
.bq{
    background: url(../img/bqBg.png) no-repeat center;
    background-size: cover;
}
.bq p{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 5px;
    box-sizing: border-box;
    font-size: 0.15rem;
    line-height: 0.3rem;
    color: #fff;
    text-align: center;
}
.bq p a{
    color: #fff;
    display: block;
}
.bq p a:hover{
    color: #bd465d;
}
.footSub .flex{
    margin-top: 0.6rem;
}
.lxfs p{
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: left;
    padding-bottom: 0.35rem;
    position: relative;
}
.lxfs p::before{
    display: block;
    content: "";
    width: 0;
    height: 0.35rem;
    border-left: 1px dashed rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 0.08rem;
    bottom: 0;
}
.lxfs p:last-of-type{
    padding-bottom: 0;
}
.lxfs p:last-of-type::before{
    display: none;
}
.lxfs p img{
    display: block;
    width: 0.17rem;
    height: auto;
    margin-right: 0.2rem;
}
.footSub .logo a,.footSub .logo a img{
    max-height: 0.54rem;
}
.footSub .right{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.code {
    margin-left: 0.6rem;
}
.code .icon{
    padding: 0.2rem 0;
    position: relative;
    cursor: pointer;
}
.code .icon,.code .icon img{
    display: block;
    width: auto;
    height: auto;
}
.code .icon.in::before{
    display: block;
    content: "";
    border-right: 0.15rem solid #fff;
    border-left: 0 solid transparent;
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
    position: absolute;
    top: 50%;
    right: -0.4rem;
    transform: translate(0,-50%);
}
.code .tabCon{
    margin-left: 0.4rem;
}
.code .codeImg{
    display: none;
}
.code .codeImg.on{
    display: block;
}
.code .codeImg img{
    display: block;
    width: 0.98rem;
    height: auto;
    border: 0.08rem solid #fff;
}
.code .codeImg span{
    display: block;
    font-size: 0.15rem;
    line-height: 0.3rem;
    color: #fff;
    text-align: center;
    margin-top: 0.1rem;
}
.fhTop{
    width: 1.4rem;
    height: 0.8rem;
    background: #002a7b url(../img/planeIcon4.png) no-repeat top 0.2rem center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-45%);
    border-radius: 100%;
    cursor: pointer;
}
.center img{
    display: block;
    width: auto;
    height: auto;
    max-height: 0.5rem;
}
/* 搜索 */
.layer {width: 100%;height: 100%;background: rgba(6,28,26,0.75);position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 99999;opacity: 0;visibility: hidden;transition: all 0.3s ease-out 0s;}
.layer.showdiv { opacity: 1; visibility: visible; }
.layer .close {position: absolute;right: 100px;top: 100px;width: 60px;height: 60px;text-align: center;line-height: 70px;cursor: pointer;font-size: 0;transition: all 0.3s ease-out 0s;}
.layer .close:before,.layer .close:after{content:'';width: 100%;height: 2px;display:block;position:absolute;background: #fff;transition:1s;transform: rotate(45deg);top: 24px;}
.layer .close:before{transform: rotate(-45deg);}
.layer .close:hover{transform: rotate(90deg);}
.layer .search_box {height: 55px;line-height: 55px;width: 50%;transform: translateY(-50px);opacity: 0;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
.layer.showdiv .search_box { transform: none; transition: all 0.5s ease-out 0s; opacity: 1; font-size: 0; }
.layer .search_box .kw {width: 85%;height: 100%;background: #fff;padding: 0 15px;font-size: 16px;border-radius: 0;float: left;margin: 0;border: none;box-sizing: border-box;}
.layer .search_box .ok {background: #1348b7;color: #fff;width: 15%;height: 100%;text-align: center;font-size: 18px;cursor: pointer;border-radius: 0;float: left;position: absolute;top: 0;right: 0;}

/* 媒体查询 */
@media only screen and (max-width: 1660px){
    .w1600{
        padding: 0 0.3rem;
        width: 100%;
        max-width: none;
    }
    .nav ul>li{
        margin-left: 0.3rem;
    }
}
@media only screen and (max-width: 1040px){
    header{
        display: none;
    }
    body{
        padding-top: 0;
    }
    .header_m{
        display: block;
    }
    .logo{
        margin-left: 0;
    }
    .m_Top{
        display: flex;
        padding: 15px 0.3rem;
        justify-content: space-between;
        align-items: center;
    }
    .m_Top .logo a,.m_Top .logo a img{
        display: block;
        width: auto;
        height: 70px;
        max-height: none;
    }
    .menu1 {
        width: 35px;
        height: auto;
        display: block;
        overflow: hidden;
        z-index: 999999999;
        cursor: pointer;
    }
    .menu1 span {
        float: left;
        width: 100%;
        background: #fff;
        transition: all 0.4s ease;
        margin-top: 12px;
        height: 2px;
    }
    .menu1 span:nth-of-type(2){
        width: 80%;
    }
    .menu1 span:first-of-type {
        margin-top: 0;
    }
    .menu1.open span:nth-of-type(1) {
        transform: rotate(45deg);
        margin-top: 12px;
    }
    .menu1.open span:nth-of-type(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
        width:100%;
    }
    .menu1.open span:nth-of-type(3) {
        opacity: 0;
    }
    body.navshow {
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        margin: 0;
    }
    .header_m {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        z-index: 9999;
        box-sizing: border-box;
        background: url(../img/footerBg.png) no-repeat center;
        background-size: cover;
        box-shadow: 0 0 10px 2px rgba(0,0,0,0.08);
    }
    .m_nav .search3{
        position: absolute;
        top: 0;
        right: 0;
        width: 420px;
        border-top: 1px solid #ccc;
    }
    .m_nav .search3 div.search3_sub{
        background: #ffffff;
        width: 100%;
        height: 46px;
        overflow: hidden;
        box-sizing: border-box;
        border-bottom: 1px solid #cccccc;
    }
    .m_nav .search3 .text {
        float: left;
        width: calc(100% - 50px);
        height: 46px;
        border: none;
        outline: none;
        line-height: 46px;
        padding-left: 20px;
        font-size: 15px;
        margin: 0;
        background: transparent;
        color: #000000;
        box-sizing: border-box;
        border-right: 1px solid #ccc;
    }
    .m_nav .search3 .text::-webkit-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-moz-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-ms-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .submit {
        width: 50px;
        height: 46px;
        float: right;
        background: #fff url(../img/search.png) no-repeat center;
        border: none;
        box-sizing: content-box;
        position:relative;
    }
    .m_nav {
        width: 100vw;
        height: calc(100% - 100px);
        position: fixed;
        top: 100px;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        display: block;
        overflow: auto;
        box-sizing: border-box;
    }
    .m_nav.active {
        visibility: visible;
        opacity: 1;
        z-index: 99999999;
    }
    .m_nav ul{
        position: absolute;
        transition: right 0.3s ease;
        right: 0;
        top: 47px;
        left: auto;
        width: 420px;
        height: calc(100% - 47px);
        z-index: 99999;
        background: #fff;
        margin: 0;
        overflow: auto;
    }
    .m_nav ul li {
        height: auto;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ccc;
        float: none;
        text-align: left;
        padding: 0;
        line-height: 54px;
    }
    .m_nav ul>li>a {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        width: 80%;
        text-indent: 20px;
        position: relative;
        display: block;
        line-height: 54px;
    }
    .m_nav ul>li>a:hover {
        color: #1348b7;
    }
    .m_nav ul li i {
        position: absolute;
        right: 0;
        width: 15%;
        height: 54px;
        top: 0;
        background: url(../img/jia1.png) no-repeat center center;
        margin: auto;
        z-index: 10;
        cursor: pointer;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }
    .m_nav ul li i.on {
        background: url(../img/jian2.png) no-repeat center center;
    }
    .m_nav ul li ol {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: none;
        display: none;
        transition: all 0s;
    }
    .m_nav ul li ol>li {
        text-align: left;
        border: 0;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        text-indent: 40px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        transition: all .5s;
    }
    .m_nav ul li ol>li a {
        color: #333333;
        display: block;
    }
    .m_nav ul li ol>li:hover a {
        text-indent: 50px;
        color: #1348b7;
    }
    .footSub .left,.footSub .center{
        max-width:45%;
    }
    .footSub .logo a, .footSub .logo a img,.center img{
        width:auto;
        max-width:100%;
        max-height: none;
    }
    .code{
        margin-left: 0;
    }
    .footSub .right{
        justify-content: space-between;
        width: 100%;
        margin-top: 30px;
    }
    .footSub .flex{
        margin-top: 30px;
    }
    .footSub{
        padding:30px 0;
    }
    .link{
        padding: 0 0 20px;
        border-radius: 0;
        border: none;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
        flex-wrap: wrap;
    }
    .link ul{
        width:100%;
    }
    .link .tit{
        display:flex;
        align-items: flex-end;
        margin-bottom: 5px;
    }
    .link .tit h3{
        margin-left: 10px;
    }
    .link ul li{
        margin-left: 0;
        margin-right: 20px;
    }
}
@media only screen and (max-width: 768px){
    .m_Top{
        padding: 15px 20px;
    }
    .m_Top .logo a, .m_Top .logo a img{
        height: 50px;
    }
    .m_nav {
        height: calc(100% - 80px);
        top: 80px;
    }
    .menu1{
        width:30px;
    }
    .menu1 span{
        margin-top: 10px;
    }
    .w1600{
        padding: 0 20px;
    }
    .footSub{
        padding: 20px 0 10px;
    }
    .footSub .right{
        margin-top: 20px;
    }
    .footSub .flex{
        margin-top: 20px;
    }
    .link{
        padding: 0 0 10px;
    }
}
@media only screen and (max-width: 560px){
    .m_Top{
        padding: 10px 12px;
    }
    .m_nav{
        height: calc(100% - 70px);
        top: 70px;
    }
    .menu1{
    width: 32px;
    }
    .menu1 span{
        margin-top: 9px;
    }
    .w1600{
        padding: 0 12px;
    }
    .m_nav ul{
        width:100%;
    }
    .m_nav ul>li>a {
        font-size: 16px;
        text-indent: 12px;
        line-height: 44px;
    }
    .m_nav ul li i {
        width: 15%;
        height: 44px;
    }
    .m_nav ul li ol>li{
        text-indent: 24px;
        line-height: 36px;
        font-size: 14px;
    }
    .m_nav .search3{
        width: 100%;
    }
    .footSub .left, .footSub .center{
        max-width: none;
        width: 100%;
        margin-top: 20px;
    }
    .footSub .flex{
        margin-top: 0;
    }
    .bq p{
        padding: 5px;
        font-size: 14px;
        line-height: 22px;
    }
    .link ul li{
        margin-right: 10px;
    }
    .fhTop{
        width: 80px;
        height: 80px;
        transform: translate(-50%,-40%);
        background: #002a7b url(../img/planeIcon4.png) no-repeat top 10px center;
    }
    .code .codeImg img{
        width: 80px;
        border: 4px solid #fff;
    }
    .code .tabCon{
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footSub{
        padding: 20px 0 10px;
    }
    .code .codeImg span{
        font-size: 14px;
        line-height: 24px;
    }
    .code .icon.in::before{
        right: -20px;
        border-right: 12px solid #fff;
        border-left: 0 solid transparent;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }
    .lxfs{
        width: 100%;
    }
    .footSub .right{
        flex-wrap: wrap;
    }
    .code{
        margin: 15px auto 0;
    }
    .code .tabIn{
        display: none;
    }
    .code .codeImg{
        display: block;
        margin: 0 10px;
    }
    .footSub::after, .footSub::before{
        height: 40px;
    }
    .m_Top .logo a, .m_Top .logo a img{
        height: 40px;
    }
    .m_nav {
        height: calc(100% - 60px);
        top: 60px;
    }
}