@keyframes bodyopen{0%{opacity:0}to{opacity:1}}
@keyframes openclose{0%{opacity:1}to{opacity:0}}
body{opacity: 0; animation-name:bodyopen;animation-timing-function:ease;animation-delay:.2s;animation-duration:1s;animation-iteration-count:1;animation-fill-mode:forwards}
@-webkit-keyframes btn-pulse{25%{-webkit-transform:scale(1..05);transform:scale(1.0.5)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes btn-pulse{25%{-webkit-transform:scale(1.05);transform:scale(1.05)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}.btn-pulse{-webkit-transition:all .2s;transition:all .2s;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.btn-pulse-preview,.btn-pulse:hover{-webkit-animation-name:btn-pulse;animation-name:btn-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}

.wx-header-main {
  /* position: fixed;
  top: 0px;
  left: 0px; */
  width: 100%;
  padding: 0px 0px;
  box-shadow: 0px 0px 2px #ccc;
  transition: all .1s linear;
  background:#fff;
  z-index: 999;
}
.wx-header-top {
  background-color: #d0121a;
  color: #fff;
  padding: 5px 0px;
  margin: 0px;
}
.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 i {
  margin-right: 10px;
}
.wx-header-topright {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
  float: right;
}
.wx-header-search {
  width: 240px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-header-search form {
  padding: 5px 5px 5px 15px !important;
  border-radius: 15px !important;
  border: 0 !important;
  background: #ffffff66 !important;
  position: relative !important;
  z-index: 999 !important;
  font-size: 14px !important;
  height: 30px !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  transition: border-radius 0s ease !important;
}
.wx-header-search input {
  width: calc(100% - 40px);
  background: initial;
  border: 0px;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-header-search input:focus,.wx-header-search input:focus-visible {border: 0px; outline: initial;
}
.wx-header-search input::placeholder {color: #fff;}
.wx-header-search button {
  width: 35px;
  line-height: 20px;
  background: initial;
  border: 0px;
  color: #fff;
  padding: 0px 0px 0px 10px;
  margin: 0px;
  overflow: hidden;
  border-left: 1px solid #fff;
  cursor: pointer;
}

.wx-header-lang {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.wx-header-lang::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background: #eee;
}
.wx-header-lang a {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  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-bottom {
  padding: 0px;
  margin: 0px;
}
.wx-header-logo {
  padding: 15px 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.wx-header-logo img {height: 50px;}
.wx-header-linkinfo {padding: 15px 0px; margin: 0px 0px 0px 35px; overflow: hidden;float: right;}
.wx-header-tel,.wx-header-email {display: flex; flex-wrap: wrap; font-size: 14px; line-height: 25px; padding: 0px; margin: 0px;}
.wx-header-tel i,.wx-header-email i {font-size: 20px; color: #d0121a; margin-right: 5px;}
.wx-header-nav{padding: 0px; margin: 0px; float: right;}
.wx-header-nav .nav-ul{height:100%;display:flex;align-items:center;list-style:none;padding:0}
.wx-header-nav .nav-ul>li{height:100%;position:relative}
.wx-header-nav .nav-ul>li>a{font-size:18px;font-weight:300;color:#333;text-transform:capitalize;padding:0 15px;line-height: 80px; margin-right:10px;height:100%;display:flex;align-items:center;justify-content:center;position:relative;white-space:nowrap}
.wx-header-nav .nav-ul>li>a::after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:0;height:2px;background:#d0121a;transition:all .2s linear}
.wx-header-nav .nav-ul>li>a em{margin-left:5px; font-size:12px;font-weight:600}
.wx-header-nav .nav-ul>li:hover>a,.wx-header-nav .nav-ul>li.active>a{font-weight: 700;}
.wx-header-nav .nav-ul>li:hover>a::after,.wx-header-nav .nav-ul>li.active>a::after{width:60%}
.wx-header-nav .nav-ul>li>ul{position:absolute;left:0;top:100%;background:#fff;min-width:200px;margin:0;box-shadow:1px 2px 10px rgba(0,0,0,.1);white-space:nowrap;z-index: 99;}
.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:#d0121a}
.wx-header-nav .nav-ul>li>ul a{padding:0 30px 0px 20px; font-size: 14px; height:35px;line-height:35px;color:#333;padding-right:30px;text-align:left;transition:all .2s linear;display:flex;align-items:center;justify-content:flex-start;}
.wx-header-nav .nav-ul>li>ul a+em{position:absolute;right:5px;top:50%;font-size: 14px; transition:all .2s linear;transform:translateY(-50%) rotate(-90deg)}
.wx-header-nav .nav-ul>li>ul li:hover em{transform:translateY(-50%) rotate(0)}
.wx-header-nav .nav-ul>li>ul ul{position:absolute;left:100%;top:0;background:#fff;min-width:220px;margin:0;box-shadow:1px 2px 10px rgba(0,0,0,.1)}
.wx-header-nav .nav-ul ul{list-style:none;padding:0}
.wx-header-menu {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #333;
  display: none;
  padding: 0px;
  margin: 0px 0px 0px 15px;
  overflow: hidden;
  float: right;
}
.wx-header-menu .icon-nav02 {
  font-size: 24px;
}
.wx-header-menu .icon-close04 {
  font-size: 18px;
  display: none;
}
@media(max-width:1200px){
  .wx-header-nav .nav-ul>li>a {font-size: 12px; padding: 0px 5px;}
}
@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}
.nav-ul>li .submenu li:hover ul{transform:scaleY(1);opacity:1}
.nav-ul>li .submenu li ul{transform-origin:top;transform:scaleY(0);opacity:0;transition:all .3s ease-in-out;z-index:1}
}
.wx-header-nav .nav-ul>li:hover>a,.wx-header-nav .nav-ul>li>a.inmenu_1 {color: #d0121a;}

/* 首页Banner */
.wx-index-banner {height: calc(100vh - 121px); background-color: #fff;padding: 0px;margin: 0px;position: relative;overflow: hidden;}
.wx-index-banner::after {content: '';position: absolute;top: 0px;left: 0px;width: 100%;height: 200px;background: -webkit-linear-gradient(top, #00000099, #00000000);background: -o-linear-gradient(top, #00000099, #00000000);background: -moz-linear-gradient(top, #00000099, #00000000);background: -ms-linear-gradient(top, #00000099, #00000000);padding: 0px;margin: 0px;overflow: hidden;z-index: 10;}
.ban-swiper{width: 100%;height: 100%;}
.ban-slide{height: 100%;overflow: hidden;position: relative;}
.ban-slide-bj {height: 100%;overflow: hidden;}
.ban-slide-bj img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;  }
.wx-index-banner .swiper-slide.swiper-slide-active .ban-slide-bj img {animation: 4.5s bn_anim forwards !important;transition: .5s;}
.ban-slide-bj{width: 100%;overflow: hidden;}
.wx-index-banner .swiper-button-next, .wx-index-banner .swiper-button-prev {position: absolute;left: 20px;top: 45%;width: 50px;height: 50px;z-index: 99;display: inline-flex;align-items: center;justify-content: center;cursor: pointer;background: rgba(0, 0, 0, .4);border-radius: 50%;padding: 10px;transition: all .1s linear;}
.wx-index-banner .swiper-button-next::after, .wx-index-banner .swiper-button-prev::after {display: none;}
.wx-index-banner .swiper-button-next {left: initial; right: 20px;}
.wx-index-banner .swiper-button-next i, .wx-index-banner .swiper-button-prev i {font-size: 24px; color: #fff;}
.wx-index-banner .swiper-notification {width: 100%; bottom: 10px; top: initial; text-align: center;}
.wx-index-banner .swiper-pagination-bullet{opacity: 1;width:8px;height:8px;margin: 0px 10px !important;background: #ddd;border-radius: 50%;position: relative;}
.wx-index-banner>.swiper-pagination-bullets{text-align: center;bottom: 20px;}
.wx-index-banner .swiper-pagination-bullet-active {background: #fff;}
.wx-index-banner .swiper-pagination-bullet-active::after {border: 1px solid #fff; width: 20px; height: 20px; border-radius: 50%; content: ''; position: absolute; top: -6px; left: -6px;}
@media(max-width:991px){
  .wx-index-banner {margin-top: 65px; height: 240px;}
  .wx-index-banner::after {display: none;}
  .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 h3 {font-size: 22px; margin-bottom: 5px;}
  .wx-index-banner .swiper-slide .ban-slide-info p {font-size: 12px; line-height: 1.5;}
  .wx-index-banner .swiper-slide .ban-slide-info a {font-size: 12px; 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-index-homeland {
  background-color: #f0f0f0;
  padding: 50px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-homelandtitle {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  width: 41.6667%;
  align-self: stretch;
  float: left;
}
.wx-index-homelandtitle h2 {
  max-width: 475px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.wx-index-homelandtitle h2::before {
  margin-right: 1rem;
  margin-bottom: 10px;
  display: inline-flex;
  height: 5px;
  width: 2rem;
  background-color: #d0121a;
  --tw-content: "";
  content: '';
}
.wx-index-homelandinfo {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  width: 58.3333%;
  align-self: stretch;
  float: right;
}
.wx-index-homelandinfo p {
  font-size: 1rem;
  line-height: 1.8rem;
  display: inline-flex;
  flex-direction: column;
  margin: 0px 0px 20px;
}
.wx-index-homelandinfobtn {
  padding: 0px;
  margin: 20px 0px 0px;
  overflow: hidden;
}
.wx-index-homelandinfobtn a {
  display: inline-block;
  border: 0px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  line-height: 30px;
  padding: 5px 30px;
  margin: 0px;
  overflow: hidden;
  width: initial;
}

/* 首页产品 */
.wx-index-promain {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-protitle {
  max-width: 520px;
  padding: 0px;
  margin: 0px 0px 50px;
  overflow: hidden;
}
.wx-index-protitle h3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 60px;
  color: #333;
  padding: 0px 0px 15px;
  margin: 0px 0px 15px;
  overflow: hidden;
  position: relative;
}
.wx-index-protitle h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background-color: #d0121a;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-protitle p {
  font-size: 16px;
  line-height: 2;
  color: #666;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-prolist {
  padding: 0px;
  margin: 0px;
}
.wx-index-prolist ul {
  display: grid;
  column-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.wx-index-prolist li {
  padding: 0px;
  margin: 0px 0px 25px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 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;
}
.wx-index-prolist li:last-child {
  background-color: #d0121a;
}
.wx-index-prolist li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.wx-product-one {
  padding: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wx-product-oneall {
  text-align: center;
  margin: auto auto 0 auto;
}
.wx-product-oneimg {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-product-onetitle {
  font-size: 20px;
  color: #1b2226;
  text-transform: uppercase;
  line-height: 1.5;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.wx-product-oneview {
  font-family: 'Poppins';
  font-size: 13px;
  text-transform: uppercase;
  color: #d0121a;
}
.wx-product-more {
  padding: 40px;
  height: 100%;
}
.wx-product-moretitle {
  height: calc(100% - 30px);
  color: #fff;
  font-family: '微软雅黑';
  font-weight: 300;
  text-transform: none;
}
.wx-product-moreview {
  text-align: left;
  color: #fff;
  font-weight: 700;
  margin-top: auto;
}
.wx-index-prolist li:hover {
  -webkit-box-shadow: 0px 15px 30px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 15px 30px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 30px 10px rgba(0, 0, 0, 0.2);
}

/* 首页公司简介 */
.wx-index-aboutmain {
  padding: 100px 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-index-aboutmain::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  z-index: -1;
}
.wx-index-aboutinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}
.wx-index-aboutleft {
  width: 45%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutleft span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #d0121a;
  margin-bottom: 15px;
}
.wx-index-aboutleft h3 {
  font-size: 34px;
  font-weight: 500;
  color: #333;
  text-transform: capitalize;
  line-height: 1.3;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-index-abouttxt {
  font-family: Arial;
  font-size: 16px;
  line-height: 2;
  color: #666;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-abouttxt p {
  margin-bottom: 10px;
}
.wx-index-aboutleft .about-more {
  display: block;
  width: 100%;
  padding: 0px;
  margin: 35px 0px 0px;
  overflow: hidden;
}
.wx-index-aboutleft .about-more a {
  min-width: 150px;
  padding: 0 20px;
  height: 45px;
  border-radius: 24px;
  background: #d0121a;
  color: #fff;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .1s linear;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wx-index-aboutright {
  width: 52%;
  padding: 0px;
  margin: 0px;
  box-shadow: 0px 0px 6px #ccc;
  overflow: hidden;
}
.wx-index-aboutright img {width: 100%;
}
.rat-index-profilenum {padding: 0px; margin: 50px 0px 0px; border-radius: 10px; overflow: hidden;}
.rat-index-profilenum ul {display: grid; column-gap: 2px; grid-template-columns: 1fr 1fr 1fr;}
.rat-index-profilenum li {padding: 30px 10px; margin: 0px; display: flex; justify-content: center; overflow: hidden; background-color: #eee;}
.rat-index-profilenum li:first-child {border-left: 0px;}
.rat-index-profileico {width: 70px; height: 70px; padding: 0px; margin: 0px 20px 0px 0px; overflow: hidden; float: left;}
.rat-index-profileico img {width: 100%;}
.rat-index-profilenumtxt { padding: 0px; margin: 0px; overflow: hidden; float: left;}
.rat-index-profilenumtxt span {display: block; font-size: 14px; line-height: 35px; color: #d0121a; padding: 0px; margin: 0px; overflow: hidden;}
.rat-index-profilenumtxt span strong {font-size: 42px; margin: 0px 5px 0px 0px; padding: 0px; overflow: hidden;}
.rat-index-profilenumtxt p {font-size: 1rem; line-height: 25px; padding: 0px; margin: 0px; overflow: hidden;}

/* 首页新闻 */
.wx-index-newsmain {
  /* background-image: url(../images/index-newsbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-index-title {
  text-align: center;
  padding: 0px;
  margin: 0px 0px 25px;
  overflow: hidden;
}
.wx-index-title h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 0px;
  color: #333;
}
.wx-index-title p {
  color: #666;
  font-size: 14px;
  line-height: 34px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newslist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newslist ul {
  display: grid;
  column-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wx-index-newslist li {
  border-radius: 15px;
  background-color: #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-contactmain {
  background-color: #f0f0f0;
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-index-contactmain::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background-image: url(../images/index-contactimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  z-index: 1;
}
.wx-index-contactinfo {
  position: sticky;
  background-color: #d0121a;
  color: #fff;
  border-radius: 10px;
  line-height: 2;
  width: 50%;
  padding: 5%;
  margin: 0px;
  overflow: hidden;
  float: right;
  z-index: 5;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.wx-index-contactinfo:hover {background-color: #d0121a;}
.wx-index-contactinfo h4 {
  font-size: 2rem;
  padding: 0px;
  margin: 0px 0px 10%;
  overflow: hidden;
}
.wx-index-contactinfo h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-contactinfo h5 span {
  display: flex;
  font-size: 1rem;
  margin-top: 20px;
}
.wx-index-contactinfo h5 span i {
  font-size: 1.5rem;
  margin-right: 10px;
}
.wx-index-contactinfo:hover h4,.wx-index-contactinfo:hover h5 {color: #fff;}

/* 底部信息 */
.wx-footer-main {
  background-color: #19212c;
  color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-main a {color: #ddd;}
.wx-footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0px 25px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topleft {
  width: 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 {
  width: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topcenterico {
  width: 50px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topcenterico i {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topcenterlinkinfo {
  width: calc(100% - 50px);
  font-size: 14px;
  line-height: 1.6;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topcenterlinkinfo span {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topcenter li:last-child .wx-footer-topcenterlinkinfo {color: #ccc;}
.wx-footer-topcenter li:last-child .wx-footer-topcenterlinkinfo span {font-size: 14px; font-weight: normal;}
.wx-footer-topright {
  width: 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-banner {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-page-banner img {width: 100%;}
.wx-page-bannertxt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  padding: 0px;
  margin: 0px;
}
.wx-page-bannertxt h3 {width: 100%; color: #fff; text-shadow: 0px 0px 6px #333; font-size: 2.5rem;	font-weight: bold; letter-spacing: 2px; line-height: 1.5; padding: 0px; margin: 0px 0px 0px 10px; overflow: hidden; display: block;}
.wx-page-bannertxt .ad-line {height: 2px;width: 3%;background: #fff; box-shadow: 0px 0px 6px #333; margin: 0.5% 0% 0.8% 10px;}
.wx-page-bannertxt p {width: 100%; color: #fff; font-size: 1.3rem; text-transform: uppercase; text-shadow: 0px 0px 6px #333; letter-spacing: 3px; line-height: 1.2; padding: 0px; margin: 0px 0px 0px 10px; overflow: hidden; display: block;}

.wx-page-breadcrumb {background-color: #eee;padding: 5px 0px;margin: 0px 0px 10px;overflow: hidden;}
.wx-page-breadcrumb>.container {display: flex; flex-wrap: wrap; justify-content: space-between;}
.wx-page-breadcrumb ul {display: flex;}
.wx-page-breadcrumb li {font-size: 14px;line-height: 40px;color: #333;padding: 0px 20px 0px 0px;margin: 0px 10px 0px 0px;overflow: hidden;position: relative;}
.wx-page-breadcrumb li a {color: #666;}
.wx-page-breadcrumb li::after {content: '>';position: absolute;right: 0px;top: 0px;color: #666;padding: 0px;margin: 0px;overflow: hidden;}
.wx-page-breadcrumb li:last-child:after {display: none;}
.wx-page-breadcrumb dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;padding: 0px;margin: 0px;}
.wx-page-breadcrumb dd {
  font-size: .9rem;
  line-height: 30px;
  border: 1px solid #999;
  border-radius: 20px;
  margin: 5px 0px 5px 15px;
  padding: 0px 20px;
  overflow: hidden;}
.wx-page-breadcrumb dd:hover,.wx-page-breadcrumb dd.active {background-color: #d0121a; border-color: #d0121a;}
.wx-page-breadcrumb dd:hover a,.wx-page-breadcrumb dd.active a {color: #fff; font-weight: bold;}
.wx-page-main {padding: 50px 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-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: #d0121a;
  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: #d0121a;}
.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: 1px 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;
  border-bottom: 3px solid transparent;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-infolist li:hover {border-bottom-color: #d0121a;}

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

/* 资质证书 */
.wx-honor-list {
  padding: 0px;
  margin: 0px;
}
.wx-honor-list ul {
  display: grid;
  column-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.wx-honor-list li {
  text-align: center;
  padding: 10px;
  margin: 0px 0px 25px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 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;
}
.wx-honor-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.wx-honor-onetitle {
  font-size: 1.15rem;
  color: #1b2226;
  text-transform: uppercase;
  line-height: 2;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.wx-honor-oneview {
  font-family: 'Poppins';
  font-size: .9rem;
  text-transform: uppercase;
  color: #d0121a;
}
.wx-honor-list li:hover {
  -webkit-box-shadow: 0px 15px 30px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 15px 30px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 30px 10px rgba(0, 0, 0, 0.2);
}

/* 公司简介 */
.wx-about-profilemain {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-about-profiletitle {
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-about-profiletitle span {
  display: block;
  font-size: 1.1rem;
  color: #d0121a;
  word-break: break-word;
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
}
.wx-about-profiletitle span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 36px;
  height: 2px;
  background-color: #d0121a;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-about-profiletitle h3 {
  line-height: 1.3;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333;
  padding-right: 22vw;
}
.wx-about-profileinfo {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  align-items: center;
  flex-direction: row;
}
.wx-about-profileinfotxt {
  width: 50%;
  padding: 0px 3.5vw 0px 0px;
  margin: 0px;
  line-height: 2;
  font-size: 14px;
  overflow: hidden;
}
.wx-about-profileinfotxt h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  padding: 15px 0px 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-about-profileinfoimg {
  width: 50%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-about-profileinfoimg img {width: 100%;}
.wx-about-profilenum {
  margin: 50px 0px 0px;
  padding: 0px;
  overflow: hidden;
}
.wx-about-profilenum ul {
  display: grid;
  gap: 0 5px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wx-about-profilenum li {padding: 30px 10px; margin: 0px; display: flex; justify-content: center; overflow: hidden; background-color: #eee;}
.wx-about-profilenum li:first-child {border-left: 0px;}
.wx-about-profileico {width: 70px; height: 70px; padding: 0px; margin: 0px 20px 0px 0px; overflow: hidden; float: left;}
.wx-about-profileico img {width: 100%;}
.wx-about-profilenumtxt { padding: 0px; margin: 0px; overflow: hidden; float: left;}
.wx-about-profilenumtxt span {display: block; font-size: 14px; line-height: 35px; color: #d0121a; padding: 0px; margin: 0px; overflow: hidden;}
.wx-about-profilenumtxt span strong {font-size: 42px; margin: 0px 5px 0px 0px; padding: 0px; overflow: hidden;}
.wx-about-profilenumtxt p {font-size: 1rem; line-height: 25px; padding: 0px; margin: 0px; overflow: hidden;}
/* 首页工厂车间 */
.wx-index-factory {
  margin: 0px;
  padding: 0px 0px 80px;
  overflow: hidden;
}
.wx-index-factorylist {margin: 0px;padding: 0px; overflow: hidden; position: relative;}
.wx-index-factorylist .swiper-slide {text-align: center;}
.wx-index-factorylist .swiper-slide .pic {width: 100%; display: block;}
.wx-index-factorylist .swiper-slide img {width: 100%;}
.wx-index-factorylist .swiper-slide p {font-size: 18px;color: #212121;line-height: 32px;font-weight: 700;margin: 23px 0 0;}
.wx-index-factorylist .bot {display: flex;align-items: center;width: 100%;margin: 10px auto 0;}
.wx-index-factorylist .tips {flex: 1;margin-left: 20px;overflow: hidden;}
.wx-index-factorylist .swiper-pagination-progressbar {position: static;width: 100%;height: 2px;background: #c9d2d7;}
.wx-index-factorylist .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: #000;top: 0;height: 2px;}
.wx-index-factorylist .bot .page {font-size: 0;}
.wx-index-factorylist .swiper-button-prev,.wx-index-factorylist .swiper-button-next {position: static;width: 20px;height: 20px;line-height: 20px;overflow: hidden;background: 0 0;margin-top: 0;text-align: center;color: #212121;display: inline-block;border-radius: 0;}
.wx-index-factorylist .swiper-button-next::after,.wx-index-factorylist .swiper-button-prev::after {display: none;}
.wx-index-factorylist .swiper-button-prev i,.wx-index-factorylist .swiper-button-next i {color: inherit;font-size: 18px;display: inline-block;}
.wx-index-factorylist .swiper-button-next,.wx-index-factorylist .swiper-container-rtl .swiper-button-prev {margin-left: 8px;}
.wx-index-factorylist .swiper-button-prev:hover,.wx-index-factorylist .swiper-button-next:hover {color: #000;}
@media screen and (max-width: 768px) {
  .wx-index-factorylist .swiper-slide p {font-size: 17px; line-height: 28px; margin: 20px 0 0;}
  .wx-index-factorylist .bot {width: 100%;margin: 0px auto 0;}
}

/* 新闻动态 */
.wx-news-hotnews{ width:100%;background:#f7f7f7; overflow: hidden;}
.wx-news-hotnews .wx-news-hotonenews{ float:left; width:100%;}
.wx-news-hotnews .wx-news-hotonenews a{ float:left; width:100%; position:relative; padding-left:508px; height:379px; overflow:hidden;}
.wx-news-hotnews .img{ float:left; border: 1px solid #eee; width:508px; height:379px; line-height:0; overflow:hidden; position:absolute; left:0; top:0;}
.wx-news-hotnews .img img{-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.wx-news-hotnews .wx-news-hotonenews:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.wx-news-hotnews .text{ float:right; width:100%; padding:0 50px 0 45px;}
.wx-news-hotnews .text .time{ width:100%; float:left; font-size:24px; color:#4d4d4d; line-height:72px; height:72px; letter-spacing:1px; margin:30px 0 25px 0;}
.wx-news-hotnews .text .time span{ font-weight:bold; font-size:72px; color:#c2c2c2; font-family:Arial; margin-right:5px;}
.wx-news-hotnews .text .name{ width:100%; float:left; font-size:22px; color:#333; line-height:32px;}
.wx-news-hotnews .text .p{ width:100%; float:left; margin:7px 0 45px 0; font-size:16px; color:#666666; line-height:32px; height:96px; overflow:hidden;}
.wx-news-hotnews .more{ float:left; width:100%; border-top:1px dashed #cccccc;font-size:16px; color:#666666; line-height:41px; padding:15px 0;}
.wx-news-hotnews .more img{ vertical-align:middle; margin:-3px 0 0 10px; width:16px; display: initial;}
.wx-news-hotnews .wx-news-hotonenews:hover .more,.wx-news-hotnews .wx-news-hotonenews:hover .text .name{ color:#d0121a;}
.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 #d0121a; 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:#d0121a;}
.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:#d0121a;}
.wx-news-newslist li:hover .text h5{ color:#fff;}
.wx-news-newslist li:hover .text p{ color:#fff;opacity:0.8; filter:alpha(opacity=80);}
.wx-news-newslist li:hover .time{ border-right:1px solid #fff; border-right:1px solid rgba(255,255,255,0.2);}
.wx-news-newslist li:hover .time time{ color:#fff;opacity:0.8; filter:alpha(opacity=80); }
.wx-news-newslist li:hover .time span{ color:#fff;}

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

/* 联系我们 */
.wx-contact-main {
  max-width: 1440px;
  margin: 0px auto;
  display: -webkit-flex;
  display: flex;
  /* -webkit-align-items: center;
  align-items: center; */
}
.wx-contact-linkinfo {
  -webkit-flex: 1;
  flex: 1;
  margin-top: 40px;
  margin-right: 10%;
  overflow: hidden;
}
.wx-contact-linkinfo>h4 {
  padding: 0px 0px 20px;
  margin-bottom: 25px;
  font-size: 2rem;
  color: #313131;
  border-bottom: 1px solid #d9d9d9;
}
.wx-contact-linkinfo li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 35px;
}
.wx-contact-linkinfo li .ico {
  width: 56px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.wx-contact-linkinfo li .txt {
  -webkit-flex: 1;
  flex: 1;
  margin: 0px 0 0 26px;
}
.wx-contact-linkinfo li .txt h4 {
  font-size: 1.15rem;
  line-height: 1;
  color: #212121;
  font-weight: 700;
}
.wx-contact-linkinfo li .txt p {
  font-size: 0.9rem;
  color: #777;
  line-height: 30px;
  margin: 15px 0 0;
}
.wx-contact-message {
  width: 42%;
  padding: 40px 54px 35px;
  box-shadow: 0 0 25px rgba(231, 231, 231, 0.75);
}
.wx-contact-messagetitle {
  text-align: center;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-contact-messagetitle h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.wx-contact-messagetitle p {
  color: #666;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 24px;
}
.wx-contact-messageinfo {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-input-wrap {
  width: 100%;
  position: relative;
  padding: 0px 5px 12px;
}
.wx-input-label {
  width: 100%;
  font-size: 1rem;
  color: #666;
  padding-bottom: 5px;
}
.wx-input-label.required::before {
  content: "*";
  color: #F0150F;
  padding-right: 5px;
}
.wx-input-wrap-box {
  position: relative;
}
.wx-line-input {
  width: 100%;
  font-size: 0.9rem;
  height: 36px;
  padding: 0 58px 0 10px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  text-overflow: ellipsis;
}
.wx-input-char-count {
  font-size: 12px;
  color: #8c8c8c;
  position: absolute;
  right: 18px;
  top: 11px;
}
.wx-textarea-input {
  width: 100%;
  padding: 8px 12px;
  height: 96px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.more-box {
  margin-top: 30px;
  text-align: center;
}
.more-box button {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 45px;
  padding: 0 92px;
  color: #fff;
  border: 2px solid #204586;
  background-color: #204586;
  border-radius: 10px;
  overflow: hidden;
  transition: color 0.2s linear 0.1s, border-color 0.2s linear 0.3s, background 0.2s linear 0.3s;
}
.more-box button:hover {
  color: #fff;
  background: #173974;
  border-color: #173974;
}
.wx-location-maps {
  width: 100%;
  height: 55vh;
  border: 1px solid #eee;
  padding: 0px;
  margin: 35px 0px 0px;
  overflow: hidden;
}
.wx-contactus-title {
  font-size: 2rem;
  text-align: center;
  padding: 0px 0px 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-contact-botbox {
  padding: 0px;
  margin: 0px;
}
.wx-contact-botbox ul {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.wx-contact-botbox li {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .02);
  padding: 30px 25px;
  margin: 0px 0px 30px;
}
.wx-contact-botboxtitle {
  font-size: 18px;
  line-height: 1.4;
  color: #161616;
  font-weight: bold;
  margin: 0px 0px 15px;
}
.wx-contact-botboxinfo {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .wx-header-main {position: fixed;top: 0px;left: 0px;}
  .wx-header-top,.wx-header-linkinfo {display: none;}
  .wx-header-logo {padding: 10px 0px;}
  .wx-header-logo img {height: 45px;}
  .wx-header-menu {margin-top: 15px; display: block;}
  .wx-header-menu .icon-close04 {display: none;}
  .wx-header-main.active .wx-header-menu .icon-close04 {display: inline-flex;}
  .wx-header-nav .nav-ul > li:hover > a::after, .wx-header-nav .nav-ul > li.active > a::after {width: 100%;}
  .wx-header-main.active .wx-header-menu .icon-nav02 {display: none;}
  .wx-header-nav{position:fixed;top:65px;right:0px;width:80%;height:calc(100vh - 65px);background:#f6f6f6;flex-direction:column-reverse;transition:all .2s linear;opacity:0;overflow:hidden;visibility:hidden;transform:translateX(80%)}
  .wx-header-main.active .wx-header-nav { opacity: 1; overflow: inherit; visibility: inherit; transform: translateX(0);}
  .wx-header-main.active::after {display: block;}
	.wx-header-nav .nav-ul{width:100%;flex-direction:column;overflow-y:auto;flex:1;padding-bottom:100px}
	.wx-header-nav .nav-ul>li{height:auto;width:100%;margin: 0px;}
	.wx-header-nav .nav-ul>li.cur{background:#F3F8FA}
	.wx-header-nav .nav-ul>li.cur .icon-down02{transform:rotate(0); color: #333;}
	.wx-header-nav .nav-ul>li .icon-down02{position:absolute;right:5px;top:2px;width:40px;height:40px;display:inline-flex;align-items:center; color: #333; justify-content:center;transition:all .1s linear;transform:rotate(-90deg);font-size:14px;}
	.wx-header-nav .nav-ul>li>a{height:auto;padding:10px 15px;margin: 0px; line-height: 25px; font-weight:normal;justify-content:flex-start;}
	.wx-header-nav .nav-ul>li>a.inmenu_1{background: #F3F8FA !important;}
	.wx-header-nav .nav-ul>li.cur>a {color: #333; font-weight: 700;}
	.wx-header-nav .nav-ul>li:hover>a{background:0 0;color:#333; font-weight: bold;}
	.wx-header-nav .nav-ul>li:hover>a::after{width:0px}
	.wx-header-nav .nav-ul>li>ul a {line-height: 35px; height: 35px; color: #333;}
	.wx-header-nav .nav-ul>li>ul{position:static;box-shadow:none;max-width:100%;background:#F3F8FA;display:none;padding:0px 5px; margin-left: 10px; margin-bottom: 10px;}
	.wx-header-nav .nav-ul>li>ul li:hover>a{background:0 0;color:#d0121a;}
  .wx-header-nav .nav-ul>li>ul li:hover:after {display: none;}
	.wx-header-nav .nav-ul>li>ul li ul a {font-weight: normal; font-size: 13px;}
	.wx-header-nav .nav-ul>li>ul .icon-right03{display:none}
	.wx-header-nav .nav-ul>li>ul ul{position:static;display:block;background:0 0;box-shadow:none;padding:0px 20px; opacity: 1; transform: none;}
	.wx-header-nav .nav-ul .head-left{width:100%;padding:15px;color:#111111;line-height:2}
	.wx-header-nav .nav-ul .head-left .item em{margin-right:5px}
	.wx-header-nav .nav-ul>li .sernavitems {position:static;width:100%;background:#F3F8FA;display:none;padding:0px 10px;box-shadow:none;}
	.wx-header-nav .nav-ul>li.navtwo .sernavitems .sernavchild h3,.wx-header-nav .nav-ul>li.navtwo .sernavitems .sernavchild h3 a {color: #333;}
	.wx-header-main:hover .wx-header-nav .nav-ul>li.cur>a::after, .wx-header-main.wx-header-bg .wx-header-nav .nav-ul>li.cur>a::after {display: none;}
	.wx-header-nav .nav-ul>li.navtwo .sernavitems .sernavchild ul {display: block;}
	.wx-header-nav .nav-ul>li.navtwo .sernavitems .sernavchild li {padding: 0px 15px; color: #666;}
	.wx-header-nav .nav-ul>li.navtwo .sernavitems .sernavchild li a {color: #666;}
  .wx-header-main.active::after { content: ''; position: absolute; top: 65px;left: 0; width: 100%; height: calc(100vh - 65px); background-color: #00000099; padding: 0px; margin: 0px; overflow: hidden; z-index: -1;}

  .wx-index-homeland,.wx-index-promain,.wx-index-aboutmain,.wx-index-newsmain {padding: 30px 0px;}
  .wx-index-homelandtitle {width: 100%; margin-bottom: 20px;}
  .wx-index-homelandtitle h2,.wx-index-title h3 {font-size: 24px;}
  .wx-index-homelandtitle h2::before {margin-bottom: 5px;}
  .wx-index-homelandinfo,.wx-index-aboutleft,.wx-index-aboutright {width: 100%;}
  .wx-index-homelandinfo p {margin-bottom: 5px;}
  .wx-index-homelandinfobtn {margin-top: 10px;}
  .wx-index-homelandinfobtn a {width: 100%; text-align: center;}

  .wx-index-protitle {margin-bottom: 25px;}
  .wx-index-protitle h3 {font-size: 24px;line-height: 35px;padding-bottom: 5px; margin-bottom: 10px;}
  .wx-index-protitle h3::after {width: 45px; height: 3px;}
  .wx-index-protitle p {font-size: 1rem; line-height: 1.6;}
  .wx-index-prolist ul {column-gap: 10px; grid-template-columns: 1fr 1fr;}
  .wx-index-prolist li {margin-bottom: 10px;}
  .wx-product-one {padding: 5px;}
  .wx-product-onetitle {font-size: 14px;}

  .wx-index-aboutinfo,.wx-index-newslist ul {display: block;}
  .wx-index-aboutleft span {margin-bottom: 5px;}
  .wx-index-aboutleft h3 {font-size: 24px; margin-bottom: 15px;}
  .wx-index-abouttxt {font-size: 14px; line-height: 1.8;}
  .wx-index-aboutleft .about-more {margin: 0px 0px 15px;}
  .wx-index-aboutleft .about-more a {width: 100%; font-size: 14px; height: 35px; text-align: center;}
  .rat-index-profilenum {margin-top: 20px;}
  .rat-index-profilenum ul {display: flex; flex-wrap: wrap;justify-content: space-between;}
  .rat-index-profilenum li {width: calc(50% - 2px); padding: 10px; margin-bottom: 4px;}
  .rat-index-profilenum li:last-child {width: 100%;}
  .rat-index-profileico {width: 45px; height: 45px;}
  .rat-index-profilenumtxt span strong {font-size: 24px;}
  .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-contactmain {padding: 35vh 0px 30px;}
  .wx-index-contactmain::after {width: 100%; height: 40vh;}
  .wx-index-contactinfo {width: 100%;}
  .wx-index-contactinfo h4 {font-size: 1.8rem; margin-bottom: 25px;}
  .wx-index-contactinfo h5 span {margin-top: 10px;}
  .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-page-breadcrumb {margin: 0px;}
  .wx-page-main {padding: 30px 0px;}
  .wx-page-banner {margin-top: 65px;}
  .wx-index-factory {padding-bottom: 35px;}
  .wx-about-profiletitle {margin-bottom: 15px;}
  .wx-about-profiletitle span {margin-bottom: 5px;}
  .wx-about-profiletitle h3 {font-size: 28px; padding-right: 0px;}
  .wx-about-profileinfo {display: block;}
  .wx-about-profileinfotxt {width: 100%; padding: 0px; line-height: 1.8; font-size: 13px;}
  .wx-about-profileinfoimg {width: 100%; border-radius: 10px; margin-top: 15px;}
  .wx-about-profilenum {margin-top: 25px;}
  .wx-about-profilenum ul {display: flex; flex-wrap: wrap; justify-content: space-between;}
  .wx-about-profilenum li {width: calc(50% - 2.5px); padding: 10px; margin-bottom: 4px;}
  .wx-about-profilenum li:last-child {width: 100%;}
  .wx-about-profileico {width: 55px; height: 55px; margin-right: 10px;}
  .wx-about-profilenum li span strong {font-size: 24px;}
  .wx-about-profilenum li p {font-size: 12px; line-height: 20px; margin-top: 0px;}
  
  .wx-news-maininfo {padding: 30px 0px;}
  .wx-news-hotnews .wx-news-hotonenews a{ padding-left:322px; height:240px;}
  .wx-news-hotnews .text{ padding:0 15px;}
  .wx-news-hotnews .text .time{ margin:18px 0 5px 0; font-size:16px; line-height:40px; height:40px;}
  .wx-news-hotnews .text .time span{ font-size:36px;}
  .wx-news-hotnews .text .name{ font-size:16px; line-height:26px;}
  .wx-news-hotnews .text .p{ font-size:14px; line-height:26px; height:78px; margin:7px 0 20px 0;}
  .wx-news-hotnews .more{ padding:2px; font-size:14px;}
  .wx-news-hotnews .img{ width:322px; height:240px;}
  .wx-news-hotnews .slick-dots{ bottom:17px; padding-right:15px;}
  .wx-news-newslist{ padding-top:10px;}
  .wx-news-newslist li{ margin-top:12px;}
  .wx-news-newslist li a{ padding:12px 0 12px 100px;}
  .wx-news-newslist li .time{ width:100px; height:80px; top:12px;}
  .wx-news-newslist li .time time{ font-size:40px; line-height:40px; margin:5px 0 3px 0;}
  .wx-news-newslist li .time span{ font-size:14px; line-height:14px;}
  .wx-news-newslist li .text{ padding:0 15px; min-height:80px;}
  .wx-news-newslist li .text h5{ font-size:16px; line-height:24px; margin:5px 0 7px 0;}
  .wx-news-newslist li .text p{ line-height:22px; height:44px;}
  .wx-news-detailstitle {font-size: 22px;}
  .wx-news-detailssummary {margin-top: 0px; padding: 5px 0px;}
  .wx-news-detailstxt {font-size: 12px; line-height: 1.8; margin: 20px 0px;}
  .wx-news-detailstxt img {max-width: 100%;}
  .wx-news-detailslink {padding: 5px 0px;}
  .wx-news-detailslink a {width: 100%; font-size: 12px;}
  .wx-news-detailslink a:last-child {float: inherit; text-align: left;}
  .wx-news-detailsotherlist li {width: 100%; font-size: 12px; float: inherit;}
  .wx-news-detailsotherlist li:nth-child(2n) {float: inherit;}

  .wx-contact-main {display: block; max-width: initial;}
  .wx-contact-linkinfo {margin: 0px;}
  .wx-contact-linkinfo > h4 {padding-bottom: 10px; margin-bottom: 20px;}
  .wx-contact-linkinfo li,.wx-contact-messagetitle {margin-bottom: 15px;}
  .wx-contact-linkinfo li .ico {width: 45px;}
  .wx-contact-linkinfo li .txt {margin-left: 15px;}
  .wx-contact-linkinfo li .txt p {font-size: 1rem;margin-top: 5px;}
  .wx-contact-message {width: 100%; padding: 15px;}
  .wx-contact-messagetitle h3 {margin-bottom: 5px;}
  .more-box {margin-top: 10px;}
  .more-box button {width: 100%; text-align: center; font-size: 1rem;}
  .wx-contact-botbox ul {display: block;}
  .wx-contact-botbox li {padding: 15px; margin: 0px 0px 15px;}
  .wx-page-breadcrumb dl {width: 100%; justify-content: center;}
  .wx-page-breadcrumb dd {border-radius: 5px; width: calc(50% - 20px); text-align: center;}
  .wx-honor-list ul,.wx-products-infolist ul {column-gap: 15px; grid-template-columns: 1fr 1fr;}
  .wx-honor-list li {padding: 5px; margin-bottom: 15px;}
  .wx-products-navlist {display: none;}
  .wx-products-right {width: 100%;}
  .wx-products-infolist li {margin-bottom: 15px;}
  .wx-products-detailsimg,.wx-products-detailsright {width: 100%; padding: 0px;}
  .wx-products-detailsinfo {margin: 20px 0px 10px;}
  .wx-products-detailsinfo h3 {font-size: 22px;}
  .wx-products-detailsinfo h4 {font-size: 14px;}
  .wx-products-detailsinfo .txt {font-size: 12px;}
  .wx-products-detailsbtn a {width: 100%; text-align: center;}
}
@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 .text{ min-height:74px;}
  .wx-news-newslist li .text h5{ margin:2px 0 4px 0;}
}