@charset "utf-8";



/* 内页面包屑 */

.nymbxbox {
    height: 71px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    line-height: 70px;
}

.nymbxbox_l {
    width: 87%;
    display: flex;
    overflow: auto;
}

.nymbxbox_l .iconweizhi {
    font-size: 24px;
    color: #9c9d9e;
}

.nymbxbox_l span {
    font-size: 15px;
    color: #999999;
    margin: 0 5px;
    flex-shrink: 0;
}

.nymbxbox_l a {
    font-size: 15px;
    color: #999999;
    padding: 0 8px;
    flex-shrink: 0;
}

.nymbxbox_l i {
    margin-top: 2px;
    font-size: 14px;
    color: #999999;
}

.nymbxbox_r {
    width: 13%;
}

.nymbxbox_r .nymbxbox_rfh {
    display: block;
    height: 42px;
    background-color: #e9e9e9;
    line-height: 42px;
    text-align: center;
}

.nymbxbox_rfh i {
    font-size: 20px;
    /* color: #111111; */
    margin-right: 10px;
}

.nymbxbox_rfh span {
    font-size: 15px;
    /* color: #222333; */
}


.nyby_txtms {
    margin-top: 10px;
    font-size: 15px;
    color: #666666;
}


/* 产品列表 */

.cplb {
    margin-top: 55px;
}

.cplb_box {
    display: flex;
    flex-wrap: wrap;
}

.cplb_box .cplb_box_item {
    width: 32%;
    margin-right: 2%;
    border: 1px solid #d8d8d8;
    margin-bottom: 35px;
}

.cplb_box_item:nth-child(3n) {
    margin-right: 0;
}

.cplb_box_itemimg {
    overflow: hidden;
}

