@font-face {font-family: 'DINCond-Medium';src: url('../fonts/DINCond-Medium.eot?r=62144307125');src: url('../fonts/DINCond-Medium.eot?r=62144307125?#iefix') format('embedded-opentype'),url('../fonts/DINCond-Medium.woff2') format('woff2'),url('../fonts/DINCond-Medium.woff?r=62144307125') format('woff'),url('../fonts/DINCond-Medium.ttf') format('truetype');font-weight: normal;font-style: normal;}
/* 顶部内容 */
.wx-header-main {
  background-color: #fff;
  height: 70px;
  line-height: 70px;
  position: sticky;
  /* top: 0;
  left: 0; */
  z-index: 9999;
  width: 100%;
  /* border-bottom: 1px solid #00000011; */
  transition: all .3s;
}
.wx-header-logo {
  float: left;
  height: 70px;
}
.wx-header-logo a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}
/* .wx-header-logo a img {
  height: 60px;
} */
.wx-header-nav {
  float: right;
}
.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:hover>a,.wx-header-nav .nav-ul>li.active>a{color: #4e9f3d;}
.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: 14px;font-family: "Roboto-B";text-transform: uppercase; height: 100%; color: #333;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;}
.wx-header-nav .nav-ul>li>a::after{content:"";width:0px;height:2px;background:#4e9f3d;position:absolute;bottom:0px;left:0px;transition:all .2s linear}
.wx-header-nav .nav-ul>li>ul{position:absolute;left:0px;top:100%;background:#ffffff; min-width:200px;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 #4e9f3d;*/}
/* .wx-header-nav .nav-ul>li>ul li:after {content:'';position: absolute;top: 0;left: 0;width: 0%;height: 100%;background-color: #4e9f3d;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>a {color: #333333;}
.wx-header-nav .nav-ul>li>ul li:hover>a,.wx-header-nav .nav-ul>li>ul li:hover>em{color:#4e9f3d}
.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;font-family: "Roboto-B";text-transform: uppercase; 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:#eee;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-mobilemenu {
  display: none;
  float: left;
  height: 100%;
  margin: 0 0 0 20px;
}
.wx-header-menu {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #333;
  display: none;
  padding: 0px;
  margin: 15px 0px 0px 15px;
  overflow: hidden;
  float: right;
}
.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>a{font-size:16px;padding:0px 15px}
}
@media(max-width:991px){
  .wx-header-main {background-color: #fff; height: 60px; line-height: 60px; position: fixed; top: 0px; left: 0px; width: 100%; box-shadow: 0px 0px 5px #ccc;}
  .wx-header-logo {height: 60px;}
  .wx-header-logo a img {height: 40px;}
  .wx-header-lang {display: none;}
  .wx-header-menu {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-main::after {content: ''; background-color: #00000099; position: fixed; width: 100%; top: 60px; left: 0px; height: calc(100% - 60px); z-index: -1; display: none;}
	.wx-header-nav{position:fixed;top:60px;right:0px;width:80%;height:calc(100vh - 60px);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; color: #333; 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, .wx-header-nav .nav-ul > li.active > a{background:0 0;color:#4e9f3d; font-weight: bold;}
	.wx-header-nav .nav-ul>li.active>a::after {background-color: #4e9f3d;}
	.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:#4e9f3d;}
  .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;}
}
@media(max-width:768px){
	.wx-header-nav{top:60px;height:calc(100vh - 60px)}
}

/* 首页Banner */
.wx-index-banner {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.ban-swiper{
	width: 100%;
}
.ban-slide{
	overflow: hidden;
  position: relative;
}
.ban-slide-bj {
	height: 100%;
	background: no-repeat center;
	background-size: cover;
    overflow: hidden;
}
.ban-slide-bj img {width: 100%;}
.ban-slide-info {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
/* .ban-slide-txt {width: 60%;max-width: 920px;} */
.wx-index-banner .swiper-slide .ban-slide-info h3{ color:#fff; font-size:48px;font-family: "Roboto-B"; font-weight: 700; line-height:1.2; margin: 0px 0px 15px; transform:translateY(80px); opacity:0; } 
.wx-index-banner .swiper-slide .ban-slide-info p{ color:#fff; line-height:1.5; font-family: Arial; font-size:16px; transform:translateY(80px); opacity:0; }
.wx-index-banner .swiper-slide.swiper-slide-active .ban-slide-info h3{ transition:all 2s ease .7s; transform:translateY(0); opacity:1; } 
.wx-index-banner .swiper-slide.swiper-slide-active .ban-slide-info p{ transition:all 2s ease 1s; transform:translateY(0); opacity:1; }
.ban-slide-bj{
	width: 100%;
	overflow: hidden;
}
.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: #ddd;
	border-radius: 50%;
  position: relative;
}
.wx-index-banner>.swiper-pagination-bullets{text-align: center;bottom: 20px;}
.wx-index-banner .swiper-pagination-bullet-active {background: #fff;}
.wx-index-banner .swiper-pagination-bullet-active::after {border: 1px solid #fff; width: 20px; height: 20px; border-radius: 50%; content: ''; position: absolute; top: -6px; left: -6px;}
.ban-video{
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
}
.ban-mt-bj{
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 0;
	z-index: 9;
	width: 100%;
}
.ban-mt{
	position: relative;
}
.ban-mt-div{
	position: absolute;
	right: 0;
	bottom: 30px;
	font-size: 0;
	height: 40px;
	line-height: 40px;
}
.ban-mt-a{
	width: 30px;
	height: 40px;
	float: left;
	background: url(../images/ico04_3.png) no-repeat center;
	background-size: 12px auto;
	cursor: pointer;
}
.ban-mt-e{
	background-image: url(../images/ico04_4.png)
}
.ban-mt-b{
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
	margin: 0 10px;
	color: #fff;
	float: left;
}
.ban-mt-d{
	opacity: .6;
}
.ban-mt-c{
	float: left;
}

.ban-mt>div{
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}
.ban-mt>img{
	position: relative;
	top: 0;
    animation: divfirst 2s linear 0s infinite;
    -moz-animation: divfirst 2s linear 0s infinite;
    -webkit-animation: divfirst 2s linear 0s infinite;
    -o-animation: divfirst 2s linear 0s infinite;
}
@media(max-width:991px){
  .wx-index-banner {margin-top: 60px; height: initial;}
  .ban-slide-bj {background: none;}
  .ban-slide-bj img {display: block;}
  .wx-index-banner .swiper-slide .ban-slide-info h3 {font-size: 20px;}
  .wx-index-banner .swiper-slide .ban-slide-info p {font-size: 14px;}
  .ban-video{
		display: none;
	}
	.ban-mt-bj{
		bottom: .4rem;
	}
	.ban-mt>div{
    right: 10px;
		bottom: 15px;
		height: 20px;
	}
	.ban-mt-c{
		width: 20px;
	}
	.ban-mt-b{
		font-size: 12px;
		line-height: 20px;
		margin: 0 5px;
	}
	.ban-mt-a{
		width: 20px;
		height: 20px;
		background-size: 10px auto;
	}
}

/* 选择我们的原因 */
.wx-index-choicemain {
  padding: 0px;
  margin: 0px;
}
.wx-index-choicelist {
  position: sticky;
  background-color: #fff;
  border-bottom: 1px solid #d8e9a8;
  padding: 50px;
  margin: -80px 0px 0px;
  overflow: hidden;
  z-index: 99;
}
.wx-index-choicelist ul {
  display: grid;
  column-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wx-index-choiceone {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-choiceoneico {
  width: 50px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-choiceonetxt {
  width: calc(100% - 70px);
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-choiceonetxt h3 {
  font-size: 20px;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-choiceonetxt {
  font-size: 14px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

/* 首页产品 */
.wx-index-promain {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-protitle {
  text-align: center;
  padding: 0px;
  margin: 0px 0px 35px;
  overflow: hidden;
}
.wx-index-protitle h3 {
  font-size: 52px;
  color: #333;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-protitle p {
  max-width: 620px;
  font-size: 16px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px auto 35px;
  overflow: hidden;
}
.wx-index-protitle a {
  display: inline-block;
  background-color: #4e9f3d;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  padding: 8px 35px 3px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-prolist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-prolist ul {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-prolist li {
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-index-proone {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-prooneimg {
  border: 1px solid #eee;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-prooneimg img {
  width: 100%;
}
.wx-index-proonetxt {
  text-align: center;
  padding: 20px 0px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-proonetxt h3 {
  font-size: 20px;
  color: #4e9f3d;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-index-proonetxt p {
  font-size: 14px;
  line-height: 25px;
  color: #333;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-index-proonetxt span {
    display: inline-block;
    background-color: #4e9f3d;
    border-radius: 5px;
    color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 25px;
  padding: 5px 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-promore {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px;
  margin: 50px 0px 0px;
  overflow: hidden;
}
.wx-index-promoreinfo {
  width: 50%;
  background: -webkit-linear-gradient(left, #295e4e, #458f41 );
  background: -o-linear-gradient(left,#295e4e, #458f41 );
  background: -moz-linear-gradient(left,#295e4e, #458f41 );
  background: -ms-linear-gradient(left,#295e4e, #458f41 );
  padding: 30px 10px 30px 40px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-promoreinfo a {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #295e4e;
  padding: 8px 30px 5px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-index-promoreinfo p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-promoreimg {
  background-image: url(../images/promore.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  width: 50%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

/* 首页优势 */
.wx-index-advantageinfo {background-image: url(../images/index-advantagebg.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; padding: 0px; margin: 0px; overflow: hidden; position: relative;}
.wx-index-advantageinfo ul {position: relative; margin: 0px; padding: 0px; overflow: hidden;}
.wx-index-advantageinfo ul::after {content: ''; background-color: rgba(0, 0, 0, 0.3); width: 50%; position: absolute; top: 0; left: 0px; height: 100%; padding: 0; margin: 0px; overflow: hidden; z-index: 0;}
.wx-index-advantageinfo li {width: 100%; padding: 0px; margin: 0px; overflow: hidden; position: relative;}
.wx-index-advantageinfo li .list_hover {width: 0; height: 100%; background-color: #4e9f3d; position: absolute; top: 0; left: 0; z-index: 2; display: block; transition: 600ms; -webkit-transition: 600ms; opacity: 0.95;}
.wx-index-advantageinfo li:hover .list_hover {width: calc(50% + 150px);}
.wx-index-advantageone {width: 50%; color: #fff; padding: 30px 0px; margin: 0px; float: left; position: sticky; z-index: 3;}
.wx-index-advantageimg {width: 75px; height: 75px; background-color: #fff; border-radius: 50%; text-align: center; line-height: 45px; color: #4e9f3d; font-size: 26px; font-weight: 600; margin: 0px 15px 0px 0px; padding: 15px; overflow: hidden; float: left;}
.wx-index-advantageonetxt {width: calc(100% - 90px); color: #fff; padding: 0px 10px 0px 0px; margin: 0px; overflow: hidden; float: left;}
.wx-index-advantageinfo li .wx-index-advantageone:after, .wx-index-advantageinfo li .wx-index-advantageone:before {content: ""; background: #fff; display: block; top: 50%; position: absolute; visibility: hidden; opacity: 0; transition: 300ms; -webkit-transition: 300ms;}
.wx-index-advantageinfo li .wx-index-advantageone:before {width: 1px; height: 42px; margin-top: 0; right: -70px;}
.wx-index-advantageinfo li .wx-index-advantageone:after {width: 42px; height: 1px; right: -120px;}
.wx-index-advantageinfo li:hover .wx-index-advantageone:after, .wx-index-advantageinfo li:hover .wx-index-advantageone:before {transition: 300ms ease-in 600ms; -webkit-transition: 300ms ease-in 600ms; visibility: visible; opacity: 1;}
.wx-index-advantageinfo li:hover .wx-index-advantageone:before {margin-top: -21px;}
.wx-index-advantageinfo li:hover .wx-index-advantageone:after {right: -90px;}
.wx-index-advantageonetxt h3 {font-size: 24px; font-weight: 600; padding: 0px; margin: 0px 0px 10px; overflow: hidden;}
.wx-index-advantageonetxt p {font-size: 14px; line-height: 1.5; color: #eee; padding: 0px; margin: 0px; overflow: hidden;}
.wx-index-advantagetitle {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  z-index: 20;
}
.wx-index-advantagetitleinfo {
  max-width: 280px;
  position: absolute;
  top: 50%;
  left: 62%;
  transform: translateY(-50%);
  color: #fff;
  padding: 0px 0px;
  margin: 0px;
  overflow: hidden;
  z-index: 20;
}
.wx-index-advantagetitleinfo h3 {
  display: block;
  font-size: 42px;
  font-family: "OPPOSans-B";
  padding: 0px;
  margin: 0px 0px 25px;
  overflow: hidden;
}
.wx-index-advantagetitleinfo p {
  font-size: 16px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-advantagetitleinfo a {
  display: inline-block;
  background-color: #4e9f3d;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  padding: 8px 35px 3px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-advantagemore {width: 50%; background-color: #4e9f3d; font-size: 15px; line-height: 30px; height: 30px; color: #fff; text-align: right; padding: 0px 50px; margin: 0px; overflow: hidden;}

/* 首页简介 */
.wx-index-aboutmain {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutnum {
	padding: 0px;
	margin: 0px 0px 60px;
	overflow: hidden;
}
.wx-index-aboutnum ul {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wx-index-aboutnum li {
	text-align: left;
	line-height: 1.3;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.wx-index-aboutnum li span {
  font-family: "OPPOSans-R";
  font-size: 56px;
	color: #333;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutnum li span strong {
	font-size: 72px;
  font-family: Impact;
	font-weight: bold;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	overflow: hidden;
}
.wx-index-aboutnum li p {
	font-size: 16px;
  text-transform: uppercase;
	color: #555;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.wx-index-aboutinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutleft {
  width: 28%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutleft span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #4e9f3d;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-index-aboutleft h3 {
  font-size: 48px;
  line-height: 1.1;
  word-wrap: break-word;
  color: #333;
  padding: 0px;
  margin: 0px 0px 25px;
  overflow: hidden;
}
.wx-index-aboutleft p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-index-aboutleft a {
  display: inline-block;
  background-color: #4e9f3d;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  padding: 8px 35px 3px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutright {
  width: 65%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutright li {
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-aboutoneimg {
  border-radius: 5px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutonetxt {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  padding: 10px 0px 0px;
  overflow: hidden;
}

/* 首页荣誉 */
.wx-index-honormain {
  background-image: url(../images/index-honorbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0px 60px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-honortitle {
  text-align: center;
  padding: 0px;
  margin: 0px 0px 35px;
  overflow: hidden;
}
.wx-index-honortitle h3 {
  font-size: 52px;
  color: #333;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-honortitle p {
  max-width: 800px;
  font-size: 16px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px auto 0px;
  overflow: hidden;
}
.wx-index-honorlist {
  padding: 0px 35px 50px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-index-honorlist .swiper-slide {text-align: center;padding: 0px;margin: 0px; overflow: hidden;}
.wx-index-honorlist img {height: 130px;}
.wx-index-honorlist .swiper-pagination {bottom: 0px;}

/* 展会信息 */
.wx-index-partners {
  padding: 100px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-partnerstitle {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-index-partnerstitle span {
  display: flex;
  font-size: 16px;
  text-transform: uppercase;
  color: #4e9f3d;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-index-partnerstitle span svg {
  width: auto;
  height: 20px;
  margin-right: 5px;
}
.wx-index-partnerstitle h3 {
  font-size: 40px;
  line-height: 1.1;
  word-wrap: break-word;
  color: #333;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-index-partnerstitle p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-index-partnerstitle a {
  display: inline-block;
  background-color: #4e9f3d;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  padding: 8px 35px 3px;
  margin: 0px;
  overflow: hidden;
  position: absolute;
  top: 35%;
  right: 0px;
}
.wx-index-partnerslist {
  border-bottom: 1px solid #4e9f3d;
  padding: 0px 0px 50px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-partnerslist ul {
  -webkit-column-count: 2;
  column-count: 2;
  column-gap: 5%;
}
.wx-index-partnerslist li {
  padding: 0px;
  margin: 0px 0px 50px;
  overflow: hidden;
}
.wx-index-partnersoneimg {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
  position: relative;
}
.wx-index-partnersoneimgoem {
    width: 45%;
  position: absolute;
  bottom: 20px;
  left: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 5px #ccc;
  padding: 5px;
  margin: 0px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wx-index-partnersoneimgoem i {
  width: 65px;
  height: 65px;
  line-height: 45px;
  padding: 10px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-partnersoneimgoem i img {width: auto; height: 45px;}
.wx-index-partnersoneimgoem p {
  width: calc(100% - 80px);
  font-size: 24px;
  font-family: math;
  line-height: 25px;
  padding: 10px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-partnersoneimg img {width: 100%;}
.wx-index-partnersonetxt {
  font-size: 16px;
  line-height: 30px;
  padding: 10px 0px 0px;
  margin: 0px;
  overflow: hidden;
}

.wx-index-testimonials {
  border-bottom: 1px solid #4e9f3d;
  padding: 80px 0px 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-testimonials ul {
  display: grid;
  column-gap: 12%;
  grid-template-columns: 1fr 1fr;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-testimonials li {
  padding: 0px;
  margin: 0px 0px 80px;
  overflow: hidden;
}
.wx-index-testimonialstitle {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-index-testimonialstitle span {
  display: flex;
  font-size: 16px;
  text-transform: uppercase;
  color: #4e9f3d;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-index-testimonialstitle span svg {
  width: auto;
  height: 20px;
  margin-right: 5px;
}
.wx-index-testimonialstitle h3 {
  font-size: 48px;
  line-height: 1.1;
  word-wrap: break-word;
  color: #333;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-index-testimonialsone {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-testimonialsone p {
  font-size: 14px;
  line-height: 1.6;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-index-testimonialsone h4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.wx-index-testimonialsone h4 i {
  display: flex;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  padding: 0px;
  margin: 0px 15px 0px 0px;
  overflow: hidden;
}
.wx-index-testimonialsone h4 i img {height: 65px;}
.wx-index-testimonialsone h4 span {
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0px 5px;
  margin: 0px;
  overflow: hidden;
}

/* 案例 */
.wx-index-caseinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #4e9f3d;
  padding: 100px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-caseleft {
  width: 25%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-caseleft span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #4e9f3d;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-index-caseleft span svg {
  width: auto;
  height: 20px;
  margin-right: 5px;
}
.wx-index-caseleft h3 {
  font-size: 48px;
  line-height: 1.1;
  word-wrap: break-word;
  color: #333;
  padding: 0px;
  margin: 0px 0px 25px;
  overflow: hidden;
}
.wx-index-caseleft p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-index-caseleft a {
  display: inline-block;
  background-color: #4e9f3d;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  padding: 8px 35px 3px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-caseright {
  width: 65%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-caseright li {
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-caseright li:last-child {margin: 0px;}
.wx-index-caseoneimg {
  border-radius: 5px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-caseonetxt {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  padding: 10px 0px 0px;
  overflow: hidden;
}

/* 在线订单 */
.wx-index-ordermain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 0px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-orderleft {
  width: 47%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-orderleft span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #4e9f3d;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-index-orderleft span svg {
  width: auto;
  height: 20px;
  margin-right: 5px;
}
.wx-index-orderleft h3 {
  font-size: 48px;
  line-height: 1.1;
  word-wrap: break-word;
  color: #333;
  padding: 0px;
  margin: 0px 0px 25px;
  overflow: hidden;
}
.wx-index-orderleft p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-index-orderright {
  width: 49%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-orderright p {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-message-info {
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-message-info .btn-close {width: auto !important; background-color: inherit; border: 0px;}
.wx-message-info input {
  width: 100%;
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  font-family: inherit;
  line-height: 2;
  color: #666;
  border: 1px solid #e3e3e3;
  outline: none;
  resize: none;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0px 0px 10px;
}
.wx-message-info textarea {
  width: 100%;
  display: block;
  min-height: 80px;
  padding: 5px 10px;
  font-size: 14px;
  font-family: inherit;
  line-height: 2;
  color: #666;
  border: 1px solid #e3e3e3;
  outline: none;
  resize: none;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0px 0px 10px;
}
.wx-message-info button {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 45px;
  padding: 0 10px;
  color: #fff;
  border: 2px solid #4e9f3d;
  background-color: #4e9f3d;
  overflow: hidden;
  transition: color 0.2s linear 0.1s, border-color 0.2s linear 0.3s, background 0.2s linear 0.3s;
}

/* 底部信息 */
.wx-footer-main {
  background-color: #222;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-top {
  color: #fff;
  padding: 60px 0px 40px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-top .container {
  display: flex;
  flex-wrap: nowrap;
}
.wx-footer-topabout {
  width: 35%;
  padding: 0px 10% 0px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topabout img {
  margin-bottom: 25px;
}
.wx-footer-topabout {
  font-size: 14px;
  line-height: 1.8;
}
.wx-footer-topleft {
  width: 30%;
  padding: 0px 5% 0px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topleft h3,.wx-footer-topright dt {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
  position: relative;
}
.wx-footer-topleft li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  font-size: 14px;
  line-height: 2;
  color: #ddd;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topleft li i {
  display: inline-block;
  width: 30px;
}
.wx-footer-topleft li p {
  width: calc(100% - 30px);
}
.wx-footer-topright {
  width: 30%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topright ul {
  display: grid;
  column-gap: 50px;
  grid-template-columns: 1fr 1fr;
}
.wx-footer-topright dd {
  font-size: 14px;
  line-height: 2;
  color: #ddd;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topright dd a,.wx-footer-topleft li a {color: #ddd;}
.wx-footer-bottom {
  border-top: 1px solid #ffffff66;
  font-size: 14px;
  line-height: 2;
  color: #999;
  text-align: center;
  padding: 20px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-copyright {
  float: left;
}
.wx-footer-tech {
  float: right;
}
.wx-footer-tech li {
  padding: 0px 10px;
  margin: 0px;
  overflow: hidden;
  float: left;
  position: relative;
}
.wx-footer-tech li::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0px;
  width: 1px;
  height: 12px;
  background-color: #999;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-tech li:last-child {padding-right: 0px;}
.wx-footer-tech li:last-child:after {display: none;}
.wx-footer-tech li a {
  color: #999;
}

/* 内页开始 */
.wx-page-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-page-banner .wx-page-banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(34,40,49,.83);
  opacity: .81;
  transition: background .3s,border-radius .3s,opacity .3s;
}
.wx-page-banner .container {
  display: flex;
  position: relative;
  z-index: 5;
}
.wx-page-bannertxt {
  width: 100%;
  color: #fff;
  padding: 100px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-bannertxt h2 {
  font-size: 52px;
  font-family: math;
  line-height: 1.5;
  text-align: center;
}
.wx-page-bannertxt p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.wx-page-main {
  padding: 100px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-editor {
  min-height: 480px;
  font-size: 16px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-editor h2 {
  font-size: 52px;
  font-family: math;
  font-weight: 900;
  color: #000;
}
.wx-page-editor h3 {
  font-size: 38px;
  font-family: math;
  color: #000;
}
.wx-page-editor h4 {
  font-size: 28px;
  font-family: math;
  color: #000;
}
.wx-page-pagination {padding: 0px;margin: 35px 0px 0px;overflow: hidden;}
.pagination .page-item a {display: inline-block;width: 35px;height: 35px;line-height: 25px;text-align: center;font-size: 16px;color: #666;background-color: #fff; border: 1px solid #ccc; border-radius: 50% !important;margin-right: 10px;transition: all .6s;}
.pagination .page-item a.page-link {padding: 5px 0px;}
.pagination .page-item.active a.page-link {background-color:#4e9f3d; border: transparent; font-size: 14px; line-height: 28px; color: #fff;}
.pagination .page-item a.page-link svg {height: 18px;}

/* 联系我们 */
.wx-contactus-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-left {
  width: 25%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-left span {
  display: flex;
  font-size: 16px;
  text-transform: uppercase;
  color: #4e9f3d;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-contactus-left span svg {
  width: auto;
  height: 20px;
  margin-right: 5px;
}
.wx-contactus-left h1 {
  font-size: 42px;
  font-weight: 300;
  font-family: math;
  line-height: 1.1;
  word-wrap: break-word;
  color: #333;
  padding: 0px;
  margin: 0px 0px 25px;
  overflow: hidden;
}
.wx-contactus-info {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-info li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-contactus-info li i {
  display: inline-block;
  width: 30px;
  color: #4e9f3d;
}
.wx-contactus-info li p {
  width: calc(100% - 30px);
}
.wx-contactus-right {
  width: 70%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-right p {
  font-size: 24px;
  font-family: math;
  line-height: 1.5;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}

/* 公司简介 */
.wx-aboutus-profilemain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-profileinfo {
  width: 48%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-profileinfo span {
  display: flex;
  font-size: 16px;
  text-transform: uppercase;
  color: #4e9f3d;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-aboutus-profileinfo span svg {
  width: auto;
  height: 20px;
  margin-right: 5px;
}
.wx-aboutus-profileinfo h1 {
  font-size: 42px;
  font-weight: 300;
  font-family: math;
  line-height: 1.1;
  word-wrap: break-word;
  color: #333;
  padding: 0px;
  margin: 0px 0px 25px;
  overflow: hidden;
}
.wx-about-profiletxt {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-about-profiletxt p {margin-bottom: 15px;}
.wx-aboutus-profilebtn {
  padding: 0px;
  margin: 20px 0px 0px;
  overflow: hidden;
}
.wx-aboutus-profilebtn a {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #4e9f3d;
  padding: 10px 30px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-profilebtn a.contact {
  background-color: #4e9f3d;
  color: #fff;
}
.wx-aboutus-profileimg {
  width: 48%;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.wx-aboutus-profileoem {
  position: absolute;
  width: 50%;
  bottom: 20%;
  left: -6%;
  background-color: #fff;
  box-shadow: 0px 0px 5px #ccc;
  padding: 10px;
  margin: 0px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.wx-aboutus-profileoem i {
  width: 75px;
  height: 75px;
  line-height: 55px;
  padding: 10px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-profileoem i svg {width: auto; height: 55px;}
.wx-aboutus-profileoem p {
  width: calc(100% - 80px);
  font-size: 28px;
  font-family: math;
  line-height: 1.3;
  padding: 10px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-profileoem p span {
  display: block;
  font-size: 18px;
  font-family: Arial;
}

.wx-aboutus-numbg {
  background-image: url(../images/about-numbg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-num {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-num ul {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.wx-aboutus-num li {
	text-align: center;
	line-height: 1.3;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.wx-aboutus-num li span {
  font-family: "OPPOSans-R";
  font-size: 56px;
	color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-num li span strong {
	font-size: 72px;
  font-family: Impact;
	font-weight: bold;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	overflow: hidden;
}
.wx-aboutus-num li p {
	font-size: 16px;
  text-transform: uppercase;
	color: #d8e9a8;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.wx-aboutus-photomain {
  background-color: #f6f6f6;
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-aboutus-photomain .swiper-wrapper {
  display: flex;
  align-items: center;
}

.wx-aboutus-testimonialsmain {
  padding: 100px  0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-testimonialstitle {
  text-align: center;
  padding: 0px;
  margin: 0px 0px 50px;
  overflow: hidden;
}
.wx-aboutus-testimonialstitle span {
  display: flex;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #4e9f3d;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-aboutus-testimonialstitle span svg {
  width: auto;
  height: 20px;
  margin-right: 5px;
}
.wx-aboutus-testimonialstitle h3 {
  font-size: 48px;
  font-family: math;
  line-height: 1.1;
  word-wrap: break-word;
  color: #333;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-aboutus-testimonialstitle p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  padding: 0px;
  margin: 0px 0px 0px;
  overflow: hidden;
}
.wx-aboutus-testimonialslist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-testimonialslist li {
  background-color: #f6f6f6;
  padding: 30px;
  margin: 0px 0px 25px;
  overflow: hidden;
  position: relative;
}
.wx-aboutus-testimonialslist li span {
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-testimonialslist li span i {
  color: #fec42d;
  margin-right: 5px;
}
.wx-aboutus-testimonialslist li p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin: 30px 0px;
  padding: 0px;
  overflow: hidden;
}
.wx-aboutus-testimonialslist li strong {
  font-size: 16px;
  line-height: 1.8;
}
.wx-aboutus-testimonialslist li em {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 32px;
  color: #4e9f3d;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

/* 新闻动态 */
.wx-knowledge-list {
  padding: 0px;
  margin: 0px;
}
.wx-knowledge-list ul {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wx-knowledge-list li {
  background-color: #fff;
  box-shadow: 0px 0px 10px #ccc;
  padding: 0px 0px 35px;
  margin: 0px 0px 30px;
  overflow: hidden;
  position: relative;
}
.wx-knowledge-oneimg {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-knowledge-oneimg img {width: 100%;}
.wx-knowledge-onetxt {
  padding: 30px;
  margin: 0px;
  overflow: hidden;
}
.wx-knowledge-onetxt h3 {
  font-size: 24px;
  color: #4e9f3d;
  font-family: math;
  line-height: 1.6;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-knowledge-onetxt p {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  padding: 0px;
  margin: 30px 0px;
  overflow: hidden;
}
.wx-knowledge-onetxt span {
  font-size: 14px;
  font-weight: 700;
  color: #4e9f3d;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-knowledge-onetxt span i {
  font-size: 12px;
}
.wx-knowledge-onedate {
  font-size: 12px;
  line-height: 25px;
  color: #999;
  padding: 10px 30px;
  margin: 0px;
  overflow: hidden;
  border-top: 1px solid #eee;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.wx-knowledge-detailstitle {width: 100%;float: left;text-align: center;font-size: 24px;color: #333;line-height: 34px;}
.wx-knowledge-detailssummary {width: 100%;float: left;margin-top: 25px;border-top: solid 1px #d7d8d8;border-bottom: solid 1px #d7d8d8;line-height: 34px;padding: 9px 0;}
.wx-knowledge-detailssummary .date {float: left;font-size: 14px;color: #777;}
.wx-knowledge-detailssummary .back {float: right;font-size: 14px;}
.wx-knowledge-detailssummary .back a {float: left;color: #777;}
.wx-knowledge-detailssummary .back a img {display: inline-block;vertical-align: top;width: 38px;margin: 0 0 0 11px;}
.wx-knowledge-detailstxt {width: 100%;float: left;margin: 44px 0;font-size: 16px;color: #333333;line-height: 36px;}
.wx-knowledge-detailstxt img {max-width: 100%;}
.wx-knowledge-detailslink {width: 100%;float: left;padding: 16px 0;border-top: solid 1px #d7d8d8;}
.wx-knowledge-detailslink a {width: 49%;float: left;font-size: 14px;color: #666666;line-height: 24px;}
.wx-knowledge-detailslink a:last-child {float: right; text-align: right;}
.wx-knowledge-detailsother {padding: 0px;margin: 30px 0px 0px;overflow: hidden;}
.wx-knowledge-detailsothertitle {width: 100%;font-size: 20px;color: #0094d9;line-height: 28px;}
.wx-knowledge-detailsotherlist {width: 100%;margin: 10px 0px 0px;padding: 0px;overflow: hidden;}
.wx-knowledge-detailsotherlist li {width: 48%;float: left;font-size: 14px;border-bottom: solid 1px #d7d8d8;line-height: 41px;padding-right: 85px;position: relative;text-overflow:ellipsis;white-space: nowrap;}
.wx-knowledge-detailsotherlist li:nth-child(2n) {float: right;}
.wx-knowledge-detailsotherlist li span {position: absolute;right: 0;top: 0;font-size: 14px;line-height: 41px;color: #777;}

/* 问答 */
.wx-faq-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-faq-order {
  width: 25%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-faq-order span {
  display: flex;
  font-size: 16px;
  text-transform: uppercase;
  color: #4e9f3d;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-faq-order span svg {
  width: auto;
  height: 20px;
  margin-right: 5px;
}
.wx-faq-order h3 {
  font-size: 42px;
  font-weight: 300;
  font-family: math;
  line-height: 1.1;
  word-wrap: break-word;
  color: #333;
  padding: 0px;
  margin: 0px 0px 25px;
  overflow: hidden;
}
.wx-faq-info {
  width: 70%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-faq-info span {
  display: flex;
  font-size: 16px;
  text-transform: uppercase;
  color: #4e9f3d;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-faq-info span svg {
  width: auto;
  height: 20px;
  margin-right: 5px;
}
.wx-faq-list {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-faq-list li {
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-faq-list li h3 {
  font-size: 42px;
  font-weight: 300;
  font-family: math;
  line-height: 1.1;
  word-wrap: break-word;
  color: #333;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-faq-onetxt {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-faq-onetxt p {margin-bottom: 10px;}

/* 产品展示 */
.wx-products-deckbanner {
  padding: 20px 0px 10px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-deckbanner .container {max-width: 800px;}
.wx-products-deskbannerinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wx-products-deskbannertxt {
  text-align: center;
  width: 50%;
  padding: 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-deskbannertxt h3 {
  font-size: 32px;
  font-family: 'DINCond-Medium';
  font-weight: 900;
  color: #000;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-products-deskbannertxt p {
  font-size: 16px;
  line-height: 25px;
  color: #333;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-products-deskbannerimg {
  width: 50%;
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-deskbannerimg img {max-width: 100%;}


.wx-products-title {
  max-width: 620px;
  text-align: center;
  padding: 0px;
  margin: 0px auto 80px;
  overflow: hidden;
}
.wx-products-title span {
  display: flex;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #4e9f3d;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-products-title span svg {
  width: auto;
  height: 20px;
  margin-right: 5px;
}
.wx-products-title h3 {
  font-size: 54px;
  font-family: math;
  line-height: 1.1;
  word-wrap: break-word;
  color: #333;
  padding: 0px 0px 15px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-title p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  padding: 0px;
  margin: 0px 0px 0px;
  overflow: hidden;
}
.wx-products-list {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-list ul {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wx-products-list li {
    text-align: center;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-products-get {
    display: inline-block;
    background-color: #4e9f3d;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
    padding: 5px 25px 1px;
    margin: 0px;
    overflow: hidden;
}
.wx-products-oneimg {
    border: 1px solid #f6f6f6;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-oneimg img{
  width: 100%;
}
.wx-products-onetxt {
  text-align: center;
  padding: 20px 20px 10px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-onetxt h3 {
  font-size: 24px;
  font-family: math;
  color: #4e9f3d;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-products-onetxt p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.wx-products-fencemain {
  padding: 20px 0px 25px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-fencenav {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-fencenav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wx-products-fencenav li {
  padding: 0px;
  margin: 0px 5px;
  overflow: hidden;
}
.wx-products-fencenav li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  background-color: #4e9f3d;
  color: #fff;
  padding: 10px 30px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-fencenav li:hover a {background-color: #3b812d;}
.wx-products-fencetitle {
  font-size: 48px;
  font-family: 'DINCond-Medium';
  font-weight: 900;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 25px;
  overflow: hidden;
}
.wx-products-onecate {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-onecatepro {
  background-color: #f8f8f8;
  padding: 50px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-onecatepro .container {max-width: 800px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.wc-products-onecateproimg {
  width: 40%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wc-products-onecateproimg img {width: 100%;}
.wx-products-onecateprotxt {
  width: 60%;
  text-align: center;
  padding: 0px 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-onecateprotxt h3 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-onecateprotxt p {
  font-size: 15px;
  line-height: 2;
  color: #333;
  padding: 0px;
  margin: 20px 0px 30px;
  overflow: hidden;
}
.wx-products-onecateprotxt a {
  display: inline-block;
  background-color: #4e9f3d;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  padding: 10px 30px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-onecateimg {
  padding: 10px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-onecateimg .container {max-width: 800px;display: flex;justify-content: center;}
.wx-products-onecateimg img {width: 100%;}
.wx-products-colors {
  padding: 50px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-colors .container {max-width: 800px;}
.wx-products-colorstitle {
  font-size: 48px;
  font-family: 'DINCond-Medium';
  font-weight: 900;
  letter-spacing: -1px;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-products-colorsmain {
  display: grid;
  column-gap: 50px;
  grid-template-columns: 1fr 1fr;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-colorsinfo {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-colorsinfotitle {
  font-size: 24px;
  font-family: 'DINCond-Medium';
  font-weight: 900;
  text-align: center;
  color: #333;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-products-colorsinfolist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-colorsinfolist ul {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-colorsinfolist li {
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
  position: relative;
}
.wx-products-colorsinfolist li img {width: 100%;
}
.wx-products-colorsinfolist li p {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #00000055;
  padding: 10px;
  font-size: 24px;
  font-family: math;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0px;
  overflow: hidden;
  opacity: 0;
}
.wx-products-colorsinfolist li:hover p {opacity: 1;}
.wx-products-colorbottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 50px 0px 0px;
  overflow: hidden;
}
.wx-products-colorbottomimg {
  width: 40%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-colorbottomimg img {width: 100%;}
.wx-products-colorbottominfo {
  width: 57%;
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-colorbottominfo h3 {
  font-size: 32px;
  font-family: 'DINCond-Medium';
  font-weight: 900;
  color: #000;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-products-colorbottominfo p {
  font-size: 24px;
  font-family: 'DINCond-Medium';
  color: #000;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 25px;
  overflow: hidden;
}
.wx-products-colorbottominfo a {
  display: inline-block;
  background-color: #4e9f3d;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  padding: 8px 35px 3px;
  margin: 0px;
  overflow: hidden;
}

.wx-products-gallery {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
/*.wx-products-gallery .container {max-width: 800px;}*/
.wx-products-gallerytitle {
  font-size: 42px;
  font-family: 'DINCond-Medium';
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 35px;
  overflow: hidden;
}
.wx-products-gallerylist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-gallerylist ul {
  display: grid;
  column-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.wx-products-gallerylist li {
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-products-gallerylist li img {width: 100%;}

.wx-products-outdoormain {
  padding: 80px 0px 0px;
  margin: 0px;
  overflow: hidden;
}
/*.wx-products-outdoormain .container {max-width: 800px;}*/
.wx-products-outdoortitle {
  font-size: 48px;
  font-family: 'DINCond-Medium';
  font-weight: 900;
  letter-spacing: -1px;
  color: #000;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 35px;
  overflow: hidden;
}
.wx-products-outdoorlist {
  padding: 0px;
  margin: 0px 0px 50px;
  overflow: hidden;
}
.wx-products-outdoorlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wx-products-outdoorlist li {
  width: 14.285%;
  padding: 10px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-outdooroneimg {
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-products-outdooroneimg img {width: 100%;}
.wx-products-outdooronetxt {
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-outdooronetxt h3 {
  font-size: 20px;
  font-family: 'DINCond-Medium';
  line-height: 1.2;
  font-weight: 900;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-products-outdooronetxt p,.wx-products-outdooronetxt div {
  font-size: 16px;
  font-family: 'DINCond-Medium';
  line-height: 1.2;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-products-outdoortwotitle {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #4e9f3d;
  padding: 0px;
  margin: 0px 0px 25px;
  overflow: hidden;
}
.wx-products-outdoortwoimg {
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-outdoortwoimg img {max-width: 100%;}
.wx-products-outdoortwobtn {
  text-align: center;
  padding: 0px;
  margin: 30px 0px 50px;
}
.wx-products-outdoortwobtn a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #4e9f3d;
  box-shadow: -23px 0px 10px 0px rgba(0,0,0,.5);
  color: #fff;
  padding: 20px 40px;
  margin: 0px auto;
  overflow: hidden;
}
.wx-products-outdoortwobtn a:hover {background-color: #3b812d;}

.wx-products-order {
  padding: 80px 0px 80px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-order .container {max-width: 700px;}
.wx-products-ordertitle {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  color: #4e9f3d;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-products-orderform {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-orderform button {font-size: 32px; line-height: 60px; width: auto; padding: 0px 45px; font-weight: 700;}
.wx-products-ordernote {
  font-size: 14px;
  font-family: "Roboto-B";
  color: #000;
  padding: 0px;
  margin: 20px 0px 0px;
  overflow: hidden;
}
.wx-products-ordernote2 {
  font-size: 14px;
  font-family: "Roboto-B";
  color: #000;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-products-faqmain {
  padding: 0px 0px 50px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-faqmain .container {max-width: 800px;}
.wx-products-faqtitle {
  font-size: 38px;
  font-family: 'DINCond-Medium';
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-products-faqlist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-faqlist li {
  border-bottom: 1px solid #e3e3e3;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-faqlist li .list {
	cursor: pointer;
	position: relative;
	min-height: 47px;
	line-height: 31px;
	padding: 8px 0;
	font-size: 18px;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: background-color .15s ease-out, border-color .15s ease-out, color .15s ease-out;
	-moz-transition: background-color .15s ease-out, border-color .15s ease-out, color .15s ease-out;
	transition: background-color .15s ease-out, border-color .15s ease-out, color .15s ease-out;
}
.wx-products-faqlist li .list.zk {border-bottom: 1px solid #e3e3e3;}
.wx-products-faqlist li .list i {transform: rotate(90deg); margin-right: 10px;}
.wx-products-faqlist li .list p {font-size: 20px; font-family: 'DINCond-Medium'; font-weight: 900; margin: 0px; display: inline-block;}
.wx-products-faqlist li .inner {
	display: none;
	margin: 0;
	padding: 21px 20px 25px;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-color .15s ease-out;
	-moz-transition: border-color .15s ease-out;
	transition: border-color .15s ease-out;
}
.wx-products-faqlist li .inner p {
	font-size: 15px;
	font-family: 'Microsoft Yahei', sans-serif;
	font-weight: 300;
	line-height: 24px;
	color: #666;
	margin: 0px;
}

@media (max-width: 991px) {
    .wx-index-choicelist {margin-top: -25px; padding: 10px;}
    .wx-index-choicelist ul {display: block;}
    .wx-index-choicelist li {margin-bottom: 20px;}
    .wx-index-choiceonetxt {line-height: 1.5;}
    .wx-index-choiceonetxt h3 {font-size: 18px; margin-bottom: 5px;}
    
    .wx-index-promain,.wx-index-aboutmain,.wx-index-partners {padding: 35px 0px;}
    .wx-index-protitle h3 {font-size: 32px; font-weight: 700; margin-bottom: 10px;}
    .wx-index-protitle p {font-size: 14px; line-height: 1.5; margin-bottom: 15px;}
    .wx-index-protitle a {font-size: 14px; line-height: 35px; padding: 5px 30px 0px; border-radius: 5px;}
    .wx-index-prolist ul {column-gap: 10px; grid-template-columns: 1fr 1fr;}
    .wx-index-promore {display: block; margin-top: 10px;}
    .wx-index-promoreinfo {width: 100%; padding: 20px;}
    .wx-index-promoreinfo a {font-size: 14px; width: 100%; text-align: center; line-height: 35px; padding: 5px 20px 0px;}
    .wx-index-promoreinfo p {font-size: 14px; line-height: 1.6;}
    .wx-index-promoreimg {display: none;}
    
    .wx-index-advantageinfo {background-position: left;}
    .wx-index-advantagetitleinfo {position: inherit;max-width: 100%; top: 0px; left: 0px; text-align: center; padding: 30px 0px 20px; transform: none;}
    .wx-index-advantagetitleinfo h3 {font-size: 24px; margin-bottom: 10px;}
    .wx-index-advantagetitleinfo a {font-size: 14px; width: 90%; text-align: center; line-height: 35px; padding: 5px 20px 0px;}
    .wx-index-advantageinfo ul {padding: 20px 0px;}
    .wx-index-advantageinfo ul::after {width: 100%;}
    .wx-index-advantageinfo li:hover .list_hover {display: none;}
    .wx-index-advantageone {width: 100%; padding: 10px 0px;}
    .wx-index-advantageonenum {width: 40px; height: 40px; line-height: 40px; font-size: 18px;margin-right: 10px; background-size: cover;}
    .wx-index-advantageimg {width: 55px;height: 55px; line-height: 35px; padding: 10px; margin-right: 10px;}
    .wx-index-advantageonetxt {width: calc(100% - 65px); padding: 0px;}
    .wx-index-advantageonetxt h3 {font-size: 18px; margin-bottom: 5px;}
    .wx-index-advantageonetxt p {font-size: 12px;}
    .wx-index-advantagemore {width: 100%;}
    
    .wx-index-aboutnum {margin-bottom: 20px;}
    .wx-index-aboutnum li {width: 50%; text-align: center; margin-bottom: 10px;}
    .wx-index-aboutnum li span {font-size: 28px;}
    .wx-index-aboutnum li span strong {font-size: 42px;}
    .wx-index-aboutnum li p {font-size: 14px;}
    .wx-index-aboutinfo {display: block;}
    .wx-index-aboutleft,.wx-index-caseleft,.wx-index-orderleft {width: 100%; text-align: center; margin-bottom: 20px;}
    .wx-index-aboutleft span,.wx-index-caseleft span,.wx-index-orderleft span {margin-bottom: 5px;}
    .wx-index-aboutleft h3,.wx-index-caseleft h3,.wx-index-orderleft h3 {font-size: 24px; margin-bottom: 10px;}
    .wx-index-aboutleft p,.wx-index-caseleft p,.wx-index-orderleft p {margin-bottom: 10px;}
    .wx-index-aboutleft a,.wx-index-caseleft a {font-size: 14px; width: 90%; text-align: center; line-height: 35px; padding: 5px 20px 0px;}
    .wx-index-aboutright,.wx-index-caseright,.wx-index-orderright {width: 100%;}
    
    .wx-index-honormain {padding: 30px 0px; background-position: left;}
    .wx-index-honortitle h3,.wx-index-partnerstitle h3,.wx-index-testimonialstitle h3 {font-size: 32px; margin-bottom: 10px;}
    .wx-index-honortitle p,.wx-index-partnerstitle p {font-size: 13px; line-height: 1.5;}
    .wx-index-partnerstitle a {top: 15%; font-size: 14px; line-height: 30px; padding: 5px 20px 0px;}
    .wx-index-honorlist img {height: 60px;}
    .wx-index-partnerslist {padding-bottom: 0px;}
    .wx-index-partnerslist ul {column-count: 1;column-gap: 0px;}
    .wx-index-partnerslist li {margin-bottom: 20px;}
    .wx-index-testimonials {padding: 35px 0px 0px;}
    .wx-index-testimonials ul {display: block;}
    .wx-index-testimonials li {margin-bottom: 35px;}
    .wx-index-testimonialsone p {margin-bottom: 10px;}
    .wx-index-caseinfo {padding: 35px 0px; display: block;}
    .wx-index-ordermain {display: block; padding-top: 35px;}
    .wx-footer-top {padding: 20px 0px 10px;}
    .wx-footer-topleft {width: 100%; padding: 0px;}
    .wx-footer-bottom {padding: 10px 0px; line-height: 1.6;}
    .wx-footer-copyright,.wx-footer-tech {float: inherit; text-align: center;}
    
    .wx-page-banner {padding: 60px 0px;}
    .wx-page-bannertxt {padding: 85px 0px 35px;}
    .wx-page-bannertxt h2 {font-size: 32px; line-height: 1.3;}
    .wx-page-main,.wx-products-order {padding: 35px 0px;}
    .wx-contactus-main,.wx-aboutus-profilemain {display: block;}
    .wx-contactus-left,.wx-aboutus-profileinfo,.wx-faq-order {width: 100%; margin-bottom: 30px;}
    .wx-contactus-left span,.wx-aboutus-profileinfo span,.wx-faq-order span,.wx-faq-info span {margin-bottom: 5px;}
    .wx-contactus-left h3,.wx-aboutus-profileinfo h3,.wx-aboutus-testimonialstitle h3,.wx-faq-order h3,.wx-faq-list li h3 {font-size: 28px; margin-bottom: 10px;}
    .wx-contactus-left p,.wx-aboutus-profileinfo p,.wx-faq-order p {margin-bottom: 10px;}
    .wx-contactus-right,.wx-aboutus-profileimg,.wx-faq-info {width: 100%;}
    .wx-contactus-right p {font-size: 14px; line-height: 1.3; margin-bottom: 15px;}
    .wx-aboutus-profileoem {position: inherit; width: 95%; left:50%; transform: translateX(-50%); bottom: 10px;}
    .wx-aboutus-numbg,.wx-aboutus-photomain,.wx-aboutus-testimonialsmain {padding: 35px 0px;}
    .wx-aboutus-testimonialstitle {margin-bottom: 35px;}
    .wx-aboutus-testimonialslist li,.wx-knowledge-onetxt {padding: 15px; margin-bottom: 10px;}
    .wx-aboutus-num ul {grid-template-columns: 1fr 1fr;}
    .wx-aboutus-num li {text-align: center; margin-bottom: 10px;}
    .wx-aboutus-num li span {font-size: 28px;}
    .wx-aboutus-num li span strong {font-size: 42px;}
    .wx-aboutus-num li p {font-size: 14px;}
    .wx-knowledge-list ul {display: block;}
    .wx-knowledge-onetxt h3 {font-size: 20px; line-height: 1.3;}
    .wx-knowledge-onetxt p {margin: 15px 0px;}
    
    .wx-faq-main {display: block; margin-top: 60px;}
    .wx-faq-onetxt {font-size: 14px; line-height: 1.5;}
    .wc-products-onecateproimg,.wx-products-onecateprotxt,.wx-products-colorbottomimg,.wx-products-colorbottominfo {width: 100%;}
    .wc-products-onecateproimg .vertical-align-middle {width: 100%;}
    .wc-products-onecateproimg img,.wx-products-deskbannerimg img {border: 1px solid #ccc;}
    .wx-products-onecateprotxt h3 {margin-top: 20px;}
    .wx-products-colors {padding: 25px 0px;}
    .wx-products-colorstitle,.wx-products-faqtitle {line-height: 1;}
    .wx-products-colorsmain {display: block;}
    .wx-products-colorsinfotitle {margin-bottom: 15px;}
    .wx-products-onecateprotxt p,.wx-products-deskbannertxt p {font-size: 13px; line-height: 1.6; margin: 0px 0px 10px;}
    .wx-products-ordertitle {font-size: 16px; margin-bottom: 15px;}
    .wx-products-orderform button {width: 100%; text-align: center; font-size: 24px; line-height: 45px;}
    .wx-products-onecatepro {padding: 25px 0px;}
    .wx-products-outdoortitle,.wx-products-gallerytitle {font-size: 28px; margin-bottom: 15px;}
    .wx-products-outdoortwotitle {font-size: 18px;}
    .wx-products-outdoortwobtn {margin: 15px 0px 20px;}
    .wx-products-outdoortwobtn a {box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);}
    .wx-products-deskbannerinfo {display: block; padding: 45px 0px 20px;}
    .wx-products-deskbannertxt,.wx-products-deskbannerimg {width: 100%;}
    .wx-products-colorbottom {margin-top: 25px; display: block;}
    .wx-products-colorbottominfo p {font-size: 18px; line-height: 1.8; margin-bottom: 15px;}
    
    .wx-products-faqlist li .list {display: -webkit-box;}
    .wx-products-faqlist li .list p {width: calc(100% - 30px); display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
    .wx-products-faqlist li .list p {font-size: 16px;}
    .wx-products-outdoorlist li {width: 50%;}
    .wx-products-title {margin-bottom: 25px;}
    .wx-products-list ul {display: block;}
    .wx-products-onetxt {padding: 10px 0px 0px;}
    .wx-products-outdooronetxt h3 {font-size: 16px;}
}