.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;
    }
}






/*æ ·å¼*/
.wh{max-width: 1420px;margin:0 auto;padding:0 10px}


.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}

.flex_b{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}


.flex_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    }




.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}






.head_11{background:#fff;height:135px;width: 100%;transition: all .3s;}
.logo_a{line-height: 135px;}
.logo_a img{max-width: 100%;}


.scroll{position: fixed;width: 100%;left:0px;z-index: 9999;}





.language-group .btn{color:#666666;text-transform: uppercase;}


.wh22{width: 92%;margin:0 auto;}


.head_2{width: 78.14%;}



.tou_ll li{margin:0 6px}
.tou_ll li a.img{display: block;width: 28px;}
.tou_ll li a.img img{max-width: 100%;}





/* å¯¼èˆªæ ·å¼ */
.x-menu {
    width:calc(100% - 330px);
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.x-menu > li {
    /* width: 15%; */
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
}

.x-menu > li > a {
    font-size: 16px;
    color: #222222;
    line-height: 105px;
    display: block;
}

.x-menu > li:hover > a {
    color: #c80d13;
}

.x-menu > li.active > a {
    color: #c80d13;
}



.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transform: translateX(-50%);
}


.x-menu > li:nth-child(2) .x-sub-menu li a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
}


.x-menu > li:nth-child(2) .x-sub-menu{min-width: 250%;}


.x-menu > li:nth-child(2) .x-sub-menu >div {display: flex;}
.x-menu > li:nth-child(2) .x-sub-menu >div li { flex: 1; }
.x-sub-menu {
    position: absolute;
    z-index: 999;
    min-width: 100%;
    left: 50%;
    top: 105px;
    background: #fff;
    border-radius: 0px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transform: translateX(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
    white-space: nowrap;
}

.x-sub-menu > li > a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;display: none;
}


/* .lastli{position: relative;} */
.so {
    width: 30px;
    cursor: pointer;
}

.so img {
    max-width: 100%;
    max-height: 25px;
}

.ss {
    display: none;
    position: absolute;
    left: 0;
    top:135px;
    width:100%;
    z-index: 999;
    background: #e80008;
	padding: 16px 0;
}


.ss input {
    outline: none;
    line-height: 40px;
    width: 258px;
    background: none;
    background: #fff;
    font-size:16px;
    color: #fff;
    float:right;
    /* background:url(//wm.cdn.cn86.cn/gooogle/2025/11/3e5c3c70cdplepfj.png) no-repeat center center; */
    background:#ff6d34;border-radius: 5px;
}




.ss #keyword {
	width: calc(100% - 278px);
    background: #fff;
	color: #333;
	font-size: 16px;padding-left:15px;
    float: left;border-radius: 5px;
}


.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;
}




@media (max-width: 1280px) {
.x-menu > li > a{font-size: 16px;}
  }




/* é¦–é¡µbanneræ ·å¼ */
.x-banner .owl-carousel {
    position: relative;
}

.x-banner .owl-carousel .banner-item a {
    display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover, .x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: #000;
}

.x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}



@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }

}





.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
}

.x-banner .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
    margin: 0 8px;
    outline: none;
    border: none;
    width: 66px;
    height: 5px;
    font-weight: 700;
    line-height: 5px;
    color: #fff;
    text-align: left;
    text-indent: -30px;
    position: relative;
    background: rgba(255, 255, 255, .5)
}

.x-banner .owl-carousel .owl-dots .owl-dot span {
    display: block;
    background: #c50007;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    bottom:0;
}



.x-banner .owl-carousel .owl-dots .owl-dot:hover {
}

.x-banner .owl-carousel .owl-dots .owl-dot.active span {
    animation: mymove 7.999s linear infinite;
    -webkit-animation: mymove 7.999s linear infinite;
}

.x-banner .owl-carousel .owl-dots .owl-dot.active{font-size: 0px;font-weight: 400;}
.x-banner .owl-carousel .owl-dots .owl-dot.active{width: 220px;height:5px;background: rgba(255, 255, 255, .5);}



@keyframes mymove {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}










/* c2_index */



.c2_index {

    position: relative;

    padding: 3.5vw 0;background:#f7f7f7;
}





.c2_wap {

    position: relative;

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;margin-top: 35px;

}





/* left */



.c2_con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 415px;
    width: 66.625%;
    overflow: hidden;

}



.swiper {
    width: 100%;
    height: 100%;
}



.swiper-slide img {

    display: block;

    width: 100%;

    height: 100%;

    cursor: pointer;

}



.mySwiper2 {
    height: 100%;
    width: calc(100% - 270px);

}

.mySwiper {
    height: 100%;
    width: 253px;

}


.mySwiper .swiper-slide {
    width: 100%;
    height: 100%;
    opacity: 1;
    display: flex;
    justify-content: space-between;
}



.mySwiper .swiper-slide-thumb-active {

    opacity: 1;

}



.lle_img {
    position: relative;
    width: 100%;
}