.cplb_box_itemimg img {
    width: 100%;
    padding: 10%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.cplb_box .cplb_box_item:hover img {
    transform: scale(1.1)
}

.cplb_box_itemtxt {
    height: 91px;
    border-top: 1px solid #d8d8d8;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    align-items: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.cplb_box_itemtxtl {
    width: calc(100% - 130px);
}

.cplb_box_itemtxtlh {
    font-size: 22px;
    color: #222333;
}

.cplb_box_itemtxtlp {
    width: 100%;
    font-size: 13px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cplb_box_itemtxtr {
    width: 130px;
    height: 45px;
    background-color: #e9e9e9;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    color: #999999;
    font-family: 'BEBAS';
    text-transform: uppercase;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.cplb_box .cplb_box_item:hover {
    border: 1px solid #a70205;
}

.cplb_box .cplb_box_item:hover .cplb_box_itemtxt {
    background-color: #a70205;
    border-top: 1px solid #a70205;
}

.cplb_box .cplb_box_item:hover .cplb_box_itemtxtlp {
    color: #fff;
}

.cplb_box .cplb_box_item:hover .cplb_box_itemtxtlh {
    color: #fff;
}

.cplb_box .cplb_box_item:hover .cplb_box_itemtxtr {
    background-color: #222333;
    color: #fff;
}


/* 产品列表新增 */

.cplbxz {
    border: 1px solid #d8d8d8;
}

.cplbxz_t {
    padding: 18px 0;
    display: flex;
    background-color: #f1f1f1;
    align-items: center;
}

.cplbxz_l {
    padding: 0 50px;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.cplbxz_r {
    flex: 1;
}

.cplbxz_rbox {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.cplbxz_rbox .cplbxz_rboxa {
    display: block;
    padding: 5px 20px;
    margin: 0 12px;
    font-size: 15px;
    color: #222333;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}

.cplbxz_b {
    border-top: 1px solid #d8d8d8;
}

.cplbxz_rbox .cplbxz_rboxa.on {
    background-color: #fff;
    color: #df252a;
    border: 1px solid #d8d8d8;
}

@media screen and (max-width: 1600px) {
    .cplb_box_itemtxt {
        padding: 0 20px;
    }
    .cplb_box_itemtxtlh {
        font-size: 18px;
    }
    /*.cplb_box_itemtxtl {*/
    /*    width: 100%;*/
    /*}*/
}

@media screen and (max-width: 1200px) {
    .cplb_box_itemtxt {
        padding: 0 10px;
    }
    .cplb_box_itemtxtr {
        width: auto;
        padding: 0 10px;
    }
    .cplb_box_itemtxtl {
        width: calc(100% - 75px);
    }
}

.cplbxz_ldw {
    display: none;
}

@media screen and (max-width: 992px) {
    .cplb_box .cplb_box_item {
        width: 49% !important;
        margin-right: 2%;
    }
    .cplb_box_item:nth-child(2n) {
        margin-right: 0 !important;
    }
    .cplb_box_itemtxtlh {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .cplb_box_itemimg img {
        padding: 5%;
    }
    /* 产品列表新增 */
    .cplbxz_t {
        flex-wrap: wrap;
        padding: 0;
    }
    .cplbxz_t>div {
        width: 100%;
    }
    .cplbxz_l {
        position: relative;
        text-align: center;
        padding: 20px 0;
    }
    .cplbxz_ldw {
        position: absolute;
        right: 0;
        top: 0;
        width: 68px;
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cplbxz_ldw i {
        font-size: 22px;
        font-weight: 400;
        color: #666;
    }
    .cplbxz_r {
        padding: 0 10px 20px;
    }
    .cplbxz_rbox .cplbxz_rboxa {
        width: 33.33%;
        margin: 0;
        text-align: center;
        font-size: 12px;
        padding: 8px 0;
    }
    .cplbxz_b .cplbxz_r {
        display: none;
    }
    .cplbxz_ldw {
        display: flex;
    }
    .cplbxz_rbox .cplbxz_rboxa:first-child {
        display: none;
    }
    .cplbxz_l {
        text-align: left;
        padding-left: 20px;
    }
}

@media screen and (max-width:768px) {
    .cplb {
        margin-top: 20px;
    }
    .cplb_box_itemtxtr {
        display: none;
    }
    .cplb_box_itemtxtl {
        width: 100%;
    }
    .cplb_box_itemtxtlp {
        font-size: 12px;
    }
    .cplb_box_itemtxt {
        height: auto;
        padding: 10px;
    }
    .proc .nyby_txt {
        display: none;
    }
    .proc .nyby {
        height: 30px;
    }
}
/* 产品详情 */

.cpxqbox {
    display: flex;
	margin-bottom: 20px;
}

.cpxqbox>div {
    width: 50%;
}

.cpxq_slide_item {
    overflow: hidden;
}

.cpxq_slide_item img {
    width: 100%;
    max-width: 680px;
    margin: auto;
    padding: 0px;
	padding-bottom: 30px;
		
}

.cpxqb_slide_item {
    border: 1px solid #e3e3e3;
    cursor: pointer;
}

.cpxqb_slide.swiper-slide-thumb-active .cpxqb_slide_item {
    border: 1px solid #a70205;
}

.cpxqb_slide_item img {
    max-height: 130px;
    padding: 10px;
    margin: auto;
}

.gallery-top {
    --swiper-theme-color: #a70205;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #222;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 38px;
    /* 设置按钮大小 */
}

.cpxqbox_r {
    margin-top: 30px;
    padding-left: 55px;
	
}

.cpxqbox_rh {
    font-size: 30px;
    color: #222333;
}

.cpxqbox_rtab {
    margin-top: 40px;
}

.cpxqbox_rtabt {
    display: flex;
}

.cpxqbox_rtabt_item {
    width: 175px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-align: center;
    font-size: 18px;
    color: #666666;
    background-color: #e9e9e9;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.cpxqbox_rtabb {
    margin-top: 25px;
}

.cpxqbox_rtabb_item {
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    /* min-height: 130px; */
}

.cpxqbox_rtabt_item.on {
    background-color: #a70205;
    color: #fff;
}

.cpxqbox_rcstitle {
    margin-top: 70px;
}

.cpxqbox_rcstitle i {
    font-size: 30px;
    color: #d1d2d2;
    position: relative;
    top: -2px;
}

.cpxqbox_rcstitle span {
    font-size: 22px;
    color: #222333;
    margin-left: 8px;
}

.cpxqbox_rcsct {
    margin-top: 40px;
    height: 400px;
}

.cpxqbox_container {
    width: 100%;
    height: 100%;
}

.cpxqbox_slide {
    height: auto;
    cursor: n-resize;
}

.cpxqbox_rcsct_item {
    display: flex;
    margin-bottom: 15px;
    padding-left: 65px;
}

.cpxqbox_rcsct_iteml {
    width: 20%;
    font-size: 15px;
    color: #666666;
}

.cpxqbox_rcsct_itemr {
    margin-left: 10px;
    width: 80%;
    font-size: 15px;
    color: #666666;
}

.cpxqbox_container .cpxqbox_scrollbar {
    left: 0;
    width: 8px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #e9e9e9;
}

.cpxqbox_container .cpxqbox_scrollbar .swiper-scrollbar-drag {
    background-color: #a70205;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.cpgdt {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #f1f1f1;
    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    -ms-border-radius: 2.5px;
    -o-border-radius: 2.5px;
}

.cpgdt::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 25%;
    background-color: #a70205;
    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    -ms-border-radius: 2.5px;
    -o-border-radius: 2.5px;
}


/* 产品详细介绍 */

.cqxxjs {
    margin-top: 0px;
}

.cqxxjs_title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.cqxxjs_titlel {
    display: flex;
    align-items: flex-end;
}

.cqxxjs_titlelh {
    font-family: 'BEBAS';
    text-transform: uppercase;
    font-size: 60px;
    color: #dfdfdf;
}

.cqxxjs_titlelp {
    font-size: 30px;
    color: #222333;
    margin-left: 20px;
    margin-bottom: 8px;
}

.cqxxjs_titler {
    display: flex;
    align-items: center;
}

.cqxxjs_titler_more {
    width: 230px;
    height: 45px;
    background-color: #a70205;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}

.cqxxjs_titler_more span {
    font-size: 15px;
    color: #fff;
}

.cqxxjs_titler_more i {
    margin-left: 5px;
    font-size: 18px;
    color: #fff;
}

.cqxxjs_fen {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.cqxxjs_ttu {
    width: 48%;
    margin-right: 2%;
}

.cqxxjs_jie {
    width: 50%;
    padding: 10px;
}


/* 优势特点 */

.ystd_title {
    padding-top: 65px;
    padding-left: 25px;
}

.ystd_titlewz {
    position: relative;
    font-size: 36px;
    color: #222333;
}

.ystd_titlewz::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 54px;
    height: 1px;
    background-color: #a70205;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: -1;
}

.ystd_lb {
    position: relative;
    margin-top: 45px;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.ystd_lbper,
.ystd_lbnext {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    outline: none;
    z-index: 10;
}

.ystd_carousel .owl-controls {
    margin: 0;
    height: 0;
    position: relative;
    top: 20px;
}

.ystd_lbper {
    left: 25px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.ystd_lbnext {
    right: 25px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}

.ystd_lbper i,
.ystd_lbnext i {
    font-size: 40px;
    color: #222333;
}

.ystd_item {
    margin: 0 10px;
    height: 100%;
    background-color: #f5f5f5;
}

.ystd_lb .owl-controls .owl-page.active span {
    background-color: #a70205;
}

.ystd_itemct {
    height: 100%;
    padding: 50px 40px;
    display: flex;
}

.ystd_itemctsu {
    margin-top: -15px;
    font-size: 60px;
    color: #dfdfdf;
    font-family: 'BEBAS';
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.ystd_itemctwz {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    margin-left: 25px;
    height: 100%;
}

.ystd_item:hover .ystd_itemctsu {
    color: #a70205;
}


/* 更多说明 */

.gdsm {
    margin-top: 90px;
}

.gdsm .ystd_titlewz {
    padding-left: 25px;
}

.gdsmbox {
    margin-top: 40px;
    border: 1px solid #e5e5e5;
    padding: 75px 50px 100px 75px;
    display: flex;
}

.gdsmbox_l {
    width: 14%;
}

.gdsmboxl_slide_item {
    height: 62px;
    line-height: 62px;
    background-color: #f0f0f0;
    text-align: center;
    font-size: 18px;
    color: #222333;
    cursor: pointer;
}

.gdsmboxl_slide.swiper-slide-thumb-active .gdsmboxl_slide_item {
    background-color: #a70205;
    color: #fff;
}

.gdsmbox_r {
    width: 86%;
    padding-left: 125px;
    height: 400px;
    /* overflow-y: scroll; */
}

.gdsmboxr_slide {
    height: auto;
    font-size: 15px;
    line-height: 28px;
    color: #666;
    cursor: n-resize;
    margin-bottom: 50px;
    padding-right: 30px;
}

.gdsmboxr_slide .moretit {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    color: #222;
}

.gdsmboxr_slide p {
    font-size: 15px;
    line-height: 28px;
}

.gdsmboxr_slide img {
    max-width: 100%;
}

.gdsmboxr_top {
    width: 100%;
    height: 100%;
}

.swiper-scrollbar-drag {
    cursor: grab;
}


/* 图片填充 */

.tptc {
    margin-top: 55px;
}

.tptc_item img {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
}


/* 相关产品 */

.xgcp {
    margin-top: 110px;
}

.xgcp_title {
    text-align: center;
}

.xgcp_titlet {
    font-family: 'BEBAS';
    text-transform: uppercase;
    font-size: 60px;
    color: #dfdfdf;
}

.xgcp_titleb {
    font-size: 30px;
    color: #222333;
}

.xgcp_box {
    margin-top: 40px;
    width: calc(100% + 28px);
    margin-left: -14px;
}

.xgcp .container {
    overflow: hidden;
}

.xgcp_item {
    margin: 0 15px;
}

.xgcp_item .xgcp_itema {
    display: block;
    border: 1px solid #d8d8d8;
}

.xgcp_itema_img {
    overflow: hidden;
}

.xgcp_itema_img img {
    width: 100%;
    transition: all .3s;
}

.xgcp_item:hover .xgcp_itema_img img {
    transform: scale(1.1)
}

.xgcp_itema_txt {
    height: 90px;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #d8d8d8;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.xgcp_itema_txtl {
    width: calc(100% - 130px);
}

.xgcp_itema_txth {
    font-size: 22px;
    color: #222333;
}

.xgcp_itema_txtp {
    font-size: 13px;
    color: #999999;
}

.xgcp_itema_txtr {
    width: 130px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #e9e9e9;
    font-family: 'BEBAS';
    text-transform: uppercase;
    font-size: 15px;
    color: #999999;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.xgcp_box .owl-controls .owl-page.active span {
    background-color: #a70205;
}

.xgcp_item .xgcp_itema:hover {
    border: 1px solid #a70205;
}

.xgcp_item .xgcp_itema:hover .xgcp_itema_txt {
    background-color: #a70205;
    border-top: 1px solid #a70205;
}

.xgcp_item .xgcp_itema:hover .xgcp_itema_txth {
    color: #fff;
}

.xgcp_item .xgcp_itema:hover .xgcp_itema_txtp {
    color: #fff;
}

.xgcp_item .xgcp_itema:hover .xgcp_itema_txtr {
    background-color: #222;
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .cpxqbox_r {
        margin-top: 0px;
    }.cpxqbox_r {
   
     padding-left: 25px; 
}
    .cpxqbox_rtab {
        margin-top: 20px;
    }
    .cpxqbox_rtabb {
        margin-top: 15px;
    }
    .cpxqbox_rcstitle {
        margin-top: 40px;
    }
    .cpxqbox_rcsct {
        margin-top: 20px;
    }
    .cqxxjs_titlelh,
    .xgcp_titlet {
        font-size: 46px;
    }
    .cqxxjs_titlelp,
    .ystd_titlewz,
    .ystd_titlewz {
        font-size: 30px;
    }
    .ystd_itemct {
        padding: 30px 20px 0;
    }
    .ystd_itemctwz {
        margin-left: 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .xgcp_itema_txth {
        font-size: 18px;
    }
    .xgcp_itema_txtp {
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .cpxqbox_rh {
        font-size: 24px;
    }
    .cpxqbox_r {
        margin-top: 0px;
        padding-left: 30px;
    }
    .cpxqbox_rtabb_item {
        font-size: 14px;
        line-height: 24px;
    }
    .cpxqbox_rcstitle {
        margin-top: 25px;
    }
    .cpxqbox_rcsct {
        margin-top: 10px;
        height: 180px;
    }
    .cqxxjs_titlelh,
    .xgcp_titlet {
        font-size: 40px;
    }
    .cqxxjs_titlelp,
    .ystd_titlewz,
    .ystd_titlewz {
        font-size: 26px;
    }
    .ystd_itemct {
        padding: 20px 10px 0;
    }
    .ystd_itemctsu {
        font-size: 50px;
    }
    .gdsmbox {
        padding: 50px 30px;
    }
    .xgcp_itema_txt {
        padding: 0 15px;
    }
    .xgcp_itema_txth {
        font-size: 15px;
    }
    .xgcp_itema_txtr {
        width: 100px;
    }
}

@media screen and (max-width: 992px) {
    .cpxqbox {
        flex-wrap: wrap;
    }
    .cpxqbox>div {
        width: 100%;
    }
    .cpxqbox_r {
        padding-left: 0;
    }
    .cpxqbox_r {
        margin-top: 35px;
    }
    .ystd_title {
        padding-top: 40px;
    }
    .ystd_lbper {
        left: 40px;
    }
    .ystd_lbnext {
        right: 40px;
    }
    .ystd_lb {
        margin-top: 20px;
    }
    .ystd_itemct {
        padding: 30px 10px;
    }
    .ystd_titlewz {
        padding-left: 25px;
    }
    .gdsmbox {
        margin-top: 20px;
    }
    .gdsmbox {
        padding: 30px 10px;
    }
    .gdsmbox_r {
        padding-left: 40px;
    }
    .xgcp {
        margin-top: 60px;
    }
    .xgcp_box {
        margin-top: 20px;
    }
}

@media screen and (max-width: 992px) {
    .cpxqbox_rcsct table {
        font-size: 12px;
    }
    .gdsmbox_r {
        height: 260px;
    }
    .gdsmboxr_slide p {
        font-size: 13px;
        line-height: 21px;
    }
    .cpxqbox_rh {
        font-size: 20px;
        font-weight: 600;
    }
    .cpxqbox_rtabt>div {
        width: 50%;
        background-color: #fff;
        border: 1px solid #eee;
        border-bottom: none;
        border-right: none;
        border-left: none;
    }
    .cpxqbox_rtabt_item {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
    }
    .cpxqbox_rtabb {
        background-color: #f4f4f4;
        padding: 20px;
        margin: 0;
    }
    .cpxqbox_rtabb_item {
        font-size: 12px;
        line-height: 20px;
    }
    .cpxqbox_rcsct_item {
        padding-left: 20px;
    }
    .cpxqbox_rcsct_iteml {
        font-size: 14px;
    }
    .cpxqbox_rcsct_itemr {
        font-size: 12px;
    }
    .cpxqbox_rcsct_item {
        margin-bottom: 10px;
    }
    .cqxxjs_titlelh,
    .xgcp_titlet {
        font-size: 36px;
    }
    .cqxxjs_titlelp,
    .ystd_titlewz,
    .ystd_titlewz {
        font-size: 22px;
    }
    .cqxxjs_titlelp {
        margin-left: 10px;
    }
    .cqxxjs_titler_more {
        display: none;
    }
    .ystd_title {
        padding-top: 30px;
        padding-left: 0;
    }
    .ystd_lb {
        margin-top: 10px;
    }
    .ystd_itemct {
        padding: 20px 10px;
    }
    .ystd_itemctwz {
        font-size: 13px;
        line-height: 20px;
    }
    .ystd_itemctsu {
        font-size: 40px;
    }
    .gdsmbox {
        padding: 0;
        border: none;
        flex-flow: column;
    }
    .gdsmbox_l {
        width: 100%;
    }
    .gdsmboxl_slide_item {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
    .gdsmbox_r {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .gdsmboxr_slide {
        padding-right: 20px;
    }
    .xgcp_item {
        margin: 0 5px;
    }
    .xgcp_itema_txth {
        font-size: 14px;
    }
    .xgcp_itema_txtr {
        display: none;
    }
    .xgcp_itema_txt {
        height: 60px;
    }
    .xgcp_itema_txtl {
        width: 100%;
    }
}

.gdsmboxl_slide {
    margin-top: 0!important;
}

.cpxqbox_rcsctimg img {
    width: 100%;
}.cpxq_slide_item {
    position: relative;
}

.cpxq_slide_item p {
    position: absolute;
    bottom: 30px;
    text-align: center;
    font-size: 18px;
    color: #222333;
    width: 100%;
}

.cpxqbox_rcsct {
    overflow: auto;
}


/*æ»šåŠ¨æ¡å®½åº¦*/

.cpxqbox_rcsct::-webkit-scrollbar {
    width: 6px;
}


/*æ»šåŠ¨æ¡æŒ‰é’®*/


/*
.cpxqbox_rcsct::-webkit-scrollbar-button {
}
*/


/*æ»‘é“å…¨éƒ¨*/

.cpxqbox_rcsct::-webkit-scrollbar-track {
    background-color: #F3F3F3;
}


/*æ»‘é“ æ»‘é“åœ†è§’å®½åº¦*/

.cpxqbox_rcsct::-webkit-scrollbar-track-piece {
    background-color: #F3F3F3;
    -webkit-border-radius: 4px;
}


/*æ»‘åŠ¨æ¡è¡¨é¢ æ»‘åŠ¨æ¡è¾¹æ¡† æ»‘åŠ¨æ¡åœ†è§’å®½åº¦*/

.cpxqbox_rcsct::-webkit-scrollbar-thumb {
    background-color: #a70205;
    border: solid 1px #C0C0C0;
    border-radius: 4px;
}


/*æ¨ªç«–æ»šåŠ¨æ¡äº¤è§’*/

.cpxqbox_rcsct::-webkit-scrollbar-corner {
    background-color: #F3F3F3;
}


/*æ¨ªç«–æ»šåŠ¨æ¡äº¤è§’å›¾æ¡ˆ*/

.cpxqbox_rcsct::-webkit-resizer {
    background-repeat: no-repeat;
    background-position: bottom left;
}


/*é¼ æ ‡æ»‘è¿‡æ»‘åŠ¨æ¡*/

.cpxqbox_rcsct::-webkit-scrollbar-thumb:hover {
    background-color: #F3F3E0;
}

.cpxqbox_rcsct table {
    width: 100% !important;
}

.cpxqbox_rcsct tbody tr td {
    padding: 10px;
    border: 1px solid #e1e1e1;
    text-align: center;
}

.cpxqbox_rcsct tbody tr td:nth-of-type(1) {
/*    width: 20%;*/
}

.cpxqbox_rcsct tbody tr td:nth-of-type(2) {
   /* width: 40%;*/
}

.cpxqbox_rcsct tbody tr td:nth-of-type(3) {
    /*width: 40%;*/
}

.cpxqbox_rcsct .firstRow {
    background-color: #f3f3f3;
}

@media screen and (max-width: 768px) {
    .cpxqbox_rcsct {
        height: auto;
        overflow: visible;
    }
    .cqxxjs_fen>div {
        width: 100%;
    }
    .cqxxjs_ttu {
        margin: 0;
    }
    .cqxxjs_jie {
        margin-top: 20px;
        font-size: 14px;
        line-height: 23px;
    }
}


/* äº§å“è¯¦æƒ…æ–°å¢ž */
img {
    max-width: 100%;
    display: block;
    height: auto;
    border: 0;
}
.xzbt {
    font-size: 26px;
    color: #222333;
    font-weight: bold;
}

.xztz {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}

.xztz .xztzitem {
    margin-right: 20px;
    text-align: center;
    padding: 10px 60px;
    margin-top: 10px;
    background-color: #f6f6f6;
    border: 1px solid #333;
    font-size: 16px;
    color: #333;
}

.xztz .xztzitem:last-child {
    margin-right: 0;
}

.xzgs {
    margin-top: 25px;
}

.xzgs p {
    font-size: 14px;
    line-height: 23px;
    color: #666;
}
/* 内部产品参数 */

.nbcqcs {
	margin-top: 100px;
}
.nbcqcsboxl, .nbcqcsboxr {
	padding: 0;
}
.nbcqcsboxl {
	padding-right: 0px;
}
.nbcqcst_thumbs {
	width: auto;
}
.nbcqcst_slide {
	width: auto;
}
.nbcqcst_slideitem {
	width: 200px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 20px;
	color: #999999;
	font-family: 'ProximaNova-Semibold';
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	overflow: hidden;
	cursor: pointer;
	font-size: 16px;
}
.nbcqcst_slide.swiper-slide-thumb-active .nbcqcst_slideitem {
	background-color: #a70205;
	color: #fff;
}
.nbcqcsboxl_b {
	border-top: 2px solid #a70205;
}
.nycqlbl {
	padding: 40px 40px 90px;
	/*    background-color: #fff;*/
	position: relative;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.nycqlbldw {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #f3f3f3;
	z-index: -1;
}
.nycqlblbox {
	width: 100%;
}
.nycqlblbox_item {
	border-bottom: 1px solid #d9d9d9;
}
.nycqlblbox_itemtitle {
	display: flex;
	height: 76px;
}
.nycqlblbox_itemtitlel {
	flex: 1;
	display: flex;
	align-items: center;
}
.nycqlblbox_itemtitlel i {
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
}
.nycqlblbox_itemtitlel span {
	flex: 1;
	font-family: 'ProximaNova-Semibold';
	font-size: 18px;
	color: #333;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.nycqlblbox_itemtitle .nycqlblbox_itemtitlel:hover i {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	color: #e12644;
}
.nycqlblbox_itemtitlel span {
	flex: 1;
	font-family: 'ProximaNova-Semibold';
	font-size: 18px;
	color: #333;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}
.nycqlblbox_itemtitlel:hover span {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
}
.nycqlblbox_itemtitlel.on i {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	color: #e12644;
}
.nycqlblbox_itemtitle .nycqlblbox_itemtitlel.on span {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
}
.nycqlblbox_itemtitlelr {
	display: flex;
	align-items: center;
	padding: 0 20px;
	cursor: pointer;
}/*.cpxqbox_l {
    padding: 54px 0px 0px 50px;
}*/
.nycqlblbox_itemtitlelr span {
	width: 26px;
	height: 26px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}
.nycqlblbox_itemtitlelr.on1 span {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.nycqlblbox_itemtitlelr.on span {
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}
.nycqlblbox_itemct {
	width: 100%;
	padding-bottom: 20px;
	display: none;
}
.nycqlblbox_itemct .nycqlblbox_itemcta {
	display: block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nycqlblbox_itemct .nycqlblbox_itemcta:hover {
	background-color: #fff;
	color: #df002c;
}
.nycqlblbox_itemct .nycqlblbox_itemcta.on {
	background-color: #fff;
	color: #df002c;
}
.nbcqcsb_slideitem {
	margin-top: 30px;
	height: 800px;
	overflow: auto;
}
.nbcqcsb_slideitem p {
	font-size: 16px;
	line-height: 26px;
}

/*       ScrollBar 1        */

#scrollbar1::-webkit-scrollbar {
    width: 10px;
}

#scrollbar1::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}

#scrollbar1::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #d55959;
}
/*表格*/
.nbcqcsb_slideitem table {
}

.nbcqcsb_slideitem table {
	width: 98%;
	color: #555;
}
.nbcqcsb_slideitem table td {
	text-align: center;
	border-bottom-width: 0!important;
	border-right-width: 0!important;
	border: 1px solid #e1e1e1 !important;
	padding: 10px 5px!important;
	line-height: 15px;
}
.nbcqcsb_slideitem .firstRow{
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.nbcqcsb_slideitem .firstRow td{
	line-height: 40px;
	font-size: 20px;
}
/* 内部产品特点 */

.nbcptd {
	margin-top: 70px;
}
.nbcptdbox {
	border: 1px solid #e6e6e6;
}
.nbcptdbox_item {
	height: 165px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nbcptdbox_itembox {
	display: flex;
	align-items: center;
}
.nbcptdbox_itemboxtxt {
	margin-left: 25px;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}
.nbcptdbox_itemboxtxt h6 {
	font-size: 20px;
}
.nbcptdbox_itemboxtxt p {
	font-size: 14px;
	color: #666666;
}
.nbcptdbox_itembox::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 1px;
	height: 45px;
	background-color: #d1d1d1;
}
.nbcptdbox_item:last-child .nbcptdbox_itembox::after {
	display: none;
}
/* 其他产品 */

.rmproduct {
	margin-top: 60px;
}
.rmproduct_title {
	font-size: 40px;
	font-family: 'ProximaNova-Bold';
	text-transform: capitalize;
}
.rmproduct_box {
	margin-top: 30px;
	position: relative;
}
.rmproduct_prev, .rmproduct_next {
	position: absolute;
	top: 30%;
	z-index: 10;
	outline: none;
}
.rmproduct_prev {
	left: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.rmproduct_next {
	right: 0;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
}
.rmproduct_prev i, .rmproduct_next i {
	font-size: 34px;
	color: #333;
}
.rmproduct_prev.swiper-button-disabled i, .rmproduct_next.swiper-button-disabled i {
	color: #666;
}
.rmproduct_slide .rmproduct_slidea {
	display: block;
}
.rmproduct_slidea_img {
	overflow: hidden;
	border: 1px solid #efefef;
}
.rmproduct_slidea_img img {
	width: 100%;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}
.rmproduct_slidea_txt {
	padding: 20px 5px;
	text-align: center;
	font-size: 16px;
	color: #313635;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rmproduct_slide .rmproduct_slidea: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);
}
.rmproduct_slide .rmproduct_slidea:hover .rmproduct_slidea_txt {
	color: #df002c;
}

@media screen and (max-width:1700px) {
.nbcpxqt_slide img {
	width: 100%;
}
.nbcpxqboxl {
	padding-right: 20px;
}
.nbcpxqboxr {
	padding-left: 20px;
}
.nbcpxqboxr_titleh {
	font-size: 24px;
}
.nbcqcsboxl {
	padding-right: 0px;
}
.nycqlbl {
	padding: 60px 20px 70px;
}
}

@media screen and (max-width:1200px) {
.nbcpxqboxl {
	padding-right: 10px;
}
.nbcpxqboxr {
	padding-left: 10px;
}
.nbcpxqboxr_titleh {
	font-size: 20px;
}
.nbcqcst_slide {
	width: 25%;
}
.nbcqcst_slideitem {
	width: 100%;
}
.nbcqcst_slideitem {
	font-size: 18px;
}
.nycqlbl {
	padding: 50px 15px 60px;
}
.nycqlblbox_itemtitle {
	height: 60px;
}
.nycqlblbox_itemtitlel span {
	font-size: 16px;
}
.nycqlblbox_itemct .nycqlblbox_itemcta {
	font-size: 14px;
}
}

@media screen and (max-width:992px) {
.nbcpxqbox {
	flex-wrap: wrap;
}
.nbcpxqbox>div {
	width: 100%;
}
.nbcpxqboxl {
	padding-right: 0px;
}
.nbcpxqboxr {
	padding-left: 0px;
}
.nbcpxqt_slide img {
	width: 80%;
}
.nbcpxqboxr_ct {
	margin-top: 20px;
}
.nbcpxqboxr_ctitem {
	margin-bottom: 30px;
}
.nbcpxqboxr_link {
	margin-top: 10px;
}
.nbcqcsboxl {
	padding-right: 0;
}
.nbcqcs {
	margin-top: 60px;
}
.nycqlbl {
	padding: 0;
	margin-top: 50px;
	border-bottom: 0;
}
.nbcptd {
	margin-top: 60px;
	display: none;
}
.nbcptdbox_itemboxtxt {
	margin-left: 15px;
}
.nbcptdbox_item {
	height: 120px;
}
.rmproduct_title {
	font-size: 36px;
}
.rmproduct {
	margin-top: 50px;
}
.rmproduct_box {
	margin-top: 15px;
}
.rmproduct_more {
	margin-top: 20px;
}
.rmproduct_more>a {
	height: 46px;
	line-height: 44px;
}
.nbcpxqboxr_titleimg {
	display: none;
}
	.nbcqcsb_slideitem {
    height: 400px;
}
}

@media screen and (max-width:768px) {
	.cpmbxboxnav i{
		margin: 0 5px;
	}
.nbcpxqt_slide img {
	width: 100%;
}
.nbcpxqboxr_titleh {
	font-size: 18px;
}
.nbcqcst_slideitem {
	font-size: 15px;
}
.nbcptdbox_item {
	border-bottom: 1px solid #d1d1d1;
	height: 90px;
}
.nbcptdbox_item:last-child {
	border-bottom: 0;
}
.nbcptdbox_itembox::after {
	display: none;
}
.rmproduct_title {
	font-size: 30px;
}
.rmproduct_more>a {
	height: 36px;
	line-height: 34px;
}
.rmproduct_prev {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}
.rmproduct_next {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}
.cpmbxboxfh .cpmbxboxfha {
	width: auto;
	padding: 0 10px;
}
.nbcpxq {
	padding-top: 60px;
}
.cpmbx .container {
	padding: 0 15px;
}
.cpmbxboxnav {
	padding-left: 15px;
}
	.nbcqcsb_slideitem {
    height: 300px;
}
	.nbcqcsb_slideitem .firstRow td {
    line-height: 24px;
    font-size: 16px;
}
	.nbcqcsb_slideitem table td {
    border: 1px solid #e1e1e1 !important;
    padding: 5px 3px!important;
    line-height: 15px;
		font-size: 14px;
}
	.nbcqcsb_slideitem table td a{
		font-size: 14px;
	}
}
