@charset "utf-8";

/* banner */

.banner_slide .banner_slidea {
    display: block;
}

.banner_slidea img {
    margin: 0 auto;
}

@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: 25%;
    padding: 30px 0;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

.jcfwb .jcfwb_item:nth-child(-n+4) {
    border-top: 0;
}

.jcfwb .jcfwb_item:nth-child(4n) {
    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_itemi img{
    width:100px;
    margin:0 auto;
}

.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 {
    display: none !important;
}
.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 40px;
    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 40px;
}

.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%;
    max-height: 180px;
    object-fit: cover;
    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;
}

.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_itemi img{
        width:80px;
    }
    .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_itemi img{
        width:60px;
    }
    .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;
    }
}

/* 陶氏产品 */
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:768px) {
    .container {
        width: 750px
    }
}
@media (min-width:992px) {
    .container {
        width: 970px
    }
}
@media (min-width:1300px) {
    .container {
        width: 1280px
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.cpbigbox {
    padding:70px 0;
    background-color:#F5F5F5;
}
.cpbigboxs {
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-top: 55px;
}
.cpbigboxs>div {
    width:32%;
    margin-right:2%;
    background-color:#fff;
    margin-bottom:34px;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
}
/* .cpbigboxs>div:hover {
    box-shadow:0px 2px 10px 0px rgba(61,43,43,0.18);
}
*/
.cpbigboxs>div:nth-child(3n) {
    margin-right:0;
}
.cpbigboxs_item .cpbigboxs_itema {
    position:relative;
    display:block;
    padding:20px 20px 20px;
}
.cpbigboxs_item .cpbigboxs_itema:hover .cpbigboxs_itema_img 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);
    
}
.cpbigboxs_itemadw {
    position:absolute;
    left:40px;
    top:30px;
    z-index:9;
}
.cpbigboxs_itema_img {
    /* padding:0 10px;
    */

    overflow:hidden;
}
.cpbigboxs_itema_img img {
    width:100%;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
}
.cpbigboxs_itema_txt {
    margin-top:10px;
}
.cpbigboxs_itema_txth {
    font-weight:700;
    color:#333;
}
.cpbigboxs_itema_txtcs {
    margin-top:12px;
    font-size:13px;
    color:#999;
}
.cpbigboxs_itema_txtcs>div {
    margin-top:5px;
}
.cpbigboxs_itema_txtbtn {
    width:100%;
    margin:20px 0 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    height:42px;
    line-height:40px;
    text-align:center;
    border-radius:22px;
    -webkit-border-radius:22px;
    -moz-border-radius:22px;
    -ms-border-radius:22px;
    -o-border-radius:22px;
    border:1px solid #dddddd;
    overflow:hidden;
}
.cpbigboxs_itema_txtbtn .cpbigboxs_txtbtn_item {
    width:50%;
}
.cpbigboxs_itema_txtbtn .cpbigboxs_txtbtn_item:first-child {
    border-right:1px solid #dddddd;
}
.cpbigboxs_itema_txtbtn .cpbigboxs_txtbtn_item:hover {
    background-color:#0050a2;
}
.cpbigboxs_itema_txtbtn .cpbigboxs_txtbtn_item:hover span {
    color:#fff;
}
.cpbigboxs_itema_txtbtn .cpbigboxs_txtbtn_item:hover i {
    color:#fff;
}
.cpbigboxs_txtbtn_item span {
    font-size:14px;
    color:#777777;
}
.cpbigboxs_txtbtn_item i {
    font-size:14px;
    color:#777777;
}
.l1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #0051a3;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.l2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
  background: #0051a3;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.l3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #0051a3;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.l4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
  background: #0051a3;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.productitem .l1, .productitem .l2, .productitem .l3, .productitem .l4 {
  background: #ff7800;
}
.cpbigboxs_itema:hover .l1 {
  width: 100%;
}
.cpbigboxs_itema:hover .l2 {
  height: 100%;
}
.cpbigboxs_itema:hover .l3 {
  width: 100%;
}
.cpbigboxs_itema:hover .l4 {
  height: 100%;
}
@media screen and (max-width:1200px) {
    .cpbigboxs_item .cpbigboxs_itema {
    padding:30px 15px;
}
}
@media screen and (max-width:992px) {
    .cpbigboxs>div {
    width:48%;
}
.cpbigboxs>div:nth-child(3n) {
    margin-right:2%;
}
.cpbigboxs>div:nth-child(2n) {
    margin-right:0;
}
.cpbigbox {
    margin-top:0;
    padding:40px;
}
}
@media screen and (max-width:992px) {
.cpbigboxs>div:nth-child(1n) {
    margin-right:2%;
}
.cpbigboxs>div:nth-child(3n) {
    margin-right:2%;
}
.cpbigboxs>div:nth-child(5n) {
    margin-right:2%;
}
}
@media screen and (max-width:768px) {
    .cpbigbox {
    padding:40px 15px;
}
.cpbigbox {
    padding:10px;
}
.cpbigboxs_item .cpbigboxs_itema {
    padding:10px 10px;
}
.cpbigboxs_itema_txth {
    font-size:14px;
    font-weight:600;
}
.cpbigboxs_itema_txth a{
    font-size:12px;
    font-weight:600;
}
.cpbigboxs_itema_img {
    padding:0;
}
.cpbigboxs_itema_txt {
    margin-top:20px;
}
.cpbigboxs_itema_txtcs {
    margin-top:10px;
    font-size:12px;
}
.cpbigboxs_itema_txtbtn {
    width:100%;
    margin-top:20px;
    height:36px;
    line-height:34px;
    display:none;
}
.cpbigboxs_txtbtn_item span {
    font-size:12px;
}
.cpbigboxs_txtbtn_item i {
    font-size:12px;
}
.cpbigboxs>div {
    margin-bottom:20px;
    margin-right:0;
}
.cpbigboxs_itemadw {
    left:5%;
    top:3%;
}
}
  /* 新增陶氏产品标题 */
