.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 {
        position: absolute;
        right: 20px;
        top: -27px;
        display:none;
    }
}

.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;
    }
}



/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.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);
}

.max1500 {
    max-width: 1530px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1500 {
    max-width: 1530px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-wap {
    display: flex;
    justify-content: space-between;
}

.flex-cc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}




/*  */

.top-bb .top2 {
    height: 93px;
}

.logo {
   /* width: 10%;*/
}

.logo a {
    display: inline-block;
}

.logo img {
    max-height: 61px;
}

.topnav{margin-left:auto;}
.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center
}

.x-menu>li>a {
    display: block;
    font-size: 14px;
    color: #333333;
    height: 93px;
    line-height: 93px;
    font-weight: 600;text-transform:uppercase;position:relative;
}
.x-menu>li>a:before{content:"";width:100%;height:5px;background:#f1ab32;position:absolute;display: block;left:0;bottom:12px;opacity:0} 
.x-menu>li:hover>a:before{opacity:1;}


.x-menu>li>a .fa{font-size:18px;color:#000;}

.x-menu>li:hover>a {
    color: var(--main-theme-color) !important
}

.x-menu>li:hover>a .fa{  color: var(--main-theme-color) !important;}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 0
}

.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: var(--main-theme-color)
}

@media (min-width:1200px) {
    .x-menu>li {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:1440px) {
    .x-menu>li {
        margin-left: 28px;
        margin-right: 28px
    }
}

.service-view .service-list li.message {
    position: relative;
}

.service-view .service-list li.message h2 {
    position: absolute;
    font-size: 14px;
    top: 41px;
    padding: 5px;
    border-radius: 5px;
    background: rgba(173, 136, 190, 0.8);
    color: #fff;
    font-weight: normal;
    line-height: 21px;
    text-align: center;
    left: -6px;
}

.ttx {
    position: absolute;
    right: 100px;
    top: 0;
    line-height: 54px;
    color: #fff;
}

@media(max-width:992px) {
    .ttx {
        display: none;
    }

    .logo img {
        max-height: 45px;
    }
}

.header-top .share-foot a {
    border: none;
    margin: 11px 4px;
}

.header-top .share-foot a {
    color: #fff;opacity:.8;
}

.header-top .social-share .social-share-icon:hover {
    background: none;
    color: #fff;
}

.max-img-768 {
    display: none !important;
}

.container {
    max-width: 1503px;
    width: auto;
    position: relative;
}

.social-share .social-share-icon {
    height: 32px;
    line-height: 32px;
    margin: 11px 0px;
}

#header .header-top .language-group {
    top: 10px;
}

#header .navbar-collapse .navbar-nav.nav-style {
    padding-top: 0;
}

.social-share {
    padding-left: 0px;
}


/* banner */

.home-banner {
    position: relative;
    height: 100%;
}

.home-banner .swiper-slide {
    position: relative;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a img {
    display: block;
    width: 100%;
}

.home-banner .banner-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.banner-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    position: relative;
    margin-left: 30px;
    border: 2px solid #fff;
    border-color: transparent;
}

.banner-pagination .swiper-pagination-bullet:first-of-type {
    margin-left: 0;
}

.banner-pagination .swiper-pagination-bullet::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 1000px;
    position: absolute;
    top: 2px;
    left: 2px;
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #fff;
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background-color: #fff;
}

.home-banner .banner-button-prev,
.home-banner .banner-button-next {
    position: absolute;
    top: 50%;
    margin-top: -72px;
    width: 44px;
    height: 145px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 0;
    z-index: 9999;
}

.home-banner .banner-button-prev {
    left: 0;
    background: #232324 url(//wm.cdn.cn86.cn/cqcygjckmy/2025/10/a94a1a263ftqwfev.png) no-repeat center;
}

.home-banner .banner-button-next {
    right: 0;
    background: #232324 url(//wm.cdn.cn86.cn/cqcygjckmy/2025/10/90995c0eeex3pjhz.png) no-repeat center;
}


/* home-about */

.home-about {
    display: flex;
    justify-content: space-between;
    margin: 6.4% 0;
    position: relative;
}

.home-about-left {
    width: 48.8%;
    position: relative;
}

