@-webkit-keyframes btn-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes btn-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}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: absolute;
  top: 0;
  left: 0;
  height: 84px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 999;
}
.wx-header-logo {
  float: left;
  height: 84px;
  transition: all .3s;
}
.wx-header-logo a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}
.wx-header-logo a img {
  height: 40px;
}
.wx-header-nav {
  background-color: #00000033;
  padding: 0px 20px;
  margin: 20px 0px 0px;
  float: right;
}
.wx-header-nav .nav-ul{display:flex;align-items:center;list-style:none;padding:0px}
.wx-header-nav .nav-ul>li{padding:15px 27px; margin: 0px; position:relative}
.wx-header-nav .nav-ul>li:hover>a,.wx-header-nav .nav-ul>li.active>a{color: #F00;}
.wx-header-nav .nav-ul>li>a{font-size: 16px; line-height: 35px; color: #fff;text-transform:capitalize;}
.wx-header-nav .nav-ul>li>ul{position:absolute;left:25px;top:100%;background:#fff; min-width:260px;margin:0px;box-shadow:1px 2px 10px rgba(0,0,0,.1)}
.wx-header-nav .nav-ul>li em {font-size: 14px; margin-left: 5px;}
.wx-header-nav .nav-ul>li>ul li{position:relative;border-bottom: 1px solid #ea642933;}
.wx-header-nav .nav-ul>li>ul li:hover:after{width: 100%;}
.wx-header-nav .nav-ul>li>ul li:hover>a,.wx-header-nav .nav-ul>li>ul li:hover>em{color:#F00}
.wx-header-nav .nav-ul>li>ul li:hover ul{transform:scaleY(1);opacity:1}
.wx-header-nav .nav-ul>li>ul a{padding:5px 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+em{position:absolute;right:10px;top:50%;transform:translateY(-50%)}
.wx-header-nav .nav-ul>li>ul ul{position:absolute;left:100%;top:0px;transform:scaleY(0);opacity:0;transition:all .3s ease-in-out;background:#FFFFFF;min-width:220px;margin:0px;box-shadow:1px 2px 10px rgba(0,0,0,.1)}
.wx-header-nav .nav-ul ul{list-style:none;padding:0px}
.wx-header-mobilemenu i {
  font-size: 18px;
  color: #fff;
}
.wx-header-mobilemenu i.icon-nav02 {font-size: 24px;}
.wx-header-mobilemenu {
  display: none;
  float: right;
  height: 100%;
  margin: 0 0 0 20px;
}

@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 {height: 50px; line-height: 50px;}
  .wx-header-logo {height: 50px;}
  .wx-header-logo a img {height: 25px;}
  .wx-header-mobilemenu {display: block;}
  .head-menu .icon-nav02 {display: inline-flex;}
  .head-menu .icon-close04 {display: none;}
	.wx-header-nav{position: absolute;top: 50px; box-shadow: 0px 2px 3px #ccc; background: #fff;width: 100%;left: 0px; padding: 10px; margin: 0px; display: none; transition:all .1s linear;}
	.wx-header-nav .nav-ul{width:100%;flex-direction:column;overflow-y:auto;flex:1;padding-bottom:100px; padding: 0px;}
	.wx-header-nav .nav-ul>li{height:auto;width:100%;margin: 0px; padding: 0px 10px;}
	.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;justify-content:center;transition:all .1s linear;transform:rotate(-90deg);font-size:14px;}
	.wx-header-nav .nav-ul>li>a{color: #000;height:auto;padding:0px 0px;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:hover>a{background:0 0;color:#333; padding: 0px; font-weight: bold;}
	.wx-header-nav .nav-ul>li:hover>a::after{width:0px}
	.wx-header-nav .nav-ul>li>ul a {line-height: 35px; height: 35px; color: #333; font-weight: bold;}
	.wx-header-nav .nav-ul>li>ul{position:static;box-shadow:none;max-width:100%;background:#F3F8FA;display:none;padding:0px 5px}
	.wx-header-nav .nav-ul>li>ul li:hover>a{background:0 0;color:#ea6429;}
  .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-main.active .wx-header-nav {display: block;}
  .wx-header-main.active .icon-nav02 {display: none;}
  .wx-header-main.active .icon-close04 {display: inline-flex;}
}

/* 首页Banner */
.wx-banner-main {
  background-color: #666;
  width: 100%;
  height: 100vh;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.ban-swiper{
	width: 100%;
  height: 100%;
}
.ban-slide{
	overflow: hidden;
  position: relative;
}
.ban-slide-bj {
  width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
  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: 60%;max-width: 920px;}
.wx-banner-main .swiper-slide .ban-slide-info span {display: block; color: #fff; transform:translateY(80px); opacity:0;}
.wx-banner-main .swiper-slide .ban-slide-info h3{ color:#fff; font-size:42px; letter-spacing: 1px; font-family: Arial; line-height:1.5; margin: 20px 0px 35px; transform:translateY(80px); opacity:0; } 
.wx-banner-main .swiper-slide .ban-slide-info h5{ color:#fff; line-height:1.8; font-family: Arial; font-size:26px; letter-spacing: 2px; transform:translateY(80px); opacity:0; }
.wx-banner-main .swiper-slide .ban-slide-info ul {display: flex; flex-wrap: wrap; padding-left: 20px; margin-top: 30px; color: #fff; transform:translateY(80px); opacity:0;}
.wx-banner-main .swiper-slide .ban-slide-info li {list-style-type: square; font-size: 16px; margin-right: 50px;}
.wx-banner-main .swiper-slide .ban-slide-info em {display: inline-flex; transform:translateY(80px); opacity:0;}
.wx-banner-main .swiper-slide .ban-slide-info a {display: inline-flex; font-size: 16px; line-height: 30px; padding: 10px 50px; margin: 30px 10px 0px 0px;background-color: #7e3ac3;border: 1px solid #7e3ac3; color: #fff; transition:all .3s linear}
.wx-banner-main .swiper-slide .ban-slide-info a:last-child {background-color: initial; border: 1px solid #fff;}
.wx-banner-main .swiper-slide .ban-slide-info a:hover {background-color: #183599;border: 1px solid #183599;}
.wx-banner-main .swiper-slide.swiper-slide-active .ban-slide-info span{ transition:all 2s ease .5s; transform:translateY(0); opacity:1; } 
.wx-banner-main .swiper-slide.swiper-slide-active .ban-slide-info h3{ transition:all 2s ease .7s; transform:translateY(0); opacity:1; } 
.wx-banner-main .swiper-slide.swiper-slide-active .ban-slide-info h5{ transition:all 2s ease 1s; transform:translateY(0); opacity:1; }
.wx-banner-main .swiper-slide.swiper-slide-active .ban-slide-info ul{ transition:all 2s ease 1.2s; transform:translateY(0); opacity:1; }
.wx-banner-main .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-banner-main .swiper-notification {width: 100%; bottom: 10px; top: initial; text-align: center;}
.wx-banner-main .swiper-pagination-bullet{
	opacity: 1;
	width:8px;
	height:8px;
    margin: 0px 10px !important;
	background: #ddd;
	border-radius: 50%;
  position: relative;
}
.wx-banner-main>.swiper-pagination-bullets{text-align: center;bottom: 20px;}
.wx-banner-main .swiper-pagination-bullet-active {background: #fff;}
.wx-banner-main .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-banner-main {height: 220px;}
}

/* 首页标题板块 */
.wx-index-othermain {
  padding: 50px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-otherinfo {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-otherinfo ul {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.wx-index-otherinfo li {
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-otherinfo li img {
  height: 60px;
  margin: 0px 0px 5px;
  overflow: hidden;
}
.wx-index-otherinfo li p {
  color: rgba(34, 38, 67, 1);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
}

/* 首页简介 */
.wx-index-aboutmain {
  background-image: url(../images/index-aboutbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutkuan {
  display: grid;
  column-gap: 50px;
  grid-template-columns: 1fr 1fr;
}
.wx-index-aboutimg .vertical-align-middle {width: 100%;}
.wx-index-aboutimg a {
  display: block;
  height: 320px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-index-aboutimg a::after {
  content: '';
  position: absolute;
  background-color: rgba(0,0,0,.2);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  z-index: 2;
}
.wx-index-aboutimg a img {width: 100%; height: 320px;}
.wx-index-aboutimg a i {
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  z-index: 5;
}
.wx-index-aboutinfo {
  color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutinfo h3 {
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-abouttxt {
  font-size: 15px;
  line-height: 1.6;
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-index-aboutinfo a {
  display: block;
  padding: 0px;
  margin: 0px;
}
.wx-index-aboutinfo a span {
  padding: 12px 64px 12px 64px;
  background-color: rgba(0, 111, 118, 1);
  font-size: 14px;
  color: rgb(255, 255, 255);
  margin: 0px;
  overflow: hidden;
}

/* 首页产品 */
.wx-index-productsmain {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.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: rgba(34, 38, 67, 1);
}
.wx-index-title p {
  color: rgba(34, 38, 67, 0.6);
  font-size: 14px;
  line-height: 34px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-productsnav {
  background-color: rgba(0, 111, 118, 1);
  padding: 10px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-productsnav li {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  border: 1px solid #ffffff99;
  text-align: center;
  padding: 5px 10px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-productsnav li a {color: #fff;}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  top: 50%;
  margin-top: -15px;
  pointer-events: auto;
  text-align: center;
  position: absolute;
  z-index: 30!important;
  cursor: pointer;
background-repeat: no-repeat;
background-size: auto 100%;
  line-height: 18px;
  font-size: 20px;
  width: 30px;
  height: 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus {display: none;}
.owl-carousel .owl-nav button.owl-next {right: 0px;}
.owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i {color: #fff;}
.wx-index-productslist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-productslist ul {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-productslist li {
  text-align: center;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-productsoneimg {
  border: 1px solid #f6f6f6;
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-productsoneimg 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-productslist li:hover .wx-index-productsoneimg img  {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.wx-index-productstxt {
  font-size: 16px;
  line-height: 35px;
  padding: 10px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-productslist li:hover {background-color: #f6f6f6;}
.wx-index-productsmore {
  text-align: center;
  padding: 0px;
  margin: 20px 0px 0px;
  overflow: hidden;
}
.wx-index-productsmore a {
  display: inline-block;
  padding: 12px 64px 12px 64px;
  background-color: rgba(0, 111, 118, 1);
  font-size: 14px;
  color: rgb(255, 255, 255);
  margin: 0px;
  overflow: hidden;
}
.wx-index-productsmore:hover a {background-color: #ccc; color: #333;}

/* 首页广告标语 */
.wx-index-admain {
  background-image: url(../images/index-aboutbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-adinfo {
  text-align: center;
  color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-adinfo h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  padding: 0px;
  margin: 0px 0px 15px;
  overflow: hidden;
}
.wx-index-adinfo p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  line-height: 34px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-adinfomore {
  padding: 0px;
  margin: 35px 0px 0px;
  overflow: hidden;
}
.wx-index-adinfomore a {
  display: inline-block;
  padding: 12px 64px 12px 64px;
  background-color: rgba(0, 111, 118, 1);
  font-size: 14px;
  color: rgb(255, 255, 255);
  margin: 0px;
  overflow: hidden;
}
.wx-index-adinfomore:hover a {background-color: #ccc; color: #333;}

/* 首页新闻 */
.wx-index-newsmain {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newslist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newslist ul {
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wx-index-newslist li {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-newsoneimg {
    text-align: center;
  padding: 0px ;
  margin: 0px 0px 10px;
  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: 0px;
  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;
  height: 50px;
  letter-spacing: 0px;
  margin-bottom: 8px;
}
.wx-index-newsonetxt p {
  font-size: 14px;
  color: #888;
  margin-bottom: 13px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.wx-index-newsonetxt span {
  font-size: 12px;
  color: #666;
}
.wx-index-newsmore {
  text-align: center;
  padding: 0px;
  margin: 40px 0px 0px;
  overflow: hidden;
}
.wx-index-newsmore a {
  display: inline-block;
  padding: 12px 64px 12px 64px;
  background-color: rgba(0, 111, 118, 1);
  font-size: 14px;
  color: rgb(255, 255, 255);
  margin: 0px;
  overflow: hidden;
}
.wx-index-newsmore:hover a {background-color: #ccc; color: #333;}

/* 底部信息 */
.wx-footer-main {
  padding: 55px 0px 40px 0px;
  background-color: rgba(0, 111, 118, 1);
  margin: 0px;
  overflow: hidden;
}
.wx-footer-left {
  width: calc(50% - 50px);
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.wx-footer-left img {
  height: 40px;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-footer-left ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-left li {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-right {
  width: 50%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-search {
  padding: 0px;
  margin: 0px 0px 35px;
  overflow: hidden;
}
.wx-footer-search form {
  display: flex;
  flex-wrap: wrap;
}
.wx-footer-search input {
  background: initial;
  width: calc(100% - 60px);
  font-size: 14px;
  line-height: 29px;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 5px 10px;
  margin: 0px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ccc;
}
.wx-footer-search input::placeholder {color: #999;}
.wx-footer-search input:focus-visible {outline: initial;}
.wx-footer-search button {
  background-color: #C00;
  border: 0px;
  color: #fff;
  width: 60px;
  height: 40px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-nav {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wx-footer-nav li {
  font-size: 14px;
  line-height: 40px;
  color: #ccc;
  padding: 0px 10px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-nav li a {color: #ccc;}
.wx-footer-nav li.active a,.wx-footer-nav li:hover a {color: #fff;}

/* 内页共用 */
.wx-page-banner {
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-bannertxt {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  height: 100%;
}
.wx-page-bannertxt .container {
  height: 100%;
  position: relative;
}
.wx-page-bannertxt h1 {
  position: absolute;
  bottom: 50px;
  left: 20px;
  font-size: 32px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  color: #F00;
  padding: 20px 25px 20px 40px;
  background-color: rgba(0, 0, 0, 0.6);
}
.wx-page-bannertxt p {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-bannertxt p a {
  color: #fff;
}
.wx-page-bannertxt p span {
  padding: 0px 10px;
}
.wx-page-pagination {width: 100%; text-align: center; margin: 20px 0px 0px; padding: 0px; overflow: hidden;}
.pagination .page-item a {display: inline-block;width: 40px;height: 40px;line-height: 34px;text-align: center;font-size: 16px; background-color: initial;color: #666; border-radius: 0px !important; border: 1px solid #ccc; margin-right: 10px;transition: all .6s;}
.pagination .page-item a.page-link {padding: 2px 0px;}
.pagination .page-item a svg {margin-top: 6px;}
.pagination .page-item.active a.page-link {border: 1px solid rgba(0, 111, 118, 1); background-color: initial; color: #333;}

/* 公司简介 */
.wx-aboutus-main {
  padding: 60px 0px 30px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-title {
  color: rgba(75, 74, 74, 1);
  font-size: 32px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-aboutus-kuan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-info {
  width: 48%;
  font-size: 18px;
  line-height: 2;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-img {
  width: 48%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-aboutus-img img {width: 100%;}
.wx-aboutus-admain {
  padding: 10px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-admain img {width: 100%;}
.wx-about-equmentmain {
  padding: 0px;
  margin: 0px 0px 50px;
  overflow: hidden;
}
.wx-aboutus-equmentlist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-equmentlist ul {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.wx-aboutus-equmentlist li {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-aboutus-equmentlist li img {width: 100%;}

/* 产品中心 */
.wx-products-main {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-kuan {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-nav {
  width: 300px;
  border: 1px solid #ccc;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.wx-products-nav ul {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-nav li {
  padding: 0;
  margin: 0px;
  overflow: hidden;
}
.wx-products-nav li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
}
.wx-products-nav li a:hover,.wx-products-nav li.active>a {background-color: #f0f0f0; color: rgba(0, 111, 118, 1);}
.wx-products-nav ul ul {
  display: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.wx-products-nav ul li.open ul {display: block;}
.wx-products-info {
  width: calc(100% - 320px);
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: right;
}
.wx-products-nav ul ul li a {
  color: #666;
  padding: 15px 0px 15px 30px;
}
.wx-products-list {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-list ul {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wx-products-list li {
  text-align: center;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-products-oneimg {
  border: 1px solid #eee;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-oneimg img {
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.wx-products-list li:hover .wx-products-oneimg img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wx-products-onetxt {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  padding: 10px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-list li:hover .wx-products-onetxt {background-color: #eee;}
.wx-products-detailstop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px 0px 50px;
  overflow: hidden;
}
.wx-products-detailsimg {
  width: 40%;
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailssummary {
  width: calc(60% - 80px);
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailssummary h3 {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  padding: 0px;
  margin: 0px 0px 50px;
  overflow: hidden;
}
.wx-products-detailssummary li {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding: 5px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailssummary li a {
  background-color: #eee;
  color: #333;
  padding: 0px 10px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailssummary>a {
  display: inline-block;
  background-color: rgba(0, 111, 118, 1);
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 30px;
  margin: 35px 0px 0px;
  overflow: hidden;
}
.wx-products-detailsbottom {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailstitle {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: rgba(0, 111, 118, 1);
  padding: 0px 20px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-products-detailsinfo {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
table tr th, table tr td { border:1px solid #666; padding: 2px 10px; width: initial; text-align: left;}
table { min-height: 35px; line-height: 35px; font-size: 16px; border: 1px solid #666; border-collapse: collapse; width: 100%;}

/* 新闻动态 */
.wx-news-main {
  padding: 60px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-news-list {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-news-list ul {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wx-news-list li {
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-news-oneimg {
    text-align: center;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-news-oneimg 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-news-onetxt {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-news-onetxt 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;
  height: 50px;
  letter-spacing: 0px;
  margin-bottom: 8px;
}
.wx-news-onetxt p {
  font-size: 14px;
  color: #888;
  margin-bottom: 13px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.wx-news-onetxt span {
  display: block;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: rgba(0, 111, 118, 1);
}
.wx-news-onetxt i {
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding: 0px 35px;
  margin: 10px 0px 0px;
  overflow: hidden;
}
.wx-news-list li:hover .wx-news-oneimg img  {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.wx-news-list li:hover .wx-news-onetxt h3 {color: rgba(0, 111, 118, 1);}

.wx-news-details  {padding: 0px;margin: 0px;overflow: hidden;}
.wx-news-detailstitle {width: 100%;text-align: center;font-size: 24px; font-family: Arial, Helvetica, sans-serif; font-weight: 600; color: #333;line-height: 34px; padding: 0px; margin: 0px 0px 30px;}
.wx-news-detailssummary {width: 100%;float: left; text-align: center; margin: 0px 0px 10px;font-size: 14px;color: #777;line-height: 34px;padding: 0px; overflow: hidden;}
.wx-news-detailsinfo {width: 100%;float: left;margin: 0px 0px 30px;font-size: 14px;color: #333333;line-height: 2;}
.wx-news-detailsinfo img {max-width: 100%;}
.wx-news-detailslink {width: 100%;float: left;padding: 16px 0;border-top: solid 1px #eee;}
.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-message-main {
  padding: 60px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-message-title {
  font-size: 32px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #000;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-message-info {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-message-oneinfo {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.wx-message-oneinfo label {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-message-oneinfo label span {color: #C00; margin-left: 5px;}
.wx-message-oneinfo input,.wx-message-oneinfo textarea {
  width: 100%;
  border: 0px;
  background-color: #eee;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 25px;
  margin: 0px;
  overflow: hidden;
}
.wx-message-other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-message-btn {
  text-align: center;
  padding: 0px;
  margin: 50px 0px 0px;
  overflow: hidden;
}
.wx-message-btn button {
  display: inline-block;
  border: 0px;
  padding: 12px 64px 12px 64px;
  background-color: rgba(0, 111, 118, 1);
  font-size: 14px;
  color: rgb(255, 255, 255);
  margin: 0px;
  overflow: hidden;
}
.wx-message-btn:hover button {background-color: #666;}

/* 联系我们 */
.wx-contactus-main {
  padding: 50px 0px 20px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-list {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-list ul {
  display: grid;
  column-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.wx-contactus-list li {
  background-color: #eee;
  text-align: center;
  padding: 20px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-contactus-list li:hover {background-color: #ccc;}
.wx-contactus-list li img { height: 50px; margin-bottom: 20px;}
.wx-contactus-list li h3 {
  color: rgb(31, 31, 31);
  font-size: 24px;
  line-height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-contactus-list li p {
  font-size: 16px;
  color: #333;
  line-height: 34px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-maps {
  height: 460px;
  padding: 0px;
  margin: 10px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .wx-index-othermain {padding: 30px 0px 10px;}
  .wx-index-aboutmain,.wx-index-productsmain,.wx-index-newsmain {padding: 30px 0px 30px;}
  .wx-index-otherinfo ul {grid-template-columns: 1fr 1fr;}
  .wx-index-otherinfo li {padding: 0px 20px; margin-bottom: 20px;}
  .wx-index-aboutkuan {display: block;}
  .wx-index-aboutimg  {padding: 0px;margin: 0px 0px 15px;overflow: hidden;}
  .wx-index-aboutimg a img,.wx-index-aboutimg a {height: 240px;}
  .wx-index-abouttxt {margin-bottom: 15px;}
  .wx-index-aboutinfo a {text-align: center;}
  .wx-index-aboutinfo a span {display: inline-block; padding: 5px 50px;}
  .wx-index-title {margin-bottom: 15px;}
  .wx-index-title p {line-height: 20px;}
  .wx-index-productslist ul {grid-template-columns: 1fr 1fr;}
  .wx-index-productstxt {padding: 0px 5px;}
  .wx-index-productsmore,.wx-index-newsmore {margin-top: 0px;}
  .wx-index-admain {padding: 50px 0px;}
  .wx-index-adinfo h3 {font-size: 24px; margin-bottom: 10px;}
  .wx-index-adinfo p {font-size: 16px; line-height: 25px;}
  .wx-index-adinfomore {margin-top: 15px;}
  .wx-index-newslist ul {display: block;}
  .wx-index-newslist li {margin-bottom: 20px;}
  .wx-footer-main {padding: 35px 60px;}
  .wx-footer-left,.wx-footer-right {width: 100%;}
  .wx-footer-left li {color: #ffffff99;}
  .wx-footer-search {margin: 20px 0px 0px;}
  .wx-footer-nav {display: none;}

  .wx-page-banner {height: 210px;}
  .wx-page-bannertxt h1 {width: max-content; top: 60%; bottom: initial; left: 50%; transform: translate(-50%, -45%); text-align: center; font-size: 24px; padding: 10px 50px;}
  .wx-page-bannertxt p {display: none;}
  .wx-aboutus-main {padding: 45px 0px 15px;}
  .wx-aboutus-kuan {display: block;}
  .wx-aboutus-info {width: 100%; font-size: 18px;}
  .wx-aboutus-img {width: 100%;}
  .wx-aboutus-equmentlist ul,.wx-contactus-list ul {grid-template-columns: 1fr 1fr;}
  .wx-about-equmentmain {margin-bottom: 30px;}
  .wx-products-main,.wx-news-main,.wx-message-main {padding: 30px 0px;}
  .wx-products-nav {display: none;}
  .wx-products-info {width: 100%;}
  .wx-products-list ul {grid-template-columns: 1fr 1fr;}
  .wx-products-detailstop {display: block; margin-bottom: 30px;}
  .wx-products-detailsimg {width: 100%; margin-bottom: 15px;}
  .wx-products-detailssummary {width: 100%;}
  .wx-products-detailssummary h3 {margin-bottom: 10px;}
  .wx-products-detailssummary>a {width: 100%; text-align: center; margin-top: 10px;}
  .wx-news-list ul {display: block;}
  .wx-message-title {font-family: initial; font-size: 24px; line-height: 1.5;}
  .wx-message-oneinfo {margin: 0px 0px 10px;}
  .wx-message-oneinfo .col-12 {padding: 0px;}
}