@keyframes bodyopen{0%{opacity:0}to{opacity:1}}
@keyframes openclose{0%{opacity:1}to{opacity:0}}
body{background-color: #eee; opacity: 0; animation-name:bodyopen;animation-timing-function:ease;animation-delay:.2s;animation-duration:1s;animation-iteration-count:1;animation-fill-mode:forwards}
@-webkit-keyframes btn-pulse{25%{-webkit-transform:scale(1..05);transform:scale(1.0.5)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes btn-pulse{25%{-webkit-transform:scale(1.05);transform:scale(1.05)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}.btn-pulse{-webkit-transition:all .2s;transition:all .2s;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.btn-pulse-preview,.btn-pulse:hover{-webkit-animation-name:btn-pulse;animation-name:btn-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}

/* 顶部内容 */
.wx-header-main {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff96;
  border-bottom: 1px solid #cccccc33;
  padding: 0px;
  margin: 0px;
  z-index: 99999;
}
.wx-header-main:hover {background-color: #fff;}
.wx-header-bg {background-color: #fff; transition: all .3s;}
.wx-header-main .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wx-header-logo {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-header-logo img {height: 100px;}
.wx-header-nav {
  padding: 0px;
  margin: 0px;
}
.wx-header-nav .nav-ul{height:100%;display:flex;align-items:center;list-style:none;padding:0px}
.wx-header-nav .nav-ul>li{height:100%;padding: 0px;margin: 0 0 0 55px; position:relative}
.wx-header-nav .nav-ul>li:first-child {margin: 0px;}
.wx-header-nav .nav-ul>li:hover>a,.wx-header-nav .nav-ul>li.active>a{color: #ea571b;}
.wx-header-nav .nav-ul>li:hover>a::after,.wx-header-nav .nav-ul>li.active>a::after{width:100%}
.wx-header-nav .nav-ul>li>a{font-size: 16px; font-family: "AlibabaSansb"; height: 100%; color: #333;text-transform:capitalize;margin: 0px;height:100%;display:flex;align-items:center;justify-content:center;position:relative;white-space:nowrap}
.wx-header-nav .nav-ul>li>a em{margin-left:5px;font-size: 12px;}
.wx-header-nav .nav-ul>li>a::after{content:"";width:0px;height:2px;background:#ea571b;position:absolute;bottom:0px;left:0px;transition:all .2s linear}
.wx-header-nav .nav-ul>li>ul{position:absolute;left:0px;top:100%;background:#fff; min-width:240px;margin:0px;box-shadow:1px 2px 10px rgba(0,0,0,.1)}
.wx-header-nav .nav-ul>li>ul li{position:relative;/*border-bottom: 1px solid #ea571b33;*/}
.wx-header-nav .nav-ul>li>ul li:after {content:'';position: absolute;top: 0;left: 0;width: 0%;height: 100%;background-color: #ea571b;z-index: -1;transition:all .3s linear}
.wx-header-nav .nav-ul>li>ul li:last-child {border-bottom: 0px;}
.wx-header-nav .nav-ul>li>ul li:hover:after{width: 100%;}
.wx-header-nav .nav-ul>li>ul li:hover>a,.wx-header-nav .nav-ul>li>ul li:hover>em{color:#fff}
.wx-header-nav .nav-ul>li>ul li:hover ul{transform:scaleY(1);opacity:1}
.wx-header-nav .nav-ul>li>ul a{padding:0px 10px;height:40px;line-height:40px;font-size: 14px;color: #333; display:flex;align-items:center;justify-content:space-between;transition:all .1s linear;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.wx-header-nav .nav-ul>li>ul a i {color: #333;}
.wx-header-nav .nav-ul>li>ul a+em{position:absolute;right:10px;top:50%;transform:translateY(-50%)}
.wx-header-nav .nav-ul>li>ul ul{position:absolute;left:100%;top:0px;transform:scaleY(0);opacity:0;transition:all .3s ease-in-out;background:#FFFFFF;min-width:180px;margin:0px;box-shadow:1px 2px 10px rgba(0,0,0,.1)}
.wx-header-nav .nav-ul ul{list-style:none;padding:0px}
.wx-header-main:hover .wx-header-logo a .logo1,.wx-header-main.wx-header-bg .wx-header-logo a .logo1 {display: none;}
.wx-header-main:hover .wx-header-logo a .logo2,.wx-header-main.wx-header-bg .wx-header-logo a .logo2 {display: inline-flex;}
/* .wx-header-main:hover .wx-header-nav li a,.wx-header-main:hover .wx-header-lang a,.wx-header-main.wx-header-bg .wx-header-nav li a,.wx-header-main.wx-header-bg .wx-header-lang a {color: #333;} */
.wx-header-main:hover .wx-header-nav .nav-ul>li:hover>a,.wx-header-main:hover .wx-header-nav .nav-ul>li.active>a,.wx-header-main.wx-header-bg .wx-header-nav .nav-ul>li:hover>a,.wx-header-main.wx-header-bg .wx-header-nav .nav-ul>li.active>a{color: #ea571b;}
.wx-header-main:hover .wx-header-lang a:before,.wx-header-main.wx-header-bg .wx-header-lang a:before {border-left-color: #333;}
.wx-header-main:hover .wx-header-nav .nav-ul>li>a::after,.wx-header-main.wx-header-bg .wx-header-nav .nav-ul>li>a::after {background:#ea571b;}
.wx-header-other {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-header-search {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #333;
  padding: 0px;
  margin: 35px 0px 0px;
  overflow: hidden;
  float: left;
}
.wx-header-search i {font-size: 20px;}
.wx-header-search:hover {border-color: #ea571b;}
.wx-header-search:hover a {color: #ea571b;}
.wx-header-lang {
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #333;
  font-family: "AlibabaSansb";
  text-transform: uppercase;
  padding: 0px 10px;
  margin: 35px 0px 0px 20px;
  overflow: hidden;
  float: left;
}
.wx-header-lang:hover {border-color: #ea571b;}
.wx-header-lang:hover a {color: #ea571b;}
.wx-header-menu {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #333;
  display: none;
  padding: 0px;
  margin: 0px 0px 0px 15px;
  overflow: hidden;
  float: left;
}
.wx-header-menu .icon-nav02 {
  font-size: 24px;
}
.wx-header-menu .icon-close04 {
  font-size: 18px;
  display: none;
}
@media(min-width:1025px){
	.nav-ul>li:hover .submenu{transform:scaleY(1);opacity:1}
	.nav-ul>li .submenu{transform-origin:top;transform:scaleY(0);opacity:0;transition:all .3s ease-in-out}
}
@media(max-width:1280px){
  .wx-header-nav .nav-ul>li {margin-left: 15px;}
	.wx-header-nav .nav-ul>li>a{font-size:16px;padding:0px 5px}
}
@media(max-width:991px){
  .wx-header-logo {float: left;}
  .wx-header-logo img {height: 75px;}
  .wx-header-other {float: right;}
  .wx-header-search {margin-top: 20px;}
  .wx-header-leng {margin-top: 20px; margin-left: 20px; font-size: 18px;}
  .wx-header-menu {margin-top: 20px; display: block;}
  .wx-header-menu .icon-close04 {display: none;}
  .wx-header-main.active .wx-header-menu .icon-close04 {display: inline-flex;}
  .wx-header-main.active .wx-header-menu .icon-nav02 {display: none;}
  .wx-header-nav{position:fixed;top:65px;right:0px;width:80%;height:calc(100vh - 65px);background:#f6f6f6;flex-direction:column-reverse;transition:all .2s linear;opacity:0;overflow:hidden;visibility:hidden;transform:translateX(80%)}
  .wx-header-main.active .wx-header-nav { opacity: 1; overflow: inherit; visibility: inherit; transform: translateX(0);}
  .wx-header-main.active::after {display: block;}
	.wx-header-nav .nav-ul{width:100%;flex-direction:column;overflow-y:auto;flex:1;padding-bottom:100px}
	.wx-header-nav .nav-ul>li{height:auto;width:100%;margin: 0px;}
	.wx-header-nav .nav-ul>li.cur{background:#F3F8FA}
	.wx-header-nav .nav-ul>li.cur .icon-down02{transform:rotate(0); color: #333;}
	.wx-header-nav .nav-ul>li .icon-down02{position:absolute;right:5px;top:2px;width:40px;height:40px;display:inline-flex;align-items:center; color: #333; justify-content:center;transition:all .1s linear;transform:rotate(-90deg);font-size:14px;}
	.wx-header-nav .nav-ul>li>a{height:auto;padding:10px 15px;margin: 0px; line-height: 25px; font-weight:normal;justify-content:flex-start;}
	.wx-header-nav .nav-ul>li>a.inmenu_1{background: #F3F8FA !important;}
	.wx-header-nav .nav-ul>li.cur>a {color: #333;}
	.wx-header-nav .nav-ul>li:hover>a{background:0 0;color:#fff; font-weight: bold;}
	.wx-header-nav .nav-ul>li:hover>a::after{width:0px}
	.wx-header-nav .nav-ul>li>ul a {line-height: 35px; height: 35px; color: #333; font-weight: bold;}
	.wx-header-nav .nav-ul>li>ul{position:static;box-shadow:none;max-width:100%;background:#F3F8FA;display:none;padding:0px 5px}
	.wx-header-nav .nav-ul>li>ul li:hover>a{background:0 0;color:#ea571b;}
  .wx-header-nav .nav-ul>li>ul li:hover:after {display: none;}
	.wx-header-nav .nav-ul>li>ul li ul a {font-weight: normal; font-size: 13px;}
	.wx-header-nav .nav-ul>li>ul .icon-right03{display:none}
	.wx-header-nav .nav-ul>li>ul ul{position:static;display:block;background:0 0;box-shadow:none;padding:0px 20px; opacity: 1; transform: none;}
	.wx-header-nav .nav-ul .head-left{width:100%;padding:15px;color:#111111;line-height:2}
	.wx-header-nav .nav-ul .head-left .item em{margin-right:5px}
	.wx-header-nav .nav-ul>li .sernavitems {position:static;width:100%;background:#F3F8FA;display:none;padding:0px 10px;box-shadow:none;}
	.wx-header-nav .nav-ul>li.navtwo .sernavitems .sernavchild h3,.wx-header-nav .nav-ul>li.navtwo .sernavitems .sernavchild h3 a {color: #333;}
	.wx-header-main:hover .wx-header-nav .nav-ul>li.cur>a::after, .wx-header-main.wx-header-bg .wx-header-nav .nav-ul>li.cur>a::after {display: none;}
	.wx-header-nav .nav-ul>li.navtwo .sernavitems .sernavchild ul {display: block;}
	.wx-header-nav .nav-ul>li.navtwo .sernavitems .sernavchild li {padding: 0px 15px; color: #666;}
	.wx-header-nav .nav-ul>li.navtwo .sernavitems .sernavchild li a {color: #666;}
	.wx-header-nav .search-box{width:100%;height:auto}
	.wx-header-nav .search-box .head-search{display:none}
	.wx-header-nav .search-input{position:static;opacity:1;transform:none;visibility:inherit;width:100%;box-shadow:none;padding:4px 10px}
	.wx-header-nav .search-input input{flex:1;border:1px solid #EEEEEE}
	.wx-header-nav .search-input input:focus{border-color:#ea571b;}
  .wx-header-main.active::after { content: ''; position: absolute; top: 65px;left: 0; width: 100%; height: calc(100vh - 65px); background-color: #00000099; padding: 0px; margin: 0px; overflow: hidden; z-index: -1;}
}

.search-alert {
  position: fixed;
  z-index: 1000;
  background-color: #000000EE;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.search-alert .cent-form {
  position: absolute;
  width: 90%;
  left: 2.6%;
  top: 50%;
  height: 80px;
  margin-top: -63px;
  border-bottom: 1px solid #fff;
}
.search-alert .cent-form .tex {
  border: none;
  font-size: 42px;
  font-family: "AlibabaSans";
  height: 80px;
  line-height: 80px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  background: none;
  padding-left: 88px;
  padding-right: 80px;
  background: url(../images/ico_36.png) no-repeat 35px 30px;
}
.search-alert .cent-form .tex:focus-visible {outline: initial;}
.search-alert .cent-form .sub-butn {
  border: none;
  height: 80px;
  font-size: 24px;
  line-height: 100px;
  color: #fff;
  text-align: right;
  background: none;
  font-family: "Base-font";
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  text-align: center;
}
.search-alert .close {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/ico_37.png) no-repeat center;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
	opacity: 1;
}

/* 首页Banner */
.wx-index-banner {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.ban-slide-bj {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: no-repeat center;
	background-size: cover;
  overflow: hidden;
}
.ban-slide-bj img {width: 100%;}
.wx-index-banner .swiper-button-next, .wx-index-banner .swiper-button-prev {
  position: absolute;
  left: 20px;
  top: 45%;
  width: 50px;
  height: 50px;
  z-index: 99;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(0, 0, 0, .4);
  border-radius: 50%;
  padding: 10px;
  transition: all .1s linear;
}
.wx-index-banner .swiper-button-next::after, .wx-index-banner .swiper-button-prev::after {display: none;}
.wx-index-banner .swiper-button-next {left: initial; right: 20px;}
.wx-index-banner .swiper-button-next i, .wx-index-banner .swiper-button-prev i {font-size: 24px; color: #fff;}
.wx-index-banner .swiper-notification {width: 100%; bottom: 10px; top: initial; text-align: center;}
.wx-index-banner .swiper-pagination-bullet{
	opacity: 1;
	width:8px;
	height:8px;
  margin: 0px 10px !important;
	background: #666;
	border-radius: 50%;
  position: relative;
}
.wx-index-banner>.swiper-pagination-bullets{text-align: center;bottom: 20px;}
.wx-index-banner .swiper-pagination-bullet-active {background: #000;}
.wx-index-banner .swiper-pagination-bullet-active::after {border: 1px solid #000; width: 20px; height: 20px; border-radius: 50%; content: ''; position: absolute; top: -6px; left: -6px;}
@media(max-width:786px){
  .wx-index-banner {margin-top: 55px; height: initial;}
  .wx-index-banner .swiper-button-next, .wx-index-banner .swiper-button-prev {display: none;}
}

/*  */
.wx-index-advantage{margin:0px}
.wx-index-advantage .advantage-list{display: grid; column-gap: 0px; grid-template-columns: 1fr 1fr 1fr;width:100%;}
.wx-index-advantage .advantage-list li{box-sizing:border-box;background-size: cover;background-position: no-repeat; background-position: center; background-color:#fff;padding:80px 20px;overflow:hidden;position:relative;z-index:1;transition:all .6s ease-out;text-align:center;border-radius: 10px; position: relative;
  top: -100px;
  z-index: 100;}
 .wx-index-advantage .advantage-list li:nth-child(2) {-moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);}
.wx-index-advantage .advantage-list li .wx-index-advantagetxt {position: relative; z-index: 10;}
.wx-index-advantage .advantage-list li .cat,.wx-index-advantage .advantage-list li h3{color:#111111;font-size:26px;font-family: Arial; font-weight: bold; text-transform:capitalize;margin:15px 0px 10px}
.wx-index-advantage .advantage-list li p{font-size:16px;color:#555555;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;line-height:1.8}
.wx-index-advantage .advantage-list li img {width: 75px;-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;}
.wx-index-advantage .advantage-list li picture {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; padding: 0px; margin: 0px;z-index: 1;-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;}
.wx-index-advantage .advantage-list li:hover picture {transform: scale(1.2);}
.wx-index-advantage .advantage-list li:hover img {transform: scale(1.2);}

.hvr-bounce-to-right{display:inline-block;vertical-align:middle;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;transition-property:color;transition-duration:.5s}
.hvr-bounce-to-right:before{content:"";position:absolute;z-index:-1;top:0px;left:0px;right:0px;bottom:0px;background:#fff;transform:scaleX(0);transform-origin:0 50%;transition-property:transform;transition-duration:.5s;transition-timing-function:ease-out}
.hvr-bounce-to-right:active,.hvr-bounce-to-right:focus,.hvr-bounce-to-right:hover{color:#333}
.hvr-bounce-to-right:active:before,.hvr-bounce-to-right:focus:before,.hvr-bounce-to-right:hover:before{transform:scaleX(1);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}

.wx-index-title {
  padding: 0px;
  margin: 0px 0px 35px;
  overflow: hidden;
}
.wx-index-title h3 {
  font-size: 36px;
  line-height: 1.6;
  position: relative;
  padding-bottom: 10px;
  float: left;
}
.wx-index-title h3:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 30px;
  left: 30px;
  height: 3px;
  background: #ea571b;
  margin-left: 0px;
}
.wx-index-title h3:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 30px;
  left: 0px;
  height: 3px;
  background: #222222;
}
.wx-index-title a {
  float: right;
  margin-top: 35px;
  font-size: 13px;
  color: #000000;
  line-height: 25px;
  border-bottom: 1px solid #000000;
}
.wx-index-title a i {
  font-size: 18px;
  vertical-align: middle;
}
.wx-index-title a:hover {
  color: #666;
}

/* 首页简介 */
.wx-index-aboutus {
  padding: 0px;
  margin: 0px 0px 80px;
  overflow: hidden;
}
.wx-index-aboutuslist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutusimg {
  width: 45%;
  border: 5px solid #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.wx-index-aboutusimg img {width: 100%;}
.wx-index-aboutusinfo {
  width: 50%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: right;
}
.wx-index-aboutusinfo h3 {
  font-size: 36px;
  padding: 15px 0px;
  line-height: 1;
  position: relative;
}
.wx-index-aboutusinfo h3::after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 3px;
  width: 70px;
  background: #ea571b;
  left: 0px;
}
.wx-index-aboutusinfo h4 {
  font-size: 18px;
  margin: 20px 0px 10px;
  text-transform: uppercase;
}
.wx-index-aboutustxt {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  max-height: 210px;
  margin: 15px 0px 35px;
}
.wx-index-aboutuslist ul {
  width: 100%;
  display: grid;
  column-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}
.wx-index-aboutuslist li {
  display: flex;
  justify-content: center;
  height: 65px;
  align-items: center;
}
.wx-index-aboutuslist li i, .wx-index-aboutuslist li em {
  margin-right: 10px;
}
.wx-index-aboutuslist li span {
  font-size: 14px;
  line-height: 1.2;

}
.wx-index-aboutuslist li strong {
  font-family: Lato-black;
  font-size: 24px;
  margin-right: 5px;

}
.wx-index-aboutuslist li p {
  font-size: 12px;
}
.wx-index-aboutusmore {
  padding: 0px;
  margin: 50px 0px 0px;
  overflow: hidden;
}
.wx-index-aboutusmore a {
  display: inline-block;
  padding: 8px 25px;
  background: 0 0;
  color: #111111;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #222222;
}
.wx-index-aboutusmore a:hover {
  border-color: #fff;
}

/* 首页产品 */
.wx-index-products {
  padding: 0px 0px 80px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-productslist ul{width:100%;display:grid; column-gap: 30px; grid-template-columns: 1fr 1fr 1fr 1fr;}
.wx-index-productslist li{display:flex;flex-direction:column;align-items:center}
.wx-index-productslist li:last-child{margin-right:0px}
.wx-index-productslist li:hover .wx-index-productstxt span{background-color:#000000;color:#FFFFFF}
.wx-index-productslist li:hover img{transform:scale(1.05)}
.wx-index-productslist li:hover .wx-index-productsimg{box-shadow:0px 5px 10px rgba(0,0,0,.1)}
.wx-index-productsimg{width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;background:#FFFFFF;border:solid 1px #EEEEEE}
.wx-index-productsimg img{max-width:100%;max-height:100%;transition:transform .3s ease}
.wx-index-productstxt {text-align: center; padding: 0px; margin: 0px 0px 20px; overflow: hidden;}
.wx-index-productstxt h3{margin:10px 0px;text-align:center;font-size:18px;color:#111111;line-height:1.4;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2}
.wx-index-productslist .wx-index-productstxt span{padding:10px 20px;display:inline-block;border-radius:999px;transition:color .3s ease,background-color .3s ease;text-transform:lowercase;width:140px;height:35px;line-height: 32px; padding:0px;background-color:#FAFAFA;border:1px solid #DDDDDD}
.wx-index-productslist .wx-index-productstxt span:hover{background-color:#000000;color:#FFFFFF}

/* 首页视频 */
.wx-index-video {
  background: url(../images/video-bg.webp) no-repeat;
  background-size: cover;
  width: 100%;
  padding: 50px 0px;
}
.wx-index-videoinfo {
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-videoinfo h3 {
  font-size: 36px;
  color: #FFFFFF;
  margin: 20px 0px 10px;
  line-height: 1;
}
.wx-index-videoinfo p {
  font-size: 16px;
  line-height: 1.6;
  color: #FFFFFF;
}
.wx-index-videoinfo span {
  display: inline-block;
  padding: 8px 25px;
  margin: 20px 0px 0px;
  background: 0 0;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
}

/* 首页新闻 */
.wx-index-news {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newslist {
  padding: 0px;
  margin: 35px 0px 0px;
  overflow: hidden;
}
.wx-index-newslist ul {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wx-index-newslist li {
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-newsoneimg {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newsonetxt {
  padding: 0px;
  margin: 20px 0px 0px;
  overflow: hidden;
}
.wx-index-newsonetxt span {
  font-size: 12px;
  line-height: 25px;
  color: #aaa;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newsonetxt h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.55;
  color: #333;
  margin: 5px 0px 15px;
}
.wx-news-onetxt p {
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #999;
  margin: 0;
  min-height: 75px;
  overflow: hidden;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.wx-index-newsonetxt em {
  position: relative;
  display: inline-block;
  padding: 25px 0 0px;
  background-color: transparent;
  border-bottom: 1px solid #333;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
  cursor: pointer;
}

/* 首页证书 */
.wx-index-honor {
  padding: 0px 0px 80px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-honortitle {
  text-align: center;
  padding: 0px;
  margin: 0px 0px 50px;
  overflow: hidden;
}
.wx-index-honortitle h3 {
  font-family: "AlibabaSansb";
  font-size: 36px;
  font-weight: 700;
  color: #212121;
  line-height: 36px;
  margin: 0 0 20px 0;
  text-transform: capitalize;
}
.wx-index-honortitle p {
  font-family: "AlibabaSans";
  font-size: 18px;
  font-weight: 400;
  color: #797979;
  line-height: 1.67;
  margin: 0 auto;
  text-align: center;
}
.wx-index-honorlist {
  position: relative;
  padding: 0px 0;
  margin: 0px;
}
.wx-index-honorlist .swiper-container {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.wx-index-honorlist .swiper-wrapper {
  display: flex;
  align-items: center;
}
.wx-index-honorlist .swiper-slide {
  width: 25.86%;
  flex-shrink: 0;
  padding: 0 15px;
  transition: transform 0.3s ease;
  transform: scale(0.8);
  opacity: 0.7;
}
.wx-index-honorlist .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 10;
}
.wx-index-honorlist .swiper-slide-prev,.wx-index-honorlist .swiper-slide-next {
  transform: scale(0.9);
  opacity: 0.85;
  z-index: 5;
}
/* Certificate item */
.wx-index-honorlist .cert-item {
  position: relative;
  background: #fff;
  border-radius: 8px;
  /* padding: 20px; */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}
.wx-index-honorlist .cert-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.wx-index-honorlist .cert-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
/* Navigation arrows */
.wx-index-honorlist .cert-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
  pointer-events: none;
}
.wx-index-honorlist .swiper-button-prev,.wx-index-honorlist .swiper-button-next {
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  pointer-events: auto;
  z-index: 21;
}
.wx-index-honorlist .swiper-button-prev {left: -60px;}
.wx-index-honorlist .swiper-button-next {right: -60px;}
.wx-index-honorlist .swiper-button-prev:hover,.wx-index-honorlist .swiper-button-next:hover {
  background: var(--color-second);
  transform: scale(1.1);
  text-decoration: none;
  color: #fff;
}
.wx-index-honorlist .swiper-button-prev i,.wx-index-honorlist .swiper-button-next i {
  font-size: 24px;
  line-height: 1;
}
/* Hide default Swiper navigation buttons */
.wx-index-honorlist .swiper-button-prev::after,.wx-index-honorlist .swiper-button-next::after {display: none;}
.wx-index-honorlist .swiper-pagination-bullets{display: none;}
/* Responsive Design */
@media (max-width: 1400px) {
  .wx-index-honorlist .swiper-slide {width: 30%;}
}
@media (max-width: 1200px) {
  .wx-index-honorlist .swiper-slide {width: 32%;}
  .wx-index-honorlist .swiper-button-prev {left: -50px;}
  .wx-index-honorlist .swiper-button-next {right: -50px;}
}
@media (max-width: 991px) {
  .wx-index-honorlist .swiper-slide {width: 45%;}
  .wx-index-honorlist .swiper-button-prev,.wx-index-honorlist .swiper-button-next {width: 40px; height: 40px;}
  .wx-index-honorlist .swiper-button-prev {left: 10px;}
  .wx-index-honorlist .swiper-button-next {right: 10px;}
}
@media (max-width: 767px) {
  .wx-index-honor {padding-bottom: 60px;}
  .wx-index-honortitle {margin-bottom: 20px;}
  .wx-index-honortitle h3 {font-size: 20px; line-height: 1.3; margin-bottom: 10px;}
  .wx-index-honortitle p {font-size: 12px; line-height: 1.3;}
  .wx-index-honorlist .swiper-slide {width: 70%;}
  .wx-index-honorlist .swiper-button-prev, .wx-index-honorlist .swiper-button-next{display: none;}
  .wx-index-honorlist .swiper-button-prev i,.wx-index-honorlist .swiper-button-next i {font-size: 14px;}
  .wx-index-honorlist .swiper-slide{transform: scale(1);}
  .wx-index-honorlist .swiper-slide-prev, .wx-index-honorlist .swiper-slide-next{transform: scale(1);}
  .wx-index-honorlist .swiper-slide{padding: 0;}
  .wx-index-honorlist .container{max-width: 100%;}
  .wx-index-honorlist .swiper-pagination-bullets{position: absolute;bottom: -26px;left: 50%;transform: translateX(-50%);display: flex;gap: 8px;justify-content: center;}
  .cert-pagination .swiper-pagination-bullet {width: 10px;height: 10px;background: #C4C4C4;border-radius: 50%;cursor: pointer;transition: all 0.3s ease;}
  .cert-pagination .swiper-pagination-bullet-active {background: #F4541D;}
}
@media (max-width: 575px) {
  .wx-index-honorlist .swiper-slide {width: 85%;}
  .wx-index-honorlist .swiper-button-prev,.wx-index-honorlist .swiper-button-next {width: 35px;height: 35px;}
  .wx-index-honorlist .swiper-button-prev {left: 5px;}
  .wx-index-honorlist .swiper-button-next {right: 5px;}
}

/* 首页工厂车间 */
.wx-index-factory {
  margin: 0px;
  padding: 0px 0px 80px;
  overflow: hidden;
}
.wx-index-factorylist {margin: 0px;padding: 0px; overflow: hidden; position: relative;}
.wx-index-factorylist .swiper-slide {text-align: center;}
.wx-index-factorylist .swiper-slide .pic {width: 100%; display: block;}
.wx-index-factorylist .swiper-slide img {width: 100%;}
.wx-index-factorylist .swiper-slide p {font-size: 18px;color: #212121;line-height: 32px;font-weight: 700;margin: 23px 0 0;}
.wx-index-factorylist .bot {display: flex;align-items: center;width: 100%;margin: 10px auto 0;}
.wx-index-factorylist .tips {flex: 1;margin-left: 20px;overflow: hidden;}
.wx-index-factorylist .swiper-pagination-progressbar {position: static;width: 100%;height: 2px;background: #c9d2d7;}
.wx-index-factorylist .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: #000;top: 0;height: 2px;}
.wx-index-factorylist .bot .page {font-size: 0;}
.wx-index-factorylist .swiper-button-prev,.wx-index-factorylist .swiper-button-next {position: static;width: 20px;height: 20px;line-height: 20px;overflow: hidden;background: 0 0;margin-top: 0;text-align: center;color: #212121;display: inline-block;border-radius: 0;}
.wx-index-factorylist .swiper-button-next::after,.wx-index-factorylist .swiper-button-prev::after {display: none;}
.wx-index-factorylist .swiper-button-prev i,.wx-index-factorylist .swiper-button-next i {color: inherit;font-size: 18px;display: inline-block;}
.wx-index-factorylist .swiper-button-next,.wx-index-factorylist .swiper-container-rtl .swiper-button-prev {margin-left: 8px;}
.wx-index-factorylist .swiper-button-prev:hover,.wx-index-factorylist .swiper-button-next:hover {color: #000;}
@media screen and (max-width: 768px) {
  .wx-index-factorylist .swiper-slide p {font-size: 17px; line-height: 28px; margin: 20px 0 0;}
  .wx-index-factorylist .bot {width: 100%;margin: 0px auto 0;}
}


/* 底部信息 */
.wx-footer-main {
  background-color: #333;
  color: #FFF;
  padding: 0px;
  margin: 0px;
}
.wx-footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0px 30px;
  margin: 0px;
}
.wx-footer-contactus {
  width: 30%;
  padding: 0px;
  margin: 0px;
}
.wx-footer-navlist,.wx-footer-categories {
  width: 16%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-2wm {
  width: 20%;
  padding: 0px;
  margin: 0px;
}
.wx-footer-contactus h3,.wx-footer-navlist h3,.wx-footer-categories h3,.wx-footer-2wm h3 {
  font-size: 24px;
  line-height: 25px;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 30px;
}
.wx-footer-contactus li {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  font-size: 14px;
  line-height: 20px;
  padding: 0px;
  margin: 0px 0px 15px;
}
.wx-footer-contactus li i {
  width: 30px;
  font-size: 18px;
}
.wx-footer-contactus li p {
  width: calc(100% - 35px);
}
.wx-footer-contactus li span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  color: #333;
  padding: 0px;
  margin: 0px 10px 0px 0px;
  position: relative;
}
.wx-footer-contactus li span em {
  display: none;
  position: absolute;
  bottom: 40px;
  left: -55px;
  border-radius: 10px;
  padding: 5px;
  background-color: #fff;
  margin: 0px;
  height: 160px;
  width: 160px;
  overflow: hidden;
}
.wx-footer-contactus li span:hover em {display: block;}
.wx-footer-contactus li span i {
  font-size: 14px;
  width: initial;
}
.wx-footer-contactus li span:hover {
  background-color: #ea571b;
  color: #fff;
}
.wx-footer-navlist li,.wx-footer-categories li {
  font-size: 14px;
  line-height: 30px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-navlist li a,.wx-footer-categories li a {color: #fff;}
.wx-footer-2wm img {height: 180px;}
.wx-footer-bottom {
  border-top: 1px solid #FFFFFF44;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  padding: 10px 0px;
  margin: 0px;
  overflow: hidden;
}

/* 内页开始 */
.wx-page-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 520px;
  padding: 100px 0px 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-page-bannertxt {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-bannertxt h3 {
  font-family: "AlibabaSansb";
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 2px 8px rgba(14, 4, 9, .2);
}
.wx-page-bannertxt p {
  color: #fff;
  font-size: 15px;
  margin: 10px 0 0;
  text-shadow: 0 2px 3px rgba(14, 4, 9, .2);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wx-page-bannertxt p a {color: #fff;}
.wx-page-main {
  padding: 60px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-pagination {width: 100%; text-align: center; margin: 20px 0px 0px; padding: 0px; overflow: hidden;}
.pagination .page-item a {display: inline-block;width: 40px;height: 40px;line-height: 34px;text-align: center;font-size: 16px; background-color: initial;color: #666; border-radius: 0px !important; border: 1px solid #ccc; margin-right: 10px;transition: all .6s;}
.pagination .page-item a.page-link {padding: 2px 0px;}
.pagination .page-item a svg {margin-top: 6px;}
.pagination .page-item.active a.page-link {border: 1px solid #111; background-color: initial; color: #111;}

/* 关于我们 */
.wx-aboutus-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.wx-aboutus-img {
  width: 48%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-img img {border: 5px solid #fff;
}
.wx-aboutus-info {
  width: 50%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-info h3 {
  font-size: 36px;
  margin-bottom: calc((15 / 600) * 100%);
  color: #333;
  font-family: "AlibabaSansb";
}
.wx-aboutus-txt {
  font-size: 16px;
  color: #666;
  line-height: 35px;
  padding: 0px;
  margin: 20px 0px 0px;
  overflow: hidden;
}

/* 产品展示 */
.wx-products-cateinfo {
  background-color: #F9F9F9;
  border-radius: 6px;
  font-family: Arial;
  font-size: 14px;
  line-height: 2;
  color: #333;
  padding: 20px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-products-cateinfo h3 {
  font-family: "AlibabaSansb";
  font-size: 20px;
  padding: 0px;
  margin: 5px 0px 10px;
}
.wx-products-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-left {
  width: 300px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-nav {
  width: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.wx-products-nav .sidebar-title {
  font-family: "AlibabaSansb";
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  padding: 0px 0px 10px;
  position: relative;
}
.wx-products-nav .sidebar-cate {
  padding: 0px;
}
.wx-products-nav .sidebar-cate>li {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.6em;
  position: relative;
  
}
.wx-products-nav .sidebar-cate>li>a {
  width: 100%;
  line-height: 48px;
  font-family: "AlibabaSansb";
  font-size: 16px;
  padding: 10px 0px;
  font-weight: bold;
}
.wx-products-nav .sidebar-cate>li a {
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.wx-products-nav .sidebar-cate>li .iconshow {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wx-products-nav .sidebar-cate>li .iconshow::after {
  content: "";
  width: 22px;
  height: 4px;
  border: 1px solid #666666;
  border-radius: 3px;
}
.wx-products-nav .sidebar-cate>li.active .iconshow::after {
  background: #999999;
  border: none;
}
.wx-products-nav .sidebar-cate>li .sub-menu {
  display: none;
  padding: 5px 0px;
}
.wx-products-nav .sidebar-cate>li .sub-menu a {
  display: block;
  font-family: "AlibabaSans";
  font-size: 14px;
  padding: 5px 10px;
  color: #666666;
  transition: all .1s linear;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wx-products-nav .sidebar-cate>li:hover a,.wx-products-nav .sidebar-cate>li.active:hover a {color: #ea571b;text-decoration: underline;}
.wx-products-nav .sidebar-cate>li.active a {color: #000;text-decoration: underline;}
.wx-products-nav .sidebar-cate>li.active .sub-menu {display: block;}
.wx-products-nav .sidebar-cate>li .sub-menu li.active a {color: #000; text-decoration: underline;}

.wx-products-right {
  width: calc(100% - 340px);
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: right;
}
.wx-products-list {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wx-products-one {
  background-color: #fff;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-products-oneimg {
  border: 1px solid #ccc;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-oneimg img {width: 100%;}
.wx-products-onetxt {
  padding: 15px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-onetxt h3 {
  font-family: "AlibabaSansb";
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.wx-products-detailsimg {
	padding: 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
	max-width: 100%;
	text-align: center;
}
.wx-products-detailsvideo {
	border: 1px solid #ddd;
}
.wx-case-detailsimgbig img {width: 100%;}
.wx-products-detailssmellimg {padding: 0px 30px; margin: 10px 0px 0px; overflow: hidden; position: relative;}
.wx-products-detailssmellimg li {width: 16.666666%; border: 1px solid #ddd; padding: 0px; margin: 0px 0px; overflow: hidden; float: left;}
.wx-products-detailssmellimg li.cur {border: 1px solid #666;}
.wx-products-detailssmellimg li img {width: 100%;transition: all 1s;}
.wx-products-detailssmellimg li:hover img {transform: scale(1.1);transition: all 0.3s linear;}
.wx-case-detailsimglist {padding: 20px 0px 0px;margin: 0px;overflow: hidden;}
.wx-case-detailsimgbox  {padding-bottom: 5px;flex-wrap: nowrap;margin: 0 0px;}
.wx-case-detailsimgbox li {  padding: 0 0px;}
.wx-case-detailsimgsmall {margin: 0px; padding: 0px; position: relative;}
.wx-case-detailsimgsmall img {width: 100%;}
.wx-case-detailsimglist2 {position: relative;}
.wx-products-detailssmellimg .swiper-button-next {opacity: 1;z-index: 10;right: 0px;width: 20px;height: 40px;line-height: 40px; text-align: center;font-size: 18px;color: #333;}
.wx-products-detailssmellimg .swiper-button-prev {opacity: 1;z-index: 10;left: 0px;width: 20px;height: 40px;line-height: 40px; text-align: center;font-size: 18px;color: #333;}
.wx-products-detailssmellimg .swiper-button-next::after,.wx-products-detailssmellimg .swiper-button-prev::after {display: none;}
.wx-products-detailssmellimg .swiper-button-next i,.wx-products-detailssmellimg .swiper-button-prev i {font-size: 28px;}
.wx-products-detailstitle {
	width: 100%;
	padding: 0px 0px 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
.wx-products-detailstitle h1 {
	font-size: 28px;
  font-family: "AlibabaSansb";
	line-height: 1.8;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.wx-products-detailsinfo {
  min-height: 240px;
	font-size: 14px;
	line-height: 2;
	padding: 0px 0px;
	margin: 0px;
	overflow: hidden;
}
.wx-products-detailsinfo p {
	margin: 0px;
	padding: 0px;
}
.wx-products-detailsinfo table tr th {font-family: "AlibabaSansb";padding: 5px 10px; width: 35%; border-bottom: 1px solid #fff; text-align: right; background-color: #ea571b; color: #fff;}
.wx-products-detailsinfo table tr td {padding: 5px 10px; width: initial; border-bottom: 1px solid #fff; background-color: #ddd;}
.wx-products-detailsinfo table { font-size: 14px; border: 0px; border-collapse: collapse; width: 100%;}

.wx-products-detailsmore {
  margin: 25px 0 0;
}
.wx-products-detailsmore a {
  width: 170px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background: #111111;
}

.wx-products-detailsintro {
  padding: 0px;
  margin: 20px 0px 0px;
  overflow: hidden;
}
.wx-products-detailsintrotitle {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0px 0px 2px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsintrotitle span {
  display: inline-block;
  padding: 0 10px;
  box-sizing: border-box;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}
.wx-products-detailsintrotitle span::after {
  display: inline-block;
  content: "";
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}
.wx-products-detailsintroinfo {
  font-size: 16px;
  line-height: 2;
  color: #333;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

/* 布料知识 */
.wx-fabric-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.wx-fabric-maintwo {
    -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wx-fabric-img {
    width: 35%;
  display: block;
  overflow: hidden;
}
.wx-fabric-img img {
  display: block;
  width: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.wx-fabric-info {
    -webkit-flex: 1;
  flex: 1;
  margin: 0 0 0 66px;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #D6D6D6;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.wx-fabric-infoleft {
  margin: 0 66px 0 0;
}
.wx-fabric-info h3 {
    font-family: "AlibabaSansb";
  font-size: 32px;
  color: #333;
  font-weight: bold;
}
.wx-fabric-txt p {
  font-size: 18px;
  color: #666;
  line-height: 2;
  margin: 25px 0 0;
}

/* 新闻动态 */
.wx-news-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}
.wx-news-info {
  position: relative;
  width: 75%;
}
.wx-news-list {
  padding: 0px;
  margin: 0px;
}
.wx-news-list li {
  position: relative;
  display: flex;
  margin-bottom: 2em;
  width: 100%;
}
.wx-news-list li a {
  display: flex;
  flex-wrap: wrap;
}
.wx-news-oneimg {
  width: 25%;
  display: block;
  border: 1px solid #dddddd;
}
.wx-news-oneimg img {width: 100%;}
.wx-news-oneinfo {
  position: relative;
  border: 1px solid #dddddd;
  background-color: #fff;
  border-radius: 3px;
  margin-left: -1px;
  width: 75%;
  border-left: none;
}
.wx-news-oneinfo .wx-news-onetime {
  position: relative;
  display: flex;
  box-sizing: border-box;
  padding: 0px 10px;
  background-color: #f6f6f6;
  align-items: center;
  justify-content: flex-end;
}
.wx-news-oneinfo .wx-news-onetime .date {
  position: absolute;
  bottom: -1px;
  left: 0px;
  display: flex;
  width: 70px;
  height: 52px;
  font-size: 14px;
  background-color: #ea571b;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wx-news-oneinfo .wx-news-onetime .date::before {
  position: absolute;
  top: -11px;
  right: -10px;
  border: 11px solid transparent;
  border-bottom: 11px solid #ea571b;
  content: "";
  opacity: .8;
}
.wx-news-oneinfo .wx-news-onetime .date .day {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
.wx-news-oneinfo .wx-news-onetime .btn {
  display: inline-flex;
  width: 110px;
  height: 40px;
  border-radius: 3px;
  transition: all .2s ease;
  align-items: center;
  justify-content: center;
}
.wx-news-oneinfo .wx-news-onetext {
  padding: 30px 20px;
}
.wx-news-oneinfo .wx-news-onetext h3 {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 10px;
  color: #000;
  font-family: "AlibabaSansb";
  font-size: 20px;
  transition: all .2s ease;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.wx-news-oneinfo .wx-news-onetext p {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #777;
}
.wx-news-sidear {
  width: 22.5%;
}
.wx-news-sidear .wx-news-search{display:flex;overflow:hidden;margin-bottom:20px;padding:15px;width:100%;background-color:#F9F9F9;border-radius:3px}
.wx-news-sidear .wx-news-search .wx-news-searchinput {
  width: 85%;
  flex: 1;
}
.wx-news-search .wx-news-searchinput input {
  padding: 0px 15px;
  width: 100%;
  height: 100%;
  outline: 0;
  border: 1px solid transparent;
  transition: all .1s linear;
}
.wx-news-sidear .wx-news-search .pr-search-btn {
  width: 42px;
  height: 42px;
  border: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #ea571b;
  cursor: pointer;
  color: #FFFFFF;
}
.wx-news-sidear .wx-news-category {
  padding: 15px;
  background: #F9F9F9;
  border-radius: 3px;
}
.wx-news-categorytitle {
  font-family: Arial;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.category-title-box {
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background: #ea571b;
}
.wx-news-categorytitle p {
  color: #000;
  font-weight: 600;
  font-size: 22px;
}
.wx-news-category .wx-news-categoryline {
  margin: 5px 0px;
  width: 100%;
  height: 1px;
  background: #E9E9E9;
}
.wx-news-latestnews {
  display: flex;
  padding: 10px 0px;
  width: 100%;
  justify-content: space-between;
}
.wx-news-latestnews .latest-news-img {
  overflow: hidden;
  width: 33%;
}
.wx-news-latestnews .latest-news-img img {
  display: block;
  width: 100%;
  transition: all .2s linear;
}
.wx-news-latestnews .latest-news-content {
  width: 60%;
}
.wx-news-latestnews .latest-news-title {
  display: -webkit-box;
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  font-size: 15px;
  transition: all .2s linear;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wx-news-latestnews .latest-news-time {
  display: flex;
  margin-top: 5px;
  color: #ea571b;
  font-weight: 400;
  font-size: 12px;
  align-items: center;
  justify-content: flex-start;
}
.wx-news-latestnews .latest-news-time p {
  font-size: 12px;
  padding-left: 5px;
}
.wx-news-detailsmain {
  background-color: #F9F9F9;
  border-radius: 6px;
  padding: 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-news-detailstitle {
  font-family: "AlibabaSansb";
  color: #000;
  font-size: 26px;
  line-height: 1.4;
}
.wx-news-detailsother {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px 20px 0px;
}
.wx-news-detailsother .latest-news-time {
  display: flex;
  margin-right: 20px;
  color: #666;
  font-size: 14px;
  align-items: center;
}
.wx-news-detailsother .latest-news-time .iconfont {
  margin-right: 5px;
}
.wx-news-detailsinfo {
  font-size: 16px;
  line-height: 2;
  color: #333;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.pagelink{display:flex;flex-wrap:wrap;align-items:center;margin:2em 0 0px;width:100%;border-radius:5px;overflow:hidden}
.pagelink .pagelink-item{width:50%;background:#fff;color: #333; padding:10px 15px;transition:all .1s linear;display:flex;align-items:center; font-size: 14px; line-height: 1.8;}
.pagelink .pagelink-item:hover{background:#ea571b}
.pagelink .pagelink-item:hover .iconfont{background:#FFFFFF;color:#ea571b}
.pagelink .pagelink-item:hover .link{color:#FFFFFF}
.pagelink .pagelink-item .iconfont{width:34px;height:34px;background:#ea571b;color:#FFFFFF;border-radius:3px;display:inline-flex;align-items:center;justify-content:center}
.pagelink .pagelink-item .iconfont em{font-size: 20px;font-weight:bold}
.pagelink .pagelink-item .link{font-size: 14px;font-weight:bold; margin: 0px; padding: 0px; display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;flex:1}
.pagelink .pagelink-item.next{justify-content:flex-end}
.pagelink .pagelink-item.prev .link{padding-left:10px}
.pagelink .pagelink-item.next .link{text-align:right;padding-right:10px}

/* 联系我们 */
.wx-contactus-title {
  font-family: "AlibabaSansb";
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  padding: 0px;
  margin: 0px 0px 50px;
  overflow: hidden;
}
.wx-contactus-title span {
  display: block;
  font-family: "AlibabaSans";
  font-size: 18px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-title p {
  display: block;
  font-size: 14px;
  color: #888;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 10px 0px 0px;
  overflow: hidden;
}
.wx-contactus-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px 0px 50px;
  overflow: hidden;
}
.wx-contactus-list {
  width: 48%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-list h3 {
  font-family: "AlibabaSansb";
  font-size: 26px;
  line-height: 1.2;
  color: #333;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-contactus-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 0px 0px 20px;
  margin: 0px 0px 20px;
}
.wx-contactus-list li .ico {
  width: 56px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.wx-contactus-list li .txt {
  -webkit-flex: 1;
  flex: 1;
  margin: 0px 0 0px 20px;
}
.wx-contactus-list li .txt h4 {
  font-family: "AlibabaSansb";
  font-size: 20px;
  line-height: 1;
  color: #212121;
  font-weight: 700;
}
.wx-contactus-list li .txt p {
  font-size: 14px;
  color: #777;
  line-height: 25px;
  margin: 10px 0 0;
}
.wx-contactus-message {
  width: 48%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-message h3 {
  font-family: "AlibabaSansb";
  font-size: 26px;
  line-height: 1.2;
  color: #333;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-contact-messageinpt,.wx-contact-messagelab {
  width: 100%;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
  position: relative;
}
.wx-contact-messageinpt .name {
  float: left;
  color: #888;
  font-size: 14px;
  line-height: 36px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -18px;
}
.wx-contact-messageinpt .name span {
  color: #ea571b;
  padding-left: 5px;
}
.wx-contact-messageinpt input {
  float: left;
  width: 100%;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding: 20px 20px 20px 70px;
  border: 1px solid #ededed;
}
.wx-contact-messagelab textarea {
  float: left;
  width: 100%;
  color: #666666;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
  height: 182px;
  padding: 12px 20px;
  border: 1px solid #ededed;
}
.wx-contact-messagebtn {
  padding: 0px;
  margin: 30px 0px 0px;
  overflow: hidden;
}
.wx-contact-messagebtn button {
  background-color: #ea571b;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 50px;
  margin: 0px;
  border: 0px;
  overflow: hidden;
}
.wx-contact-maps {
  font-size: 14px !important;
  line-height: 1.5;
  color: #000;
  min-height: 420px;
  border: 1px solid #ccc;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contact-maps h3 {
  font-size: 18px;
  font-family: "AlibabaSansb";
}
@media (max-width: 1200px) {
  .wx-index-advantage .advantage-list li {padding: 20px 40px 40px;}
  .wx-index-advantage .advantage-list li:after {width: 200%; left: -250%;}
  .wx-index-advantage .advantage-list li:hover:after {left: -80%;}

  .wx-index-aboutusimg {width: 47%;}
  .wx-index-aboutusinfo h3 {font-size: 26px; padding: 10px 0px;}
  .wx-index-aboutusinfo h4 {font-size: 16px; margin: 10px 0px 5px;}
  .wx-index-aboutustxt {font-size: 13px; line-height: 1.5; max-height: 160px; margin: 10px 0px 20px;-webkit-line-clamp: 4;}
  .wx-index-aboutuslist ul {padding-top: 15px; column-gap: 15px;}
  .wx-index-aboutuslist li i, .wx-index-aboutuslist li em {margin-right: 5px;}
  .wx-index-aboutuslist li strong {font-size: 20px; line-height: 1.2;}
  .wx-index-aboutuslist li span {font-size: 12px;}
  .wx-index-aboutusmore {margin-top: 25px;}
  .wx-index-newsonetxt h3 {font-size: 18px;}
  .wx-index-newsonetxt p {font-size: 14px; line-height: 1.5; min-height: initial;}
  .wx-footer-2wm img {height: 130px;}
  .wx-footer-navlist, .wx-footer-categories {width: 18%;}
  .wx-footer-contactus h3, .wx-footer-navlist h3, .wx-footer-categories h3, .wx-footer-2wm h3 {font-size: 18px; margin-bottom: 15px;}
  .wx-footer-contactus li {margin-bottom: 7px;}
  .wx-footer-navlist li, .wx-footer-categories li {line-height: 24px;}
}
@media (max-width: 991px) {
  .wx-header-main {background-color: #fff; padding: 5px 0px;}
  .wx-header-main .container {display: block;}
  .wx-header-logo img {height: 55px;}
  .wx-header-search {margin-top: 10px;}
  .wx-header-lang {margin-top: 10px; margin-left: 10px;}
  .wx-header-menu {margin-top: 10px;}
  .wx-index-advantage .advantage-list li:after {width: 180%; left: -200%;}
  .wx-index-advantage .advantage-list li:hover:after {left: -65%;}

  .wx-index-advantage {margin: 30px 0px 20px;}
  .wx-index-advantage .advantage-list {display: block;}
  .wx-index-advantage .advantage-list li {margin-bottom: 20px; padding: 15px 25px 20px; top: initial; margin-bottom: 10px; box-shadow: 0px 0px 5px #ccc;}
  .wx-index-advantage .advantage-list li:nth-child(2) {transform: initial;}
  .wx-index-advantage .advantage-list li img {width: 65px;}
  .wx-index-advantage .advantage-list li .cat, .wx-index-advantage .advantage-list li h3 {font-size: 18px;}
  .wx-index-advantage .advantage-list li p {font-size: 14px; line-height: 1.3}
  .wx-index-aboutus {margin-bottom: 30px;}
  .wx-index-aboutuslist {display: block;}
  .wx-index-aboutusimg,.wx-index-aboutusinfo {width: 100%;}
  .wx-index-aboutustxt {font-size: 14px; line-height: 1.5; max-height: initial; margin: 10px 0px 20px;-webkit-line-clamp: 6;}
  .wx-index-aboutuslist ul {column-gap: 15px;}
  .wx-index-aboutuslist li {height: initial;}
  .wx-index-aboutuslist li i {margin-right: 5px;}
  .wx-index-aboutuslist li img {height: 45px; width: 45px;}
  .wx-index-aboutuslist li strong {line-height: 1.2; margin: 0px;}
  .wx-index-aboutuslist li span {font-size: 12px;}
  .wx-index-aboutusmore {margin-top: 20px;}
  .wx-index-aboutusmore a {width: 100%; text-align: center;}
  .wx-index-title {margin-bottom: 20px;}
  .wx-index-title h3 {font-size: 20px;}
  .wx-index-title a {margin-top: 15px;}
  .wx-index-factory {padding-bottom: 50px;}
  .wx-index-products {padding-bottom: 30px;}
  .wx-index-productslist ul{column-gap: 10px; grid-template-columns: 1fr 1fr;}
  .wx-index-news {padding: 30px 0px;}
  .wx-index-newslist {margin-top: 20px;}
  .wx-index-newslist ul {display: block;}
  .wx-index-newsonetxt {margin-top: 10px;}
  .wx-index-newsonetxt h3 {font-size: 20px; margin: 0px 0px 10px;}
  .wx-footer-top {padding: 30px 0px 15px;}
  .wx-footer-contactus {width: 100%;}
  .wx-footer-contactus h3 {margin-bottom: 15px;}
  .wx-footer-contactus li {margin-bottom: 10px;}
  .wx-footer-bottom {line-height: 20px;}
  
  .wx-page-banner {padding-top: 65px; height: 280px;}
  .wx-page-bannertxt h3 {font-size: 28px;}
  .wx-page-bannertxt p {font-size: 13px; margin: 0px;}
  .wx-page-main {padding: 30px 0px;}
  .wx-fabric-main,.wx-aboutus-main {display: block;}
  .wx-aboutus-img {width: 100%; margin-bottom: 20px;}
  .wx-aboutus-info {width: 100%;}
  .wx-aboutus-info h3,.wx-fabric-info h3,.wx-contactus-list h3 {font-size: 24px;}
  .wx-aboutus-txt,.wx-fabric-txt p {font-size: 13px; line-height: 1.6; margin-top: 5px;}
  .wx-products-main {display: block;}
  .wx-products-left,.wx-news-sidear {display: none;}
  .wx-products-right,.wx-news-info {width: 100%; float: initial;}
  .wx-products-list {grid-template-columns: 1fr 1fr;}
  .wx-fabric-info {width: 100%; margin: 0px;padding-bottom: 10px;}
  .wx-fabric-img {width: 100%;margin: 10px 0px 0px;}
  .wx-news-list li a {display: block;}
  .wx-news-oneimg,.wx-news-oneinfo {width: 100%;}
  .wx-news-oneinfo .wx-news-onetext {padding: 15px 10px;}
  .wx-news-oneinfo .wx-news-onetext h3 {font-size: 16px;}
  .wx-news-oneinfo .wx-news-onetext p {font-size: 12px;}
  .wx-news-detailsmain {padding: 10px;}
  .wx-news-detailstitle {font-size: 20px;}
  .wx-news-detailsinfo {font-size: 13px; line-height: 1.5;}
  .wx-contactus-title {font-size: 28px; margin-bottom: 30px;}
  .wx-contactus-info {display: block;}
  .wx-contactus-list,.wx-contactus-message {width: 100%;}
  .wx-contactus-list li .ico {width: 45px;}
  .wx-contactus-list li .txt {margin-left: 10px;}
  .wx-contact-messageinpt input {padding: 10px 10px 10px 60px;}
  .wx-contact-messageinpt .name {left: 10px;}
  .wx-contact-messagelab textarea {padding: 10px;}
}