@import url(./base.css);
/******************header*******************/
.header-top{height: 50px;background:#303849;color: #fff;    padding: 0px 10%;}

header{transition: 0.5s all; background-color: #fff;display: flex;top:0px;justify-content: space-between;align-items: center;height:100px;box-shadow: 0 0 5px rgba(0,0,0,.2);position: sticky;width: 100%;z-index: 999;color: #000;}
header::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform: translateY(-150%);background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 100%);z-index: 997;pointer-events: none;transition: all 0.53s ease-in-out; /* 修正1：拼写错误 & 指定过渡属性 */will-change: height; /* 可选：优化动画性能 */}
header.scrolled::after{height: 100%;transform: translateY(0%);z-index: 997;display: none;}
header.scrolled .menu{color:#000}
header.scrolled .other{color:#000}

header.scrolled .menu ul:not(.menu-0){background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 100%);}
header .logo{font-size: 24px; font-weight: bold;z-index: 998;}
header .menu{align-self: stretch;font-size: 16px;text-transform: capitalize;z-index: 998;margin-right: 40px;}
header .other,header .searchbox{z-index: 998;}
header .menu ul.menu-0{display: flex;position: relative;align-items: center;gap:calc(20 * var(--vw));height: 100%;}
header .menu ul.menu-0 li.active{color: var(--color-primary);border-top: 3px solid var(--color-primary);}
header .menu ul.menu-0>li{padding: 0% 10px;display: flex;position: relative;align-items: center;align-items: center;height: 100%;}
header .menu ul:not(.menu-0){visibility: hidden;position: absolute;opacity: 0;top: 100%;left: 50%;transform: translate(-50%,10px);background-color: #eeeeee8a;width: max-content;transition: 0.5s ease-in-out;}
header .menu ul.menu-0>li:hover .dropdown-menu-1{visibility: visible;transform: translate(-50%,0px);opacity: 1;}
header .menu ul.dropdown-menu-1>li{padding: 5px 20px;border-bottom: 1px solid #999;}
header .menu ul.dropdown-menu-1>li:hover{background-color: #fff;color: #333;}

header .talk{width: 120px; height: 40px;background: var(--color-primary);color: #fff;display: flex;justify-content: center;align-items: center;border-radius: 30px;margin: 0 40px;}
.searchbox .input-group {position: fixed;left: 0;right: 0;top: 0;bottom: 0; background: #0000009c;z-index: 9999;display: flex; justify-content: center;align-items: center;overflow: auto; /* 允许遮罩层内部滚动 */}
#search-keyword{ height: 40px;padding-left: 0;padding-right: 0;background: 0 0;border-bottom: 1px solid #e4e4e4;box-sizing: content-box;margin: 0;border-radius: 0;font: inherit;overflow: visible;-webkit-appearance: none;padding: 5px;width:50%;vertical-align: middle;color: #fff;font-size: 26px;transition: .2s ease-in-out;transition-property: color, background-color, border-color, box-shadow;}
input{background-color: transparent !important;transition: background-color 5000s ease-in-out 0s !important; /* 延长过渡时间对抗浏览器默认 */}


header::before{position: absolute;content: "";width: 20%;height: 100%;pointer-events: none;transition: all 0.53s ease-in-out;top: 0; left: 0;background-color:#f7f7f7; }

/******************banner*******************/
.banner .pic{width: 100%;overflow: hidden;}
.banner .pic img{transition: all 0.5s ease-in-out;}
.banner .swiper-slide-active img {animation: scaleImg 15s ease forwards;}
.banner .swiper-slide-active .pic .wenzi {transform: translateY(0);opacity: 1;transition: all 1s linear;}
.banner img{width: 100%;}
.banner{position: relative;}
.banner .pic .wenzi{color: #fff;font-size: 68px;text-align: center;width: max-content;opacity: 0;transform: translateY(20px)}

.banner .wenzi h5{position: relative;padding-right: 30px;}
.banner .wenzi h5::after{content: "";position: absolute;top: 4px;left: 85%;transform: translateX(-50%);width: 1px;height: 15px;background-color: #eee;}

.banner .pic .wenzi h4,
.banner .pic .wenzi h3{font-size:calc(76 * var(--vw)); font-weight: 500;line-height: 1.2;}
.banner .pic .wenzi p{font-weight: 400;margin-top: 50px;}
.banner .pic .wenzi .more{border-radius:5px;border: 1px solid var(--color-primary); margin-top: 80px;width: calc(200 * var(--vw)); height:  calc(60 * var(--vw));background-color:var(--color-primary);color: #fff;display: flex;justify-content: center;align-items: center;font-size: 18px;}
.banner .pic .wenzi .more:hover{background-color: var(--color-primary);}
.banner .pic .wenzi .more:nth-of-type(2){background: none;border: 1px solid #fff;}

.warp{max-width: 1540px;margin: 0 auto;}
.index{background-color: #fbfbfb;}
.index-about .warp{width: 69%;min-width: 1318px;margin: 0 auto;padding: 80px 0;}


.index-shebei .pic .title{background: linear-gradient(to top, var(--color-primary), transparent);font-size: 24px;height: 160px; transition: 1s all;pointer-events: none;}
.index-shebei .pic:hover .title{height: 400px;}


.index-news .wenzi{padding: 0 40px; background: linear-gradient(to top, var(--color-primary) 50%, transparent);font-size: 24px;height: 300px; transition: 1s all;pointer-events: none;}



.index-honor {background-color: #f7f7f8;padding: 80px 0;}
.index-honor >div.relative {width: 69%;min-width: 1318px;margin: 0 auto;}
.index-honor .title{font-size: 56px;font-weight: 500;text-align: center;position: relative;line-height: 1;color: #333;font-weight: 400;}
.index-honor .title h2{position: relative;line-height: 1;}
.index-honor .title::after{content: "";position: absolute;bottom: -40px;left: 50%;transform: translateX(-50%);width: 100px;height: 4px;background-color: var(--color-secondary);}

.index-application {background-color: #f2f9fd;padding: 80px 0;}
.index-application >div.relative {width: 69%;min-width: 1318px;margin: 0 auto;}
.index-application .title{font-size: 56px;font-weight: 500;text-align: center;position: relative;line-height: 1;color: #333;font-weight: 400;}
.index-application .title h2{position: relative;line-height: 1;padding-bottom:20px;margin-bottom: 20px; }
.index-application .title h2::after{content: "";position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);width: 100px;height: 4px;background-color: var(--color-secondary);}
.index-application .title p{font-size: 14px;}


.index-form{height: calc(285 * var(--vw));display: flex;align-items: center;justify-content: center;}
.index-form .wenzi{width: 69%;min-width: 1318px;margin: 0 auto; color: #fff;display: flex;justify-content: space-between;align-items: center;}
.index-form .wenzi h2{font-size: 18px;}
.index-form .wenzi h3{font-size: 48px;font-weight: bold;}
.index-form .from{width: calc(428 * var(--vw));height: calc(54 * var(--vw));color: #666; background-color: #fff;display: flex;justify-content: space-between;align-items: center;border-radius: 30px;}
.index-form .from>a{display: block; width: 100%;height: 100%; display: flex;justify-content: space-between;align-items: center;padding: 0 20px;}
.index-form .from .btn{transition: 0.5s all; width: calc(40 * var(--vw));height: calc(40 * var(--vw));color:#fff; display: flex;justify-content: center;align-items: center;border-radius: 20px;background-color: var(--color-secondary);}
.index-form .from:hover .btn {right: 10%;}

footer{  background-color: #001d35; color: #999; padding: 80px 0 0;}
footer>.relative{width: 69%;min-width: 1318px;margin: 0 auto;}
footer .nav{display: flex;justify-content: space-between;align-items: flex-start;border-bottom: 1px solid #666;padding-bottom:calc(100 * var(--vw));}
footer .nav dt{font-size: 18px;color: #fff;margin-bottom: 40px;}
footer .nav dd{font-size: 16px;color: #999;line-height: 2rem;margin-bottom: 5px;}
footer .nav .shemei  dd{display: flex; justify-content: space-between;align-items: center;gap: 10px;}
footer .nav .shemei  dd i{width: 40px;height: 40px;background: #2c467a;display: flex;justify-content: center;align-items: center;}
footer .nav .contact dt:not(:first-of-type){margin-bottom: 15px;}
.copyright {padding: 20px 0;}


/******************产品列表页面*******************/
.glightbox-clean .gdesc-inner{display: none;}
.list-product{background-color:#f3f3f3;}
.tab-content{position: relative;}
.tab-contents .flags  {position: absolute;top: 0;left: 0;display: flex;gap: 10px; padding: 20px; z-index: 100;color: #fff;}
.tab-content.active {display: block;position: relative; opacity: 1;}
.product-item-box {}

.list-product .product-item {}
.list-product .product-item img{transition: 0.5s all;}
.list-product .product-item:hover img {opacity: 0.5;transform: scale(1.1);}
.list-product .product-item:hover .more {opacity: 1;}
.list-product .more{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: var(--color-primary); padding: 7px 21px;color: #fff;opacity: 0;transition: 0.5s all;}
.list-product .title{width: 100px;height: 30px;display: flex;justify-content: center;align-items: center; backdrop-filter: blur(8px);background-color: var(--color-secondary);color: #fff;}
.list-product .title::after{content: ''; width: 1%;height: 1px;background-color: #fff;position: absolute;bottom: 0;left: 0;transition: 0.5s all ease-in-out;}
.list-product .product-item:hover .title::after{width: 100%;}
/******************侧边栏*******************/
.leftsearch .form-control,
.leftsearch .input-group-text {  border-radius: 1.5rem; background-color: #fff}
.leftsearch  #search-keyword{  display: block; width: 100%;padding: 0.375rem 0.75rem;font-size: 14px;font-weight: 400;line-height: 1.5;color:#333;background-color: #fff;background-clip: padding-box;border: 1px solid  #999;border-right: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0.375rem;transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;border-top-right-radius: 0;border-bottom-right-radius: 0;}
.leftsearch .input-group-text{display: flex;align-items: center;padding: 0.375rem 0.75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #333;text-align: center;white-space: nowrap;background-color: #eee;border: 1px solid #999;border-radius: 0.375rem;border-top-left-radius: 0;border-bottom-left-radius: 0;}

.leftborder{border: 1px solid var(--cprimary);}
.leftsidetitle{position: relative;}
.leftsidetitle .title{ position: relative; z-index: 2; line-height: 3.25rem;font-size: 1rem;}
.leftsidetitle .title span{ display: inline-block; margin:0 0;font-size:1.5rem; font-family: var(--titlefamily); font-weight: 600;}
.leftsidecategorylist ul li{position: relative;border-bottom: 1px solid var(--cprimary);}
.leftsidecategorylist ul li a{ padding: 0.5rem 1rem; line-height: 2rem; display: block;}
.leftsidecategorylist ul li a i{ float: right;line-height: 2rem; }
.leftsidenewslist ul li a{ padding: 0.25rem 1rem; line-height: 2rem; display: block;}
.leftsidekeywordslist ul li{ margin: 0.25rem 0;}
.leftsidekeywordslist ul li a{display: block;text-align: center;font-size: 14px;color:var(--lightWords);line-height: 2rem;border: 1px dashed var(--cprimary);}
.leftsidekeywordslist ul li a:hover {color:var(--hongse); border-color: var(--hongse);}
.leftsidecontactlist{ line-height: 2rem;}

.menuTree ul{}
.menuTree li{line-height:3rem;color:var(--lvse); display:block;position:relative;}
.menuTree li:after{ position:absolute;content: "";display: block;height:1px;width:100%;border-bottom: 1px dashed var(--footerwords);left: 0; top: 2.9375rem;}
.menuTree li a{line-height:3rem;height:3rem;overflow:hidden; position:relative;color:var(--color-grey );white-space:nowrap;text-overflow:ellipsis;word-break:break-all;border-bottom:1px dashed var(--color-bg);padding:0 0.25rem;}
.menuTree li a::before{ display: inline-block;content: ""; height: 1rem; width: 1rem; border: 1px solid var(--color-grey ); margin-right: 0.75rem;}
.menuTree ul li a.active::before{ background-color: var(--color-text );}
.menuTree li i{ display:block; float:right; color:var(--color-grey ); font-size:24px; width: 20px; height: 45px; line-height: 45px; text-align: center; font-style: normal; position: absolute; top: 0; right: 10px; cursor: pointer;}
.menuTree li.parent>i.parent::after{content: "+"; display: block;}
.menuTree li.parent.expanded>i.parent::after{content: "-"; display: block;}
.menuTree ul li ul li a{line-height:3rem;height:3rem;overflow:hidden;color:var(--color-grey );white-space:nowrap;text-overflow:ellipsis;word-break: break-all; display:block;padding:0 0.25rem 0 2rem;}
.menuTree ul li ul li a:hover,.menuTree ul li a.active{color:var(--color-grey );/*text-decoration:underline;*/}
.menuTree ul li ul li ul li a{padding:0 0.25rem 0 3rem;}
.menuTree ul li ul li ul li ul li a{padding:0 0.25rem 0 3rem;}

/******************关于我们页面*******************/
em{font-style: normal;}
.font48 {font-size: clamp(24px, 2.5vw, 48px);line-height: 2.6041666667vw;font-weight: bold;font-style: normal;color: #666;color: var(--color-primary);}
.about-1{width: 85%;margin: 0 auto;background: url('../images/map2.png') no-repeat;background-position: center 0px;}
.about-1 h2{ font-size: clamp(26px, calc(60 * var(--vw)), 60px);line-height: 1.2;font-weight:bold;color: var(--color-primary);text-transform: uppercase;}
.about-1 .desc{font-size: 16px;line-height: 2;color: #666;}
.about-1 .desc p{margin-bottom: 1.5rem;}
.about-1 .about_num .ico {display: block;height: clamp(40px, 3.125vw, 60px);margin: 0 auto;}
.about-1 .about_num h3{padding: 20px 0 10px;text-align: center;color: #666;}
.about-1 .about_num li{width:16%;text-align: center;}

.about-1 .about_num .tt{font-size:20px;color: #666;}
.about-2 .pic img{width: 100%;}
.about-2 .wenzi h3{font-size:clamp(20px, calc(50 * var(--vw)) , 63px);font-weight: bold;color: var(--color-primary);text-transform: uppercase;}
.about-2 .wenzi{background: #f8f8fb;padding: 5%;}
.about-2 .wenzi .desc{font-size: 16px;line-height: 2;color: #666;margin-top: 40px;}


.z_index_tit .tit {font-size: 2.6041666667vw;line-height: 2.6041666667vw;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;margin-bottom: 1.0416666667vw;width: 100%;}
.z_about_process{padding-top: 6.25vw;padding-bottom: 6.25vw;padding-left: 11.4583333333vw;padding-right: 11.4583333333vw;position: relative;}
.z_process_swiper {margin-top: 4.6875vw;position: relative;overflow: hidden}
.z_process_swiper .btnwarp {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;position: absolute;right: 0;top: 64px;z-index: 1;cursor: pointer}
.z_process_swiper .btnwarp .next {margin-left: 10px}
.z_process_swiper::before {content: "";display: block;width: 100%;height: 3px;background: url(../images/dot4.png) repeat-x left center;background-size: auto 100%;position: absolute;left: 0;top: 77px}
.z_process_swiper li {padding-right: 4.1666666667vw;position: relative}
.z_process_swiper li::before {content: '';height: 3px;background: var(--color-primary);top: 72px;-webkit-transition: ease 1s;transition: ease 1s;display: block;width: 0%;height: 4px;position: absolute;left: 0;top: 77px;z-index: -1;}
.z_process_swiper li:hover::before { width: 100%}
.z_process_swiper li:hover .year {color: #000}
.z_process_swiper .year {color: #9a9a9a;font-size: 20px;font-family: DIN;font-weight: bold}
.z_process_swiper .dot {width: 16px;height: 16px;background: #fff;border: 2px solid var(--color-primary);border-radius: 50%;margin: 40px 0}
.z_process_swiper .tit {font-size: 1.5625vw;color: #000}
.z_process_swiper .desc {font-size: 1.0416666667vw;color: #2f2f2f;margin-top: 6px}
.z_process_swiper .desc em {color: var(--color-primary)}
.z_index_ry {padding-top: 6.25vw;padding-bottom: 6.25vw;padding-left: 11.4583333333vw;padding-right: 11.4583333333vw;position: relative;z-index: 1}
.z_arr {width: 30px;height: 30px;background: var(--color-primary);border-radius: 50%;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;color: #fff;font-size: 12px;margin-left: .5208333333vw;cursor: pointer;}
.z_process_swiper .btnwarp .next {margin-left: 10px;}

@media screen and (max-width: 980px) {
    .z_about_process {
        padding-left:12px;
        padding-right: 12px
    }

    .z_process_swiper {
        margin-top:30px
    }

    .z_process_swiper .tit {
        font-size:16px
    }

    .z_process_swiper .desc {
        font-size:14px
    }

    .z_process_swiper::before {
        top:58px
    }

    .z_process_swiper .dot {
        margin: 20px 0
    }

    .z_process_swiper .next {
        top: 40px
    }

    .z_process_swiper li {
        padding-right:0
    }
}

@keyframes scalc {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.25);
    }
    100% {
        transform: scale(1);
    }
}

/******************新闻详情页面*******************/
.show-article .blog-title h3{font-size: 44px;line-height: 1.2;margin-bottom: 10px;color: #333}
/******************产品详情页面*******************/

.zoomContainer { z-index: 99999;}
.product__wrapper {display: flex;align-items: flex-start;gap: 30px;flex-wrap: wrap;}
.show-product  .likeproductlist  .pic{position: absolute;inset: 0;overflow: hidden;}

/* 容器整体布局 */
.product__details__pic {width: 50%;max-width: 600px;position: relative;}

/* 主图 Swiper */
.productImageSwiper { overflow: hidden; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);}
.productImageSwiper .swiper-slide img {width: 100%;height: auto;transition: transform 0.3s ease-in-out;}
.productImageSwiper .swiper-slide img:hover { transform: scale(1.05);}
.productImageSwiper img {cursor: zoom-in;}
/* 缩略图 Swiper */
.thumbnailSwiper {padding: 10px 2px;}
.thumbnailSwiper .swiper-slide {width: 100px;height: 100px;overflow: hidden;cursor: pointer;transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;}
.thumbnailSwiper .swiper-slide img {width: 100%;height: 100%;object-fit: cover;}
.thumbnailSwiper .swiper-slide-thumb-active {transform: scale(1.01);box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);border: 2px solid var(--color-primary);}

/* Swiper 按钮样式 */
.show-pruduct .swiper-button-next,
.show-pruduct .swiper-button-prev {color: var(--color-primary);border-radius: 50%;width: 36px;height: 36px;display: flex;align-items: center;justify-content: center;transition: background 0.3s ease-in-out;}
.show-pruduct .swiper-button-next:hover,
.show-pruduct .swiper-button-prev:hover {background: var(--color-primary);color: #fff;}

.show-pruduct [thumbsSlider] {padding: 10px;overflow: hidden;position: relative;margin-top:10px;}
/* 隐藏无效的按钮 */
.show-pruduct .swiper-button-disabled {opacity: 0.3;cursor: not-allowed;}

.producttitle,.productcolor{border-bottom: 1px solid var(--qianhuise);}
.productcolor .title{ font-size: 1.125rem;}
.producttitle .modelno{ font-size: 1.875rem; line-height: 120%;}
.producttitle .title{ font-size: 1.875rem; line-height: 120%;}
.producttitle .subtitle{ font-size: 1.875rem; line-height: 120%;}
.productcolor .productcolorlist ul li{ border-radius: 50%; padding: 0.125rem; border: 1px solid var(--white);}
.productcolor .productcolorlist ul li.active{ border-color: var(--words);}
.productcolor .productcolorlist ul li a{   width: 70px; overflow: hidden; line-height: 1.5; display: block; display: block;   text-indent: -9999px}
.product-button button{ background-color: var(--lanse); line-height: 3rem; color: var(--white); border-radius: 0.5rem; font-weight: bold; border: none; overflow: hidden;}
.product-button button:after{content:""; z-index: 1; background-color: var(--hongse);width:0; position: absolute; top: 0; left:0; height: 100%;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}
.product-button button:hover:after{width:100% }

.show-product .publish_time{background: #eee;padding: 4px;border-left: 6px solid #999;color: #999;}
.productcolor {margin-top: 20px;}
.productcolorlist a{transition: 0.5s all;display:block;outline: none;}
.productcolorlist a:focus {box-shadow:0px 0px 0px 3px #fff, 0px 0px 0px 5px var(--color); }
.show-product .tab-content{position:relative;opacity:1;transition:all 0.3s ease-in-out;}

/**新闻列表**/
.list-article .row:nth-of-type(2n){flex-direction: row-reverse;} 
.list-article .row .title {position: relative;}
.list-article .row .title::after{content: '';width: 50px;height: 2px;background-color: #BFBFBF;position: absolute;bottom: -10px;left:50%;transform: translateX(-50%);}
.list-article .row a.more{border: 2px solid #000;color: #000;display: block;width: 134px;font-size: 12px;color: #000;text-align: center;line-height: 42px;position: relative;overflow: hidden;z-index: 1;}
.list-article .row a.more:before {content: '';display: block;width: 100%;height: 100%;background: #fff;position: absolute;left: 0;bottom: 0;transform: scaleY(0);background: #000;transform-origin: center bottom;transition: ease .65s;z-index: -1;}
.list-article .row a.more:hover {color: #fff;}
.list-article .row .desc {height: 200px;}
.list-article .row a.more:hover:before {transform: scaleY(1);color: #fff;}
.list-article .row .pic{position: relative;height: 0;overflow: hidden;}
.list-article .row .pic img{width: 100%;height: 100%;object-fit: cover;display: block;position: absolute;left: 0;transition: 0.5s all;}
.list-article .row .pic::after{position: absolute ; content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,0.4);top: 0;left: 0;transition: 0.5s all;}
/**新闻详情**/
.showtitle {font-size: 36px;line-height: 1.2;margin-bottom: 10px;}
.showsubtitle {font-size: 16px;line-height: 1.2;margin-bottom: 10px; border-bottom: 1px dashed #eee; padding-bottom: 10px;}
.shangxia{border-top:1px #eee dotted;border-bottom:1px #eee dotted;padding:.5rem 0}
.likearticle .likearticlelist ul li {line-height: 30px;margin-bottom: 5px;padding-bottom: 5px;}
.show p{font-size: 16px;line-height: 2;color: #666;text-indent: 2em;margin-bottom: 20px;}

/** weihzi.html **/
.weihzhibg li {padding: 0 10px; position: relative;}
.weihzhibg li::after{position: absolute;content: '';width: 80%; height: 2px;background-color:#f3f3f3;left: 50%;bottom: -10px; transform: translateX(-50%);visibility: hidden;}
.weihzhibg li.active::after{background-color: #999;visibility: visible;}
.weihzhibg li a{display: block;line-height: 2rem;}
.weihzhibg li:not(:last-of-type)::before{content: "";position: absolute;top: 50%;right: 0;width: 2px;height: 13px;background-color: #ddd;z-index: -1;transform: translateY(-50%);}

/*****************list-image.html*******************/
.list-image #main .pic{position: relative;}
.list-image #main .pic::after{  position: absolute ; content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,.2);top: 0;left: 0;pointer-events: none;visibility: hidden;}
.list-image #main .pic::before {pointer-events: none; position: absolute;content:"\e627";width: 100%;height: 100%;top: 0;left: 0;z-index: 99;display: flex  ;justify-content: center;align-items: center;font-size: 60px;color: #fff;visibility: hidden;}
.list-image #main .pic:hover::after,.list-image #main .pic:hover::before{visibility: visible;}
.list-image #main .pic:hover img{transform: scale(1.05);transition: all .3s;}
/*****************list.html*******************/
.list #main .pic{position: relative;height: 0;overflow: hidden;}
.list #main .pic img{width: 100%;height: 100%;object-fit: cover;display: block;position: absolute;left: 0;transition: 0.5s all;}
.list #main .pic::after{position: absolute ; content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,.2);top: 0;left: 0;pointer-events: none;visibility: hidden;}
.list #main .pic::before {position: absolute;content:"\e627";width: 100%;height: 100%;background-color: rgba(0, 0, 0, .2);top: 0;left: 0;z-index: 99;display: flex  ;justify-content: center;align-items: center;font-size: 60px;color: #fff;visibility: hidden;}
.list #main .pic:hover::after,.list-image #main .pic:hover::before{visibility: visible;}
.list #main .pic:hover img{transform: scale(1.05);transition: all .3s;}

/** 联系我们 **/
/* .page-contact input, .page-contact textarea {width: 100%;padding: 10px;border: 1px solid #ddd;outline: none;transition: all .3s; color: #eee;}
.page-contact input:focus, .page-contact textarea:focus{box-shadow: 0 0 0 2px var(--color-primary);border-color: var(--color-primary);}
.map-con .map {  height: 600px;   z-index: 1;}
.messagetitle h3{font-size: 32px;color: #fff;}
.messagetitle p{font-size: 16px;color: #fff;}
.messagebox  .form-group label {display: none;margin-bottom: 5px;}
.messagebox  .form-group input,.messagebox  .form-group textarea{width: 100%;padding: 10px;outline: none;transition: all .3s;background:none;}
.messagebox  .w-1\/2 {   width: 49%;}
.submitbtn{background-color: var(--color-primary);color: #fff;}
.submitbtn:hover{opacity: 0.8;} */
#map {height: 500px;width: 100vw;left: 50%;transform: translateX(-50%);}
.page_contact .cotact_info_item .iconfont {font-size: 48px;color: var(--color-primary);}
.cotact_info_item {text-align: center;background-color: rgb(255, 255, 255);margin-bottom: 30px;padding: 51px 80px 21px;border-radius: 5px;transition: 0.5s;;height: 100%;}
.contact_warpper_content h3 {font-size: 22px;margin: 24px 0px 10px;}
.contact_warpper_content p{font-size: 17px;line-height: 26px;color: #5d5f62;font-weight: 400;font-family: "Cabin";transition: 0.5s;}
.cotact_info_item:hover {filter: drop-shadow(rgba(177, 177, 177, 0.3) 0px 10px 27px);border-color: rgb(255, 255, 255);}
.contact_warpper {background: #edf5f6;padding: 60px 60px 60px;}}
.section_title h4 {margin-bottom: 14px;font-size: 18px;color: #3dc595;font-weight: 500;}
.section_title h1 {font-size: 46px;line-height: 56px;color: #1a1a1a;font-weight: 700;}
.form-box input {border-radius: 0;transition: 0.5s;background: transparent !important;border: 1px solid #acacac4f;color: #1e1e1e;outline: 0;width: 100%;height: 60px;position: relative;margin-bottom: 20px;padding: 0 21px;}
.form-box.message textarea {color: #232323;transition: 0.5s;background: transparent !important;border: 1px solid #acacac4f;outline: 0;width: 100%;height: 120px;position: relative;padding: 9px 19px;border-radius: 0;}
.contact-form button {display: block;border-radius: 0;text-align: center;font-size: 16px;text-transform: uppercase;color: #ffffff;font-weight: 500;font-family: "Cabin";width: 100%;border: transparent;padding: 16px 0;margin-top: 13px;position: relative;z-index: 1;transition: 0.5s;background: var(--color-primary);}
.contact-form button:hover{opacity: 0.8;filter: drop-shadow(rgba(177, 177, 177, 0.3) 0px 10px 27px);}
.form-captcha{width: 200ppx;height: 50px;border: 1px solid #acacac4f;padding: 10px;background: none;}

/** list-video.html **/
.videobox .video{position: relative;height: 0;overflow: hidden;}
.videobox video{width: 100%;height: 100%;object-fit: cover;display: block;position: absolute;left: 0;transition: 0.5s all;}
.videobox:hover video{transform: scale(1.05);transition: all .3s;}
.videobox:hover .more {background:var(--color-primary); color: #fff;}



@media screen and (max-width: 768px) {
    .warp{width: 95%;}
    body{--swiper-navigation-size: 14px;--swiper-theme-color: #fff;padding-top: 50px;}
    #app{padding-top: 0px;}
    .xymob-head-box .xymob-logo img{width: 180px;}
    header{height: auto;position: fixed;}
    .banner .pic .wenzi{font-size: 14px;}
    .banner .pic p{font-size: 12px;width: 60vw;display: none;}
    .banner .pic .wenzi h3{font-size: calc(20 * var(--vw));}
    .banner .pic .wenzi .more{display: none;}
    .banner .pic .wenzi h4{display: none;}

    .index-about{width: 95%;min-width: auto;padding: 40px 0;}
    .index-about .l .wenzi h4{font-size: 24px;}
    .index-about .l .wenzi h3{font-size: 16px;}
    .index-about .l .wenzi p{font-size: 14px;}
    .index-about .l .item{border-radius: 8px;}
    .index-about .r .wenzi h2{text-align: center;font-size:calc(var(--vw) * 24);padding: 20px 0;order: 2;}
    .index-about .r .wenzi .item h4{font-size: 24px;}
    .index-about .r .wenzi .item p{font-size: 14px;}
    .index-about .r .count{order: 1;margin-top: 10px;}
    .index-about .r .wenzi .desc{order: 3;}
    .index-product{padding:20px 0;}
    .index-product .title h3{font-size: 20px;padding: 20px 0;}
    .index-product>div.relative{width: 95%;min-width: auto;margin:auto;}
    .index-product .title h2{font-size: 24px;}

    .index-video .wenzi{width: 90%;}
    .index-video .title{font-size: calc(36 * var(--vw));}
    .index-video h3{font-size: calc(18 * var(--vw));text-align: center;}
    .index-video .btnplay{width: 60px;height: 60px;}

    .index-honor{padding: 40px 0;}
    .index-honor >div.relative{width: 95%;min-width: auto;margin:auto;}
    .index-honor .title{font-size: 24px;}
    .index-honor .title h2{font-size: 24px;}


    .index-application{padding: 40px 0;}
    .index-application >div.relative{width: 95%;min-width: auto;margin:auto;}
    .index-application .title{font-size: 24px;}
    .index-application .title h2{font-size: 24px;}


    .index-news{padding: 40px 0;}
    .index-news >div.relative{width: 95%;min-width: auto;margin:auto;}
    .index-news .title h4{font-size: 24px;}
    .index-news .title a.more{display: none;}
    .index-news .news{flex-direction: column;}
    .index-news .news .wenzi{width: 100%;}

    .index-news .news .wenzi .newsitems{padding: 20px;}
    .index-news .news .wenzi .newsitems h3{font-size: 18px;}
    .index-news .news .wenzi .newsitems p{font-size: 12px;}
    .index-news .news .wenzi .newsitems .num{font-size: 18px;}

    .index-form .wenzi h3{font-size: 24px;}
    .index-form {background-size: contain!important;background-attachment: unset;}
    .index-form .wenzi{width: 95%;min-width: auto;margin:auto;}
    .index-form .wenzi{flex-direction: column;}
    .index-form .from{width: 95%;margin-top: 20px;height: 40px;}
    .index-form .from .btn{width: 30px;height: 30px;top: 4px;}
    .index-form .wenzi h2{text-align: center;font-size: 12px;}




    footer{padding: 20px 10px 0;    }
    footer>.relative{width: 95%;min-width: auto;margin: 0 auto;}
    footer .text:not(.contact){display: none;}
    footer .nav dt{font-size: 14px;margin-bottom: 20px;}
    footer .nav dt:first-of-type{font-size: 18px;}
    footer .nav .contact dt:not(:first-of-type){margin-bottom: 10px;}
    footer .nav{padding-bottom: 20px;}
    footer .copyright div:last-of-type{display: none;}
    .index-news >div.relative{width: 95%;min-width: auto;margin:0 auto;}


    .page-about .pic {background-attachment: unset;background-size: cover;}
    .page-about .text>h2{font-size: 24px;}
    .page-about .text>h3{font-size: 18px;}
    .page-about .lh-story-cont{margin-top: 10px;}
    .messagetitle h3{font-size: 24px;}
    .list-article .row:nth-of-type(2n){    flex-direction: column;}
    .list-article .row a.more{width: 100px;line-height: 32px;}
    .list-article .row .desc{height: auto   ;}
    .showtitle{font-size: 20px;}
    .thumbnailSwiper .swiper-slide{width: 70px;height: 70px;}
}

