* {margin: 0;padding: 0;}
ol,ul,li {list-style: none;}
html,body{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
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: 1300px;
    height: auto;
    margin: 0 auto;
}
.center_b{
    width: 1300px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media screen and (max-width: 899px) {
    .pc {
        display: none !important;
    }
    .center{
        width: 94%;
        height: auto;
        margin: 0 auto;
    }
    .center_b{
        width: 94%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}
@media screen and (min-width: 900px) {
    .sj {
        display: none !important;
    }
}
.left{
    float: left;
}
.right{
    float: right;
}
.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 0s ease both;
}
.animated23{
    animation: fadeInUp 1s 0s ease both;
}
.animated24{
    animation: fadeInUp 1s 0s ease both;
}
.animated25{
    animation: fadeInUp 1s 0s ease both;
}
.animated1{
    animation: fadeInUp 1s 0s ease both;
}
.animated2{
    animation: fadeInUp 1s 0s ease both;
}
.animated3{
    animation: fadeInUp 1s 0s ease both;
}
/*详情页内容样式*/
.cont img{
    max-width: 100%;
}

/*分页样式*/
.pagediv{
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.pagediv li{
    font-size: 14px;
    display: inline;
    padding: 0 8px;
}
.pagediv .disabled{
    font-size: 14px;
    color: #888;
}
.pagediv .active{
    font-size: 14px;
    color: #006fb7;
}
@media screen and (max-width: 899px) {
    .pagediv{
        width: 100%;
        text-align: center;
        margin-top: 0.45rem;
    }
    .pagediv li{
        font-size: 0.22rem;
        display: inline;
        padding: 0 0.12rem;
    }
    .pagediv .disabled{
        font-size: 0.22rem;
        color: #888;
    }
    .pagediv .active{
        font-size: 0.22rem;
        color: #006fb7;
    }
}


/*导航栏*/
.dh{
    width: 100%;
    height: auto;
}
.dht{
    width: 100%;
    height: 140px;
    text-align: right;
}
.dhti{
    width: auto;
    height: 93px;
    display: inline-block;
    margin-top: 24px;
}
.dhc{
    width: auto;
    height: auto;
    padding-top: 15px;
}
.dhct{
    width: auto;
    height: 14px;
    line-height: 14px;
}
.dhct,.dhct a{
    font-size: 14px;
    color: #111;
}
.dhcc{
    width: auto;
    height: 32px;
    line-height: 32px;
    padding-top: 30px;
    font-size: 32px;
    font-weight: bold;
    color: #111;
}
.dhcc img{
    width: auto;
    height: 24px;
    display: inline-block;
    margin-right: 6px;
}
.dhcf{
    width: auto;
    height: auto;
    line-height: 16px;
    margin-top: 10px;
    font-size: 16px;
    color: #111;
}
.dhd{
    width: 100%;
    height: 70px;
    background: #006fb7;
}
.dhd .center{
    display: flex;
    justify-content: space-between;
}
.dhds{
    width: 10%;
    height: 100%;
    margin: 0 8px;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    color: #fff;
}
.dhds:hover{
    background: #349cdf;
}
.dh_b{
    width: 100%;
    height: 210px;
}
/*手机导航栏*/
.sheader{
    width: 94%;
    height: 1.18rem;
    padding: 0 3%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    border-bottom: solid 0.01rem #f0f0f0;
    background: #fff;
}
.sheader_b{
    width: 100%;
    height: 1.18rem;
}
.logo{
    width: auto;
    height: 0.82rem;
    display: inline-block;
    float: left;
    margin-top: 0.18rem;
}
.menu{
    width: auto;
    height: 0.32rem;
    float: right;
    margin-top: 0.43rem;
}
.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.76rem;
    font-size: 0.30rem;
    color: #fff;
}
.menu_listc{
    width: 60%;
    height: 0.56rem;
    text-align: center;
    line-height: 0.56rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 6;
    border-top: 1px solid #f0f0f0;
}
.menu_listc,.menu_listc a{
    font-size: 0.26rem;
    color: #fff;
}



/*公共底部*/
.ft{
    width: 100%;
    height: auto;
    background: #006fb7;
    margin-top: 40px;
}
.ftt{
    width: 100%;
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #1a7ebe;
    display: flex;
    justify-content: space-between;
}
.ftt a{
    font-size: 20px;
    color: #fff;
}
.ftd{
    width: 100%;
    height: auto;
    padding: 60px 0;
}
.ftds{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 16px;
    margin-top: 20px;
}
.ftds .ftdsp{
    display: inline;
    margin: 0 20px;
}
.ftds:first-child{
    margin-top: 0px;
}
.ftds,.ftds a{
    font-size: 16px;
    color: #fff;
}
/*手机端*/
@media screen and (max-width: 899px) {
    .ft{
        width: 100%;
        height: auto;
        background: #006fb7;
        margin-top: 0.5rem;
        padding: 0.22rem 0;
    }
    .ftt{
        width: 100%;
        height: auto;
        line-height: auto;
        border-bottom: 0px solid #1a7ebe;
        display: block;
    }
    .ftt a{
        width: 100%;
        height: 0.8rem;
        line-height: 0.8rem;
        border-bottom: 1px solid #1a7ebe;
        display: flex;
        justify-content: space-between;
        font-size: 0.28rem;
        color: #fff;
    }
    .fttm{
        transform: scaleY(1.2);
        font-size: 0.28rem;
        color: #999;
    }
    .ftd{
        width: 100%;
        height: auto;
        padding: 0.22rem 0;
    }
    .ftds{
        width: 100%;
        height: auto;
        text-align: center;
        line-height: 0.46rem;
        margin: 0rem;
    }
    .ftds:first-child{
        padding: 0.26rem 0;
        border-bottom: 1px solid #1a7ebe;
    }
    .ftds:nth-child(2){
        padding-top: 0.26rem;
    }
    .ftds:nth-child(3){
        padding-bottom: 0.26rem;
    }
    .ftds .ftdsp{
        display: block;
        margin: 0;
    }
    .ftds,.ftds a{
        font-size: 0.24rem;
        color: #fff;
    }

}



/*首页*/
/*轮播图*/
.section{
    overflow: hidden;
}
.bn{
    width: 1300px;
    height: 440px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
.bns{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.bn .swiper-container{
    width: 100%;
    height: 100%;
}
.bn .swiper-pagination{
    width: 100%;
    text-align: center;
    bottom: 8%;
    left: 0;
}
.bn .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background: #fff;
    opacity: 0.8;
    border-radius: 8px;
}
.bn .swiper-pagination .swiper-pagination-bullet-active{
    background: #e10000;
    opacity: 1;
}
@media screen and (max-width: 899px) {
    .section{
        overflow: hidden;
    }
    .bn{
        width: 100%;
        height: 4rem;
        margin: 0 auto;
        position: relative;
    }
    .bns{
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    .bn .swiper-container{
        width: 100%;
        height: 100%;
    }
    .bn .swiper-pagination{
        width: 92%;
        text-align: right;
        bottom: 0.2rem;
        right: 4%;
    }
    .bn .swiper-pagination .swiper-pagination-bullet{
        width: 0.2rem;
        height: 0.04rem;
        margin: 0 0.05rem;
        background: rgba(255,255,255,0.8)
    }
    .bn .swiper-pagination .swiper-pagination-bullet-active{
        width: 0.3rem;
        height: 0.04rem;
        background: #fff;
        opacity: 1;
    }

}

/*首页*/
.pins{
    width: 100%;
    height: auto;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}
.pinst{
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.pinsthr{
    width: 48px;
    height: 4px;
    background: #006fb7;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.pinstl{
    width: auto;
    height: 46px;
    line-height: 24px;
    font-weight: bold;
    font-size: 24px;
    color: #111;
}
.pinstr{
    width: auto;
    height: 14px;
    line-height: 14px;
    margin-top: 16px;
    display: inline-block;
    font-size: 14px;
    color: #a7a7a7;
}
.pinsc{
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.pina{
    width: 865px;
    height: auto;
}
.pinal{
    width: 540px;
    height: 360px;
    float: left;
}
.pinal .swiper-container{
    width: 100%;
    height: 100%;
}
.pinal .swiper-pagination{
    width: 30%;
    text-align: right;
    bottom: 20px;
    right: 3%;
    z-index: 4;
}
.pinal .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background: #fff;
    opacity: 0.8;
    border-radius: 8px;
}
.pinal .swiper-pagination .swiper-pagination-bullet-active{
    background: #006fb7;
    opacity: 1;
}
.pinals{
    width: 100%;
    height: 100%;
    display: block;
}
.pinalsbg{
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
}
.pinalst{
    width: 50%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    left: 3%;
    z-index: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
}
.pinar{
    width: 300px;
    height: auto;
    float: right;
}
.pinars{
    width: 100%;
    height: 18px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.pinars:first-child{
    margin-top: 0px;
}
.pinarsi{
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 5px;
    background: #cdcfd4;
    margin-top: 7px;
}
.pinars:hover .pinarsi{
    background: #006fb7;
}
.pinarsc{
    width: 280px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #111;
}
.pinars:hover .pinarsc{
    color: #006fb7;
}
.pinb{
    width: 400px;
    height: auto;
}
.pinbc{
    width: 100%;
    height: 360px;
    position: relative;
}
.pinbci{
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}
.pinbcd{
    width: 100%;
    height: 100%;
    display: none;
}
.pinbcd iframe{
    width: 100%;
    height: 100%;
}
.pinc{
    width: 420px;
    height: auto;
}
.pincd{
    width: 100%;
    height: auto;
    background: #f9fafb;
}
.pincdl{
    width: 100%;
    height: auto;
    padding: 26px 0;
    display: flex;
    justify-content: space-between;
}
.pincdl:first-child{
    border-bottom: 1px solid #efeff6;
}
.pincdhr{
    width: 1px;
    height: 40px;
    background: #efeff6;
}
.pincds{
    width: 33%;
    height: auto;
    display: inline-block;
}
.pincdsi{
    width: auto;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.pincdst{
    width: 90%;
    height: 20px;
    text-align: center;
    line-height: 18px;
    margin: 0 auto;
    margin-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #111;
}
.pind{
    width: 400px;
    height: auto;
}
.pinds{
    width: 100%;
    height: 18px;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}
.pinds:first-child{
    margin-top: 0px;
}
.pindsi{
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 5px;
    background: #cdcfd4;
    margin-top: 7px;
}
.pinds:hover .pinarsi{
    background: #006fb7;
}
.pindsc{
    width: 270px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #111;
}
.pinds:hover .pindsc{
    color: #006fb7;
}
.pindsr{
    width: 90px;
    height: 18px;
    line-height: 18px;
    text-align: right;
    font-size: 14px;
    color: #999;
}
.pine{
    width: 400px;
    height: auto;
}
.pinec{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.pinecs{
    width: 126px;
    height: auto;
    padding: 20px 0;
    background: linear-gradient(to bottom, #fff 0%, #fafbfc 100%);
}
.pinecsi{
    width: auto;
    height: 68px;
    display: block;
    margin: 0 auto;
}
.pinecst{
    width: 94%;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin: 22px 3% 0 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #111;
}
.pinehr{
    width: 100%;
    height: 12px;
    display: block;
    margin: 20px auto;
}
.pinef{
    width: calc(100% - 2px);
    height: 58px;
    text-align: center;
    line-height: 58px;
    border: 1px solid #006fb7;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #006fb7;
}
.pinf{
    width: 100%;
    height: auto;
    display: block;
}
.ping{
    width: 860px;
    height: auto;
}
.ping .pinsc{
    display: flex;
    justify-content: space-between;
}
.pings{
    width: 274px;
    height: auto;
    padding-top: 10px;
    background: #fff;
    box-shadow: 2px 2px 6px 1px #dbdbdb;
}
.pingi{
    width: 92%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.pingt{
    width: 92%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #111;
}
.pinh{
    width: 400px;
    height: auto;
}
.pinhs{
    width: 100%;
    height: 100px;
    margin-top: 10px;
    display: block;
}
.pinhs:first-child{
    margin-top: 0px;
}
.pinhsi{
    width: 100%;
    height: 100%;
    display: block;
}
.pini{
    width: 100%;
    height: auto;
}
.pinis{
    width: 98%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.pinis2{
    margin-top: 10px;
}
.pinj{
    width: 100%;
    height: auto;
}
.pinj .pinsc{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.pinjs{
    width: 16%;
    height: 120px;
    display: block;
    margin: 3px 0.3%;
}
.pinjsi{
    width: 100%;
    height: 100%;
    display: block;
}



/*子页面*/
.zy{
    width: 1300px;
    height: auto;
    padding-top: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.zyl{
    width: 340px;
    height: auto;
}
.zyl_b{
    width: 100%;
    height: auto;
}
.zylt{
    width: 92%;
    height: 100px;
    line-height: 100px;
    padding: 0 4%;
    background: url('../img/zylbg.jpg');
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    color: #fff;
}
.zylc{
    width: 100%;
    height: auto;
    padding-top: 10px;
    background: #fff;
}
.zylcs{
    width: 92%;
    height: 80px;
    padding: 0 4%;
    margin-top: 2px;
    background: #f1f3f8;
    display: flex;
    justify-content: space-between;
}
.zylcs_active{
    background: #006fb7;
}
.zylcs:hover{
    background: #006fb7;
}
.zylcs:first-child{
    margin-top: 0px;
}
.zylcsl{
    width: 250px;
    height: 100%;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #111;
}
.zylcs_active .zylcsl{
    color: #fff;
}
.zylcs:hover .zylcsl{
    color: #fff;
}
.zylcsr{
    width: 30px;
    height: 30px;
    margin-top: 25px;
    border-radius: 30px;
    background: #fff;
    overflow: hidden;
}
.zylcsri{
    width: 8px;
    height: 10px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
.zyr{
    width: 920px;
    height: auto;
}
.zyrt{
    width: 100%;
    height: 48px;
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #111;
}
.zyrtr{
    width: auto;
    height: 48px;
    line-height: 30px;
    float: right;
}
.zyrtr,.zyrtr a{
    font-size: 16px;
    color: #999;
}
.zyrthr{
    width: 100%;
    height: auto;
    display: block;
}
.zyrc{
    width: 100%;
    height: auto;
    padding-top: 40px;
}
.zyrc img{
    max-width: 100%;
}
.zyrct{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 32px;
    color: #111;
}
.zyrcp{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 20px;
    padding-top: 12px;
    font-size: 14px;
    color: #999;
}
.zyrcc{
    width: 100%;
    height: auto;
    line-height: 20px;
    padding-top: 32px;
    font-size: 14px;
    color: #111;
}
.zyrcc img,.zyrcc div,.zyrcc p,.zyrcc span{
    max-width: 100%;
}
.zyrcf{
    width: 100%;
    height: auto;
    padding-top: 32px;
}
.zyrcfs{
    width: auto;
    height: auto;
    display: block;
    line-height: 16px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #666;
}


/*业务*/
.yw{
    width: 100%;
    height: auto;
}
.ywt{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ywtl{
    width: auto;
    height: auto;
    padding: 10px;
    background: #fff;
    box-shadow: 2px 2px 16px 0px #d8d8d8;
}
.ywtli{
    width: 300px;
    height: 200px;
    display: block;
}
.ywtr{
    width: 572px;
    height: 150px;
    line-height: 30px;
    margin-top: 22px;
    overflow: hidden;
    font-size: 16px;
    color: #111;
}
.ywc{
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.ywcs{
    width: calc(100% - 46px);
    height: auto;
    padding: 18px 22px;
    border: 1px solid #eeeeee;
    margin-top: 20px;
}
.ywcst{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ywcstl{
    width: 280px;
    height: 200px;
    background: #fff;
    border: 1px solid #eeeeee;
}
.ywcstli{
    width: 100%;
    height: 100%;
    display: block;
}
.ywcstr{
    width: 550px;
    height: auto;
    margin-top: 20px;
}
.ywcstrt{
    width: 100%;
    height: auto;
    line-height: 28px;
    font-size: 28px;
    font-weight: bold;
    color: #111;
}
.ywcstrc{
    width: 100%;
    height: 120px;
    line-height: 30px;
    margin-top: 16px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
}
.ywcsf{
    width: 100%;
    height: auto;
    padding-top: 10px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.ywcsfs{
    width: 30%;
    height: 54px;
    text-align: center;
    line-height: 54px;
    margin: 12px 1.5% 0 1.5%;
    border: 1px solid #006fb7;
    font-size: 18px;
    color: #006fb7;
}
.ywcsfs:hover{
    background: #006fb7;
    color: #fff;
}

/*新闻*/
.new{
    padding-top: 16px;
}
.news{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
}
.newsl{
    width: 70%;
    height: 100%;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #111;
}
.news:hover .newsl{
    color: #006fb7;
}
.wd .newsl{
    position: relative;
    padding-left: 20px;
}
.newsi{
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #006fb7;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}
.newsr{
    width: auto;
    height: 100%;
    line-height: 80px;
    font-size: 14px;
    color: #999;
}
.newsb{
    width: 80px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin-top: 12px;
    background: #e5f0f8;
    cursor: pointer;
    font-size: 16px;
    color: #006fb7;
}
.newsb:hover{
    background: #006fb7;
    color: #fff;
}

/*证书查询*/
.bs{
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}
.bst{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.bstl{
    width: 200px;
    height: 57px;
    text-align: center;
    line-height: 56px;
    border-top: 3px solid #006fb7;
    font-size: 20px;
    color: #006fb7;
}
.bstr{
    width: calc(100% - 240px);
    height: 60px;
    text-align: right;
    line-height: 60px;
    padding-right: 40px;
    background: #f5f5f5;
    font-size: 16px;
    color: #006fb7;
}
.bsc{
    width: 92%;
    height: auto;
    padding: 38px 4% 0 4%;
    display: flex;
    justify-content: space-between;
}
.bscl{
    width: auto;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding-left: 10px;
    font-size: 16px;
    color: #111;
}
.bscc{
    width: 430px;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    border: 1px solid #eee;
    outline: none;
    border-radius: 5px;
    background: none;
    font-size: 16px;
    color: #111;
}
.bscr{
    width: 80px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #006fb7;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}
.bi{
    width: calc(100% - 2px);
    height: auto;
    border: 1px solid #eee;
}
.bis{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.bisl{
    width: 22%;
    height: 62px;
    text-align: center;
    line-height: 62px;
    border-top: 1px solid #fff;
    background: #eee;
    font-size: 16px;
    color: #111;
}
.bisr{
    width: 72%;
    height: 62px;
    line-height: 62px;
    padding: 0 3%;
    border-top: 1px solid #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
    color: #111;
}
.bis:first-child .bisl,.bis:first-child .bisr{
    border-top: none;
}
.bit{
    width: 80px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-top: 32px;
    background: #006fb7;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

/*登录注册*/
.dl{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0,0,0,0.6);
}
.dl_b{
    width: 380px;
    height: auto;
    padding: 60px;
    border-radius: 5px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.dlx{
    width: auto;
    height: auto;
    position: absolute;
    top: 26px;
    right: 30px;
    z-index: 19;
    cursor: pointer;
    transform: scaleX(1.3);
    font-size: 22px;
    color: #d4d4d4;
}
.dlt{
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    justify-content: start;
}
.dlts{
    width: auto;
    height: 42px;
    line-height: 24px;
    margin-right: 30px;
    cursor: pointer;
    font-weight: bold;
    font-size: 24px;
    color: #111;
}
.dlts_active{
    border-bottom: 4px solid #006fb7;
    color: #006fb7;
}
.dlc{
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.dlcs{
    width: 92%;
    height: 60px;
    padding: 0 4%;
    margin-top: 22px;
    background: #f8f8f8;
    border: none;
    outline: none;
    font-size: 18px;
    color: #111;
}
.dlcs:first-child{
    margin-top: 0px;
}
.dls{
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-top: 50px;
    background: #006fb7;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 6px;
    font-size: 22px;
    color: #fff;
}

/*培训*/
.pxc{
    width: 100%;
    height: auto;
    padding-top: 10px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.pxcs{
    width: calc(49% - 2px);
    height: auto;
    margin-top: 40px;
    margin-left: 2%;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    overflow: hidden;
}
.pxcs:nth-child(2n+1){
    margin-left: 0%;
}
.pxcst{
    width: 94%;
    height: 68px;
    padding: 0 3%;
    display: flex;
    justify-content: space-between;
    background: #f1f3f8;
}
.pxcstl{
    width: 80%;
    height: 100%;
    line-height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    font-size: 20px;
    color: #111;
}
.pxcstr{
    width: auto;
    height: 100%;
    line-height: 68px;
    transform: scaleY(2);
    font-weight: bold;
    font-size: 12px;
    color: #0966b4;
}
.pxcsf{
    width: 94%;
    height: auto;
    padding: 22px 3%;
}
.pxcsfs{
    width: 100%;
    height: 36px;
    display: block;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #111;
}
.pxcsfsi{
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px;
    background: #0966b4;
    margin: -2px 10px 0 0;
}

/*技术服务*/
.jsc{
    width: 100%;
    height: auto;
    padding-top: 10px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.jscs{
    width: 100%;
    height: auto;
    padding: 40px 0;
    border-bottom: 1px solid #f1f1f1;
}
.jscst{
    width: 90%;
    height: 22px;
    line-height: 22px;
    border-left: 8px solid #006fb7;
    padding-left: 1.5%;
    font-weight: bold;
    font-size: 24px;
    color: #111;
}
.jsc .ywcsf{
    padding-top: 20px;
}
.zylcf{
    width: 88%;
    height: auto;
    padding: 16px 6%;
    background: #f8f9fb;
}
.zylcfs{
    width: 100%;
    height: auto;
    display: block;
    line-height: 36px;
    padding: 5px 0;
    font-size: 18px;
    color: #111;
}
.zylcfs_active{
    color: #0966b4;
}
.zylcfsi{
    width: 4px;
    height: 4px;
    border-radius: 4px;
    border: 4px solid #c8deee;
    display: inline-block;
    margin-right: 12px;
}
.zylcfs_active .zylcfsi{
    border: 4px solid #006fb7;
}



/*手机端*/
@media screen and (max-width: 899px) {
    /*首页*/
    .pins{
        padding-top: 0.45rem;
        display: block;
    }
    .pinst{
        height: 0.6rem;
        border-bottom: 0.01rem solid #dbdbdb;
    }
    .pinsthr{
        width: 0.7rem;
        height: 0.05rem;
        left: 0;
        bottom: 0;
        z-index: 2;
    }
    .pinstl{
        height: 0.66rem;
        line-height: 0.34rem;
        font-size: 0.34rem;
    }
    .pinstr{
        height: 0.24rem;
        line-height: 0.24rem;
        margin-top: 0.12rem;
        font-size: 0.24rem;
    }
    .pinsc{
        width: 100%;
        height: auto;
        padding-top: 0.3rem;
    }
    .pina{
        width: 100%;
        height: auto;
    }
    .pinal{
        width: 100%;
        height: 3.6rem;
        float: left;
    }
    .pinal .swiper-container{
        width: 100%;
        height: 100%;
    }
    .pinal .swiper-pagination{
        width: 30%;
        text-align: right;
        bottom: 0.32rem;
        right: 3%;
        z-index: 2;
    }
    .pinal .swiper-pagination .swiper-pagination-bullet{
        width: 0.2rem;
        height: 0.04rem;
        margin: 0 0.06rem;
        border-radius: 0rem;
    }
    .pinal .swiper-pagination .swiper-pagination-bullet-active{
        width: 0.3rem;
        background: #fff;
        opacity: 1;
    }
    .pinals{
        width: 100%;
        height: 100%;
        display: block;
    }
    .pinalsbg{
        width: 100%;
        height: 0.8rem;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        background: rgba(0, 0, 0, 0.8);
    }
    .pinalst{
        width: 60%;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.28rem;
    }
    .pinar{
        width: 0rem;
        height: 0rem;
        display: none;
    }
    .pinb{
        width: 100%;
        height: auto;
        padding-top: 0.45rem;
    }
    .pinbc{
        width: 100%;
        height: 4.20rem;
        position: relative;
    }
    .pinbci{
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
    }
    .pinbcd{
        width: 100%;
        height: 100%;
        display: none;
    }
    .pinbcd iframe{
        width: 100%;
        height: 100%;
    }
    .pinc{
        width: 100%;
        height: auto;
    }
    .pincd{
        width: 100%;
        height: auto;
        background: #f9fafb;
    }
    .pincdl{
        width: 100%;
        height: auto;
        padding: 0.38rem 0;
        display: flex;
        justify-content: space-between;
    }
    .pincdl:first-child{
        border-bottom: 1px solid #efeff6;
    }
    .pincdhr{
        width: 1px;
        height: 0.40rem;
        background: #efeff6;
    }
    .pincds{
        width: 33%;
        height: auto;
        display: inline-block;
    }
    .pincdsi{
        width: auto;
        height: 0.52rem;
        display: block;
        margin: 0 auto;
    }
    .pincdst{
        width: 90%;
        height: 0.28rem;
        text-align: center;
        line-height: 0.26rem;
        margin-top: 0.24rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.24rem;
        color: #111;
    }
    .pind{
        width: 100%;
        height: auto;
        padding-top: 0.45rem;
    }
    .pinds{
        width: 100%;
        height: 0.24rem;
        margin-top: 0.32rem;
        display: flex;
        justify-content: space-between;
    }
    .pinds:first-child{
        margin-top: 0rem;
    }
    .pindsi{
        width: 0.06rem;
        height: 0.06rem;
        display: inline-block;
        border-radius: 0.06rem;
        background: #cdcfd4;
        margin-top: 0.09rem;
    }
    .pinds:hover .pinarsi{
        background: #006fb7;
    }
    .pindsc{
        width: 70%;
        height: 0.24rem;
        line-height: 0.24rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.22rem;
        color: #111;
    }
    .pinds:hover .pindsc{
        color: #006fb7;
    }
    .pindsr{
        width: 23%;
        height: 0.24rem;
        line-height: 0.24rem;
        text-align: right;
        font-size: 0.22rem;
        color: #999;
    }
    .pine{
        width: 100%;
        height: auto;
        padding-top: 0.45rem;
    }
    .pinec{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .pinecs{
        width: 30%;
        height: auto;
        padding: 0.38rem 0;
        background: linear-gradient(to bottom, #fff 0%, #fafbfc 100%);
    }
    .pinecsi{
        width: auto;
        height: 1.2rem;
        display: block;
        margin: 0 auto;
    }
    .pinecst{
        width: 94%;
        height: 0.28rem;
        text-align: center;
        line-height: 0.28rem;
        margin: 0.3rem 3% 0 3%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.24rem;
        color: #111;
    }
    .pinehr{
        width: 100%;
        height: 0.12rem;
        display: block;
        margin: 0.20rem auto;
    }
    .pinef{
        width: calc(100% - 2px);
        height: 0.8rem;
        text-align: center;
        line-height: 0.8rem;
        border: 1px solid #006fb7;
        font-size: 0.32rem;
        font-weight: bold;
        letter-spacing: 0.06rem;
        color: #006fb7;
    }
    .pinf{
        width: 100%;
        height: auto;
        display: block;
    }
    .ping{
        width: 100%;
        height: auto;
    }
    .ping .pinsc{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .pings{
        width: 48%;
        height: auto;
        padding-top: 0rem;
        margin-top: 0.32rem;
        background: #fff;
        box-shadow: 0.02rem 0.02rem 0.06rem 0.01rem #dbdbdb;
    }
    .pings:first-child{
        width: 100%;
        margin-top: 0rem;
    }
    .pings:first-child .pingd{
        width: 100%;
        height: 2.6rem;
        position: relative;
        overflow: hidden;
    }
    .pingi{
        width: 92%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .pings:first-child .pingi{
        width: 100%;
        height: auto;
        min-height: 2.6rem;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 2;
        transform: translateY(-50%);
    }
    .pingt{
        width: 92%;
        height: 0.70rem;
        text-align: center;
        line-height: 0.70rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.24rem;
        color: #111;
    }
    .pinh{
        width: 100%;
        height: auto;
        padding-top: 0.45rem;
    }
    .pinhs{
        width: 100%;
        height: auto;
        margin-top: 0.2rem;
        display: block;
    }
    .pinhs:first-child{
        margin-top: 0rem;
    }
    .pinhsi{
        width: 100%;
        height: auto;
        display: block;
    }
    .pini{
        width: 100%;
        height: auto;
    }
    .pinis{
        width: 94%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .pinis2,.pinis3{
        margin-top: 0.2rem;
    }
    .pinj{
        width: 100%;
        height: auto;
    }
    .pinj .pinsc{
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
    .pinjs{
        width: 31.1%;
        height: auto;
        display: block;
        margin: 0.12rem 1.1%;
    }
    .pinjsi{
        width: 100%;
        height: auto;
        display: block;
    }



    /*子页面*/
    .zy{
        width: 92%;
        height: auto;
        padding-top: 0.22rem;
        margin: 0 auto;
        display: block;
        justify-content: space-between;
        align-items: flex-start;
    }
    .zyl{
        width: 100%;
        height: auto;
    }
    .zyl_b{
        width: 100%;
        height: auto;
    }
    .zylt{
        width: 92%;
        height: 1rem;
        line-height: 1rem;
        padding: 0 4%;
        background: url('../img/zylbg.jpg');
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.26rem;
        color: #fff;
    }
    .zylc{
        width: 100%;
        height: auto;
        padding-top: 0.16rem;
        background: #fff;
    }
    .zylcs{
        width: 92%;
        height: 0.80rem;
        padding: 0 4%;
        margin-top: 0rem;
        background: #f1f3f8;
        display: flex;
        justify-content: space-between;
    }
    .zylcs_active{
        background: #006fb7;
    }
    .zylcs:hover{
        background: #006fb7;
    }
    .zylcs:first-child{
        margin-top: 0rem;
    }
    .zylcsl{
        width: 90%;
        height: 100%;
        line-height: 0.80rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.26rem;
        color: #111;
    }
    .zylcs:hover .zylcsl{
        color: #fff;
    }
    .zylcsr{
        width: 0.36rem;
        height: 0.36rem;
        margin-top: 0.22rem;
        border-radius: 0.36rem;
        background: #fff;
        overflow: hidden;
    }
    .zylcsri{
        width: 0.08rem;
        height: 0.10rem;
        display: block;
        margin: 0 auto;
        margin-top: 0.13rem;
    }
    .zyr{
        width: 100%;
        height: auto;
        margin-top: 0.52rem;
    }
    .zyrt{
        width: 100%;
        height: 0.6rem;
        line-height: 0.34rem;
        font-size: 0.34rem;
        font-weight: bold;
        color: #111;
    }
    .zyrtr{
        width: 0;
        height: 0;
        line-height: 0;
        float: right;
        display: none;
    }
    .zyrtr,.zyrtr a{
        font-size: 0rem;
        color: #999;
    }
    .zyrthr{
        width: 100%;
        height: auto;
        display: block;
    }
    .zyrc{
        width: 100%;
        height: auto;
        padding-top: 0.32rem;
    }
    .zyrct{
        width: 100%;
        height: auto;
        text-align: center;
        line-height: 0.40rem;
        font-weight: bold;
        font-size: 0.32rem;
        color: #111;
    }
    .zyrcp{
        width: 100%;
        height: auto;
        text-align: center;
        line-height: 0.22rem;
        padding-top: 0.16rem;
        font-size: 0.2rem;
        color: #999;
    }
    .zyrcc{
        width: 100%;
        height: auto;
        line-height: 0.22rem;
        padding-top: 0.32rem;
        font-size: 0.22rem;
        color: #111;
    }
    .zyrcf{
        width: 100%;
        height: auto;
        padding-top: 0.38rem;
    }
    .zyrcfs{
        width: auto;
        height: auto;
        display: block;
        line-height: 0.22rem;
        margin-bottom: 0.18rem;
        font-size: 0.22rem;
        color: #666;
    }


    /*业务*/
    .yw{
        width: 100%;
        height: auto;
    }
    .ywt{
        width: 100%;
        height: auto;
        display: block;
        justify-content: space-between;
        align-items: flex-start;
    }
    .ywtl{
        width: 94%;
        height: auto;
        padding: 0.32rem;
        background: #fff;
        padding: 0.2rem 3%;
        box-shadow: 0.02rem 0.02rem 0.16rem 0rem #d8d8d8;
    }
    .ywtli{
        width: 100%;
        height: auto;
        display: block;
    }
    .ywtr{
        width: 100%;
        height: auto;
        line-height: 0.46rem;
        margin-top: 0.28rem;
        overflow: hidden;
        font-size: 0.26rem;
        color: #111;
    }
    .ywc{
        width: 100%;
        height: auto;
        margin-top: 0.40rem;
    }
    .ywcs{
        width: 100%;
        height: auto;
        padding: 0;
        border: 0px solid #eeeeee;
        border-top: 1px solid #eeeeee;
        margin-top: 0.42rem;
    }
    .ywcst{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-top: 0.32rem;
    }
    .ywcstl{
        width: 32%;
        height: auto;
        background: #fff;
        border: 1px solid #eeeeee;
    }
    .ywcstli{
        width: 100%;
        height: auto;
        display: block;
    }
    .ywcstr{
        width: 65%;
        height: auto;
        margin-top: 0rem;
    }
    .ywcstrt{
        width: 100%;
        height: auto;
        line-height: 0.34rem;
        font-size: 0.34rem;
        font-weight: bold;
        color: #111;
    }
    .ywcstrc{
        width: 100%;
        height: 0.60rem;
        line-height: 0.30rem;
        margin-top: 0.22rem;
        overflow: hidden;
        font-size: 0.2rem;
        color: #666;
    }
    .ywcsf{
        width: 100%;
        height: auto;
        padding-top: 0.10rem;
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
    .ywcsfs{
        width: auto;
        height: 0.62rem;
        text-align: center;
        line-height: 0.62rem;
        padding: 0 0.32rem;
        margin: 0.22rem 1.5% 0 1.5%;
        border: 1px solid #006fb7;
        font-size: 0.24rem;
        color: #006fb7;
    }
    .ywcsfs:hover{
        background: #006fb7;
        color: #fff;
    }

    /*新闻*/
    .new{
        padding-top: 0.26rem;
    }
    .news{
        width: 100%;
        height: 0.80rem;
        border-bottom: 1px solid #e0e0e0;
        display: flex;
        justify-content: space-between;
    }
    .newsl{
        width: 70%;
        height: 100%;
        line-height: 0.80rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.24rem;
        color: #111;
    }
    .news:hover .newsl{
        color: #006fb7;
    }
    .wd .newsl{
        position: relative;
        padding-left: 0.20rem;
    }
    .newsi{
        width: 0.08rem;
        height: 0.08rem;
        border-radius: 0.08rem;
        background: #006fb7;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 2;
        transform: translateY(-50%);
    }
    .newsr{
        width: auto;
        height: 100%;
        line-height: 0.80rem;
        font-size: 0.22rem;
        color: #999;
    }
    .newsb{
        width: 0.80rem;
        height: 0.46rem;
        text-align: center;
        line-height: 0.46rem;
        margin-top: 0.17rem;
        background: #e5f0f8;
        cursor: pointer;
        font-size: 0.22rem;
        color: #006fb7;
    }
    .newsb:hover{
        background: #006fb7;
        color: #fff;
    }

    /*证书查询*/
    .bs{
        width: 100%;
        height: auto;
        padding-bottom: 0.40rem;
        border-bottom: 1px solid #eeeeee;
    }
    .bst{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .bstl{
        width: 30%;
        height: 0.57rem;
        text-align: center;
        line-height: 0.56rem;
        border-top: 0.03rem solid #006fb7;
        font-size: 0.24rem;
        color: #006fb7;
    }
    .bstr{
        width: 67%;
        height: 0.6rem;
        text-align: right;
        line-height: 0.6rem;
        padding-right: 3%;
        background: #f5f5f5;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.16rem;
        color: #006fb7;
    }
    .bsc{
        width: 92%;
        height: auto;
        padding: 0.38rem 4% 0 4%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .bscl{
        width: 100%;
        height: 0.24rem;
        text-align: left;
        line-height: 0.24rem;
        padding-left: 0rem;
        font-size: 0.24rem;
        color: #111;
    }
    .bscc{
        width: 70%;
        height: 0.8rem;
        line-height: 0.8rem;
        padding: 0 3%;
        border: 0.01rem solid #eee;
        outline: none;
        margin-top: 0.2rem;
        border-radius: 0.05rem;
        background: none;
        font-size: 0.24rem;
        color: #111;
    }
    .bscr{
        width: 20%;
        height: 0.8rem;
        text-align: center;
        line-height: 0.8rem;
        background: #006fb7;
        border: none;
        outline: none;
        margin-top: 0.2rem;
        border-radius: 0.05rem;
        cursor: pointer;
        font-size: 0.24rem;
        color: #fff;
    }
    .bi{
        width: calc(100% - 2px);
        height: auto;
        border: 1px solid #eee;
    }
    .bis{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .bisl{
        width: 26%;
        height: auto;
        text-align: center;
        line-height: 0.38rem;
        padding: 0.22rem 2%;
        border-top: 1px solid #fff;
        background: #eee;
        font-size: 0.24rem;
        color: #111;
    }
    .bisr{
        width: 66%;
        height: auto;
        line-height: 0.38rem;
        padding: 0.22rem 2%;
        border-top: 1px solid #eee;
        overflow: auto;
        white-space: wrap;
        font-weight: bold;
        font-size: 0.24rem;
        color: #111;
    }
    .bis:first-child .bisl,.bis:first-child .bisr{
        border-top: none;
    }
    .bit{
        width: 30%;
        height: 0.52rem;
        text-align: center;
        line-height: 0.52rem;
        margin-top: 0.32rem;
        background: #006fb7;
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 0.24rem;
        color: #fff;
    }

    /*登录注册*/
    .dl{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background: rgba(0,0,0,0.6);
    }
    .dl_b{
        width: 84%;
        height: auto;
        padding: 0.62rem 4%;
        border-radius: 0.2rem;
        background: #fff;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .dlx{
        width: auto;
        height: auto;
        position: absolute;
        top: 0.26rem;
        right: 0.30rem;
        z-index: 19;
        cursor: pointer;
        transform: scaleX(1.3);
        font-size: 0.32rem;
        color: #d4d4d4;
    }
    .dlt{
        width: 100%;
        height: 0.62rem;
        border-bottom: 0.01rem solid #d4d4d4;
        display: flex;
        justify-content: start;
    }
    .dlts{
        width: auto;
        height: 0.6rem;
        line-height: 0.36rem;
        margin-right: 0.30rem;
        cursor: pointer;
        font-weight: bold;
        font-size: 0.36rem;
        color: #111;
    }
    .dlts_active{
        border-bottom: 0.04rem solid #006fb7;
        color: #006fb7;
    }
    .dlc{
        width: 100%;
        height: auto;
        padding-top: 0.6rem;
    }
    .dlcs{
        width: 92%;
        height: 0.68rem;
        padding: 0 4%;
        margin-top: 0.22rem;
        background: #f8f8f8;
        border: none;
        outline: none;
        font-size: 0.28rem;
        color: #111;
    }
    .dlcs:first-child{
        margin-top: 0rem;
    }
    .dls{
        width: 100%;
        height: 0.68rem;
        text-align: center;
        line-height: 0.68rem;
        margin-top: 0.6rem;
        background: #006fb7;
        border: none;
        outline: none;
        border-radius: 0.2rem;
        cursor: pointer;
        letter-spacing: 0.06rem;
        font-size: 0.28rem;
        color: #fff;
    }

    /*培训*/
    .pxc{
        width: 100%;
        height: auto;
        padding-top: 0.1rem;
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
    .pxcs{
        width: calc(100% - 2px);
        height: auto;
        margin-top: 0.4rem;
        margin-left: 2%;
        border: 1px solid #f1f1f1;
        border-radius: 6px;
        overflow: hidden;
    }
    .pxcs:nth-child(2n+1){
        margin-left: 0%;
    }
    .pxcst{
        width: 94%;
        height: 0.68rem;
        padding: 0 3%;
        display: flex;
        justify-content: space-between;
        background: #f1f3f8;
    }
    .pxcstl{
        width: 80%;
        height: 100%;
        line-height: 0.68rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: bold;
        font-size: 0.24rem;
        color: #111;
    }
    .pxcstr{
        width: auto;
        height: 100%;
        line-height: 0.68rem;
        transform: scaleY(2);
        font-weight: bold;
        font-size: 0.18rem;
        color: #0966b4;
    }
    .pxcsf{
        width: 94%;
        height: auto;
        padding: 0.22rem 3%;
    }
    .pxcsfs{
        width: 100%;
        height: 0.68rem;
        display: block;
        line-height: 0.68rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.22rem;
        color: #111;
    }
    .pxcsfsi{
        width: 0.08rem;
        height: 0.08rem;
        display: inline-block;
        vertical-align: middle;
        border-radius: 0.08rem;
        background: #0966b4;
        margin: -0.02rem 0.1rem 0 0;
    }

    /*技术服务*/
    .jsc{
        width: 100%;
        height: auto;
        padding-top: 0.12rem;
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
    .jscs{
        width: 100%;
        height: auto;
        padding: 0.4rem 0;
        border-bottom: 1px solid #f1f1f1;
    }
    .jscst{
        width: 90%;
        height: 0.28rem;
        line-height: 0.28rem;
        border-left: 0.1rem solid #006fb7;
        padding-left: 3%;
        font-weight: bold;
        font-size: 0.26rem;
        color: #111;
    }
    .jsc .ywcsf{
        padding-top: 0.2rem;
    }
    .zylcf{
        width: 88%;
        height: auto;
        padding: 0.16rem 6%;
        background: #f8f9fb;
    }
    .zylcfs{
        width: 100%;
        height: auto;
        display: block;
        line-height: 0.36rem;
        padding: 0.12rem 0;
        font-size: 0.22rem;
        color: #111;
    }
    .zylcfs_active{
        color: #0966b4;
    }
    .zylcfsi{
        width: 0.05rem;
        height: 0.05rem;
        border-radius: 0.05rem;
        border: 0.05rem solid #c8deee;
        display: inline-block;
        margin-right: 0.15rem;
    }
    .zylcfs_active .zylcfsi{
        border: 0.05rem solid #006fb7;
    }

}







































