
.gywm {
    background-color: #f3f3f3;
}

.foot {
    margin-top: 0;
}


/* 白色块 */

.nyheadtxt {
    padding: 100px 0 80px;
}

.bsk {
    height: 160px;
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.bskitem {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bskitembox_t {
    display: flex;
}

.bskitembox_t span {
    font-family: 'ProximaNova-Regular';
    font-size: 55px;
    line-height: 62px;
    color: #333333;
}

.bskitembox_t b {
    margin-top: 10px;
    margin-left: 8px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    line-height: 30px;
    text-align: center;
    background-color: #106ecb;
    font-size: 14px;
    color: #fff;
}

.bskitembox_b {
    font-size: 16px;
}


/*万濠实力  */

.whsl {
    position: relative;
}

.whsl_tle {
    text-align: center;
}

.whsl_tleh {
    font-size: 48px;
}

.whsl_tleimg img {
    margin: 20px auto 0;
}

.whsl_p {
    margin: 45px auto;
    width: 70%;
    text-align: center;
    font-size: 16px;
    color: #777777;
    line-height: 28px;
}

.whsl_t {
    display: flex;
}

.whsl_t>div {
    width: 50%;
}

.whsl_l {
    display: flex;
    flex-wrap: wrap;
}

.whsl_l .whsl_la {
    position: relative;
    margin-right: 20px;
    width: calc(50% - 20px);
    overflow: hidden;
    margin-top: 20px;
}

.whsl_l .whsl_la:nth-child(-n + 2) {
    margin-top: 0;
}

.whsl_la img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.whsl_la:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.whsl_ladw {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 16px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.whsl_la:hover .whsl_ladw {
    background-color: #106ecb;
}

.whsl_r {
    position: relative;
    overflow: hidden;
}

.whsl_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.whsl_r:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.whsl_rdw {
    position: absolute;
    bottom: 125px;
    right: 0;
    display: flex;
    height: 110px;
    background-color: rgba(0, 0, 0, .8);
}

.whsl_rdwl {
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.whsl_rdwlh {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.whsl_rdwlp {
    font-size: 16px;
    color: #fff;
    opacity: .8;
}

.whsl_rdwr {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(16, 110, 203, .8);
}

.whsl_rdwr i {
    font-size: 45px;
    color: #fff;
}

.whys {
    margin-top: 90px;
}

.whys_tle {
    text-align: center;
}

.whys_tleh {
    font-size: 48px;
}

.whys_tlep {
    margin-top: 2px;
    font-family: 'ProximaNova-Regular';
    font-size: 20px;
    color: #999;
    text-transform: capitalize;
}

.whysb {
    position: relative;
}

.whysb::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-color: #fff;
}

.whysb .container {
    position: relative;
    z-index: 3;
}

.whys_ct {
    margin-top: 40px;
    display: flex;
}

.whys_ct>div {
    width: 50%;
}

.whys_ctl {
    overflow: hidden;
}

.whys_ctl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whys_ctr {
    padding: 35px 90px;
    background-color: #106ecb;
    display: flex;
    flex-direction: column;
}

.whys_ctritem {
    padding: 25px 0;
    flex: 1;
    border-bottom: 1px solid #408bd5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.whys_ctritem:last-child {
    border-bottom: 0;
}

.whys_ctritemt span {
    font-family: 'ProximaNova-Regular';
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin-right: 12px;
    color: #106ecb;
    font-size: 24px;
}

.whys_ctritemt {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.whys_ctritemb {
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
}

.gytz {
    padding: 90px 0;
    background-color: #fff;
}

.gytzbox {
    display: flex;
}

.gytzbox>div {
    width: 50%;
}

.gytzbox_l {
    padding-right: 50px;
}

.gytzbox_ltle {
    display: flex;
    align-items: flex-end;
}

.gytzbox_ltleh {
    font-size: 48px;
    line-height: 1;
}

.gytzbox_ltlep {
    font-family: 'ProximaNova-Regular';
    margin-left: 15px;
    font-size: 20px;
    line-height: 20px;
    color: #999;
    text-transform: capitalize;
}

.gytzbox_lgbox {
    display: flex;
}

.gytzbox_lg {
    margin-top: 45px;
    height: 65px;
    display: flex;
    line-height: 65px;
    border-radius: 32.5px;
    -webkit-border-radius: 32.5px;
    -moz-border-radius: 32.5px;
    -ms-border-radius: 32.5px;
    -o-border-radius: 32.5px;
    overflow: hidden;
}

.gytzbox_lg>div {
    width: 260px;
    background-color: #333333;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.gytzbox_lg .gytzbox_lgl {
    background-color: #106ecb;
}

.gytzbox_ct {
    margin-top: 45px;
}

.gytzbox_ct p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #777;
}

.gytzbox_ct p:last-child {
    margin-bottom: 0;
}

.gytzbox_r {
    padding-left: 95px;
}

.gytzbox_rimg,
.gytzbox_rimg img {
    width: 100%;
    height: 100%;
}


/* 选择理由 */

.xzly {
    position: relative;
    padding: 95px 0;
}

.mddw {
    position: absolute;
    top: -100px;
    left: 0;
}

.xzly_tle {
    text-align: center;
}

.xzly_tleh {
    font-size: 48px;
}

.xzly_tlep {
    font-family: 'ProximaNova-Regular';
    font-size: 20px;
    color: #888;
    text-transform: capitalize;
}

.xzly_ct {
    margin-top: 60px;
}

.xzly_slide {
    height: auto;
}

.xzly_slideitem {
    height: 100%;
    padding: 60px 70px;
    background-color: #fff;
    text-align: center;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    overflow: hidden;
}

.xzly_slideitemi i {
    font-size: 60px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xzly_slideitem:hover i {
    animation: rotate 1s linear infinite;
    -webkit-animation: rotate 1s linear infinite;
    color: #106ecb;
}

.xzly_slideitemh {
    font-size: 24px;
}

.xzly_slideitemx {
    width: 55px;
    height: 1px;
    background-color: #777777;
    margin: 25px auto;
}

.xzly_slideitemp {
    font-size: 16px;
    color: #777777;
    line-height: 26px;
}


/* 资质证书 */

.zzzs {
    position: relative;
    padding: 170px 0 90px;
    background-color: #fff;
    display: flex;
    overflow: hidden;
}

.zzzs_l {
    position: relative;
    width: 38%;
    padding-left: 230px;
    z-index: 2;
}

.zzzs_r {
    position: relative;
    width: 62%;
    z-index: 2;
}

.zzzs_lh {
    font-size: 48px;
}

.zzzs_lp {
    margin-top: 10px;
    font-size: 18px;
    color: #777;
}

.zzzs_lbtn {
    margin-top: 200px;
    display: flex;
}

.zzzs_lbtnper,
.zzzs_lbtnnext {
    width: 75px;
    height: 75px;
    border: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    cursor: pointer;
}

.zzzs_lbtnper i,
.zzzs_lbtnnext i {
    font-size: 24px;
}

.zzzs_slide .zzzs_slidea {
    overflow: hidden;
}

.zzzs_slideaimg {
    overflow: hidden;
}

.zzzs_slideaimg img {
    width: 100%;
}

.zzzs_slideatxt {
    padding: 40px 10px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zzzsdw {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: #106ecb;
}

.zzzsdwwz {
    font-family: 'ProximaNova-Bold';
    position: absolute;
    top: 180px;
    left: -40px;
    font-size: 350px;
    line-height: 350px;
    color: #f5f5f5;
    z-index: 0;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #333;
}


/*合作客户 */

.hzkh {
    position: relative;
    padding: 90px 0;
    background-color: #fff;
}

.hzkh_tle {
    text-align: center;
}

.hzkh_tleh {
    font-size: 48px;
}

.hzkh_tlep {
    font-family: 'ProximaNova-Regular';
    font-size: 20px;
    color: #888888;
    text-transform: capitalize;
}

.hzkh_ct {
    margin-top: 60px;
}

.hzkh_slide .hzkh_slidea {
    width: 100%;
    height: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    overflow: hidden;
}

.hzkh_slidea img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .5;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.hzkh_slidea:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
}

.hzkh_slide .hzkh_slidea {
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.hzkh_container {
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

@media screen and (max-width: 1600px) {
    .nyheadtxt {
        padding: 100px 0 70px;
    }
    .nyheadtxtt img {
        width: 100px;
    }
    /* 白色快 */
    .bsk {
        height: 140px;
    }
    .bskitembox_t span {
        font-size: 45px;
    }
    .bskitembox_t b {
        font-size: 14px;
    }
    .bskitembox_b {
        font-size: 14px;
    }
    /* 实力 */
    .whsl {
        margin-top: -20px;
    }
    .whsl_tleh {
        font-size: 40px;
    }
    .whsl_tleimg img {
        margin-top: 20px;
    }
    .whsl_p {
        margin: 40px auto;
        width: 80%;
        font-size: 16px;
        line-height: 26px;
    }
    .whsl_ladw {
        font-size: 16px;
    }
    .whsl_rdw {
        bottom: 80px;
    }
    .whsl_rdwlh {
        font-size: 26px;
    }
    .whsl_rdwlp {
        font-size: 16px;
    }
    /* 优势 */
    .whys {
        margin-top: 75px;
    }
    .whys_ct {
        margin-top: 30px;
    }
    .whys_tleh {
        font-size: 40px;
    }
    .whys_tlep {
        font-size: 18px;
    }
    .whys_ctr {
        padding: 35px 40px;
    }
    .whys_ctritemt {
        font-size: 22px;
    }
    .whys_ctritemt span {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 20px;
    }
    .whys_ctritemb {
        margin-top: 8px;
        font-size: 14px;
    }
    /* 关于 */
    .gytz {
        padding: 75px 0;
    }
    .gytzbox_ltleh {
        font-size: 40px;
    }
    .gytzbox_ltlep {
        font-size: 18px;
    }
    .gytzbox_lg {
        margin-top: 35px;
    }
    .gytzbox_lg>div {
        font-size: 24px;
    }
    .gytzbox_ct {
        margin-top: 35px;
    }
    .gytzbox_ct p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .gytzbox_r {
        padding-left: 70px;
    }
    /* 为什么 */
    .xzly {
        padding: 75px 0;
    }
    .xzly_tleh {
        font-size: 40px;
    }
    .xzly_tlep {
        font-size: 18px;
    }
    .xzly_ct {
        font-size: 40px;
    }
    .xzly_slideitem {
        padding: 50px;
    }
    .xzly_slideitemi i {
        font-size: 50px;
    }
    .xzly_slideitemh {
        font-size: 24px;
    }
    .xzly_slideitemx {
        margin: 15px auto;
    }
    .xzly_slideitemp {
        font-size: 16px;
        line-height: 26px;
    }
    /* 资质 */
    .zzzs {
        padding: 75px 0 60px;
    }
    .zzzs_lh {
        font-size: 40px;
    }
    .zzzs_lbtn {
        margin-top: 100px;
    }
    .zzzsdwwz {
        top: 40px;
        font-size: 200px;
    }
    .zzzs_slideatxt {
        padding: 30px 10px;
        font-size: 24px;
    }
    /* 合作客户 */
    .hzkh {
        padding: 75px 0;
    }
    .hzkh_tleh {
        font-size: 40px;
    }
    .hzkh_tlep {
        font-size: 18px;
    }
    .hzkh_ct {
        margin-top: 40px;
    }
    .hzkh_slide .hzkh_slidea {
        padding: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .nyheadtxt {
        padding: 90px 0 60px;
    }
    /* 白色快 */
    .bsk {
        height: 120px;
    }
    .bskitembox_t span {
        font-size: 35px;
        line-height: 45px;
    }
    .bskitembox_t b {
        margin-top: 6px;
        font-size: 16px;
    }
    .bskitembox_b {
        font-size: 14px;
    }
    /* 实力 */
    .whsl_rdw {
        bottom: 60px;
        height: 100px;
    }
    .whsl_tleh {
        font-size: 36px;
    }
    .whsl_tleimg img {
        margin-top: 15px;
    }
    .whsl_p {
        width: 85%;
        margin: 30px auto;
    }
    .whsl_ladw {
        font-size: 14px;
    }
    .whsl_rdwlh {
        font-size: 24px;
    }
    .whsl_rdwlp {
        font-size: 14px;
    }
    /* 优势 */
    .whys {
        margin-top: 65px;
    }
    .whys_tleh {
        font-size: 36px;
    }
    .whys_ct {
        margin-top: 30px;
    }
    .whys_ctritemt span {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 18px;
    }
    .whys_ctritemt {
        font-size: 20px;
    }
    .whys_ctritemb {
        font-size: 12px;
    }
    /* 关于 */
    .gytz {
        padding: 65px 0;
    }
    .gytzbox_ltleh {
        font-size: 36px;
    }
    .gytzbox_lg {
        margin-top: 25px;
        height: 50px;
        line-height: 50px;
    }
    .gytzbox_ct {
        margin-top: 25px;
    }
    .gytzbox_lg>div {
        font-size: 20px;
    }
    .gytzbox_ct p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .gytzbox_r {
        padding-left: 50px;
    }
    /* 为什么 */
    .xzly {
        padding: 65px 0;
    }
    .xzly_tleh {
        font-size: 36px;
    }
    .xzly_ct {
        margin-top: 30px;
    }
    .xzly_slideitem {
        padding: 40px;
    }
    .xzly_slideitemi i {
        font-size: 40px;
    }
    .xzly_slideitemh {
        font-size: 20px;
    }
    .xzly_slideitemx {
        margin: 12px auto;
    }
    .xzly_slideitemp {
        font-size: 14px;
        line-height: 24px;
    }
    /* 资质 */
    .zzzs {
        padding: 65px 0 40px;
    }
    .zzzsdwwz {
        top: 60px;
        font-size: 160px;
    }
    .zzzsdw {
        height: 180px;
    }
    .zzzs_lh {
        font-size: 36px;
    }
    .zzzs_lp {
        font-size: 16px;
    }
    .zzzs_lbtn {
        margin-top: 150px;
    }
    .zzzs_slideatxt {
        padding: 20px 10px;
        font-size: 20px;
    }
    /* 合作 */
    .hzkh {
        padding: 65px 0;
    }
    .hzkh_ct {
        margin-top: 30px;
    }
    .hzkh_tleh {
        font-size: 36px;
    }
    .hzkh_slide .hzkh_slidea {
        padding: 25px;
    }
}

@media screen and (max-width: 1200px) {
    .nyheadtxt {
        padding: 90px 0 50px;
    }
    /* 白色快 */
    .nyheadtxtt img {
        width: 60px;
    }
    .bsk {
        height: 100px;
    }
    .bskitembox_t span {
        font-size: 30px;
        line-height: 50px;
    }
    .bskitembox_t b {
        margin-top: 6px;
        font-size: 14px;
    }
    .bskitembox_b {
        font-size: 14px;
    }
    /* 实力 */
    .whsl {
        margin-top: 0;
    }
    .whsl_tleh {
        font-size: 32px;
    }
    .whsl_tleimg img {
        margin-top: 12px;
    }
    .whsl_p {
        font-size: 14px;
        line-height: 24px;
    }
    /* 优势 */
    .whys {
        margin-top: 60px;
    }
    .whys_tleh {
        font-size: 32px;
    }
    .whys_ctritemt span {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
    }
    .whys_ctritemt {
        font-size: 18px;
    }
    /* 关于 */
    .gytz {
        padding: 60px 0;
    }
    .gytzbox_ltleh {
        font-size: 32px;
    }
    .gytzbox_lg {
        margin-top: 20px;
    }
    .gytzbox_lg>div {
        font-size: 16px;
    }
    .gytzbox_ct {
        margin-top: 20px;
    }
    .gytzbox_r {
        padding-left: 30px;
    }
    /* 为什么 */
    .xzly {
        padding: 60px 0;
    }
    .xzly_tleh {
        font-size: 32px;
    }
    .xzly_ct {
        margin-top: 25px;
    }
    /* 资质 */
    .zzzs {
        padding: 60px 0 40px;
    }
    .zzzsdwwz {
        font-size: 140px;
    }
    .zzzsdw {
        height: 150px;
    }
    .zzzs_lh {
        font-size: 32px;
    }
    .zzzs_lbtn {
        margin-top: 140px;
    }
    /* 合作 */
    .hzkh {
        padding: 60px 0;
    }
    .hzkh_ct {
        margin-top: 25px;
    }
    .hzkh_tleh {
        font-size: 32px;
    }
}

@media screen and (max-width: 992px) {
    /* 白色快 */
    .bsk {
        height: 100px;
    }
    .bskitembox_t span {
        font-size: 30px;
        line-height: 50px;
    }
    .bskitembox_t b {
        margin-top: 6px;
        font-size: 14px;
    }
    .bskitembox_b {
        font-size: 14px;
    }
    /* 实力 */
    .whsl {
        margin: 0;
    }
    .whsl_tleh {
        font-size: 30px;
    }
    .whsl_tleimg img {
        margin-top: 10px;
    }
    .whsl_p {
        margin: 25px auto;
        width: 90%;
        font-size: 13px;
        line-height: 23px;
    }
    /* 优势 */
    .whsl_rdw {
        width: 100%;
        bottom: 0;
    }
    .whys {
        margin-top: 55px;
    }
    .whys_tleh {
        font-size: 30px;
    }
    .whys_ctritemt span {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
    }
    .whys_ctritemt {
        font-size: 18px;
    }
    /* 关于 */
    .gytz {
        padding: 55px 0;
    }
    .gytzbox_ltleh {
        font-size: 30px;
    }
    .gytzbox_lg {
        margin-top: 20px;
    }
    .gytzbox_lg>div {
        font-size: 16px;
    }
    .gytzbox_ct {
        margin-top: 20px;
    }
    .gytzbox_r {
        padding-left: 10px;
    }
    .gytzbox_ct p {
        font-size: 13px;
        line-height: 23px;
    }
    /* 为什么 */
    .xzly {
        padding: 55px 0;
    }
    .xzly_tleh {
        font-size: 30px;
    }
    .xzly_ct {
        margin-top: 25px;
    }
    .xzly_slideitemh {
        font-size: 16px;
    }
    .xzly_slideitemp {
        font-size: 12px;
        line-height: 20px;
    }
    /* 资质 */
    .zzzsdwwz {
        display: none;
    }
    .zzzs_lbtn {
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    .nyheadtxt {
        padding: 70px 0 0;
    }
    .bsk {
        flex-wrap: wrap;
        height: auto;
        margin-top: 40px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .bsk.w2 {
        width: 100%;
        padding: 0;
    }
    .bskitem {
        padding: 20px 0;
        flex: none;
        width: 50%;
        border-right: 1px solid #e1e1e1;
    }
    .bskitem:nth-child(2n) {
        border-right: 0;
    }
    .bskitem:nth-child(-n +2) {
        border-bottom: 1px solid #e1e1e1;
    }
    .bskitembox_t span {
        font-size: 24px;
        line-height: 32px;
    }
    .bskitembox_t b {
        margin-top: 0;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
    .bskitembox_b {
        font-size: 12px;
    }
    /* 实力 */
    .whsl {
        margin-top: 50px;
    }
    .whsl_tleh {
        font-size: 24px;
    }
    .whsl_tleimg img {
        margin-top: 2px;
        max-width: 60%;
    }
    .whsl_p {
        width: 100%;
        margin: 25px auto 20px;
    }
    .whsl_t {
        flex-wrap: wrap;
    }
    .whsl_t>div {
        width: 100%;
    }
    .whsl_l .whsl_la {
        width: 49%;
        margin-right: 2%;
        margin-top: 10px;
    }
    .whsl_l .whsl_la:nth-child(2n) {
        margin-right: 0;
    }
    .whsl_r {
        margin-top: 10px;
    }
    .whsl_ladw {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }
    .whsl_rdwr i {
        font-size: 34px;
    }
    .whsl_rdw {
        height: 80px;
    }
    .whsl_rdwlh {
        font-size: 20px;
    }
    .whsl_rdwlp {
        font-size: 12px;
    }
    /* 优势 */
    .whys {
        margin-top: 50px;
    }
    .whys_tleh {
        font-size: 24px;
    }
    .whys_tlep {
        font-size: 14px;
    }
    .whys_ct {
        margin-top: 25px;
        flex-wrap: wrap;
    }
    .whys_ct>div {
        width: 100%;
    }
    .whys_ctr {
        padding: 20px 30px;
    }
    .whys_ctritem {
        padding: 20px 0;
    }
    .whysb::after {
        display: none;
    }
    .whys_ctritemt {
        font-size: 16px;
        display: flex;
        align-items: center;
    }
    .whys_ctritemt span {
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }
    .whys_ctritemb {
        margin-top: 5px;
    }
    /* 关于 */
    .gytz {
        margin-top: 50px;
    }
    .gytzbox {
        flex-wrap: wrap;
    }
    .gytzbox>div {
        width: 100%;
    }
    .gytzbox_ltleh {
        font-size: 24px;
        width: 100%;
        text-align: center;
    }
    .gytzbox_ltlep {
        font-size: 14px;
        margin-left: 8px;
        display: none;
    }
    .gytzbox_l {
        padding-right: 0;
    }
    .gytzbox_lg {
        margin-top: 30px;
        height: 40px;
        line-height: 40px;
    }
    .gytzbox_lg>div {
        font-size: 13px;
    }
    .gytzbox_ct p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .gytzbox_r {
        margin-top: 20px;
        padding-left: 0;
    }
    /* 为什么 */
    .xzly {
        padding: 50px 0;
    }
    .xzly_tleh {
        font-size: 24px;
    }
    .xzly_tlep {
        font-size: 14px;
    }
    .xzly_slideitem {
        padding: 25px 10px;
    }
    .xzly_slideitemi i {
        font-size: 32px;
    }
    .xzly_slideitemh {
        font-size: 16px;
    }
    .xzly_slideitemx {
        margin: 5px auto;
    }
    .xzly_slideitemp {
        font-size: 12px;
        line-height: 20px;
    }
    /* 资质 */
    .zzzs {
        flex-wrap: wrap;
        padding: 50px 0;
    }
    .zzzs>div {
        width: 100%;
    }
    .zzzs_lh {
        font-size: 24px;
        text-align: center;
    }
    .zzzs_lp {
        margin-top: 2px;
        font-size: 14px;
        text-align: center;
    }
    .zzzs_lbtn {
        display: none;
    }
    .zzzs_r {
        padding: 0 15px;
        margin-top: 25px;
    }
    .zzzs_slideatxt {
        padding: 10px 5px;
        font-size: 14px;
        color: #333;
    }
    .zzzsdw {
        display: none;
    }
    .hzkh {
        padding: 0 0 60px;
    }
    .hzkh_tleh {
        font-size: 24px;
    }
    .hzkh_tlep {
        font-size: 14px;
    }
    .hzkh_slide .hzkh_slidea {
        height: auto;
        padding: 20px;
    }
}