@charset "UTF-8";
header{
    animation: 0.8s ease .3s 1 normal backwards running fadeInDown;
    background: linear-gradient(180deg, #396EDB 0%, #1549B6 100%);
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    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{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.linkTop a{
    display: block;
    position: relative;
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #ffffff;
    padding: 0 0.2rem;
}
.linkTop a::before{
    display:block;
    content:"";
    width:1px;
    height:50%;
    background:#fff;
    position:absolute;
    right:0;
    top:25%;
}
.linkTop a:hover{
    color:#000;
}
.linkTop .search{
    display:block;
    width:0.24rem;
    height: 0.3rem;
    background:url(../img/search.png) no-repeat center;
    margin-left:0.2rem;
    cursor:pointer;
    background-size: contain;
}
/* 导航logo--1 */
.top{
    padding: 0.2rem 0;
    background: url(../img/topBg.png) no-repeat top center;
}
.logo a{
    display: block;
    width: auto;
    height: auto;
}
.logo a img{
    display: block;
    width: auto;
    height: auto;
    max-height: 0.9rem;
}
/* 导航 */
.nav {
    width: 100%;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.nav ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav ul>li{
    position: relative;
    width: auto;
}
.nav ul>li>a{
    display: block;
    font-family: Source Han Sans SC;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.54rem;
    letter-spacing: 0em;
    color: #ffffff;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0em;
}
.nav ul>li ol{
    display: none;
    position: absolute;
    width: 170%;
    height: auto;
    left: -35%;
    z-index: 99;
    top: 100%;
    margin-top:-0.02rem;
    background: #ffffff;
    box-sizing: border-box;
}
.nav ul>li:hover ol {
    display: block;
    animation: flipInY .8s;
    -ms-animation: flipInY .8s;
}
.nav ul>li ol li a{
    display: block;
    width: auto;
    font-size: 0.18rem;
    color: #1b4fbc;
    text-align: center;
    line-height: 0.3rem;
    padding: 0.1rem;
    box-sizing: border-box;
    white-space: nowrap;
}
.nav ul>li ol li a:hover{
    background: #1b4fbc;
    color:#ffffff;
}
.nav ul>li>a:hover::before{
    left:0;
    width:100%;
}
.nav ul>li>a::before{
    display:block;
    content:"";
    width:0;
    height:0.02rem;
    background:#fff;
    position:absolute;
    left:50%;
    bottom:0;
}
.nav ul>li>a.hover::before{
    left:0;
    width:100%;
}
.header_m{
    display: none;
}
/* 搜索 */
.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: linear-gradient(180deg, #396EDB 0%, #1549B6 100%);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;}


/* 底部 */
footer{
    padding: 0.7rem 0 0.2rem;
    background: linear-gradient(180deg, #2D61D0 0%, #1549B6 100%);
}
footer .flLogo img{
    display: block;
    width: auto;
    height: auto;
    max-height: 1.12rem;
    margin-right: 0.2rem;
}
footer .clearfix{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.lxfs {
    display:flex;
    flex-wrap:wrap;
    margin:0.3rem 0 0.14rem;
    justify-content: flex-start;
    align-items: center;
}
.lxfs p{
    font-family: Source Han Sans SC;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.36rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-right:0.5rem;
}
.lxfs p:last-of-type{
    margin-right:0;
}
.bq{
    font-family: Source Han Sans SC;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #95B8FF;
}
.code p{
    margin-right:0.25rem;
    text-align: center;
}
.code p:last-of-type{
    margin-right:0;
}
.code img{
    display: block;
    width: auto;
    height: auto;
    max-width:0.85rem;
    margin: 0 auto;
}
.code p span{
    display:block;
    font-family: Source Han Sans SC;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.36rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align:center;
}
footer .yqlj{
    width: 100%;
    margin-bottom: 0.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 9;
}
footer .yqlj>li{
    width: 23.8%;
    position: relative;
    padding: 0.43rem 0.33rem;
    box-sizing: border-box;
}
footer .yqlj>li:nth-of-type(1){
    background:url(../img/linkBg1.png) no-repeat center;
    background-size:cover;
}
footer .yqlj>li:nth-of-type(2){
    background:url(../img/linkBg2.png) no-repeat center;
    background-size:cover;
}
footer .yqlj>li:nth-of-type(3){
    background:url(../img/linkBg3.png) no-repeat center;
    background-size:cover;
}
footer .yqlj>li:nth-of-type(4){
    background:url(../img/linkBg4.png) no-repeat center;
    background-size:cover;
}
footer .yqlj>li p{
    box-sizing: border-box;
    padding: 0 0.1rem;
    text-align: left;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.46rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
}

footer .yqlj>li p::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 0.07rem solid #CCCCCC;
    border-left: 0.07rem solid transparent;
    border-right: 0.07rem solid transparent;
    border-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.15rem;
}
footer .yqlj>li ol{
    width: 100%;
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #fff;
    z-index: 19;
    box-shadow: 0 -2px 6px 2px rgba(0, 0, 0, 0.1);
}
footer .yqlj>li ol a{
    box-sizing: border-box;
    display: block;
    padding: 0 15px;
    font-size: 16px;
    color: #000;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
footer .yqlj>li ol a:hover{
    background: #427BEE;
    color: #fff;
}
footer{
    position: relative;
}
footer::before{
    display: block;
    content: "";
    width: 56.24%;
    padding: 16.4% 0 0;
    background: url(../img/footerBg.png) no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-0.86rem);
    z-index:1;
}
.footLogo a,.footLogo a img{
    display: block;
    width: auto;
    height: auto;
}
@media only screen and (min-width: 1041px){
    .yqlj>li{
        visibility: visible;
        opacity: 0;
    }
    .yqlj.animation>li:nth-of-type(1){
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .4s 1 normal backwards running fadeInUp;
    }
    .yqlj.animation>li:nth-of-type(2){
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .5s 1 normal backwards running fadeInUp;
    }
    .yqlj.animation>li:nth-of-type(3){
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .6s 1 normal backwards running fadeInUp;
    }
    .yqlj.animation>li:nth-of-type(4){
        visibility: inherit;
        opacity: 1;
        animation: 0.6s ease .7s 1 normal backwards running fadeInUp;
    }
}
/* 媒体查询 */
@media only screen and (max-width: 1600px){
    .w1440{
        width: 100%;
        padding: 0 0.3rem;
        box-sizing: border-box;
        max-width: none;
    }
}
@media only screen and (max-width: 1040px){
    .linkTop,header{
        display: none;
    }
    .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 img{
        display: block;
        width: auto;
        height: 62px;
    }
    .m_Top .en{
        float:left;
        margin-right:20px;
    }
    .m_Top .en a{
        display: block;
        /* width: 34px; */
        font-size: 14px;
        line-height: 32px;
        text-align: center;
        color: #fff;
        /* border: 1px solid #fff; */
        /* border-radius: 100%; */
        box-sizing: border-box;
    }
    .menu1 {
        width: 36px;
        height: auto;
        display: block;
        overflow: hidden;
        z-index: 999999999;
        cursor: pointer;
        margin-top: 4px;
    }

    .menu1 span {
        float: left;
        width: 100%;
        background: #ffffff;
        transition: all 0.4s ease;
        margin-top: 10px;
        height: 2px;
    }

    .menu1 span:first-child {
        margin-top: 0;
    }

    .menu1.open span:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 12px;
    }

    .menu1.open span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    .menu1.open span:nth-child(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: linear-gradient(180deg, #396EDB 0%, #1549B6 100%);
        box-shadow: 0 0 10px 2px rgba(0,0,0,0.08);
    }
    .m_nav {
        width: 100vw;
        height: calc(100% - 92px);
        position: fixed;
        top: 92px;
        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: #006151;
    }
    .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: #427BEE;
    }
    .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/search2.png) no-repeat center;
        border: none;
        box-sizing: content-box;
        position:relative;
    }
    .m_nav .search3 .submit::before{
        display:block;
        content:"";
        width:1px;
        height:20px;
        position:absolute;
        left: 1px;
        top:3px;
        background: #000000;
    }
    footer .yqlj>li{
        padding: 15px 10px;
        margin-bottom: 20px;
    }
    footer .yqlj>li p{
        padding: 0 5px;
        font-size: 14px;
        line-height: 40px;
    }
    .footLogo a img{
        margin: 0 auto;
    }
    .lxfs{
        justify-content: center;
        margin: 20px auto 0;
    }
    
    .bq {
        font-size: 14px;
        text-align: center;
    }

    footer .clearfix {
        margin: 10px auto 0;
    }
    .lxfs p{
        margin-right: 10px;
    }
    footer .yqlj{
        margin-bottom: 0;
        flex-wrap: wrap;
    }
    footer::before{
        width: 98%;
        transform: translate(-50%,-46%);
    }
    footer .flex{
        justify-content: center;
    }
    .code p span{
        font-size: 14px;
    }
}
@media only screen and (max-width: 880px){

}
@media only screen and (max-width: 768px){
    .m_Top{
        padding: 20px;
    }
    .m_Top .logo a img{
        height: 48px;
    }
    .w1440{
        padding: 0 20px;
    }
     .m_nav {
        height: calc(100% - 88px);
        top: 88px;
    }
    footer .yqlj>li{
        width: 48%;
        padding: 25px 20px;
    }
    footer{
        padding: 30px 0 15px;
    }
}
@media only screen and (max-width: 560px){
    .m_Top{
        padding: 15px 6px;
    }
    .m_nav ul,.m_nav .search3{
        width: 100%;
    }
    .m_Top .logo a img{
        height: 31px;
    }
    .m_nav{
        height: calc(100% - 64px);
        top: 64px;
    }
    .w1440{
        padding: 0 12px;
    }
    .menu1{
        width: 27px;
        margin-top: 3px;
        float: right;
    }
    .menu1 span{
        margin-top: 8px;
    }
    .m_Top .en{
        margin-right: 5px;
    }
    .m_Top .en a {
        font-size: 12px;
        /* width: 28px; */
        line-height: 26px;
    }
    footer .yqlj>li{
        width: 100%;
        margin-bottom: 10px;
        padding: 15px;
    }
    .lxfs{
        margin: 10px auto 0;
    }
    .code img{
        max-width: 88px;
    }
}