@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)}
.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;}
	.wx-header-nav .nav-ul>li:hover>a{background:0 0;color:#fff; font-weight: bold;}
	.wx-header-nav .nav-ul>li:hover>a::after{width:0px}
	.wx-header-nav .nav-ul>li>ul a {line-height: 35px; height: 35px; color: #333; font-weight: bold;}
	.wx-header-nav .nav-ul>li>ul{position:static;box-shadow:none;max-width:100%;background:#F3F8FA;display:none;padding:0px 5px}
	.wx-header-nav .nav-ul>li>ul li:hover>a{background:0 0;color:#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;
  overflow: hidden;
}
.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;
  overflow: hidden;
}
.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-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 h5 {
  width: 100%;
  height: auto;
  font-size: 24px;
  font-family: "Poppins";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2;
  border-bottom: 1px solid #f0f0f0;
  margin: 0px auto 15px;
  padding: 0px 20px 15px;
  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;
}

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