@keyframes bodyopen{0%{opacity:0}to{opacity:1}}
@keyframes openclose{0%{opacity:1}to{opacity:0}}
body{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}
.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

/* 顶部内容 */
.wx-header-main {
  width: 100%;
  /* position: fixed;
  top: 0;
  left: 0; */
  background-color: #ffffff;
  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: 15px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-header-logo img {height: 80px;}
.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: #638d3c;}
.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:#638d3c;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);z-index: 99;}
.wx-header-nav .nav-ul>li>ul li{position:relative;/*border-bottom: 1px solid #638d3c33;*/}
.wx-header-nav .nav-ul>li>ul li:after {content:'';position: absolute;top: 0;left: 0;width: 0%;height: 100%;background-color: #638d3c;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: #638d3c;}
.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:#638d3c;}
.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;
}
.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-main {position: fixed;}
  .wx-header-logo {float: left; padding: 5px 0px;}
  .wx-header-logo img {height: 55px;}
  .wx-header-other {float: right;}
  .wx-header-search {margin-top: 15px;}
  .wx-header-lang {margin-top: 15px; margin-left: 15px; font-size: 16px;}
  .wx-header-menu {margin-top: 15px; 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; font-weight: 700;}
	.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;}
	.wx-header-nav .nav-ul>li>ul{position:static;box-shadow:none;max-width:100%;background:#F3F8FA;display:none;padding:0px 5px; margin-left: 10px; margin-bottom: 10px;}
	.wx-header-nav .nav-ul>li>ul li:hover>a{background:0 0;color:#638d3c;}
  .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-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;}
}

