* {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: fadeInUp 1s 0s ease both;
}
.animated2{
    animation: fadeInRight 1s 0s ease both;
}
.animated3{
    animation: fadeInUp 1s 0s ease both;
}
/*详情页内容样式*/
.cont img{
    max-width: 100%;
}
/*分页样式*/
.pagediv{
    width: 80%;
    text-align: center;
    padding: 40px 10%;
    margin-bottom: 150px;
}
.pagediv a{
    padding: 0 10px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
    margin: 0 7px;
    border: 1px solid #1058d1;
    cursor: pointer;
    color: #1058d1;
    font-size: 16px;
}
.pagediv .select{
    background: #1058d1;
    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{
        padding: 0 0.16rem;
        height: 0.38rem;
        display: inline-block;
        line-height: 0.38rem;
        margin: 0 0.08rem 0.1rem 0.08rem;
        border: 0.01rem solid #1058d1;
        font-size: 0.2rem;
        color: #1058d1;
    }
    .pagediv .select{
        background: #1058d1;
        color: #fff;
    }
}

/*导航栏*/
.dh{
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
}
/*.section .dh{
    background: linear-gradient(to bottom, rgba(64, 104, 183, 0.9), rgba(64, 104, 183, 0.2));
}*/
.dh:hover{
    height: 180px;
}
.dh_b{
    width: 100%;
    height: 90px;
}
.dh_c{
    width: 94%;
    height: 90px;
    padding: 0 3%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: space-between;
    transition: background 600ms ease;
}
.dh_c:hover{
    height: 180px;
    background: rgba(0, 0, 0, 0.5);
}
/*.section .dh_c{
    background: none;
}*/
/*.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: auto;
    height: 90px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.dhcs{
    width: auto;
    height: 86px;
    line-height: 86px;
    margin: 0 20px;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.dhcsb{
    width: 0%;
    height: 4px;
    background: #1058d1;
    margin: 0 auto;
    transition: width 600ms;
}
.dhcs:hover{
    color: #1058d1;
}
.dhcs:hover .dhcsb{
    width: 100%;
}
@media screen and (max-width: 1400px) {
    .dhi{
        width: auto;
        height: 36px;
        display: block;
    }
    .dhcs{
        padding: 0 15px;
        font-size: 14px;
    }
}
@media screen and (max-width: 1200px) {
    .dhi{
        width: auto;
        height: 30px;
        display: block;
    }
    .dhcs{
        padding: 0 5px;
        font-size: 12px;
    }
}
/*.dhcs_active{
    padding-top: 0px;
    border-top: 4px solid #1058d1;
    background: #fff;
    color: #1058d1;
}*/
.dhcsi{
    width: auto;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
}
.dhs{
    width: 220px;
    height: 120px;
    background: #1058d1;
    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 20px;
    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: #1058d1;
}