.c2_con .swiper-pagination {
    position: absolute;
    left: auto!important;
    right: 0px!important;
    bottom: 10px!important;
    top: auto!important;
    transform: none!important;
    width: 200px;
    overflow: hidden;
    height: 40px;

}



.c2_con .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #cccccc;
    opacity: 1;
    background: none;
    display: inline-block!important;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin: 0 5px!important;

}



.c2_con .swiper-pagination .swiper-pagination-bullet-active {
    background: #17a7f2;
    border-color: #17a7f2;   color: #fff;    opacity: 1;

}





/*  */



.c2_con_right {

    position: relative;

    width: 31.25%;

}



.c2_con_right .llr_text {

    width: 100%;

    position: relative;

    padding: 0 20px;

}



.c2_con_right .llr_text h3 {
    margin: 0;
    font-size: 24px;
    color: #424241;
    margin-bottom: 10px;
}



.c2_con_right .llr_text h2 {
    margin: 0;
    font-size: 36px;
    color: #424241;
    margin-bottom: 1.125vw;

}



.c2_con_right .llr_text .ias {
    font-size: 18px;
    color: #666666;
    line-height: 25px;
    margin-bottom: 25px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;font-weight: 400;

}



.c2_con_right .llr_text a {
    display: block;
	width: 160px;
	height: 52px;
	border-radius: 5px;
	border: solid 1px #17a7f2;
    text-align: center;
    font-size: 18px;
    color: #17a7f2;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;line-height: 52px;text-transform: uppercase;

}

.c2_con_right .llr_text a:hover {
    background: #17a7f2;
    border-color: #17a7f2;
}






/* 6ä¸ªäº§å“ */


