@import url(./base.css);
/******************header*******************/
/*#app{padding-top: 100px;}*/
header{padding: 0px 10%;background-color: #ffffff8c;display: flex;top:0;justify-content: space-between;align-items: center;height:100px;box-shadow: 0 0 5px rgba(0,0,0,.2);position: fixed;width: 100%;z-index: 999;color: #000;}
header::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform: translateY(-100%);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;}
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-left: auto;margin-right: 50px;}
header .other,header .searchbox{z-index: 998;}
header .menu ul.menu-0{display: flex;position: relative;align-items: center;gap: 20px;height: 100%;}
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;}

.searchbox {color: #fff; position: absolute;right: 0;top: 0;height: 100%;width: calc(var(--vw) * 153 );background: var(--color-primary);display: flex;justify-content: center;align-items: center;}
.searchbox .input-group {position: fixed;left: 0;right: 0;top: 0;bottom: 0; background: #0000003d;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: border-box;margin: 0;border-radius: 0;font: inherit;overflow: visible;-webkit-appearance: none;width:50%;vertical-align: middle;color: #fff;font-size: 36px;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; /* 延长过渡时间对抗浏览器默认 */}
/******************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: translate(-50%,-50%) scale(1);}
.banner img{width: 100%;}
.banner{position: relative;}
.banner .pic .wenzi{transition: all 10s ease-in-out;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%) scale(0.9);color: #fff;font-size: 68px;text-align: center;width: max-content;}
.banner .pic .wenzi a{width: 170px;height: 70px;display: flex;justify-content: center;align-items: center;background-color: #000;margin: 20px auto;font-size: 18px;color: #fff;}
.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;}


.warp{max-width: 1540px;margin: 0 auto;}
.index{background-color: #fbfbfb;}
.index-about {}
.index-about .l{padding:100px;background: #f0f0f0;}
.index-about .l h3{font-size: 38px;text-transform: capitalize;}
.index-about .l h4{font-size: 32px;line-height: 1.5;color: #666;}
.index-about .l p{color: #666;}
.index-about .l  li .count{font-size: 57px;color: var(--color-primary);font-weight: bold;position: relative;line-height: 1;}
.index-about .l  li i{position: absolute;font-style: normal;bottom: 0;font-size: 12px;color: var(--color-primary);color: #666;}
.index-about .l  li p{color: var(--color-primary);font-weight: 800;margin-top: 10px;}
.index-about .l  li:not(:last-of-type) {margin-right:calc(var(--vw) * 178);}
.index-about .r{background-size:120%;background-position: right;position: relative;transition: 0.5s all;}
.index-about .r:hover {background-size: 130%;}
.index-about .r::before{content: "";position: absolute;top: 50%;left:0;transform: translate(-50%,-50%); width: 100px;height: 100px;background-color: rgba(0,0,0,0);z-index: 1;background-image: url('../images/icon1.png');background-position: center;background-repeat: no-repeat;}

.en {
    .index-about .l li:nth-of-type(2) i{right: -60px;}
    .index-about .l li:last-of-type i{right: -23px;}
    .index-about .l li:first-of-type i{right: -36px;}
}


.index-product{padding:100px 5% 0 5%;}
.index-product .title h3{font-size: 38px;text-transform: capitalize;}
.index-product .title h4{font-size: 32px;line-height: 1.5;color: #666;}
.index-product a.more::after{position: absolute;bottom: 0px;left: 0;content: '';width: 10%;height: 2px;background: var(--color-primary);transition: 1s all;}
.index-product a.more:hover::after {width: 100%;}
.index-product  .box {display: flex;gap: 20px;overflow: hidden;margin: 0 auto;}
.index-product  .box-item:nth-of-type(2){flex: 2;}
.index-product  .box-item {flex: 1;min-width: 250px;height: 590px; /* 固定高度 */overflow: hidden;position: relative;transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);cursor: pointer;background: #fff;}
.index-product  .box-image {position: absolute;top: 0;left: 0;width: 100%; /* 扩展图片容器 */height: 100%;transform-origin: center center;transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);}
.index-product  .box-image img{position: absolute;width: 100%;height: 100%;object-fit: cover;}
.index-product  .box-item:hover{ flex: 2}
.index-product  .text-content{position: absolute;width: 100%;background-color: #fff;bottom: 0;left: 0;padding: 20px;}
.index-product  .text-content>div{width: 400px;}
.index-product  .text-content h2{font-size: 24px;line-height: 1.5;color: #000;}
.index-product  .text-content p{font-size: 16px;line-height: 1.5;color: #666;}
.index-product  .text-content::after {position: absolute;bottom: 0px;left: 0;content: '';width: 0%;height: 2px;background: var(--color-primary);transition: 1s all;}
.index-product  .box-item:hover .text-content::after {width: 100%;}

.index-company .title{padding:0 5%;text-align:center}
.index-company .title h3{font-size: 38px;text-transform: capitalize;}
.index-company .title h4{font-size: 32px;line-height: 1.5;color: #666;}
.index-company a.more::after{position: absolute;bottom: 0px;left: 0;content: '';width: 10%;height: 2px;background: var(--color-primary);transition: 1s all;}
.index-company a.more:hover::after {width: 100%;}
.index-company{position: relative;--swiper-navigation-sides-offset:70px}
.index-company .swiper-nav{position: absolute;bottom: 0;left: 0;width: 100%;height: 100px;z-index: 9;}
.index-company .btn1 li{position: relative;display: inline-block;width: 100px;height: 20px;overflow: hidden;cursor: pointer;color: #666666;}
.index-company .btn1 li:last-of-type{width: auto}
.index-company .btn1 li::after{content: "";position: absolute;top: calc(50% -  2px);left: 30px;width: calc(100% - 45px);height: 2px;background-color: #666666;}
.index-company .btn1 li:last-of-type::after{display: none;}
.index-company .btn1 li.active{color: #fff;}
.index-company .swiper-button-next::after,.index-company .swiper-button-prev:after{display: none;}
.index-company  .btn2 li{display: flex;justify-content: center;align-items: center;backdrop-filter: blur(7px);}
.index-company  .btn2 li.active{background: var(--color-primary);}
.index-company .card{width: calc(var(--vw) * 583);background: #ffffffeb;padding: calc(var(--vw) * 50);text-align: center;}
.index-company .card h3{font-size: 36px;color: var(--color-primary);}
.index-company .card .desc{font-size: 16px;color:#666;}
.index-company  a.more{position: relative;color:#666;font-size: 24px;display: inline-block;margin-top: 12px;}
.index-company  a.more::after{position: absolute;bottom: 0px;left: 0;content: '';width: 10%;height: 2px;background: var(--color-primary);transition: 1s all;}
.index-company  a.more:hover::after {width: 100%;}

.index-news{padding:100px 5% 0 5%;}
.index-news .title h3{font-size: 38px;text-transform: capitalize;}
.index-news .title h4{font-size: 32px;line-height: 1.5;color: #666;}
.index-news a.more::after{position: absolute;bottom: 0px;left: 0;content: '';width: 10%;height: 2px;background: var(--color-primary);transition: 1s all;}
.index-news a.more:hover::after {width: 100%;}
.index-news .swiper-slide {padding: 20px;background-color: #fff;border-radius: 20px;}
.index-news .title {font-size: 18px;padding: 20px 0;}
.index-news .desc {height: 88px;margin-top: 10px;}
.index-news .more{display: flex;justify-content: space-between;align-items: center;gap: 10px;}
.index-news .time{font-size: 14px;color: #000;background-color: #f4f4f4;padding: 4px 10px;border-radius: 10px;}
.index-news .amore{width: 30px;height: 30px;border-radius: 50%;background-color: var(--color-primary);display:flex;justify-content:center;align-items: center;color: #fff;}

.index-news  .pic{position: relative;height: 0;overflow: hidden;}
.index-news  .pic img{width: 100%;height: 100%;object-fit: cover;display: block;position: absolute;left: 0;transition: 0.5s all;border-radius: 20px;  clip-path: circle(0%); /* 圆形 */}



footer{  background-color: #fff; color: #666; padding: 127px 5% 0px; }
footer dd  i{ display: inline-block; padding: 4px;}
footer dt{font-size: 20px;color: #333;text-transform: capitalize;margin-bottom: 30px;margin-right:60px;}
footer dd{font-size: 16px;color: #999;line-height: 2;text-transform: capitalize;}
footer .b{border-top: 1px solid #999;padding: 20px 0;margin-top: 40px;text-align: center;}
footer .icon{display: flex;}
footer .icon i{margin-right: 10px;height: 30px; width: 30px;text-align: center;border-radius: 50%;background-color: #cccccc;color: #fff;box-shadow: 0 0 5px rgba(0,0,0,.2);display: flex;justify-content: center;align-items: center;}
footer .icon i:hover{animation: scalc 1s linear alternate  infinite;}
footer  .address i{color: var(--color-primary);margin-right: 5px;}
footer .gotop{width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;background: var(--color-primary);color: #fff;cursor: pointer;}



/******************产品列表页面*******************/
.list-product{background-color:#f3f3f3;}
.tab-content .pic img { width: 100%; object-fit: cover; display: block;height: 100%;}
.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{position: absolute;inset: 0; opacity: 0;padding-bottom: var(--ratio);height: 0;transition: 0.5s ease-in;}
.tab-content.active {display: block;position: relative; opacity: 1;}
.product-item-box {}
.list-product  #myTabContent .pic{position: absolute;inset: 0;overflow: hidden;}
.list-product .product-item {background-color: #000;}
.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: #fff;padding: 7px 21px;color: #000;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);;}
.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;}

/******************关于我们页面*******************/

.page-about .text>h2 {font-size: 60px;font-weight: bold;}
.page-about .text>h3 {font-size: 34px;font-weight: bold;}
.page-about .lh-story-cont {line-height: 30px;color: #4a4a4a;margin-top: 5vh;}
.page-about  .text>.desc {line-height: 30px;color: #4a4a4a;margin: 5vh 0;}
.page-about .lh-submit {display: block;width: 120px;height: 40px;line-height: 40px;text-align: center;color: #fff;background: #1B1B1B;letter-spacing: 5px}
.en.page-about .lh-submit{ letter-spacing: 0px;}



.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;height: 0;overflow: hidden;}
.list-image #main .pic img{width: 100%;height: 100%;object-fit: cover;display: block;position: absolute;left: 0;transition: 0.5s all;}
.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 {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-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;}

/** 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{padding-top: 60px;--swiper-navigation-size: 14px;--swiper-theme-color: #fff;}
    #app{padding-top: 0px;}
    .xymob-head-box .xymob-logo img{width: 180px;}
    header{height: auto;}
    .banner .pic .wenzi{font-size: 14px;}
    .banner .pic p{font-size: 12px;width: 60vw;}
    .z_index_tit .tit{font-size: 20px;}
    .index-about .l{padding: 30px 10px; }
    .index-about .l h3{font-size: 18px;}
    .index-about .l li .count{font-size: 20px;}
    .index-about .l li:not(:last-of-type){margin-right: calc(var(--vw) * 80);}
    .index-about .l li p{font-size: 12px;line-height: 1.1;}
    .index-about .r::before{width: 50px; height: 50px;background-size: contain;left: 50%;}
    .index-about .l li i{transform: scale(0.7);transform-origin: left;}

    .index-product .title h3{font-size: 20px;}
    .index-product{padding: 30px 10px;}
    .index-product .title h4{font-size: 14px;}
    .index-product a{font-size: 12px;}
    .index-product .box{overflow: auto;scroll-behavior: smooth;scroll-snap-type: x mandatory;-webkit-overflow-scrolling: touch; /* 移动端优化 */}
    .index-product .box-item{width: 100%;height: 400px;flex: none;}
    .index-product .text-content h2{font-size: 16px;}
    .index-product .text-content p{font-size: 12px;}
    .index-product .box-item:hover{flex: none;}
    .index-product .box-item:nth-of-type(2){flex: none;}
    .index-product .text-content>div{width: 100%;}
    .index-company .card{width: 100%; height:auto; padding: 0;top: 100%;left: 0;padding: 15px;}
    .index-company .card h3{font-size: 24px;}
    .index-company .swiper-nav{height: 30px;}
    .index-company .swiper-company {padding-bottom: 50%;}
    .index-company .card .desc{font-size: 12px;}
    .index-company .swiper-nav{top:calc(50% - 40px)}
    .index-company a.more{font-size: 12px;}
    .index-company .btn2 li{text-align: center;text-transform: lowercase;font-size: 12px;}
    .en .index-company .btn2 li{padding: 20px 0;  }

    .index-news>.title h3{font-size: 20px;}
    .index-news{padding: 30px 10px;}
    .index-news>.title{padding: 0;}
    .index-news>.title h4{font-size: 14px;}
    .index-news a{font-size: 12px;}
    .index-news .pic img{clip-path: circle(100%);}
    .index-news .desc{font-size: 12px}

    footer{padding: 20px 10px 0;    }
    footer .address{margin-top: 20px;}
    footer .icon{display:none;}
    footer .erweima{ align-items: flex-end; display: flex ;}

    .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;}
}

