.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;
    }
}

.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: 25%;
}

.logo a {
    display: inline-block;
}

.logo img {
    max-width: 100%;
}


.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center
}

.x-menu>li>a {
    display: block;
    font-size: 13px;
    color: #333333;
    height: 93px;
    line-height: 93px;
    font-weight: 600
}

.x-menu>li:hover>a {
    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: 22px;
        margin-right: 22px
    }
}

.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;
}

.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: #272c4c url(//wm.cdn.cn86.cn/juze/2025/10/a94a1a263ftqwfev.png) no-repeat center;
}

.home-banner .banner-button-next {
    right: 0;
    background: #272c4c url(//wm.cdn.cn86.cn/juze/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;
}

.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/juze/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: #f2f3f8;
    padding: 4.6875vw 11.5416vw 4.6875vw 9.6875vw;
}

.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;
}

.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: #ed7902;
}

.home-about-right .pb33 a:last-child {
    color: #fff;
    background-color: #272c4c;
}

@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/juze/2025/10/e4b4761894x9fy4k.png) no-repeat center fixed;
    background-size: cover;
}

.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%;
    padding: 0 40px;
}

.hh-list li {
    width: 50%;
    float: left
}

.hh-list li img {
    width: 100%
}



.home-product {
    position: relative;
}

.title-home {
    position: relative;
    padding-top: 6vw;
    padding-bottom: 1.5625vw;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 1.6vw;
}

.title-home h2 {
    margin-top: 0px;
    font-weight: normal;
    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/juze/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/juze/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: 14px;
    font-weight: bold;
    display: block;
    color: #666666;
    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: #feb900;
    color: #333333;
    font-size: 0.9375vw;
    text-align: center;
    text-transform: capitalize;
}

.innews-list li .text-xw .scommon:hover a {
    color: #3845b2;
}


/* foot */

.footer {
    display: block;
    background: #272c4c;
    position: relative;
}

.footer .foot-top {
    padding: 70px 0;
    align-items: flex-start;
}

.footer .foot-top .search {

    margin-top: 20px;
    margin-bottom: 20px;


}

.tel {
    margin-left: 30px;
}


.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: #272c4c;
}

.foot-bottom .content {
    padding: 20px 0;
    line-height: 32px;
    text-align: center;
}

.foot-bottom .content .copyright {
    color: #fff
}

.foot-bottom .content .copyright a {
    color: #fff;
}

.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;
}

.contact2 {
    margin-top: 30px;
}

.footer .foot-top .about-us p:nth-of-type(1) {
    background: url(//wm.cdn.cn86.cn/juze/2025/10/f3dba8025eaeq19s.png) 0 50% no-repeat;
}

.footer .foot-top .about-us p:nth-of-type(2) {
    background: url(//wm.cdn.cn86.cn/juze/2025/10/6dc650e1430ithio.png) 0 50% no-repeat;
}

.footer .foot-top .about-us p:nth-of-type(3) {
    background: url(//wm.cdn.cn86.cn/juze/2025/10/cdc6daeae2fkmbwv.png) 0 50% no-repeat;
}

.footer .foot-top .about-us p {
    color: #c5c7cf;
    line-height: 37px;
    font-size: 14px;
    padding-left: 30px;
    margin-bottom: 0;
}

.footer .foot-top .ftt-company {
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
}


/*  */

.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/juze/2025/10/fc453f35a1wz8z0r.png) no-repeat 0px;
    color: #ffbb00;
    font-size: 14px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.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: #333333;

    font-weight: bold;

    font-size: 14px;

    text-transform: uppercase;
    border-radius: 0;

}



.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: 18px;
    }

    .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%;
    }
}

@media(min-width: 992px) {
    .foot-col4 {
        width: 33.33333333%;
    }

    .foot-col3 {
        width: 346px;
    }

    .sousuo {
        width: 433px;
    }
}

@media(max-width: 1200px) {
    .searchbox {
        display: none;
    }

    .top-bb .top2 {
        height: 70px;
    }
}

@media(max-width: 1430px) {
    .pc-navbar li {
        margin: 0 1vw;
    }
}



@media(max-width: 1200px) {

    .hz_ll {
        width: 100%;
        float: left;
        padding: 0 2vw;
    }

    .home-product-con {
        width: 100%
    }

}