/*手机导航栏*/
.sheader{
    width: 94%;
    height: 1.01rem;
    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(16, 88, 209, 0.8);
    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-size: 100% 100%;
    box-shadow: 0 0 16px 0px #333;
}
.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: 100%;
    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;
    background: #242933;
    padding-top: 38px;
    background: url('../img/ft_bg.jpg') center center no-repeat;
    background-size: cover;
}
.section .ft{
    background: none;
}
.ftt{
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #fff;
    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 #fff;
}
.ftcl{
    width: 45%;
    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: 20px;
    font-weight: normal;
    font-size: 16px;
    color: #f2f2f2;
}
.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: 50%;
    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;
    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: 5.5rem;
        background: #242933;
        padding: 0.66rem 0;
        background: url('../img/ft_bg.jpg') center center no-repeat;
        background-size: cover;
    }
    .section .ft{
        background: none;
    }
    .ftt{
        width: 0;
        height: 0;
        display: none;
    }
    .ftc{
        width: 100%;
        height: auto;
        padding: 0 0 0.12rem 0;
        overflow-y: visible;
        display: block;
        border-bottom: 1px solid #383c46;
    }
    .ftcl{
        width: 100%;
        height: auto;
        padding: 0.26rem 0;
    }
    .ftcls{
        width: 100%;
        height: auto;
        line-height: 0.42rem;
        margin-top: 0;
        font-size: 0.2rem;
        color: #fff;
    }
    .ftcls:first-child{
        margin-top: 0px;
    }
    .ftcls b{
        margin-right: 0.12rem;
        font-weight: normal;
        font-size: 0.18rem;
        color: #f2f2f2;
    }
    .ftclc{
        margin-top: 0.28rem;
    }
    .ftclcs{
        width: 40%;
        height: auto;
        margin-right: 0.32rem;
    }
    .ftclcsi{
        width: 50%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .ftclcst{
        line-height: 0.22rem;
        margin-top: 0.26rem;
        font-size: 0.2rem;
    }
    .ftcr{
        width: 100%;
        height: auto;
        overflow-y: visible;
        display: block;
        justify-content: space-between;
    }
    .ftcrs{
        width: 100%;
        height: auto;
    }
    .ftcrst{
        height: 0.72rem;
        line-height: 0.72rem;
        display: block;
        border-bottom: 1px solid #383c46;
        font-size: 0.22rem;
    }
    .ftcrsti{
        width: auto;
        height: 0.22rem;
        margin-top: 0.25rem;
        display: inline-block;
        float: right;
    }
    .ftcrsc{
        width: 0;
        display: none;
    }
    .ftf{
        width: 100%;
        height: auto;
        text-align: center;
        line-height: 0.32rem;
        padding: 0.32rem 0;
    }
    .ftf a{
        width: 100%;
        display: block;
    }
    .ftf,.ftf a{
        font-size: 0.18rem;
        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;
}
.bnsv{
    width: 100%;
    height: 100%;
    object-fit: fill;
    /*width: 2000px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);*/
}
.bnsd{
    width: 60%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    transform: translateY(-50%);
}
.bnsa{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-weight: bold;
    font-size: 38px;
    color: #fff;
}
.bnsb{
    width: 100%;
    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: #1058d1;
    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: #1058d1;
    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;
}
.pint{
    width: 100%;
    height: auto;
}
.pintp{
    width: 100%;
    height: auto;
    line-height: 32px;
    font-weight: bold;
    font-size: 32px;
    color: #fff;
}
.pintt{
    width: 100%;
    height: auto;
    line-height: 32px;
    margin-top: 20px;
    font-size: 32px;
    color: #fff;
}
.pintthr{
    width: 40px;
    height: 2px;
    display: inline-block;
    margin: 10px 0 10px 20px;
    background: #fff;
}
.page6 .pintp,.page6 .pintt{
    color: #000;
}
.page6 .pintthr{
    background: #000;
}
.pina{
    width: 100%;
    height: 100%;
    background: url('../img/ina_bg.jpg') left top no-repeat;
    background-size: 75% 100%;
    background-color: #f6f8fa;
    position: relative;
}
.pina .center{
    height: calc(100% - 330px);
    padding: 100px 0 230px 0;
    display: flex;
    justify-content: space-between;
}
.pinal{
    width: 30%;
}
.pinar{
    width: calc(50% + 150px);
    height: calc(100% - 330px);
    background: url('../img/inar_bg.jpg') left top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 230px;
    z-index: 3;
}
.pinar_b{
    width: 830px;
    height: auto;
    margin: 75px 0 0 80px;
}
.pinart{
    width: 100%;
    height: auto;
    line-height: 36px;
    font-weight: bold;
    font-size: 36px;
    color: #1058d1;
}
.pinarc{
    width: 100%;
    height: 266px;
    line-height: 38px;
    overflow: hidden;
    margin-top: 45px;
    font-size: 16px;
    color: #111;
}
.pinarf{
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    display: block;
    margin-top: 38px;
    border: 1px solid #2b6bd6;
    border-radius: 68px;
}
.pinarfi{
    width: 18px;
    height: 16px;
    display: inline;
}
.pinaf{
    width: 100%;
    height: 230px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    background: #f6f8fa;
}
.pinaf_b{
    width: 1600px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.pinafs{
    width: auto;
    padding-top: 78px;
    display: flex;
    justify-content: space-between;
}
.pinafsi{
    width: 68px;
    height: 68px;
}
.pinafsc{
    width: auto;
    margin-left: 30px;
}
.pinafsct{
    width: auto;
    height: 22px;
    position: relative;
}
.pinafsct .pinafsca{
    visibility: visible;
    line-height: 22px;
    font-weight: bold;
    font-style: normal;
    font-size: 32px;
    color: #343434;
}
.pinafsct b{
    width: auto;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    margin: 0 0 12px 8px;
    font-weight: normal;
    font-size: 16px;
    visibility: hidden;
}
.pinafsct .pinafscb{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    visibility: visible;
}
.pinafschr{
    width: 10px;
    height: 2px;
    background: #b0b0b0;
    margin-top: 14px;
}
.pinafscf{
    width: auto;
    height: 16px;
    margin-top: 10px;
    font-size: 16px;
    color: #343434;
}
.pinb{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.pinbs{
    width: 25%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.pinbsi{
    width: 100%;
    height: auto;
    min-height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    transition: width 600ms;
}
.pinbs:hover .pinbsi{
    width: 130%;
}
.pinbsbg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    background: rgba(16, 88, 209, 0.6);
    display: none;
}
.pinbs:hover .pinbsbg{
    display: block;
}
.pinbsbg_b{
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
}
.pinbsd{
    width: 80%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
}
.pinbsdi{
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    border-radius: 100px;
    border: 1px solid #fff;
}
.pinbsdt{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 36px;
    margin-top: 28px;
    font-size: 22px;
    color: #fff;
}
.pinbsda{
    width: 19px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.pinbsdp{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 32px;
    margin-top: 22px;
    font-size: 16px;
    color: #fff;
}
.page4{
    background: url('../img/inc_bg.jpg') center center no-repeat;
    background-size: cover;
}
.pinct{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.pinctl{
    width: 50%;
}
.pinctr{
    width: 11%;
    height: 68px;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}
.pinctri{
    width: auto;
    height: 68px;
    display: inline-block;
    cursor: pointer;
}
.pincc{
    width: 100%;
    height: 620px;
    margin-top: 80px;
}
.pincc .swiper-container{
    width: 100%;
    height: 100%;
}
.pinccs{
    width: 96%;
    height: 575px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.pinccsi{
    width: 100%;
    height: 100%;
    display: block;
}
.pinccsd{
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.pinccsd:hover{
    background: linear-gradient(to bottom, rgba(16, 88, 209, 0), rgba(16, 88, 209, 1));
}
.pinccsd_b{
    width: 80%;
    height: auto;
    margin: 0 10%;
    padding: 32px 0 52px 0;
    border-top: 1px solid #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    justify-content: space-between;
}
.pinccsdt{
    width: 85%;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
}
.pinccsdi{
    width: auto;
    height: 15px;
    vertical-align: middle;
    margin-top: -2px;
}
.pincc .swiper-pagination{
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
}
.pincc .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #fff;
    opacity: 0.6;
    border-radius: 10px;
}
.pincc .swiper-pagination .swiper-pagination-bullet-active{
    background: #1058d1;
    opacity: 1;
}
.page5{
    background: url('../img/ind_bg.jpg') center center no-repeat;
    background-size: cover;
}
.pinctf{
    width: 20%;
    height: 52px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}
.pinctfs{
    width: 45%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}
.pinctfs_active{
    background: #1058d1;
    border: 1px solid #1058d1;
}
.pindd{
    width: 100%;
    height: auto;
    margin-top: 78px;
    display: none;
    justify-content: start;
    align-items: flex-start;
}
.pindd_active{
    display: flex;
}
.pindds{
    width: 31%;
    height: auto;
    background: #fff;
    margin: 0 0 0 3.5%;
    transition: margin-top 600ms ease;
    display: block;
    position: relative;
}
.pindds:first-child{
    margin-left: 0;
}
.pindds:hover{
    background: #1058d1;
    margin-top: -30px;
}
/*.pinddscs{
    width: 20%;
    height: 120%;
    background: rgba(255, 255, 255, 0.6);
    background: red;
    transform: skewX(125deg);
    -ms-transform: skewX(125deg);
    -webkit-transform: skewX(125deg);
    position: absolute;
    left: -120%;
    top: 0;
    z-index: 2;
    transition: left 800ms ease-in;
}
.pindds:hover .pinddscs{
    left: 180%;
}*/
.pinddsi{
    width: 100%;
    height: auto;
    display: block;
}
.pinddsd{
    width: 92%;
    height: auto;
    padding: 40px 4% 22px 4%;
}
.pinddsdt{
    width: 100%;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    font-size: 18px;
    color: #111;
}
.pinddsdp{
    width: 100%;
    height: 60px;
    line-height: 30px;
    margin-top: 22px;
    overflow: hidden;
    font-size: 14px;
    color: #888;
}
.pinddsf{
    width: 92%;
    height: auto;
    padding: 32px 4% 32px 4%;
    border-top: 1px solid #f5f5f7;
    display: flex;
    justify-content: space-between;
}
.pinddsfl{
    width: auto;
    height: 14px;
    line-height: 14px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}
.pinddsfr{
    width: auto;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #888;
}
.pinddsfri{
    width: auto;
    height: 9px;
    vertical-align: middle;
    margin-top: -2px;
}
.pinddsfri_a,.pindds:hover .pinddsfri_b{
    display: inline-block;
}
.pinddsfri_b,.pindds:hover .pinddsfri_a{
    display: none;
}
.pindds:hover .pinddsdt,.pindds:hover .pinddsdp,.pindds:hover .pinddsfl,.pindds:hover .pinddsfr{
    color: #fff;
}
.page6{
    background: url('../img/ine_bg.jpg') center center no-repeat;
    background-size: cover;
}
.page6 .center{
    display: flex;
    justify-content: space-between;
}
.pinel{
    width: 43%;
    height: 725px;
}
.pinec{
    width: 100%;
    height: auto;
    margin-top: 130px;
}
.pinecs{
    width: 100%;
    height: 120px;
    line-height: 120px;
    border-bottom: 1px solid #cfd2d2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #000;
}
.pinecs img{
    width: auto;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
.piner{
    width: 40%;
    height: 625px;
    padding: 50px 5%;
    background: url('../img/ine_bg2.jpg') center center no-repeat;
    background-size: cover;
}
.piners{
    width: 100%;
    height: auto;
    padding: 40px 0 20px 0;
    border-bottom: 1px solid #fff;
}
.pinersc{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    background: none;
    font-size: 16px;
    color: #fff;
}
.pinersc_b{
    height: 90px;
    line-height: 30px;
    resize: none;
}
.pinersc::placeholder{
    font-size: 16px;
    color: #ccc;
}
.pinerf{
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #1058d1;
    border-radius: 60px;
    margin: 0 auto;
    margin-top: 60px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}
.page7{
    background: url('../img/ft_bg.jpg') center center no-repeat;
    background-size: cover;
}


/*手机端样式*/
@media screen and (max-width: 899px) {
    .bns{
        background: #000;
    }
    .bnsa{
        font-size: 0.42rem;
    }
    .bnsb{
        margin-top: 0.32rem;
        font-size: 0.26rem;
    }
    .bnsc{
        line-height: 0.88rem;
    }
    .bnsv{
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 2;
        transform: translateY(-50%);
    }
    .pint{
        width: 100%;
        height: auto;
    }
    .pintp{
        text-align: center;
        line-height: 0.32rem;
        font-size: 0.32rem;
        color: #fff;
    }
    .pintt{
        text-align: center;
        line-height: 0.38rem;
        margin-top: 0.18rem;
        font-size: 0.38rem;
        color: #fff;
    }
    .pintthr{
        width: 40px;
        height: 2px;
        display: none;
        margin: 0px;
        background: #fff;
    }
    .page2 .pintp,.page2 .pintt{
        color: #111;
    }
    .page6 .pintthr{
        background: #000;
    }
    .pina{
        background: url('../img/ina_bg_sj.jpg') center bottom no-repeat;
        background-size: cover;
    }
    .pina .center{
        height: auto;
        padding: 0;
        display: block;
    }
    .pinal{
        width: 100%;
    }
    .pinac{
        width: 100%;
        height: auto;
        line-height: 0.46rem;
        overflow: visible;
        margin-top: 0.52rem;
        font-size: 0.24rem;
        color: #111;
    }
    .pinam{
        width: 0.88rem;
        height: 0.88rem;
        text-align: center;
        line-height: 0.88rem;
        display: block;
        margin: 0 auto;
        margin-top: 0.58rem;
        background: #2063d4;
        border-radius: 0.88rem;
    }
    .pinami{
        width: 0.24rem;
        height: auto;
        display: inline-block;
        vertical-align: middle;
    }
    .pinar{
        width: 0;
        height: 0;
        display: none;
        position: static;
    }
    .pinar_b{
        width: 0;
        height: 0;
        display: none;
    }
    .pinaf{
        width: 0;
        height: 0;
        display: none;
    }
    .pinaf_b{
        width: 0;
        height: 0;
        display: none;
    }
    .pinb{
        width: 94%;
        height: 98%;
        position: absolute;
        left: 3%;
        top: 2%;
        z-index: 1;
        display: block;
        justify-content: space-between;
        align-items: flex-start;
    }
    .pinbs{
        width: 100%;
        height: 23%;
        margin-bottom: 3%;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }
    .pinbsd{
        width: 80%;
        height: auto;
        position: absolute;
        left: 10%;
        top: 50%;
        z-index: 3;
        transform: translateY(-50%);
    }
    .pinbsdi{
        width: 15%;
        height: auto;
        display: block;
        margin: 0 auto;
        border-radius: 100%;
        border: 1px solid #fff;
    }
    .pinbsdt{
        line-height: 0.36rem;
        margin-top: 0.32rem;
        font-size: 0.24rem;
    }
    .pinbsda{
        display: none;
    }
    .pinbsdp{
        display: none;
    }
    .page4{
        background: url('../img/inc_bg.jpg') center center no-repeat;
        background-size: cover;
    }
    .pinct{
        width: 100%;
        height: auto;
        display: block;
    }
    .pinctl{
        width: 100%;
    }
    .pinctr{
        width: 0;
        height: 0;
        display: none;
    }
    .pinctri{
        width: 0;
        height: 0;
        display: none;
    }
    .pincc{
        width: 100%;
        height: 5.2rem;
        margin-top: 0.8rem;
    }
    .pinccs{
        height: 4.6rem;
    }
    .pinccsi{
        width: 100%;
        height: 100%;
    }
    .pinccsd{
        background: linear-gradient(to bottom, rgba(16, 88, 209, 0), rgba(16, 88, 209, 1));
    }
    .pinccsd_b{
        padding: 0.32rem 0 0.52rem 0;
    }
    .pinccsdt{
        height: 0.24rem;
        line-height: 0.24rem;
        font-size: 0.24rem;
    }
    .pinccsdi{
        height: 0.18rem;
        margin-top: 0.03rem;
    }
    .pincc .swiper-pagination{
        width: 100%;
        text-align: center;
        bottom: 0;
        left: 0;
    }
    .pincc .swiper-pagination .swiper-pagination-bullet{
        width: 0.12rem;
        height: 0.12rem;
        margin: 0 0.1rem;
        border-radius: 0.12rem;
    }
    .page5{
        background: url('../img/ind_bg_sj.jpg') center center no-repeat;
        background-size: cover;
    }
    .pinctf{
        width: 70%;
        height: 0.52rem;
        text-align: center;
        margin: 0.36rem 20% 0 20%;
    }
    .pinctfs{
        width: 45%;
        height: 0.52rem;
        display: inline-block;
        line-height: 0.52rem;
        border-radius: 0.52rem;
        font-size: 0.2rem;
    }
    .pindd{
        margin-top: 0.32rem;
        display: none;
    }
    .pindd_active{
        display: block;
    }
    .pindds{
        width: 100%;
        margin: 0.2rem 0 0 0;
    }
    .pinddsi{
        display: none;
    }
    .pindds:nth-child(1) .pinddsi{
        display: block;
    }
    .pindds:hover{
        background: #fff;
        margin-top: 0.2rem;
    }
    .pinddsfri_a,.pindds:hover .pinddsfri_b{
        display: none;
    }
    .pinddsfri_b,.pindds:hover .pinddsfri_a{
        display: inline-block;
    }
    .pindds:hover .pinddsdt,.pindds:hover .pinddsdp,.pindds:hover .pinddsfl,.pindds:hover .pinddsfr{
        color: #111;
    }
    .pinddsd{
        width: 92%;
        height: auto;
        padding: 0.26rem 4% 0.26rem 4%;
    }
    .pinddsdt{
        height: 0.32rem;
        line-height: 0.32rem;
        font-size: 0.28rem;
    }
    .pinddsdp{
        height: 0.28rem;
        line-height: 0.28rem;
        margin-top: 0.16rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.24rem;
    }
    .pinddsf{
        width: 0;
        height: 0;
        display: none;
    }
    .page6{
        background: url('../img/ine_bg_sj.jpg') center center no-repeat;
        background-size: cover;
    }
    .page6 .center{
        display: block;
    }
    .pinel{
        width: 100%;
        height: auto;
    }
    .pinec{
        margin-top: 0.22rem;
    }
    .pinecs{
        height: 0.72rem;
        line-height: 0.72rem;
        padding-top: 0.12rem;
        font-size: 0.24rem;
        color: #000;
    }
    .pinecs img{
        height: 0.28rem;
        margin-right: 0.2rem;
    }
    .piner{
        width: 90%;
        height: auto;
        padding: 0.28rem 5% 0.68rem 5%;
        margin-top: 0.42rem;
        background: url('../img/ine_bg2.jpg') center center no-repeat;
        background-size: cover;
    }
    .piners{
        width: 94%;
        height: auto;
        padding: 0.12rem 3% 0 3%;
    }
    .pinersc{
        height: 0.72rem;
        line-height: 0.72rem;
        font-size: 0.22rem;
    }
    .pinersc_b{
        height: 1rem;
        line-height: 0.34rem;
        resize: none;
    }
    .pinersc::placeholder{
        font-size: 0.22rem;
        color: #ccc;
    }
    .pinerf{
        width: 45%;
        height: 0.7rem;
        line-height: 0.7rem;
        border-radius: 0.7rem;
        margin: 0 auto;
        margin-top: 0.6rem;
        font-size: 0.24rem;
    }
    .page7{
        background: url('../img/ft_bg.jpg') center center no-repeat;
        background-size: cover;
    }
}




/*子页面*/
.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: #fff;
}
.abp{
    width: 80%;
    height: auto;
    padding-top: 110px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.abps{
    width: 480px;
    height: 198px;
    padding: 0 60px;
    margin: 0 10px;
    background: url('../img/abi_bg.png') center bottom no-repeat;
    background-size: 100% auto;
}
.abpsi{
    width: auto;
    height: 36px;
    display: block;
}
.abpst{
    width: 100%;
    height: auto;
    line-height: 16px;
    margin-top: 22px;
    font-size: 16px;
    color: #1058d1;
}
.abpsc{
    width: 100%;
    height: 76px;
    line-height: 38px;
    margin-top: 22px;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
}
.abc{
    width: 100%;
    height: auto;
    margin-top: 125px;
    display: flex;
    justify-content: space-between;
}
.abcs{
    width: 190px;
    height: 340px;
    padding: 130px 60px 0 60px;
    background: url('../img/abc_bg0.png') center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.abcs:hover{
    background: url('../img/abc_bg1.png') center center no-repeat;
    background-size: 100% 100%;
}
.abcst{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
    font-size: 52px;
    color: #fff;
}
.abcsp{
    width: 100%;
    height: 68px;
    text-align: center;
    line-height: 68px;
    background: #fff;
    border-radius: 68px;
    margin-top: 40px;
    font-size: 16px;
    color: #1058d1;
}
.abcs:hover .abcsp{
    color: #131e3e;
}
.abcsi{
    width: auto;
    height: 36px;
    display: block;
    margin: 0 auto;
    margin-top: 52px;
}
.abf{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.abft{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    font-size: 36px;
    color: #111;
}
.abfhr{
    width: 40px;
    height: 4px;
    margin: 0 auto;
    margin-top: 20px;
    background: #1058d1;
}
.abfc{
    width: 100%;
    height: auto;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.abfcs{
    width: 280px;
    height: auto;
    border: 1px solid #1058d1;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
}
.abfcsc{
    width: 230px;
    height: 270px;
    margin: 50px 25px;
    overflow: hidden;
}
.abfcsc_b{
    width: 100%;
    height: 100%;
    line-height: 30px;
    padding-right: 10px;
    overflow-y: auto;
    font-size: 16px;
    color: #111;
}
.abfcst{
    width: 100%;
    height: 90px;
    text-align: center;
    line-height: 90px;
    background: #3685c5;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}
.lx{
    width: 100%;
    height: auto;
    padding: 60px 0 100px 0;
}
.lxl{
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.lxl img{
    max-width: 100%;
}
.lxl_b{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}
.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: #1058d1;
    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: #1058d1;
}
.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;
}
.cp{
    width: 100%;
    height: auto;
    padding: 20px 0 80px 0;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.cps{
    width: 520px;
    height: auto;
    margin: 10px 0 0 20px;
    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: #1058d1;
}
.cpsdp{
    width: 100%;
    height: 60px;
    line-height: 30px;
    margin-top: 12px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
}
.cpx{
    width: 100%;
    height: auto;
}
.cpxa{
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: url('../img/cpx_bg.jpg') center center no-repeat;
    background-size: cover;
}
.cpxa .center{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cpxai{
    width: 800px;
    height: auto;
    display: block;
}
.cpxar{
    width: 720px;
    height: auto;
    padding-top: 50px;
}
.cpxart{
    width: 100%;
    height: auto;
    line-height: 46px;
    font-size: 30px;
    color: #fff;
}
.cpxarhr{
    width: 120px;
    height: 3px;
    margin-top: 22px;
    background: #1058d1;
}
.cpxarc{
    width: 100%;
    height: 270px;
    margin: 50px 0 30px 0;
    overflow: hidden;
}
.cpxarc p,.cpxarc div,.cpxarc span{
    background: none !important;
    line-height: 30px !important;
    font-size: 16px !important;
    color: #fff !important;
}
.cpxarf{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: start;
}
.cpxarfs{
    width: 200px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    display: inline-block;
    margin: 0 20px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
}
.cpxarfs:hover{
    border: 1px solid #1058d1;
    color: #1058d1;
}
.cpxarfsi{
    width: auto;
    height: 5px;
    vertical-align: middle;
    margin: -1px 0 0 56px;
}
.cpxarfsia,.cpxarfs:hover .cpxarfsib{
    display: inline-block;
}
.cpxarfsib,.cpxarfs:hover .cpxarfsia{
    display: none;
}
.cpxb{
    width: 1600px;
    height: auto;
    margin: 0 auto;
    padding: 78px 0 70px 0;
}
.cpxbt{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 36px;
    font-size: 36px;
    color: #111;
}
.cpxbhr{
    width: 40px;
    height: 4px;
    margin: 0 auto;
    margin-top: 20px;
    background: #1058d1;
}
.cpxbc{
    width: 100%;
    height: auto;
    margin-top: 80px;
}
.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%, #1058d1 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;
    font-weight: bold;
    font-size: 30px;
    color: #111;
}
.alxp{
    width: 100%;
    height: 16px;
    line-height: 16px;
    margin-top: 24px;
    font-size: 14px;
    color: #1058d1;
}
.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: #1058d1;
}
.alxc{
    width: 100%;
    height: auto;
    padding: 60px 0;
}
.alxd{
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.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;
    display: block;
    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;
}


/*手机端*/
@media screen and (max-width: 899px) {
    /*子页面*/
    .ab{
        width: 100%;
        height: auto;
        padding: 0;
        background: none;
    }
    .ab .center{
        width: 100%;
        background: #fff;
    }
    .ab_b{
        width: 94%;
        height: auto;
        padding: 0 3%;
        background: url("../img/sj_ab_bg.jpg") center center no-repeat;
        background-size: 100% 100%;
    }
    .abt{
        width: 100%;
        height: auto;
        line-height: 0.42rem;
        padding-top: 0.58rem;
        font-size: 0.24rem;
        color: #fff;
    }
    .abc{
        width: 100%;
        height: auto;
        padding-top: 0.26rem;
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .abcs{
        width: 38%;
        height: auto;
        padding: 1.1rem 5% 0.68rem 5%;
        margin-top: 0.52rem;
        background: url('../img/abc_bg0.png') center center no-repeat;
        background-size: 100% 100%;
        cursor: pointer;
    }
    .abcs:hover{
        background: url('../img/abc_bg1.png') center center no-repeat;
        background-size: 100% 100%;
    }
    .abcst{
        line-height: 0.8rem;
        font-size: 0.8rem;
    }
    .abcsp{
        height: 0.68rem;
        line-height: 0.68rem;
        border-radius: 0.68rem;
        margin-top: 0.38rem;
        font-size: 0.18rem;
        color: #1058d1;
    }
    .abcs:hover .abcsp{
        color: #131e3e;
    }
    .abcsi{
        height: 0.38rem;
        margin: 0 auto;
        margin-top: 0.56rem;
    }
    .abf{
        padding: 0.58rem 0;
        margin-top: 0rem;
    }
    .abft{
        line-height: 0.36rem;
        font-size: 0.36rem;
        color: #111;
    }
    .abfhr{
        width: 0.4rem;
        height: 0.04rem;
        margin-top: 0.2rem;
    }
    .abfc{
        width: 100%;
        height: auto;
        margin-top: 0;
        padding-top: 0.38rem;
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
    .abfcs{
        width: calc(44% - 2px);
        border-top-left-radius: 0.3rem;
        border-bottom-right-radius: 0.3rem;
        margin: 0.2rem 3% 0 3%;
    }
    .abfcsc{
        width: 88%;
        height: 3.7rem;
        margin: 0.38rem 6%;
        overflow: hidden;
    }
    .abfcsc_b{
        line-height: 0.4rem;
        padding-right: 0.02rem;
        font-size: 0.24rem;
    }
    .abfcst{
        height: 0.9rem;
        line-height: 0.9rem;
        font-size: 0.26rem;
    }
    .lx{
        width: 100%;
        height: auto;
        padding: 0.52rem 0 0.52rem 0;
    }
    .lxl{
        width: 100%;
        height: 3rem;
    }
    .lxl img{
        max-width: 100%;
    }
    .lxl_b{
        top: 65%;
    }
    .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: #1058d1;
        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;
    }
    .cp{
        padding: 0.38rem 0 0.8rem 0;
    }
    .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: #1058d1;
    }
    .cpsdp{
        height: 0.64rem;
        line-height: 0.32rem;
        margin-top: 0.16rem;
        font-size: 0.2rem;
    }
    .cpx{
        width: 100%;
        height: auto;
    }
    .cpxa{
        width: 100%;
        height: auto;
        padding: 0.52rem 0;
        background: url('../img/cpx_bg.jpg') center center no-repeat;
        background-size: cover;
    }
    .cpxa .center{
        display: block;
    }
    .cpxai{
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .cpxar{
        width: 100%;
        height: auto;
        padding-top: 0.32rem;
    }
    .cpxart{
        width: 100%;
        height: auto;
        line-height: 0.46rem;
        font-size: 0.32rem;
        color: #fff;
    }
    .cpxarhr{
        width: 10%;
        height: 0.03rem;
        margin-top: 0.26rem;
        background: #1058d1;
    }
    .cpxarc{
        width: 100%;
        height: auto;
        margin: 0.32rem 0 0.32rem 0;
        overflow: hidden;
    }
    .cpxarc p,.cpxarc div,.cpxarc span{
        background: none !important;
        line-height: 0.32rem !important;
        font-size: 0.22rem !important;
        color: #fff !important;
    }
    .cpxarf{
        width: 100%;
        height: 0.6rem;
        display: flex;
        justify-content: start;
    }
    .cpxarfs{
        width: 30%;
        height: 0.56rem;
        text-align: center;
        line-height: 0.56rem;
        display: inline-block;
        margin: 0 0.26rem 0 0;
        border: 1px solid #fff;
        font-size: 0.2rem;
        color: #fff;
    }
    .cpxarfsi{
        width: auto;
        height: 0.05rem;
        vertical-align: middle;
        margin: -0.06rem 0 0 0.25rem;
    }
    .cpxarfsia,.cpxarfs:hover .cpxarfsib{
        display: inline-block;
    }
    .cpxarfsib,.cpxarfs:hover .cpxarfsia{
        display: none;
    }
    .cpxb{
        width: 94%;
        height: auto;
        margin: 0 auto;
        padding: 0.52rem 0 0.52rem 0;
    }
    .cpxbt{
        line-height: 0.36rem;
        font-size: 0.36rem;
    }
    .cpxbhr{
        width: 20%;
        height: 0.04rem;
        margin-top: 0.26rem;
    }
    .cpxbc{
        margin-top: 0.56rem;
    }
    .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.26rem;
    }
    .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{
        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: #1058d1;
    }
    .alxc{
        width: 100%;
        height: auto;
        padding: 0.6rem 0;
    }
    .alxd{
        padding-top: 0.3rem;
    }
    .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;
    }
}







/*公用*/
.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: #1058d1;
}
.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 #1058d1;
    color: #1058d1;
}
.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 #1058d1;
    color: #1058d1;
}
.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: #1058d1;
    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 #1058d1;
    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: #1058d1;
    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 #1058d1;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #1058d1;
}
.xws:hover .xwsfr{
    background: #1058d1;
    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: #1058d1;
}
.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 #1058d1;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #1058d1;
}
.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: #1058d1;
    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: #1058d1;
}
.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: 3.8rem;
        position: relative;
        overflow: hidden;
    }
    .zysi{
        width: auto;
        min-width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2;
        transform: translate(-50%, -50%);
    }
    .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 #1058d1;
        color: #1058d1;
    }
    .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 #1058d1;
        color: #1058d1;
    }
    .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;
    }


}






