.cpbigboxs_title {
  position: relative;
}
.cpbigboxs_titlebig {
  font-size: 72PX;
  color: rgba(204, 204, 204, 0.3);
  font-weight: 700;
}
.cpbigboxs_titlemin {
  position: absolute;
  width: 100%;
  left: 0;
  top: 34px;
  text-align: center;
}
.cpbigboxs_titlemin_box {
  display: inline-block;
  text-align: left;
}
.cpbigboxs_titleminh {
  font-size: 42px;
  font-weight: 700;
  color: #424242;
}
.cpbigboxs_titleminh span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  vertical-align: middle;
  background-color: #ff7800;
  margin: 0 10px;
}
.cpbigboxs_titleminp {
  /* margin-top: -5px; */
  font-size: 14px;
  color: #424242;
}
.cpbigboxsfl_txt {
  text-align: right;
}
.cpbigboxsfl_txt span {
  padding: 0 8px;
  font-size: 16px;
  color: #424242;
}
.cpbigboxsfl_txt b {
  display: inline-block;
  vertical-align: middle;
  width: 115px;
  height: 1px;
  background-color: #424242;
}
.cpbigboxsfl_box {
  margin-top: 25px;
}
.cpbigboxsfl_box .cpbigboxsfl_box_item {
  display: inline-block;
  overflow: hidden;
  padding: 0 20px;
  margin: 0 8px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #222222;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.cpbigboxsfl_box .cpbigboxsfl_box_item:hover {
  background-color: #222;
  color: #fff;
  transform: rotateX(2px)
}
.cpbigboxsfl_box .cpbigboxsfl_box_item.active {
  background-color: #222;
  color: #fff;
}
.cpbigboxsfl {
  margin-top: 44px;
}

