@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}

/* 顶部内容 */
.wx-header-main {
  width: 100%;
  /* position: absolute;
  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: 70px;}
.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: #006eb9;}
.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:#006eb9;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 #006eb933;*/}
.wx-header-nav .nav-ul>li>ul li:after {content:'';position: absolute;top: 0;left: 0;width: 0%;height: 100%;background-color: #006eb9;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: #006eb9;}
.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:#006eb9;}
.wx-header-other {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-header-search {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #333;
  padding: 0px;
  margin: 35px 0px 0px;
  overflow: hidden;
  float: left;
}
.wx-header-search i {font-size: 20px;}
.wx-header-search:hover {border-color: #006eb9;}
.wx-header-search:hover a {color: #006eb9;}
.wx-header-lang {
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #333;
  font-family: "AlibabaSansb";
  text-transform: uppercase;
  padding: 0px 10px;
  margin: 35px 0px 0px 20px;
  overflow: hidden;
  float: left;
}
.wx-header-lang:hover {border-color: #006eb9;}
.wx-header-lang:hover a {color: #006eb9;}
.wx-header-menu {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #333;
  display: none;
  padding: 0px;
  margin: 0px 0px 0px 15px;
  overflow: hidden;
  float: left;
}
.wx-header-menu .icon-nav02 {
  font-size: 24px;
}
.wx-header-menu .icon-close04 {
  font-size: 18px;
  display: none;
}
@media(min-width:1025px){
	.nav-ul>li:hover .submenu{transform:scaleY(1);opacity:1}
	.nav-ul>li .submenu{transform-origin:top;transform:scaleY(0);opacity:0;transition:all .3s ease-in-out}
}
@media(max-width:1280px){
  .wx-header-nav .nav-ul>li {margin-left: 15px;}
	.wx-header-nav .nav-ul>li>a{font-size:16px;padding:0px 5px}
}
@media(max-width:991px){
  .wx-header-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:#006eb9;}
  .wx-header-nav .nav-ul>li>ul li:hover:after {display: none;}
	.wx-header-nav .nav-ul>li>ul li ul a {font-weight: normal; font-size: 13px;}
	.wx-header-nav .nav-ul>li>ul .icon-right03{display:none}
	.wx-header-nav .nav-ul>li>ul ul{position:static;display:block;background:0 0;box-shadow:none;padding:0px 20px; opacity: 1; transform: none;}
	.wx-header-nav .nav-ul .head-left{width:100%;padding:15px;color:#111111;line-height:2}
	.wx-header-nav .nav-ul .head-left .item em{margin-right:5px}
	.wx-header-nav .nav-ul>li .sernavitems {position:static;width:100%;background:#F3F8FA;display:none;padding:0px 10px;box-shadow:none;}
	.wx-header-nav .nav-ul>li.navtwo .sernavitems .sernavchild h3,.wx-header-nav .nav-ul>li.navtwo .sernavitems .sernavchild h3 a {color: #333;}
	.wx-header-main:hover .wx-header-nav .nav-ul>li.cur>a::after, .wx-header-main.wx-header-bg .wx-header-nav .nav-ul>li.cur>a::after {display: none;}
	.wx-header-nav .nav-ul>li.navtwo .sernavitems .sernavchild ul {display: block;}
	.wx-header-nav .nav-ul>li.navtwo .sernavitems .sernavchild li {padding: 0px 15px; color: #666;}
	.wx-header-nav .nav-ul>li.navtwo .sernavitems .sernavchild li a {color: #666;}
	.wx-header-nav .search-box{width:100%;height:auto}
	.wx-header-nav .search-box .head-search{display:none}
	.wx-header-nav .search-input{position:static;opacity:1;transform:none;visibility:inherit;width:100%;box-shadow:none;padding:4px 10px}
	.wx-header-nav .search-input input{flex:1;border:1px solid #EEEEEE}
	.wx-header-nav .search-input input:focus{border-color:#006eb9;}
  .wx-header-main.active::after { content: ''; position: absolute; top: 65px;left: 0; width: 100%; height: calc(100vh - 65px); background-color: #00000099; padding: 0px; margin: 0px; overflow: hidden; z-index: -1;}
}

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

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

/* 首页产品系列 */
.wx-index-proclass {
  padding: 30px 15px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-proclass ul {
  display: grid;
  column-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.wx-index-proclass li {
  border: 1px solid #ddd;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-proclassone {
  padding: 0px;
  margin: 0px;
  position: relative;
  overflow: hidden;
}
.wx-index-proclassonetxt {
  position: absolute;
  right: 0;
  top: 0px;
  background: rgba(0,0,0,.4);
  color: #FFFFFF;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px 3%;
  transition: .3s;
}
.wx-index-proclassonetxt h3 {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5;
  max-height: 75px;
}
.wx-index-proclassonetxt span {
  font-size: 16px;
  font-weight: 400;
  color: #31b9b9;
  padding: 10px 0px 0px;
}
.wx-index-proclass li:hover .wx-index-proclassonetxt {width: 100%;justify-content: center; text-align: center;}

/* 首页简介 */
.wx-index-aboutmain {
  background-color: #f0f0f0;
  padding: 80px 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: 49%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-abouttitle {
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-abouttitle span {
  font-size: 20px;
  font-weight: 300;
  color: #006eb9;
}
.wx-index-abouttitle span::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  background: #006eb9;
  vertical-align: middle;
  margin-right: 10px;
}
.wx-index-abouttitle h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.wx-index-abouttxt {
  font-family: Arial;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  padding: 0px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 12;
  overflow: hidden;
}
.wx-index-aboutmore {
  padding: 0px;
  margin: 6% 0px 0px;
}
.wx-index-aboutmore a {
  display: inline-block;
  border: 1px solid #C2C2C2;
  padding: 10px 30px;
  border-bottom: 2px solid #006eb9;
  background-color: initial;
  overflow: hidden;
  position: relative;
  transition: .5s;
}
.wx-index-aboutmore a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
  border-radius: 50%;
  background-color: #006eb9;
  z-index: -1;
  transition: transform .8s cubic-bezier(0, 0, 0.2, 1),opacity .6s;
  transform: scale(0);
  opacity: 0;
}
.wx-index-aboutmore a:hover {color: #fff;background-color: #006eb9;}
.wx-index-aboutmore a:hover::before {transform: scale(20);opacity: 1;}
.wx-index-aboutrigh {
  width: 48%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutrigh img {width: 100%;}

/* 首页产品展示 */
.wx-index-promain {
  padding: 60px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-protitle {
  line-height: 1.6;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-index-protitle h3 {
  font-size: 42px;
  text-transform: uppercase;
  color: #000;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-protitle p {
  font-size: 14px;
  font-weight: 300;
  color: #555;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-prolist {
  padding: 0px;
  margin: 0px;
}
.wx-index-prolist ul {
  display: grid;
  column-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.wx-index-prolist li {
  padding: 0px;
  margin: 0px 0px 30px;
}
.wx-index-prolist li .wx-index-proone {
  background: #FFFFFF;
  box-shadow: 0 10px 40px 0 rgba(0,0,0,.1);
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 5px;
}
.wx-index-prolist li .wx-index-proone .wx-index-prooneimg {
  width: 100%;
  /* aspect-ratio: 1/1; */
  position: relative;
}
.wx-index-prolist li .wx-index-proone .wx-index-prooneimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wx-index-prolist li .wx-index-proone .wx-index-proonetxt {
  margin-bottom: 10px;
  padding: 10px 15px 0;
  font-size: 18;
  transition: all .1s linear;
  position: relative;
  border-top: 1px solid #EEEEEE;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wx-index-prolist li .wx-index-proone .wx-index-proonetxt::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #31b9b9;
  transition: all .3s linear;
  z-index: 1;
}
.wx-index-prolist li .wx-index-proone .wx-index-proonetxt::after {
  transition: all .3s linear;
  content: "";
  position: absolute;
  top: -3.5px;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #31b9b9;
}
.wx-index-prolist li:hover .wx-index-proone .wx-index-proonetxt::before {width: 100%;}
.wx-index-prolist li:hover .wx-index-proone .wx-index-proonetxt::after {opacity: 1; left: calc(100% - 4px);}


/* 为什么选择我们 */
.wx-index-choosemain {
  background-image: url(../images/index-choosebg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-index-choosemain::before {
  content: '';
  background-color: #000000;
  display: block;
  position: absolute;
  opacity: 0.65;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.wx-index-chooseinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.wx-index-chooseimg {
  width: 48%;
  border-radius: 10px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-chooseimg img {width: 100%;}
.wx-index-chooselist {
  width: 48%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-chooselist h3 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-chooselist p {
  font-size: 14px;
  line-height: 1.6;
  color: #ddd;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-chooselist ul {
  color: #fff;
  width: 100%;
  list-style: none;
  margin-top: 35px;
}
.wx-index-chooselist ul li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.wx-index-chooselist ul li .icon {
  width: 50px;
  height: 50px;
  background: #006eb9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wx-index-chooselist ul li .icon img {
  transition: all .2s linear;
}
.wx-index-chooselist ul li:hover .icon img {
  transform: rotateY(180deg);
}
.wx-index-chooselist ul li .info {
  flex: 1;
  padding-left: 20px;
}
.wx-index-chooselist ul li .info .p1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
.wx-index-chooselist ul li .info .p2 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: #eee;
}

/* 首页新闻 */
.wx-index-newsmain {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newslist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newslist ul {
  display: grid;
  column-gap: 30px;
	grid-template-columns: 1fr 1fr 1fr;
}
.wx-index-newslist li {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-onenews {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-onenewsimg {
  border-radius: 10px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-onenewsimg img {width: 100%;transition: all 1s;}
.wx-index-newslist li:hover .wx-index-onenewsimg img {transform: scale(1.1); transition: all 0.3s linear;}
.wx-index-onenewstxt {
  padding: 0px;
  margin: 10px 0px 0px;
  overflow: hidden;
}
.wx-index-onenewstxt h3 {
  font-size: 18px;
  line-height: 1.8;
  color: #222;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
  text-overflow:ellipsis;
white-space: nowrap;
}
.wx-index-onenewstxt p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  height: 72px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-onenewsmore {
  border-top: 1px solid #eee;
  color: #999;
  padding: 10px 0px;
  margin: 10px 0px 0px;
  overflow: hidden;
}
.wx-index-onenewsmore span {
  font-size: 14px;
  line-height: 20px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-onenewsmore span i {
  margin-left: 5px;
}
.wx-index-onenewsmore em {
  float: right;
}
.wx-index-newslist li:hover .wx-index-onenewstxt h3 {color: #005bac;}


/* 底部信息 */
.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: 50px;}
.wx-footer-topleft p {
  font-size: 14px;
  line-height: 1.6;
  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: 14px;
  line-height: 30px;
  color: #999;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  text-align: center;
}
.wx-footer-technical {
  font-size: 14px;
  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: #00000099;
  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;

}
.wx-page-bannertxt {
  font-size: 14px;
}
.wx-page-main {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-pagination {
  text-align: center;
  padding: 0px;
  margin: 30px 0px 0px;
  overflow: hidden;
}
.pagination .page-item a {display: inline-block;width: 30px;height: 30px;line-height: 24px;text-align: center;font-size: 16px;color: #666;background-color: #f1f1f1;border-radius: 3px;margin-right: 10px;transition: all .6s;}
.pagination .page-item a.page-link {padding: 2px 0px;}
.pagination .page-item.active a.page-link {background-color:#005bac; border: 1px solid #005bac; 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-profileinfotxtcn {
  width: 50%;
  padding: 0px 3.5vw 0px 0px;
  margin: 0px;
  line-height: 2.3;
  font-size: 16px;
  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: 60px;
  font-family:Futura-Medium;
  color: #394c84!important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.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-case-listmain {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wx-case-noteinfo {
  font-size: 16px;
  font-family:Futura-Medium;
  line-height: 1.8;
  margin-bottom: 25px;
  opacity: .8;
}
.wx-case-listmain ul {
  display: grid;
  gap: 0 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.wx-case-listmain li {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.wx-case-listone {
  border: 1px solid #ddd;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-case-listview {
  height: 46px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  background: #394c84;
  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-case-listmain li a:hover .wx-case-listview {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.wx-case-listtitle {
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  font-family: Futura-Medium;
  font-display: swap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 新闻动态 */
.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:#0094d9;}
.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 #0094d9; 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:#0094d9;}
.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:#0094d9;}
.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-newspage {text-align: center; margin: 30px 0px 0px; padding: 0px; overflow: hidden;}

.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: #0094d9;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: #394c84;
  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 {
  font-size: 14px;
  line-height: 1.5;
}

.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: #394c84;
  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 #394c84;
  background-color: #394c84;
  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: #183599;
  border-color: #183599;
}

/* 产品展示 */
.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: #006eb9;
  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: #006eb9;}
.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: #006eb9;}

.wx-products-detailstop {
	width: 100%;
	max-width: 1350px;
	padding: 0px;
	margin: 0px auto 0px;
	overflow: hidden;
}
.wx-products-detailsimg {
	width: 40%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.wx-products-detailsvideo {border: 1px solid #eee; padding: 20px; text-align: center; width: 100%; margin: 0px 0px 20px; overflow: hidden; position: relative;}
.wx-products-detailsvideo img {max-width: 100%;transition: all 1s;}
.wx-products-detailsvideo:hover img {transform: scale(1.1);transition: all 0.3s linear;}
.wx-products-detailsimglist {padding: 0px; margin: 0px; overflow: hidden; position: relative;}
.wx-products-detailsimglist .swiper-button-next {opacity: 1;z-index: 10;right: 10px;width: 40px;height: 40px;line-height: 40px;text-align: center;font-size: 18px;color: #fff;border-radius: 50%; margin: 0px; top: 50%; transform: translateY(-50%);background: rgba(0,0,0,0.2);}
.wx-products-detailsimglist .swiper-button-prev {opacity: 1;z-index: 10;left: 10px;width: 40px;height: 40px;line-height: 40px;text-align: center;font-size: 18px;color: #fff;border-radius: 50%; margin: 0px; top: 50%; transform: translateY(-50%);background: rgba(0,0,0,0.2);}
.swiper-button-next:after, .swiper-button-prev:after {display: none;}
.wx-products-detailsimglist li {width: 25%; border: 1px solid #ddd; padding: 0px; margin: 0px 0px; overflow: hidden; float: left;}
.wx-products-detailsimglist li img {width: 100%;transition: all 1s;}
.wx-products-detailsimglist li:hover img {transform: scale(1.1);transition: all 0.3s linear;}
.wx-products-detailsright {
	width: 60%;
	padding: 0px 0px 0px 5%;
	margin: 0px;
	overflow: hidden;
	float: right;
}
.wx-products-detailsinfo {
	padding: 0px;
	margin: 0px 0px 50px;
	overflow: hidden;
}
.wx-products-detailsinfo h3 {
	font-size: 28px;
  border-bottom: 1px solid #00000022;
	font-weight: 600;
	color: #333;
	padding: 0px 0px 10px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
.wx-products-detailsinfo .txt {
	font-size: 14px;
	line-height: 1.8;
  min-height: 160px;
	color: #666;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.wx-products-detailsother {
	display: flex;
	justify-content: left;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.wx-products-detailsother span {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 40px;
	font-size: 16px;
	line-height: 45px;
	color: #999;
	padding: 0px 0px 0px 50px;
	margin: 0px 30px 0px 0px;
	overflow: hidden;
}
.wx-products-detailsother span.xin {
	background-image: url(../images/pro-zs.png);
}
.wx-products-detailsother span.tel {
	background-image: url(../images/pro-tel.png);
}
.wx-products-detailsbtn {
	padding: 0px;
	margin: 30px 0px 0px;
	overflow: hidden;
}
.wx-products-detailsbtn a {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	padding: 5px 30px;
	margin: 0px;
	overflow: hidden;
	border: 1px solid #666;
	border-radius: 50px;
}
.wx-products-detailsbtn a:hover {
	border-color: transparent; 
  background-color: #006eb9;
  color: #fff;
}

/* 新闻动态 */
.wx-news-main {
  padding: 60px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-news-info {
  display: flex;
  flex-wrap: nowrap;
  padding: 0px;
  margin: 0px;
}
.wx-news-navlist {
  width: 25%;
  padding: 0px 3% 0px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-news-navlist h3 {
  background-color: #006eb9;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-news-navlist li {
  background-color: #eee;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-news-navlist li a {color: #333;}
.wx-news-navlist li:hover a,.wx-news-navlist li.active a {color: #006eb9;}
.wx-news-right {
  width: 75%;
  padding: 0px;
  margin: 0px;
}
.wx-news-infolist {
  padding: 0px;
  margin: 0px;
}
.wx-news-infolist li {
  box-shadow: 0px 0px 8px #ccc;
  border-radius: 5px;
  padding: 15px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-news-infolist li .time {
  float: left;
  border-radius: 5px;
  width: 90px;
  height: 90px;
  text-align: center;
  background: #eee;
  padding: 10px;
  margin: 0px;
  overflow: hidden;
}
.wx-news-infolist li .time time {
  display: block;
  width: 100%;
  color: #333;
  font-size: 38px;
  line-height: 40px;
  font-family: Arial;
  margin: 3px 0;
}
.wx-news-infolist li .time span {
  display: block;
  width: 100%;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 30px;
  font-family: Arial;
}
.wx-news-infolist li .text {
  float: right;
  width: calc(100% - 100px);
  padding: 10px;
  margin: 0px;
  overflow: hidden;
}
.wx-news-infolist li .text h5 {
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
  text-overflow:ellipsis;
white-space: nowrap;
}
.wx-news-infolist li .text p {
  font-size: 13px;
  line-height: 1.5;
  color: #999;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.wx-news-infolist li:hover .time {background: #006eb9;}
.wx-news-infolist li:hover .time time,.wx-news-infolist li:hover .time span {color: #fff;}
.wx-news-infolist li:hover .text h5 {color: #006eb9;}

.wx-news-detailsinfo {padding: 0px;margin: 0px;overflow: hidden;}
.wx-news-detailstitle {width: 100%;float: left;text-align: center;font-size: 24px; font-weight: 600; 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: 25px 0;font-size: 14px;color: #333333;line-height: 25px;}
.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;}

/* 资源 */
.downinfo{ border:1px solid #eaedf4; margin-bottom: 10px; padding: 10px 0px; font-size: 14px;}
.downinfo:hover{box-shadow: 0 0 6px rgba(0,0,0,.15);}
.downinfo h4 {font-size: 16px; font-weight: 700; line-height: 30px; padding: 5px 0px; margin: 0px; overflow: hidden;}
.downinfo .iconfont {color:#ccc; margin-right:5px;}
.downinfo span{margin-right: 10px; color: #e99c4a;}
.downinfo .line{border-left: 1px solid #eaedf4;}
.downinfo .rat-btn {display: block; background-color: #0558a4; border-color: #0558a4; font-size: 14px; line-height: 30px; text-align: center; border-radius: 5px; color: #fff; width: 100%; margin-top: 5px;}
.rat-downinfo-mtmb {margin: 5px 0px 0px;}

@media (max-width: 991px) {
  .wx-page-banner {margin-top: 65px;}
  .wx-page-banner img {height: 160px;}
  .wx-page-bannertxt h3 {font-size: 28px;}
  .wx-page-bannertxt p {font-size: 12px;}
  .wx-index-proclass {padding: 20px 10px 10px;}
  .wx-index-proclass ul {grid-template-columns: 1fr 1fr;}
  .wx-index-proclass li {margin-bottom: 10px;}
  .wx-index-proclassonetxt {width: 100%;justify-content: center; text-align: center;}
  .wx-index-aboutmain,.wx-index-promain,.wx-index-choosemain,.wx-index-newsmain,.wx-page-main {padding: 30px 0px;}
  .wx-index-aboutinfo,.wx-index-chooseinfo,.wx-index-newslist ul {display: block;}
  .wx-index-aboutleft,.wx-index-aboutrigh,.wx-index-chooseimg,.wx-index-chooselist {width: 100%;}
  .wx-index-abouttitle {margin-bottom: 10px;}
  .wx-index-abouttitle span {font-size: 16px;}
  .wx-index-abouttitle h3 {font-size: 20px;}
  .wx-index-abouttxt {font-size: 14px;}
  .wx-index-aboutmore {margin: 10px 0px;}
  .wx-index-aboutmore a {width: 100%; text-align: center;}
  .wx-index-protitle {margin-bottom: 20px;}
  .wx-index-protitle h3 {font-size: 28px;}
  .wx-index-protitle p,.wx-index-chooselist p {font-size: 12px;}
  .wx-index-prolist ul {column-gap: 15px; grid-template-columns: 1fr 1fr;}
  .wx-index-prolist li {margin-bottom: 15px;}
  .wx-index-chooselist h3 {font-size: 28px; margin-top: 20px;}
  .wx-index-chooselist ul {margin-top: 15px;}
  .wx-index-newslist li {margin-bottom: 10px;}
  .wx-footer-top {padding: 20px 0px;}
  .wx-footer-topcenter {width: 100%;}
  .wx-footer-topcenter li {width: 100%; margin-bottom: 15px;}
  .wx-contact-list {display: block;}
  .wx-contact-info,.wx-contact-order {width: 100%; border-right: 0px; padding: 0px;}
  .wx-contact-info h3 {margin-bottom: 20px;}
  .wx-contact-info h5 {font-size: 20px; padding: 0px 15px 8px; margin-bottom: 10px;}
  .wx-contact-info li {padding: 0px 15px 8px; margin-bottom: 10px;}
  .wx-contact-info li img {width: 25px;}
  .wx-contact-info li>div {width: calc(100% - 40px);}
  .wx-contact-info li h4 {font-size: 14px;line-height: 22px;font-weight: 300;}
  .wx-about-profileinfotxt,.wx-about-profileinfoimg {width: 100%; padding: 0px; line-height: 1.8;}
  .wx-about-profiletitle h3 {padding-right: 0px; font-size: 24px;}
    
  .wx-aboutus-main,.wx-products-main,.wx-news-main,.wx-contactus-main,.wx-message-main {padding: 30px 0px;}
  .wx-products-navlist,.wx-news-navlist {display: none;}
  .wx-products-right {width: 100%;}
  .wx-products-infolist ul {grid-template-columns: 1fr 1fr;}
  .wx-products-detailsimg,.wx-products-detailsright {width: 100%; padding: 0px;}
  .wx-products-detailsinfo {margin: 30px 0px;}
  .wx-products-detailsinfo .txt {min-height: initial;}
  .wx-products-detailsother {display: block;}
  .wx-products-detailsother span {display: block;}
  .wx-products-detailsbtn a {width: 100%; text-align: center;}
  
  .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;}
}
@media screen and  (max-width:768px){
  .wx-news-hotnews .wx-news-hotonenews a{ padding-left:0; height:auto;}
  .wx-news-hotnews .img{ width:100%; height:auto; position:static;}
  .wx-news-hotnews .text .time{ margin:12px 0 3px 0; }
  .wx-news-hotnews .text .p{ line-height:24px; height:72px; margin:4px 0 14px 0;}
  .wx-news-hotnews .slick-dots li {width: 9px;height: 9px;margin: 0 3px;}
  .wx-news-newslist li a{ padding:12px 0 12px 90px;}
  .wx-news-newslist li .time{ width:90px; height:74px; top:12px;}
  .wx-news-newslist li .text{ min-height:74px;}
  .wx-news-newslist li .text h5{ margin:2px 0 4px 0;}
  .wx-case-listmain ul {grid-template-columns: 1fr 1fr; gap: 0px 10px;}
  .wx-case-listmain li {margin-bottom: 10px;}
  .wx-case-listtitle {font-size: 13px; line-height: 30px; height: 30px; margin-top: 0px;}
}