.neirr{
    background: #fff;
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
}
.cpptyty{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.cpptyty li{
    width: 32%;
    margin-bottom: 2%;
}
.cpptyty_b{
    font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 75px;
	letter-spacing: 0px;
	color: #424241;
    background: #f7f7f7;
    box-sizing: border-box;
    padding-left: 2%;text-transform: uppercase;
}

.cpptyty_img img{
    width: 100%;
    height: auto;
}


.cpptyty li:hover .cpptyty_b{	color: #fff;
    background: #17a7f2;}






/* Exploring Waterproofing Solutions */

.ly{background: url(//wm.cdn.cn86.cn/gooogle/2025/11/438f692382nigwm5.png) no-repeat 50% 50%;padding: 66px 0;background-size: cover;}





/* about */
.abneig{
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 5.5vw 0;
    overflow: hidden;
}

.assnfghtle{
    width: 47%;
}

.assnfghtrt{
    width: 50%;
}
.assnfghtrt img{
    width: 100%;
    height: auto;
}

.assnfghtle_a{
    font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #424241;
}


.assnfghtle_b{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #424241;
    box-sizing: border-box;
    padding: 3% 0;
}


.assnfghtle_c{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #17a7f2;
    width: 161px;
	height: 53px;
	border-radius: 5px;
	border: solid 1px #17a7f2;text-align: center;
}
.assnfghtle_c a{
    color: #17a7f2!important;text-align: center;text-transform: uppercase;
}







/* c3_index */



.c3_index {

    position: relative;

    background: #fff;

    padding: 50px 30px;

    padding-top: 90px;

    border-bottom: 1px solid #e5e5e5;

}



.c3_tit {

    position: relative;

    margin-bottom: 20px;

}



.c3_tit span {

    display: block;

    color: #424241;

    font-size: 32px;

    text-transform: uppercase;

    font-weight: bold;

}



.c3_con {

    position: relative;margin-top: 30px;

}



.c3_list_aa {

    position: relative;

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    margin: 0 -10px;

}



.c3_list_aa li {

    width: calc(25% - 20px);

    margin: 0 10px 20px 10px;

    position: relative;

}



.c3_list_aa li .aimg {

    position: relative;

}



.c3_list_aa li .aimg img {

    display: block;

    width: 100%;

}



.c3_list_aa li .cont2 {

    position: relative;

}



.c3_list_aa li .cont2 h3 {
    font-size: 24px;
    color: #424241;
    font-weight: 600;line-height: 30px;overflow: hidden;margin: 10px 0;height:30px;

}



.c3_list_aa li .cont2 span {
    font-family: "Myriad Pro";
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 20px;height:72px;overflow: hidden;

}


.c3_list_aa li .cont2 a {

    display: block;

    font-size: 18px;

    color: #666666;

    width: 160px;

    line-height: 50px;

    border: 1px solid #666666;

    border-radius: 5px;

    text-align: center;

    transition: all .5s ease;text-transform: uppercase;

}



.c3_list_aa li .cont2 a:hover {
    border-color: #17a7f2;
    background: #17a7f2;
    color: #fff!important;

}








/* åˆ‡æ¢ */
.bossgoo-index-discover1{
    width: 100%;
}
/* .discover1-span{
    width: 100%;
    height: 0;
    padding-bottom: 26%;
    position: relative;
} */

/* å¤§å±å¹• å¼€å§‹ */
.bossgoo-index-discover1 .discover1-box1{
    width: 100%;
    height: 500px;
}
.bossgoo-index-discover1 .discover1-box1-swiper,
.bossgoo-index-discover1 .discover1-box1-swiper .swiper-wrapper .swiper-slide img{
    height: 500px;
}
.bossgoo-index-discover1 .discover1-box1-swiper .swiper-wrapper .swiper-slide img{
    width: 100%;
    display: block;
    object-fit: cover;
}
.bossgoo-index-discover1 .discover1-box{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
}
.bossgoo-index-discover1 .discover1-box-bottom{
    padding: 20px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: rgba(0, 65, 152, .4);
}
.bossgoo-index-discover1 .discover1-box-shade{
    width: 100%;
    height: 100%;
    background: var(--themeColor);
    opacity: 0.35;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.bossgoo-index-discover1 .discover1-box-bottom-title{
    color: #fff;
}
.bossgoo-index-discover1 .discover1-box-bottom-title span{
    font-size: 26px;
    color: #fff;
    text-transform : uppercase;
    position: relative;
    font-family: var(--fontRegular);
    font-weight: bold;
}
.bossgoo-index-discover1 .discover1-box-bottom-text{
    font-size: 16px;
    color: #fff;
    position: relative;
    font-family: var(--fontRegular);
}
.bossgoo-index-discover1 .discover1-hover .discover1-box{
    width: 100%;
    background: transparent;
}
.bossgoo-index-discover1 .discover1-hover .discover1-box .discover1-box-bottom{
    display: block;
}


.bossgoo-index-discover1 .dis-box1-prev,.dis-box1-next{
    position: absolute;
    width: 3%;
    height: 100%;
    background: var(--themeColor);
    z-index: 30;
    top: 0;
    opacity: .5;
    cursor: pointer;
    display: none;
}
.bossgoo-index-discover1 .dis-box1-prev i,.dis-box1-next i{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    color: #fff;
}
.bossgoo-index-discover1 .dis-box1-prev{
    left: 0;
}
.bossgoo-index-discover1 .dis-box1-next{
    right: 0;
}
/* å¤§å±å¹• ç»“æŸ */

/* å°å±å¹• 767pxä»¥ä¸‹ å¼€å§‹ */
.bossgoo-index-discover1 .discover1-box2{
    display: none;
}
.bossgoo-index-discover1 .discover1-box2 .discover1-box2-swiper .swiper-slide img{
    width: 100%;
    display: block;
    /* max-height: 450px; */
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.bossgoo-index-discover1 .discover1-box2 .discover1-box2-swiper .swiper-slide .discover1-box-bottom{
    display: block;
}
.bossgoo-index-discover1 .discover1-box2-swiper .discover1-box2-prev,
.bossgoo-index-discover1 .discover1-box2-swiper .discover1-box2-next{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    height: auto;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bossgoo-index-discover1 .discover1-box2-swiper .discover1-box2-prev{
    left: 0;
    background-image: none;
}
.bossgoo-index-discover1 .discover1-box2-swiper .discover1-box2-next{
    right: 0;
    background-image: none;
}
.bossgoo-index-discover1 .discover1-box2-swiper .discover1-box2-prev::after,
.bossgoo-index-discover1 .discover1-box2-swiper .discover1-box2-next::after{
    content: '';
    width: 100%;
    height: 100%;
    background: var(--themeColor);
    position: absolute;
    left: 0;
    top: 0;
    opacity: .35;
}
.bossgoo-index-discover1 .discover1-box2-swiper .discover1-box2-prev .iconfont,
.bossgoo-index-discover1 .discover1-box2-swiper .discover1-box2-next .iconfont{
    font-size: 42px;
    color: #fff;
}
.bossgoo-index-discover1 .discover1-box2-swiper .swiper-button-disabled{
    opacity: 0;
}
.bossgoo-index-discover1 .discover1-box2-swiper-box{
    width: 100%;
    height: 0;
    padding-bottom: 69%;
    position: relative;
}
.bossgoo-index-discover1 .discover1-box2-swiper-span{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width:1040px){
    .bossgoo-index-discover1{
        padding: .6rem 0;
    }
}

@media only screen and (max-width:767px){
    .bossgoo-index-discover1{
        padding: .3rem 0;
    }
    .bossgoo-index-discover1 .discover1-box1{
        display: none;
    }
    .bossgoo-index-discover1 .discover1-box2{
        display: block;
    }
    .bossgoo-index-discover1 .discover1-box-bottom-title a{
        font-size: .38rem;
    }
    .bossgoo-index-discover1 .discover1-box-bottom-text{
        font-size: .28rem;
        margin-top: .05rem;
    }
    .bossgoo-index-discover1 .discover1-box2-swiper .discover1-box2-prev,
    .bossgoo-index-discover1 .discover1-box2-swiper .discover1-box2-next{
        font-size: .4rem;
    }
}
@media only screen and (max-width:480px){
    .bossgoo-index-discover1 .discover1-box2-swiper .discover1-box2-prev,
    .bossgoo-index-discover1 .discover1-box2-swiper .discover1-box2-next{
        width: .6rem;
    }
}


.max1920 {
    max-width: 1920px;
    margin: 0 auto;
}






/* Case Presentation */
.bossgoo-index-exhibition37{
  overflow: hidden;
  box-sizing: border-box;
  padding: 3.6vw 0;
}


.hotslist{margin-top: 30px;}
.bossgoo-index-exhibition37 .hotslist {
  display: grid;
  grid-template-columns: 1fr 1fr 1.07fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: 'a b b c' 'd e f f';
  gap: 22px;
  padding: 0 5px;
}
.bossgoo-index-exhibition37 .maintitle {
  color: var(--themeColor);
}

.bossgoo-index-exhibition37 .hotslist .hotbox {
  position: relative;
  height: 0;
  width: 100%;
}
.bossgoo-index-exhibition37 .hotslist .hotbox::after{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 65, 152, .4);
    content: '';
    z-index: 99;
    opacity: 0;
}
.bossgoo-index-exhibition37 .hotslist .hotbox:hover::after{
    opacity: 1;
}
.bossgoo-index-exhibition37 .hotslist .hotbox:hover .cover {
  display: flex;
}

.bossgoo-index-exhibition37 .hotslist .hotbox .innerbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bossgoo-index-exhibition37 .hotslist .hotbox .innerbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bossgoo-index-exhibition37 .hotslist .hotbox .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100%);
  height: calc(100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 100;
  display: none;
}

.bossgoo-index-exhibition37 .hotslist .hotbox .cover:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100%);
  height: calc(100%);
  background: var(--themeColor);
  opacity: 0.2;
  z-index: -2;
}

.bossgoo-index-exhibition37 .hotslist .hotbox .cover .hotname {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
  padding: 0 10px;
  text-align: center;
}

.bossgoo-index-exhibition37 .hotslist .hotbox .cover .more {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 0 10px;
}

.bossgoo-index-exhibition37 .hotslist .hotbox-a1 {
  grid-area: a;
  padding-bottom: 132.74%;
}

.bossgoo-index-exhibition37 .hotslist .hotbox a {
    display: block;
    width: 100%;
    height: 100%;
}

.bossgoo-index-exhibition37 .hotslist .hotbox-a2 {
  grid-area: b;
  padding-bottom: 62%;
}

.bossgoo-index-exhibition37 .hotslist .hotbox-a3 {
  grid-area: c;
  padding-bottom: 132.74%;
}

.bossgoo-index-exhibition37 .hotslist .hotbox-a4 {
  grid-area: d;
  padding-bottom: 132.74%;
}

.bossgoo-index-exhibition37 .hotslist .hotbox-a5 {
  grid-area: e;
  padding-bottom: 132.74%;
}

.bossgoo-index-exhibition37 .hotslist .hotbox-a6 {
  grid-area: f;
  padding-bottom:  62%;
}


@media only screen and (max-width:1040px) {
  .bossgoo-index-exhibition37 {
    padding: .6rem .2rem;
  }
  .bossgoo-index-exhibition37 .hotslist {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr .25fr 1fr  1fr 1fr .25fr;
    grid-template-areas: 'a' 'b' 'c' 'd' 'e' 'f';
    gap: .2rem;
  }
  .bossgoo-index-exhibition37 .hotslist .hotbox .cover {
    display: none !important;
  }


}

@media only screen and (max-width:767px) {
  .bossgoo-index-exhibition37 {
    padding: .6rem .2rem;
  }
  .bossgoo-index-exhibition37 .hotslist {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr .25fr 1fr  1fr 1fr .25fr;
    grid-template-areas: 'a' 'b' 'c' 'd' 'e' 'f';
    gap: .2rem;
  }


}

.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);}





/* Our Advantages */

.wh_cc{margin: 100px 0;}
.c3_tit{color: #424241;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;}


.c4_con{margin-top: 30px;}

.c4_list {

    display: flex;

    flex-wrap: wrap;

}



.c4_list li {

    position: relative;

    width: calc(25% - 10px);

    margin: 0 5px 10px 5px;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    cursor: pointer;

}



.c4_list li .pasimg {

    width: 100px;

    position: relative;

    height: 100px;

    line-height: 100px;

    border: 2px solid #17a7f2;

    border-radius: 50%;

    text-align: center;

}



.c4_list li .pasimg img {

    display: inline-block;

    max-width: 100%;

}



.c4_list li .pastext {

    width: calc(100% - 100px);

    padding-left: 20px;

    position: relative;

}



.c4_list li .pastext h3 {
    font-size: 24px;
    color: #424241;
    font-weight: bold;

}



.c4_list li .pastext span {
    display: block;
    font-size: 16px;
    color: #666666;line-height: 24px;margin-top: 5px;

}



.c4_list li:hover .pasimg::before {

    position: absolute;

    left: -12px;

    top: -12px;

    width: 120px;

    height: 120px;

    border: 5px solid #17a7f2;

    border-radius: 50%;

    content: "";

    z-index: 99;

    transition: all .5s ease;

    -webkit-transition: all .5s ease;

}





/* Get in touc */
.get{	background-color: #17a7f2;padding: 40px 0;}
.get_a{max-width: 750px;}
.get_a h2{	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #ffffff;}

.get_a h3{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;color: rgba(255, 255, 255, .8);margin-top: 15px;}


.get_b{	width: 190px;
	height: 52px;
	background-color: #ffffff;
	border-radius: 5px;color: #17a7f2;line-height: 52px;text-align: center;}

.get_b a{color: #17a7f2;font-size: 16px;}





/* box1_index  */

.box1{margin-top: 100px;}

 .pp_list dd .aa{border:1px solid #ddd;overflow: hidden;display:block;}
 .pp_list dd a{display:block;width:100%;}
.pp_list dd .img img{width: 100%;display:block;}
.pp_list dd .pp_nr{padding: 25px 20px;display:block;}
.pp_list dd .pp_nr h2{	font-size: 21px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0px;
	color: #000000;height:28px;overflow: hidden;text-align: center;}

.pp_list dd .pp_nr h3{	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #000000;margin-top: 20px;height:84px;overflow: hidden; /*text-align: justify;*/}

.pp_list dd .pp_nr h4{width: 150px;height:48px;line-height: 48px;text-align: center;
color:#fff;font-size: 16px;background: #ff6d34;margin:0 auto;margin-top: 15px;border-radius: 25px;}


.prolist{text-align:center;margin-bottom:28px;}
.prolist li{text-align:center;display:inline-block;line-height:32px;font-size:18px;padding:0 15px;cursor:pointer;position: relative;}
.prolist li a{color:#2c2c2c;}
.prolist li.cur a{color:#c50007;}
.prolist li+li:before{width: 2px;height:20px;background: #c50007;position: absolute;left:0px;top: 50%;transform: translateY(-50%);content: "";} 



/* .proimg{display:none;}
.proimg.clicked{display:block;}
 */


.tabzz_content{overflow: hidden;}
.ttzz {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0px;
}
.ttzz.active{opacity: 1;visibility: visible;height: 100%;}


.ttzz{position:relative;overflow:hidden;}
.ttzz .swiper-slide{text-align:center;position: relative;}
.ttzz .swiper-slide img{width:100%;display:block;}












/* box2 */
.box2{margin-top: 65px;}
.ab_a{width: 48.5%;}
.ab_a img{width: 100%;}

.at1{	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;margin-top: 10px;}


.ab_cc{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #333333;margin-top: 25px;}




.sw_con2{margin-top: 40px;position: relative;overflow: hidden;}
.pp_2 li a.img{display: block;}
.pp_2 li a.img img{width: 100%;}

.sw_con2 .swiper-button-prev{background:url(//wm.cdn.cn86.cn/gooogle/2025/11/6cf20ba86dhkmjm8.png) no-repeat 50%;}
.sw_con2 .swiper-button-prev:hover{background:url(//wm.cdn.cn86.cn/gooogle/2025/11/d6d97f203bqerpny.png) no-repeat 50%;}



.sw_con2 .swiper-button-next{background:url(//wm.cdn.cn86.cn/gooogle/2025/11/03481cb275vhdgik.png) no-repeat 50%;}
.sw_con2 .swiper-button-next:hover{background:url(//wm.cdn.cn86.cn/gooogle/2025/11/a6155cd8e26ibmpj.png) no-repeat 50%;}


.sw_con2 .swiper-button-prev,
.sw_con2 .swiper-button-next{width: 38px;height:38px;}



.sw_con2 .swiper-button-next:after,
.sw_con2 .swiper-button-prev:after {
display: none;
}


/* box3_index */
.box3{background:url(//wm.cdn.cn86.cn/haojinshu/2026/03/fe1cac660fua1y4c.jpg) no-repeat 50%;background-size: cover;margin-top: 115px;padding: 90px 0;}
.box3_a{	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;margin-top: 20px;color: rgba(255, 255, 255, .9);}

.bb_nn2{margin-top: 40px;}


.jas_11{width: 39.64%;}
.js_lk li{width: 48%;}
.js_lk li h3{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;}

.js_lk li:last-child{width: 100%;}



.more_987{	width: 203px;
	height: 62px;
	background-color: #ff6d34;line-height: 62px;
	border-radius: 10px;margin-top: 40px;text-align: center;	font-size: 22px;color:#fff;}

.more_987 a{text-align: center;color:#fff;}

.more_987:hover a{color:#000!important}



.jas_22{width: 57.14%;}
.js_lk22 li a.img{display: block;	}
.js_lk22 li a.img img{width: 100%;}
.js_lk22 li{border-radius: 12px;overflow: hidden;width: 32%;margin-bottom: 2%;}



/* box4_index */
.box4{background:#e7e9ed;padding: 45px 0 10px 0px;}

.cc_list{margin-top: 35px;}
.cc_list li{width: 31%;	border-radius: 25px;overflow: hidden;margin-bottom: 45px;}
.cc_list li a.img{display: block;}
.cc_list li a.img img{width: 100%;}









/* box5_index */
.box5{margin-top: 100px;}

.box_55{margin-top: 40px;}

.box5_a{width: 48%;}
.nr_list li + li{margin-top: 5px;}
.nr_list li h3{font-size: 24px;color: #666666;	line-height: 34px;}
.nr_list li h4{	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;}



.box5_b{width: 48%;margin-top: 15px;}
.ad_ll li{border-radius: 12px;width: 46%;overflow: hidden;margin-bottom: 45px;position: relative;}
.ad_ll li a.img{display: block;}
.ad_ll li a.img img{width: 100%;}
.ad_ll li h2{position: absolute;background:#1717c2;width: 100%;bottom: 0px;left:0px;line-height: 47px;color:#fff;text-align: center;font-size: 18px;}




.ad_22 li{border-radius: 12px;width: 23.5%;overflow: hidden;margin-bottom: 45px;position: relative;}
.ad_22 li a.img{display: block;}
.ad_22 li a.img img{width: 100%;}
.ad_22 li h2{position: absolute;background:#1717c2;width: 100%;bottom: 0px;left:0px;line-height: 47px;color:#fff;text-align: center;font-size: 18px;}


@media(max-width: 768px) {
    .ad_ll li h2,.ad_22 li h2 {
        font-size: 14px;
    }
}





/* Certification Certificate */


.cer_bg{margin-top: 45px;}
.cer_ll{max-width: 1000px;margin:0 auto;margin-top: 50px;}

.cer_ll li{	box-shadow: 0px 1px 21px 0px 
		rgba(0, 0, 0, 0.19);width: 23.7%;margin:0 5%}
.cer_ll li a.img{max-width: 100%;display: block;overflow: hidden;}
.cer_ll li a.img img{max-width: 100%;}

.cer_22{max-width: 1000px;margin:0 auto;margin-top: 50px;}
.cer_22 li{	box-shadow: 0px 1px 21px 0px 
		rgba(0, 0, 0, 0.19);width: 23.7%;}
.cer_22 li a.img{max-width: 100%;display: block;overflow: hidden;}
.cer_22 li a.img img{max-width: 100%;}






/* video_bg */
.video_bg{position: relative;z-index: 11;margin-top: 80px;}


.abgg_c{position: absolute;width: 100%;left:0px;transform: translateY(-50%);top:50%;text-align: center;z-index: 22;}
.abgg_c h3{width: 66px!important;margin:0 auto;height:66px!important}
.abgg_c h3 img{width: 100%;}
.abgg_c h4{	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;text-decoration: underline;text-align: center;margin-top: 25px;}





/* CUSTOMISATION PROCES */
.cust_bg{background:url(//wm.cdn.cn86.cn/gooogle/2025/11/ae5a07e49aw4dlx8.png) no-repeat 50%;padding:90px 0;background-size: cover;margin-top: 60px;}

.cust_nr{max-width: 1000px;	margin:0 auto;margin-top:40px;font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #1b1b1b;text-align: center;}

.dz_ll{margin-top: 40px;
	box-shadow: 0px 0px 27px 0px 
		rgba(0, 0, 0, 0.11);
	border-radius: 10px;padding: 25px;}


.dz_ll li{background:url(//wm.cdn.cn86.cn/gooogle/2025/11/2043f78a01zxjequ.png) no-repeat left 50%;padding-left: 35px;margin:0 20px}
.dz_ll li h2{	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #1b1b1b;}


.dz_22{margin-top: 40px;}
.dz_22 li{width: 9.89%;float: left;margin: 0 2.19%;position: relative;}
.dz_22 li .img_a11{max-width: 100%;box-shadow: 0px 1px 21px 0px 
		rgba(0, 0, 0, 0.19);overflow: hidden;border-radius: 50%;margin-bottom: 20px;}
.dz_22 li .img_a11 img{width: 100%;}
.dz_22 li h2{	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
	letter-spacing: 0px;
	color: #000000;text-transform: uppercase;margin-left: 8px;}


.dz_22 li::after {background:url(//wm.cdn.cn86.cn/gooogle/2025/11/d1bf931c06s9nqfg.png) no-repeat;width: 25px;height:26px;content: "";position: absolute;top: 28%;right: -33%;}
.dz_22 li:last-child::after{display: none;}






/* FAQ */
.FQA{background:url(//wm.cdn.cn86.cn/gooogle/2025/11/942564ab1e91juq2.png) repeat-x center;background-size: cover;padding: 90px 0;}

.wt_a{width: 48%;}
.web_tt{	font-size: 44px;
	font-weight: 600;
	color: #1b1b1b;text-transform: uppercase;}




.coo_ll{margin-top:35px;}
.coo_ll >li{position: relative;}
.coo_ll >li{color:#1b1b1b;font-size: 18px;font-weight: 600;
line-height: 40px;position: relative;margin-bottom: 20px;}
.coo_ll >li a{color:#1b1b1b;padding-left: 30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}

.coo_ll >li .layer22{display:none;}


.coo_ll >li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 3px;
    left: 0px;
    cursor: pointer;
background:url(//wm.cdn.cn86.cn/gooogle/2025/11/1ecbc35c89skuolv.png) no-repeat 50% 50%;
}

.coo_ll >li .layer22{margin-top: 20px;margin-left: 30px;}
.coo_ll >li .layer22 li{color:#1b1b1b;font-size: 16px;font-weight: 400;;line-height: 28px;margin-bottom: 20px;}

.coo_ll >li .first-nav-btn.clicked {
    background:url(//wm.cdn.cn86.cn/gooogle/2025/11/ff3139628ccurpqa.png) no-repeat 50% 50%;
}


.ft-message-form2{margin:0 auto;margin-top: 45px;width: 85%;margin:0 auto;}
.ya_11{width: 100%;}
.ya_11 .form-group{ background-color: #ffffff;
  border-radius: 0px;}
.ya_11 .form-group input{height: 44px;line-height: 44px;padding-left: 15px;color: #999999;font-size: 16px;}



.ynr_aa{width: calc(100% - 0px);}

.ya_22{ height: 210px;
  background-color: #ffffff;
  border-radius: 0px;}

.ya_22 .form-group textarea{height: 200px;line-height: 53px;padding-left: 15px;color: #999999;font-size: 16px;}
.ya_22 .form-group textarea{width: 100%;height:200px;overflow: hidden;}


.tj_aa{ 	width: 145px;
	height: 49px;
	background-color: #c50007;
	border-radius: 24px;margin-top: 0px;text-align: center;float: right;}
.tj_aa button{line-height: 49px;  font-size: 16px;color:#fff;text-transform: capitalize;text-align: center;}

.wz_yya{width: calc(100% - 130px);}






/* footer */
.dff{background:#272727;padding-top: 65px;padding-bottom: 30px;position: relative;}
.wh23{max-width: 1525px;margin:0 auto;padding: 0 10px;}




.logo_af{margin-bottom: 20px;}
.logo_af img{max-width: 100%;}


.dtff{font-size: 20px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;text-transform: capitalize;}


.lx_cn{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #b7b7b7;margin-top: 20px;}


p{margin: 0px!important;}




.df_yy h2{	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;}

.df_cc{margin-right: 2.5vw;}

.tb_ll{position: absolute;top:260px;right:7%;}
.tb_ll li{width: 38px;;margin:0 1px;}
.tb_ll li a.img{display: block;}
.tb_ll li a.img img{max-width: 100%;}

@media (max-width: 1700px) and (min-width: 1025px) {
 .tb_ll { width: calc(4 * 40px); right: 5.5%; margin-top: -10px; }
 .tb_ll li { margin-top: 10px; }
}
.pp_rot{margin-top: 20px;}
.pp_rot li{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #b7b7b7;}

.pp_rot li a{color: #b7b7b7;}

.pp_rot li:hover a{color:#fff!important}

.wm_a{text-align: center;}
.wm_a img{max-width: 58%;text-align: center;border-radius: 5px;}
.wm_a h2{color:#666666;font-size: 20px;line-height: 35px;text-align: center;text-transform: uppercase;margin-top: 15px;}




.h1,.h3,.h4,.h5,.h6,h1,h3,h4,h5,h6 {
    margin-bottom:0px;
    font-weight: 400;
    line-height: 1.2
}


/* dff2 */
.seo_a{	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #b7b7b7;text-align: center;}
.seo_a a{	color: #b7b7b7;text-align: center;}


.xx19{width: 100%;height:1px;background: rgba(255, 255, 255, .2);margin: 3.5vw 0 25px;}




@media (max-width:1600px) {
.x-menu > li > a {
    font-size: 16px;
}
}





@media (max-width:1440px) {
.x-menu > li > a {
    font-size: 17px;
}

.c3_tit{font-size: 25px;}
.wh_cc{margin: 60px 0;}

.cpptyty_b{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 65px;
	letter-spacing: 0px;
	color: #424241;
    background: #f7f7f7;
    box-sizing: border-box;
    padding-left: 2%;
}
.dff{background:#000000;padding-top: 45px;padding-bottom: 80px;}


.dz_ll li{background:url(//wm.cdn.cn86.cn/gooogle/2025/11/2043f78a01zxjequ.png) no-repeat left 50%;padding-left: 25px;margin:0 10px}
.dz_ll li h2{	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #1b1b1b;}


.dz_22 li h2{	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: 0px;height: 22px;overflow: hidden;;
	color: #000000;text-transform: uppercase;margin-left: 8px;}

   }






@media (max-width:1200px) {
.head_aa1{width: 83.333%;}
.ss{display: none;}
.dff{background:#000000;padding-top: 45px;padding-bottom: 40px;}

.tou_ll li a.img{display: block;width: 22px;}


.x-menu {
    width: calc(100% - 280px);
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.logo_a{line-height: 135px;max-width: 150px;}

.head_2{width: 82.14%;}


.ab_cc{	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;margin-top: 18px;}


    .ab_a{width: 100%;}

    .jas_11{width: 100%;}
    .jas_22{width: 100%;margin-top: 25px;}


    .dz_22 li{width: 20%;float: left;margin-right: 11.2%;position: relative;margin-bottom: 25px;}
    .prolist li{font-size:16px;}
}



@media (max-width:1100px) {
    .box5_a{width: 100%;}
    .box5_b{width: 100%;margin-top: 15px;}

.web_tt{	font-size: 34px;
	font-weight: 600;
	color: #1b1b1b;text-transform: uppercase;}

}

@media (max-width:1024px) {
.df_bb{display: none;}
.df_cc{display: none;}

.pp_list li{
		/* box-shadow: 0px 1px 32px 0px 
		rgba(0, 0, 0, 0.19); */
		/* width: 48.5%;
		overflow: hidden;
		margin-bottom: 20px; */
   
		}

.at1{font-size: 30px;}


.cc_list li{width: 48%;border-radius: 25px;overflow: hidden;margin-bottom: 45px;}

.ad_ll li{border-radius: 12px;width: 48.5%;overflow: hidden;margin-bottom: 25px;position: relative;}
.ad_22 li{border-radius: 12px;width: 48.5%;overflow: hidden;margin-bottom: 25px;position: relative;}


.web_tt{	font-size: 24px;
	font-weight: 600;
	color: #1b1b1b;text-transform: uppercase;line-height: 28px;}


    .video_bg .img_vv{position: relative;z-index: 11;margin-top: 80px;height:280px;object-fit: cover;}


.wt_a{width: 100%;}

.FQA{background:#f7f7f7;background-size: cover;padding: 90px 0;}

}




@media (max-width:992px) {
    .cpptyty_b{
        font-size: 18px;
        line-height: 50px;
    }


.dz_22 li{width: 31.5%;float: left;margin-right: 11.2%;position: relative;margin-bottom: 25px;}


.dff{background:#000000;padding-top: 45px;padding-bottom: 40px;}
    .get_b{margin-top: 25px;}

    .js_lk22 li{border-radius: 12px;overflow: hidden;width: 49%;margin-bottom: 2%;}

    .dz_ll li{width: 39%;}


.wm_a{width: 125px;margin:0 auto;}
.tb_ll{position: relative;top:auto;right:0%;margin:0 auto;}

.tb_ll li{width: 34px;;margin:0 2px;}
.tb_ll li a.img{display: block;}
.tb_ll li a.img img{max-width: 100%;}



.df_aa{width: 100%;}

.df_yy{width: 100%;display: block;}
}



@media (max-width:768px) {
    .cpptyty li {
    width: 48%;
    margin-bottom: 2%;
}
    .cpptyty_b{
        font-size: 14px;
        line-height: 40px;
    }



}




@media(max-width:992px){


    .ya_11{width: 100%;}
}

#page-wrap{position: relative;}

.Categories.on {
    position: fixed;
    top: 180px;
    right: 5%;
    height: auto;
    max-width: 380px;
}


.nbanner {
    position: relative;
    width: 100%;

}



@media(max-width:1440px){

.Categories.on {
    position: fixed;
    top: 180px;
    right: 2%;
    height: auto;
}
}

@media(max-width:768px){
.pp_list li .pp_nr{padding: 10px;}
.pp_list li .pp_nr h2{
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0px;
	color: #000000;
	height:28px;
	overflow: hidden;
	text-align: center;
	}


.x-banner .owl-carousel .owl-dots .owl-dot.active{width: 120px;height:5px;background: rgba(255, 255, 255, .5);}

.box1{margin-top: 40px;}

.jas_11{display: none;}
.cc_list li{width: 32%;border-radius: 25px;overflow: hidden;margin-bottom: 45px;}

.video_bg{position: relative;z-index: 11;margin-top: 0px;}

.dz_22 li{width: 19.5%;float: left;margin-right: 11.2%;position: relative;margin-bottom: 25px;}

}

.x-banner{overflow: hidden;}


.lctpa{width: 100%;margin-top: 25px;margin-top: -5px;}
.lctpa img{max-width: 100%;text-align: center;}
@media(max-width:768px){
.cust_bg{background:url(//wm.cdn.cn86.cn/gooogle/2025/11/ae5a07e49aw4dlx8.png) no-repeat 50%;padding:30px 0;background-size: cover;margin-top: 60px;}
}


.head_2 .language-group .btn{color:#222;font-size:14px;}

@media(max-width:640px){
 body{padding-bottom:55px;}
}