@media screen and (max-width: 1200px) {
  .cpbigboxs_title {
    width: 100%;
  }
  .cpbigboxs_titlebig {
    text-align: center;
  }
  .cpbigboxsfl {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .cpbigboxsfl_txt {
    text-align: center;
    display: none;
  }
  .cpbigboxsfl_txt b {
    display: none;
  }
  .cpbigboxs_titlemin {
    top: 22px;
  }
  .cpbigboxsitem {
    margin-top: 30px;
  }
  .cpbigboxsitemr {
    display: none;
  }
  .cpbigboxsiteml {
    width: 100%;
  }
  .cpbigboxsiteml_b .cpbigboxsiteml_bitem {
    width: 25%;
  }
  .cpbigboxsiteml_b .cpbigboxsiteml_bitem:last-child {
    display: block;
  }
  .cpbigboxsiteml_b .cpbigboxsiteml_bitem:nth-last-child(2) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .cpbigboxs {
    margin-top: 0px;
    padding: 20px 0 10px;
  }
  .cpbigboxsfl {
    margin-top: 0;
  }
  .cpbigboxsiteml_b {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cpbigboxsiteml_b .cpbigboxsiteml_bitem {
    width: 49%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .cpbigboxsiteml_bitemjt {
    display: none;
  }
  .cpbigboxsiteml_bitemh, .cpbigboxsiteml_bitemp {
    text-align: center;
  }
  .cpbigboxsiteml_bitemp {
    display: none;
  }
  .cpbigboxsiteml_b .cpbigboxsiteml_bitem .p-40 .p-40 {
    padding: 0px;
  }
}
@media screen and (max-width:768px) {
  .cpbigboxsiteml_t {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cpbigboxsiteml_t > div {
    width: 100%;
  }
  .cpbigboxsiteml_timg {
    margin-top: 20px;
  }
  .cpbigboxsiteml_timg img {
    width: 80%;
    margin: auto;
  }
  .cpbigboxs_titlebig {
    font-size: 46px;
  }
  .cpbigboxs_titleminh {
    text-align: center;
    font-size: 24px;
  }
  .cpbigboxs_titlemin {
    margin-top: -4px;
  }
  .cpbigboxsfl_txt span {
    font-size: 14px;
  }
  .cpbigboxs_titleminp {
    font-size: 12px;
  }
  .cpbigboxsfl {
    margin-top: 5px;
  }
  .cpbigboxsfl_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0px;
    padding: 20px 0px 0;
  }
  .cpbigboxsfl_box .cpbigboxsfl_box_item {
    width: 44%;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .cpbigboxsiteml .cpbigboxsiteml_t {
    padding: 30px 15px 15px;
  }
  .cpbigboxsiteml_th {
    font-size: 22px;
    font-weight: 600;
  }
  .cpbigboxsiteml_tp {
    margin-top: 0;
  }
  .cpbigboxsiteml_ttu {
    margin-top: 20px;
    /* margin-bottom: 30px; */
  }
  .cpbigboxsiteml_txq {
    margin-top: 15px;
  }
  .cpbigboxsiteml_b .cpbigboxsiteml_bitem {
    /* padding: 10px 10px; */
  }
  .cpbigboxsiteml_bitemh {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .cpbigboxsiteml_bitemjt {
    margin-top: 10px;
  }
  .cpbigboxsiteml {
    margin: 0;
  }
  .cpbigboxsiteml_ttxt {
    text-align: center;
  }
  .cpbigboxsiteml_txq {
    margin: auto;
    margin-top: 15px;
    display: none;
  }
}
  /* 新增陶氏产品标题END */
  /* 搜索 */
  .inquire {
  border-bottom: 1px solid #e1e1e1;
}
.inquirebox {
  padding: 14px 0;
}
.inquiregj {
  margin-left: 5px;
  margin-top: 5px;
  /*border-left: 1px solid #f0e8e3;*/
}
.inquiregj span {
  font-size: 13px;
  color: #222;
  padding: 0 25px 0 35px;
}
.inquiregj a {
  font-size: 13px;
  color: #777;
  padding: 0 20px;
}
.inquiregj a:hover {
  color: #ff7800;
}
.inquiress form {
  position: relative;
}
.inquiress input {
  height: 38px;
  border: 0;
  float: left;
  color: #222;
}
.inquiress_tj {
  width: 38px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #0360b0;
  background-repeat: no-repeat;
  background-position: center;
}
.inquiress_tj:hover {
  background-color: #ff7901;
}
.inquiress_ct::placeholder {
  font-size: 14px;
  color: #a9a9a9;
}
@media screen and (max-width:768px) {
.inquirebox {
  padding: 5px 0;
}
.inquiregj {
  display: none;
}
/* 搜索END */