.containe {max-width: 1200px; padding: 0px 10px; margin: 0px auto;}
.wx-header-main {
  padding: 0px;
  margin: 0px;
  position: relative;
}
.wx-header-top {
  padding: 10px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-header-logo {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.wx-header-logo img {height: 76px;}
.wx-header-mune,.wx-header-mobilesearch {display: none;}
.wx-header-other {
  padding: 5px 0px;
  margin: 0px;
  overflow: hidden;
  float: right;
}
.wx-header-other li {
  font-size: 16px;
  font-weight: bold;
  line-height: 33px;
  text-align: right;
  color: #000;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-header-other li i {font-weight: normal;}
.wx-header-bottom {
  background-color: #30363b;
  margin: 0;
  padding: 0;
}
.wx-header-nav {
  width: 70%;
  padding: 0px;
  margin: 0px;
  float: left;
  position: relative;
}
/* .wx-header-nav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
}
.wx-header-nav li {
  font-size: 16px;
  font-family: "AlibabaSans";
  font-weight: 300;
  line-height: 34px;
  text-transform: uppercase;
  color: #ccc;
  padding: 0px 30px;
  margin: 0px;
}
.wx-header-nav li a {color: #fff;}
.wx-header-nav li a i {font-size: 12px; margin-left: 5px;}
.wx-header-nav li:hover a {color: #209eea;}
.wx-header-nav li.active a {color: #209eea; font-weight: bold;}
.wx-header-nav li:hover i {transform: rotate(180deg);}
.wx-header-nav li ul {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  background-color: #209eea;
  width: 100%;
  padding: 25px 25px 0px;
  margin: 0px;
  overflow: hidden;
  z-index: 99;
}
.wx-header-nav li ul li {
  width: calc(20% - 30px);
  font-size: 12px;
  line-height: 1.2;
  padding: 0px;
  margin: 0 15px 25px 15px;
}
.wx-header-nav li ul li a {padding: 5px 0px; color: #eee !important;}
.wx-header-nav li ul li:hover a {color: #fff !important;} */

.wx-header-nav .nav-ul{height:100%;display:flex;align-items:center;list-style:none;padding:0px; margin: 0px;font-family: "AlibabaSans";}
.wx-header-nav .nav-ul>li{height:100%;position:relative}
.wx-header-nav .nav-ul>li:hover>a{color:#333;}
.wx-header-nav .nav-ul>li:hover>a::after{width:100%}
.wx-header-nav .nav-ul>li>a{font-size:16px; line-height: 58px; color:#fff;text-transform:capitalize;margin:0px 35px;height:100%;display:flex;align-items:center;justify-content:center;position:relative;white-space:nowrap}
.wx-header-nav .nav-ul>li:hover>a {color: #209eea !important;}
.wx-header-nav .nav-ul>li>a em{margin-left:5px}
.wx-header-nav .nav-ul>li>a.active{color:#209eea!important;}
.wx-header-nav .nav-ul>li>ul{position:absolute;left:25px;top:100%;background:#222; min-width:260px;margin:0px;box-shadow:1px 2px 10px rgba(0,0,0,.1); z-index: 100;}
.wx-header-nav .nav-ul>li>ul li{position:relative}
.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:10px;line-height:25px;font-size: 14px; padding-right:20px;color: #fff; display:flex;align-items:center;justify-content:flex-start;transition:all .1s linear;overflow:hidden}
.wx-header-nav .nav-ul>li>ul li::after {content: '';position: absolute;top: 0px; left: 0px; width: 0%; height: 100%;padding: 0px; background-color: #209eea;z-index: -1;transition:all .3s ease-in-out}
.wx-header-nav .nav-ul>li>ul li:hover::after {width: 100%;}
.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:#FFFFFFDD;min-width:230px;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-search {
  padding: 12px 0px;
  margin: 0px;
  float: right;
}
.wx-header-search ul {
  display: flex;
  flex-wrap: wrap;
}
.wx-header-search li {
  margin-left: 20px;
}
.wx-header-search form {
  display: flex;
}
.wx-header-search input {
  width: 120px;
  border: 1px solid #ccc;
  border-right: 0px;
  background-color: #30363b;
  border-radius: 10px 0px 0px 10px;
  font-size: 12px;
  line-height: 30px;
  color: #eee;
  padding: 0px 10px;
  margin: 0px;
  overflow: hidden;
}
.wx-header-search input:placeholder {color: #ccc;}
.wx-header-search input:focus-visible {outline: initial;}
.wx-header-search button {
  border: 1px solid #209eea;
  background-color: #209eea;
  border-radius: 0px 10px 10px 0px;
  font-size: 12px;
  line-height: 30px;
  color: #eee;
  padding: 0px 10px;
  margin: 0px;
  overflow: hidden;
}
.wx-header-search select {
  width: 130px;
  border: 1px solid #209eea;
  background-color: #fff;
  border-radius: 10px;
  font-size: 12px;
  line-height: 30px;
  color: #333;
  padding: 8px 5px;
  margin: 0px;
  overflow: hidden;
}
@media(min-width:1025px){
	.nav-ul>li:hover .submenu{transform:scaleY(1);opacity:1}
	.nav-ul>li .submenu{transform-origin:top;transform:scaleY(0);opacity:0;transition:all .3s ease-in-out}
}
@media(max-width:1280px){
	.wx-header-nav .nav-ul>li>a{font-size:16px;padding:0px 15px}
}
@media(max-width:991px){
	.wx-header-nav{position:fixed;right:0px;width:100%;background:#000;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-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%}
	.wx-header-nav .nav-ul>li.cur{background:#333}
	.wx-header-nav .nav-ul>li.cur .icon-down02{transform:rotate(0)}
	.wx-header-nav .nav-ul>li .icon-down02{position:absolute;color: #fff; right:5px;top:2px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;transition:all .1s linear;transform:rotate(-90deg);font-size:16px;}
	.wx-header-nav .nav-ul>li>a{color: #fff !important; height:auto;padding:10px 15px;margin: 0px; line-height: 25px; font-weight:normal;justify-content:flex-start;}
	.wx-header-nav .nav-ul>li>a.active{background: #333 !important;}
	.wx-header-nav .nav-ul>li:hover>a{background:0 0;color:#b0393b; font-weight: 600;}
	.wx-header-nav .nav-ul>li:hover>a::after{width:0px}
	.wx-header-nav .nav-ul>li>ul a {line-height: 22px;}
	.wx-header-nav .nav-ul>li>ul{position:static;box-shadow:none;max-width:100%;background:#333;display:none;padding:0px 30px}
	.wx-header-nav .nav-ul>li>ul li:hover>a{background:0 0;color:inherit}
	.wx-header-nav .nav-ul>li>ul .icon-down02{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}
}
@media(max-width:768px){
	.wx-header-nav{top:50px;height:calc(100vh - 50px)}
}
.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: 96%;
  left: 2%;
  top: 50%;
  height: 60px;
  margin-top: -63px;
  border-bottom: 1px solid #fff;
}
.search-alert .cent-form .tex {
  border: none;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  background: none;
  padding-left: 45px;
  padding-right: 70px;
  background: url(../images/ico_36.png) no-repeat 10px 20px;
}
.search-alert .cent-form .tex:focus-visible {outline: initial;}
.search-alert .cent-form .sub-butn {
  border: none;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  text-align: right;
  background: none;
  font-family: "Base-font";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  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 {
  background-color: #666;
  width: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.ban-slide{
	overflow: hidden;
  position: relative;
}
.ban-slide-bj {
  width: 100%;
	background: no-repeat center;
	background-size: cover;
  overflow: hidden;
}
.ban-slide-bj{
	width: 100%;
	overflow: hidden;
}
.wx-index-banner .swiper-button{display: none; outline:none;width:38px;box-sizing:content-box;height:38px;margin-top:-19px;text-align: center;line-height: 38px;font-family: '宋体';font-weight:bold;font-size:16px;color:#fff;border-radius: 100%;background: #333;}
.wx-index-banner .swiper-button-next{right: 25px;}
.wx-index-banner .swiper-button-prev{left: 25px;}
.wx-index-banner:hover .swiper-button {display: block;}
.swiper-button-next:after, .swiper-button-prev:after {display: none;}
.wx-index-banner .swiper-notification {width: 100%; bottom: 10px; top: initial; text-align: center;}
.wx-index-banner .swiper-pagination-bullet{
	opacity: 1;
	width:8px;
	height:8px;
    margin: 0px 10px !important;
	background: #666;
	border-radius: 50%;
  position: relative;
}
.wx-index-banner>.swiper-pagination-bullets{text-align: center;bottom: 20px;}
.wx-index-banner .swiper-pagination-bullet-active {background: #000;}
.wx-index-banner .swiper-pagination-bullet-active::after {border: 1px solid #000; width: 20px; height: 20px; border-radius: 50%; content: ''; position: absolute; top: -6px; left: -6px;}

/* 底部开始 */
.wx-footer-main {
  background-color: #23282c;
  padding: 25px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-mune {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-mune ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wx-footer-mune li {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0px 20px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-footer-mune li a {color: #eee;}
.wx-footer-mune li::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 15px;
  background-color: #ccc;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-mune li:last-child:after {display: none;}
.wx-footer-info {
  font-size: 14px;
  line-height: 2;
  color: #ccc;
  text-align: center;
  padding: 10px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-info a {color: #ccc;}
.wx-footer-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-share a {
  font-family: Raleway;
  font-size: 14px;
  color: #ccc;
  line-height: 1.7em;
  display: inline-block;
  margin: 2px;
  text-align: center !important;
}
.wx-footer-share a i {
  display: block;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-share a:nth-child(1) i {background-color: #e6162d;}
.wx-footer-share a:nth-child(2) i {background-color: #007fb1;}
.wx-footer-share a:nth-child(3) i {background-color: #8dc61f;}
.wx-footer-share a:nth-child(4) i {background-color: #3b5998;}
.wx-footer-copyright {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #eee;
  padding: 10px 0px 0px;
  margin: 0px;
  overflow: hidden;
}

/* 首页我们的伙伴 */
.wx-index-partnermain {
  padding: 50px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-partnerinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-partnerimg {
  width: calc(50% - 10px);
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-partnerlist {
  width: calc(50% - 10px);
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-partnerlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
.wx-index-partnerlist li {
  padding: 40px 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
  transition: all .6s;
}
.wx-index-partnerlist li:first-child {padding-top: 0px;}
.wx-index-partnerlist li:last-child {padding-bottom: 0px;}
.wx-index-partnerlist li::before {
  content: "";
  position: absolute;
  left: 40px;
  height: 100%;
  top: 70px;
  border: 0.5px solid #d0d0d0;
}
.wx-index-partnerlist li:last-child::before {display: none;}
.wx-index-partnerone-number {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(23, 22, 49, .1);
  text-align: center;
  margin-right: 25px;
  position: relative;
}
.wx-index-partnerone-number span {
  font-size: 30px;
  color: #209eea;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wx-index-partnerone-word {
  width: calc(100% - 70px);
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-partnerone-word h3 {
  font-size: 18px;
  line-height: 1.3;
  color: #333;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-index-partnerlist li:first-child .wx-index-partnerone-word h3 {color: #209eea;}
.wx-index-partnerone-word p {
  font-family: AlibabaSans;
  color: #656363;
  font-size: 13px;
  line-height: 1.8;
}
.wx-index-partnerone-word p span {color: rgb(53, 53, 53);}

/* 首页产品 */
.wx-index-productsmain {
  padding: 20px 0px 50px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-productslist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-productslist ul {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr;
  padding: 0px;
  overflow: hidden;
}
.wx-index-productslist li {
  border-bottom: 1px solid #eee;
  padding: 0px 0px 35px;
  margin: 0px 0px 35px;
  overflow: hidden;
}
.wx-index-productslist li:nth-last-child(1),.wx-index-productslist li:nth-last-child(2) {border-bottom: 0px; padding: 0px; margin: 0px;}
.wx-index-productsonetitle {
  background-image: url(../images/bt_bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  padding: 10px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-productsonetitle a {
    font-size: 22px;
    color: #eee;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
}
.wx-index-productsonelist {
  padding: 0px;
  margin: 0px 0px 5px;
  overflow: hidden;
  position: relative;
}
.wx-index-productsonelist .swiper-button2{outline:none;width:38px;box-sizing:content-box;height:38px;margin-top:-19px;text-align: center;line-height: 38px;font-family: '宋体';font-weight:bold;font-size:16px;color:#fff;border-radius: 100%;background: #333;}
.wx-index-productsonelist .swiper-button-next{right: 5px;}
.wx-index-productsonelist .swiper-button-prev{left: 5px;}
.wx-index-productsoneimg {
    
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-productsoneimg img {width: 100%;border: 1px solid #ddd;}
.wx-index-productsonetxt {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #656363;
  padding: 5px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-productsoneimg dl {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr;
  padding: 0px;
  overflow: hidden;
}
.wx-index-productsoneimg dd {
  border-radius: 20px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-productsoneimg dd img {width: 100%;}
.wx-index-productsmore {
  text-align: center;
  margin: 50px 0px 0px;
  padding: 0px;
  overflow: hidden;
}
.wx-index-productsmore a {
  font-size: 14px;
  line-height: 35px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 5px 35px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 4;
  max-width: 100%;
}
.wx-index-productsmore a i {
  display: none;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-left: 5px;
}
.wx-index-productsmore a:hover {
  background-image: none;
  background-color: #1d8ccd;
  color: #fff;
  border-color: #0274de;
  border-style: solid;
  border-width: 1px;
  padding: 5px 50px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.wx-index-productsmore a:hover i {display: inline-block;}

/* 首页简介 */
.wx-index-aboutmain {
  background-image: url(../images/index-aboutbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0px 100px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutusinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wx-index-aboutusleft {
  width: 33%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutustitle {
  margin: 0;
  padding: 25px 0px 0px;
  line-height: 48px;
  font-size: 40px;
  font-family: it;
  text-transform: uppercase;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
.wx-index-aboutustitle::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90px;
  height: 6px;
  background-color: #209eea;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutustxt {
  margin-top: 30px;
  padding-right: 20px;
  max-width: 400px;
  font-size: 12px;
  color: #FFF;
  line-height: 24px;
  opacity: 0.63;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.wx-index-aboutusmore {
  display: inline-block;
  margin-top: 30px;
  padding-left: 10px;
  height: 53px;
  line-height: 53px;
  width: 180px;
  color: inherit;
  overflow: hidden;
  position: relative;
}
.wx-index-aboutusmore::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  height: 53px;
  width: 5px;
  background-color: #209eea;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutusmore::after {
  content: '';
  height: 53px;
  width: 170px;
  color: inherit;
  position: absolute;
  left: 10px;
  background-color: #3e3e3e;
  font-size: 0;
  vertical-align: middle;
  transition: all .5s;
}
.wx-index-aboutusmore a {
  display: inline-block;
  font-size: 16px;
  font-family: it;
  text-transform: uppercase;
  height: 53px;
  line-height: 53px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  position: absolute;
  left: 10px;
  width: 170px;
  z-index: 1;
}
.wx-index-aboutusright {
  width: 66.666%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutusright ul {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.wx-index-aboutusright li {
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 79px;
  vertical-align: middle;
  position: relative;
}
.wx-index-aboutusonenumber {
  padding-right: 20px;
  border-right: 1px solid #FFF;
  width: 90px;
  text-align: right;
  flex-shrink: 0;
}
.wx-index-aboutusonenumber span {
  height: 66px;
  line-height: 66px;
  font-size: 56px;
  font-family: it;
  font-style: normal !important;
  color: #FFF;
}
.wx-index-aboutusoneword {
  padding-left: 20px;
  overflow: hidden;
  font-size: 20px;
  font-family: it;
  line-height: 32px;
  color: #FFF;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* 首页厂房图 */
.wx-index-factorymain {
  background-image: url(../images/index-factorybg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0px;
  margin: 0px 0px 0px;
  overflow: hidden;
}
.wx-index-factoryinfo {
  background-color: #fff;
  padding: 35px 30px 50px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-factorytitle {
  font-size: 30px;
  color: #30363b;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.8;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-factorylist {
  padding: 0px 50px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-index-factorylist .mySwiper {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-factorylist .mySwiper i {
  font-size: 32px;
  color: #000;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

/* 首页新闻 */
.wx-index-newsmain {
  background-color: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 40px 0px;
  margin: 50px 0px;
  overflow: hidden;
}
.wx-index-newstitle {
  font-size: 30px;
  color: #30363b;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.8;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-newslist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newslist li {
  background-color: #fff;
  padding: 10px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-newslist li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wx-index-newsoneimg {
  width: 30%;
  border: 1px solid #eee;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newsoneinfo {
  width: 60%;
  padding: 10px 0px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newsoneinfo h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  line-height: 1.7em;
  text-align: left;
}
.wx-index-newsoneinfo p {
  height: 72px;
  font-size: 14px;
  line-height: 24px;
  margin: 12px 0 25px;
  color: #999;
  transition: all .5s;
  -webkit-transition: all .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.wx-index-newsoneinfo span {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  line-height: 1.7em;
  display: inline-block;
  padding: 5px 15px;
  text-align: center !important;
  font-family: "Futura LT Medium";
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.wx-index-newslist li:hover {background-color: #209eea;}
.wx-index-newslist li:hover a h3,.wx-index-newslist li:hover a p {color: #fff;}
.wx-index-newslist li:hover a span {color: #fff; border-color: #fff;}

/* 内页面包线 */
.wx-page-breadcrumb {
  padding: 10px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-breadcrumblist {
  font-size: 14px;
  line-height: 30px;
  color: #777;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-breadcrumblist a {color: #333;}
.wx-page-breadcrumblist i {font-size: 13px;}

/* 内页共享 */
.wx-page-main {
  padding: 35px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-navinfo {width: 100%; text-align: center; margin: 20px 0px 0px; padding: 0px; overflow: hidden;}
.pagination .page-item a {display: inline-block;width: 30px;height: 30px;line-height: 25px;text-align: center;font-size: 16px; background-color: initial;color: #666; border-radius: 0px !important; border: 1px solid #ccc; margin-right: 10px;transition: all .6s;}
.pagination .page-item a.page-link {padding: 2px 0px;}
.pagination .page-item a svg {margin-top: 0px;}
.pagination .page-item.active a.page-link {border: 1px solid #209eea; background-color: initial; color: #209eea;}

/* 公司简介 */
.wx-aboutus-infomain {
  font-size: 13px;
  line-height: 1.8;
  color: #666;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-infolist {
  padding: 0px;
  margin: 50px 0px 0px;
  overflow: hidden;
}
.wx-aboutus-infolist ul {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wx-aboutus-infolist li {padding: 0px; margin: 0px 0px 20px; overflow: hidden;}

/* 产品展示 */
.wx-products-title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  font-family: "AlibabaSans";
  line-height: 1.8em;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-products-list {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-list ul {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.wx-products-list li {
  border: 1px solid #ddd;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-products-oneimg {
  height: 210px;
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-oneimg img {
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.wx-products-list li:hover .wx-products-oneimg img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wx-products-onetxt {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  margin: 0px 0px 20px;
  padding: 10px 5px 5px;
  overflow: hidden;
}

.wx-products-catetitle {
  line-height: 1.2em;
  text-align: left;
  font-size: 26px;
  font-family: "AlibabaSans";
  color: #337ab7;
  font-weight: 400;
  border-bottom: 1px solid #337ab7;
  padding: 0px 0px 10px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-products-catelist {
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-products-catelist ul {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wx-products-catelist li {
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-products-cateoneimg {
  border: 1px solid #ddd;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-cateoneimg img {
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.wx-products-catelist li:hover .wx-products-cateoneimg img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.wx-products-cateonetxt {
  background: -webkit-linear-gradient(left, #196ea0, #359dda);
  background: -o-linear-gradient(left, #196ea0, #359dda);
  background: -moz-linear-gradient(left, #196ea0, #359dda);
  background: -ms-linear-gradient(left, #196ea0, #359dda);
  font-size: 14px;
  line-height: 30px;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  margin: 0px;
  overflow: hidden;
}
.wx-products-cateimg {
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-products-cateimg ul {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.wx-products-cateimg li {
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-products-cateimg li img {width: 100%;}
.wx-products-catevideo {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-catevideo ul{
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wx-products-catevideo li {
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-products-catevideoimg {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-products-catevideoimg img {
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.wx-products-catevideo li:hover .wx-products-catevideoimg img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wx-products-catevideoimg i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 52px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-catevideotxt {
  border: 1px solid #ddd;
  border-top: 0px;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  padding: 5px 10px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsservice {
  background-color: #fafafa;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-products-detailsservice h3,.wx-products-detailsrelated h3 {
  display: block;
  background-color: #30363b;
  padding: 0px 0px 0px 20px;
  font-size: 18px;
  font-family: "AlibabaSans";
  color: #eee;
  font-weight: 400;
  line-height: 2.4em;
  text-align: left;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsservice ul {
  border: 1px solid #ddd;
  padding: 0px 15px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsservice li {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  padding: 5px 0px;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsservice li a {
  color: #444;
}
.wx-products-detailsservice li:last-child {
  border-bottom: 0px;
}
.wx-products-detailsrelated {
  height: 850px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsrelated .mySwiper {
  height: calc(100% - 45px);
  border: 1px solid #ddd;
  padding: 0px 15px 50px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-products-detailsrelated .mySwiper .swiper-button{top: initial; bottom: 0px; outline:none;width:50%;box-sizing:content-box;height:38px;text-align: center;line-height: 38px;font-family: '宋体';font-weight:bold;font-size:16px;color: #333;z-index: 99;}
.wx-products-detailsrelated .mySwiper .swiper-button-next{right: 0px;}
.wx-products-detailsrelated .mySwiper .swiper-button-prev{left: 0px;}
.wx-products-prorecimg {
  height: 180px;
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-prorectxt {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.wx-products-detailstitle {
  font-size: 24px;
  font-family: "AlibabaSans";
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  line-height: 1.8em;
  border-bottom: 1px solid #ccc;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-products-detailsinfo {
  padding: 0px;
  margin: 0px 0px 60px;
  overflow: hidden;
}
.wx-products-detailsinfoimg {
  text-align: center;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-products-detailsinfoimg img {border: 1px solid #ddd;}
.wx-products-detailsinfotxt {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsinfotxt h1 {
  font-size: 28px;
  font-family: "AlibabaSans";
  line-height: 1.2;
  margin-bottom: 10px;
  color: #828282;
}
.wx-products-detailsinfotxt p {
  font-size: 14px;
  color: #828282;
  line-height: 1.8em;
  text-align: left;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsdesc {
  border: 1px solid #ddd;
  background-color: #eee;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsdesctitle h3 {
  display: inline-flex;
  border-top: 2px solid #00a85b;
  border-right: 1px solid #ddd;
  background-color: #fff;
  color: #00a85b;
  font-size: 14px;
  font-family: "AlibabaSans";
  line-height: 35px;
  padding: 0px 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsdescinfo {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  color: #777;
  padding: 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsupdown {
  padding: 0px;
  margin: 20px 0px 0px;
  overflow: hidden;
}
.wx-products-detailsupdown a {max-width: 47%;float: left;border: solid 1px #ddd;border-radius: 10px; padding: 5px 20px; font-size: 14px;color: #333;line-height: 24px; overflow: hidden;text-overflow:ellipsis; white-space: nowrap;}
.wx-products-detailsupdown a:last-child {float: right; text-align: right;}
.wx-products-detailslabel {
  border-top: 1px solid #ddd;
  padding: 15px 0px;
  margin: 30px 0px 0px;
  overflow: hidden;
}
.wx-products-detailslabel a {
  font-size: 12px;
  line-height: 24px;
  padding: 0 12px;
  margin: 0 10px 10px 0;
  float: left;
  border: 1px solid #ddd;
  border-radius: 50px;
  border-color: rgba(165,165,165,0.7);
}
.wx-products-detailsnews {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsnews h3 {
  font-size: 24px;
  font-family: "AlibabaSans";
  color: #333;
  font-weight: bold;
  line-height: 1.8em;
  border-bottom: 1px solid #ccc;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-products-detailsnews ul {
  width: 100%;
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsnews li {
  font-size: 14px;
  line-height: 35px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.wx-products-detailsnews li a {color: #828282;}
.wx-products-detailsnews ul>div {
  font-size: 14px;
  line-height: 35px;
  color: #666;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

/* 新闻动态 */
.wx-news-title {
  font-size: 24px;
  font-family: "AlibabaSans";
  color: #333;
  font-weight: bold;
  line-height: 1.8em;
  border-bottom: 1px solid #ccc;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-news-list {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-news-list li {
  min-height: 120px;
  margin-top: 30px;
  padding-bottom: 15px;
  overflow: hidden;
}
.wx-news-list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.wx-news-oneinfo {
  width: 75%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-news-oneinfo h3 {
  font-size: 20px;
  font-family: "AlibabaSans";
  color: #0274de;
  line-height: 1.7em;
  text-align: left;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-news-oneinfo p {
  font-size: 14px;
  color: #616161;
  line-height: 22px;
  min-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.wx-news-onedate {
  width: 20%;
  padding-left: 5%;
  border-left: 2px solid #0274de;
}
.wx-news-onedate p {
  font-size: 32px;
  line-height: 1.6em;
}
.wx-news-onedate span {
  display: inline-block;
  border: 1px solid #0274de;
  margin-top: 5px;
}
.wx-news-onedate span i {
  background-color: #0274de;
  display: inline-block;
  color: #fff;
  padding: 0 12px;
  font-size: 14px;
  font-weight: bold;
  border: 3px solid #fff;
  line-height: 30px;
  text-transform: uppercase;
  min-width: 68px;
  text-align: center;
}
.wx-news-list li:hover .wx-news-oneinfo h3 {
  text-decoration: underline;
}
.wx-news-detailsmain {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-news-detailstitle {
  font-size: 24px;
  font-family: "AlibabaSans";
  line-height: 1.8em;
  text-align: center;
  color: #666;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-news-detailssummny {
  font-size: 13px;
  color: #828282;
  line-height: 1.8em;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-news-detailsinfo {
  font-size: 14px;
  color: #828282;
  line-height: 2;
  text-align: left;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-news-detailslink {width: 100%;float: left;padding: 16px 0;}
.wx-news-detailslink a {max-width: 47%;float: left;border: solid 1px #eee;border-radius: 30px; padding: 5px 20px; font-size: 14px;color: #333;line-height: 24px; overflow: hidden;text-overflow:ellipsis; white-space: nowrap;}
.wx-news-detailslink a:last-child {float: right; text-align: right;}

/* 荣誉资质 */
.wx-honor-list {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-honor-list ul {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-honor-list li {
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-honor-list li img {width: 100%;}

/* 联系我们 */
.wx-contactus-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-message {
  width: 49%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-messagetitle {
  font-size: 24px;
  font-family: "AlibabaSans";
  color: #333;
  font-weight: bold;
  line-height: 1.8em;
  text-align: left;
  margin: 0px 0px 20px;
}
.wx-contactus-messageinfo {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-messageone {
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 7px 12px 12px 4px;
  overflow: hidden;
}
.wx-contactus-messageone label {
  display: block;
  font-family: "AlibabaSans";
  font-size: 14px;
  color: #828282;
  line-height: 1.8em;
  text-align: left;
}
.wx-contactus-messageone label em {
  float: right;
  color: #c00;
}
.wx-contactus-messageone input {
  width: 100%;
  border: 0px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-messageone textarea {
  width: 100%;
  border: 0px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-messageone input:focus-visible,.wx-contactus-messageone textarea:focus-visible {outline: initial;}
.wx-contactus-messagebtn {
  padding: 0px;
  margin: 10px 0px 0px;
  overflow: hidden;
}
.wx-contactus-messagebtn button {
  width: 50%;
  border: 0px;
  background-color: #209eea;
  color: #fff;
  font-family: "AlibabaSans";
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  padding: 5px 10px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-messagebtn button:hover {
  background-color: #00a85b;
}
.wx-contactus-contactinfo {
  width: 49%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-contacttxt {
  font-size: 14px;
  line-height: 1.8;
  padding: 0px;
  overflow: hidden;
}
.wx-contactus-contacttxt h3 {
  font-size: 24px;
  font-family: "AlibabaSans";
  color: #333;
  font-weight: bold;
  line-height: 1.8em;
  text-align: left;
  margin: 0px 0px 20px;
}
.wx-contactus-contactmap {
  height: 360px;
  border: 1px solid #ccc;
  padding: 0px;
  margin: 20px 0px 0px;
  overflow: hidden;
}

@media (max-width: 991px) {
    .wx-header-top .containe {display: flex; flex-wrap: wrap; justify-content: space-between;}
    .wx-header-other {display: none;}
    .wx-header-mune {display: block;float: right; cursor: auto;}
    .wx-header-mune i {font-size: 21px;}
    .wx-header-mune i.icon-nav03 {font-size: 24px;}
    .wx-header-mune i.icon-close01 {margin-top: 4px;}
    .wx-header-mune i.icon-nav03 {display: block;}
    .wx-header-mune i.icon-close01 {display: none;}
    .wx-header-main.active .wx-header-mune i.icon-nav03 {display: none;}
    .wx-header-main.active .wx-header-mune i.icon-close01 {display: block;}
    .wx-header-logo {width: 75%;}
    .wx-header-logo img {height: initial;}
    .wx-header-mobilesearch {display: block;}
    .wx-header-mobilesearch i {font-size: 21px;}
    .wx-header-bottom {
        position: absolute;
        top: 50px;
        left: 0px;
        width: 100%;
        padding: 0px;
        margin: 0px;
        overflow: hidden;
        z-index: 100;
        display: none;
    }
    .wx-header-main.active .wx-header-bottom {display: block;}
    
    .wx-index-partnermain {padding: 25px 0px;}
    .wx-index-partnerinfo {display: block;}
    .wx-index-partnerimg {width: 100%; margin-bottom: 20px;}
    .wx-index-partnerlist {width: 100%;}
    .wx-index-partnerlist li {padding: 20px 0px;}
    .wx-index-productslist ul {display: block;}
    .wx-index-productslist li {padding-bottom: 15px; margin-bottom: 15px;}
    .wx-index-productsoneimg dl {display: block; margin: 0px;}
    .wx-index-productsoneimg dd {border-radius: 10px; margin-bottom: 10px;}
    .wx-index-productsmain {padding: 20px 0px 30px;}
    .wx-index-productsmore {margin-top: 20px;}
    .wx-index-aboutmain {padding: 30px 0px;}
    .wx-index-aboutustitle {font-size: 32px; line-height: 40px;}
    .wx-index-aboutusinfo,.wx-index-aboutusright ul {display: block;}
    .wx-index-aboutusleft {width: 100%;}
    .wx-index-aboutusright {width: 100%; margin-top: 20px;}
    .wx-index-aboutusright li {margin-bottom: 45px;}
    .wx-index-aboutusonenumber span {font-size: 46px;}
    .wx-index-aboutusoneword {font-size: 16px;}
    .wx-index-aboutustxt {margin-top: 20px; padding: 0px; font-size: 14px;}
    .wx-index-factorymain {padding: 50px 20px;}
    .wx-index-factoryinfo {padding: 20px 0px 35px;}
    .wx-index-newsmain {margin: 30px 0px 0px; padding: 25px 0px;}
    .wx-index-newslist li a {display: block;}
    .wx-index-newsoneimg {width: 100%; margin-bottom: 10px;}
    .wx-index-newsoneinfo {width: 100%;}
    .wx-footer-mune li {font-size: 14px; line-height: 25px;}
    
    .wx-page-main {padding: 20px 0px;}
    .wx-aboutus-infolist {margin-top: 30px;}
    .wx-aboutus-infolist ul {display: block;}
    .wx-products-list ul {column-gap: 10px;grid-template-columns: 1fr 1fr;}
    .wx-products-list li {margin-bottom: 10px;}
    .wx-products-oneimg {height: initial;}
    .wx-products-onetxt {margin-bottom: 10px;}
    .wx-products-detailsdescinfo {font-size: 14px; line-height: 1.8; padding: 10px;}
    .wx-news-list li {min-height: initial; margin-top: 0px; margin-bottom: 10px;}
    .wx-news-oneinfo {width: 65%;}
    .wx-news-oneinfo h3 {font-size: 16px;text-overflow:ellipsis;white-space: nowrap; margin-bottom: 5px;}
    .wx-news-oneinfo p {font-size: 12px; min-height: initial; line-height: 20px;-webkit-line-clamp: 3; overflow: hidden;}
    .wx-news-onedate {width: 30%;}
    .wx-news-onedate p {font-size: 18px;}
    .wx-news-onedate span i {font-size: 12px; line-height: 20px;}
    .wx-honor-list ul {column-gap: 10px; grid-template-columns: 1fr 1fr;}
    .wx-honor-list li {margin-bottom: 10px;}
    .wx-contactus-main {display: block;}
    .wx-contactus-message,.wx-contactus-contactinfo {width: 100%;}
    .wx-contactus-contacttxt {margin-top: 20px;}
    .wx-contactus-contacttxt h3 {font-size: 20px; margin-bottom: 10px;}
}