.home-about-left .video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;border-radius:10px;overflow:hidden;
}

.home-about-left .video img.hhahgn {
    visibility: hidden;
    width: 100%;
}

.home-about-left .video video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.home-about-left .vbtnx {
    width: 92px;
    height: 92px;
    background: url(//wm.cdn.cn86.cn/cqcygjckmy/2025/10/ee720b93c2vaisvn.png) no-repeat center center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

.home-about-right {
    width: 51.2%;
    background-color: #f6f6f6;
    padding: 4.6875vw 11.5416vw 4.6875vw 5.1875vw;
}

.home-about-right .pb11 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

p {
    margin: 0;
}

.home-about-right .pb11 h3 {
    font-size: 2.5vw;
    font-weight: 600;
    letter-spacing: 2px;
    color: #333333;
}

.home-about-right .pb11 .p1b1a {
    font-family: "Arial";
    font-size: 14px;
    color: #333333;
    margin-left: 99px;
    text-transform: uppercase;
    position: relative;
}

.home-about-right .pb11 .p1b1a span {
    position: relative;
    font-size: 14px;
    color: #333333;
    display: block;
    padding-top: 10px;
    margin-top: 5px;
}

.home-about-right .pb11 .p1b1a span::before {
    content: "";
    width: 44px;
    height: 4px;
    background-color: #feb900;
    position: absolute;
    top: 0px;
    left: -67px;
}

.home-about-right .pb22 {
    font-size: 14px;
    font-family: "Arial";
    line-height: 1.7;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #666666;
}

.home-about-right .pb22 p {
    margin-bottom: 0px;
}

.home-about-right .pb33 {
    display: flex;
    justify-content: center;
    align-items: center;width:90%;
}

.home-about-right .pb33 a {
    display: block;
    width: 44%;
    line-height: 55px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.7px;
    text-align: center;
    text-transform: uppercase;
}

.home-about-right .pb33 span {
    flex: 1;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #868686;
}

.home-about-right .pb33 a:first-child {
    color: #333;
    background-color: #f1ab32;border-radius: 16px;
}

.home-about-right .pb33 a:first-child:hover{color:#fff!important;}



.home-about-right .pb33 a:last-child {
    color: #fff;
    background-color: #333335;border-radius: 16px;
}





@media(max-width: 1440px) {
    .home-about-right {
        padding: 3.2vw 5.8vw 1vw 5.32vw;
    }

    .home-about-right .pb33 a {
        line-height: 40px;
    }
}

@media(max-width: 1200px) {
    .home-about-left .vbtnx {
        width: 60px;
        height: 60px;
        background-size: 60px 60px;
    }

    .home-about-right .pb11 h3 {
        font-size: 24px;
    }
}

@media(max-width: 992px) {

    .home-banner .banner-button-prev,
    .home-banner .banner-button-next {
        display: none !important;
    }

    .home-about-right .pb33 a {
        line-height: 35px;
        font-size: 12px;
    }
}

@media(max-width: 768px) {
    .home-about {
        flex-wrap: wrap;
    }

    .home-about-left {
        width: 100%;
    }

    .home-about-right {
        width: 100%;
        padding: 8vw 15px;
    }

    .home-about-left .vbtnx {
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
    }
}

@media(max-width: 767px) {
    .home-about-right .pb22 {
        font-size: 14px;
    }
}


/* home-number */

.home-number {
    background: url(//wm.cdn.cn86.cn/D8zmNCNSmN6wTmtR/2026/01/9d80e470d2bnhkr6.jpg) no-repeat center fixed;
    background-size: cover;padding:4.69vw 0 2.45vw;
}
.syht{width:50%;}
.syht .wz{color:#fff;text-transform:uppercase;font-size:1.61vw;font-weight:bold;line-height:1.58;}
.syht .mo{background-color: rgb( 241, 171, 50 );border-radius: 16px;width: 283px;line-height: 67px;text-align:center;color:#1a1b1d;font-size:25px;font-weight:bold;text-transform:uppercase;margin-top:2.45vw;}




.num-list {
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.num-list li {
    width: 25%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .6);
    padding: 5.8vw 0;
}

.num-list li:first-child {
    border-left: 1px solid rgba(255, 255, 255, .6);
}

.num-list li div {
    line-height: 1;
}

.num-list li div span {
    font-size: 60px;
    color: #fff;
    font-family: "Montserrat Light";
    font-weight: normal;
    padding-bottom: 15px;
    position: relative;
}

.num-list li div span::before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 6px;
    background: #feb900;
    content: "";
}

.num-list li p {
    color: #fff;
    font-size: 24px;
    font-family: "Segoe UI";
    padding-top: 20px;
    margin-top: 25px;
}

.num-list:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}




/* home-product */




.hz_ll {
    /* width: 50.1%; */
    width:30%;
}
.tb_ll{height:100%;}
.tb_ll li{width:100%;background:#f1ab32;border-radius: 16px;height:31.5%;}
.tb_ll li a{display:flex;align-items: center;justify-content: center;flex-direction:column;height:100%;}
.tb_ll li .wz{color:#333;font-size:1.56vw;text-transform:uppercase;}
.tb_ll li .mo{color:#333;font-size:14px;margin-top:14px;}
/* .tb_ll li:nth-child(2){background:#f1ab32;} */
.tb_ll li:nth-child(2) .wz{color:#fff;}
.tb_ll li:nth-child(2) .mo{color:#fff;}
.tb_ll li:nth-child(2){background:#333;}
/* .tb_ll li:nth-child(3) .wz{color:#333333;}
.tb_ll li:nth-child(3) .mo{color:#333333;} */
.tb_ll li{margin:2% 0;}






.vd{width:70%;}



.home-product {
    position: relative;
}

.title-home {
    position: relative;
    padding-top:4.6vw;
    padding-bottom: 1.5625vw;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 1.6vw;
}

.title-home h2 {
    margin-top: 0px;
    font-weight:bold;
    font-size: 3.125vw;
    color: #333333;
}

.title-home a {
    display: block;
    font-family: "Myriad Pro";
    font-size: 14px;
    color: #333333;
    margin-bottom: 7px;
}

.home-product-con {
    position: relative;
}

.home-product-con {

    position: relative;
    width: 49.9%;
    overflow: hidden;

}


.home-product-swiper {
    position: relative;
    overflow: hidden;
}

.home-product-swiper .swiper-slide {
    position: relative;
    text-align: center;
}

.home-product-swiper .swiper-slide a {
    display: block;
}

.home-product-swiper .swiper-slide .com-xx img {
    display: block;
    width: 100%;
}

.home-product-swiper .swiper-slide h4 {
    position: absolute;
    bottom: 1.5625vw;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.home-product-swiper .swiper-slide:hover h4 {
    color: #feb900;
}


.home-product-swiper .swiper-button-prev {
    height: 41px;
    width: 23px !important;
    background: none !important;
    font-family: MicrosoftYaHei;

    border-radius: 50%;

    letter-spacing: 0px;

    color: #ffffff;
    background: url(//wm.cdn.cn86.cn/cqcygjckmy/2025/10/a199801c2eoumkky.png) no-repeat center !important;
}







.home-product-swiper .swiper-button-next {
    height: 41px;
    width: 23px !important;
    background: none !important;
    font-family: MicrosoftYaHei;

    font-weight: normal;

    font-stretch: normal;

    letter-spacing: 0px;
    border-radius: 50%;

    color: #ffffff;
    background: url(//wm.cdn.cn86.cn/cqcygjckmy/2025/10/57499d7049snneqp.png) no-repeat center !important;
}







.home-product-swiper .swiper-button-next:after,

.home-product-swiper .swiper-button-prev:after {
    display: none
}





.home-product-swiper .swiper-button-prev {

    left: 60px;

}



.home-product-swiper .swiper-button-next {

    right: 60px;

}



.home-product-swiper .swiper-button-next,

.home-product-swiper .swiper-button-prev {

    outline: none;

    position: absolute;

    top: 50%;

    z-index: 9999;

    height: 41px;

    -webkit-transition: all .5s ease;

    transition: all .5s ease;
    margin-top: -22px;
}










/* product-cate */

.product-cate {
    position: relative;
}

.index-product-cate {
    position: relative;
    margin: 0px 0;
}

.index-product-cate .first {
    background-size: 100% 100% !important;
    height: 366px;
    margin: 0px 0;
    padding: 20px 15px;
    overflow: hidden;
    position: relative;
}

.index-product-cate .first0 {
    height: 524px;
    border-right: 1px solid #d8d9d8;
}

.pro-list0 {
    width: 32.7%;
}

.pro-list {
    position: relative;
    float: left;
    padding: 0;
}

.pro-list .first {
    position: relative;
}

.pro-list .first::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(69, 85, 185, .6);
    z-index: 99;
    content: "";
    opacity: 0;
}

.index-product-cate .first1 {
    height: 262px;
    border-top: 1px solid #d8d9d8;
    border-right: 1px solid #d8d9d8;
    border-bottom: 1px solid #d8d9d8
}

.pro-list1 {
    width: 16.6%;
}

.index-product-cate .first2 {
    height: 262px;
    border-right: 1px solid #d8d9d8;
    border-bottom: 1px solid #d8d9d8
}

.pro-list2 {
    position: absolute;
    bottom: 0;
    left: 32.7%;
    width: 16.6%;
}

.index-product-cate .first3 {
    height: 525px;
    border-top: 1px solid #d8d9d8;
    border-right: 1px solid #d8d9d8;
    border-bottom: 1px solid #d8d9d8
}

.pro-list3 {
    width: 16%;
}

.index-product-cate .first4 {
    height: 525px;
    border-top: 1px solid #d8d9d8;
    border-right: 1px solid #d8d9d8;
    border-bottom: 1px solid #d8d9d8
}

.pro-list4 {
    width: 34.7%;
}

.index-product-cate .first h3 {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    overflow: hidden;
    padding-bottom: 20px;
    width: 80%;
    height: auto;
    line-height: 30px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-transition: all .6s;
    z-index: 99;
}

.index-product-cate .first:hover h3 {
    bottom: 15%;
}

.index-product-cate .first1:hover h3,
.index-product-cate .first2:hover h3 {
    bottom: 30%
}

.index-product-cate .first h3 a {
    padding-left: 1.0416vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #feb900;
    font-weight: 600;
    font-size: 24px;
}

.index-product-cate .first h3 a:hover {
    color: #dbd9d9;
}

.index-product-cate .first .common-bg {
    font-size: 14px;
    padding-left: 1.0416vw;
    position: absolute;
    bottom: 5%;
    width: 74%;
    color: #fff;
    opacity: 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    z-index: 999;
}

.index-product-cate .first4 h3 a {
    display: block;
    text-align: center;
}

.index-product-cate .first:hover .common-bg {
    bottom: 6%;
    display: -webkit-box;
    opacity: 1;
}

.index-product-cate .first1:hover .common-bg,
.index-product-cate .first2:hover .common-bg {
    bottom: 12%;
}

.index-product-cate .first:hover::before {
    opacity: 1;
}


/* home-news */

.home-news {
    position: relative;
}

.index-news-con {
    position: relative;
    padding-bottom: 3.125vw;
}

.innews-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.innews-list li {
    position: relative;
    width: calc(50% - 30px);
    margin: 10px 15px 50px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.innews-list li .img-xw {
    position: relative;
    width: 38%;
}

.innews-list li .img-xw img {
    display: block;
    width: 100%;
}

.innews-list li .text-xw {
    position: relative;
    width: calc(100% - 38%);
    padding-left: 1.5625vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}

.innews-list li .text-xw .stime {
    font-size: 18px;
    color: #999999;
    font-weight: normal;
}

.innews-list li .text-xw .scommon a {
    padding-right: 2.60416vw;
    font-size: 16px;
    display: block;
    color: #666666!important;
    line-height: 1.7;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}



.innews-list li .text-xw .saa {
    position: relative;
    padding: 0.52083vw 3.125vw;
    line-height: 22px;
    background: #e2e2e2;
    color: #333333;
    font-size: 0.9375vw;
    text-align: center;
    text-transform: capitalize;border-radius: 12px;margin-bottom:1vw;
}

.innews-list li .text-xw:hover .saa {
    color: #fff!important;background:#333335;
}





/* foot */

.footer {
    display: block;
    background: #222222;
    position: relative;
}

.footer .foot-top {
    padding: 70px 0;
    align-items: flex-start;
}

.footer .foot-top .search {

    margin-top: 20px;


}


.footer .foot-top .search .input-group {

    vertical-align: top
}



.footer .foot-top .search .input-group .keyword {

    height: 40px;
    width: calc(100% - 126px);
    line-height: 40px;

    border: none;
    background: #e6e7ec;

}

.foot-bottom {
    background: #222222;
}

.foot-bottom .content {
    padding: 20px 0;
    line-height:24px;
    text-align: center;
}



.foot-bottom .content .copyright {
    color: #fff;display: flex;justify-content: center;flex-wrap:wrap;align-items: center; 
}

.foot-bottom .content .copyright a {
    color: #fff;
}

.foot-bottom .content .copyright span{margin-left:1vw;}


.foot-bottom .content .share-foot {
    text-align: right;
    margin-top: 0
}

.foot-bottom .content .share-foot a {
    border: none;
    margin: 0 4px
}

.foot-bottom .content .share-foot a:hover {
    background: #5e8d25;
    color: #fff
}

.foot-bottom .content a {
    color: #fff
}

.foot-bottom .content a:hover {
    color: #949494
}

.footer .foot-top .about-us {
    border-right: none;
}

.footer .foot-top .about-us .contact h2 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 40px;
    border-bottom: 2px solid rgba(230, 231, 236, 0.6);
    margin-bottom: 25px;
    text-transform: capitalize;
}

.footer .foot-top .contact-us h2 {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
    border-bottom: 2px solid rgba(230, 231, 236, 0.6);
    margin-bottom: 25px;
    text-transform: capitalize;
}
.tel{margin-top:44px;}
.contact2 {
    margin-top: 30px;
}

.footer .foot-top .about-us p:nth-of-type(1) {
    background: url(//wm.cdn.cn86.cn/cqcygjckmy/2025/10/f3dba8025eaeq19s.png) 0 5px no-repeat;
}

.footer .foot-top .about-us p:nth-of-type(2) {
    background: url(//wm.cdn.cn86.cn/cqcygjckmy/2025/10/6dc650e1430ithio.png) 0 50% no-repeat;
}

.footer .foot-top .about-us p:nth-of-type(3) {
    background: url(//wm.cdn.cn86.cn/cqcygjckmy/2025/10/cdc6daeae2fkmbwv.png) 0 50% no-repeat;
}

.footer .foot-top .about-us p {
    color: #fff;
    line-height:20px;
    font-size: 14px;
    padding-left: 30px;
    margin-bottom: 0;margin-top:14px;
}



.footer .foot-top .ftt-company {
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
}


/*  */
.nav1{margin-top:40px;}
.nav1 li {
    width: 50%;
    float: left;
    margin-right: 0;
}

.nav1 li a {
    padding: 0;
    display: block;
    line-height: 40px;
    text-indent: 30px;
    background: url(//wm.cdn.cn86.cn/cqcygjckmy/2025/10/fc453f35a1wz8z0r.png) no-repeat 0px;
    color: #fff!important;
    font-size: 14px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;font-weight:bold;
}

.nav1 li a:hover {
 /*   text-decoration: underline;*/
}



.footer .foot-top .sousuo h2 {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    border-bottom: 2px solid rgba(230, 231, 236, 0.6);
    margin-bottom: 25px;
    text-transform: capitalize;
    font-weight: normal;
}

.footer .foot-top .contact-us .wzdt {
    margin-top: 40px;
}

.footer .foot-top .contact-us .wzdt a {
    color: #fff;
}

.footer .foot-top .sousuo .er {
    margin-top: 60px;
    text-align: center;
}

.footer .foot-top .contact-us .xx {
    color: #fff;
}

.footer .foot-top .sousuo .keywords {
    color: #c5c7cf;
    font-size: 14px;
}

.footer .foot-top .search .input-group .btn-default {

    width: 126px;

    height: 40px;

    background: #ffba00;

    border: none;

    color: #000000;

    font-weight: normal;

    font-size: 14px;

    text-transform: uppercase;
    border-radius: 0;border-bottom-right-radius:.25rem;
   border-top-right-radius:.25rem;

}



.aside-contact {
    background: #272c4c !important;
}


@media (max-width: 1200px) {
    .home-about-right .pb11 .p1b1a span::before {
        display: none;
    }

    .num-list li div span {
        font-size: 18px;
    }

    .num-list li p {
        font-size: 16px;
    }

    .index-product-cate .first0 {
        height: 440px;
    }

    .index-product-cate .first1 {
        height: 220px;
    }

    .index-product-cate .first2 {
        height: 220px;
    }

    .index-product-cate .first3 {
        height: 440px;
    }

    .index-product-cate .first4 {
        height: 440px;
    }

    .bb1z li .bb1wz h2 {
        font-size: 12px;
        line-height: 18px;
    }

    .bb1z li .bb1wz {
        padding: 0 2%;
    }

    .searchbox {
        display: none;
    }

    .home-about-right {
        padding: 2.2vw 2.8vw 1vw 4.32vw;
    }

    .home-about-right .pb22 {
        padding-right: 5%;
        margin-bottom: 15px;
    }

    .home-about-right .pb11 {
        margin-bottom: 15px;
    }

    .home-about-right .pb11 .p1b1a {
        line-height: 20px;
    }

    .num-list li div span {
        font-size: 16px;
    }

    .num-list li p {
        font-size: 14px;
        padding-top: 36px;
    }

    .num-list li div span::before {
        margin-left: -25px;
        width: 50px;
        height: 4px;
    }

}

/* */

@media (max-width: 992px) {
    .nav1 li a {
        font-size: 12px;
        text-indent: 20px;
    }

    .home-product-swiper .swiper-slide h4 {
        bottom: 15px;
        font-size: 14px;
    }

    .num-list {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .num-list li {
        width: 49%;
        margin-bottom: 20px;
        border: none !important;
    }

    .num-list li div span {
        font-size: 30px;
    }

    .num-list li p {
        font-size: 18px;
    }

    .num-list li div span::before {
        margin-left: -30px;
        width: 60px;
        height: 3px;
    }

    .pro-list0,
    .pro-list1,
    .pro-list2 {
        width: 50%;
    }

    .pro-list2 {
        position: relative;
        left: auto;
        border-bottom: 1px solid #ddd;
    }

    .index-product-cate .first {
        margin: 0;
    }

    .pro-list3 {
        width: 32.1%;
    }

    .pro-list4 {
        width: 67.9%;
    }

    .index-product-cate .first1,
    .index-product-cate .first2 {
        height: 220px;
    }

    .innews-list li {
        width: calc(100% - 0px);
        margin: 10px 0px 30px 0px;
    }

    .innews-list li .text-xw {
        padding-left: 15px;
    }

    .innews-list li .text-xw .stime {
        font-size: 15px;
    }

    .innews-list li .text-xw .saa {
        font-size: 14px;
    }

    .title-home {
        padding-top: 40px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .title-home h2 {
        font-size:21px;
    }

    .footer .foot-top .about-us .contact h2 {
        width: 100%;
    }

    .footer .foot-top .contact-us {
        margin-left: 0px;
    }

    .footer .foot-top .sousuo {
        margin-left: 0px;
    }
}

@media (max-width: 780px) {
    .num-list li div span {
        font-size: 22px;
    }

    .num-list li p {
        font-size: 14px;
    }

    .index-product-cate .first0,
    .index-product-cate .first4 {
        height: 300px;
    }

    .pro-list0 {
        width: 100%;
    }

    .pro-list3 {
        display: none;
    }

    .pro-list4 {
        width: 100%;
    }

    .max-img-100 {
        display: none !important;
    }

    .max-img-768 {
        display: inline-block !important;
    }

    .footer .foot-top .contact-us {
        padding: 0px 15px;
        margin-left: 0px;
    }

    .footer .foot-top {
        padding: 30px 0px;
    }

    .index-product-cate .first0 {
        border-bottom: 1px solid #d8d9d8;
    }

    .index-product-cate .first h3 a {
        font-size: 18px;
    }

    .index-product-cate .first h3 {
        padding-bottom: 30px;
    }

    .footer .foot-top .contact-us {
        margin-left: 0;
    }

    .footer .foot-top .sousuo {
        margin-left: 0%;
    }
}


.flexf{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flexs{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.flexd{display: flex;justify-content: space-between;align-items:flex-end;flex-wrap:wrap;}
.bold{font-weight:bold;}
.oh{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.upc{text-transform:uppercase;}
.bcg{background-size:100% 100%;}


/* .cp1{display: flex;flex-wrap: wrap;margin: 0 -15px;} */
.cp1 li{position: relative;/*width: calc(20% - 30px);margin:0 15px 40px;*/border-radius:12px;border:1px solid #e4e4e4;overflow:hidden;}
.cp1 li .img img{width:100%;display:block;}
.cp1 li .det{border-top:1px solid #e4e4e4;padding:17px 12px;}
.cp1 li .wz{color:#333333;font-size:16px;line-height:22px;height:44px;overflow:hidden;}
.cp1 li .wz2{color:#707070;font-size:12px;margin:5px 0 8px;}
.cp1 li .price{color:#393838;font-size:14px;}
.cp1 li .price strong{color:#dd0000;font-size:22px;}
.mySwiper{overflow:hidden;}



.cp1f{display: flex;flex-wrap: wrap;margin: 0 -15px;}
.cp1f li{width: calc(20% - 30px);margin:0 15px 40px;}









/*产品详细页*/
.product-detail11{margin-top:4.06vw;}
.cp11{margin-top:1.1vw;}
.poorder{display:none;}
.xqbt{color:#000000;font-size:36px;font-weight:bold;line-height:1.1;margin-bottom:30px;}
.cpxqbox2{margin-top:5.21vw;}
.cpxqbox2 .cont{border:1px solid #ededed;}
.cqxin2{display: flex; justify-content: space-between;flex-wrap:wrap;padding:30px 0 40px;}
.cqxin2 li{width:33%;padding-left:6%; line-height: 2;}
.cqxin2 li+li{border-left:1px dashed #b8b8b8;}
.cqxin2 li:nth-of-type(4),.cqxin2 li:nth-of-type(7) { border-left: none; }
.cqxin2 li .wz{color:#b8b8b8;font-size:18px;}
.cqxin2 li .wz p+p{margin-top:1vw;}
.cpxqbox3{margin:3.96vw 0;}





.cpyb{padding:0 4%;}
.picBox .zoomPad img{border-radius:6px;}
.thumb-list li img{border-radius:3px;}
.cqxin{background:#f8f9fc;margin:1.86vw 0 15px;padding:10px 0;}
.cqxin li{width:25%;padding:0 13px;}
.cqxin li+li{border-left:1px solid #e6e6e6;}
.cqxin li .a1{color:#5d5d5d;font-size:14px;}
.cqxin li .a2{color:#000000;font-size:18px;font-weight:bold;}
.cqxinaa{background:#f8f9fc;padding:8px 13px;}
.cqxinaa li .bb1{color:#5d5d5d;font-size:14px;}
.cqxinaa li .bb2{color:#000000;font-size:18px;font-weight:bold;line-height:1.4;}
.jiag{border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;padding:12px 13px;display: flex;align-items: center;flex-wrap: wrap;margin-top:1.77vw;}
.jiag li .wz{color:#393838;font-size:14px;text-align:center;border-radius: 5px;background-color: rgb( 248, 249, 252 );width: 87px;line-height: 28px;margin-bottom:10px;}
.jiag li.li11 .wz2{color:#dd0000;font-size:1.82vw;font-weight:bold;line-height:1;}
.jiag li.li22 .wz2{color:#393838;font-size:25px;line-height:1;}
.jiag li+li{margin-left:5.2vw;}
.cpxylj{margin-top:2.86vw;}
.cpxylj a{width:48%;text-align:center;border-radius: 6px;line-height: 52px;display:block;text-transform:uppercase;font-size:16px;}
.cpxylj a.inquiry{text-align:center;padding:0;background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333335), to(#333335));background: linear-gradient(180deg, #333335 0, #333335);color:#fff!important;margin-top:0;}
.cpxylj a.inquiry1{background:#f1ab32;color:#000000!important;}

.pxqzz{width:48%;}
.pxqyy{width:47%;margin-top:1.66vw;}








@media(max-width: 1440px) {
    .pc-navbar li {
        margin: 0 1vw;
    }
    .logo{width:21%;}
    .home-about-right .pb11{margin-bottom:1vw;}
    .syht .mo{font-size:21px;width:250px;line-height:55px;}
    .cp1 li .price strong{font-size:18px;}
    .cp1f{margin: 0 -10px;margin-top:15px;}
    .cp1f li{width: calc(20% - 20px);margin:0 10px 25px;}
    .detail-list-item h1,.xqbt{font-size:29px;}
    .jiag li.li22 .wz2{font-size:21px;}
    .cqxin2 li .wz{font-size:16px;}
}



@media(max-width: 1200px) {

    /* .hz_ll {
        width: 100%;
        float: left
    }

    .home-product-con {
        width: 100%
    } */
    .searchbox {
        display: none;
    }

    .top-bb .top2 {
        height: 70px;
    }
    .detail-list-item h1,.xqbt{font-size:24px;}
    .jiag li.li22 .wz2{font-size:18px;}
    .cqxin2 li .wz{font-size:14px;}
    .cpyb{padding:0;}
}

@media(max-width:1024px) {
 .logo{width:30%;}
 .syht .wz{font-size:20px;}
 .syht .mo{font-size: 18px;width: 186px;line-height: 46px;}
 .tb_ll li{/*height:auto;*/padding:25px 10px;}
 .tb_ll li .mo{margin-top:2px;}
 .innews-list li .text-xw .saa{font-size:13px;margin-bottom:0;}
 .innews-list li .text-xw .scommon a{font-size:14px;line-height:1.5;}
 .innews-list li .text-xw .stime{font-size:16px;}
 .cqxinaa li .bb2{font-size:16px;line-height:23px;}
 .cqxin li .a2{font-size:16px;}
}


@media(min-width: 992px) {
    .foot-col4 {
        width: 33.33333333%;
    }

    .foot-col3 {
        width: 346px;
    }

    .sousuo {
        width: 433px;
    }

}

@media(max-width: 768px) {
 .syht .wz{font-size:18px;}
 .home-number{padding:45px 0;}
 .syht .mo{font-size:16px;margin-top:18px;}
 .tb_ll li .wz{font-size:16px;}
 .footer .foot-top .contact-us{display:none;}
 .contact2,.tel{margin-top:0;}
 .footer .foot-top{width:100%;}
 .footer .foot-top .about-us,.footer .foot-top .sousuo{width:100%;}
 .logo{width:45%;}
 .home-number{background: url(//wm.cdn.cn86.cn/cqcygjckmy/2025/12/30e2f02470iib9n3.jpg) no-repeat;}
 .cp1f li{width: calc(50% - 20px);margin:0 10px 25px;}
 .pxqzz{width:100%;}
.pxqyy{width:100%;margin-top:25px;}
.jiag li.li11 .wz2{font-size:20px;}

}




@media(max-width:640px) {
 .logo{width:60%;}
 .syht{width:100%;}
 body{padding-bottom:70px;}
 .innews-list li{flex-wrap:wrap;}
 .innews-list li .img-xw{width:100%;}
 .innews-list li .text-xw{width:100%;padding-left:0;margin-top:15px;display:block;}
 .innews-list li .text-xw .scommon{margin:10px 0;}
  .cp1f li{width: calc(100% - 20px);margin:0 10px 20px;}
  .cqxin li{width:50%;margin:5px 0;}
  .cqxin li:nth-child(3){border-left:none;}
  .jiag li.li22 .wz2{font-size:16px;}
  .cpxylj a{font-size:14px;line-height:43px;}
  .cqxin2 li{width:100%;padding:15px;}
  .cqxin2 li+li{border-top:1px dashed #b8b8b8;border-left:none;}
  .cqxin2{padding:11px 0;}
  .xqbt{margin-bottom:22px;}
  .cpxqbox3{margin:25px 0;}
  .hz_ll,.vd{width:100%;}
  .tb_ll li{height:auto;}

}