@charset "utf-8";

/* banner */

.banner_slide .banner_slidea {
    display: block;
}

.banner_slidea img {
    margin: 0 auto;width:100%;
}

@media screen and (max-width: 768px) {
    .banner_slidea img {
        width: 100%;
    }
}

.banner_container .banner_pagination {
    bottom: 40px;
}

.banner_pagination .swiper-pagination-bullet {
    width: 55px;
    height: 5px;
    background-color: #a8a9a8;
    opacity: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.banner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #dd0000;
}

.banner_per,
.banner_next {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    width: 50px;
    height: 70px;
    background-color: #1765b3;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    display: none;
}

.banner:hover .banner_per {
    display: flex;
}

.banner:hover .banner_next {
    display: flex;
}

.banner_per {
    left: 0;
}

.banner_next {
    right: 0;
}

.banner_per i,
.banner_next i {
    font-size: 30px;
    color: #fff;
}

.banner_next.swiper-button-disabled,
.banner_per.swiper-button-disabled {
    background-color: #707275;
}

.banner_slidea .banner_slideamb {
    display: none;
}


/* 检测服务 */

.jcfwt {
    position: relative;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
}

.jcfwth {
    font-size: 50px;
    font-weight: 700;
    color: #222222;
}

.jcfwtp {
    font-size: 18px;
    color: #808080;
}

