.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        
        right: 20px;
        
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}












/*  */
body{overflow-x:hidden;}
.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.com-img2{ display:block; overflow:hidden;}
.com-img2 img{ transition:transform .3s ease-out; -webkit-transition:transform .3s ease-out; -moz-transition:transform .3s ease-out; -o-transition:transform .3s ease-out;}
.com-img2:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.relative{position: relative;}

.flex2{ display: flex;display: -webkit-flex;}
.wrap{flex-wrap:wrap}
.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.clamp4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}

.max1600{max-width: 1600px;width:90.625%;margin:0 auto;}
.max1500{max-width: 1500px;width:90.625%;margin:0 auto;}
.max1400{max-width: 1430px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.max1200{max-width: 1230px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}


/* header */
.header{left:0;top:0;width:100%;z-index:999;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease}
.top-mid-flex{height:110px}
.logo{position:relative}
.logo a{display:block}
.logo a img{max-width:100%;max-height:58px}

.header-ss{margin-left:1.25vw;position:relative;width:36px;height:36px}
.header-ss .ss_btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:50%;background:url(//wm.cdn.cn86.cn/huizhoukerui/2025/03/912029ca77vmcw3b.png) no-repeat center;cursor:pointer}
.search-box{position:absolute;top:100%;right:0;z-index:99;display:none;background:#fff;padding:16px 20px;-webkit-box-shadow:0 0 15px 0 rgb(0 0 0 / 30%);box-shadow:0 0 15px 0 rgb(0 0 0 / 30%)}
.header-ss .ss-search{width:220px;position:relative;background:#fff;border:1px solid var(--main-theme-color);display:flex}
.header-ss .ss-search input{height:34px;line-height:34px;outline:0;border:none;font-size:0}
.header-ss .ss-search #keyword{width:calc(100% - 50px);padding-left:10px;color:#000;font-size:14px}
.header-ss .ss-search #s_btn{width:50px;background-color:var(--main-theme-color);background-position:center center;background-repeat:no-repeat;background-image:url(//cdn.myxypt.com/1a7e079f/24/06/a56ff77c79b014cb5708c10b590703e9baedb3fa.png)}


.x-menu{position:relative}
.x-menu>li{position:relative;text-align:center}
.x-menu>li>a{display:block;font-size:16px;color:#fff;height: 54px;line-height: 54px;font-family:"思源黑体 CN";font-weight:400}
.x-menu>li:hover>a{color: #fff!important;}
.x-sub-menu{position:absolute;z-index:999;width:150%;left:-25%;top:100%;background:#fff;border-radius:0;padding:0 0; display: none;}
.x-sub-menu>li>a{display:block;text-align:center;font-size:14px;color:#333;line-height:1.5;padding:.6em .3em}
.x-sub-menu>li>a:hover{color:#fff!important;background-color:rgba(220, 10, 17, 1)}
.x-menu>li.on{
    background: rgba(220, 10, 17, 1);
}
.x-menu>li:hover{
    background: rgba(220, 10, 17, 1);
}

.x-menu>li:nth-child(4) .x-sub-menu{
    display: none !important;
}



@media (min-width:1200px){
    .x-menu>li{margin-left:15px;margin-right:15px}
}
@media (min-width:1440px){
    .x-menu>li{/* margin-left:22px; *//* margin-right:22px; */min-width: 120px;margin-right: 5px;margin-left: 0;}
}








/* banner */
.home-banner {
    width: 100%;
    position: relative;
}
.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}
.home-banner .swiper-slide a {
    display: block;
}
.home-banner .swiper-slide a > img {
    display: block;
    width: 100%;
}

.home-banner .swiper-pagination1 {
	bottom: 40px;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet {
	border-radius: 0%;
	margin: 0 5px!important;
	transition: width .3s ease;
	opacity: 1;
	background: #fff;
	cursor: pointer;
	height: 1px;
	width: 45px;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
	background-color: #FFF;
	height: 5px;
	width: 45px;
	bottom: -2px;
	position: relative;
}
 







.site-footer2{background-color:#000;padding:80px 0 110px}
@media (max-width:991px){
    .site-footer2{padding:70px 0 50px}
}
@media (max-width:767px){
    .site-footer2{padding:56px 0 40px;margin-bottom:60px}
}

.first_item{position:relative;width:430px}
.ft-logo{margin-bottom:4.6875vw}
.ft-logo a{display:block}
.ft-logo a img{max-height:50px;max-width:280px}
.ft-ewm{margin-bottom:3.64583vw}
.ft-ewm img{max-width:141px}
.sitewidget-bd{position:relative;font-size:14px;font-weight:400;display:flex}
.sitewidget-bd a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0 10px 0 0;border-radius:5px;background:#fff;text-align:center;opacity:1}
.sitewidget-bd a img{max-width:100%}
.sitewidget-bd a:hover{opacity:1;background-color:var(--main-theme-color)}
.sitewidget-bd a:hover img{filter:brightness(100)}
.second_item{position:relative;width:420px}
.second_item h2{font-size:18px;color:#fff;font-weight:400;margin-bottom:20px}
.ft-lxwm{position:relative;font-size:15px;color:rgba(255,255,255,.6);line-height:1.5}
.ft-lxwm a{font-size:15px;color:rgba(255,255,255,.6)}
.ft-lxwm p{margin-bottom:0}
.three_item{position:relative;flex:1;display:flex;justify-content:space-between}
.nax-item{position:relative;margin-bottom:15px}
.nax-item>h2{font-size:18px;color:#fff;font-weight:400;text-transform:uppercase;margin-bottom:20px}
.dropdown-subsection{position:relative}
.dropdown-subsection>li{position:relative;margin-bottom:.8em}
.dropdown-subsection>li>a{display:block;font-size:15px;color:rgba(255,255,255,.5);line-height:26px}











.site-footer2{padding:70px 0 90px;background:url(//wm.cdn.cn86.cn/shandongliyu/2025/03/f1f7b5dd31a6cydy.png) no-repeat center top;background-size:cover}
.foot-dftt{font-family:Arial;font-size:22px;font-weight:600;line-height:44px;letter-spacing:0;color:#fff}
.product-cate{margin-top:10px}
.product-cate li{font-family:Arial;font-size:18px;font-weight:400;font-stretch:normal;line-height:40px;letter-spacing:0;color:rgba(255,255,255,.5)}
.product-cate li a{color:rgba(255,255,255,.5)}
.lx_cc{margin-top:10px;font-size:18px;font-weight:400;font-stretch:normal;line-height:40px;letter-spacing:0;color:rgba(255,255,255,.5)}
.lx_cc p{margin-bottom:0}
.yam_a{width:26%}
.ynr{margin-top:10px}
.tb_ll.flex_b li{overflow:hidden}
.tb_ll.flex_b li img{transition:all ease-in-out 0s}
.tb_ll{margin-top:20px;max-width:165px}
.tb_ll.flex_b li:hover img{transform:translateY(-60px);filter:drop-shadow(#2959e0 0 60px);transition:all ease-in-out 0s}
.foot-bom2{position:relative;background:#1b3884;text-align:center;padding:25px 0}
.foot-bom2 p{margin-bottom:0}
.copyright_a{font-size:16px;font-weight:400;line-height:32px;color:#fff}
.copyright_a a{color:#fff}
.site-footer2 .ft-message-form{margin-bottom:60px}
.site-footer2 .ft-message-form .form-group{margin-bottom:10px!important}
.site-footer2 .ft-message-form input,.site-footer2 .ft-message-form textarea{border-bottom:1px solid #4d4d4d;font-size:14px;width:100%;color:rgba(255,254,254,.4);background:#4d4d4d;padding:10px}
.site-footer2 .ft-message-form textarea{line-height:22px;height:45px}
.site-footer2 .submit-btn{border:1px solid #1840b1;background-color:var(--sub-theme-color);padding:0 18px;color:#fff;height:45px;text-transform:uppercase;width:100%;transition:.5s;text-align:center;font-size:18px}
.site-footer2 .submit-btn:hover{background-color:#fff;color:var(--sub-theme-color)}
.site-footer2 .ft-message-form input::-webkit-input-placeholder,.site-footer2 .ft-message-form textarea::-webkit-input-placeholder{color:#a3a2a2;font-size:14px}
.site-footer2 .ft-message-form input:-moz-placeholder,.site-footer2 .ft-message-form textarea:-moz-placeholder{color:#a3a2a2;font-size:14px}
.site-footer2 .ft-message-form input::-moz-placeholder,.site-footer2 .ft-message-form textarea::-moz-placeholder{color:#a3a2a2;font-size:14px}
.site-footer2 .footer-weight-link a:hover,.site-footer2 .ft-contct-info a:hover,.site-footer2 .ft-social-list a:hover{color:#fff!important}
@media (max-width:991px){
    .site-footer2{padding:50px 0 50px}
    .foot-bom2{margin-bottom:70px}
    .yam_a{width:100%}
    .lx_cc{font-size:16px;margin-bottom:10px}
    .site-footer2 .submit-btn{font-size:16px}
}
@media (max-width:767px){
    .site-footer2{padding:56px 0 40px}
    .site-footer2 .submit-btn{padding:12px 18px}
}







.w1200{max-width: 1230px; margin: 0 auto; padding: 0 15px;}
.bbtb{}
.bbtbxx{
    height: 122px;
    line-height: 122px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.bbtblogo{
    width: 33%;
}
.bbtblogo img{
    max-width: 100%;
}
.bbtby{
    font-size: 16px;
    color: rgb(220, 10, 17);
    text-align: left;
    font-family: fontface__AlibabaSans-BoldItalic__110__1126040702484;
    font-weight: bold;
    font-style: italic;
}

.tbdh{
    background: rgba(41, 41, 34, 1);
}
.tbdhnr{}


.right .product-desc{display: none;}





/* css */
.bb1bd { position: relative; }
.bb1bd .tt { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.bb1bd .tt { opacity: 0; visibility: hidden; transition: all .5s ease; }
.bb1bd .tt.on {  position: relative; z-index: 999; opacity: 1; visibility: visible; }


.bb1x {
    padding-top: 5vw;
    padding-bottom: 5.5vw;
}

.bb1bt {
    font-size: 40px;
    color: rgb(220, 10, 17);
    font-family: "arial black", "avant garde";
    text-align: center;
    line-height: 56px;
}
.bb1flbt{
    text-align: center;
    margin-top: 50px;
}
.bb1flbt .b1 {
    
font-size: 30px;
    
padding-top: 0px;
    
font-weight: bold;
    
font-family: Arial;
    
color: rgba(41, 41, 41, 1);
    
line-height: 30px;
}
.bb1flbt .b2 {
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    font-family: Arial;
    color: rgba(169, 169, 169, 1);
    margin-top: 10px;
}
.bb1flbt .b3{
    width: 26px;
    height: 2px;
    margin: 0 auto;
    background: rgba(220, 10, 17, 1);
    margin-top: 22px;
}


.bb1nr {display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 35px;}
.bb1hd {
    width: 270px;
    margin-top: 20px;
}
.bb1hd li {
    position: relative;
    padding-left: 6%;
}
.bb1hd li .b1 {
    height: 60px;
    line-height: 60px;
    text-align: left;
    font-family: arial black, avant garde;
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    transition: all ease-in-out 0.3s;
}
.bb1hd li .b2 {
    width: 124px;
    height: 2px;
    position: absolute;
    left: 13%;
    background-color: rgba(153, 153, 153, 0.2);
    bottom: 5px;
    transition: all ease-in-out 0.3s;
}
.bb1hd li.on{}
.bb1hd li.on .b1{
    height: 100px;
    line-height: 100px;
    color: #000;
    transition: all ease-in-out 0.3s;
}
.bb1hd li.on .b2{
    bottom: 25px;
    background-color: #dc0a11;
    transition: all ease-in-out 0.3s;
}

.bb1bd {
    width: calc(100% - 270px);
}
.bb1fl {
    padding-left: 30px;
}
.bb1sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}
.bb1spz {
    width: 66.8%;
}
.bb1spz video{
    width: 100%;
    height: 100%;
	object-fit: cover; 
}

.bb1spz img {}
.bb1spy {
    width: 33.2%;
}
.bb1spy img {
    height: 100%;
    max-width: none;
}

.bb1cpzs {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(210px,1fr));
    gap: 17px;
    margin-top: 15px;
}
.bb1cpzs li {}
.bb1cpzs li .img {overflow: hidden;}
.bb1cpzs li .img img {
    width: 100%;
    transition: all ease-in-out 0.5s;
}
.bb1cpzs li:hover .img img {
    transform: scale(1.1);     transition: all ease-in-out 0.5s;
}

.bb1gd{
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}
.bb1gd a{
    display: block;
    width: 140px;
    height: 40px;
    line-height: 38px;
    transition: all 0.3s;
    background: rgba(220, 10, 17, 1);
    border: 1px solid transparent;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
}

.bb1gd a:hover{
    background: none;
    border: 1px solid rgba(220, 10, 17, 1);
    color: rgba(220, 10, 17, 1) !important;
}





.bb2x {
    position: relative;
}

.bb2ship {}
.bb2ship video {}

.bb2nr {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
}
.bb2xx {
    width: 61.83%;
    float: right;
}
.bb2jj {
    background: rgba(255, 255, 255, 0.61);
    padding: 3vw 43px;
    position: relative;
}
.bb2jj .b1 {
    font-size: 40px;
    color: rgb(220, 10, 17);
    line-height: 56px;
    font-weight: bold;
    font-family: "arial black", "avant garde";
    margin-bottom: 15px;
}
.bb2jj .b2 {
    color: rgb(41, 41, 41);
    font-size: 14px;
    font-family: Arial;
    line-height: 20px;
}
.bb2jj .b3 {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 38px;
    transition: all 0.3s;
    background: rgba(220, 10, 17, 1);
    border-color: rgba(220, 10, 17, 1);
    font-size: 12px;
    color: #fff;
    border:1px solid transparent;
    text-align: center;
    border-radius: 20px;
    float: right;
}

.bb2jj .b3:hover{
    background: none;
    border: 1px solid rgba(220, 10, 17, 1);
    color: rgba(220, 10, 17, 1) !important;
}



.bb2jj .b4 {
    position: absolute;
    top: 50%;
    border: 10px solid transparent;
    background: rgba(41, 41, 41, 1);
    width: 18px;
    height: 50%;
    right: 0;
    transform: translateY(-50%);
}

.bb2sz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.bb2sz li {
    width: 33.33%;
    text-align: center;
}
.bb2sz li+li{
	border-left: 1px solid #e3e3e3;
}

.bb2sz li .b1 {
    font-size: 40px;
    line-height: 36px;
    font-family: "arial black", "avant garde";
    font-weight: bold;
    color: rgb(220, 10, 17);
}
.bb2sz li .b1 s1 {
    font-size: 40px;
}
.bb2sz li .b1 s1.counter {}
.bb2sz li .b1 s2 {
    font-size: 18px;
}
.bb2sz li .b2 {
    font-size: 20px;
    color: #fff;
}









.bb3x {
    margin-top: -8px;
    position: relative;
}

.bb3img {
    overflow: hidden;
}
.bb3img img {
    width: 100%;
}

.bb3bt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 5.6vw;
    font-size: 40px;
    color: rgb(220, 10, 17);
    font-family: "arial black", "avant garde";
    text-align: center;
    line-height: 56px;

}





.bb4fl1 .swiper-wrapper{
    -webkit-transition-timing-function: linear ! IMPORTANT;
}
.bb4fl2 .swiper-wrapper{
    -webkit-transition-timing-function: linear ! IMPORTANT;
}
.bb4fl3 .swiper-wrapper{
    -webkit-transition-timing-function: linear ! IMPORTANT;
}
.bb4fl4 .swiper-wrapper{
    -webkit-transition-timing-function: linear ! IMPORTANT;
}





.w1440{
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 15px;
}
.bb4x {
    background-color: #292929;
    padding-top: 5.6vw;
    padding-bottom: 16.6vw;
}

.bb4nr {position: relative; margin-top: 30px; position: relative;}
.bb4fl {
    overflow: hidden;
}
.bb4fl li {}
.bb4fl li .img {
    overflow: hidden;
}
.bb4fl li .img img {
    width: 100%;
}
.bb4fl1{}
.bb4fl2{
    margin-top: 10px;
}



.bb5x{
    background-color: #fff;
}

.bb4fl4{
    margin-top: 10px;
}








.bbdb {
    background: #282828;
    padding-top: 42px;
}

.bbddh {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bbddh li {
    display: inline-block;
    vertical-align: middle;
    width: 16%;
    line-height: 40px;
}
.bbddh li a {
    font-size: 14px;
    font-family: Arial;
    color: #fff;
}

.bbdnr {}
.dbfl {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 30px;
    align-items: flex-start;
    margin-bottom: 38px;
}
.dbflz {
    margin-top: 20px;
}
.dbflz .b1 {
    font-weight: bold;
    font-size: 20px;
    color: rgb(220, 10, 17);
    font-family: Arial;
}
.dbflz .b2 {
    color: rgb(153, 153, 153);
    font-size: 14px;
    margin-top: 9px;
}

.dbflewm {
    max-width: 100px;
}
.dbflewm img {
    width: 100%;
}

.dbfly {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 430px;
    margin-top: 10px;
}
.dbfly li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 37px;
}
.dbfly li:nth-child(3){
	width: 100%;
}

.dbfly li .img {overflow: hidden;}
.dbfly li .img img {
    max-width: 100%;
}
.dbfly li .b1 {
    margin-left: 10px;
}

.bbdbxx{
    color: #4d4d4d;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.bbdbxx p{
    color: #4d4d4d;
    margin-bottom: 10px;
}
.bbdbxx a{
    color: #4d4d4d;
}






@media (max-width: 1440px) {  
    .w1440{
        max-width: 1230px;
    }
}


@media (max-width: 1230px) {  
    .w1440{
        max-width: 992px;
    }
    .w1200{max-width: 992px;}

    .bb1cpzs {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(21%, 1fr));
        gap: 10px;
    }

.bb2xx {
    width: 80.83%;
    float: right;
}

.dbflz .b1{
    font-size: 16px;
}
.dbflz .b2{
    font-size: 12px;
}
.dbfly li .b1{font-size: 12px;}
.dbfly{
    width: 373px;
}

.bb1bt{font-size: 32px;}
.bb2jj .b1{font-size: 32px;}
.bb3bt{font-size: 32px;}


}








@media (max-width: 992px) {  
.w1440{
    max-width: 992px;
    padding: 0 2%;
}

.home-banner .swiper-pagination1 {
    bottom: 5px;
}

.w1200{max-width: 992px; padding: 0 2%;}
.bbtby{display: none;}
.bbtbxx{
    height: 60px;
    line-height: 60px;
}
.bbtblogo {
    width: 55%;
}
.bb1hd li .b1{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.bb1hd li.on .b1{
	height: 70px;
	line-height: 70px;
}
.bb1hd li.on .b2{
	bottom: 14px;
}
.bb1hd li .b2{
	left: 50%;
    transform: translateX(-50%);
}	
.bb1spz {
    width: 100%;
}
.bb1spy {
    display: none;
}
.bb1cpzs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    gap: 10px;
}

.bb2xx {
    width: 100%;
    float: right;
}

.dbflz .b1{
    font-size: 16px;
}
.dbflz .b2{
    font-size: 12px;
}
.dbfly li .b1{font-size: 12px;}
.dbfly{
    width: 100%;
    margin-top: 25px;
}
.bb1x {
    padding-top: 30px;
    padding-bottom: 5.5vw;
}
.bb1bt{font-size: 16px;line-height: 25px;}
.bb2jj .b1{font-size: 18px;line-height: 25px;}
.bb3bt{font-size: 14px;top: 17px;line-height: 20px;}
.bb1hd{
    width: 100%;
    margin-top: 0;
}
.bb1hd li {
    position: relative;
    padding-left: 0%;
}
.bb2sz li .b1 s1 {
    font-size: 24px;
}
.bb2sz li .b1 s2{
	font-size: 12px;
}
.bb2sz li .b2 {
    font-size: 13px;
    color: #000;
    line-height: 20px;
}
.bb2sz li .b1{
	font-size: 24px;
	line-height: 18px;
}
	
.bb1nr{
    margin-top: 20px;
}
	
.bb1bd{
    width: 100%;
    margin-top: 30px;
}
.bb1fl {
    padding-left: 0px;
}

.bb1flbt{
    margin-top: 30px;
}
.bb1flbt .b1{
    font-size: 22px;
}

.bb2nr{
    position: relative;
    
}
.bb2jj{
    padding: 25px 2%;
    padding-right: 26px;
}
.bb2jj .b4{
    width: 6px;
    border: 2px solid transparent;
    height: 71%;
}
.bb2sz{
    margin-top: 20px;
    padding-bottom: 30px;
}

.bbddh{display: none;}

.bbdb{
    padding-top: 20px;
    padding-bottom: 80px;
}
.dbflz{
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
}
.dbfl{
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}


}













/* 内页css */
.nbaner {
    position: relative;
}

.nbaner .img {
    overflow: hidden;
}
.nbaner .img img {
    width: 100%;
}

.nbannr {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
}
.nbanxx {
    width: 358px;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 5.1%;
}
.nbanxx .b1 {
    line-height: 36px;
    font-family: "arial black", "avant garde";
    font-size: 36px;
    color: rgb(255, 255, 255);
    width: 100%;
}
.nbanxx .b2 {
    margin-top: 20px;
    margin-bottom: 2%;
}
.nbanxx .b2 img {
    max-width: 100%;
}



/* 关于我们 */





.p11x {
    position: relative;
    padding-top: 5.6vw;
    padding-bottom: 3.4vw;
}

.p11nr {}
.p11img {
    text-align: center;
}
.p11img img {
    max-width: 330px;
}

.p11sz {}
.p11sz li {
    padding: 10px 0;
}
.p11sz li+li{
    border-left: 2px solid rgba(220, 10, 17, 1);
}

.p11sz li .b2 {
    color: rgba(41, 41, 41, 0.984);
}

.p11fl {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.p11flz {
    width: 48%;
    position: relative;
}
.p11flz:before{
	content: '';
	background: url(//wm.cdn.cn86.cn/gbbhongchengfoil/2026/03/2e32fc7b5fdzjxzq.png) -2308px -845px no-repeat;
	font-size: 0;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
    opacity: 0;
}

.p11flz video {}
.p11fly {
    width: 49%;
    font-size: 16px;
    line-height: 20px;
    color: rgb(27, 27, 27);
}










.p12x {
    position: relative;
    background-color: #222;
}

.p12nr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 192px;
}
.p12nr li {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.p12nr li .img {}
.p12nr li .img img {
    max-width: 90px;
}
.p12nr li .p12wz {
    margin-left: 15px;
}
.p12nr li .p12wz .b1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 24px;
}
.p12nr li .p12wz .b2 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 24px;
}











.p13x {
    position: relative;
    padding-top: 5.6vw;

}


.p13bt {
    text-align: center;
}
.p13bt .b1{
    font-size: 40px;
    color: rgb(220, 10, 17);
    font-family: "arial black", "avant garde";
    text-align: center;
    line-height: 56px;
}
.p13bt .b2{
    background-color: rgba(41, 41, 41, 1);
    width: 26px;
    height: 2px;
    margin: 10px auto 0;
}

.p13nr1 {
    display: flex;   justify-content: space-between;  flex-wrap: wrap;
    margin-top: 25px;
}
.p13nr1 li {
    margin-bottom: 25px;
    width: 48%;
    position: relative;
}
.p13nr1 li .img {overflow: hidden;}
.p13nr1 li .img img {
    width: 100%;
}
.p13nr1 li .b1 {
    width: 100%;
    height: 30px;
    background-color: #000;
    color: #fff;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    z-index: 999;
    opacity: 0.7;
}

.p13nr2 {
    text-align: center;
    width: 67%;
    margin: 50px auto 5.3vw;
}
.p13nr2 img {
    width: 100%;
}













@media (max-width: 992px) {  
.bbtblogo img{
    max-height: 60px;
}
.nbanxx{display: none;}
.p11fl{
    display: block;
    margin-top: 0;
}
.p11flz{
	width: 100%;
}
.p11fly{
	width: 100%;
	margin-top: 15px;
}
.p12nr li .img img{
    max-width: 50px;
}
.p12nr li .p12wz{
	margin-left: 10px;
}

.p12nr li .p12wz .b1 {
    font-size: 12px;
    line-height: 19px;
}	
.p12nr {
    justify-content: center;
}
.p12nr li{
    width: 33.33%;
    flex-wrap: nowrap;
}
.p13bt .b1{
    font-size: 22px;line-height: 25px;
}

.p13nr1 li{
    width: 100%;
}

.p13nr2{
    width: 100%;
    margin: 22px auto 35px;
}


}







.cpny .bb1x{
    padding-top: 35px;
}





#anchor{display: none;}
.digood-sidebar-related{display: none;}
.aside-contact{display: none;}





.nbbz{
    width: 210px;
    float: left;
}
.nbby{
    width: calc(100% - 232px);
    float: right;
}

.left-title{
    background: #c40000;
    font-size: 16px;
    line-height: 45px; 
    padding: 0; 
    margin: 0;
    color: #fff; 
    padding-left: 10px;
}

.cpflmc{

}
.cate-list .list-title{
    color: #222;
    font-size: 14px;
    padding: 0px 7px;
    line-height: 44px;
    border-top: none;
    border-bottom: none;
    background-color: #f6f6f6;
    font-weight: normal;
}

.cate-list .category+.category{
    border-top: 1px dashed  #d1d1d1;
}

.product-cate {
    margin-top: 0px;
}
.cate-list .category span{display: none;}

#page-wrap {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
}

.cate-list .active{
    color: #c40000 !important;
}


.cpflmc{
	line-height: 45px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}
.cpflmc a{
	color: #c40000;
	font-size: 16px;
	padding-left: 20px;
	position: relative;
}
.cpflmc a:before{
	content: '';
	width: 5px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #c40000;
} 

.col-md-3{
    padding-left: 10px;
    padding-right: 10px;
}















/* 联系我们 */

.p21x {
    padding-top: 7vw;
}

.p21bt {
    text-align: center;
}
.p21bt .b1 {
    font-size: 24px;
    font-family: Arial;
    color: rgb(220, 10, 17);
    font-weight: bold;
}
.p21bt .b2 {
    color: rgb(6, 6, 7);
    font-family: -apple-system, blinkmacsystemfont, "helvetica neue", helvetica, "segoe ui", arial, roboto, "pingfang sc", miui, "hiragino sans gb", "microsoft yahei", sans-serif;
    font-size: 14px;
    margin-top: 15px;
}

.p21nr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
}
.p21z {
    background-color: #f6f6f6;
    width: 31.7%;
    padding: 50px 30px 30px 30px;
}
.p21zbt {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    padding-bottom: 15px;
    position: relative;
}
.p21zbt:before{
	content: '';
	width: 90%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #e3e3e3;
}


.p21zjj {
    position: relative;
    padding: 30px 0 15px;
}
.p21zjj:before{
	content: '';
	width: 90%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #e3e3e3;
}

.p21zewm {
    display: flex;
    align-items: center;
    margin-top: 25px;
    justify-content: center;
    gap: 15px;
}
.p21zewm li{
	text-align: center;
	width: 35%;
}

.p21zewm .img {
    width: 100%;
}
.p21zewm .img img {
    width: 100%;
    max-width: inherit;
}
.p21zewm .b1 {
    line-height: 34px;
    font-size: 14px;
    color: #666666;
}

.p21y {
    overflow: hidden;
    width: 67%;
}
.p21y p{
	margin: 0;
}








.p22x {
    margin-top: 7vw;
    margin-bottom: 3vw;
}

.p22nr{
    position: relative;
}






.blbxwbt{
    color: rgb(220, 10, 17);
    font-family: arial;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 35px auto 6vw;
}

.news-lists {}
.news-lists li a{
    display: flex;
    justify-content: flex-start;
    padding: 10px 10px !IMPORTANT;
    border: none;
    width: 100%;
    align-items: center;
}
.news-lists li .img{
    width: 21.5%;
}
.news-lists li .img img{}
.news-lists li .newswz{
    width: 78%;
    padding-left: 1%;
}
.news-lists li:hover h3{
    color: rgb(220, 10, 17);
}






@media (max-width: 1200px) {  
.p21z {
  
    padding: 50px 10px 20px 25px;
}


}



@media (max-width: 992px) {
.p21bt .b2{
    font-size: 12px;
    margin-top: 10px;
}
.p21z{
    width: 100%;
}
.p21y{
    width: 100%;
}
.nbbz{display: none;}
.nbby{
    width: 100%;
    padding: 0 5%;
}
.nav-tabs li {
    padding: 0px;
}

.news-lists li{
    display: block;
}
.news-lists li .img{
    width: 100%;
}
.news-lists li .newswz{
    width: 100%;
    padding-left: 0%;
}

.news-lists li .news-abstract{
    overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
}

.blbxwbt{
    margin: 15px auto 6vw;
}




}



.thumb-list{
    height: auto !important;
}








.zoomPad {
    position: relative;
}

.zoomWindow {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}

.zoomWrapper,
.zoomWrapperImage {
    width: 100% !important;
    height: 100% !important;
}

.zoomWrapperImage img {
    position: absolute;
}



.cpdt{
    position: relative;
    padding-left: 100px;

}

.thumb-list {
    position: absolute;
    width: 90px;
    overflow: hidden;
    height: 90% ! IMPORTANT;
    LEFT: 0;
    top: 5%;
}


.cpdt .swiper-button-prev,.cpdt .swiper-button-next{
    width: 90px;
    height: 20px;
    outline: none;
    margin-top: 0px;
}

.cpdt .swiper-button-prev{
    top: 0;
    left: 0;
    background: url(//wm.cdn.cn86.cn/gbbhongchengfoil/2026/03/d6228e775auzkscl.png)no-repeat center;
}
.cpdt .swiper-button-next{
    top: auto;
    bottom: 0;
    background: url(//wm.cdn.cn86.cn/gbbhongchengfoil/2026/03/20f6deeed60ybl8f.png)no-repeat center;
    right: auto;
    left: 0;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	display: none;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	display: none;
}





.picBox{
    padding-bottom: 100px;
}
.cpdtx{
    position: absolute;
    display: flex;
    align-items: center;
}


.cplll{
    border-bottom: 1px solid #eee;
    padding-bottom: 25px !important;
}



.cpycdh{float: left;margin-top: 4vw;}
.cpycdhxx{
    font-size: 14px;
    border: 1px solid #c40000;
}
.cpycdhxx p{
	margin: 0;
	padding: 7px;
	font-size: 16px;
	color: #c40000;
}

.cpxyy{
    width: 100%;
}








.page-content .page-left{
    display: none;
}
.page-content .pull-right{
	float: none;
	text-align: center;
}

.page-content{
    border: none;
}
.page-content .pagination > li > a,.page-content .pagination > li > span{
    border: none;
}

.page-content .pagination > .active > span{
    color: rgba(220, 10, 17, 1);
    background: none;
}

.page-content .pagination > li > a{
    color: #666666;
}





.service-view .service-list li.xfewm {
    position: relative;
    opacity: 1;
}


.service-view .service-list li.xfewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

.service-view .service-list li.xfewm .ewm-box img {
    max-width: 100%;
}

.service-view .service-list li.xfewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

.service-view .service-list li:hover.xfewm .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}






.service-view .service-list li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: 135px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    color: #fff;
    font-size: 14px;
}


.service-view .service-list li:hover.phone .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}




















/* 文字 */