@charset "utf-8";
/*视频*/
.videohide{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}
.videohide_class{
    visibility: visible;
    opacity: 1;
}
.videohidebg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    z-index: 10;
}
.videohidebox i{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 24px;
    border-radius: 30px;
    background: #D50900;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -15px;
    margin-top: -15px;
    border: 2px solid #fff;
    cursor: pointer;
    font-style: normal;
}
.videohidebox i.fa-close:hover{
    -webkit-filter: brightness(110%);
}
.videohidebox{
    width: 50%;
    height: 600px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 25%;
    z-index: 20;
    padding: 10px;
    margin-top: -500px;
    transition: .5s;
}
.videohidebox_class{
    margin-top: -300px;
    opacity: 1;
}
.videohidebox_1{
    width: 100%;
    height: 530px;
}
.videohidebox_1 video{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.videohidebox_1 p{
    font-size: 16px;
    color: #000;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.vdbg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
}

.head{
    height: 110px;
}
.logo{
    height: 62px;
}
.nav {
    text-align: center;
    margin-left: 100px;
    margin-right: 30px;
}
.nav span{
    width: 14.28571%;
    display: block;
    position: relative;
}
.nava{
    display: block;
    line-height: 110px;
    font-size: 16px;
}
.nav span.active .nava{
    color: #067BE6;
}
.nav span:hover .nava{
    color: #067be6;
}
.navhide{
    z-index: 88;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 0 15px;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    box-shadow: 0 1px 8px rgba(0,0,0,.2);
    padding: 5px 0;
}
.nav span:hover .navhide{
    opacity: 1;
    visibility: inherit;
}
.navhide a{
    display: block;
    line-height: 40px;
    text-align: center;
    color: #3d4556;
}
.navhide a:hover{
    color: #067BE6;
}
.hdr{
    margin-top: 10px;
}
.hdr .txt{
    margin-left: 5px;
    color: #067BE6;
    font-size: 12px;
}
.hdr .txt h3{
    font-size: 14px;
}
.hda a,.hda{
    font-size: 12px;
    color: #666;
    line-height: 25px;
}
.hda{
    position: absolute;
    top: 10px;
    right: 0;
}
.hda a:hover{
    color: #067BE6;
}
.ftt{
    padding: 70px 0 120px 0;
    background: #131b2a;
    color: #fff;
}
.ftta h3{
    font-size: 16px;
}
.ftta i{
    display: block;
    width: 16px;
    height: 2px;
    background: #067BE6;
    margin: 10px 0 15px 0;
}
.ftta p{
    line-height: 30px;
}
.ftta p a{
    color: #fff;
    opacity: .5;
}
.ftta p a:hover{
    opacity: 1;
}
.ewm{
    margin-top: 20px;
    width: 100px;
}
.ftb{
    line-height: 30px;
    padding: 15px 0;
    background: #0d1320;
    color: #fff;
}
.ftb a{
    color: #fff;
}
.ftb .wrap{
    opacity: .5;
}
.right{
    position: fixed;
    right: 15px;
    bottom: 10%;
    z-index: 9999;
    width: 70px;
    border: 2px solid #067BE6;
    border-radius: 4px;
    background: #fff;
}
.rta{
    padding: 0 5px;
    position: relative;
}
.rta_a{
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #e6e6e6;
}
.rta:last-child .rta_a{
    border: 0;
}
.rta_active{
    padding: 0;
}
.rta_active .rta_a{
    color: #fff;
    background: #067BE6;
    padding: 10px 0;
    border: 0;
}
.rta_active .rta_a i{
    font-size: 16px;
    margin-bottom: 5px;
}
.rta img{
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
}
.rthide{
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 99;
    transition: .25s;
    margin-right: -50px;
    opacity: 0;
    visibility: hidden;
}
.rta:hover .rthide{
    opacity: 1;
    visibility: inherit;
    margin-right: 0;
}
.rthide i{
    height: 75px;
    line-height: 75px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -37px;
    margin-right: 5px;
    color: #fff;
}
.rtphone{
    margin-right: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.08);
    width: 180px;
    line-height: 75px;
    font-size: 20px;
    color: #067BE6;
    text-align: center;
}
.rtewm{
    margin-right: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.08);
    width: 130px;
    padding: 10px;
    font-size: 20px;
    color: #067BE6;
    text-align: center;
}

