* {margin: 0;padding: 0;}
ol,ul,li {list-style: none;}
html,body{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
@media screen and (min-width: 899px) {
    html,body{
        min-width: 1620px;
        overflow-x: auto !important;
    }
}
a{
    text-decoration: none !important;
    color: #333;
}
button{border: none;outline: none;}
img{border: 0px solid #fff}
.swiper-button-prev,.swiper-button-next{outline: none;}
.clear{clear: both;}
.f5f5f7{
    background: #f5f5f7;
}
body .hidden,body .hide{display: none;}
.center{
    width: 1600px;
    height: auto;
    margin: 0 auto;
    overflow-x: hidden;
}
.section .center{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
}
.center_b{
    width: 1600px;
    height: 100%;
}
.section .center_b{
    position: absolute;
    left: 0%;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
    .center,.center_b{
        height: auto;
    }
    .center{
        width: 94%;
    }
}
.left{
    float: left;
}
.right{
    float: right;
}
.ding{
    width: 100%;
    height: 50px;
}
@font-face {
    font-family: "Source_Han_Serif_SC_Light_Light";
    src: url("./Source_Han_Serif_SC_Light_Light.otf");
}
@font-face {
    font-family: "siyuansongti";
    src: url("./siyuansongti.TTF");
}
@media screen and (max-width: 899px) {
    .pc {
        display: none !important;
    }
}
@media screen and (min-width: 900px) {
    .sj {
        display: none !important;
    }
}
/*.animated11{
    animation: fadeInUp 1s 0.1s ease both;
}
.animated12{
    animation: fadeInUp 1s 0.6s ease both;
}
.animated13{
    animation: fadeInRight 1s 1.6s ease both;
}
.animated14{
    animation: fadeInLeft 1s 1.1s ease both;
}
.animated21{
    animation: fadeInUp 1s 0.1s ease both;
}
.animated22{
    animation: fadeInUp 1s 0.6s ease both;
}
.animated23{
    animation: fadeInUp 1s 1.1s ease both;
}
.animated24{
    animation: fadeInUp 1s 1.6s ease both;
}
.animated25{
    animation: fadeInUp 1s 2.1s ease both;
}
.animated1{
    animation: fadeInUp 1s 2s ease both;
}
.animated2{
    animation: fadeInUp 1s 2.5s ease both;
}
.animated3{
    animation: fadeInUp 1s 3s ease both;
}*/
.animated11{
    animation: fadeInUp 1s 0s ease both;
}
.animated12{
    animation: fadeInUp 1s 0s ease both;
}
.animated13{
    animation: fadeInRight 1s 0s ease both;
}
.animated14{
    animation: fadeInLeft 1s 0s ease both;
}
.animated21{
    animation: fadeInUp 1s 0s ease both;
}
.animated22{
    animation: fadeInUp 1s 0.3s ease both;
}
.animated23{
    animation: fadeInUp 1s 0.6s ease both;
}
.animated24{
    animation: fadeInUp 1s 0.9s ease both;
}
.animated25{
    animation: fadeInUp 1s 0s ease both;
}
.animated1{
    animation: fadeInLeft 1s 0s ease both;
}
.animated2{
    animation: fadeInRight 1s 0s ease both;
}
.animated3{
    animation: fadeInRight 1s 0s ease both;
}
/*详情页内容样式*/
.cont img{
    max-width: 100%;
}
/*分页样式*/
.pagediv{
    width: 80%;
    text-align: center;
    padding: 20px 10% 60px 10%;
}
.pagediv a{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    margin: 0 8px;
    border-radius: 50px;
    background: #fff;
    cursor: pointer;
    color: #000;
    font-size: 16px;
}
.pagediv .select{
    background: #0054a5;
    color: #fff;
}

.page1-a1{position: relative;text-align: center;margin-bottom: 80px;}
.page1-a1>a{min-width: 42px;height: 42px;padding: 0 14px;box-sizing: border-box;font-size: 14px;line-height: 42px;color: #222222;background: #f0f0f0;text-align: center;margin: 0 2px;display: none;transition: 0.5s;}
.page1-a1>a:hover{color: #fff;;background: #03594b;transition: 0.5s;}
.page1-a1>a.select{color: #fff;background: #03594b;}
.page1-b1{display: none;}

@media screen and (max-width: 899px) {
    .pagediv{
        width: 100%;
        text-align: center;
        padding: 0.28rem 0 0.38rem 0;
        margin-bottom: 0;
    }
    .pagediv a{
        width: auto;
        padding: 0 0.22rem;
        height: 0.38rem;
        display: inline-block;
        line-height: 0.38rem;
        margin: 0 0.08rem 0.1rem 0.08rem;
        border: 0.01rem solid #0054a5;
        font-size: 0.2rem;
        color: #0054a5;
    }
    .pagediv .select{
        background: #0054a5;
        color: #fff;
    }
}

/*导航栏*/
.dh{
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
}
.dh:hover{
    height: 180px;
}
.dh_b{
    width: 100%;
    height: 90px;
}
.dh_c{
    width: 94%;
    height: 90px;
    padding: 0 3%;
    background: linear-gradient(to bottom, rgba(89, 97, 120, 0.5),rgba(89, 97, 120, 0.1));
    display: flex;
    justify-content: space-between;
    transition: background 600ms ease;
}
.dh_c:hover{
    height: 180px;
    background: rgba(89, 97, 120, 0.5);
}
/*.dh_bg{
    width: 100%;
    height: 91px;
    background: url('../img/dhbg2.png') center center no-repeat;
    background-size: 100% 100%;
    position: fixed;
    left: 0;
    top: 89px;
    z-index: 102;
}
.section .dh_bg{
    background: none;
}*/
.dhl{
    width: auto;
    height: 43px;
    display: block;
    margin-top: 23px;
}
.dhi{
    width: auto;
    height: 43px;
    display: block;
}
.dhc{
    width: 70%;
    height: 90px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.dhcs{
    width: auto;
    height: 86px;
    line-height: 86px;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.dhcsb{
    width: 0%;
    height: 4px;
    background: #0054a5;
    margin: 0 auto;
    transition: width 600ms;
}
.dhcs:hover{
    color: #0054a5;
}
.dhcs:hover .dhcsb{
    width: 100%;
}
@media screen and (max-width: 1550px) {
    .dhi{
        width: auto;
        height: 36px;
        display: block;
    }
    .dhcs{
        font-size: 14px;
    }
}
@media screen and (max-width: 1200px) {
    .dhi{
        width: auto;
        height: 30px;
        display: block;
    }
    .dhcs{
        font-size: 12px;
    }
}
/*.dhcs_active{
    padding-top: 0px;
    border-top: 4px solid #0054a5;
    background: #fff;
    color: #0054a5;
}*/
.dhcsi{
    width: auto;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
}
.dhs{
    width: 220px;
    height: 120px;
    background: #0054a5;
    float: right;
    display: none;
}
.dhd{
    width: 100%;
    height: 91px;
    position: absolute;
    left: 0;
    top: 89px;
    z-index: 102;
    display: flex;
    justify-content: start;
}
.dhds{
    width: auto;
    height: 90px;
    line-height: 90px;
    margin: 0 18px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    color: #fff;
}
.dhd_b{
    width: 100%;
    height: 88px;
    border-bottom: 2px solid #fff;
    display: flex;
    justify-content: end;
}
.dhdc{
    width: 85%;
    height: 100%;
    padding: 0 2%;
    line-height: 88px;
    background: none;
    border: none;
    outline: none;
    font-size: 18px;
    color: #fff;
}
.dhdc::placeholder {
    color: #fff;
}
.dhdi{
    width: auto;
    height: 24px;
    margin: 32px 20px;
    cursor: pointer;
    display: inline-block;
}
.dhdq{
    width: auto;
    height: 100%;
    line-height: 88px;
    cursor: pointer;
    transform: scaleX(1.2);
    margin: 0 20px;
    font-size: 24px;
    color: #fff;
}
.dhd_c{
    width: 136px;
    height: auto;
    padding: 12px 20px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 0;
}
.dhdl{
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    font-size: 16px;
    color: #111;
}
.dhdl:first-child{
    border-bottom: 1px solid #f5f5f7;
}
.dhdl:hover{
    color: #0054a5;
}

/*手机导航栏*/
.sheader{
    width: 94%;
    height: 1.08rem;
    padding: 0 3%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    border-bottom: solid 0.01rem #f0f0f0;
    background: rgba(0, 0, 0, 0.3);
}
.section .sheader{
    position: absolute;
}
.page1 .sheader{
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
}
.sheader_b{
    width: 100%;
    height: 1.01rem;
}
.page1 .sheader_b{
    display: none;
}
.sheader_c{
    width: 100%;
    height: 1.36rem;
}
.logo{
    width: auto;
    height: 0.6rem;
    display: inline-block;
    float: left;
    margin-top: 0.21rem;
}
.menu{
    width: 0.4rem;
    height: auto;
    float: right;
    margin-top: 0.33rem;
}
.menu_list{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    background-size: 100% 100%;
    z-index: 999999999;
    display: none;
}
.menu_close{
    width: auto;
    height: 0.66rem;
    line-height: 0.66rem;
    position: absolute;
    top: 0.1rem;
    right: 3%;
    z-index: 4;
    font-size: 0.56rem;
    color: #fff;
}
.menu_listd{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.6);
}
.menu_list ul{
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
}
.menu_list li{
    width: 100%;
    text-align: center;
}
.menu_list li,.menu_list li a{
    line-height: 0.86rem;
    font-size: 0.30rem;
    color: #fff;
}
.menu_listc{
    width: 60%;
    height: 0.88rem;
    text-align: center;
    line-height: 0.88rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 6;
    border-top: 1px solid #f0f0f0;
}
.menu_listc,.menu_listc a{
    font-size: 0.30rem;
    color: #fff;
}

/*公共底部*/
.ft{
    width: 100%;
    min-height: 550px;
    padding-top: 38px;
    background: url('../img/ft_bg.png');
    background-size: cover;
}
.section .ft{
    background: none;
}
.ftt{
    width: 100%;
    height: 120px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ftti{
    width: auto;
    height: 65px;
    display: inline-block;
}
.fttr{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.fttri{
    width: auto;
    height: 48px;
    display: inline-block;
    margin-right: 18px;
    vertical-align: middle;
    margin-top: 6px;
}
.fttrc{
    width: auto;
}
.fttrcp{
    width: auto;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #fff;
}
.fttrct{
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-top: 12px;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}
.ftc{
    width: 100%;
    height: 436px;
    padding: 80px 0 70px 0;
    overflow-y: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ftcl{
    width: 32%;
    height: 100%;
    float: left;
}
.ftcls{
    width: 100%;
    height: auto;
    line-height: 16px;
    margin-top: 32px;
    font-size: 16px;
    color: #fff;
}
.ftcls:first-child{
    margin-top: 0px;
}
.ftcls b{
    margin-right: 30px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}
.ftclc{
    width: 100%;
    height: auto;
    margin-top: 60px;
    display: flex;
    justify-content: start;
}
.ftclcs{
    width: 130px;
    height: auto;
    margin-right: 30px;
}
.ftclcsi{
    width: 100%;
    height: auto;
    display: block;
}
.ftclcst{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 14px;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
}
.ftcr{
    width: 63%;
    height: 100%;
    overflow-y: hidden;
    display: flex;
    justify-content: space-between;
    float: right;
}
.ftcrs{
    width: auto;
    height: 100%;
}
.ftcrst{
    width: auto;
    height: 18px;
    line-height: 18px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.ftcrsc{
    width: auto;
    margin-top: 60px;
}
.ftcrscs{
    width: auto;
    height: 14px;
    line-height: 14px;
    display: block;
    margin-top: 40px;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
}
.ftcrscs:first-child{
    margin-top: 0px;
}
.ftf{
    width: 100%;
    height: 120px;
    text-align: center;
    line-height: 120px;
}
.ftf,.ftf a{
    font-size: 14px;
    color: #fff;
}

@media screen and (max-width: 899px) {
    .ft{
        width: 100%;
        min-height: 0px;
        padding: 0.32rem 0;
        background: url('../img/ft_bg.png');
        background-size: cover;
    }
    .section .ft{
        background: none;
    }
    .ftt{
        width: 100%;
        height: 0px;
        display: none;
    }
    .ftc{
        width: 100%;
        height: auto;
        padding: 0 0 0.42rem 0;
        overflow-y: hidden;
        border-bottom: 1px solid #dedede;
    }
    .ftcl{
        width: 100%;
        height: auto;
        margin-top: 0.32rem;
    }
    .ftcls{
        width: 100%;
        height: auto;
        line-height: 0.42rem;
        margin-top: 0rem;
        font-size: 0.22rem;
        color: #fff;
    }
    .ftcls:first-child{
        margin-top: 0px;
    }
    .ftcls b{
        margin-right: 0.18rem;
        font-size: 0.22rem;
        color: #fff;
    }
    .ftclc{
        margin-top: 0.22rem;
        display: flex;
        justify-content: start;
    }
    .ftclcs{
        width: 22%;
        height: auto;
        margin-right: 0.3rem;
    }
    .ftclcsi{
        width: 100%;
        height: auto;
        display: block;
    }
    .ftclcst{
        width: 100%;
        height: auto;
        text-align: center;
        line-height: 14px;
        margin-top: 20px;
        font-size: 14px;
        color: #fff;
    }
    .ftcr{
        width: 100%;
        height: auto;
        display: block;
    }
    .ftcrs{
        width: 100%;
        height: auto;
        border-bottom: 1px dotted #ccc;
    }
    .ftcrst{
        width: auto;
        height: 0.58rem;
        line-height: 0.58rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        font-weight: normal;
        font-size: 0.24rem;
        color: #fff;
    }
    .ftcrsti{
        width: auto;
        height: 0.15rem;
        margin-top: 0.21rem;
    }
    .ftcrsc{
        width: auto;
        margin-top: 60px;
    }
    .ftcrscs{
        width: auto;
        height: 14px;
        line-height: 14px;
        display: block;
        margin-top: 40px;
        font-size: 14px;
        color: #fff;
    }
    .ftcrscs:first-child{
        margin-top: 0px;
    }
    .ftf{
        width: 100%;
        height: auto;
        text-align: center;
        line-height: 0.32rem;
        margin-top: 0.28rem;
    }
    .ftf,.ftf a{
        font-size: 0.24;
        color: #fff;
    }
}



/*首页*/
/*轮播图*/
.section{
    overflow: hidden;
}
.bn{
    width: 100%;
    height: 100%;
    position: relative;
}
.bn .swiper-container{
    width: 100%;
    height: 100%;
}
.bns{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bnsbg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    background: url('../img/bnsbg.png') center center no-repeat;
    background-size: cover;
}
.bnsd{
    width: 90%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 50%;
    z-index: 3;
    overflow: hidden;
    transform: translateY(-50%);
}
.bnsa{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-weight: bold;
    font-size: 38px;
    color: #fff;
}
.bnsb{
    width: 90%;
    height: auto;
    margin-top: 32px;
    overflow: hidden;
    font-size: 56px;
    color: #fff;
}
.bnsc{
    width: 200px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    display: block;
    margin-top: 76px;
    border-radius: 56px;
    background: #0054a5;
    font-size: 16px;
    color: #fff;
}
.bnsc img{
    width: auto;
    height: 9px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}
.bn .swiper-pagination{
    width: 100%;
    text-align: center;
    bottom: 26%;
    left: 0;
}
.bn #banner_s .swiper-pagination{
    width: 94%;
    text-align: right;
    bottom: 6%;
    left: 3%;
}
.bn .swiper-pagination .swiper-pagination-bullet{
    width: 72px;
    height: 4px;
    margin: 0 8px;
    background: #fff;
    opacity: 0.6;
    border-radius: 4px;
}
.bn .swiper-pagination .swiper-pagination-bullet-active{
    background: #0054a5;
    opacity: 1;
}
.bn #banner_s .swiper-pagination .swiper-pagination-bullet{
    width: 5%;
}
.bnl,.bnr{
    width: 3.6%;
    height: auto;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    border-radius: 100%;
    cursor: pointer;
}
.bnl{
    left: 1.5%;
}
.bnr{
    right: 1.5%;
}
.bnri{
    width: 100%;
    height: auto;
}
.bnt{
    width: 10%;
    height: auto;
    position: absolute;
    left: 45%;
    bottom: 6%;
    z-index: 2;
}
.bnti{
    width: 32px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.bntp{
    width: 100%;
    height: 14px;
    text-align: center;
    line-height: 14px;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
}
.page3{
    background: url('../img/page3_bg.jpg');
    background-size: cover;
}
.page4{
    background: url('../img/page4_bg.jpg');
    background-size: cover;
}
.page5{
    background: url('../img/page5_bg.jpg');
    background-size: cover;
}
.page6{
    background: url('../img/page6_bg.jpg');
    background-size: cover;
}
.page7{
    background: url('../img/page7_bg.jpg');
    background-size: cover;
}
.page8{
    background: url('../img/page8_bg.jpg');
    background-size: cover;
}
.page9{
    background: url('../img/ft_bg.png');
    background-size: cover;
}
.pint{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.pintl{
    width: auto;
    height: auto;
}
.pintlt{
    width: auto;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    font-size: 44px;
    color: #111;
}
.pintlp{
    width: auto;
    height: 16px;
    line-height: 16px;
    margin-top: 20px;
    font-size: 16px;
    color: #111;
}
.pintd{
    width: 158px;
    height: 68px;
    display: flex;
    justify-content: space-between;
}
.pintds{
    width: 68px;
    height: 68px;
    cursor: pointer;
}
.pintr{
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin-top: 9px;
    border: 1px solid #0054a5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #0054a5;
}
.pintri{
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin: -1px 0 0 38px;
}
.page6 .pintlt,.page6 .pintlp,.page6 .pintr,.page7 .pintlt,.page7 .pintlp,.page7 .pintr{
    color: #fff;
}
.page6 .pintr,.page7 .pintr{
    border: 1px solid #fff;
}
.pina{
    width: 700px;
    height: auto;
}
.pinac{
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding-bottom: 220px;
}
.pinact{
    width: 97%;
    height: 50px;
    padding-left: 3%;
    background: url('../img/pina_bg.png');
    background-size: cover;
    display: flex;
    justify-content: start;
}
.pinacts{
    width: auto;
    padding-left: 30px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
}
.pinacts b{
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}
.pinacc{
    width: 100%;
    height: auto;
    line-height: 32px;
    margin-top: 32px;
    font-size: 16px;
    color: #111;
}
.pinacf{
    width: 100%;
    height: 68px;
    margin-top: 38px;
    display: flex;
    justify-content: start;
}
.pinacfi{
    width: auto;
    height: 68px;
    display: inline-block;
    margin-right: 20px;
}
.pinacfc{
    width: auto;
    height: 32px;
    line-height: 32px;
    border-bottom: 2px solid #111;
    padding-top: 13px;
    font-size: 16px;
    color: #111;
}
.pinai{
    width: 50%;
    height: 92%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.pinaf{
    width: 1000px;
    height: 80px;
    padding: 40px 0;
    position: absolute;
    left: 50%;
    bottom: 56px;
    z-index: 4;
    background: rgba(25, 101, 174, 0.8);
    transform: translateX(-800px);
    display: flex;
    justify-content: space-between;
}
.pinafs{
    width: 33%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.pinafs:nth-child(2){
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.pinafsi{
    width: auto;
    height: 74px;
    margin-top: 3px;
}
.pinafsd{
    width: auto;
    height: 100%;
    padding: 3px 0 0 28px;
}
.pinafst{
    width: auto;
    height: auto;
    line-height: 32px;
    position: relative;
}
.pinafstn{
    padding-right: 8px;
    font-size: 30px;
    color: #fff;
}
.pinafsta,.pinafstb{
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}
.pinafsta{
    visibility: hidden;
}
.pinafstb{
    position: absolute;
    right: 0;
    top: -4px;
    z-index: 2;
}
.pinafshr{
    width: 10px;
    height: 2px;
    margin-top: 2px;
    background: #fff;
}
.pinafsc{
    width: auto;
    height: auto;
    line-height: 14px;
    margin-top: 12px;
    font-size: 14px;
    color: #fff;
}
.pinb{
    width: 100%;
    height: auto;
    margin-top: 36px;
    position: relative;
}
.pinbt{
    width: 460px;
    height: auto;
    position: absolute;
    left: 0;
    top: 48%;
    z-index: 2;
    transform: translateY(-50%);
}
.pinbts{
    width: 100%;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 42px;
    font-size: 18px;
    color: #111;
}
.pinbts_active{
    color: #0054a5;
}
.pinbtshr{
    width: 15px;
    height: 3px;
    margin-right: 10px;
    background: #0054a5;
    vertical-align: middle;
    display: inline-block;
    visibility: hidden;
}
.pinbts_active .pinbtshr{
    visibility: visible;
}
.pinbc{
    width: 100%;
    min-height: 550px;
    margin-top: 36px;
    position: relative;
}
.pinbc_b{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: right;
}
.pinbci{
    width: 70%;
    height: auto;
    max-height: 650px;
}
.pinc{
    width: 100%;
    height: 100%;
    position: relative;
}
.pinct{
    width: 1600px;
    height: auto;
    margin: 0 auto;
    padding-top: 60px;
}
.pincc{
    width: 100%;
    height: 75%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.pincs{
    width: calc(50% + 800px);
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.pincs_active{
    display: flex;
}
.pincsc{
    width: 22%;
    height: auto;
    padding-top: 120px;
}
.pincsct{
    width: 100%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 24px;
    color: #111;
}
.pincscc{
    width: 100%;
    height: 252px;
    line-height: 36px;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    color: #111111;
}
.pincsd{
    width: 72.5%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.pincsi{
    width: 100%;
    height: 100%;
    display: block;
}
.pincsv{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.pincf{
    width: 100%;
    height: 180px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    border-top: 1px solid #e6ebf2;
    display: flex;
    justify-content: start;
}
.pincfs{
    width: 16.6%;
    height: 100%;
    position: relative;
    display: block;
    border-left: 1px solid #e6ebf2;
}
.pincfs:first-child{
    border-left: 0px solid #e6ebf2;
}
.pincfsi{
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto;
    margin-top: 45px;
}
.pincfsi_a,.pincfs_active .pincfsi_b{
    display: block;
}
.pincfs_active .pincfsi_a, .pincfsi_b{
    display: none;
}
.pincfsi_c{
    display: none;
}
.pincfst{
    width: 90%;
    height: 18px;
    text-align: center;
    line-height: 18px;
    margin: 22px 5% 0 5%;
    font-size: 18px;
    color: #fff;
}
.pincfs:nth-child(1) .pincfst,.pincfs:nth-child(2) .pincfst{
    color: #111;
}
.pincfsz{
    width: auto;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 4;
    font-size: 16px;
    color: #fff;
}
.pincfs:nth-child(1) .pincfsz,.pincfs:nth-child(2) .pincfsz{
    color: #bbb;
}
.pind{
    width: 100%;
    height: auto;
    min-height: 630px;
    margin-top: 58px;
    position: relative;
}
.pindc{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pinds{
    width: 23%;
    height: auto;
    min-height: 430px;
    padding-bottom: 50px;
    display: block;
}
.pindsc{
    width: 90%;
    height: auto;
    padding: 36px 5%;
    background: #fff;
}
.pindsi{
    width: 100%;
    height: auto;
    display: block;
}
.pindst{
    width: 100%;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #000;
}
.pind .swiper-pagination{
    width: 100%;
    height: 5px;
    text-align: center;
    line-height: 5px;
    bottom: 5px;
    left: 0;
}
.pind .swiper-pagination .swiper-pagination-bullet{
    width: 10%;
    height: 1px;
    margin: 0;
    background: #e3ecf6;
    border-radius: 0;
    opacity: 1;
}
.pind .swiper-pagination .swiper-pagination-bullet-active{
    height: 5px;
    background: #0054a5;
    transform: translateY(2px);
}
.pine{
    width: 100%;
    height: auto;
    background: url('../img/indd_bg.png') center center no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 38px;
}
.pinel{
    width: 50%;
    height: auto;
    min-height: 560px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.pineli{
    width: 100%;
    height: auto;
    min-height: 560px;
    display: block;
}
.pineli_b{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    transition: width 450ms ease-in-out,min-height 450ms ease-in-out;
}
.pinel:hover .pineli_b{
    width: 110%;
    min-height: 612px;
}
.pinelt{
    width: 94%;
    height: 72px;
    line-height: 72px;
    padding: 0 3%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #fff;
}
.piner{
    width: 48%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.piners_b{
    width: 100%;
    height: 25%;
    display: block;
}
.piners{
    width: 94%;
    height: calc(95% - 40px);
    display: block;
    padding: 20px 3%;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
}
.piners:hover{
    background: #0054a5;
}
.pinerst{
    width: 100%;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 18px;
    color: #111;
}
.pinersp{
    width: 100%;
    height: 18px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 18px;
    font-size: 14px;
    color: #666;
}
.pinersf{
    width: 94%;
    height: 14px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 3%;
    bottom: 10%;
    z-index: 3;
    font-size: 14px;
    color: #666;
}
.piners:hover .pinerst,.piners:hover .pinersp,.piners:hover .pinersf{
    color: #fff;
}
.pinf{
    width: 100%;
    height: auto;
    margin-top: 58px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pinfs{
    width: 33.3%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.pinfsi{
    width: 100%;
    height: auto;
    display: block;
}
.pinfsi_b{
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    transition: width 600ms ease;
}
.pinfs:hover .pinfsi_b{
    width: 120%;
}
.pinfst{
    width: 94%;
    height: 68px;
    text-align: center;
    line-height: 68px;
    padding: 88px 3% 0 3%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
}
.ping{
    width: 94%;
    height: auto;
    padding: 66px 3%;
    margin-top: 43px;
    background: #fff;
}
.pingl{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.pings{
    width: 30%;
    height: auto;
}
.pingst{
    width: 100%;
    height: auto;
    line-height: 16px;
    font-size: 16px;
    color: #111;
}
.pingsc{
    width: calc(100% - 42px);
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    margin-top: 30px;
    border: 1px solid #eeeeee;
    outline: none;
    background: none;
    font-size: 16px;
    color: #111;
}
.pinga{
    width: 100%;
    height: auto;
    margin-top: 42px;
}
.pingsd{
    width: calc(94%  - 42px);
    height: 120px;
    line-height: 30px;
    padding: 20px 20px;
    margin-top: 30px;
    border: 1px solid #eeeeee;
    outline: none;
    background: none;
    resize: none;
    font-size: 16px;
    color: #111;
}
.pingsc:placeholder{
    font-size: 16px;
    color: #999;
}
.pinge{
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 60px;
    background: #0054a5;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}



@media screen and (min-width: 900px) and (max-width: 1400px) {
    .pinersf {
        display: none;
    }
}
/*手机端样式*/
@media screen and (max-width: 899px) {
    .bns{
        background: #000;
    }
    .bnsbg{
        background: url('../img/bnsbg_sj.png') center center no-repeat;
        background-size: cover;
    }
    .bnsa{
        font-size: 0.42rem;
    }
    .bnsb{
        line-height: 0.66rem;
        margin-top: 0.38rem;
        font-size: 0.5rem;
    }
    .bnsc{
        line-height: 0.88rem;
    }
    .bnsv{
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 2;
        transform: translateY(-50%);
    }
    .page3{
        background: url('../img/page3_bgsj.jpg');
        background-size: cover;
    }
    .page4{
        background: url('../img/page4_bgsj.jpg');
        background-size: cover;
    }
    .page5{
        background: url('../img/page5_bgsj.jpg');
        background-size: cover;
    }
    .page6{
        background: url('../img/page6_bgsj.jpg');
        background-size: cover;
    }
    .page7{
        background: url('../img/page7_bgsj.jpg');
        background-size: cover;
    }
    .page8{
        background: url('../img/page8_bgsj.jpg');
        background-size: cover;
    }
    .page9{
        background: url('../img/ft_bg.png');
        background-size: cover;
    }
    .pint{
        flex-wrap: wrap;
    }
    .pintl{
        width: 75%;
        height: auto;
        padding-right: 25%;
    }
    .page2 .pintl{
        padding-right: 0%;
    }
    .pintlt{
        height: 0.52rem;
        line-height: 0.52rem;
        font-size: 0.42rem;
    }
    .pintlp{
        height: auto;
        line-height: 0.3rem;
        margin-top: 0.12rem;
        font-size: 0.18rem;
    }
    .pintd{
        width: 30%;
        height: auto;
        margin: 0 auto;
        padding-top: 0.38rem;
    }
    .pintds{
        width: 35%;
        height: auto;
    }
    .pintr{
        width: 22%;
        height: 0.56rem;
        line-height: 0.56rem;
        margin-top: 0.22rem;
        font-size: 0.18rem;
    }
    .page2 .pintr{
        margin-top: 0.02rem;
    }
    .pintri{
        width: 0.18rem;
        margin: -0.01rem 0 0 0.08rem;
    }
    .page6 .pintlt,.page6 .pintlp,.page6 .pintr,.page7 .pintlt,.page7 .pintlp,.page7 .pintr{
        color: #fff;
    }
    .page6 .pintr,.page7 .pintr{
        border: 1px solid #fff;
    }
    .pina{
        width: 100%;
    }
    .pinac{
        margin-top: 0.36rem;
        padding-bottom: 0rem;
    }
    .pinact{
        height: 0.5rem;
    }
    .pinacts{
        padding-left: 0.3rem;
        line-height: 0.5rem;
        font-size: 0.24rem;
    }
    .pinacts b{
        font-size: 0.12rem;
    }
    .pinacc{
        height: 2.88rem;
        line-height: 0.32rem;
        overflow: hidden;
        margin-top: 0.32rem;
        font-size: 0.24rem;
    }
    .pinai{
        width: 100%;
        height: 2.6rem;
        position: static;
        margin-top: 0.18rem;
    }
    .pinaf{
        width: 100%;
        height: 0.8rem;
        padding: 0.4rem 0;
        position: static;
        transform: translateX(0px);
        margin-top: 0.12rem;
    }
    .pinafs{
        width: 29%;
        padding: 0 2%;
        justify-content: space-between;
    }
    .pinafsi{
        width: 30%;
        height: 0.54rem;
        margin-top: 0.13rem;
    }
    .pinafsd{
        width: 62%;
        height: 100%;
        padding: 0;
    }
    .pinafst{
        width: auto;
        line-height: 0.32rem;
    }
    .pinafstn{
        padding-right: 0.08rem;
        font-size: 0.26rem;
        color: #fff;
    }
    .pinafsta{
        width: 0;
        height: 0;
        display: none;
    }
    .pinafsta,.pinafstb{
        font-size: 0.16rem;
    }
    .pinafstb{
        top: -0.04rem;
    }
    .pinafshr{
        width: 0.1rem;
        height: 0.02rem;
        margin-top: 0.12rem;
    }
    .pinafsc{
        line-height: 0.16rem;
        margin-top: 0.12rem;
        font-size: 0.16rem;
    }
    .pinb{
        margin-top: 0.36rem;
    }
    .pinbt{
        width: 100%;
        height: auto;
        position: static;
        transform: translateY(0);
    }
    .pinbts{
        line-height: 0.42rem;
        font-size: 0.24rem;
    }
    .pinbtshr{
        width: 0.15rem;
        height: 0.03rem;
        margin-right: 0.12rem;
    }
    .pinbts_active .pinbtshr{
        visibility: visible;
    }
    .pinbc{
        width: 100%;
        min-height: 0.65rem;
        margin-top: 0.32rem;
        position: relative;
    }
    .pinbci{
        width: 100%;
        height: auto;
        display: block;
    }
    .pind{
        width: 100%;
        min-height: 4.3rem;
        margin-top: 0.28rem;
    }
    .pindc{
        padding-bottom: 0.2rem;
    }
    .pinds{
        width: 48%;
        min-height: 3.3rem;
        padding-bottom: 0.15rem;
    }
    .pindsc{
        width: 70%;
        padding: 0.36rem 15%;
    }
    .pindst{
        height: 0.24rem;
        line-height: 0.24rem;
        margin-top: 0.12rem;
        font-size: 0.2rem;
    }
    .pind .swiper-pagination{
        height: 0.1rem;
        line-height: 0.1rem;
        bottom: 0.1rem;
        left: 0;
    }
    .pind .swiper-pagination .swiper-pagination-bullet{
        height: 0.01rem;
    }
    .pind .swiper-pagination .swiper-pagination-bullet-active{
        height: 0.05rem;
        transform: translateY(0.02rem);
    }
    .pinf{
        margin-top: 0.28rem;
        justify-content: space-between;
    }
    .pinfs{
        width: 49%;
        height: auto;
        margin-top: 0.2rem;
        position: relative;
        overflow: hidden;
    }
    .pinfs:hover .pinfsi_b{
        width: 120%;
    }
    .pinfsi{
        min-height: 2rem;
    }
    .pinfst{
        height: 0.68rem;
        line-height: 0.68rem;
        padding: 0.24rem 3% 0 3%;
        white-space: nowrap;
        font-size: 0.24rem;
    }
    .pinc{
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2;
        transform: translate(-50%,-50%);
    }
    .pinct{
        width: 94%;
        padding-top: 0.42rem;
        margin: 0 3%;
    }
    .pincc{
        width: 94%;
        height: 4.2rem;
        margin: 0.52rem 3% 0 3%;
        position: relative;
        overflow: hidden;
    }
    .pincs{
        width: 100%;
        height: 100%;
        padding: 0;
    }
    .pincsc{
        width: 94%;
        height: auto;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        padding: 0.3rem 3%;
        background: linear-gradient(to top, rgba(4,88,174,1), rgba(0,0,0,0));
    }
    .pincsct{
        height: 0.282rem;
        line-height: 0.282rem;
        font-size: 0.282rem;
        color: #fff;
    }
    .pincscc{
        height: auto;
        max-height: 1.36rem;
        line-height: 0.34rem;
        margin-top: 0.22rem;
        font-size: 0.2rem;
        color: #fff;
    }
    .pincsd{
        width: auto;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        z-index: 1;
        transform: translateX(-50%);
    }
    .pincsi{
        width: auto;
        height: 100%;
        display: block;
    }
    .pincf{
        height: auto;
        position: static;
        margin-top: 0.32rem;
    }
    .pincfst,.pincfsz{
        display: none;
    }
    .pincfs{
        height: auto;
        padding: 0.26rem 0;
    }
    .pincfsi{
        width: 60%;
        height: 0.52rem;
        margin: 0 20%;
    }
    .pincfsi_a{
        display: none;
    }
    .pincfs_active .pincfsi_b, .pincfsi_c{
        display: block;
    }
    .pincfsi_b, .pincfs_active .pincfsi_c{
        display: none;
    }


    .pine{
        margin-top: 0.52rem;
        display: block;
    }
    .pinel{
        width: 100%;
        height: auto;
        min-height: 2.4rem;
        max-height: 3.4rem;
        position: relative;
    }
    .pineli{
        min-height: 2.4rem;
        max-height: 3.4rem;
    }
    .pineli_b{
        display: none;
    }
    .pinelt{
        height: 0.66rem;
        line-height: 0.66rem;
        font-size: 0.26rem;
    }
    .piner{
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 0.2rem;
    }
    .piners_b{
        display: none;
    }
    .piners_b:nth-child(1),.piners_b:nth-child(2){
        display: block;
    }
    .piners{
        height: auto;
        margin-top: 0.2rem;
        padding: 3.5% 3%;
    }
    .pinerst{
        width: 100%;
        height: 0.28rem;
        line-height: 0.28rem;
        font-size: 0.28rem;
    }
    .pinersp{
        width: 100%;
        height: 0.24rem;
        line-height: 0.24rem;
        margin-top: 0.15rem;
        font-size: 0.22rem;
    }
    .pinersf{
        width: 100%;
        height: 0.18rem;
        line-height: 0.18rem;
        margin-top: 0.2rem;
        font-size: 0.18rem;
        display: block;
        position: relative;
        left: 0;
        bottom: 0;
    }
    .ping{
        width: 94%;
        height: auto;
        padding: 0.12rem 3% 0.38rem 3%;
        margin-top: 0.38rem;
        background: #fff;
    }
    .pingl{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .pings{
        width: 100%;
        height: auto;
        margin-top: 0.28rem;
    }
    .pingst{
        width: 100%;
        height: auto;
        line-height: 0.26rem;
        font-size: 0.24rem;
        color: #111;
    }
    .pingsc{
        width: calc(100% - 42px);
        height: 0.46rem;
        line-height: 0.46rem;
        padding: 0 20px;
        margin-top: 0.22rem;
        border: 1px solid #eeeeee;
        outline: none;
        background: none;
        font-size: 0.2rem;
        color: #111;
    }
    .pinga{
        width: 100%;
        height: auto;
        margin-top: 0.28rem;
    }
    .pingsd{
        width: calc(94%  - 42px);
        height: 1.2rem;
        line-height: 0.3rem;
        padding: 0.2rem 20px;
        margin-top: 0.22rem;
        border: 1px solid #eeeeee;
        outline: none;
        background: none;
        resize: none;
        font-size: 0.2rem;
        color: #111;
    }
    .pingsc:placeholder{
        font-size: 0.2rem;
        color: #999;
    }
    .pinge{
        width: 32%;
        height: 0.46rem;
        text-align: center;
        line-height: 0.46rem;
        margin: 0 auto;
        margin-top: 0.32rem;
        border-radius: 0.46rem;
        background: #1058d1;
        cursor: pointer;
        font-size: 0.24rem;
        color: #fff;
    }
}




/*子页面*/
.gywm_bg{
    background: #eef1f6;
}
.ab{
    width: 100%;
    height: auto;
    padding: 88px 0;
    background: url("../img/ab_bg.jpg") center center no-repeat;
    background-size: 100% 100%;
}
.abt{
    width: 100%;
    height: auto;
    line-height: 38px;
    font-size: 16px;
    color: #333;
}
.abc{
    width: 100%;
    height: auto;
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
}
.abcs{
    width: 30%;
    height: auto;
}
.abcst{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 48px;
    color: #2667d5;
}
.abcsp{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 22px;
    margin-top: 38px;
    font-size: 18px;
    color: #343434;
}
.abi{
    width: 100%;
    height: auto;
    display: block;
    margin-top: 88px;
}
.lx{
    width: 100%;
    height: auto;
    padding: 60px 0 100px 0;
}
.lxl{
    width: 100%;
    height: auto;
}
.lxl img{
    max-width: 100%;
}
.lxr{
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.lxrs{
    width: 370px;
    height: 200px;
    padding-top: 40px;
    background: #f5f6f8;
    cursor: pointer;
}
.lxrs:hover{
    background: #5ba3d5;
}
.lxrsi{
    width: auto;
    height: 46px;
    margin: 0 auto;
}
.lxrsi_a,.lxrs:hover .lxrsi_b{
    display: block;
}
.lxrs:hover .lxrsi_a,.lxrsi_b{
    display: none;
}
.lxrst{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 20px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 20px;
    color: #111;
}
.lxrsc{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 16px;
    margin-top: 30px;
    font-size: 16px;
    color: #999;
}
.lxrs:hover .lxrst,.lxrs:hover .lxrsp,.lxrs:hover .lxrsc{
    color: #fff;
}
.fk{
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: url('../img/fk_bg.jpg') center center no-repeat;
    background-size: cover;
}
.fkt{
    width: 100%;
    height: auto;
    line-height: 40px;
    font-size: 40px;
    color: #fff;
}
.fkc{
    width: 94%;
    height: auto;
    padding: 66px 3%;
    margin-top: 43px;
    background: #fff;
}
.fkcl{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.fkcs{
    width: 30%;
    height: auto;
}
.fkcst{
    width: 100%;
    height: auto;
    line-height: 16px;
    font-size: 16px;
    color: #111;
}
.fkcsc{
    width: calc(100% - 42px);
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    margin-top: 30px;
    border: 1px solid #eeeeee;
    outline: none;
    background: none;
    font-size: 16px;
    color: #111;
}
.fkca{
    width: 100%;
    height: auto;
    margin-top: 42px;
}
.fkcsd{
    width: calc(94%  - 42px);
    height: 120px;
    line-height: 30px;
    padding: 20px 20px;
    margin-top: 30px;
    border: 1px solid #eeeeee;
    outline: none;
    background: none;
    resize: none;
    font-size: 16px;
    color: #111;
}
.fkcsc:placeholder{
    font-size: 16px;
    color: #999;
}
.fkce{
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 60px;
    background: #3690cf;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}
.hj{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.hjs{
    width: 520px;
    height: 340px;
    margin: 20px 0 0 20px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.hjs:nth-child(3n+1){
    margin-left: 0px;
}
.hjsi{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    transition: width 600ms;
}
.hjs:hover .hjsi{
    max-width: 120% !important;
    width: 120%;
}
.hjst{
    width: 94%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    padding: 0 3%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #fff;
}
.wh{
    width: 100%;
    height: auto;
    padding: 10px 0 190px 0;
    background: url('../img/wh_bg.png') top center no-repeat;
    background-size: cover;
}
.wh .center{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.whs{
    width: 480px;
    height: auto;
    padding: 90px 60px 0 60px;
    margin: 0 100px;
    background: url('../img/whs_bg.png') bottom center no-repeat;
    background-size: 100% auto;
}
.whsi{
    width: auto;
    height: 40px;
    display: block;
}
.whst{
    width: 100%;
    height: auto;
    line-height: 20px;
    margin-top: 20px;
    font-size: 20px;
    color: #0054a5;
}
.whsc{
    width: 100%;
    height: 120px;
    line-height: 120px;
    margin-top: 6px;
    overflow: hidden;
    font-size: 18px;
    color: #111;
}
.ry{
    width: 100%;
    height: auto;
    padding: 10px 80px;
    background: url('../img/ry_bg.jpg') top center no-repeat;
    background-size: cover;
}
.ryd{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.rys{
    width: 370px;
    height: auto;
    margin: 30px 15px 0 15px;
}
.rysc{
    width: 368px;
    height: 498px;
    border: 1px solid #d8e2ee;
    border-bottom-left-radius: 38px;
    border-top-right-radius: 38px;
    background: #f0f5fb;
}
.rysi{
    width: auto;
    max-width: 96%;
    height: 378px;
    margin: 60px auto;
    display: block;
}
.ryst{
    width: 86%;
    height: 60px;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 22px;
    font-size: 16px;
    color: #111;
}
.als{
    width: 520px;
    height: auto;
    margin: 40px 0 0 20px;
    padding-bottom: 26px;
    position: relative;
}
.als_left{
    margin-left: 0px;
}
.als_b{
    width: 100%;
    height: auto;
    margin-top: 0;
    transition: margin-top 600ms ease;
}
.als:hover .als_b{
    margin-top: -20px;
}
.alsi{
    width: 100%;
    height: auto;
    display: block;
}
.alsd{
    width: 94%;
    height: auto;
    padding: 26px 3% 56px 3%;
    background: #fff;
}
.alsdt{
    width: 100%;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #111;
}
.alsdp{
    width: 100%;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
    font-size: 14px;
    color: #555;
}
.alsf{
    width: 140px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    padding: 0 30px;
    margin: 0 auto;
    margin-top: -26px;
    border-radius: 52px;
    background: linear-gradient(to right, #1e2847 0%, #0054a5 100%);
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #fff;
}
.alx{
    width: 100%;
    height: auto;
    padding-top: 80px;
    margin: 0 auto;
}
.alxt{
    width: 100%;
    height: auto;
    line-height: 30px;
    margin-top: 50px;
    font-weight: bold;
    font-size: 30px;
    color: #111;
}
.alxp{
    width: 100%;
    height: 16px;
    line-height: 16px;
    margin-top: 24px;
    font-size: 14px;
    color: #0054a5;
}
.alxpi{
    width: auto;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.alxhr{
    width: 100%;
    height: 2px;
    margin-top: 30px;
    border-bottom: 1px solid #e1e3e5;
}
.alxhr_b{
    width: 120px;
    height: 3px;
    background: #0054a5;
}
.alxc{
    width: 100%;
    height: auto;
    padding: 60px 0;
}
.alxc img{
    max-width: 94%;
}
.alin{
    padding-bottom: 0;
}
.alin img{
    width: 60%;
}
.alim{
    width: 100%;
    height: auto;
}
.alimi{
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.alxi{
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.xwl{
    width: 1110px;
    height: auto;
    float: left;
}
.xwr{
    width: 400px;
    height: auto;
    float: right;
}
.xwrd{
    width: 330px;
    height: auto;
    padding: 40px 35px;
    background: #fff;
}
.xwrt{
    width: 100%;
    height: auto;
    line-height: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #111;
}
.xwrc{
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.xwrcs{
    width: 100%;
    height: auto;
    padding: 20px 0 15px 0;
    border-top: 1px dotted #e1e3e5;
    display: inline-block;
}
.xwrcs:first-child{
    border-top: none;
}
.xwrcsp{
    width: 100%;
    height: auto;
    line-height: 14px;
    font-size: 14px;
    color: #c7c7c7;
}
.xwrcst{
    width: 100%;
    height: auto;
    line-height: 26px;
    margin-top: 15px;
    font-size: 16px;
    color: #111;
}
/*解决方案*/
.fa{
    width: 100%;
    height: auto;
    padding-top: 60px;
}
.fas{
    width: 100%;
    height: auto;
    margin-top: 20px;
    background: #fff;
}
.fast{
    width: 95%;
    height: 100px;
    padding: 0 2.5%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.fas_active .fast{
    background: #0054a5;
}
.fastc{
    width: 90%;
    height: 100%;
    line-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #000;
}
.fas_active .fastc{
    color: #fff;
}
.fastci{
    width: auto;
    height: 32px;
    vertical-align: middle;
    margin: -2px 28px 0 0;
}
.fastci_a,.fas_active .fastci_b{
    display: inline-block;
}
.fas_active .fastci_a,.fastci_b{
    display: none;
}
.fasti{
    width: auto;
    height: 12px;
    vertical-align: middle;
    margin-top: 44px;
}
.fasti_a,.fas_active .fasti_b{
    display: inline-block;
}
.fas_active .fasti_a,.fasti_b{
    display: none;
}
.fasd{
    width: 95%;
    height: auto;
    padding: 60px 2.5%;
    background: #fff;
    display: none;
    justify-content: space-between;
    align-items: flex-start;
}
.fas_active .fasd{
    display: flex;
}
.fasdi{
    width: 32px;
    height: auto;
    display: inline-block;
}
.fasdl{
    width: 560px;
    height: auto;
}
.fasdr{
    width: 760px;
    height: auto;
}
.fasdt{
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 16px;
    color: #0054a5;
}
.fasdc{
    width: 100%;
    height: auto;
    line-height: 32px;
    margin-top: 12px;
    font-size: 16px;
    color: #333;
}
.cp{
    width: 100%;
    height: auto;
    background: #f9f9f9;
}
.cpt{
    width: 100%;
    height: auto;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: start;
}
.cpti{
    width: 50%;
    height: auto;
    background: #f8f8f8;
}
.cpti img{
    width: 100%;
    height: auto;
    display: block;
}
.cptc{
    width: 720px;
    height: auto;
    padding-top: 90px;
    margin-left: 80px;
}
.cptct{
    width: 100%;
    height: auto;
    line-height: 50px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e3e5;
    position: relative;
    font-size: 30px;
    color: #111;
}
.cptchr{
    width: 120px;
    height: 3px;
    background: #0054a5;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 2;
}
.cptcc{
    width: 100%;
    height: 216px;
    line-height: 36px;
    margin-top: 50px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
}
.cptcf{
    width: 100%;
    height: auto;
    margin-top: 50;
    display: flex;
    justify-content: start;
}
.cptcfs{
    width: 220px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: block;
    background: #c6000b;
    margin-right: 20px;
    font-size: 16px;
    color: #fff;
}
.cptcfs_b{
    background: #0054a5;
}
.cptcfsi{
    width: auto;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 6px 0 0;
}
.cpc{
    width: 100%;
    height: 120px;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: center;
}
.cpcs{
    width: auto;
    height: 100%;
    line-height: 118px;
    margin: 0 80px;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #181818;
}
.cpcs_active{
    border-bottom: 3px solid #0054a5;
    color: #0054a5;
}
.cpd{
    width: 100%;
    height: auto;
    padding: 88px 0;
    background: #fff;
}
.cpdt{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    font-size: 32px;
    color: #181818;
}
.cpdhr{
    width: 40px;
    height: 4px;
    background: #0054a5;
    margin: 0 auto;
    margin-top: 30px;
}
.cpdc{
    width: 100%;
    height: auto;
    line-height: 32px;
    margin-top: 68px;
    font-size: 16px;
    color: #181818;
}
.cpf{
    width: 1600px;
    height: auto;
    line-height: 32px;
    padding: 88px 0;
    background: #f5f5f7;
    margin: 0 auto;
}
.cpfc{
    width: 100%;
    height: auto;
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
}
.cp_b{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
}
.cps{
    width: 520px;
    height: auto;
    margin: 10px 0 0 20px;
    display: block;
    background: #fff;
}
.cps_left{
    margin-left: 0px;
}
.cpsi{
    width: 100%;
    height: auto;
    display: block;
}
.cpsd{
    width: 90%;
    height: auto;
    padding: 38px 5%;
}
.cpsdt{
    width: 100%;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 26px;
    color: #111;
}
.cpsdhr{
    width: 100%;
    height: 3px;
    margin-top: 20px;
    border-bottom: 1px solid #e1e3e5;
}
.cpsdhr_b{
    width: 120px;
    height: 4px;
    background: #3690cf;
}
.cpsdp{
    width: 100%;
    height: 60px;
    line-height: 30px;
    margin-top: 12px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
}
.rl{
    width: 100%;
    height: auto;
    padding-bottom: 58px;
    background: #eef2f6;
}
.rls{
    width: 100%;
    height: auto;
    padding-top: 78px;
}
.rlst{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    color: #111;
}
.rlsp{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 28px;
    margin-top: 12px;
    opacity: 0.5;
    font-size: 28px;
    color: #0054a5;
}
.rlsq{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 18px;
    margin-top: 20px;
    font-size: 18px;
    color: #111;
}
.rlsd{
    width: 100%;
    height: auto;
    margin-top: 60px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.rlsdi{
    width: 100%;
    height: auto;
    display: block;
}
.rlsdc{
    width: 90%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}
.rlsdct{
    width: 100%;
    height: auto;
    text-align: right;
    line-height: 40px;
    font-size: 40px;
    color: #fff;
}
.rlsdcp{
    width: 100%;
    height: auto;
    text-align: right;
    line-height: 48px;
    margin-top: 25px;
    font-size: 48px;
    color: #fff;
}
.rla{
    width: 100%;
    height: auto;
    margin-top: 58px;
    display: flex;
    justify-content: space-between;
}
.rlb{
    width: 14.1%;
    height: auto;
    padding: 80px 5%;
    background: #fff;
    border-radius: 20px;
}
.rlbi{
    width: 195px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.rlbt{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 22px;
    margin-top: 38px;
    font-size: 22px;
    color: #555555;
}
.rlbp{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 12px;
}
.rlbf{
    width: 132px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: #0054a5;
    border-radius: 46px;
    margin: 0 auto;
    margin-top: 38px;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}
.rlc{
    width: 100%;
    height: auto;
    margin-top: 58px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rlcs{
    height: auto;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}
.rlcs:nth-child(1),.rlcs:nth-child(4){
    width: 33.8%;
}
.rlcs:nth-child(2),.rlcs:nth-child(3){
    width: 65%;
}
.rlcs:nth-child(1),.rlcs:nth-child(2){
    margin-top: 0;
}
.rlcsi{
    width: 100%;
    height: auto;
    display: block;
}
.rlcsd{
    width: calc(100% - 120px);
    height: auto;
    position: absolute;
    left: 60px;
    bottom: 36px;
    z-index: 2;
}
.rlcs:hover .rlcsd{
    display: none;
}
.rlcsda{
    width: 100%;
    height: auto;
    line-height: 36px;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
}
.rlcsdt{
    width: 100%;
    height: auto;
    line-height: 30px;
    margin-top: 32px;
    font-size: 30px;
    color: #fff;
}
.rlcsdp{
    width: 100%;
    height: auto;
    line-height: 30px;
    margin-top: 32px;
    font-size: 16px;
    color: #fff;
}
.rlcse{
    width: calc(100% - 120px);
    height: auto;
    position: absolute;
    left: 60px;
    bottom: -100%;
    z-index: 4;
    transition: bottom 600ms ease;
}
.rlcsf{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: -100%;
    z-index: 3;
    background: rgba(0, 84, 165, 0.8);
    transition: bottom 600ms ease;
}
.rlcs:hover .rlcse{
    bottom: 36px;
}
.rlcs:hover .rlcsf{
    bottom: 0px;
}


/*手机端*/
@media screen and (max-width: 899px) {
    /*子页面*/
    .ab{
        padding: 0.88rem 0;
    }
    .abt{
        line-height: 0.38rem;
        font-size: 0.22rem;
    }
    .abc{
        margin-top: 1rem;
    }
    .abcst{
        line-height: 0.5rem;
        font-size: 0.48rem;
    }
    .abcsp{
        line-height: 0.26rem;
        margin-top: 0.36rem;
        font-size: 0.22rem;
    }
    .abi{
        margin-top: 0.88rem;
    }
    .lx{
        width: 100%;
        height: auto;
        padding: 0.52rem 0 0.52rem 0;
    }
    .lxl{
        width: 100%;
        height: 3.8rem;
        position: relative;
        overflow: hidden;
    }
    .lxl_b{
        width: auto;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2;
        transform: translate(-50%, -50%);
    }
    .lxl img{
        max-width: 100%;
    }
    .lxr{
        width: 100%;
        height: auto;
        margin-top: 0px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .lxrs{
        width: 48.5%;
        height: auto;
        padding: 0.38rem 0;
        margin-top: 0.2rem;
        background: #f5f6f8;
        cursor: pointer;
    }
    .lxrs:hover{
        background: #5ba3d5;
    }
    .lxrsi{
        height: 0.5rem;
    }
    .lxrsi_a,.lxrs:hover .lxrsi_b{
        display: block;
    }
    .lxrs:hover .lxrsi_a,.lxrsi_b{
        display: none;
    }
    .lxrst{
        line-height: 0.3rem;
        margin-top: 0.22rem;
        font-size: 0.24rem;
    }
    .lxrsc{
        width: 90%;
        height: 0.6rem;
        text-align: center;
        line-height: 0.3rem;
        padding: 0 5%;
        margin-top: 0.25rem;
        font-size: 0.2rem;
    }
    .lxrs:hover .lxrst,.lxrs:hover .lxrsp,.lxrs:hover .lxrsc{
        color: #fff;
    }
    .fk{
        width: 100%;
        height: auto;
        padding: 0.92rem 0;
        background: url('../img/fk_bg.jpg') center center no-repeat;
        background-size: cover;
    }
    .fkt{
        width: 100%;
        height: auto;
        line-height: 0.5rem;
        font-size: 0.4rem;
        color: #fff;
    }
    .fkc{
        width: 94%;
        height: auto;
        padding: 0.38rem 3% 0.52rem 3%;
        margin-top: 0.38rem;
        background: #fff;
    }
    .fkcl{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .fkcs{
        width: 100%;
        height: auto;
        margin-top: 0.36rem;
    }
    .fkcst{
        width: 100%;
        height: auto;
        line-height: 0.24rem;
        font-size: 0.24rem;
        color: #111;
    }
    .fkcsc{
        width: calc(100% - 42px);
        height: 0.6rem;
        line-height: 0.6rem;
        padding: 0 20px;
        margin-top: 0.28rem;
        border: 1px solid #eeeeee;
        outline: none;
        background: none;
        font-size: 0.2rem;
        color: #111;
    }
    .fkca{
        width: 100%;
        height: auto;
        margin-top: 0.36rem;
    }
    .fkcsd{
        width: calc(94%  - 42px);
        height: 1.2rem;
        line-height: 0.3rem;
        padding: 0.2rem 20px;
        margin-top: 0.28rem;
        border: 1px solid #eeeeee;
        outline: none;
        background: none;
        resize: none;
        font-size: 0.2rem;
        color: #111;
    }
    .fkcsc:placeholder{
        font-size: 0.2rem;
        color: #999;
    }
    .fkce{
        width: 32%;
        height: 0.6rem;
        text-align: center;
        line-height: 0.6rem;
        margin: 0 auto;
        margin-top: 0.42rem;
        border-radius: 0.6rem;
        background: #3690cf;
        cursor: pointer;
        font-size: 0.24rem;
        color: #fff;
    }
    .hj{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
    .hjs{
        width: 48.5%;
        height: auto;
        margin: 0.2rem 0 0 3%;
        position: relative;
        display: inline-block;
        overflow: hidden;
    }
    .hjs:nth-child(3n+1){
        margin-left: 3%;
    }
    .hjs:nth-child(2n+1){
        margin-left: 0px;
    }
    .hjsi{
        width: 100%;
        height: auto;
        display: block;
        position: static;
        left: 0%;
        top: 0%;
        transform: translate(-0%, -0%);
    }
    .hjs:hover .hjsi{
        max-width: 100% !important;
        width: 100%;
    }
    .hjst{
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.24rem;
    }
    .wh{
        width: 94%;
        padding: 0.2rem 3% 1.1rem 3%;
    }
    .wh .center{
        display: block;
    }
    .whs{
        width: 88%;
        height: auto;
        padding: 0px 6%;
        margin: 0.6rem 0 0 0;
        background: url('../img/whs_bg.png') bottom center no-repeat;
        background-size: 100% 1.2rem;
    }
    .whsi{
        height: 0.38rem;
    }
    .whst{
        line-height: 0.24rem;
        margin-top: 0.18rem;
        font-size: 0.24rem;
    }
    .whsc{
        width: 100%;
        height: 1.2rem;
        line-height: 1.2rem;
        margin-top: 0.06rem;
        font-size: 0.2rem;
    }
    .ry{
        width: 100%;
        height: auto;
        padding: 0.16rem 0 0.56rem;
        background: url('../img/ry_bg.jpg') top center no-repeat;
        background-size: cover;
    }
    .ryd{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
    .rys{
        width: 46%;
        height: auto;
        margin: 0.32rem 2% 0 2%;
    }
    .rysc{
        width: 86%;
        height: auto;
        padding: 0.36rem 7%;
        border: 1px solid #d8e2ee;
        border-bottom-left-radius: 0.38rem;
        border-top-right-radius: 0.38rem;
        background: #f0f5fb;
    }
    .rysi{
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0;
        display: block;
    }
    .ryst{
        height: 0.3rem;
        text-align: center;
        line-height: 0.3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 0.18rem;
        font-size: 0.2rem;
    }



    .als{
        width: 48.5%;
        height: auto;
        margin: 0.4rem 0 0 3%;
        padding-bottom: 0.3rem;
        position: relative;
    }
    .als_left{
        margin-left: 3%;
    }
    .als:nth-child(2n+1){
        margin-left: 0px;
    }
    .als_b{
        width: 100%;
        height: auto;
        margin-top: 0;
        transition: margin-top 600ms ease;
    }
    .als:hover .als_b{
        margin-top: 0px;
    }
    .alsd{
        padding: 0.38rem 3% 0.56rem 3%;
    }
    .alsdt{
        height: 0.3rem;
        line-height: 0.3rem;
        font-size: 0.22rem;
    }
    .alsdp{
        width: 100%;
        height: 0.64rem;
        line-height: 0.32rem;
        overflow: hidden;
        white-space: wrap;
        margin-top: 0.22rem;
        font-size: 0.2rem;
        color: #555;
    }
    .alsf{
        width: 40%;
        height: 0.6rem;
        line-height: 0.6rem;
        padding: 0 15%;
        margin-top: -0.3rem;
        border-radius: 0.6rem;
        font-size: 0.2rem;
    }
    .alx{
        padding-top: 0.52rem;
    }
    .alxt{
        margin-top: 0.5rem;
        line-height: 0.52rem;
        font-size: 0.38rem;
    }
    .alxp{
        height: 0.2rem;
        line-height: 0.2rem;
        margin-top: 0.38rem;
        font-size: 0.2rem;
    }
    .alxpi{
        height: 0.2rem;
        margin-right: 0.12rem;
    }
    .alxhr{
        width: 100%;
        height: 2px;
        margin-top: 0.3rem;
        border-bottom: 1px solid #e1e3e5;
    }
    .alxhr_b{
        width: 20%;
        height: 3px;
        background: #0054a5;
    }
    .alxc{
        width: 100%;
        height: auto;
        padding: 0.6rem 0;
    }
    .alin{
        padding-bottom: 0;
    }
    .alin img{
        width: 90%;
    }
    .alim{
        width: 100%;
        height: auto;
    }
    .alimi{
        width: 90%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .alxi{
        width: 70%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .xwl{
        width: 100%;
        height: auto;
        float: left;
    }
    .xwr{
        width: 100%;
        height: auto;
        float: right;
    }
    .xwrd{
        width: 330px;
        height: auto;
        padding: 40px 35px;
        background: #fff;
    }
    .xwrt{
        width: 100%;
        height: auto;
        line-height: 20px;
        font-weight: bold;
        font-size: 20px;
        color: #111;
    }
    .xwrc{
        width: 100%;
        height: auto;
        padding-top: 30px;
    }
    .xwrcs{
        width: 100%;
        height: auto;
        padding: 20px 0 15px 0;
        border-top: 1px dotted #e1e3e5;
    }
    .xwrcs:first-child{
        border-top: none;
    }
    .xwrcsp{
        width: 100%;
        height: auto;
        line-height: 14px;
        font-size: 14px;
        color: #c7c7c7;
    }
    .xwrcst{
        width: 100%;
        height: auto;
        line-height: 26px;
        margin-top: 15px;
        font-size: 16px;
        color: #111;
    }
    .cps{
        width: 48.5%;
        margin: 0.2rem 0 0 3%;
    }
    .cps_left{
        margin-left: 3%;
    }
    .cps:nth-child(2n+1){
        margin-left: 0;
    }
    .cpsd{
        padding: 0.28rem 5%;
    }
    .cpsdt{
        height: 0.26rem;
        line-height: 0.26rem;
        font-size: 0.26rem;
    }
    .cpsdhr{
        width: 100%;
        height: 3px;
        margin-top: 0.2rem;
        border-bottom: 1px solid #e1e3e5;
    }
    .cpsdhr_b{
        width: 40%;
        height: 4px;
        background: #3690cf;
    }
    .cpsdp{
        height: 0.64rem;
        line-height: 0.32rem;
        margin-top: 0.16rem;
        font-size: 0.2rem;
    }
}







/*公用*/
.zys{
    width: 100%;
    height: auto;
}
.zysi{
    width: 100%;
    height: auto;
    display: block;
}
.zyst{
    width: 100%;
    height: 100px;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}
.zyst_b{
    width: 1600px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.zyst_c{
    width: 1600px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    overflow-y: hidden;
}
.zystl{
    width: auto;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #111;
}
.zystli{
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #c5c7c9;
    margin: 3px 20px 0 20px;
    border-radius: 10px;
}
.zystl b{
    color: #0054a5;
}
.zystr{
    width: auto;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.zysts{
    width: auto;
    height: 96px;
    display: inline-block;
    line-height: 96px;
    margin-left: 40px;
    border-bottom: 5px solid #fff;
    font-size: 16px;
    color: #111;
}
.zysts_active{
    font-weight: bold;
    border-bottom: 5px solid #0054a5;
    color: #0054a5;
}
.zyscs{
    width: auto;
    height: 95px;
    display: inline-block;
    line-height: 95px;
    margin: 0 66px;
    border-bottom: 5px solid #fff;
    font-size: 16px;
    color: #111;
}
.zyscs_active{
    font-weight: bold;
    border-bottom: 5px solid #0054a5;
    color: #0054a5;
}
.zyc{
    width: 100%;
    height: auto;
    min-height: 120px;
    padding: 88px 0;
    font-size: 16px;
    color: #181818;
}
.zyc img,.zyc table,.zyc div{
    max-width: 100% !important;
}
.zyc_b{
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.zyct{
    width: 100%;
    height: auto;
    line-height: 46px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 30px;
    color: #111;
}
.zycp{
    width: 100%;
    height: 14px;
    text-align: right;
    line-height: 14px;
    margin-top: 20px;
    font-size: 14px;
    color: #999;
}
.zyci{
    width: 50%;
    height: auto;
    margin: 50px 25% 0 25%;
    display: block;
}
.zycc{
    width: 100%;
    height: auto;
    padding: 32px 0 38px 0;
}
.zycn{
    width: 100%;
    height: auto;
    line-height: 24px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #999;
}
.zycn a{
    font-size: 14px;
    color: #999;
}
.zycz{
    width: 100%;
    height: auto;
    padding: 40px 0;
    border-top: 1px dotted #ababab;
    border-bottom: 1px dotted #ababab;
}
.zycza{
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #333333;
}
.zyczai{
    width: auto;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.zycza b{
    font-weight: bold;
    font-size: 26px;
    color: #c6000b;
}
.zyczb{
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 32px;
}
.zyczbs{
    width: 220px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    margin-right: 20px;
    background: #0054a5;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}
.zyczbs:first-child{
    background: #c6000b;
}
.zyczbs img{
    width: auto;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.zycy{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
}
.zycy_b{
    width: 42%;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 5px;
}
.zycya{
    position: absolute;
    top: 40px;
    right: 60px;
    z-index: 3;
    cursor: pointer;
    transform: scaleX(1.2);
    font-size: 18px;
    color: #c6c6c6;
}
.zycyb{
    width: 100%;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin-top: 60px;
    font-size: 28px;
    color: #111111;
}
.zycyc{
    width: 72%;
    height: 88px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 0 2%;
    margin-top: 88px;
    background: #f5f5f7;
    border: 1px solid #0054a5;
    outline: none;
    border-radius: 5px;
    font-size: 18px;
    color: #111;
}
.zycyd{
    width: 100%;
    height: 16px;
    text-align: center;
    line-height: 16px;
    margin-top: 30px;
    font-size: 16px;
    color: #888;
}
.zycye{
    width: 220px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    margin: 0 auto;
    margin-top: 60px;
    background: #0054a5;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}
.xw{
    width: 100%;
    height: auto;
}
.xw .center{
    padding: 60px 0;
}
.xws{
    width: 100%;
    height: auto;
    margin-top: 40px;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: flex-start;
}
.xws:first-child{
    margin-top: 0px;
}
.xws:hover{
    box-shadow: 3px 3px 8px 0 #ccc;
}
.xwsi{
    width: 32%;
    height: auto;
    min-height: 300px;
    display: block;
}
.xwsd{
    width: 62%;
    height: auto;
    position: absolute;
    top: 50%;
    right: 3%;
    z-index: 2;
    transform: translateY(-50%);
}
.xwst{
    width: 100%;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    font-size: 22px;
    color: #111;
}
.xwsp{
    width: 100%;
    height: 64px;
    line-height: 32px;
    overflow: hidden;
    margin-top: 32px;
    font-size: 16px;
    color: #666;
}
.xwsf{
    width: 100%;
    height: 50px;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.xwsfl{
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #999;
}
.xwsfr{
    width: 140px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    padding: 0 20px;
    border: 1px solid #0054a5;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #0054a5;
}
.xws:hover .xwsfr{
    background: #0054a5;
    color: #fff;
}
.xwsfri{
    width: auto;
    height: 5px;
    vertical-align: middle;
    margin-top: 21px;
}
.xwsfria,.xws:hover .xwsfrib{
    display: none;
}
.xwsfrib,.xws:hover .xwsfria{
    display: inline-block;
}
/*招聘*/
.zps{
    width: 94%;
    height: 85px;
    display: block;
    padding: 45px 3%;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.zps:hover{
    background: url('../img/zp_bg.png') center center no-repeat;
    background-size: 100% 100%;
}
.zpsl{
    width: 500px;
    height: 100%;
}
.zpslt{
    width: 100%;
    height: 44px;
    line-height: 26px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    font-size: 26px;
    color: #181818;
}
.zps:hover .zpslt{
    border-bottom: 1px solid #fff;
    color: #fff;
}
.zpslp{
    width: 100%;
    height: auto;
    line-height: 16px;
    margin-top: 22px;
    font-size: 16px;
    color: #666;
}
.zps:hover .zpslp{
    color: #fff;
}
.zpsr{
    width: 850px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.zpsrs{
    width: 33%;
    height: 100%;
    border-left: 1px solid #eee;
}
.zps:hover .zpsrs{
    border-left: 1px solid #fff;
}
.zpsrt{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 20px;
    padding-top: 6px;
    font-weight: bold;
    font-size: 20px;
    color: #181818;
}
.zpsrp{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 20px;
    padding-top: 22px;
    font-size: 16px;
    color: #666;
}
.zps:hover .zpsrt, .zps:hover .zpsrp{
    color: #fff;
}

.zpz{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0%;
    top: 0%;
    z-index: 99999998;
    background: rgba(0, 0, 0, 0.8);
    display: none;
} 
.zpz_b{
    width: 90%;
    height: 90%;
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 2;
    background: #fff;
    overflow: auto;
}
.zpza{
    width: 100%;
    line-height: 70px;
    text-align: center;
    line-height: 70px;
    background: #f5f5f7;
    font-size: 16px;
    color: #111;
}
.zpza_b{
    position: absolute;
    top: 22px;
    right: 2%;
    z-index: 3;
    cursor: pointer;
    transform: scaleX(1.2);
    font-size: 22px;
    color: #c6c6c6;
}
.zpzd{
    width: 90%;
    height: auto;
    padding: 60px 5% 40px 5%;
}
.zpzt{
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    font-size: 28px;
    color: #0054a5;
}
.zpzp{
    width: 100%;
    height: auto;
    line-height: 36px;
    margin-top: 20px;
    font-size: 16px;
    color: #666;
}
.zpzc{
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.zpzf{
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 88px;
    border: 1px solid #0054a5;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #0054a5;
}
.zpzf img{
    width: auto;
    height: 5px;
    display: inline-block;
    margin-top: 22px;
}
.zpi{
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.zpis{
    width: 100%;
    height: auto;
    padding-top: 38px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.zpis:first-child{
    padding-top: 0px;
}
.zpis_b{
    width: 48%;
    height: auto;
}
.zpist{
    width: 100%;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #111;
}
.zpisc{
    width: calc(100% - 42px);
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    margin-top: 16px;
    border: 1px solid #eee;
    outline: none;
    font-size: 14px;
    color: #111;
}
.zpisd{
    width: calc(100% - 42px);
    height: 90px;
    line-height: 30px;
    padding: 16px 20px;
    margin-top: 16px;
    border: 1px solid #eee;
    outline: none;
    resize: none;
    font-size: 14px;
    color: #111;
}
.zpise{
    width: 140px;
    height: 50px;
    position: absolute;
    bottom: 1px;
    right: 1px;
    z-index: 2;
    cursor: pointer;
}
.zpif{
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 80px;
    background: #0054a5;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}
.sls{
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-top: 10px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #111;
}
.sls:hover{
    color: #0054a5;
}
.slsl{
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slsr{
    width: auto;
}
/*手机端样式*/
@media screen and (max-width: 899px) {
    .zyc{
        min-height: 2rem;
        padding: 0.38rem 0;
        font-size: 0.26rem;
    }
    .zyc_b{
        width: 94%;
        margin: 0 3%;
    }
    .zyct{
        text-align: center;
        line-height: 0.5rem;
        padding-bottom: 0.2rem;
        font-size: 0.32rem;
    }
    .zycp{
        height: 0.24rem;
        line-height: 0.24rem;
        margin-top: 0.2rem;
        font-size: 0.24rem;
    }
    .zycc{
        padding: 0.58rem 0 0.32rem 0;
    }
    .zycn{
        height: auto;
        line-height: 0.32rem;
        margin-top: 0.12rem;
        font-size: 0.22rem;
    }
    .zycn a{
        font-size: 0.22rem;
    }
    .zycz{
        padding: 0.4rem 0;
    }
    .zycza{
        height: 0.36rem;
        line-height: 0.36rem;
        font-size: 0.26rem;
    }
    .zyczai{
        height: 0.32rem;
        margin-right: 0.18rem;
    }
    .zycza b{
        font-size: 0.38rem;
    }
    .zyczb{
        height: 0.8rem;
        line-height: 0.8rem;
        margin-top: 0.52rem
    }
    .zyczbs{
        width: 40%;
        height: 0.8rem;
        height: 0.8rem;
        margin-right: 0.2rem;
        font-size: 0.26rem;
    }
    .zyczbs img{
        height: 0.26rem;
        margin-right: 0.18rem;
    }
    .zycy{
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        background: rgba(0, 0, 0, 0.5);
    }
    .zycy_b{
        width: 94%;
        height: 6.8rem;
        border-radius: 0.1rem;
    }
    .zycya{
        top: 0.4rem;
        right: 0.6rem;
        font-size: 0.26rem;
    }
    .zycyb{
        height: 0.38rem;
        line-height: 0.38rem;
        margin-top: 0.68rem;
        font-size: 0.38rem;
    }
    .zycyc{
        width: 72%;
        height: 1.2rem;
        margin-top: 0.82rem;
        border-radius: 0.1rem;
        font-size: 0.28rem;
    }
    .zycyd{
        height: auto;
        line-height: 0.38rem;
        margin-top: 0.52rem;
        font-size: 0.24rem;
    }
    .zycye{
        width: 80%;
        height: 0.88rem;
        line-height: 0.88rem;
        margin-top: 0.52rem;
        border-radius: 0.1rem;
        font-size: 0.26rem;
    }
    .zys{
        height: auto;
    }
    .zyst{
        width: 100%;
        height: 1rem;
        background: #fff;
        border-bottom: 1px solid #f1f1f1;
    }
    .zyst_b{
        width: 94%;
        height: 100%;
        margin: 0 auto;
        display: block;
        overflow-y: hidden;
    }
    .zyst_d{
        width: 94%;
        height: 100%;
        margin: 0 auto;
        text-align: left;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .zyst_c{
        width: auto;
        height: 100%;
        margin: 0 auto;
        text-align: left;
        overflow-y: hidden;
        display: flex;
        justify-content: start;
        align-items: center;
        white-space: nowrap;
        overflow-x: auto;
    }
    .zystl{
        width: 0;
        height: 0;
        display: none;
    }
    .zystr{
        width: auto;
        height: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        white-space: nowrap;
        overflow-x: auto;
    }
    .zysts{
        height: 0.96rem;
        line-height: 0.96rem;
        margin: 0 0.32rem;
        border-bottom: 0.05rem solid #fff;
        font-size: 0.26rem;
        color: #111;
    }
    .zysts_active{
        font-weight: bold;
        border-bottom: 0.05rem solid #0054a5;
        color: #0054a5;
    }
    .zyscs{
        height: 0.96rem;
        line-height: 0.96rem;
        margin: 0 0.32rem;
        border-bottom: 0.05rem solid #fff;
        font-size: 0.22rem;
        color: #111;
    }
    .zyscs_active{
        font-weight: bold;
        border-bottom: 0.05rem solid #0054a5;
        color: #0054a5;
    }
    .xw{
        width: 100%;
        height: auto;
    }
    .xw .center{
        padding: 0.52rem 0;
    }
    .xws{
        height: auto;
        flex-wrap: wrap;
    }
    .xwsi{
        width: 40%;
        height: auto;
        min-height: 0.3rem;
        display: block;
    }
    .xwsd{
        width: 52%;
        height: auto;
        position: absolute;
        top: 50%;
        right: 3%;
        z-index: 2;
        transform: translateY(-50%);
    }
    .xwst{
        height: 0.6rem;
        line-height: 0.3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: wrap;
        font-weight: bold;
        font-size: 0.24rem;
        color: #111;
    }
    .xwsf{
        width: 100%;
        height: 0.2rem;
        margin-top: 0.22rem;
        display: block;
    }
    .xwsfl{
        width: auto;
        height: 0.2rem;
        line-height: 0.2rem;
        font-size: 0.2rem;
        color: #999;
    }
    .xwsfr{
        width: 0px;
        height: 8px;
    }
    .zps{
        width: 94%;
        height: auto;
        display: block;
        padding: 0.28rem 3%;
        background: #fff;
        margin-bottom: 0.22rem;
        border-radius: 0.12rem;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .zpsl{
        width: 100%;
        height: 0.56rem;
        border-bottom: 1px solid #eee;
        display: flex;
        justify-content: space-between;
    }
    .zpslt{
        width: 58%;
        height: 0.28rem;
        line-height: 0.28rem;
        border-bottom: 0px solid #eee;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: bold;
        font-size: 0.26rem;
        color: #181818;
    }
    .zps:hover .zpslt{
        border-bottom: 1px solid #fff;
        color: #fff;
    }
    .zpslp{
        width: 40%;
        height: auto;
        text-align: right;
        line-height: 0.28rem;
        margin-top: 0.04rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.2rem;
        color: #666;
    }
    .zps:hover .zpslp{
        color: #fff;
    }
    .zpsr{
        width: 100%;
        height: auto;
        padding-top: 0.3rem;
        display: flex;
        justify-content: space-between;
    }
    .zpsrs{
        width: 33%;
        height: 100%;
        border-left: 1px solid #eee;
    }
    .zps:hover .zpsrs{
        border-left: 1px solid #fff;
    }
    .zpsrt{
        width: 100%;
        height: auto;
        text-align: center;
        line-height: 0.2rem;
        padding-top: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: bold;
        font-size: 0.2rem;
        color: #181818;
    }
    .zpsrp{
        width: 100%;
        height: auto;
        text-align: center;
        line-height: 0.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-top: 0.18rem;
        font-size: 0.2rem;
        color: #666;
    }
    .zps:hover .zpsrt, .zps:hover .zpsrp{
        color: #fff;
    }
    .zpz_b{
        height: 80%;
        top: 10%;
        z-index: 2;
    }
    .zpza{
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.32rem;
    }
    .zpza_b{
        top: 0.12rem;
        right: 3%;
        font-size: 0.28rem;
    }
    .zpzd{
        width: 90%;
        padding: 0.58rem 5% 0.42rem 5%;
    }
    .zpzt{
        height: 0.44rem;
        line-height: 0.44rem;
        font-size: 0.3rem;
    }
    .zpzp{
        height: auto;
        line-height: 0.42rem;
        margin-top: 0.28rem;
        font-size: 0.24rem;
    }
    .zpzc{
        margin-top: 0.38rem;
    }
    .zpzc div,.zpzc p,.zpzc span{
        font-size: 0.24rem;
    }
    .zpzf {
        width: 32%;
        height: 0.58rem;
        line-height: 0.58rem;
        padding: 0 4%;
        margin-top: 0.68rem;
        font-size: 0.22rem;
    }
    .zpzf img {
        height: 0.06rem;
        margin-top: 0.26rem;
    }
    .zpi{
        width: 100%;
    }
    .zpis,.zpis_b{
        width: 100%;
        padding-top: 0.38rem;
    }
    .zpis_b:first-child{
        padding-top: 0;
    }
    .zpist{
        height: 0.26rem;
        line-height: 0.26rem;
        font-size: 0.26rem;
    }
    .zpisc{
        width: 93%;
        height: 0.8rem;
        line-height: 0.8rem;
        padding: 0 3%;
        margin-top: 0.22rem;
        font-size: 0.26rem;
    }
    .zpisd{
        width: 93%;
        height: 1.26rem;
        line-height: 0.42rem;
        padding: 0.12rem 3%;
        margin-top: 0.22rem;
        font-size: 0.26rem;
    }
    .zpise{
        width: 1.6rem;
        height: 0.8rem;
    }
    .zpif {
        width: 32%;
        height: 0.66rem;
        line-height: 0.66rem;
        margin-top: 0.82rem;
        font-size: 0.22rem;
    }
    /*解决方案*/
    .fa{
        padding-top: 0.6rem;
    }
    .fas{
        margin-top: 0.2rem;
    }
    .fast{
        height: 1.2rem;
    }
    .fastc{
        line-height: 1.2rem;
        font-size: 0.32rem;
    }
    .fastci{
        height: 0.46rem;
        margin: -0.02rem 0.28rem 0 0;
    }
    .fasti{
        height: 0.12rem;
        margin-top: 0.54rem;
    }
    .fasd{
        padding: 0.46rem 2.5%;
        flex-wrap: wrap;
    }
    .fasdi{
        width: 0rem;
        display: none;
    }
    .fasdl{
        width: 100%;
        height: auto;
    }
    .fasdr{
        width: 100%;
        height: auto;
        margin-top: 0.32rem;
    }
    .fasdt{
        width: 100%;
        height: auto;
        line-height: 20px;
        font-size: 16px;
        color: #0054a5;
    }
    .fasdc{
        width: 100%;
        height: auto;
        line-height: 32px;
        margin-top: 12px;
        font-size: 16px;
        color: #333;
    }
    .rl{
        padding-bottom: 0.58rem;
    }
    .rls{
        padding-top: 0.58rem;
    }
    .rlst{
        line-height: 0.4rem;
        font-size: 0.4rem;
    }
    .rlsp{
        line-height: 0.28rem;
        margin-top: 0.12rem;
        font-size: 0.28rem;
    }
    .rlsq{
        line-height: 0.28rem;
        margin-top: 0.20rem;
        font-size: 0.18rem;
    }
    .rlsd{
        margin-top: 0.26rem;
        border-radius: 0.20rem;
    }
    .rlsdct{
        line-height: 0.32rem;
        font-size: 0.32rem;
    }
    .rlsdcp{
        line-height: 0.38rem;
        margin-top: 0.28rem;
        font-size: 0.32rem;
    }
    .rla{
        margin-top: 0.18rem;
        flex-wrap: wrap;
    }
    .rlb{
        width: 45%;
        padding: 0.58rem 2%;
        margin-top: 0.2rem;
        border-radius: 0.20rem;
    }
    .rlb:nth-child(1),.rlb:nth-child(2){
        margin-top: 0rem;
    }
    .rlbi{
        width: 60%;
    }
    .rlbt{
        line-height: 0.3rem;
        margin-top: 0.42rem;
        font-size: 0.22rem;
    }
    .rlbp{
        height: 0.56rem;
        line-height: 0.28rem;
        overflow: hidden;
        margin-top: 0.22rem;
    }
    .rlbp div,.rlbp p,.rlbp span{
        font-size: 0.22rem;
        color: #111;
    }
    .rlbf{
        width: 60%;
        height: 0.56rem;
        line-height: 0.56rem;
        border-radius: 0.56rem;
        margin-top: 0.32rem;
        font-size: 0.22rem;
    }
    .rlc{
        margin-top: 0.58rem;
        padding-bottom: 0.10rem;
    }
    .rlc .rlcs{
        width: 100%;
        height: 3rem;
        position: relative;
        margin-top: 0.20rem;
        overflow: hidden;
    }
    .rlcsi{
        width: auto;
        min-width: 100%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        transform: translate(-50%, -50%);
    }
    .rlcs:nth-child(1){
        margin-top: 0;
    }
    .rlcsd{
        width: 90%;
        left: 5%;
        bottom: 0.36rem;
    }
    .rlcs:hover .rlcsd{
        display: block;
    }
    .rlcsda{
        line-height: 0.36rem;
        font-size: 0.36rem;
    }
    .rlcsdt{
        line-height: 0.30rem;
        margin-top: 0.32rem;
        font-size: 0.30rem;
    }
    .rlcsdp{
        line-height: 0.30rem;
        margin-top: 0.32rem;
        font-size: 0.16rem;
    }
    .rlcse{
        width: 90%;
        height: auto;
        position: absolute;
        left: 5%;
        bottom: -100%;
    }
    .rlcs:hover .rlcse{
        bottom: -100%;
    }
    .rlcs:hover .rlcsf{
        bottom: -100%;
    }


}













































