.top-btn{cursor:pointer;display:none;height:40px;width:40px;border-radius:50%;position:fixed;bottom:60px;right:35px;background:#FFF;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);transition:all .4s ease;z-index:9;overflow:hidden}
.top-btn:hover{background:#c1c1c1}
.top-btn i{font-size:24px;width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center}

.wx-header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px;
  margin: 0px;
  box-shadow: 0px 0px 5px #999;
  transition: all .1s linear;
  background:#fff;
  z-index: 9999;
}
.wx-header-top {
  background-color: #eee;
  color: #333;
  padding: 5px 0px;
  margin: 0px;
  transition:all .2s linear;
  position: relative;
}
.wx-header-topleft {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 30px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}

.wx-header-topleft li {font-size: 13px;padding: 0px 10px;margin: 0px;overflow: hidden;float: left; position: relative;}
.wx-header-topleft li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background: #666;
}
.wx-header-topleft li:last-child::before {display: none;}
.wx-header-topleft i {
  margin-right: 0px;
}
.wx-header-topright {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
  float: right;
}
.wx-header-lang {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
.wx-header-lang::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background: #666;
}
.wx-header-lang a {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  z-index: 99999;
  text-align: left;
  position: relative;
}
.wx-header-lang ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.wx-header-lang ul {
  position: absolute;
  top: calc(100% + 7px);
  right: 50%;
  transform: translateX(50%);
  width: 140px;
  background: #fff;
  padding: 10px;
  border: 1px solid #ebeef5;
  border-radius: var(--borderradius);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s,top .3s;
}
.wx-header-lang ul::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-top: 1px solid #ebeef5;
  border-left: 1px solid #ebeef5;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  top: -6px;
  left: 50%;
}
.wx-header-lang ul.active {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 7px);
}
.wx-header-lang li {
  padding: 0px 0px;
  width: 100%;
  box-sizing: border-box;
  transition: background-color .3s;
}
.wx-header-lang li:hover {
  background-color: #eee;
}
.wx-header-lang li a {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 12px;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wx-header-lang li a:hover{color:#23337e}
.wx-header-lang li span {
  background: url(../images/language-all.webp) no-repeat center;
  background-position-x: center;
  background-position-y: center;
  width: 24px;
  height: 16px;
  display: inline-flex;
  margin-right: 6px;
  vertical-align: sub;
}
.wx-header-lang li span.lang-en {background-position: 0px 0px;}
.wx-header-lang li span.lang-cn{background-position:0px -187px;}
.wx-header-followus {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-header-followus ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.wx-header-followus li {
  font-size: 14px;
  line-height: 25px;
  color: #333;
  padding: 5px 5px 0px;
  margin: 0px;
}
.wx-header-followus li i {
  font-size: 20px;
  color: #333;
}
.wx-header-bg .wx-header-top {top: -50px;display: none;}

.wx-header-bottom {padding: 0px; margin: 0px;}
.wx-header-logo {
  padding: 5px 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.wx-header-logo a {display: block;height: 100%;}
.wx-header-logo a img {
  width: auto;
  max-height: 70px;
}
.wx-header-menu {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #333;
  display: none;
  padding: 0px;
  margin: 10px 5px 0px 0px;
  overflow: hidden;
  float: right;
}
.wx-header-menu .icon-nav02 {
  font-size: 24px;
}
.wx-header-menu .icon-close04 {
  font-size: 18px;
  display: none;
}
.wx-header-search {
  padding: 0px;
  margin: 0px 0px 0px 50px;
  overflow: hidden;
  float: right;
}
.wx-header-search i {
  display: block;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #d0121a;
  color: #fff;
  padding: 0px;
  margin: 20px 0px;
  overflow: hidden;
}
.wx-header-nav {
  float: right;
}
.wx-header-nav .nav-ul{height:100%;display:flex;align-items:center;list-style:none;padding:0px}
.wx-header-nav .nav-ul>li{line-height:80px;padding: 0px;margin: 0 0 0 45px; position:relative}
.wx-header-nav .nav-ul>li:hover>a,.wx-header-nav .nav-ul>li.active>a{color: #d0121a;}
.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; color: #333;text-transform:capitalize;margin:0px 0px 0px 0px;height:100%;display:flex;align-items:center;justify-content:center;position:relative;white-space:nowrap}
.wx-header-nav .nav-ul>li>a em{margin-left:5px;}
.wx-header-nav .nav-ul>li>a::after{content:"";width:0px;height:2px;background:#d0121a;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 #C0033;*/}
/* .wx-header-nav .nav-ul>li>ul li:after {content:'';position: absolute;top: 0;left: 0;width: 0%;height: 100%;background-color: #C00;z-index: -1;transition:all .3s linear} */
.wx-header-nav .nav-ul>li>ul li:last-child {border-bottom: 0px;}
/* .wx-header-nav .nav-ul>li>ul li:hover:after{width: 100%;} */
.wx-header-nav .nav-ul>li>ul li>a {color: #333;}
.wx-header-nav .nav-ul>li>ul li:hover>a,.wx-header-nav .nav-ul>li>ul li:hover>em{color:#d0121a; font-weight: bold;}
.wx-header-nav .nav-ul>li>ul li:hover ul{transform:scaleY(1);opacity:1}
.wx-header-nav .nav-ul>li>ul a{padding:7px 10px;line-height:25px;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:#444444f9;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}

@media(min-width:1025px){
	.nav-ul>li:hover .submenu{transform:scaleY(1);opacity:1}
	.nav-ul>li .submenu{transform-origin:top;transform:scaleY(0);opacity:0;transition:all .3s ease-in-out}
}
@media(max-width:1280px){
	.wx-header-nav .nav-ul>li>a{font-size:16px;padding:0px 15px}
}
@media(max-width:991px){
  .wx-header-main {background-color: #fff; height: 60px; line-height: 60px;}
  .wx-header-logo {height: 60px; padding: 0px;}
  .wx-header-logo a img {height: 50px;}
  .wx-header-search i {margin: 10px 0px;}
  .wx-header-menu {display: block; margin-left: 10px;}
  .wx-header-menu .icon-close04 {display: none;}
  .wx-header-main.active .wx-header-menu .icon-close04 {display: inline-flex;}
  .wx-header-main.active .wx-header-menu .icon-nav02 {display: none;}
  .wx-header-main::after {content: ''; background-color: #00000099; position: fixed; width: 100%; top: 60px; left: 0px; height: calc(100% - 60px); z-index: -1; display: none;}
	.wx-header-nav{position:fixed;top:56px;right:0px;width:80%;height:calc(100vh - 56px);background:#002e69;flex-direction:column-reverse;transition:all .2s linear;opacity:0;overflow:hidden;visibility:hidden;transform:translateX(80%)}
  .wx-header-main.active .wx-header-nav {
    background-color: #fff;
    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; color: #333; 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,.wx-header-nav .nav-ul > li > ul li > a {line-height: 30px; height: 30px; font-size: 12px; color: #333;}
	.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:#C00;}
  .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; color: 333; font-size: 13px;}
  .wx-header-nav .nav-ul > li:hover > a, .wx-header-nav .nav-ul > li.active > a {color: #d0121a;}
  .wx-header-main:hover .wx-header-nav .nav-ul > li > ul li > a, .wx-header-main.wx-header-bg .wx-header-nav .nav-ul > li > ul li > a {color: #666;}
  .wx-header-nav .nav-ul > li > a::after {background: #d0121a;}
	.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;}
}
@media(max-width:768px){
	.wx-header-nav{top:60px;height:calc(100vh - 60px)}
}
.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 {
  height: calc(100vh - 100px);
  background-color: #ffffff;
  padding: 0px;
  margin: 100px 0px 0px;
  overflow: hidden;
  position: relative;
}
.ban-swiper{
  height: 100%;
	width: 100%;
}
.ban-slide{
  height: 100%;
	overflow: hidden;
  position: relative;
}
.ban-slide-bj {
	height: 100%;
	background: no-repeat center;
	background-size: cover;
  overflow: hidden;
}
.ban-slide-bj img {position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  }
.wx-index-banner .swiper-slide.swiper-slide-active .ban-slide-bj img {animation: 4.5s bn_anim forwards !important;transition: .5s;}
.ban-slide-bj{width: 100%;overflow: hidden;}
.ban-slide-info {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.ban-slide-txt {width: 48%;max-width: 920px;}
.wx-index-banner .swiper-slide .ban-slide-info span {display: block; color:#16b97f; font-family: "BodinSmall"; text-transform: uppercase; line-height:1.8; font-size:52px; transform:translateY(80px); opacity:0; }
.wx-index-banner .swiper-slide .ban-slide-info h3{ color:#fff; font-size:65px; font-weight: bold; font-family: Arial; line-height:1.5; margin: 0px 0px 25px; transform:translateY(80px); opacity:0; } 
.wx-index-banner .swiper-slide .ban-slide-info p{ color:#fff; line-height:1.8; font-family: Arial; font-size:24px; transform:translateY(80px); opacity:0; }
.wx-index-banner .swiper-slide .ban-slide-info em {display: inline-flex; transform:translateY(80px); opacity:0;}
.wx-index-banner .swiper-slide .ban-slide-info a {display: inline-flex; font-size: 16px; line-height: 40px; padding: 5px 5px 5px 20px; margin: 35px 10px 0px 0px;background: -webkit-linear-gradient(left, #d0121a, #c00); background: -o-linear-gradient(left, #d0121a, #c00); background: -moz-linear-gradient(left, #d0121a, #c00); background: -ms-linear-gradient(left, #d0121a, #c00);border: 0px;-moz-box-shadow: 0px 2px 5 #666;border-radius: 30px; color: #fff; transition:all .3s linear}
.wx-index-banner .swiper-slide .ban-slide-info a i {text-align: center; font-size: 20px; width: 40px; height: 40px;background-color: #fff; color: #d0121a; margin-left: 10px; border-radius: 50%;}
.wx-index-banner .swiper-slide .ban-slide-info a:hover {background: #c00;}
.wx-index-banner .swiper-slide .ban-slide-info a:hover {color: #fff;}
.wx-index-banner .swiper-slide.swiper-slide-active .ban-slide-info span { transition:all 2s ease .5s; transform:translateY(0); opacity:1; } 
.wx-index-banner .swiper-slide.swiper-slide-active .ban-slide-info h3{ transition:all 2s ease .7s; transform:translateY(0); opacity:1; } 
.wx-index-banner .swiper-slide.swiper-slide-active .ban-slide-info p{ transition:all 2s ease 1s; transform:translateY(0); opacity:1; }
.wx-index-banner .swiper-slide.swiper-slide-active .ban-slide-info em{ transition:all 2s ease 1.5s; transform:translateY(0); opacity:1; }
.ban-slide-bj{width: 100%;overflow: hidden;}
.wx-index-banner .swiper-button-next, .wx-index-banner .swiper-button-prev {
  position: absolute;
  left: 20px;
  top: 45%;
  width: 50px;
  height: 50px;
  z-index: 99;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(0, 0, 0, .4);
  border-radius: 50%;
  padding: 10px;
  transition: all .1s linear;
}
.wx-index-banner .swiper-button-next::after, .wx-index-banner .swiper-button-prev::after {display: none;}
.wx-index-banner .swiper-button-next {left: initial; right: 20px;}
.wx-index-banner .swiper-button-next i, .wx-index-banner .swiper-button-prev i {font-size: 24px; color: #fff;}
.wx-index-banner .swiper-notification {width: 100%; bottom: 10px; top: initial; text-align: center;}
.wx-index-banner .swiper-pagination-bullet{
	opacity: 1;
	width:8px;
	height:8px;
    margin: 0px 10px !important;
	background: #ddd;
	border-radius: 50%;
  position: relative;
}
.wx-index-banner>.swiper-pagination-bullets{text-align: center;bottom: 20px;}
.wx-index-banner .swiper-pagination-bullet-active {background: #fff;}
.wx-index-banner .swiper-pagination-bullet-active::after {border: 1px solid #fff; width: 20px; height: 20px; border-radius: 50%; content: ''; position: absolute; top: -6px; left: -6px;}
.wx-banner-bottomtxt {
  position: absolute;
  bottom: 5%;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 2px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  z-index: 90;
}
@media(max-width:991px){
  .wx-index-banner {margin-top: 59px; height: 390px;}
  .ban-slide-info {top: 40%; transform: translateY(-50%);}
  .ban-slide-bj {background: none;}
  .ban-slide-bj img {display: block;}
  .wx-index-banner .swiper-slide .ban-slide-info .ban-slide-txt {width: 100%;}
  .wx-index-banner .swiper-slide .ban-slide-info span {font-size: 24px; line-height: 1.3;}
  .wx-index-banner .swiper-slide .ban-slide-info h3 {font-size: 28px; margin-bottom: 10px;}
  .wx-index-banner .swiper-slide .ban-slide-info p {font-size: 18px; line-height: 1.5;}
  .wx-index-banner .swiper-slide .ban-slide-info a {font-size: 14px; margin-top: 10px; line-height: 25px;}
  .wx-index-banner .swiper-slide .ban-slide-info a i {width: 25px; height: 25px;}
  .wx-index-banner .swiper-button-next, .wx-index-banner .swiper-button-prev {display: none;}
  .wx-banner-bottomtxt {font-size: 14px; line-height: 1.6; padding: 0px 15px; bottom: 40px;}
}
@keyframes bn_anim {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bn_anim {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* 首页产品系列 */
.wx-index-promain{margin:5em 0 4.5em 0;}
.index_3_mid_left{float:left; margin-top:2.25em;}
.index_3_mid_right{float:right; width:48.984375%;}
.index_3_mid_right_mid{position:relative; padding-right:1.25em; padding-bottom:1.25em; background-color:#ebebeb;}
.index_3_mid_right_mid div{overflow:hidden}
.index_3_mid_right_mid img{position:relative; z-index:100;}
.index_3_mid_right_mid:after{content:''; position:absolute; left:0; top:0; width:1.25em; height:100%; background-color:#fff;}
.index_3_mid_right_mid:before{content:''; position:absolute; left:0; top:0; width:100%; height:1.25em; background-color:#fff;}
.index_3_mid_right_footer a{ text-align:left; padding-bottom:.6em;display:inline-block; border-bottom:2px #d0121a solid;}
.index_3_mid_right_footer a span{ font-family:Arial, Helvetica, sans-serif; color:#d0121a;display:inline-block; font-size:1.125em; width:14.16666666666667em; background-position:right center; background-repeat:no-repeat; background-image:url(../images/pro-dot.png);}
.index_3_mid_right_footer{text-align:right; margin-top:2em;}
.index_3_mid_right_footer a:hover span{background-position:95% center;}
.index_3_mid .index_1_mid_left_1{border:none}
.index_3_mid_left_1 div{overflow:hidden;}
.index_1_mid_left{width:46.875%;}
.index_1_mid_right_mid{overflow:hidden;}
.index_1_mid_left_1{color:#d0121a; font-size:32px; font-family:"Times New Roman", Times, serif; line-height:1; border-bottom:1px #ececec solid; padding-bottom:0.4em;}
.index_1_mid_left_2{font-size:38px;font-family: 'Roboto Condensed'; color:#000; font-weight: 600; margin-top:0px; margin-bottom:15px;}
.index_1_mid_left_3{overflow:hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;word-wrap:break-word;word-break:break-all;color:#666; line-height:2; font-size: 16px; margin-bottom:25px;}
.index_1_mid_left_3_l_4{-webkit-line-clamp: 4; margin-bottom:2.5em; }
.swiper-pagination-gh ul li{ width:90px; cursor:pointer; margin-right:5px;display:inline-block; position:relative; font-family:Arial, Helvetica, sans-serif; color:#010101;}
.swiper-pagination-gh ul li:after{content:''; position:absolute; width:68px; position:absolute; right:0; background-color:#d2d2d2; height:1px; top:50%; margin-top:-0.5px;}
.swiper-pagination-gh ul li:before{content:''; position:absolute; width:0px; position:absolute; left:22px; background-color:#010101; z-index:100; height:1px; top:50%; margin-top:-0.5px;}
.swiper-pagination-gh ul li.on:before{width:68px; transition: width 4.8s ease-out 0s;}
.swiper-pagination-gh{margin-bottom:60px;}
.index_1_mid_left_2,.index_1_mid_left_3{opacity:0;}
.swiper-slide-active .index_1_mid_left_2,.swiper-slide-active .index_1_mid_left_3{opacity:1;}
@media screen and (max-width:1090px) {
  .index_3_mid_left{margin-top:4em;}
  .index_3{margin-top:5em; margin-bottom:5em;}
  .index_3_mid_right_footer a span{font-size:1em;}
}
@media screen and (max-width:768px) {
  .index_3_mid_left_1 {display: none;}
  .index_3_mid_left{margin-top:1em;}
  .index_3{margin-top:2.5em; margin-bottom:2.5em;}
}
@media screen and (max-width:700px) {
  .index_3_mid_right_footer{text-align:left;}
  .index_3_mid_right{width:100%; margin-top:0px;}
  .index_3_mid_right_mid img {width: 100%;}
  .index_3_mid_left{float:none; width:auto}
  .index_3_mid_left_1 img{max-width:55%;}
  .swiper-pagination-gh {margin-bottom: 35px;}
  .swiper-pagination-gh ul li {width: calc(23% - 5px);}
  .swiper-pagination-gh ul li:after {width: 75%;}
}

/* 为什么选择我们 */
.wx-index-advantagesmain {background-image: url(../images/adavanges-bg.jpg);background-repeat: no-repeat;background-size: cover;background-attachment: fixed;padding: 100px 0px;margin: 0px;overflow: hidden;}
.wx-index-advantagesleft {width: 27%;padding: 0px;margin: 0px;overflow: hidden;float: left;}
.wx-index-advantagestitle {max-width: 320px;font-size: 38px;font-weight: 600;line-height: 1;color: #fff;padding: 0px 0px 20px;margin: 0px 0px 30px;overflow: hidden;position: relative;}
.wx-index-advantagestitle::after {content: '';position: absolute;width: 60px;height: 3px;background-color: #379DA2;left: 0;bottom: 0;padding: 0px;margin: 0px;overflow: hidden;}
.wx-index-advantagestitle span {display: block;font-size: 18px;font-family: 'Roboto Condensed';font-weight: 400;margin: 0px 0px 15px;padding: 0px;overflow: hidden;}
.wx-index-advantagestxt {font-size: 16px;font-weight: 100;font-family:'Roboto Condensed';line-height: 1.6;color: #fff;margin: 10px 0px 0px;padding: 0px;overflow: hidden;}
.wx-index-advantagesright {width: 70%;padding: 0px;margin: 0px;overflow: hidden;float: right;}
.wx-index-advantageslist ul {width: 50%;padding: 0px 30px;color: #fff;margin: 0px;overflow: hidden;float: left;}
.wx-index-advantageslist li {border-bottom: 1px solid rgba(255, 255, 255, 0.2);padding: 30px 0px;margin: 0px;overflow: hidden;}
.wx-index-advantageslist li:first-child {padding-top: 0px;}
.wx-index-advantageslist li i {width: 80px;height: 80px;font-size: 54px;font-weight: 300;color: #fff;padding: 5px;margin: 0px;overflow: hidden;float: left;}
.wx-index-advantageslist li i img {width: 100%;}
.wx-index-advantagesinfo {width: calc(100% - 90px);padding: 0px;margin: 0px;overflow: hidden;float: right;}
.wx-index-advantagesinfo h3 {font-size: 18px;line-height: 1.6;font-weight: 600;padding: 0px 0px 10px;margin: 0px 0px 15px;overflow: hidden;position: relative;}
.wx-index-advantagesinfo h3::after {content: '';position: absolute;width: 40px;height: 2px;background-color: #379DA2;left: 0;bottom: 0;padding: 0px;margin: 0px;overflow: hidden;}
.wx-index-advantagesinfo p {font-size: 14px;font-family:'Roboto Condensed';line-height: 1.5;padding: 0px;margin: 0px;overflow: hidden;}

/* 首页简介 */
.wx-index-aboutmain{background-color:#F8F8F8;padding:100px 0px}
.wx-index-aboutinfo {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.wx-index-aboutmain .about-con{flex:1;padding-right:4%}
.wx-index-aboutmain .about-con .home-label{text-align:left;font-size: 14px;
  font-weight: 500;
  color: #e62129;
  text-transform: uppercase;}
.wx-index-aboutmain .about-con .home-label:after{display:none}
.wx-index-aboutmain .about-con .home-title{font-size: 32px; text-align:left;line-height:1.2;font-weight: 600;margin:20px 0px; max-width:750px}
.home-label::before, .home-label::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  background: #e62129;
  vertical-align: middle;
}
.wx-index-aboutmain .about-con .about-des{font-size: 14px; color:#444;line-height:30px;}
.wx-index-aboutmain .about-con .more-btn{display: inline-block; border:1px solid #C2C2C2;color: #d0121a; border-radius:0;padding:10px 30px;border-bottom:2px solid #d0121a;margin-top:6%;background-color:#F8F8F8}
.wx-index-aboutmain .about-con .more-btn:hover{border-color:#d0121a; color: #fff; background-color: #d0121a;}
.wx-index-aboutmain .about-img{width:52%;position:relative;padding-top:10px;padding-left:25px}
.wx-index-aboutmain .about-img::before{content:"";position:absolute;left:0px;top:0px;border:1px solid #d0121a;height:calc(100% - 30px);width:60px;z-index:0;border-radius:5px}
.wx-index-aboutmain .about-img .bgimg{position: inherit; z-index:1;border-radius:8px;width:100%;height:auto}
.wx-index-aboutmain .about-img .about-icon{width:160px;height:120px;padding:2%;background:#272727;display:flex;flex-direction:column;justify-content:center;color:#FFF;position:absolute;left:0px;bottom:25px;z-index:1;font-size:18px}
.wx-index-aboutmain .about-img .about-icon i,.wx-index-aboutmain .about-img .about-icon span{color:#d0121a;font-size:38px;margin-right:5px}
.wx-index-profilenum {padding: 0px; margin: 50px 0px 0px; border-radius: 10px; overflow: hidden;}
.wx-index-profilenum ul {display: grid; column-gap: 2px; grid-template-columns: 1fr 1fr 1fr;}
.wx-index-profilenum li {padding: 30px 10px; margin: 0px; display: flex; justify-content: center; overflow: hidden; background-color: #eee;}
.wx-index-profilenum li:first-child {border-left: 0px;}
.wx-index-profileico {width: 70px; height: 70px; padding: 0px; margin: 0px 20px 0px 0px; overflow: hidden; float: left;}
.wx-index-profileico img {width: 100%;}
.wx-index-profilenumtxt { padding: 0px; margin: 0px; overflow: hidden; float: left;}
.wx-index-profilenumtxt span {display: block; font-size: 14px; line-height: 35px; color: #d0121a; padding: 0px; margin: 0px; overflow: hidden;}
.wx-index-profilenumtxt span strong {font-size: 42px; margin: 0px 5px 0px 0px; padding: 0px; overflow: hidden;}
.wx-index-profilenumtxt p {font-size: 1rem; line-height: 25px; padding: 0px; margin: 0px; overflow: hidden;}


/* 首页应用 */
.wx-index-case {
  background-image: url(../images/index-appbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; background-color:#F8F8F8;padding:60px 0px; position:relative}
.wx-index-case .homecase-wrap{overflow:hidden;padding-bottom:0px;position:relative;margin-top:30px}
.wx-index-case .homecase-wrap .swiper-container {padding-bottom: 60px;}
.wx-index-case .homecase-wrap .swiper-slide{transform:scale(1);transition:all .1s linear;}
.wx-index-case .homecase-wrap .swiper-slide.swiper-slide-active{transform:scale(1)}
.wx-index-case .homecase-wrap .swiper-slide.swiper-slide-active .item .content{display:block}
.wx-index-case .homecase-wrap .swiper-slide .img img{width:100%;height:100%;object-fit:cover;border-radius:8px;border: 5px solid #fff;}
.wx-index-case .homecase-wrap .swiper-slide .item{position:relative;margin:-50px auto 0;width:90%;background:#FFF;box-shadow:0 0px 4px 2px rgba(233,233,233,.79);border-radius:8px;z-index:1;padding:20px 20px;text-align:center}
.wx-index-case .homecase-wrap .swiper-slide .item .title{font-size:24px;font-weight: 600; color: #000; line-height:1.2;margin-bottom:10px}
.wx-index-case .homecase-wrap .swiper-slide .item .content{color:#797979;margin-bottom:10px;display:none}
.wx-index-case .homecase-wrap .swiper-slide .item .more{color:#d0121a;font-weight:600}
.wx-index-case .homecase-wrap .swiper-slide .item .more:hover{text-decowxion:underline;color: #0098F5;}
.wx-index-case .homecase-wrap .homecase-button-next,.wx-index-case .homecase-wrap .homecase-button-prev{width:38px;height:38px;border:1px solid #fff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;bottom:0px;left:32%;z-index:2;transition:all .2s linear}
.wx-index-case .homecase-wrap .homecase-button-next:hover,.wx-index-case .homecase-wrap .homecase-button-prev:hover{background:#d0121a;color:#FFF;border-color: #d0121a;}
.wx-index-case .homecase-wrap .homecase-button-next{left:auto;right:32%}

/* 首页新闻 */
.wx-index-newsmain {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-index-title {
  text-align: center;
  padding: 0px;
  margin: 0px 0px 25px;
  overflow: hidden;
}
.wx-index-title h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 0px;
  color: #333;
}
.wx-index-title p {
  color: #666;
  font-size: 14px;
  line-height: 34px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newslist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newslist ul {
  display: grid;
  column-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wx-index-newslist li {
  border-radius: 15px;
  background-color: #f6f6f6;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newsoneimg {
  text-align: center;
  padding: 0px ;
  margin: 0px 0px 0px;
  overflow: hidden;
}
.wx-index-newsoneimg img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wx-index-newslist li:hover .wx-index-newsoneimg img  {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.wx-index-newsonetxt {
  padding: 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newsonetxt h3 {
  color: rgba(34, 38, 67, 1);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  line-height: 25px;
  letter-spacing: 0px;
  margin-bottom: 15px;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.wx-index-newsonetxt p {
  font-size: 14px;
  color: #888;
  margin-bottom: 13px;
  line-height: 25px;
  height: 75px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.wx-index-newsonetxt span {
  font-size: 12px;
  color: #666;
}
.wx-index-newsmore {
  text-align: center;
  padding: 0px;
  margin: 30px 0px 0px;
  overflow: hidden;
}
.wx-index-newsmore a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 30px;
  border-radius: 5px;
  background-color: #d0121a;
  color: #fff;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newsmore a:hover {background-color: #a30b12;}

/* 底部信息 */
.wx-footer-main {
  background-image: url(../images/footerbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-footer-main::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #19212ccc;
  padding: 0px;
  margin: 0px;
  z-index: 2;
}
.wx-footer-main .container {position: sticky; z-index: 5;}
.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: 25%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topleft span {
  display: block;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-footer-topleft span img {
  height: 55px;
  width: initial;
}
.wx-footer-topleft p {
  max-width: 260px;
  font-size: 15px;
  line-height: 2;
  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 {
    display: block;
  width: 48%;
  padding: 0px 0px 0px 50px;
  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: 25%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topright ul {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.wx-footer-topright li {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topright li h3 {
  font-size: 18px;
  line-height: 25px;
  margin: 0px 0px 15px;
  padding: 0px;
  overflow: hidden;
}
.wx-footer-topright li dl {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topright li dd {
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.wx-footer-topright li dd a {color: #ccc;}
.wx-footer-bottom {
  border-top: 1px solid #ffffff33;
  padding: 20px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-bottom a {color: #999;}
.wx-footer-copyright {
  font-size: 15px;
  line-height: 30px;
  color: #999;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  text-align: center;
}

/* 内页开始 */
.wx-page-title {
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-page-title h3 {
  font-family: "微软雅黑";
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  padding: 0px 0px 10px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-page-title h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #053786;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-title h3.white::after {background-color: #fff;}
.wx-banner-ny {
  padding: 0px;
  margin: 122px 0px 0px;
  overflow: hidden;
  position: relative;
}
.wx-banner-ny::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #00000055;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  z-index: 2;
}
.wx-banner-ny img {width: 100%;}
.wx-banner-txt {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  z-index: 5;
}
.wx-banner-txt h2 {
  font-size: 48px;
  font-family: "Roboto-B";
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 5px rgb(0 0 0 / 60%);
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-page-twomenu {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
.wx-page-twomenu h3 {
  font-size: 18px;
  line-height: 35px;
  color: #000;
  display: block;
  margin: 0 19px;
  padding: 10px 0;
}
.wx-page-twomenu li {
  font-size: 14px;
  line-height: 35px;
  color: #666;
  padding: 10px 0;
  margin: 0px 15px;
  overflow: hidden;
  border-bottom: 3px solid transparent;
  float: left;
}
.wx-page-twomenu li a {color: #666;}
.wx-page-twomenu li.active a,.wx-page-twomenu li:hover a {color: #d0121a;}
.wx-page-twomenu li.active,.wx-page-twomenu li:hover {
  border-bottom-color: #d0121a;
}
.wx-page-breadcrumb {padding: 0px; margin: 0px; border-bottom: 1px solid #f0f0f0; overflow: hidden;}
.p102-curmbs-1{height: 40px;line-height: 40px;font-size: 14px;color: #808080;margin: 0px 0px 10px;}
.p102-curmbs-1 b {
	font-weight: normal;
	padding-left: 35px;
	background: url(../images/p102-curmbs-icon1.png) no-repeat left center;
}
.p102-curmbs-1 i {
	font-style: normal;
}
.p102-curmbs-1 span {
	font-family: å®‹ä½“;
	height: 46px;
	line-height: 46px;
	padding: 0px 5px;
}
.p102-curmbs-1 a{color: #808080;}
.p102-curmbs-1 a:hover{color: #013171;}
.wx-page-main {
  padding: 60px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-editor {
  font-size: 15px;
  line-height: 1.8;
  color: #7f7f7f;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-pagination {padding: 0px;margin: 25px 0px 0px;overflow: hidden;}
.pagination .page-item a {display: inline-block;width: 35px;height: 35px;line-height: 25px;text-align: center;font-size: 16px;color: #666;background-color: #fff; border: 1px solid #ccc; border-radius: 50% !important;margin-right: 10px;transition: all .6s;}
.pagination .page-item a.page-link {padding: 5px 0px;}
.pagination .page-item.active a.page-link {background-color:#d0121a; border: transparent; font-size: 14px; line-height: 28px; color: #fff;}

/* 联系我们 */
.wx-contactus-usinfo {
	display:flex;
	flex-wrap:wrap;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.wx-contactus-usleft {
	width: 45%;
  background-color: #053786;
	background-image: url(../images/ditu2.png);
	background-repeat: no-repeat;
	background-size: 100%;
  background-position: center;
	padding: 35px 50px;
	border-radius: 20px 0px 0px 20px;
	margin: 0px;
	overflow: hidden;
}
.wx-contactus-usleft a,.wx-contactus-usleft h3 {color: #fff;}
.wx-contactus-usleft span {
  display: block;
  height: 15px;
  padding: 0px;
  margin: 10px 0px 0px;
  overflow: hidden;}
.wx-contactus-usleft p {
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 10px;
	overflow: hidden;
}
.wx-contactus-usright {
	width: 55%;
  min-height: 460px;
	background-color: #f0f0f0;
  border: 1px solid #eee;
  font-size: 13px;
  line-height: 2;
	padding: 35px;
	border-radius: 0px 20px 20px 0px;
	margin: 0px;
	overflow: hidden;
}

/* 在线留言 */
.wx-contactus-title {font-weight: 600;font-size: 2rem;color: #053786;line-height: 1.40625;padding: 0px;margin: 0px 0px 35px; position: relative;}
.wx-contactus-title:after {content: "";display: block;width: 65px;height: 1px;background: #000;position: absolute;bottom: -10px;left: 0;}
.wx-contactus-messagemain {
  background-color: #f0f0f0;
	padding: 60px 0px;
	margin: 0px;
	overflow: hidden;
}
.wx-contactus-messagetitle {
	padding: 0px;
	margin: 0px 0px 30px;
	overflow: hidden;
}
.wx-contactus-messagetitle h3 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.8;
	color: #111;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.wx-contactus-messagetitle p {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.wx-contactus-messagetitle p em {color: #E60012;}
.wx-contactus-messageinfo {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.wx-contactus-messageinput {
	display: grid;
	column-gap: 20px;
	grid-template-columns: 1fr 1fr;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.wx-contactus-messageinput label,.wx-contactus-messagetextarea label {
  display: block;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
.wx-contactus-messageinput label p,.wx-contactus-messagetextarea label p {
	font-size: 16px;
	line-height: 24px;
	color: #111;
	padding: 0px;
	margin: 0px 0px 5px;
	overflow: hidden;
}
.wx-contactus-messageinput label p em,.wx-contactus-messagetextarea label p em {color: #E60012; margin-right: 5px;}
.wx-contactus-messageinput label input {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #666;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
}
.wx-contactus-messagetextarea textarea {
	width: 100%;
	height: 270px;
	line-height: 25px;
	font-size: 16px;
	border: 1px solid #ddd;
	color: #666;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
}
.wx-contactus-messageinfo button {
	background-color: #053786;
	border: 0px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 35px;
	color: #fff;
	padding: 5px 30px;
	margin: 0px;
	overflow: hidden;
}

/* 新闻动态 */
.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;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.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:#053786;}
.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 #053786; 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:#053786;}
.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:#053786;}
.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: #053786;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-aboutus-profilemain {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-title {
  text-align: center;
  padding: 0px 0px 20px;
  margin: 0px 0px 35px;
  overflow: hidden;
  position: relative;
}
.wx-aboutus-title::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: block;
  width: 60px;
  height: 4px;
  margin-left: -30px;
  background: #999;
}
.wx-aboutus-title h3 {
  font-size: 36px;
  font-family: "Roboto-B";
  font-weight: 700;
  line-height: 45px;
  color: #053786;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-profiletitle {
  width: 35%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.wx-aboutus-profiletitle span {
  display: block;
  background-color: #eee;
  height: 15px;
  padding: 0px;
  margin: 10px 0px 0px;
  overflow: hidden;
}
.wx-aboutus-profiletitle p {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-profiletitle p img {width: 100%;}
.wx-aboutus-profileinfo {
  width: 60%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: right;
}
.wx-aboutus-profileinfo p {
  margin-bottom: 15px;
}
.wx-aboutus-profilenum {padding: 0px; margin: 50px 0px 0px; overflow: hidden;}
.wx-aboutus-profilenum ul {display: grid; column-gap: 20px; grid-template-columns: 1fr 1fr 1fr 1fr;}
.wx-aboutus-profilenum li {background-color: #053786;padding: 25px 10px; margin: 0px; display: flex; flex-wrap: wrap; justify-content: left; overflow: hidden;}
.wx-aboutus-profileico {width: 60px; padding: 0px; margin: 0px 15px 0px 0px; overflow: hidden;}
.wx-aboutus-profileico img {width: 100%;}
.wx-aboutus-profilenumtxt {width: calc(100% - 75px); padding: 0px; margin: 0px; overflow: hidden;}
.wx-aboutus-profilenumtxt span {display: block; font-size: 14px; line-height: 35px; color: #fff; padding: 0px; margin: 0px; overflow: hidden;}
.wx-aboutus-profilenumtxt span strong {font-size: 42px; margin: 0px 5px 0px 0px; padding: 0px; overflow: hidden;}
.wx-aboutus-profilenumtxt p {font-size: 14px; color: #fff; line-height: 1.5; padding: 0px; margin: 0px; overflow: hidden;}

/* 首页车间 */
.wx-aboutus-factorymain {
  background-color: #f6f6f6;
  /* background-image: url(../images/index-equipmentbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; */
  padding: 60px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-factorylist {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.wx-aboutus-factorylist .owl-carousel .owl-stage {margin-left: -10.5%;}
.wx-aboutus-factorylist .owl-carousel .owl-nav button.owl-prev, .wx-aboutus-factorylist .owl-carousel .owl-nav button.owl-next, .wx-aboutus-factorylist .owl-carousel button.owl-dot {
  top: 40%;
  pointer-events: auto;
  text-align: center;
  position: absolute;
  z-index: 999!important;
  cursor: pointer;
  background: rgba(255,255,255,0.9);
	border: 1px solid #999;
  color: #333;
  line-height: 40px;
  font-size: 16px;
  width: 50px;
  height: 50px;
	border-radius: 50%;
  padding-top: 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.wx-aboutus-factorylist .owl-nav .owl-prev {left: 26%;}
.wx-aboutus-factorylist .owl-nav .owl-next {right: 26%;}
.wx-aboutus-factorylist .owl-nav .owl-prev i,.wx-aboutus-factorylist .owl-nav .owl-next i {font-size: 24px;}
.wx-aboutus-factorylist .owl-nav .owl-next:hover,.wx-aboutus-factorylist .owl-nav .owl-prev:hover {background: rgba(0,0,0,0.7);color: #fff}
.wx-aboutus-factoryone {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.wx-aboutus-factoryoneimg img {width: 100%;}
.wx-aboutus-factoryonetxt {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 10px 20px;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	margin: 0px;
	overflow: hidden;
}

/* 发展历程 */
.wx-aboutus-history {
  background-image: url(../images/about-historybg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-aboutus-history .swiper-container {padding: 15px;}
.wx-aboutus-historyline {
  position: absolute;
  top: 223px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0,84,170,.1);
}
.wx-aboutus-historyyear {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: .8em;
  color: #053786;
}
.wx-aboutus-historydian {
  position: relative;
  margin: 38px auto 30px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: rgba(5,55,134,.3);
}
.wx-aboutus-historydian::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #053786;
  content: "";
}
.wx-aboutus-historytxt {
  height: 210px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 35px 24px 24px;
  background: #f6f6f6;
  box-shadow: 0px 0px 10px #ccc;
  transition: all .5s;
  overflow: auto;
}
.wx-aboutus-historytxt p {
    font-size: 15px;
  line-height: 28px;
  /*text-align: justify;*/
  color: #777;
  transition: all .5s;
}

.inews-page{display: flex; flex-wrap: wrap; justify-content: center;padding: 35px 0 0px;}
.inews-page .mhover{width: 50px;height: 50px; line-height: 50px; border-radius: 50%; text-align: center; margin: 0px 50px; background: #053786;cursor: pointer;outline: none;}
.inews-page .mhover span{color: #fff;}
.inews-page .mhover.prev span{transform: rotate(180deg);}

/* 荣誉 */
.wx-aboutus-honormain {background: url(../images/index-honorbg.png) center fixed;background-size: cover;padding: 80px 0px;margin: 0px;overflow: hidden;}
.wx-aboutus-list {padding: 0px;margin: 0px;overflow: hidden;}
.wx-aboutus-list .swiper-container {width: 100%;}
.wx-aboutus-list .swiper-container .swiper-slide {padding: 15px 10px;background: #fff;}
.wx-aboutus-list .swiper-container .swiper-slide::after {content: '';width: 100%;height: 100%;border: 1px solid #E4E4E4;position: absolute;left: 0;top: 1px;transition: all .6s;pointer-events: none;}
.wx-aboutus-list .swiper-container .swiper-slide a {width: 100%;float: left;position: relative;}
.wx-aboutus-list .swiper-container .swiper-slide a span {width: 100%;height: calc(100% - 40px);float: left;margin-bottom: 40px;overflow: hidden;}
.wx-aboutus-list .swiper-container .swiper-slide a span img {width: 100%;height: 100%;object-fit: contain;display: block;transition: all .6s;}
.wx-aboutus-list .swiper-container .swiper-slide a:hover span img {transform: scale(1.1);}
.wx-aboutus-list .swiper-container .swiper-slide a p {width: 100%;line-height: 35px;position: absolute;right: 0;bottom: 0;color: #fff;background: #053786;text-align: center;padding: 0 1rem;margin: 0px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .6s;opacity: 1;}
.wx-aboutus-list .swiper-container .swiper-slide a:hover p {opacity: 1;}
.wx-aboutus-list .swiper-page {position: relative;margin-top: 35px;display: flex;display: -webkit-flex;justify-content: space-between;align-items: center;-webkit-justify-content: space-between;-webkit-align-items: center;}
.wx-aboutus-list .swiper-page .swiper-pagination {position: relative;bottom: 0;font-size: 16px;font-weight: bold;}
.wx-aboutus-list .swiper-page .swiper-pagination .swiper-pagination-current {font-size: 32px;color: #053786;}
.wx-aboutus-list .swiper-page .between-center {display: flex;flex-wrap: wrap;}
.wx-aboutus-list .swiper-page .pull-right .swiper-button-next, .wx-aboutus-list .swiper-page .pull-right .swiper-button-prev {position: relative;right: auto;left: auto;top: 0;margin: 0;width: 70px;height: 30px;line-height: 30px;text-align: center;color: #fff;background: #d6d6d6;transition: all .6s;opacity: 1;}
.wx-aboutus-list .swiper-page .pull-right .swiper-button-next:hover, .wx-aboutus-list .swiper-page .pull-right .swiper-button-prev:hover {background: #053786;}
.wx-aboutus-list .swiper-page .pull-right .swiper-button-next::after, .wx-aboutus-list .swiper-page .pull-right .swiper-button-prev::after {display: none;}
.wx-aboutus-list .swiper-page .pull-right .swiper-button-next {margin-left: 5px;}

/* 应用领域 */
.wx-app-list {padding: 0px; margin: 30px 0px 0px; overflow: hidden;}
.wx-app-list ul {display: grid; column-gap: 20px; grid-template-columns: 1fr 1fr 1fr;}
.wx-app-list li {padding: 0px 0px 10px; margin: 0px 0px 20px; overflow: hidden;}
.wx-app-list li .item .content{display:block}
.wx-app-list li .img img{width:100%;height:100%;object-fit:cover;border-radius:8px}
.wx-app-list li .item{position:relative;margin:-30px auto 0;width:90%;background:#FFF;box-shadow:0 2px 5px 3px rgba(233,233,233,.79);border-radius:8px;z-index:1;padding:10px;text-align:center}
.wx-app-list li .item .title{font-size:18px;font-weight: 600; color: #000; line-height:1.2;margin-bottom:10px}
.wx-app-list li .item .content{color:#797979;margin-bottom:10px;display:none}
.wx-app-list li .item .more{color:#d0121a;font-size: 14px; font-weight:600}
.wx-app-list li:hover .item .more{text-decoration:underline;color: #053786;}

/* 产品中心 */
.wx-products-info {
  display: flex;
  flex-wrap: nowrap;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-navlist {
  width: 23%;
  padding: 0px 3% 0px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-navlist h3 {
  background-color: #053786;
  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: #053786; font-weight: 700;}
.wx-products-right {
  width: 77%;
  padding: 0px;
  margin: 0px;
}
.wx-products-infolist ul {
  display: grid;
  column-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0px;
  margin: 0px;
}
.wx-products-infolist li {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  border: 3px solid #eee;
  border-radius: 10px;
  padding: 0px;
  margin: 0px 0px 25px;
  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;
  padding: 10px 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-infolist li:hover {border-bottom-color: #053786;}

.rat-pro-detailstop {
  padding: 0px;
  margin: 0px 0px 50px;
  overflow: hidden;
}
.rat-pro-detailsimg {
  width: 640px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.pro-showimg {
  border: 1px solid #ddd;
}
.rat-pro-detailssummary {
  width: calc(100% - 700px);
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: right;
}
.rat-pro-detailssummary span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #999;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-pro-detailssummary h1 {
  font-size: 26px;
  font-weight: 600;
  font-family:'Roboto Condensed';
  line-height: 1.5;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding: 0px 0px 10px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.rat-pro-detailssummarytxt{
  font-size: 16px;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-pro-detailsbottom {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.rat-pro-detailsinfotitle {
  border-bottom: 1px solid #ccc;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.rat-pro-detailsinfotitle h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  color: #000;
  position: relative;
  margin: 0px;
  padding: 10px 0px;
  overflow: hidden;
  float: left;
}
.rat-pro-detailsinfotitle .container {
  padding-right: 0px;
  padding-left: 0px;
}
.rat-pro-detailsinfotitle h3::after {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #379DA2;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.rat-pro-detailsinfotxt {
  padding: 0px;
  margin: 0px 0px 60px;
  overflow: hidden;
}
.rat-pro-detailsinfotxt table tr td {padding: 5px 3px; width: initial; border: 1px solid #ddd; text-align: center; background-color: #fff;}
.rat-pro-detailsinfotxt table { font-size: 14px !important; border-collapse: collapse; width: 100%;}
.rat-pro-detailsinfotxt table tr td p {font-size: 13px !important;}
.rat-pro-detailsinfotxt table tr td span {line-height: 24px !important;}



@media (max-width: 991px) {
  .wx-header-top {display: none;}
  .wx-index-promain {margin: 30px 0px 50px;}
  .index_1_mid_left_2 {font-size: 28px; margin-bottom: 5px;}
  .index_1_mid_left_3 {font-size: 14px; line-height: 1.6; margin-bottom: 15px;}
  .index_3_mid_right_footer a {width: 100%;}
  .index_3_mid_right_footer a span {width: 100%; font-size: 14px;}
  .wx-index-advantagesmain {padding: 40px 0px;}
  .wx-index-advantagesleft, .wx-index-advantagesright,.wx-index-advantageslist ul {width: 100%; float: initial; padding: 0;}
  .wx-index-advantagestitle {max-width: 100%; font-size: 32px; padding-bottom: 10px; margin-bottom: 15px;}
  .wx-index-advantagestxt {font-size: 13px; margin-bottom: 20px;}
  .wx-index-advantageslist li {padding: 15px 0px;}
  .wx-index-advantagesinfo h3 {font-size: 16px; padding-bottom: 6px; margin-bottom: 10px;}
  
  .wx-index-aboutmain,.wx-index-case,.wx-index-newsmain {padding: 30px 0px;}
  .wx-index-title h3 {font-size: 24px;}
  .wx-index-aboutmain .container {display: inherit;}
  .wx-index-aboutmain .about-con {padding: 0px; margin-bottom: 20px;}
  .wx-index-aboutmain .about-con .home-label {margin-bottom: 0px; text-align: center;}
  .wx-index-aboutmain .about-con .home-title {font-size: 24px; margin: 10px 0px 15px;max-width: inherit; text-align: center;}
  .wx-index-aboutmain .about-con .about-des {font-size: 15px; line-height: 1.6;}
  .wx-index-aboutmain .about-con .more-btn {width: 100%; text-align: center; margin: 0px !important; padding: 5px 10px;}
  .wx-index-aboutmain .about-img{width:100%; padding-left: 20px;}
  .wx-index-aboutmain .about-img::before {display: none;}
  .wx-index-aboutmain .about-img .about-icon {width: 110px; height: 90px; padding: 10px; bottom: 15px; font-size: 14px;}
  .wx-index-aboutmain .about-img .about-icon p {margin: 0px;}
  .wx-index-aboutmain .about-img .about-icon i, .wx-index-aboutmain .about-img .about-icon span {font-size: 26px;}
  .wx-index-profilenum {margin-top: 20px;}
  .wx-index-profilenum ul {display: flex; flex-wrap: wrap;justify-content: space-between;}
  .wx-index-profilenum li {width: calc(50% - 2px); padding: 10px; margin-bottom: 4px;}
  .wx-index-profilenum li:last-child {width: 100%;}
  .wx-index-profileico {width: 45px; height: 45px;}
  .wx-index-profilenumtxt span strong {font-size: 24px;}
  .wx-index-case .homecase-wrap {margin-top: 20px;}
  .wx-index-case .homecase-wrap .homecase-button-next {right: 6%;}
  .wx-index-case .homecase-wrap .homecase-button-prev {left: 6%;}
  .wx-index-case .homecase-wrap .swiper-slide .item .title {font-size: 18px;}
  .wx-index-case .homecase-wrap .swiper-slide .item .content {font-size: 12px;}
  .wx-index-newslist ul {display: block;}
  .wx-index-newslist li {border-radius: 10px; margin-bottom: 10px;}
  .wx-index-newsonetxt {background-color: #f9f9f9; padding: 10px;}
  .wx-index-newsonetxt h3 {font-size: 15px; height: initial; margin-bottom: 5px;}
  .wx-index-newsonetxt p {font-size: 12px; line-height: 20px; height: 60px;}
  .wx-index-newsmore {margin-top: 15px;}
  
  .wx-footer-top {padding: 20px 0px;}
  .wx-footer-topcenter {width: 100%;}
  .wx-footer-topcenter li {width: 100%; margin-bottom: 15px;}
  .wx-footer-bottom {padding: 10px;}
  .wx-footer-copyright {width: 100%; font-size: 12px; line-height: 25px; text-align: center;}
  .wx-footer-copyright span {display: block;}
  .wx-footer-topcenter li:last-child {display: none;}
  
  .wx-banner-ny {margin-top: 60px;}
  .wx-page-twomenu h3 {font-size: 16px; margin: 0px 10px 0px 5px;}
  .wx-page-twomenu li {margin: 0px 5px;}
  .wx-page-editor {font-size: 13px; line-height: 1.6;}
  
  .wx-page-main,.wx-aboutus-factorymain,.wx-aboutus-history,.wx-aboutus-honormain {padding: 30px 0px;}
  .wx-aboutus-profiletitle,.wx-aboutus-profileinfo {width: 100%;}
  .wx-aboutus-profilenum {margin: 10px 0px 0px;}
  .wx-aboutus-profilenum ul {column-gap: 10px; grid-template-columns: 1fr 1fr;}
  .wx-aboutus-profilenum li {padding: 10px; margin-bottom: 10px;}
  .wx-aboutus-profileico {width: 40px; margin-right: 10px;}
  .wx-aboutus-profilenumtxt {width: calc(100% - 50px);}
  .wx-aboutus-profilenumtxt span {line-height: 28px;}
  .wx-aboutus-profilenumtxt span strong {font-size: 26px;}
  .wx-aboutus-factorylist .owl-carousel .owl-nav button.owl-prev, .wx-aboutus-factorylist .owl-carousel .owl-nav button.owl-next, .wx-aboutus-factorylist .owl-carousel button.owl-dot,.inews-page .mhover {width: 40px; height: 40px; line-height: 35px;}
  .wx-aboutus-factorylist .owl-nav .owl-prev i, .wx-aboutus-factorylist .owl-nav .owl-next i { font-size: 18px;}
  .wx-aboutus-factorylist .owl-nav .owl-prev {left: 10px;}
  .wx-aboutus-factorylist .owl-nav .owl-next {right: 10px;}
  .wx-aboutus-historyline {top: 155px;}
  .wx-aboutus-history .swiper-container {padding: 5px;}
  .wx-aboutus-historydian {margin: 10px auto 10px;}
  .wx-aboutus-historytxt {height: auto; min-height: 120px; padding: 10px;}
  .inews-page {padding: 10px 0px 0px;}
  
  .wx-products-navlist {display: none;}
  .wx-products-right {width: 100%;}
  .wx-products-infolist ul {column-gap: 10px; grid-template-columns: 1fr 1fr;}
  .wx-products-infolist li {margin-bottom: 10px;}
  
  .rat-pro-detailstop {display: block; margin-bottom: 25px;}
  .rat-pro-detailsimg {width: 100%;}
  .rat-pro-detailssummary {width: 100%;}
  .rat-pro-detailssummary h1 {font-size: 20px;}
  .rat-pro-detailssummary p {font-size: 14px;}
  .rat-pro-detailsinfotitle h3 {font-size: 20px; line-height: 25px;}
  .rat-pro-detailsinfotxt {margin-bottom: 15px;}
  .rat-pro-detailsinfotxttitle {font-size: 17px; margin: 0px 0px 20px;}
  .rat-pro-detailsinfolist ul {gap: 0px 10px;}
  .wx-app-list ul {display: block;}
  
  .wx-news-hotnews .wx-news-hotonenews a{ padding-left:322px; height:240px;}
  .wx-news-hotnews .text{ padding:0 15px;}
  .wx-news-hotnews .text .time{ margin:18px 0 5px 0; font-size:16px; line-height:40px; height:40px;}
  .wx-news-hotnews .text .time span{ font-size:36px;}
  .wx-news-hotnews .text .name{ font-size:16px; line-height:26px;}
  .wx-news-hotnews .text .p{ font-size:14px; line-height:26px; height:78px; margin:7px 0 20px 0;}
  .wx-news-hotnews .more{ padding:2px; font-size:14px;}
  .wx-news-hotnews .img{ width:322px; height:240px;}
  .wx-news-hotnews .slick-dots{ bottom:17px; padding-right:15px;}
  .wx-news-newslist{ padding-top:10px;}
  .wx-news-newslist li{ margin-top:12px;}
  .wx-news-newslist li a{ padding:12px 0 12px 100px;}
  .wx-news-newslist li .time{ width:100px; height:80px; top:12px;}
  .wx-news-newslist li .time time{ font-size:40px; line-height:40px; margin:5px 0 3px 0;}
  .wx-news-newslist li .time span{ font-size:14px; line-height:14px;}
  .wx-news-newslist li .text{ padding:0 15px; min-height:80px;}
  .wx-news-newslist li .text h5{ font-size:16px; line-height:24px; margin:5px 0 7px 0;}
  .wx-news-newslist li .text p{ line-height:22px; height:44px;}
  .wx-news-detailstitle {font-size: 22px;}
  .wx-news-detailssummary {margin-top: 0px; padding: 5px 0px;}
  .wx-news-detailstxt {font-size: 12px; line-height: 1.8; margin: 20px 0px;}
  .wx-news-detailstxt img {max-width: 100%;}
  .wx-news-detailslink {padding: 5px 0px;}
  .wx-news-detailslink a {width: 100%; font-size: 12px;}
  .wx-news-detailslink a:last-child {float: inherit; text-align: left;}
  .wx-news-detailsotherlist li {width: 100%; font-size: 12px; float: inherit;}
  .wx-news-detailsotherlist li:nth-child(2n) {float: inherit;}

  .wx-contactus-usinfo {display: block;}
  .wx-contactus-usleft {width: 100%; padding: 25px; border-radius: 10px 10px 0px 0px; }
  .wx-contactus-usleft h3,.wx-contactus-title {font-size: 24px;}
  .wx-contactus-usleft p {font-size: 16px; line-height: 1.8;}
  .wx-contactus-usright {width: 100%; height: 360px; border-radius: 0px 0px 10px 10px;}
  .wx-contactus-messageinput {display: block;}
  .wx-contactus-messageinput label, .wx-contactus-messagetextarea label {margin-bottom: 10px;}
  .wx-contactus-messageinput label p, .wx-contactus-messagetextarea label p {font-size: 14px;}
  .wx-contactus-messageinput label input,.wx-contactus-messagetextarea textarea {font-size: 14px; padding: 5px 10px;}
  .wx-contactus-messageinfo button {width: 100%;}
  
  
}
@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;}
}