.jcfwb .jcfwb_item {
    width: 33%;
    padding: 30px 0;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

.jcfwb .jcfwb_item:nth-child(-n+3) {
    border-top: 0;
}

.jcfwb .jcfwb_item:nth-child(3n) {
    border-right: 0;
}

.jcfwb_itemi i {
    font-size: 50px;
    color: #000;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.jcfwb_item:hover i {
    color: #d60505;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.jcfwb_itemt {
    font-size: 18px;
    color: #222222;
}

.jcfwi {
    padding: 40px 0;
}

.jcfwi i {
    font-size: 36px;
    color: #dadada;
    animation: shadow .6s linear infinite;
    animation: rotate .6s linear infinite;
}

.jcfwa a {
    width: 410px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    border: 2px solid #d60505;
    font-size: 18px;
    color: #222;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    overflow: hidden;
}

.jcfwa .hvr-sweep-to-right:before {
    background-color: #d60505;
}


/* 认证产品及服务 */

.rzcpfw {
    padding: 100px 0;
    background-color: #f0f0f0;
}

.rzcpfwbox_l {
    display: none !important;
    width: 41%;
    padding-left: 100px;
}

.rzcpfwbox_ltlt {
    font-size: 40px;
    font-weight: 700;
    color: #222222;
}

.rzcpfwbox_ltlt span {
    font-size: 40px;
    color: #d9d9d9;
}

.rzcpfwbox_lct {
    margin-top: 35px;
}


/* 分隔 */

.rzcpfwlct_lb {
    height: 485px;
    /* background-color: #fff;
    border: 1px solid #e1e1e1; */
    /* border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px; */
    overflow: hidden;
}

.tjrz_container {
    width: 100%;
    height: 100%;
}

.tjrz_slide .rzcpfwbox_lcta {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 100%;
    border-bottom: 1px dotted #d9d9d9;
}

.rzcpfwbox_lctatxt {
    flex: 1;
    display: flex;
    align-items: center;
}

.rzcpfwbox_lctatxtl img {
    width: 45px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.rzcpfwbox_lctatxtr {
    flex: 1;
    font-size: 18px;
    color: #222;
    overflow: hidden;
    margin-left: 8px;
}

.rzcpfwbox_lctatxtr span {
    font-size: 13px;
    display: block;
    color: #888;
}

.rzcpfwbox_lctai i {
    margin-right: 10px;
    font-size: 22px;
    color: #222;
}

.rzcpfwbox_lctair i {
    margin-top: -2px;
    margin-left: 20px;
    font-size: 22px;
    color: #c1c1c1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.rzcpfwbox_lcta:hover {
    background-color: #fff;
}

.rzcpfwbox_lcta:hover .rzcpfwbox_lctai i {
    color: #d60505;
}

.rzcpfwbox_lcta:hover .rzcpfwbox_lctair i {
    color: #000;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.rzcpfwbox_r {
    width: 100% !important;
}

.rzcpfwbox_rgd {
    font-size: 18px;
    color: #222;
}

.rzcpfwbox_rgd span {
    display: inline-block;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    background-color: #222;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    vertical-align: middle;
}

.rzcpfwbox_rgd span i {
    margin-top: -10px;
    font-size: 14px;
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.rzcpfwbox_rgd:hover i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.rzcpfwbox_rct {
    margin-top: 35px;
}

.rzcpfwbox_rctitem {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.rzcpfwbox_rctitem:nth-child(2n) {
    margin-right: 0;
}

.rzcpfwbox_rctitem:nth-last-child(-n + 2) {
    margin-bottom: 0;
}

.rzcpfwbox_rctitem_t {
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #3d3d3d;
}

.rzcpfwbox_rctitem_t>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.rzcpfwbox_rctitem_t>a:hover {
    /* background-color: #d60505; */
}

.rzcpfwbox_rctitem_c {
    border-top: 1px solid #494949;
    background-color: #3d3d3d;
}

.rzcpfwbox_rcitem {
    position: relative;
    width: 20%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #888;
    border-bottom: 1px solid #494949;
    border-right: 1px solid #494949;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    cursor: pointer;
}

.rzcpfwbox_rcitemgd>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #888;
    line-height: 39px;
}

.rzcpfwbox_rcitem .rzcpfwbox_rcitemdw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #888;
    display: none;
    background-color: #3d3d3d;
}

.rzcpfwbox_rcitem:hover {
    /* background-color: #d60505; */
    color: #fff;
    font-weight: 700;
}

.rzcpfwbox_rcitem.on {
    color: #fff;
    font-weight: 700;
}

.rzcpfwbox_rcitem.on .rzcpfwbox_rcitemdw {
    color: #fff;
    font-weight: 700;
}

.rzcpfwbox_rcitem:hover .rzcpfwbox_rcitemdw {
    /* background-color: #d60505; */
    color: #fff;
    font-weight: 700;
}

.rzcpfwbox_rcitem:last-child.on {
    background-color: #3d3d3d;
}

.rzcpfwbox_rcitem:nth-child(5n) {
    border-right: 0;
}

.rzcpfwbox_rctitem_b {
    padding: 10px 20px;
    width: 100%;
    height: 95px;
}

.rzcpfw_container {
    width: 100%;
    height: 100%;
}

.rzcpfw_slidebox {
    width: 100%;
}

.rzcpfw_slidebox a {
    width: 49%;
    margin-right: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rzcpfw_slidebox a:nth-child(2n) {
    margin-right: 0;
}

.rzcpfw_slidebox a i {
    font-size: 12px;
    color: #d60505;
    font-weight: 700;
}

.rzcpfw_slidebox a span {
    font-size: 14px;
    color: #333;
}

.rzcpfw_slidebox a:hover span {
    color: #d60505;
}


/* 认证资讯 */

.rzzxb {
    border: 1px solid #ececec;
}

.rzzxb_l {
    width: 68%;
}

.rzzxb_lt {
    height: 85px;
    line-height: 85px;
    border-bottom: 2px solid #ececec;
    border-right: 1px solid #ececec;
}

.rzzxb_ltnav .rzzxb_ltnava {
    position: relative;
    padding: 0 50px;
    font-size: 18px;
    color: #222;
}

.rzzxb_ltnava:hover {
    color: #d60505;
}

.rzzxb_ltnava.on {
    color: #d60505;
}

.rzzxb_ltnava::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d60505;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.rzzxb_ltnava:hover::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.rzzxb_ltnava.on::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.rzzxb_ltnav a {
    padding: 0 50px;
}

.rzzxb_ltnav a span {
    font-size: 14px;
    color: #666;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.rzzxb_ltnav a i {
    font-size: 22px;
    color: #666;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.rzzxb_ltnav a:hover span,
.rzzxb_ltnav a:hover i {
    color: #d60505;
}

.rzzxb_lb {
    border-right: 1px solid #ececec;
}

.rzzxl_slideitem {
    padding: 40px 50px;
}

.rzzxl_slideitemt_l {
    width: 34%;
    overflow: hidden;
}

.rzzxl_slideitemt_l img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.rzzxl_slideitemt_r {
    padding-left: 40px;
}

.rzzxl_slideitemt_r {
    width: 66%;
}

.rzzxl_slideitemt_rh {
    font-size: 16px;
    color: #222;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.rzzxl_slideitemt: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);
}

.rzzxl_slideitemt:hover .rzzxl_slideitemt_rh {
    color: #d60505;
}

.rzzxl_slideitemt_rsj i {
    font-size: 16px;
    color: #999999;
}

.rzzxl_slideitemt_rsj span {
    font-size: 12px;
    color: #999999;
}

.rzzxl_slideitemt_rp {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
}

.rzzxl_slideitemt_rxq {
    margin-top: 15px;
    width: 95px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    background-color: #0359ae;
    font-size: 12px;
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.rzzxl_slideitemt_rxq:hover {
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.rzzxl_slideitemb {
    margin-top: 35px;
}

.rzzxl_slideitemb .rzzxl_slideitemba {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
}

.rzzxl_slideitemb .rzzxl_slideitemba:nth-child(odd) {
    background-color: #f3f3f3;
}

.rzzxl_slideitemba_sj {
    margin-left: 10px;
    font-size: 14px;
    color: #999999;
}

.rzzxl_slideitemba_c {
    flex: 1;
    font-size: 14px;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.rzzxl_slideitemba:hover .rzzxl_slideitemba_c {
    color: #d60505;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.rzzxb_r {
    width: 32%;
}

.rzzxb_rt {
    height: 85px;
    line-height: 85px;
    border-bottom: 2px solid #ececec;
}

.rzzxb_rtgd {
    position: relative;
    padding: 0 50px;
    font-size: 18px;
    color: #222;
}

.rzzxb_rtgd::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d60505;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.rzzxb_rtgd:hover::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.rzzxb_rt .rzzxb_rtmo {
    padding: 0 50px;
}

.rzzxb_rtmo span {
    font-size: 14px;
    color: #666;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.rzzxb_rtmo i {
    font-size: 22px;
    color: #666;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.rzzxb_rt .rzzxb_rtmo:hover span,
.rzzxb_rt .rzzxb_rtmo:hover i {
    color: #d60505;
}

.rzzxb_rb {
    padding: 20px 30px;
    height: 475px;text-align:left;
}

.rzzxr_container {
    width: 100%;
    height: 100%;
}

.rzzxr_slide .rzzxr_slidea {
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

.rzzxr_slide:nth-child(even) .rzzxr_slidea {
    background-color: #f3f3f3;
}

.rzzxr_slideah {
    font-size: 14px;
    color: #222222;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rzzxr_slideap {
    font-size: 14px;
    color: #999999;
}

.rzzxr_slidea:hover .rzzxr_slideah {
    color: #d60505;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

@media screen and (max-width: 1500px) {
    /* 检测服务 */
    .jcfwth {
        font-size: 40px;
    }
    .jcfwtp {
        font-size: 16px;
    }
    .jcfwi {
        padding: 25px 0;
    }
    /* 认证产品及服务 */
    .rzcpfw {
        padding: 65px 0;
    }
    .rzcpfwbox_ltlt {
        font-size: 40px;
    }
    .rzcpfwbox_l {
        padding-left: 50px;
    }
    /* 认证资讯 */
    .rzzxb_lt,
    .rzzxb_rt {
        height: 60px;
        line-height: 60px;
    }
    .rzzxb_ltnav .rzzxb_ltnava,
    .rzzxb_ltnav a,
    .rzzxb_rt .rzzxb_rtmo,
    .rzzxb_rtgd {
        padding: 0 25px;
    }
    .rzzxl_slideitem {
        padding: 25px 35px;
    }
    .rzzxl_slideitemt_r {
        padding-left: 30px;
    }
    .rzzxl_slideitemt_rp {
        font-size: 12px;
        line-height: 20px;
    }
    .rzzxb_rb {
        padding: 15px 25px;
    }
    .rzzxr_slide .rzzxr_slidea {
        padding: 0 20px;
    }
    .rzzxb_rb {
        height: 410px;
    }
}

@media screen and (max-width: 1200px) {
    /* 检测服务 */
    .jcfwth {
        font-size: 36px;
    }
    .jcfwtp {
        font-size: 14px;
    }
    .jcfwb .jcfwb_item {
        padding: 20px 0;
    }
    .jcfwb_itemi i {
        font-size: 40px;
    }
    .jcfwb_itemt {
        font-size: 16px;
    }
    .jcfwi {
        padding: 15px 0;
    }
    /* 认证产品及服务 */
    .rzcpfw {
        padding: 55px 0;
    }
    .rzcpfwbox_ltlt,
    .rzcpfwbox_ltlt span {
        font-size: 36px;
    }
    .rzcpfwbox_l {
        padding-left: 25px;
    }
    .rzcpfwbox_lct .rzcpfwbox_lcta {
        padding: 0 10px;
    }
    .rzcpfwbox_lctai i {
        margin-right: 10px;
    }
    .rzcpfwbox_rgd {
        font-size: 16px;
    }
    .rzcpfwbox_lct,
    .rzcpfwbox_rct {
        margin-top: 30px;
    }
    .rzcpfwbox_rctitem_t {
        font-size: 16px;
    }
    .rzcpfwbox_rcitem {
        font-size: 12px;
    }
    .rzcpfwbox_rctitem_t {
        height: 40px;
        line-height: 40px;
    }
    .rzcpfwbox_rctitem_b {
        padding: 10px 10px 0;
    }
    .rzcpfwbox_rctitem_b {
        height: 108px;
    }
    .rzcpfw_slidebox a span {
        font-size: 12px;
    }
    /* 认证资讯 */
    .rzzxb_ltnav .rzzxb_ltnava,
    .rzzxb_ltnav a,
    .rzzxb_rt .rzzxb_rtmo,
    .rzzxb_rtgd {
        padding: 0 20px;
    }
    .rzzxb_lt,
    .rzzxb_rt {
        height: 50px;
        line-height: 50px;
    }
    .rzzxl_slideitem {
        padding: 20px 25px;
    }
    .rzzxl_slideitemt_r {
        padding-left: 20px;
    }
}

@media screen and (max-width: 992px) {
    /* banner */
    .banner_per,
    .banner_next {
        display: flex;
        width: 50px;
        height: 60px;
        line-height: 60px;
    }
    /* 检测服务 */
    .jcfwt {
        background-size: 0;
    }
    .jcfwth {
        font-size: 28px;
    }
    .jcfwtp {
        font-size: 12px;
    }
    .jcfwb .jcfwb_item {
        padding: 15px 0;
    }
    .jcfwb_itemi i {
        font-size: 36px;
    }
    .jcfwb_itemt {
        font-size: 12px;
    }
    .jcfwi {
        padding: 10px 0;
    }
    .jcfwa a {
        height: 50px;
        font-size: 16px;
        line-height: 46px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }
    .rzcpfwbox_rcitem .rzcpfwbox_rcitemdw {
        display: flex;
    }
    /* 认证产品及服务 */
    .rzcpfw {
        padding: 45px 0;
    }
    .rzcpfwbox {
        flex-wrap: wrap;
    }
    .rzcpfwbox>div {
        width: 100%;
    }
    .rzcpfwbox_ltlt {
        font-size: 28px;
    }
    .rzcpfwbox_ltlt>span {
        display: none;
    }
    .rzcpfwbox_ltlt {
        text-align: center;
    }
    .rzcpfwbox_lct {
        display: flex;
        flex-wrap: wrap;
    }
    .rzcpfwbox_lct .rzcpfwbox_lcta {
        height: 100%;
    }
    .rzcpfwbox_l {
        padding-right: 0;
    }
    .rzcpfwbox_lctai i {
        font-size: 20px;
    }
    .rzcpfwbox_lctatxt {
        font-size: 16px;
    }
    .rzcpfwbox_l {
        margin-top: 35px;
    }
    .rzcpfwbox_ltlt>div>span {
        display: none;
    }
    .rzcpfwlct_lb {
        width: 100%;
    }
    /* 认证资讯 */
    .rzzxb {
        flex-wrap: wrap;
    }
    .rzzxb>div {
        width: 100%;
    }
    .rzzxb_r {
        display: none;
    }
    .rzzxl_slideitem {
        padding: 15px;
    }
    .rzzxb_lt {
        border-right: none;
    }
    .rzzxb_lb {
        border-right: none;
    }
}

.jcfwb_item.jcfwb_itemgd {
    display: none;
}

@media screen and (max-width: 768px) {
    .banner_per,
    .banner_next {
        width: 40px;
        height: 50px;
        line-height: 50px;
    }
    .banner_container .banner_pagination {
        bottom: 5px;
    }
    .banner_pagination .swiper-pagination-bullet {
        width: 20px;
        height: 3px;
    }
    .banner_slidea .banner_slideapc {
        display: none;
    }
    .banner_slidea .banner_slideamb {
        display: block;
    }
    .banner_per,
    .banner_next {
        display: none !important;
    }
    /* 检测服务 */
    .jcfwth {
        font-size: 22px;
    }
    .jcfwb .jcfwb_item:nth-child(-n+3),
    .jcfwb .jcfwb_item:nth-child(-n+4) {
        border-top: 1px solid #e1e1e1;
    }
    .jcfwb .jcfwb_item:nth-child(3n) {
        border-right: 1px solid #e1e1e1;
    }
    .jcfwb .jcfwb_item {
        padding: 10px 0;
        width: 33.33%;
    }
    .jcfwb .jcfwb_item:nth-child(4n) {
        border-right: 1px solid #e1e1e1;
    }
    .jcfwb .jcfwb_item:nth-child(3n) {
        border-right: 0;
    }
    .jcfwb .jcfwb_item:nth-child(-n+3) {
        border-top: 0;
    }
    .jcfwb_itemi i {
        font-size: 20px;
    }
    .jcfwa a {
        width: 100%;
        height: 40px;
        line-height: 36px;
        font-size: 14px;
    }
    .jcfwb_item.jcfwb_itemgd {
        display: block;
    }
    /* 认证产品及服务 */
    .rzcpfwbox_ltlt {
        font-size: 22px;
    }
    .rzcpfwbox_lctair {
        display: none;
    }
    .rzcpfwbox_lctatxt {
        font-size: 12px;
    }
    .rzcpfwbox_lctai i {
        font-size: 16px;
    }
    .rzcpfwbox_rgd {
        font-size: 14px;
    }
    .rzcpfwbox_rctitem_c {
        display: none!important;
    }
    .rzcpfwbox_rctitem_t {
        height: 80px;
        line-height: 80px;
    }
    .rzcpfwbox_rctitem_b {
        display: none;
    }
    .rzcpfw {
        display: none;
    }
    /* 新闻资讯 */
    .rzzxb_ltnav.rzzxb_ltnavgd {
        display: none !important;
    }
    .rzzxb_ltnav {
        width: 100%;
    }
    .rzzxb_ltnav .rzzxb_ltnava {
        width: 33.33%;
        font-size: 16px;
        text-align: center;
        padding: 0;
    }
    .rzzxl_slideitem .rzzxl_slideitemt {
        flex-wrap: wrap;
    }
    .rzzxl_slideitemt>div {
        width: 100%;
    }
    .rzzxl_slideitemt_l img {
        max-height: 120px;
        object-fit: cover;
    }
    .rzzxl_slideitemt_r {
        padding-left: 0;
    }
    .rzzxl_slideitemt_rh {
        font-size: 14px;
    }
    .rzzxl_slideitemb .rzzxl_slideitemba {
        padding: 0 10px;
    }
    .rzzxl_slideitemba_c,
    .rzzxl_slideitemba_sj {
        font-size: 12px;
    }
    .rzzxl_slideitemt_l {
        display: none;
    }
    .rzzxl_slideitemb {
        margin-top: 30px;
    }
}