.bntxt{
    color: #fff;
}
.bntxt h3{
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 20px;
}
.bntxt p{
    opacity: .75;
    font-size: 16px;
    line-height: 30px;
}
.md{
    padding: 60px 0;
}
.mdtop h3{
    font-size: 30px;
    font-weight: normal;
}
.mdtop i{
    display: block;
    width: 28px;
    height: 4px;
    background: #333;
    margin: 0 20px;
}
.mdtop .txt{
    line-height: 30px;
}
.m1a{
    width: 28%;
}
.m1a h3{
    font-size: 20px;
    margin: 15px 0;
}
.m1a p{
    line-height: 24px;
    color: #666;
}
.m2top{
    background: #f5f5f5;
    padding: 35px 0;
}
.m2top input{
    width: 700px;
    height: 54px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-right: 15px;
    font-size: 16px;
    padding: 0 15px;
}
.m2top button{
    height: 54px;
    background: #067BE6;
    width: 130px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: .25s;
}
.m2bt li{
    display: inline-block;
    line-height: 35px;
    padding: 0 28px;
    font-size: 16px;
    border-radius: 35px;
    cursor: pointer;
    transition: .25s;
}
.m2bt li.active{
    background: #067BE6;
    color: #fff;
}
.m2bt li.active a{color: #fff;}
.m2ba{
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 20px;
    width: 32%;
    margin-top: 25px;
}
.m2bat p{
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.m2bat span{
    font-size: 16px;
    color: #ff6b00;
}
.m2bam{
    margin: 10px 0;
    line-height: 26px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.m2bab{
    color: #999;
}
.m2ba:hover{
    border: 1px solid #067BE6;
}
.m2_more a{
    display: inline-block;
    line-height: 50px;
    border: 1px solid #067BE6;
    padding: 0 50px;
    border-radius: 4px;
    font-size: 16px;
    color: #067BE6;
}
.m2_more a:hover{
    background: #067BE6;
    color: #fff;
}
.m3a{
    width: 32%;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}
.m3at{
    height: 215px;
    background-size: cover !important;
}
.m3ata{
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    background: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
}
.m3ata span{
    font-size: 14px;
}
.m3ab{
    padding: 15px;
}
.m3ab a{
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.m3ab a:hover{
    color: #067BE6;
}
.m3ab i{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #dddddd;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}
.m4w{
    width: 102%;
}
.m4a{
    width: 14.666666%;
    margin-right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    margin-top: 25px;
}
.m4a img{
    display: block;
    max-width: 80%;
    max-height: 80%;
    margin: 0 auto;
    transition: .5s;
}
.m4a:hover img{
    transform: scale(1.1);
}
.m4a:hover{
    border: 1px solid #067BE6;
}

.bgsz{
    background-size: cover !important;
}
.listbn{
    height: 440px;
    color: #fff;
}
.bntxth3{
    font-size: 40px;
    font-weight: normal;
    position: absolute;
    left: 0;
    bottom: 65px;
}
.listnav{
    border-bottom: 1px solid #E6E6E6;
}
.lnl a{
    display: block;
    line-height: 60px;
    padding: 0 40px;
}
.lnl a:hover{
    color: #067BE6;
}
.lnl a.active{
    background: #067BE6;
    color: #fff;
}
.lnr{
    color: #666;
    line-height: 60px;
}
.lnr a{
    color: #666;
}
.lnr a:hover{
    color: #067BE6;
}
.nea{
    padding: 20px;
    border-bottom: 1px solid #E6E6E6;
}
.neaimg{
    width: 22%;
    height: 170px;
    overflow: hidden;
    margin-right: 25px;
}
.neatxt h3{
    font-size: 20px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.neatxt span{
    display: block;
    color: #999;
    margin: 10px 0;
    transition: .25s;
}
.neatxt p{
    color: #666;
    line-height: 24px;
    transition: .25s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.nea:hover{
    background: #067BE6;
    color: #fff;
}
.nea:hover span,.nea:hover p{
    color: #fff;
}
.page a{
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #777;
    border: 1px solid #E6E6E6;
    text-align: center;
    line-height: 38px;
}
.page a:hover{
    color: #067BE6;
    border: 1px solid #067BE6;
}
.page a.active{
    background: #067BE6;
    color: #fff;
    border: 1px solid #067BE6;
}

.nitop{
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}
.nitop h3{
    font-weight: normal;
    font-size: 30px;
}
.nitop p{
    color: #999;
}
.nitop p span{
    margin: 0 15px;
}
.textidt{
    text-indent: 2em;
}
.nitxt{
    line-height: 30px;
}
.nitxt_h3{
    font-size: 20px;
}
.nitxt img,.nitxt video{
    max-width: 100%;
}
.nib{
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.nib a{
    display: inline-block;
    line-height: 30px;
    color: #666;
    max-width: 48%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.nib a i{
    display: inline;
}
.nib a:hover i{
    color: #067BE6;
}

.ysa{
    padding: 30px 60px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    margin-top: 30px;
}
.ysai{
    width: 90px;
    height: 90px;
    background: #f2f8fe;
    border-radius: 100%;
    margin-right: 60px;
}
.ysai img{
    display: block;
    margin: 0 auto;
}
.ysar{
    color: #666;
    line-height: 24px;
}
.ysar h3{
    font-size: 20px;
    color: #067BE6;
    margin-bottom: 15px;
}
.ysa:hover{
    border: 1px solid #067BE6;
}

.altab{
    width: 100%;
    border: 1px solid #E6E6E6;
    border-bottom: 0;
}
.altab th{
    line-height: 60px;
    background: #067BE6;
    color: #fff;
    padding: 0 30px;
    font-size: 18px;
}
.altab td{
    padding: 15px 30px;
    line-height: 30px;
    border-bottom: 1px solid #E6E6E6;
}
.altab tr:hover td{
    background: #f9f9f9;
}

.ab2l{
    width: 47%;
}
.ab2r{
    width: 42.5%;
}
.ab2ltopa h3{
    font-size: 20px;
    margin-bottom: 10px;
}
.text{
    line-height: 25px;
    color: #666;
}
.ab2lb{
    padding-top: 30px;
}
.ab2lba{
    width: 48%;
    margin-top: 25px;
}
.ab2lba img{
    margin-bottom: 10px;
}
.swiper-button-next-ab3,.swiper-button-prev-ab3{
    width: 10px;
    height: 26px;
    background: url(https://faithful.oss-cn-shanghai.aliyuncs.com/static/hp/ab3btn_03.png) no-repeat center;
    margin-top: -13px;
}
.swiper-button-next-ab3{
    margin-right: -40px;
    right: 0;
}
.swiper-button-prev-ab3{
    margin-left: -40px;
    left: 0;
    transform:rotate(180deg);
}
.ab3a h3{
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0 5px 0;
}
.ab3a p{
    color: #999;
}
.ab4w{
    padding-top: 15px;
}
.ab4a{
    margin-top: 20px;
    width: 24%;
    padding: 10px;
}
.ab4a p{
    line-height: 25px;
    margin-top: 10px;
}

.rz1{
    padding-bottom: 30px;
}
.rz1 .m2top{
    padding: 0;
    background: none;
}
.rza{
    margin-bottom: 20px;
}
.rzal{
    line-height: 28px;
    width: 80px;
    display: block;
}
.rzar{
    margin: 0 10px;
    height: 28px;
    overflow: hidden;
}
.rzar_active{
    height: auto;
}
.rzar span,.rzar a{
    display: inline-block;
    line-height: 28px;
    padding: 0 20px;
    color: #666;
    border-radius: 28px;
    cursor: pointer;
    margin-bottom: 5px;
    transition: .25s;
}
.rzar span:hover,.rzar a:hover{
    color: #067BE6;
}
.rzar span.active,.rzar a.active{
    background: #067BE6;
    color: #fff;
}
.rzamore a{
    color: #067BE6;
    line-height: 28px;
}
.rzamorea1{
    display: block;
}
.rzamorea2{
    display: none;
}
.rz2{
    padding: 20px 0 70px 0;
    background: #F5F5F5;
}
.rz2r{
    width: 25%;
    margin-left: 20px;
}
.rz2rbox{
    padding: 20px;
}
.rz2rtt h3{
    font-size: 18px;
    font-weight: normal;
}
.rz2rtt i{
    display: block;
    width: 16px;
    height: 2px;
    background: #067BE6;
    margin-top: 10px;
}
.rz2rtt{
    margin-bottom: 10px;
}
.rz2ra{
    line-height: 40px;
}
.rz2ra p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-right: 15px;
}
.rz2rbox,.rz2lbox{
    border-radius: 4px;
}
.rz2la{
    padding: 20px;
    border-bottom: 1px solid #E6E6E6;
}
.rz2lar{
    margin-left: 50px;
}
.rz2lar p{
    font-size: 16px;
    line-height: 25px;
}
.rz2lar i{
    display: inline-block;
    padding: 0 20px;
    line-height: 34px;
    border: 1px solid #067BE6;
    color: #067BE6;
    margin-top: 15px;
    border-radius: 4px;
    transition: .25s;
}
.rz2lar i:hover{
    background: #067BE6;
    color: #fff;
}
.rz2lal h3{
    font-size: 16px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.rz2lal p{
    color: #666;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.page_pd{
    padding: 50px 0;
}

.ribox{
    border-radius: 4px;
}
.ritop{
    padding: 30px;
    border-bottom: 1px solid #E6E6E6;
}
.ritl h3{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}
.ritl h3 i{
    margin-left: 20px;
}
.ritra{
    display: inline-block;
    line-height: 42px;
    padding: 0 30px;
    border-radius: 4px;
    background: #067BE6;
    color: #fff;
}
.rib{
    padding: 30px;
}
.ribatxt{
    line-height: 26px;
    color: #666;
}

.jo1{
    padding-bottom: 40px;
}
.jot li{
    line-height: 32px;
    padding: 0 40px;
    color: #666;
    border-radius: 32px;
    transition: .25s;
    cursor: pointer;
    margin: 0 20px;
}
.jot li.active{
    color: #fff;
    background: #067BE6;
}
.jot li.active a{color: #fff;}
.jobt{
    border-bottom: 1px solid #E6E6E6;
    padding: 0 30px;
}
.jobt span{
    display: block;
    line-height: 40px;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
}
.span_width2,.span_width3{
    width: 20%;
}
.span_width4{
    width: 5%;
}
.jobf{
    border-bottom: 1px solid #E6E6E6;
}
.jobfa{
    padding: 0 30px;
    cursor: pointer;
    transition: .25s;
}
.jobfa i{
    color: #067BE6;
    font-size: 26px;
    transition: .25s;
}
.jobfa_active{
    background: #067BE6;
    color: #fff;
}
.jobfa_active i{
    color: #fff;
    transform:rotate(180deg);
}
.jobfa span{
    display: block;
    line-height: 40px;
    padding: 20px 0;
    font-size: 14px;
}
.colorindex{
    color: #067BE6;
}
.jobfa_hide{
    padding: 30px;
    display: none;
}
.jobfaha{
    margin-top: 30px;
    line-height: 26px;
    color: #666;
}
.jobfaha span{
    margin-right: 10px;
    font-size: 16px;
    color: #333;
}
.jobfaha:first-child{
    margin: 0;
}

.co1a{
    transition: .25s;
}
.co1ab{
    line-height: 24px;
}
.co1a{
    border: 1px solid #E6E6E6;
    width: 32%;
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 25px;
}
.co1a:hover{
    border: 1px solid #067BE6;
}










@media only screen and (min-width:768px) and (max-width:1199px) {
    .bntxt h3{
        font-size: 30px;
    }
    .bntxt p{
        font-size: 14px;
    }

    .nav{
        margin: 0 20px;
    }
    .nava{
        font-size: 15px;
    }
    .neaimg{
        width: 25%;
    }

    .nitop h3{
        font-size: 24px;
    }
}
@media only screen and (max-width:950px) {
    /*视频*/
    .videohidebox{
        width: 90%;
        left: 5%;
        margin-left: 0;
        height: 250px;
        margin-top: -210px;
    }
    .videohidebox_1 p{
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .videohidebox_1{
        height: 200px;
    }
    .videohidebox_class{
        margin-top: -110px;
    }

    .hdr{
        padding: 0 15px;
        justify-content: center;
    }
    .hda{
        position: relative;
        padding: 0 15px;
        text-align: center;
    }

    .ftt{
        padding: 20px 0;
    }
    .ftt .wrap{
        flex-wrap: wrap;
    }
    .ftta{
        width: 100%;
        text-align: center;
        display: none;
    }
    .ftta:last-child{
        display: block;
    }
    .ftta i{
        margin: 0 auto;
        margin-top: 15px;
    }
    .ewm{
        margin: 0 auto;
        margin-top: 15px;
    }
    .ftb .wrap{
        display: block;
        text-align: center;
    }
    .ftb{
        padding: 10px 0;
        font-size: 12px;
        line-height: 25px;
    }
    .bntxt h3{
        font-size: 20px;
    }
    .bntxt p{
        font-size: 12px;
        line-height: 24px;
    }
    .bnimg{
        height: 220px !important;
    }
    .mt_50,.mt_60,.mt_70,.mt_80{
        margin-top: 25px;
    }
    .right{
        transform: scale(.5);
        right: 0;
        margin-right: -10px;
    }
    .md{
        padding: 25px 0;
    }
    .mdtop h3{
        font-size: 22px;
    }
    .mdtop h3 i{
        height: 2px;
        width: 20px;
        margin: 0 10px;
    }
    .mdtop .txt{
        margin-top: 15px;
        line-height: 26px;
    }
    .m1w {
        margin-top: 20px;
    }
    .m1a h3{
        font-size: 15px;
        margin: 10px 0;
    }
    .m1a p{
        font-size: 12px;
    }
    .m1a img{
        height: 30px;
    }
    .m2top{
        padding: 15px 0;
    }
    .m2top input{
        flex: 0;
        flex-grow: 1;
        height: 40px;
        font-size: 14px;
        padding: 0 15px;
    }
    .m2top button{
        width: 80px;
        height: 40px;
        font-size: 14px;
    }
    .m2bw {
        margin-top: 20px;
    }
    .m2bb .m2bw{
        margin: 0;
    }
    .m2bt li{
        line-height: 30px;
        font-size: 13px;
        padding: 0 15px;
        width: 25%;
        text-align: center;
    }
    .m2ba{
        width: 100%;
        margin-top: 15px;
    }
    .m2_more {
        margin-top: 20px;
    }
    .m2_more a{
        line-height: 40px;
        font-size: 13px;
        padding: 0 30px;
    }
    .m3w {
        margin: 0;
        display: block;
    }
    .m3a{
        width: 100%;
        margin-top: 15px;
    }
    .m4w{
        margin: 0;
    }
    .m4a{
        width: 31%;
        height: 70px;
    }
    .listbn{
        height: 150px;
    }
    .bntxth3{
        left: 0;
        text-align: center;
        bottom: 50%;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: -15px;
        width: 100%;
    }
    .listnav .wrap{
        padding: 0;
        display: block;
    }
    .lnl a{
        line-height: 40px;
        width: 20%;
        flex: 1;
        padding: 0;
        text-align: center;
        font-size: 13px;
        background: #f8f8f8;
    }
    .lnr{
        line-height: 40px;
        padding: 0 15px;
        font-size: 12px;
    }
    .nea{
        padding: 15px 0;
    }
    .nea:hover{
        background: #fff;
        color: #333;
    }
    .nea:hover span{
        color: #999;
    }
    .nea:hover p{
        color: #666;
    }
    .neaimg{
        width: 35%;
        margin-right: 15px;
        height: 90px;
    }
    .neatxt h3{
        font-size: 15px;
    }
    .neatxt p{
        font-size: 12px;
        -webkit-line-clamp:1;
    }
    .page a{
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 13px;
    }

    .nitop h3{
        font-size: 20px;
        line-height: 30px;
    }
    .nitxt_h3{
        font-size: 16px;
    }
    .nib{
        display: block;
    }
    .nib a{
        width: 100%;
        max-width: 100%;
    }

    .ysa{
        display: block;
        padding: 20px;
        margin-top: 15px;
    }
    .ysai{
        margin: 0 auto;
        width: 70px;
        height: 70px;
    }
    .ysai img{
        height: 30px;
    }
    .ysar{
        text-align: center;
        margin-top: 15px;
        line-height: 24px;
        font-size: 12px;
    }
    .ysar h3{
        font-size: 17px;
    }

    .altab_box{
        display: block;
        overflow: hidden;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        margin-top: 20px;
    }
    .altab{
        width: 700px;
    }
    .altab th{
        line-height: 40px;
        font-size: 14px;
        padding: 0 20px;
    }
    .altab td{
        line-height: 25px;
        padding: 10px 20px;
    }

    .ab2w {
        margin-top: 25px;
        display: block;
    }
    .ab2l,.ab2r{
        width: 100%;
    }
    .ab2ltopa h3{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .ab2lba{
        margin-bottom: 20px;
        margin-top: 0;
    }
    .swiper-button-prev-ab3{
        margin-left: 0;
    }
    .swiper-button-next-ab3{
        margin-right: 0;
    }
    .swiper-button-next-ab3, .swiper-button-prev-ab3{
        margin-top: -50px;
    }
    .ab4a{
        width: 48%;
        margin-top: 15px;
    }
    .ab4a p{
        font-size: 12px;
        line-height: 22px;
    }

    .rza{
        flex-wrap: wrap;
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 15px;
    }
    .rzal{
        width: 100%;
        margin-bottom: 10px;
    }
    .rzar{
        margin-left: 0;
    }
    .rzar span{
        font-size: 12px;
        padding: 0 13px;
    }
    .rzamore a{
        font-size: 12px;
    }
    .rz1box {
        margin-top: 20px;
    }
    .rz1{
        padding-bottom: 10px;
    }
    .rz2{
        padding: 15px 0;
    }
    .rz2 .wrap{
        display: block;
    }
    .page_pd{
        padding: 20px 0;
    }
    .rz2lar i{
        padding: 0 10px;
        font-size: 12px;
        line-height: 30px;
    }
    .rz2lar{
        margin-left: 20px;
    }
    .rz2la{
        padding: 15px;
    }
    .rz2r{
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }
    .rz2lal p{
        font-size: 12px;
    }
    .rz2lal .m2bab{
        font-size: 12px;
    }
    .rz2lal h3,.rz2lar p{
        font-size: 14px;
    }

    .ritop{
        padding: 20px;
        display: block;
    }
    .ritl h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ritl .m2bab{
        line-height: 25px;
    }
    .ritl .m2bab span:first-child{
        display: block;
        margin: 0;
    }
    .ritl .m2bab span{
        margin-left: 0;
        margin-right: 10px;
    }
    .ritr{
        margin-top: 10px;
    }
    .ritra{
        line-height: 36px;
    }
    .rib{
        padding: 20px;
    }

    .jobt,.jobfa{
        padding: 0 10px;
    }
    .jobt span{
        padding: 10px 0;
        line-height: 25px;
        font-size: 14px;
    }
    .span_width2, .span_width3{
        width: 25%;
    }
    .jobfa span{
        padding: 10px 0;
        line-height: 25px;
        font-size: 12px;
    }
    .jobfa i{
        font-size: 14px;
    }
    .jobfa_hide{
        padding: 15px;
    }
    .jobfaha span{
        margin-right: 5px;
        font-size: 14px;
    }
    .jobfaha{
        font-size: 12px;
    }
    .jot ul{
        flex-wrap: wrap;
    }
    .jot li{
        padding: 0;
        width: 25%;
        text-align: center;
        margin: 5px 0;
    }

    .co1a{
        width: 100%;
        margin-bottom: 15px;
    }
}