/* 首页 Banner */
.wx-index-banner {
  height: calc(100vh - 110px);
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.ban-swiper{
  height: 100%;
	width: 100%;
}
.ban-slide{
  height: 100%;
	overflow: hidden;
  position: relative;
}
.ban-slide-bj {
	height: 100%;
	background: no-repeat center;
	background-size: cover;
  overflow: hidden;
}
.ban-slide-bj img {position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  }
.wx-index-banner .swiper-slide.swiper-slide-active .ban-slide-bj img {animation: 4.5s bn_anim forwards !important;transition: .5s;}
.ban-slide-bj{width: 100%;overflow: hidden;}
.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: #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;}
@media(max-width:991px){
  .wx-index-banner {margin-top: 59px; height: 200px;}
  .ban-slide-bj {background: none;}
  .ban-slide-bj img {display: block;}
  .wx-index-banner .swiper-button-next, .wx-index-banner .swiper-button-prev {display: none;}
}
@keyframes bn_anim {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bn_anim {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* 首页产品 */
.wx-index-productbg {
  background-image: url(../images/index-probg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 800px;
  padding: 120px 0px;
  position: relative;
}
.wx-index-productmain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-productleft {
  width: 24%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-producttitle {
  color: #333;
  padding: 0px;
  margin: 0px 0px 35px;
  overflow: hidden;
}
.wx-index-producttitle h3 {
  display: inline-block;
  font-size: 42px;
  font-weight: 700;
  padding: 0px 25px 0px 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
  position: relative;
}
.wx-index-producttitle h3::after {
  content: '';
  position: absolute;
  bottom: 13px;
  right: 0px;
  width: 15px;
  height: 3px;
  background-color: #638d3c;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-producttitle h3::before {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 10px;
  height: 3px;
  background-color: #638d3c;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-producttitle p {
  font-size: 15px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-productname {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-productname ul {
  display: block;
}
.wx-index-productname li {
  flex-shrink: inherit;
  width: 100%;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-productname li a {
  width: 200px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #638d3c;
  border-radius: 50px;
  line-height: 40px;
  padding: 0px 30px;
  margin: 0px;
  color: #333;
  position: relative;
}
.wx-index-productname li.swiper-slide-thumb-active a {color: #fff;background-color: #C00; border-color: #C00;}
.wx-index-productcenter {
  width: 50%;
  padding: 0px;
  margin: 0px;
}
.wx-index-productcenter .M {width: 32vw;height: 32vw;z-index: 1;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.wx-index-productcenter .M-border {height: 100%;width: 100%;animation: a2 40s linear 0s infinite;}
.wx-index-productcenter .M-border:before {content: '';position: absolute;width: 100%;height: 100%;border-radius: 50%;z-index: -1;border: 1px solid #dcdcdc;box-sizing: border-box;}
.wx-index-productcenter .M-border:after {content: '';position: absolute;top: 0px;left: 50%;transform: translate(-50%, -50%);width: 12px;height: 12px;border-radius: 50%;background: #e25518;margin-top: 1px;animation: a3 40s linear 0s infinite;}
@keyframes a1 {
  0% {transform: translateY(0);}
  20% {transform: translateY(0);}
  40% {transform: translateY(-5px);}
  50% {transform: translateY(0);}
  60% {transform: translateY(-3px);}
  80% {transform: translateY(0);}
  100% {transform: translateY(0);}
}
@keyframes a2 {
  100% {transform: rotate(360deg);}
}
@keyframes a3 {
  0%,50% {background: #638d3c;}
  51%,100% {background: #638d3c;}
}
.wx-index-productcenter .M-box {position: absolute;width: 100%;height: 100%;padding: 1.5vw;left: 0px;top: 0px;z-index: 0;}
.wx-index-productcenter .M-bg {border-radius: 50%;width: 100%;height: 100%;/*box-shadow: 8px 0 1.5vw 0 rgba(40, 57, 91, 0.1);*/}
.wx-index-productcenter .M ul {position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 0;}
.wx-index-productcenter .M li {position: absolute;width: 80%;height: 80%;top: 10%;left: 10%;z-index: -1;transform: scale(0.5);opacity: 0;transition: 0.5s ease 0s;}
.wx-index-productcenter .M li img {max-height: 100%;max-width: 100%;transition: 0.5s linear 0s;border-radius: 300px;transform: scale(1.1);}
.wx-index-productcenter .M li.on {transform: scale(1);opacity: 1;transition-delay: 0.4s;z-index: 0;}
.wx-index-productright {
  width: 20%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-producttxt {
  color: #333;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-producttxt h3 {
  font-size: 24px;
  font-weight: 600;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-producttxt p {
  font-size: 14px;
  line-height: 2;
  padding: 0px;
  margin: 0px 0px 35px;
  overflow: hidden;
}
.wx-index-producttxt span {
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-producttxt span a {
  display: inline-block;
  border: 1px solid #638d3c;
  border-bottom: 2px solid #638d3c;
  border-radius: 50px;
  padding: 5px 30px;
  font-size: 14px;
  line-height: 30px;
  color: #638d3c;
  margin: 0px;
  overflow: hidden;
}
.wx-index-producttxt span a:hover {background-color: #638d3c;color: #fff;}
.active .wx-index-productleft {animation: 1.5s fadeLeft forwards !important;transition: .5s;}
.active .wx-index-productcenter .M {animation: 1.5s zoomIn1 forwards !important;transition: .5s;}
.active .wx-index-productright {animation: 1.5s fadeRight forwards !important;transition: .1s;}

/* 首页案例 */
.wx-index-casemain {
  background-image: url(../images/index-casebg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-casetitle {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-index-casetitle h3 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-index-casetitle p {
  font-size: 16px;
  line-height: 25px;
  color: #333;
  padding: 0px 0px 0px 15px;
  margin: 30px 0px 0px 10px;
  overflow: hidden;
  position: relative;
}
.wx-index-casetitle p::after {
  content: '/';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 10px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-caselist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-caselist ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wx-index-caselist ul li{
  height: 530px;
  position: relative;
  transition: .5s;
  /*padding: 0 30px;*/
}
.wx-index-caselist ul li a {
  display: grid;
  height: 100%;
}
.wx-case-one {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.wx-case-onetxt{
  position: absolute;
  bottom: 10px;
  left: 0px;
  padding: 10px 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-case-onetxt h3{
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.wx-index-caselist ul li {
  width: calc(33.33333% - 10px);
}
.wx-index-caselist ul li.active1 {
  width: calc(50% - 10px);
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, .3);
}
.wx-index-caselist ul li.active2 {
  width: calc(25% - 10px);
  transition: all 0.3s ease;
}

/* 首页简介 */
.wx-index-aboutmain {
  background-image: url(../images/index-aboutbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0px 250px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-index-aboutinfo {
  width: 49%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.wx-index-aboutinfo span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: 333;
  line-height: 30px;
  padding: 0px 0px 10px;
  margin: 0px 0px 15px;
  overflow: hidden;
  position: relative;
}
.wx-index-aboutinfo span::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 25px;
  height: 2px;
  background-color: #638d3c;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutinfo h3 {
  display: block;
  font-size: 40px;
  line-height: 1.5;
  color: #333;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-abouttxt {
  font-size: 16px;
  line-height: 2;
  color: #333;
  padding: 0px;
  margin: 0px 0px 45px;
  overflow: hidden;
}
.wx-index-aboutinfo a {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  border-radius: 30px;
  color: #638d3c;
  background-color: #fff;
  padding: 5px 35px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutimg {
  width: 49%;
  padding: 0px 0px 80px 60px;
  margin: 0px;
  overflow: hidden;
  float: right;
  position: relative;
}
.wx-index-aboutimg img {
  width: 100%;
  border-radius: 15px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutvideo {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutvideo i {
  display: block;
  width: 115px;
  height: 115px;
  line-height: 115px;
  font-size: 32px;
  color: #C00;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutvideo p {
  font-size: 14px;
  line-height: 35px;
  color: #333;
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutmun {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutmunlist {
  background-color: #fff;
  border-radius: 20px 20px 0px 0px;
  padding: 40px 6%;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutmunlist ul {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.wx-index-aboutmunlist li span {
  font-size: 18px;
  color: #638d3c;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutmunlist li span strong {
  font-size: 52px;
  font-weight: 700;
  padding: 0px;
  margin: 0px 10px 0px 0px;
  overflow: hidden;
}
.wx-index-aboutmunlist li p {
  font-size: 15px;
  line-height: 30px;
  color: #666;
  padding: 0px;
  margin: 0px 0px 0px;
  overflow: hidden;
}

/* 首页新闻 */
.wx-index-newsmain {
  background-image: url(../images/index-newsbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-index-title {
  text-align: center;
  padding: 0px;
  margin: 0px 0px 25px;
  overflow: hidden;
}
.wx-index-title h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 0px;
  color: #333;
}
.wx-index-title p {
  color: #666;
  font-size: 14px;
  line-height: 34px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newslist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newslist ul {
  display: grid;
  column-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wx-index-newslist li {
  border-radius: 15px;
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newsoneimg {
  text-align: center;
  padding: 0px ;
  margin: 0px 0px 0px;
  overflow: hidden;
}
.wx-index-newsoneimg img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wx-index-newslist li:hover .wx-index-newsoneimg img  {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.wx-index-newsonetxt {
  padding: 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newsonetxt h3 {
  color: rgba(34, 38, 67, 1);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  line-height: 25px;
  height: 50px;
  letter-spacing: 0px;
  margin-bottom: 8px;
}
.wx-index-newsonetxt p {
  font-size: 14px;
  color: #888;
  margin-bottom: 13px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.wx-index-newsonetxt span {
  font-size: 12px;
  color: #666;
}

/* 底部信息 */
.wx-footer-main {
  background-color: #19212c;
  color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-main a {color: #ddd;}
.wx-footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0px 25px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topleft {
  width: 20%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topleft span {
  display: block;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-footer-topleft span img {height: 80px;}
.wx-footer-topleft p {
  max-width: 180px;
  font-size: 15px;
  line-height: 1.8;
  color: #999;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topleft ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 20px 0px 0px;
}
.wx-footer-topleft li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  padding: 0px;
  margin: 0px 10px 0px 0px;
  position: relative;
}
.wx-footer-topleft li em {
  display: none;
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topleft li:hover em {
  display: ruby;
}
.wx-footer-topleft li em img {width: 120px;
}
.wx-footer-topleft li a {color: #002e69;}
.wx-footer-topcenter {
  width: 40%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topcenter h3 {
  font-size: 18px;
  line-height: 25px;
  margin: 0px 0px 20px;
  padding: 0px;
  overflow: hidden;
}
.wx-footer-topcenter ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 20px 0px 0px;
  overflow: hidden;
}
.wx-footer-topcenter li {
  display: flex;
  flex-wrap: wrap;
  width: 48%;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-footer-topcenter li:last-child {
  width: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topcenterico {
  width: 50px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topcenterico i {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topcenterlinkinfo {
  width: calc(100% - 50px);
  font-size: 14px;
  line-height: 1.6;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topcenterlinkinfo span {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topcenter li:last-child .wx-footer-topcenterlinkinfo {color: #ccc;}
.wx-footer-topcenter li:last-child .wx-footer-topcenterlinkinfo span {font-size: 14px; font-weight: normal;}
.wx-footer-topright {
  width: 30%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topright ul {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.wx-footer-topright li {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topright li h3 {
  font-size: 18px;
  line-height: 25px;
  margin: 0px 0px 15px;
  padding: 0px;
  overflow: hidden;
}
.wx-footer-topright li dl {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topright li dd {
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.wx-footer-topright li dd a {color: #ccc;}
.wx-footer-bottom {
  border-top: 1px solid #ffffff33;
  padding: 20px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-bottom a {color: #999;}
.wx-footer-copyright {
  font-size: 15px;
  line-height: 30px;
  color: #999;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  text-align: center;
  float: left;
}
.wx-footer-technical {
  font-size: 15px;
  line-height: 30px;
  color: #999;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: right;
}

/* 内页开始 */
.wx-page-banner {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-page-banner img {width: 100%;}
.wx-page-banner::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #00000010;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  z-index: 1;
}
.wx-page-bannertxt {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  z-index: 5;
}
.wx-page-bannertxt h3 {
  font-size: 40px;
  font-family: 700;
  padding: 0px 0px 20px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-page-bannertxt h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-main {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-twonav {background: #fff;overflow: hidden;border-bottom: 1px solid #eee;}
.wx-page-localnav {padding: 0px; margin: 0px; overflow: hidden;}
.wx-page-localnav ul {display: flex; flex-wrap: wrap; padding: 0px; margin: 0px; overflow: hidden;}
.wx-page-localnav li {font-size: 16px; line-height: 60px; padding: 0px 30px 0px 0px; margin: 0px; overflow: hidden; position: relative;}
.wx-page-localnav li::after {content: '>'; font-size: 18px; position: absolute; top: 12px; right: 10px; line-height: 40px;}
.wx-page-localnav li a{color:#098b3b;}
.wx-page-localnav li:last-child:after {display: none;}
.wx-page-pagination {padding: 0px;margin: 25px 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:#098b3b; border: transparent; font-size: 14px; line-height: 28px; color: #fff;}


/* 公司简介 */
.wx-about-profilemain {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-about-profiletitle {
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-about-profiletitle span {
  display: block;
  font-size: 14px;
  word-break: break-word;
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
}
.wx-about-profiletitle span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 36px;
  height: 2px;
  background-color: #002e69;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-about-profiletitle h3 {
  line-height: 1.3;
  font-size: 36px;
  letter-spacing: -1px;
  color: #333;
  padding-right: 22vw;
}
.wx-about-profileinfo {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  align-items: center;
  flex-direction: row;
}
.wx-about-profileinfotxt {
  width: 50%;
  padding: 0px 3.5vw 0px 0px;
  margin: 0px;
  line-height: 2.3;
  font-size: 14px;
  overflow: hidden;
}
.wx-about-profileinfoimg {
  width: 50%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-about-profileinfoimg img {width: 100%;}
.wx-about-profilenum {
  margin: 50px 0px 0px;
  padding: 0px;
  overflow: hidden;
}
.wx-about-profilenum ul {
  display: grid;
  gap: 0 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.wx-about-profilenum li {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.wx-about-profilenum li span {
  font-size: 18px;
  color: #638d3c!important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.wx-about-profilenum li span strong {font-size: 52px; margin-right: 10px;
}
.wx-about-profilenum li p {
  overflow: hidden;
  font-size: 18px;
  color: #444;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 10px 0px 0px;
}
/* 图片展示 */
.wx-photo-listmain {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wx-photo-noteinfo {
  font-size: 16px;
  font-family:Futura-Medium;
  line-height: 1.8;
  margin-bottom: 25px;
  opacity: .8;
}
.wx-photo-listmain ul {
  display: grid;
  gap: 0 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wx-photo-listmain li {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.wx-photo-listone {
  border: 1px solid #ddd;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-photo-listview {
  height: 46px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  background: #638d3c;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: TiemannLTPro,TiemannLTPro-Light;
  font-display: swap;
  -webkit-transform: translate(0,100%);
  transform: translate(0,100%);
}
.wx-photo-listmain li a:hover .wx-photo-listview {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.wx-photo-listtitle {
  font-size: 16px;
  line-height: 25px;
  padding: 10px 20px;
  background-color: #f6f6f6;
  text-align: center;
  font-family: Futura-Medium;
  font-display: swap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 产品展示 */
.wx-products-main {
  padding: 60px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-info {
  display: flex;
  flex-wrap: nowrap;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-navlist {
  width: 25%;
  padding: 0px 3% 0px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-navlist h3 {
  background-color: #638d3c;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-navlist li {
  background-color: #eee;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-navlist li a {color: #333;}
.wx-products-navlist li:hover a,.wx-products-navlist li.active a {color: #638d3c;}
.wx-products-right {
  width: 75%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-infolist ul {
  display: grid;
  column-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-infolist li {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-products-oneimg {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-oneimg img {width: 100%;transition: all 1s;}
.wx-products-infolist li:hover .wx-products-oneimg img {transform: scale(1.1); transition: all 0.3s linear;}
.wx-products-onetxt {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-align: center;
  border-bottom: 3px solid transparent;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-infolist li:hover .wx-products-onetxt {border-bottom-color: #638d3c;}

.wx-products-detailsimg {
	text-align: center;
	border: 1px solid #eee;
	padding: 5px;
	margin: 0px 0px 30px;
	overflow: hidden;
}
.wx-products-detailsimg img {
	max-width: 100%;
}
.wx-products-detailsimg p {
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	color: #333;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.wx-products-detailsinfo {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.wx-products-detailsinfotitle {
	border-bottom: 1px solid #eee;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.wx-products-detailsinfotitle h4 {
	display: inline-flex;
	font-size: 18px;
	font-weight: 600;
	line-height: 35px;
	color: #000;
	border-bottom: 2px solid #638d3c;
	padding: 0px 10px;
	margin: 0px;
	overflow: hidden;
}
.wx-products-detailstxt {
	font-size: 15px;
	line-height: 1.8;
	color: #333;
	padding: 20px 10px;
	margin: 0px;
	overflow: hidden;
}
.wx-products-detailstxt h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding: 0px 0px 0px 20px;
  margin: 15px 0px 10px;
  overflow: hidden;
  position: relative;
}
.wx-products-detailstxt h4::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #666;
}
.wx-products-detailstxt table tr td {padding: 5px 3px; width: initial; border: 1px solid #ddd; background-color: #fff;}
.wx-products-detailstxt table { font-size: 14px !important; border-collapse: collapse; width: 100%;}
.wx-products-detailstxt table tr td p {font-size: 13px !important;}
.wx-products-detailstxt table tr td span {line-height: 24px !important;}


/* 新闻动态 */
.wx-news-hotnews{ width:100%;background:#f7f7f7; overflow: hidden;}
.wx-news-hotnews .wx-news-hotonenews{ float:left; width:100%;}
.wx-news-hotnews .wx-news-hotonenews a{ float:left; width:100%; position:relative; padding-left:508px; height:379px; overflow:hidden;}
.wx-news-hotnews .img{ float:left; border: 1px solid #eee; width:508px; height:379px; line-height:0; overflow:hidden; position:absolute; left:0; top:0;}
.wx-news-hotnews .img img{-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.wx-news-hotnews .wx-news-hotonenews:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.wx-news-hotnews .text{ float:right; width:100%; padding:0 50px 0 45px;}
.wx-news-hotnews .text .time{ width:100%; float:left; font-size:24px; color:#4d4d4d; line-height:72px; height:72px; letter-spacing:1px; margin:30px 0 25px 0;}
.wx-news-hotnews .text .time span{ font-weight:bold; font-size:72px; color:#c2c2c2; font-family:Arial; margin-right:5px;}
.wx-news-hotnews .text .name{ width:100%; float:left; font-size:22px; color:#333; line-height:32px;}
.wx-news-hotnews .text .p{ width:100%; float:left; margin:7px 0 45px 0; font-size:16px; color:#666666; line-height:32px; height:96px; overflow:hidden;}
.wx-news-hotnews .more{ float:left; width:100%; border-top:1px dashed #cccccc;font-size:16px; color:#666666; line-height:41px; padding:15px 0;}
.wx-news-hotnews .more img{ vertical-align:middle; margin:-3px 0 0 10px; width:16px; display: initial;}
.wx-news-hotnews .wx-news-hotonenews:hover .more,.wx-news-hotnews .wx-news-hotonenews:hover .text .name{ color:#638d3c;}
.wx-news-hotnews .slick-dots {position: absolute;bottom:30px;display: block;width: 100%;padding: 0;margin: 0; padding-right:50px;list-style: none;text-align: right;overflow:hidden; height:11px;}
.wx-news-hotnews .slick-dots li {position: relative;display: inline-block; vertical-align:top; width: 11px;height: 11px;margin:0 0 0 10px;border:solid 1px #638d3c; float:none; padding:0;border-radius:50%;}
.wx-news-hotnews .slick-dots li button { display:none;}
.wx-news-hotnews .slick-dots li.slick-active{background:#638d3c;}
.wx-news-newslist{width:100%; overflow:hidden;	}
.wx-news-newslist li{ float:left; width:100%; margin-top:30px;}
.wx-news-newslist li a{ float:left; width:100%; position:relative; background:#f7f7f7; padding:20px 100px 20px 186px;}
.wx-news-newslist li .time{ float:left; position:absolute; left:0; top:20px; width:186px; height:116px; text-align:center; border-right:1px solid #e0e0e0;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
.wx-news-newslist li .time time{ float:left; width:100%; color:#c2c2c2; font-size:72px; line-height:72px; font-family:Arial; font-weight:bold; margin:3px 0;}
.wx-news-newslist li .time span{ float:left; width:100%; color:#4c4c4c; font-size:20px; line-height:20px; font-family:Arial;}
.wx-news-newslist li .text{ float:left; width:100%; padding:0 30px; min-height:116px;}
.wx-news-newslist li .text h5{ float:left; width:100%; color:#333333; font-size:18px; line-height:28px; margin:10px 0 16px 0;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.wx-news-newslist li .text p{ float:left; width:100%; color:#666666; font-size:14px; line-height:26px; height:52px; overflow:hidden;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; margin: 0px;}
.wx-news-newslist li .text time{ display:none;}
.wx-news-newslist li:hover a{ background:#638d3c;}
.wx-news-newslist li:hover .text h5{ color:#fff;}
.wx-news-newslist li:hover .text p{ color:#fff;opacity:0.8; filter:alpha(opacity=80);}
.wx-news-newslist li:hover .time{ border-right:1px solid #fff; border-right:1px solid rgba(255,255,255,0.2);}
.wx-news-newslist li:hover .time time{ color:#fff;opacity:0.8; filter:alpha(opacity=80); }
.wx-news-newslist li:hover .time span{ color:#fff;}

.wx-news-detailsinfo {padding: 0px;margin: 0px;overflow: hidden;}
.wx-news-detailstitle {width: 100%;float: left;text-align: center;font-size: 24px;color: #333;line-height: 34px;}
.wx-news-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-news-detailssummary .date {float: left;font-size: 14px;color: #777;}
.wx-news-detailssummary .back {float: right;font-size: 14px;}
.wx-news-detailssummary .back a {float: left;color: #777;}
.wx-news-detailssummary .back a img {display: inline-block;vertical-align: top;width: 38px;margin: 0 0 0 11px;}
.wx-news-detailstxt {width: 100%;float: left;margin: 44px 0;font-size: 16px;color: #333333;line-height: 36px;}
.wx-news-detailstxt img {max-width: 100%;}
.wx-news-detailslink {width: 100%;float: left;padding: 16px 0;border-top: solid 1px #d7d8d8;}
.wx-news-detailslink a {width: 49%;float: left;font-size: 14px;color: #666666;line-height: 24px;}
.wx-news-detailslink a:last-child {float: right; text-align: right;}
.wx-news-detailsother {padding: 0px;margin: 30px 0px 0px;overflow: hidden;}
.wx-news-detailsothertitle {width: 100%;font-size: 20px;color: #638d3c;line-height: 28px;}
.wx-news-detailsotherlist {width: 100%;margin: 10px 0px 0px;padding: 0px;overflow: hidden;}
.wx-news-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-news-detailsotherlist li:nth-child(2n) {float: right;}
.wx-news-detailsotherlist li span {position: absolute;right: 0;top: 0;font-size: 14px;line-height: 41px;color: #777;}

/* 联系我们 */
.wx-contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contact-info {
  border-right: 1px solid #00000011;
  width: 42%;
  padding: 0px 2% 0px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contact-info h3 {
  font-family: "微软雅黑";
  font-weight: bold;
  font-size: 24px;
  line-height: 2;
  padding: 0px 0px 5px;
  margin: 0px 0px 30px;
  overflow: hidden;
  position: relative;
}
.wx-contact-info h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #4cb034;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contact-info li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #f0f0f0;
  margin: 0px auto 15px;
  padding: 0px 20px 15px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wx-contact-info li img {
  width: 40px;
}
.wx-contact-info li>div {
  width: calc(100% - 60px);
}
.wx-contact-info li h4 {
  font-family: "微软雅黑";
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  padding: 0px;
  margin: 0px 0px 5px;
  overflow: hidden;
}
.wx-contact-info li span {
  display: block;
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  padding: 0px 0px 0px 15px;
}

.wx-contact-order {
  width: 55%;
  font-size: 14px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-title {
  font-family: "微软雅黑";
  font-weight: bold;
  font-size: 24px;
  line-height: 2;
  padding: 0px 0px 5px;
  margin: 0px 0px 30px;
  overflow: hidden;
  position: relative;
}
.wx-contactus-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #4cb034;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-contactform .wx-index-contactorderlist {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.6%;
}
.wx-index-contactform .wx-index-contactorderlist input, .wx-index-contactform .wx-index-contactorderlist textarea {
  display: block;
  padding: 8px 16px;
  font-size: 13px;
  font-family: inherit;
  line-height: 2;
  color: #666;
  border: 1px solid #e3e3e3;
  outline: none;
  resize: none;
  border-radius: 3px;
  box-sizing: border-box;
}
.wx-index-contactform .wx-index-contactorderlist input {
  width: 48.7%;
}
.wx-index-contactform .wx-index-contactorderlist textarea {
  width: 100%;
  min-height: 80px;
}
.more-box {
  margin-top: 30px;
  text-align: center;
}
.more-box button {
  position: relative;
  display: inline-block;
  line-height: 55px;
  padding: 0 92px;
  color: #fff;
  border: 2px solid #4cb034;
  background-color: #4cb034;
  border-radius: 10px;
  overflow: hidden;
  transition: color 0.2s linear 0.1s, border-color 0.2s linear 0.3s, background 0.2s linear 0.3s;
}
.more-box button:hover {
  color: #fff;
  background: #db251a;
  border-color: #db251a;
}
.wx-contactus-maps {
  font-size: 14px;
  line-height: 2;
  color: #333;
  min-height: 460px;
  border: 1px solid #eee;
  padding: 0px;
  margin: 60px 0px 0px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .wx-index-productbg,.wx-index-casemain,.wx-index-newsmain,.wx-page-main,.wx-products-main {height:auto; padding: 35px 0px;}
  .wx-page-localnav li {font-size: 14px; line-height: 40px;}
  .wx-page-localnav li::after {line-height: 20px;}
  .wx-index-title {margin-bottom: 15px;}
  .wx-index-title h3 {font-size: 28px;}
  .wx-index-productleft,.wx-index-productright {width: 100%; display: block;}
  .wx-index-producttitle {margin:20px 0px 15px;}
  .wx-index-producttitle h3 {font-size: 28px;}
  .wx-index-producttitle p {font-size: 13px;}
  .wx-index-productname li {margin-bottom: 10px; text-align: center;}
  .wx-index-productname li a {font-size: 14px; line-height: 30px; padding: 0px 20px;}
  .wx-index-productname li a::before,.wx-index-productname li a::after {height: 30px; background-size: auto 100%;}
  .wx-index-productcenter {width: 100%; overflow: hidden; position: relative;}
  .wx-index-productcenter .M {position: initial; top: initial;left: initial; transform: none; width: 90%; height: initial; aspect-ratio: 1/1; margin: 0px auto;}
  .wx-index-productcenter .M-border {width: 99%; height: 99%; margin-left: 1%;}
  .wx-index-productcenter .M-box {left: 5%;}
  .wx-index-producttxt {padding: 20px 0px;}
  .wx-index-producttxt h3 {font-size: 18px; margin-bottom: 10px; text-align: center;}
  .wx-index-producttxt p {font-size: 14px; line-height: 1.8; margin-bottom: 10px;}
  .wx-index-producttxt span a {width: 100%; display: block; line-height: 25px; text-align: center;}
  
  .wx-index-casetitleright ul {margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: space-between;}
  .wx-index-casetitleright li {font-size: 12px; line-height: 25px; padding: 5px 15px; width: 49%; text-align: center; margin: 0px 0px 10px;}
  .wx-index-casetitle {display: block; margin-bottom: 20px;}
  .wx-index-casetitle h3 {font-size: 32px; margin-bottom: 5px;}
  .wx-index-casetitle p {font-size: 12px; line-height: 1.5; margin-top: 0px; padding: 0px;}
  .wx-index-casetitle p::after {display: none;}
  .wx-index-caselist ul {display: block; height: 560px;}
  .wx-index-caselist ul li {width: 100%; height: calc(33.33333% - 10px); margin-bottom: 20px;}
  .wx-index-caselist ul li.active1 {width: 100%; height: calc(50% - 10px);}
  .wx-index-caselist ul li.active2 {width: 100%; height: calc(25% - 10px);}
  .wx-case-one {border-radius: 10px;}
  .wx-case-onetxt h3 {font-size: 18px;}
  
  .wx-index-aboutmain {position: initial; padding: 35px 0px 0px;}
  .wx-index-aboutinfo,.wx-index-aboutimg {width: 100%;}
  .wx-index-aboutinfo span {font-size: 18px; padding-bottom: 5px; margin-bottom: 10px;}
  .wx-index-aboutinfo h3 {font-size: 26px; margin-bottom: 10px;}
  .wx-index-abouttxt {font-size: 14px; line-height: 1.8; margin-bottom: 25px;}
  .wx-index-aboutinfo a {width: 100%; text-align: center; margin-bottom: 30px;}
  .wx-index-aboutimg {padding: 0px 0px 45px 30px;}
  .wx-index-aboutvideo i {width: 80px; height: 80px; line-height: 80px;}
  .wx-index-aboutmun {position: initial;}
  .wx-index-aboutmunlist {border-radius: 10px 10px 0px 0px; padding: 10px 10px;}
  .wx-index-aboutmunlist ul {column-gap: 15px; grid-template-columns: 1fr 1fr;}
  .wx-index-aboutmunlist li span strong {font-size: 32px;}
  .wx-index-aboutmunlist li p {font-size: 10px; line-height: 20px;}
  .wx-index-newslist ul {display: block;}
  .wx-index-newslist li {border-radius: 10px; margin-bottom: 10px;}
  .wx-index-newsonetxt {background-color: #f9f9f9; padding: 10px;}
  .wx-index-newsonetxt h3 {font-size: 16px; height: initial;}
  .wx-index-newsonetxt p {font-size: 12px; line-height: 1.5;}
  .wx-footer-top {padding: 20px 0px;}
  .wx-footer-topcenter {width: 100%;}
  .wx-footer-topcenter li {width: 100%; margin-bottom: 15px;}
  .wx-footer-bottom {padding: 10px;}
  .wx-footer-copyright {width: 100%; font-size: 12px; line-height: 25px; text-align: center;}
  .wx-footer-copyright span {display: block;}
  .wx-footer-technical {display: none;}
  
  .wx-page-banner {margin-top: 65px;}
  .wx-page-bannertxt h3 {font-size: 32px; padding-bottom: 10px;}
  .wx-about-profiletitle {margin-bottom: 15px;}
  .wx-about-profiletitle span {margin-bottom: 5px;}
  .wx-about-profiletitle h3 {font-size: 28px; padding-right: 0px;}
  .wx-about-profileinfo {display: block;}
  .wx-about-profileinfotxt {width: 100%; padding: 0px; line-height: 1.8; font-size: 13px;}
  .wx-about-profileinfoimg {width: 100%; border-radius: 10px; margin-top: 15px;}
  .wx-about-profilenum {margin-top: 25px;}
  .wx-about-profilenum ul {column-gap: 15px; grid-template-columns: 1fr 1fr;}
  .wx-about-profilenum li {margin-bottom: 10px;}
  .wx-about-profilenum li span strong {font-size: 32px;}
  .wx-about-profilenum li p {font-size: 11px; line-height: 20px; margin-top: 0px;}
  .wx-photo-listmain ul {column-gap: 15px; grid-template-columns: 1fr 1fr;}
  .wx-photo-listmain li {margin-bottom: 15px;}
  .wx-photo-listtitle {font-size: 12px; padding: 5px;}
  
  .wx-products-info {display: block;}
  .wx-products-navlist {display: none;}
  .wx-products-right {width: 100%;}
  .wx-products-infolist ul {column-gap: 15px; grid-template-columns: 1fr 1fr;}
  .wx-products-onetxt {font-size: 13px; line-height: 25px; padding: 5px;}
  .wx-products-detailstxt {font-size: 13px; line-height: 25px; padding: 15px 5px;}
  .wx-products-detailstxt img {max-width: 100%;}
  
  .wx-news-hotnews .wx-news-hotonenews a{ padding-left:322px; height:240px;}
  .wx-news-hotnews .text{ padding:0 15px;}
  .wx-news-hotnews .text .time{ margin:18px 0 5px 0; font-size:16px; line-height:40px; height:40px;}
  .wx-news-hotnews .text .time span{ font-size:36px;}
  .wx-news-hotnews .text .name{ font-size:16px; line-height:26px;}
  .wx-news-hotnews .text .p{ font-size:14px; line-height:26px; height:78px; margin:7px 0 20px 0;}
  .wx-news-hotnews .more{ padding:2px; font-size:14px;}
  .wx-news-hotnews .img{ width:322px; height:240px;}
  .wx-news-hotnews .slick-dots{ bottom:17px; padding-right:15px;}
  .wx-news-newslist{ padding-top:10px;}
  .wx-news-newslist li{ margin-top:12px;}
  .wx-news-newslist li a{ padding:12px 0 12px 100px;}
  .wx-news-newslist li .time{ width:100px; height:80px; top:12px;}
  .wx-news-newslist li .time time{ font-size:40px; line-height:40px; margin:5px 0 3px 0;}
  .wx-news-newslist li .time span{ font-size:14px; line-height:14px;}
  .wx-news-newslist li .text{ padding:0 15px; min-height:80px;}
  .wx-news-newslist li .text h5{ font-size:16px; line-height:24px; margin:5px 0 7px 0;}
  .wx-news-newslist li .text p{ line-height:22px; height:44px;}
  .wx-news-detailstitle {font-size: 22px;}
  .wx-news-detailssummary {margin-top: 0px; padding: 5px 0px;}
  .wx-news-detailstxt {font-size: 12px; line-height: 1.8; margin: 20px 0px;}
  .wx-news-detailstxt img {max-width: 100%;}
  .wx-news-detailslink {padding: 5px 0px;}
  .wx-news-detailslink a {width: 100%; font-size: 12px;}
  .wx-news-detailslink a:last-child {float: inherit; text-align: left;}
  .wx-news-detailsotherlist li {width: 100%; font-size: 12px; float: inherit;}
  .wx-news-detailsotherlist li:nth-child(2n) {float: inherit;}
  
  .wx-contact-list {display: block;}
  .wx-contact-info,.wx-contact-order {width: 100%; border: 0px;}
}