@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 {
  height: 90px;
  line-height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  border-bottom: 1px solid #ffffff33;
  transition: all .3s;
}
.wx-header-main:hover {background-color: #fff;}
.wx-header-bg {background-color: #fff; box-shadow: 0px 0px 5px #ccc; transition: all .3s;}
.wx-header-logo {
  float: left;
  height: 90px;
}
.wx-header-logo a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}
.wx-header-logo a img {
  height: 75px;
}
.wx-header-logo a .logo1 {display: inline-flex;}
.wx-header-logo a .logo2 {display: none;}
.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{height:100%;padding: 0px;margin: 0 0 0 55px; position:relative}
.wx-header-nav .nav-ul>li:hover>a,.wx-header-nav .nav-ul>li.active>a{color: #fff;}
.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; text-transform: uppercase; height: 100%; color: #fff;text-transform:capitalize;margin:0px 0px 0px 30px;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:#fff;position:absolute;bottom:0px;left:0px;transition:all .2s linear}
.wx-header-nav .nav-ul>li>ul{position:absolute;left:25px;top:100%;background:#c59d66; 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: #fff;}
.wx-header-nav .nav-ul>li>ul li:hover>a,.wx-header-nav .nav-ul>li>ul li:hover>em{color:#ffffff}
.wx-header-nav .nav-ul>li>ul li:hover ul{transform:scaleY(1);opacity:1}
.wx-header-nav .nav-ul>li>ul a{padding:0px 10px;height:40px;line-height:40px;font-size: 14px;color: #fff; 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: #fff;}
.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}
.wx-header-lang {
  float: left;
  margin: 0px;
  font-size: 16px;
}
.wx-header-lang a {
  font-size: 18px;
  color: #fff;
  padding: 0px 0px 0px 40px;
  margin: 0px;
  position: relative;
  float: left;
}
.wx-header-lang a:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  height: 16px;
  border-left: 1px solid #fff;
  transform: translateY(-50%);
}
.wx-header-lang a:first-child::before {display: none;}
.wx-header-lang a:hover {
  color: #C00;
}
.wx-header-lang a i,.wx-header-mobilemenu i {
  font-size: 24px;
}
.wx-header-mobilemenu {
  display: none;
  float: left;
  height: 100%;
  margin: 0 0 0 20px;
}
.wx-header-main:hover .wx-header-logo a .logo1,.wx-header-main.wx-header-bg .wx-header-logo a .logo1 {display: none;}
.wx-header-main:hover .wx-header-logo a .logo2,.wx-header-main.wx-header-bg .wx-header-logo a .logo2 {display: inline-flex;}
.wx-header-main:hover .wx-header-nav li a,.wx-header-main:hover .wx-header-lang a,.wx-header-main.wx-header-bg .wx-header-nav li a,.wx-header-main.wx-header-bg .wx-header-lang a {color: #333;}
.wx-header-main:hover .wx-header-nav .nav-ul>li:hover>a,.wx-header-main:hover .wx-header-nav .nav-ul>li.active>a,.wx-header-main.wx-header-bg .wx-header-nav .nav-ul>li:hover>a,.wx-header-main.wx-header-bg .wx-header-nav .nav-ul>li.active>a{color: #c59d66;}
.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: #fff;}
.wx-header-main:hover .wx-header-lang a:before,.wx-header-main.wx-header-bg .wx-header-lang a:before {border-left-color: #333;}
.wx-header-main:hover .wx-header-nav .nav-ul>li>a::after,.wx-header-main.wx-header-bg .wx-header-nav .nav-ul>li>a::after {background:#c59d66;}
.wx-header-other {
  padding: 0px;
  margin: 10px 0px 0px;
  overflow: hidden;
  float: right;
}
.wx-header-menu {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #333;
  display: none;
  padding: 0px;
  margin: 0px 0px 0px 15px;
  overflow: hidden;
  float: left;
}
.wx-header-menu .icon-nav02 {
  font-size: 24px;
}
.wx-header-menu .icon-close04 {
  font-size: 18px;
  display: none;
}
@media(min-width:1025px){
	.nav-ul>li:hover .submenu{transform:scaleY(1);opacity:1}
	.nav-ul>li .submenu{transform-origin:top;transform:scaleY(0);opacity:0;transition:all .3s ease-in-out}
}
@media(max-width:1280px){
	.wx-header-nav .nav-ul>li>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;}
  .wx-header-logo a img {height: 40px;}
  .wx-header-lang {display: none;}
  .wx-header-menu {display: block;}
  .wx-header-menu .icon-close04 {display: none;}
  .wx-header-main.active .wx-header-menu .icon-close04 {display: inline-flex;}
  .wx-header-main.active .wx-header-menu .icon-nav02 {display: none;}
  .wx-header-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:#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: #fff; justify-content:center;transition:all .1s linear;transform:rotate(-90deg);font-size:14px;}
	.wx-header-nav .nav-ul>li>a{height:auto; color: #333; padding:10px 15px;margin: 0px; line-height: 25px; font-weight:normal;justify-content:flex-start;}
	.wx-header-nav .nav-ul>li>a.inmenu_1{background: #F3F8FA !important;}
	.wx-header-nav .nav-ul>li.cur>a {color: #333;}
	.wx-header-nav .nav-ul>li:hover>a, .wx-header-nav .nav-ul > li.active > a{background:0 0;color:#c59d66; font-weight: bold;}
	.wx-header-nav .nav-ul>li.active>a::after {background-color: #c59d66;}
	.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:#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; 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;}
}
@media(max-width:768px){
	.wx-header-nav{top:60px;height:calc(100vh - 60px)}
}

/* 首页Banner */
.wx-index-banner {
  height: 100%;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.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;
  }
.ban-slide-info {
  position: absolute;
  top: 25%;
  left: 0px;
  /* transform: translateY(-50%); */
  width: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
/* .ban-slide-txt {width: 50%;max-width: 920px;} */
.wx-index-banner .swiper-slide .ban-slide-info span {display: block; color:#fff; font-family: "BodinSmall"; line-height:1.5; font-size:110px; transform:translateY(80px); opacity:0; }
.wx-index-banner .swiper-slide .ban-slide-info h3{ color:#fff; font-size:42px; font-weight: bold; letter-spacing: 2px; 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:18px; 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, #0581cc, #1bc06e); background: -o-linear-gradient(left, #0581cc, #1bc06e); background: -moz-linear-gradient(left, #0581cc, #1bc06e); background: -ms-linear-gradient(left, #0581cc, #1bc06e);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: #c59d66; margin-left: 10px; border-radius: 50%;}
.wx-index-banner .swiper-slide .ban-slide-info a:hover {background: #c59d66;}
.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:.2; } 
.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; }
.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: 59px; height: 200px;}
  .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;}
}
@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-aboutusbg {
  background-image: url(../images/index-aboutbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wx-index-aboutusmain {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutusinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutusleft {width: 38%;padding: 0px; margin: 0px; overflow: hidden;}
.wx-index-aboutustxt {
  font-size: 15px;
  color: #000000;
  line-height: 2.2;
}
.wx-index-aboutustitle {
  padding: 0px;
  margin: 60px 0px;
  overflow: hidden;
}
.wx-index-aboutustitle h4 {
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c59d66;
  line-height: 1;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutustitle h4 span {display: block;}
.wx-index-aboutustitle h3 {
  font-size: 36px;
  font-weight: 500;
  color: #000;
  padding: 15px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutusbtn {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutusbtn a {
  display: inline-flex; font-size: 14px; line-height: 30px; padding: 5px 5px 5px 30px; margin: 0px 0px 0px;border: 1px solid #c59d66;border-radius: 30px; color: #333; transition:all .3s linear
}
.wx-index-aboutusbtn a i {text-align: center; font-size: 18px; width: 30px; height: 30px;background-image: -moz-linear-gradient( -125deg, #aa2416 0%, #ddc2a6 100%);
  background-image: -webkit-linear-gradient( -125deg, #aa2416 0%, #ddc2a6 100%);
  background-image: -ms-linear-gradient( -125deg, #aa2416 0%, #ddc2a6 100%); color: #fff; margin-left: 20px; border-radius: 50%;}
  
.wx-index-aboutusbtn a:hover {background-image: -moz-linear-gradient( -125deg, #aa2416 0%, #ddc2a6 100%);
  background-image: -webkit-linear-gradient( -125deg, #aa2416 0%, #ddc2a6 100%);
  background-image: -ms-linear-gradient( -125deg, #aa2416 0%, #ddc2a6 100%); color: #fff;}
.wx-index-aboutusbtn a:hover i {background: #fff; color: #c59d66;}

.wx-index-aboutusright {width: 57%;padding: 0px; margin: 0px; overflow: hidden;}
.wx-index-aboutuslist ul{ display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem;}
.wx-index-aboutuslist ul li .box{ display: block; border-radius: .625rem; position: relative; z-index: 1; overflow: hidden;
    background-image: -moz-linear-gradient( 6deg, #f0ddc4 0%, #f5dfc2 100%);
    background-image: -webkit-linear-gradient( 6deg, #f0ddc4 0%, #f5dfc2 100%);
    background-image: -ms-linear-gradient( 6deg, #f0ddc4 0%, #f5dfc2 100%); }
.wx-index-aboutuslist ul li .box:before{ content: ""; display: block; position: absolute; z-index: -1; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition: .5s;
    background-image: -moz-linear-gradient( -125deg, #aa2416 0%, #ddc2a6 100%);
    background-image: -webkit-linear-gradient( -125deg, #aa2416 0%, #ddc2a6 100%);
    background-image: -ms-linear-gradient( -125deg, #aa2416 0%, #ddc2a6 100%);
}
.wx-index-aboutuslist ul li .ico{ width: 100%; height: 12rem; display: flex; align-items: center; justify-content: center;}
.wx-index-aboutuslist ul li .ico svg{ width: 3.75rem; height: 3.75rem; transition: .5s;}
.wx-index-aboutuslist ul li .ico svg path{ fill: #c59d66; transition: .5s;}
.wx-index-aboutuslist ul li .txt{ padding:0 1.75rem 2rem;}
.wx-index-aboutuslist ul li .txt h4{ font-size: 1.125rem; transition: .5s; color: #0d0f15; font-weight: bold; margin-bottom: 5px;}
.wx-index-aboutuslist ul li .txt span{ font-size: .875rem; transition: .5s; color: #161b22; opacity: .7; text-transform: uppercase; font-family:Poppins; }
.wx-index-aboutuslist ul li .box+.box{ margin-top: 1.5rem;}
.wx-index-aboutuslist ul li .box:hover:before{ opacity: 1; visibility: visible;}
.wx-index-aboutuslist ul li .box:hover .ico svg{ transform: translateY(-1rem);}
.wx-index-aboutuslist ul li .box:hover .ico svg path{ fill: #e4bd88;}
.wx-index-aboutuslist ul li .box:hover .txt h4{ color: #fff;}
.wx-index-aboutuslist ul li .box:hover .txt span{ color: #fff;}
.wx-index-aboutuslist ul li:nth-child(1){ transform: translateY(40%);}
.wx-index-aboutuslist ul li:nth-child(3){ transform: translateY(18%);}
.active .wx-index-aboutustxt {animation: 2s fadeLeft forwards !important;transition: .5s;}
.active .wx-index-aboutustitle {animation: 3s fadeUp forwards !important;transition: .5s;}
.active .wx-index-aboutusbtn {animation: 4s fadeUp forwards !important;transition: .5s;}
.active .wx-index-aboutusright {animation: 1.5s zoomIn forwards !important;transition: .5s;}

/* 首页产品 */
.wx-index-promain {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-proimg {
  width: 50%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-proimg img{width: 100%; display: none;}
.wx-index-proright {
  width: 50%;
  height: 100%;
  padding: 0px 5vw;
  margin: 0px;
  overflow: hidden;
  /*display: -webkit-box;*/
}
.wx-index-proinfo {
  /*display: table-cell;*/
  /*vertical-align: middle;*/
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-proinfotitle {
  padding: 0px;
  margin: 0px 0px 5vh;
  overflow: hidden;
}
.wx-index-proinfotitle h3 {
  height: 60px;
  line-height: 60px;
  color: #333;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 2px;
}
.wx-index-proinfotitle p {
  font-size: 15px;
  color: #555;
  line-height: 24px;
}
.wx-index-proinfolist {
  padding: 0px 0px 120px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-index-proinfolist .mySwiper{padding-bottom: 5px; overflow: hidden;}
.wx-index-proinfolist .mySwiper .swiper-slide{ padding: 0px; border: 1px solid #ccc; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;overflow: hidden;}
.wx-index-proinfolist .mySwiper img{ width: 100%; opacity: .7;transition: all .6s;}
.wx-index-proinfolist .mySwiper .swiper-slide:hover img {transform: scale(1.1);}
/* .wx-index-proinfolist .mySwiper .swiper-slide-thumb-active{ border: 1px solid #666;} */
.wx-index-proinfolist .mySwiper .swiper-slide-thumb-active {border-color: #666;}
.wx-index-proinfolist .mySwiper .swiper-slide-thumb-active img{ opacity: 1;}
.wx-index-proinfolist .mySwiper .swiper-slide.swiper-slide-thumb-active:after,.wx-index-proinfolist .mySwiper .swiper-slide.swiper-slide-thumb-active:before{ transform: scale(1);}
.wx-index-proinfolist .wx-case-prev{opacity: 1; background-image:none; left:calc(50% + 35px); top: initial; bottom: -10px; width:35px; height:35px; border-radius: 50%; text-align:center; line-height:35px; color:#333;background: inherit; border: 1px solid #333; transition:all .3s ease; transform: translateY(-50%); z-index: 99;} 
.wx-index-proinfolist .wx-case-next{opacity: 1; background-image:none; left:calc(50% + 80px); top: initial; bottom: -10px; width:35px; height:35px; border-radius: 50%; text-align:center; line-height:35px; color:#333;background: inherit; border: 1px solid #333; transition:all .3s ease; transform: translateY(-50%); z-index: 99;}
.wx-index-proinfolist .wx-case-prev::after,.wx-index-proinfolist .wx-case-next::after {display: none;}
.wx-index-proinfolist .swiper-pagination {left: 0px;width: initial;}
.wx-index-proinfolist .swiper-scrollbar {position: absolute; display: block !important; top: initial; bottom: 20px; width: calc(50% - 50px); height: 2px; left: 50px; background-color: #ccc;}
.wx-index-proinfolist .swiper-scrollbar-drag {background-color: #333;}
.wx-index-proimg .mySwiper2{height: 100%; overflow:hidden;}
.wx-index-proimg .mySwiper2 .swiper-wrapper {width: 100%; height: 100%;}
.wx-index-proimg .mySwiper2 .swiper-slide{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;}
.wx-index-proimg .mySwiper2 img{ width: 100%;}
.active .wx-index-proimg {animation: 1.5s zoomIn both !important;transition: .5s;}
.active .wx-index-proright {animation: 1.5s fadeRight both !important;transition: .5s;}


/* 首页品牌历程 */
.wx-index-brandbg {
  background-image: url(../images/index-brandbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wx-index-brandmain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-brandleft {
  width: 24%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-brandtitle {
  color: #fff;
  padding: 0px;
  margin: 0px 0px 35px;
  overflow: hidden;
}
.wx-index-brandtitle h3 {
  display: inline-block;
  font-size: 42px;
  font-weight: 700;
  padding: 0px 25px 0px 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
  position: relative;
}
.wx-index-brandtitle h3::after {
  content: '';
  position: absolute;
  bottom: 13px;
  right: 0px;
  width: 15px;
  height: 3px;
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-brandtitle h3::before {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 10px;
  height: 3px;
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-brandtitle p {
  font-size: 15px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-brandname {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-brandname ul {
  display: block;
}
.wx-index-brandname li {
  flex-shrink: inherit;
  width: 100%;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-brandname li a {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  padding: 0px 30px;
  margin: 0px;
  color: #fff;
  position: relative;
}
.wx-index-brandname li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/index-branddotleftb.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 40px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-brandname li a::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/index-branddotrightb.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 40px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-brandname li.swiper-slide-thumb-active a {color: #c59d66;}
.wx-index-brandname li.swiper-slide-thumb-active a::after {background-image: url(../images/index-branddotleft.png);}
.wx-index-brandname li.swiper-slide-thumb-active a::before {background-image: url(../images/index-branddotright.png);}
.wx-index-brandcenter {
  width: 50%;
  padding: 0px;
  margin: 0px;
}
.wx-index-brandcenter .M {width: 32vw;height: 32vw;z-index: 1;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.wx-index-brandcenter .M-border {height: 100%;width: 100%;animation: a2 40s linear 0s infinite;}
.wx-index-brandcenter .M-border:before {content: '';position: absolute;width: 100%;height: 100%;border-radius: 50%;z-index: -1;border: 1px solid #dcdcdc;box-sizing: border-box;}
.wx-index-brandcenter .M-border:after {content: '';position: absolute;top: 0px;left: 50%;transform: translate(-50%, -50%);width: 12px;height: 12px;border-radius: 50%;background: #e25518;margin-top: 1px;animation: a3 40s linear 0s infinite;}
@keyframes a1 {
  0% {transform: translateY(0);}
  20% {transform: translateY(0);}
  40% {transform: translateY(-5px);}
  50% {transform: translateY(0);}
  60% {transform: translateY(-3px);}
  80% {transform: translateY(0);}
  100% {transform: translateY(0);}
}
@keyframes a2 {
  100% {transform: rotate(360deg);}
}
@keyframes a3 {
  0%,50% {background: #fff;}
  51%,100% {background: #fff;}
}
.wx-index-brandcenter .M-box {position: absolute;width: 100%;height: 100%;padding: 1.5vw;left: 0px;top: 0px;z-index: 0;}
.wx-index-brandcenter .M-bg {border-radius: 50%;width: 100%;height: 100%;box-shadow: 8px 0 1.5vw 0 rgba(40, 57, 91, 0.1);}
.wx-index-brandcenter .M ul {position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 0;}
.wx-index-brandcenter .M li {position: absolute;width: 80%;height: 80%;top: 10%;left: 10%;z-index: -1;transform: scale(0.5);opacity: 0;transition: 0.5s ease 0s;}
.wx-index-brandcenter .M li img {max-height: 100%;max-width: 100%;transition: 0.5s linear 0s;border-radius: 300px;transform: scale(1.1);}
.wx-index-brandcenter .M li.on {transform: scale(1);opacity: 1;transition-delay: 0.4s;z-index: 0;}
.wx-index-brandright {
  width: 20%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-brandtxt {
  color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-brandtxt h3 {
  font-size: 24px;
  font-weight: 600;
  padding: 0px;
  margin: 0px 0px 20px;
  overflow: hidden;
}
.wx-index-brandtxt p {
  font-size: 14px;
  line-height: 2;
  padding: 0px;
  margin: 0px 0px 35px;
  overflow: hidden;
}
.wx-index-brandtxt span {
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-brandtxt span a {
  display: inline-block;
  border: 1px solid #c59d66;
  border-bottom: 2px solid #c59d66;
  border-radius: 50px;
  padding: 5px 30px;
  font-size: 14px;
  line-height: 30px;
  color: #c59d66;
  margin: 0px;
  overflow: hidden;
}
.wx-index-brandtxt span a:hover {background-color: #c59d66;color: #fff;}
.active .wx-index-brandleft {animation: 1.5s fadeLeft forwards !important;transition: .5s;}
.active .wx-index-brandcenter .M {animation: 1.5s zoomIn1 forwards !important;transition: .5s;}
.active .wx-index-brandright {animation: 1.5s fadeRight forwards !important;transition: .1s;}

/* 首页联系我们 */
.wx-index-contactbg {
  background-image: url(../images/index-contactbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.wx-index-contactmain {
  padding: 0px;
  margin: 0px 0px 80px;
  overflow: hidden;
}
.wx-index-contacttitle {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-contacttitle span {
  display: block;
  padding: 0px;
  margin: 0px 0px 50px;
  overflow: hidden;
}
.wx-index-contacttitle h3 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  padding: 0px;
  margin: 0px 0px 50px;
  overflow: hidden;
}
.wx-index-contactinfo {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-contactinfo li {
  padding: 0px;
  margin: 0px 0px 30px;
  overflow: hidden;
}
.wx-index-contactinfo span {
  display: block;
  font-size: 15px;
  color: #555;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-contactinfo p {
  font-size: 28px;
  font-weight: 300;
  color: #000;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-contactinfo p i {
  font-size: 20px;
}
.wx-index-contactbottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #000;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #ccc;
  padding: 20px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-contactbottom a {color: #ccc;}
.active .wx-index-contacttitle span img {animation: 1.5s zoomIn !important;transition: .5s;}
.active .wx-index-contacttitle h3 {animation: 1.5s fadeUp !important;transition: .5s;}
.active .wx-index-contactinfo li {animation: 1.5s fadeUp !important;transition: .5s;}


/*首页右侧导航*/
.right_nav {position: fixed;right: 38px;top: 50%;transform: translateY(-50%);z-index: 100;}
#menu li {margin-bottom: 20px;}
#menu li a {width: 25px;height: 25px;font-size: 12px;line-height: 25px;position: relative;display: block;text-align: center;}
#menu li a:before {content: '';display: block;width: 4px;height: 4px;position: absolute;left: 50%;margin-top: -2px;top: 50%;margin-top: -2px;background: #CBCBCB;border-radius: 50%;}
#menu li span.cont {position: absolute;height: 25px;width: 25px;color: #999;opacity: 0;visibility: hidden;-webkit-transition: all 0.3s;transition: all 0.3s;left: 3px;top: 0;border: 1px solid #999;border-radius: 50%;}
#menu li:hover span.cont,#menu li.active span.cont {opacity: 1;visibility: visible;color: #999;}
#menu li:hover a:before,#menu li.active a:before {display: none;}
#menu {position: relative;z-index: 2;}


/* 底部信息 */
.wx-footer-main {
  background-color: #19212c;
  color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-main a {color: #ddd;}
.wx-footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0px 25px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topleft {
  width: 20%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topleft span {
  display: block;
  padding: 0px;
  margin: 0px 0px 10px;
  overflow: hidden;
}
.wx-footer-topleft span img {height: 50px;}
.wx-footer-topleft p {
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-footer-topleft ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 20px 0px 0px;
  overflow: hidden;
}
.wx-footer-topleft li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  padding: 0px;
  margin: 0px 10px 0px 0px;
  overflow: hidden;
}
.wx-footer-topleft li a {color: #c59d66;}
.wx-footer-topcenter {
  width: 50%;
  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;
  color: #ddd;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.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: 14px;
  line-height: 30px;
  color: #999;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  text-align: center;
}
.wx-footer-technical {
  font-size: 14px;
  line-height: 30px;
  color: #999;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: right;
}

/* 内存开始 */
.wx-page-banner {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-page-banner img {width: 100%;}
.wx-page-banner::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #00000069;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  z-index: 1;
}
.wx-page-bannertxt {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  z-index: 5;
}
.wx-page-bannertxt h3 {
  font-size: 40px;
  padding: 0px 0px 20px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-page-bannertxt h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #fff;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-main {
  padding: 80px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-twonav {background: #fff;overflow: hidden;border-bottom: 1px solid #eee;}
.wx-page-localnav {padding: 0px; margin: 0px; overflow: hidden;}
.wx-page-localnav ul {display: flex; flex-wrap: wrap; padding: 0px; margin: 0px; overflow: hidden;}
.wx-page-localnav li {font-size: 16px; line-height: 60px; padding: 0px 30px 0px 0px; margin: 0px; overflow: hidden; position: relative;}
.wx-page-localnav li::after {content: '>'; font-size: 18px; position: absolute; top: 12px; right: 10px; line-height: 40px;}
.wx-page-localnav li a{color:#c59d66;}
.wx-page-localnav li:last-child:after {display: none;}
.wx-page-pagination {padding: 0px;margin: 35px 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:#c59d66; border: transparent; font-size: 14px; line-height: 28px; color: #fff;}

.wx-page-left {
  width: 25%;
  max-width: 340px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.wx-page-left li {
  background-color: #333;
    text-align:center;
    padding:10px 20px;
    list-style:none;
    margin:0;
    margin-bottom:10px;
    overflow:hidden
}
.wx-page-left li a {color: #fff;}
.wx-page-left li:hover,.wx-page-left li.active {background-color: #c59d66;font-weight: 600;}
.wx-page-left li i{
    text-align: left;
    height: 30px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    float: right;
}
.wx-page-left li span {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    float: left;
}
.wx-page-right {
  width: calc(100% - 380px);
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: right;
}
.wx-page-title {
  font-size: 30px;
  color: #272727;
  font-weight: 700;
  line-height: 42px;
  padding-left: 20px;
  border-left: 4px solid #c59d66;
  margin-bottom: 25px;
}
.wx-page-editer {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 2;
  color: #000;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-page-editer p {margin-bottom: 10px;}

/* 公司荣誉 */
.wx-about-honorlist {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-about-honorlist ul {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wx-about-honorlist li {
  background-color: #fff;
  padding: 15px 10px;
  margin: 0px 0px 20px;
  overflow: hidden;
  position: relative;
}
.wx-about-honorlist li::after {content: '';width: 100%;height: 100%;border: 1px solid #E4E4E4;position: absolute;left: 0;top: 0;transition: all .6s;pointer-events: none;}
.wx-about-honorlist li a {width: 100%;float: left;position: relative;}
.wx-about-honorlist li a span {width: 100%;height: calc(100% - 40px);float: left;margin-bottom: 40px;overflow: hidden;}
.wx-about-honorlist li a span img {width: 100%;height: 100%;object-fit: contain;display: block;transition: all .6s;}
.wx-about-honorlist li a:hover span img {transform: scale(1.1);}
.wx-about-honorlist li a p {width: 100%;line-height: 35px;position: absolute;right: 0;bottom: 0;color: #fff;background: #c59d66;text-align: center;padding: 0 1rem;margin: 0px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .6s;opacity: 1;}
.wx-about-honorlist li a:hover p {opacity: 1;}

/* 品牌历程 */
.wx-aboutus-brandlist {
  position: relative;
  padding-top: 80px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .wx-aboutus-brandlist {
      padding-top: 30px;
    padding-left: 5%;
  }
}
.wx-aboutus-brandlist::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  width: 3px;
  height: 100%;
  border-radius: 10px;
  background: #000000;
}
@media screen and (min-width: 768px) {
  .wx-aboutus-brandlist::before {
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
  }
}
.wx-aboutus-brandlist ul li {
  display: flex;
}
@media screen and (min-width: 768px) {
  .wx-aboutus-brandlist ul li:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .wx-aboutus-brandlist ul li:nth-child(odd) .item {
    margin-top: -45px;
  }
  .wx-aboutus-brandlist ul li:nth-child(odd) .item::before {
    left: -15px;
  }
  .wx-aboutus-brandlist ul li:nth-child(even) .item {
    margin-top: -90px;
  }
  .wx-aboutus-brandlist ul li:nth-child(even) .item::before {
    left: auto;
    right: -15px;
  }
  .wx-aboutus-brandlist ul li:nth-child(even) .item .text {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .wx-aboutus-brandlist ul li {
    margin-bottom: 25px;
  }
}
.wx-aboutus-brandlist ul li .item {
  position: relative;
  width: 50%;
  padding-left: 4.6875%;
  padding-right: 4.6875%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wx-aboutus-brandlist ul li .item {
    width: 100%;
    padding-left: 6%;
    padding-right: 4%;
  }
}
.wx-aboutus-brandlist ul li .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: #000000 solid 5px;
  box-sizing: border-box;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .wx-aboutus-brandlist ul li .item::before {
    top: 5px;
    left: -8px;
    width: 18px;
    height: 18px;
    border: #000000 solid 2px;
  }
}
.wx-aboutus-brandlist ul li .item .text .date {
  color: #333333;
  font-size: 28px;
  font-weight: 600;
}
.wx-aboutus-brandlist ul li .item .text .txt {
  color: #333333;
  font-size: 16px;
}
.wx-aboutus-brandlist ul li .item .img {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.wx-aboutus-brandlist ul li .item .img:hover img {
  transform: scale(1.05);
}
.wx-aboutus-brandlist ul li .item .img img {
  display: block;
  width: 100%;
  transition: 0.45s;
}

/* 产品展示 */
.wx-products-nav {
  background-color: #F3F8FA;
  border-radius: 10px;
  width: 25%;
  max-width: 340px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  float: left;
}
.wx-products-nav .sidebar-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 20px;
  padding-left: 38px;
  position: relative;
}
.wx-products-nav .sidebar-title::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #c59d66;
  border-radius: 50%;
}
.wx-products-nav .sidebar-cate {
  padding: 15px;
}
.wx-products-nav .sidebar-cate>li {
  width: 100%;
  background: linear-gradient(90deg, #c59d66, #f1d9b6);
  border-radius: 5px;
  margin-bottom: 0.6em;
  position: relative;
  
}
.wx-products-nav .sidebar-cate>li.active {
  background: linear-gradient(90deg, #b48849, #c59d66);
}
.wx-products-nav .sidebar-cate>li>a {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  padding: 0px 15px;
  padding-right: 50px;
  font-weight: bold;
}
.wx-products-nav .sidebar-cate>li a {
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.wx-products-nav .sidebar-cate>li .iconshow {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wx-products-nav .sidebar-cate>li .iconshow::after {
  content: "";
  width: 22px;
  height: 4px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
}
.wx-products-nav .sidebar-cate>li.active .iconshow::after {
  background: #FFFFFF;
  border: none;
}
.wx-products-nav .sidebar-cate>li .sub-menu {
  display: none;
  background: #fff;
  padding: 5px 0px;
}
.wx-products-nav .sidebar-cate>li .sub-menu a {
  display: block;
  font-size: 14px;
  padding: 5px 10px;
  color: #111;
  transition: all .1s linear;
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.wx-products-nav .sidebar-cate>li.active .sub-menu {display: block;}
.wx-products-nav .sidebar-cate>li .sub-menu li.active a {color: #c59d66;}
.wx-products-list {padding: 0px; margin: 30px 0px 0px; overflow: hidden;}
.wx-products-list ul {display: grid; column-gap: 20px; grid-template-columns: 1fr 1fr 1fr;}
.wx-products-list li {padding: 0px 0px 10px; margin: 0px 0px 20px; overflow: hidden;}
.wx-products-list li .wx-products-oneitem .content{display:block}
.wx-products-list li .wx-products-oneimg {border: 1px solid #eee;border-radius:8px;padding: 0px;margin: 0px;overflow: hidden;}
.wx-products-list li .wx-products-oneimg img{width:100%;height:100%;object-fit:cover;}
.wx-products-list li .wx-products-oneitem{position:relative;margin:-40px auto 0;width:90%;background:#FFF;box-shadow:0 2px 5px 3px rgba(233,233,233,.79);border-radius:8px;z-index:1;padding:20px 10px;text-align:center}
.wx-products-list li .wx-products-oneitem .title{font-size:16px;font-weight: 600; color: #000; line-height:1.2;margin-bottom:5px}
.wx-products-list li .wx-products-oneitem .content{color:#797979;font-size: 14px; line-height: 1.6; margin-bottom:5px;}
.wx-products-list li .wx-products-oneitem .content span {color: #C00;}
.wx-products-list li .wx-products-oneitem .more{color:#c59d66;font-size: 14px; font-weight:600}

.wx-products-detailstopinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsimg {
  width: 45%;
  border: 1px solid #ddd;
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsimg img {width: 100%;}
.wx-products-detailssummary {
  width: calc(55% - 50px);
  color: #333;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailssummary h1 {
  border-bottom: 1px solid #ddd;
  font-size: 32px;
  line-height: 1.5;
  padding: 0px 0px 5px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailssummary .wx-btn {
  display: inline-block;
  border-radius: 5px;
  background-color: #9a633b;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  padding: 5px 20px;
  margin: 30px 0px 0px;
  overflow: hidden;
}
.wx-products-detailssummary .wx-btn:hover {background-color: #865029;}
.wx-products-detailsoneinfo {
  padding: 0px;
  margin: 35px 0px 0px;
  overflow: hidden;
}
.wx-products-detailstitle {
  border-bottom: 1px solid #ddd;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-products-detailstitle h4 {
  display: inline-flex;
  padding: 5px 20px;
  margin: 0px;
  background-color: #9a633b;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  overflow: hidden;
}
.wx-products-detailsinfo {
  font-size: 16px;
  min-height: 60px;
  text-align: justify;
  line-height: 2;
  padding: 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsinfo p {
  margin: 0px;
}
.wx-products-detailssmellimg {padding: 0px 0px; margin: 10px 0px 0px; overflow: hidden; position: relative;}
.wx-products-detailssmellimg ul {display: grid; column-gap: 20px; grid-template-columns: 1fr 1fr 1fr 1fr 1fr;}
.wx-products-detailssmellimg li {border: 1px solid #ddd; padding: 0px; margin: 0px 0px 20px; overflow: hidden;}
.wx-products-detailssmellimg li.cur {border: 1px solid #666;}
.wx-products-detailssmellimg li img {width: 100%;transition: all 1s;}
.wx-products-detailssmellimg li:hover img {transform: scale(1.1);transition: all 0.3s linear;}
.wx-case-detailsimglist {padding: 20px 0px 0px;margin: 0px;overflow: hidden;}
.wx-case-detailsimgbox  {padding-bottom: 5px;flex-wrap: nowrap;margin: 0 0px;}
.wx-case-detailsimgbox li {  padding: 0 0px;}
.wx-case-detailsimgsmall {margin: 0px; padding: 0px; position: relative;}
.wx-case-detailsimgsmall img {width: 100%;}

/* 新闻动态 */
.wx-news-listinfo {
	padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-news-listone {
width: 100%;
padding: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border: 1px solid #e5e5e5;
}
.wx-news-listone .wx-news-listimg {
		height: 182px;
	width: 280px;
	overflow: hidden;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
	margin-right: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: left;
}
.wx-news-listone .wx-news-listimg img { transition: all 0.3s linear;}
.wx-news-listone:hover .wx-news-listimg img { transform: scale(1.1); }
.wx-news-listtext {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 14px;
}
.wx-news-listtext > .title {
	height: 35px;
	line-height: 35px;
	color: #333;
	font-weight: 500;
	font-size: 20px;
  margin: 0px 0px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wx-news-listtext > .time {
  height: 24px;
	margin-bottom: 15px;
	color: #999;
}
.wx-news-listtext > .content {
color: #666;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 18px;
}
.wx-news-listtext > .more{
	height: 25px;
	width: 120px;
	border: 1px solid #bdbdbd;
	color: #bdbdbd;
	box-sizing: border-box;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	transition: all .25s;
}
.wx-news-listone:hover .wx-news-listtext > .title {color: #c59d66;}
.wx-news-listone:hover .more {background-color: #c59d66;border-color: #c59d66; color: #fff;}
.wx-news-detailsinfo {padding: 0px;margin: 0px;overflow: hidden;}
.wx-news-detailstitle {width: 100%;float: left;text-align: center;font-size: 24px; font-weight: 600; 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: 16px;color: #777;}
.wx-news-detailssummary .back {float: right;font-size: 16px;}
.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: 16px;color: #666666;line-height: 24px;}
.wx-news-detailslink a:last-child {float: right; text-align: right;}

/* 联系我们 */
.wx-contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contact-info {
  border-right: 1px solid #00000011;
  width: 42%;
  padding: 0px 2% 0px 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contact-info h3 {
  font-family: "å¾®è½¯é›…é»‘";
  font-weight: bold;
  font-size: 24px;
  line-height: 2;
  padding: 0px 0px 5px;
  margin: 0px 0px 30px;
  overflow: hidden;
  position: relative;
}
.wx-contact-info h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #394c84;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contact-info li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #f0f0f0;
  margin: 0px auto 15px;
  padding: 0px 20px 15px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wx-contact-info li img {
  width: 40px;
}
.wx-contact-info li>div {
  width: calc(100% - 60px);
}
.wx-contact-info li h4 {
  font-family: "å¾®è½¯é›…é»‘";
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  padding: 0px;
  margin: 0px 0px 5px;
  overflow: hidden;
}
.wx-contact-info li span {
  font-size: 14px;
  line-height: 1.5;
}

.wx-contact-order {
  width: 55%;
  font-size: 14px;
  line-height: 1.8;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-contactus-title {
  font-family: "å¾®è½¯é›…é»‘";
  font-weight: bold;
  font-size: 24px;
  line-height: 2;
  padding: 0px 0px 5px;
  margin: 0px 0px 30px;
  overflow: hidden;
  position: relative;
}
.wx-contactus-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #394c84;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-contactform .wx-index-contactorderlist {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.6%;
}
.wx-index-contactform .wx-index-contactorderlist input, .wx-index-contactform .wx-index-contactorderlist textarea {
  display: block;
  padding: 8px 16px;
  font-size: 13px;
  font-family: inherit;
  line-height: 2;
  color: #666;
  border: 1px solid #e3e3e3;
  outline: none;
  resize: none;
  border-radius: 3px;
  box-sizing: border-box;
}
.wx-index-contactform .wx-index-contactorderlist input {
  width: 48.7%;
}
.wx-index-contactform .wx-index-contactorderlist textarea {
  width: 100%;
  min-height: 80px;
}
.more-box {
  margin-top: 30px;
  text-align: center;
}
.more-box button {
  position: relative;
  display: inline-block;
  line-height: 55px;
  padding: 0 92px;
  color: #fff;
  border: 2px solid #394c84;
  background-color: #394c84;
  border-radius: 10px;
  overflow: hidden;
  transition: color 0.2s linear 0.1s, border-color 0.2s linear 0.3s, background 0.2s linear 0.3s;
}
.more-box button:hover {
  color: #fff;
  background: #183599;
  border-color: #183599;
}
.wx-contactus-maps {
  font-size: 14px;
  line-height: 2;
  color: #333;
  min-height: 460px;
  border: 1px solid #eee;
  padding: 0px;
  margin: 60px 0px 0px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .right_nav {display: none;}
  .wx-index-aboutusmain {padding: 30px 0px;}
  .wx-index-aboutusinfo,.wx-index-promain,.wx-index-brandmain {display: block;}
  .wx-index-aboutusleft,.wx-index-aboutusright {width: 100%;}
  .wx-index-aboutustxt {font-size: 13px; line-height: 1.8;}
  .wx-index-aboutustitle {margin: 20px 0px 10px;}
  .wx-index-aboutustitle h4 {font-size: 38px;}
  .wx-index-aboutustitle h4 span {display: initial;}
  .wx-index-aboutustitle h3 {font-size: 26px; padding: 5px 0px;}
  .wx-index-aboutusbtn a {display: block; width: 100%; text-align: center;}
  .wx-index-aboutuslist ul {display: block; margin-top: 20px;}
  .wx-index-aboutuslist ul li:nth-child(1),.wx-index-aboutuslist ul li:nth-child(3) {transform: none;}
  .wx-index-aboutuslist ul li {display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 10px;}
  .wx-index-aboutuslist ul li .box {width: 48%;}
  .wx-index-aboutuslist ul li .box + .box {margin-top: 0px;}
  .wx-index-aboutuslist ul li:nth-child(1) .box,.wx-index-aboutuslist ul li:nth-child(3) .box {margin-left: 15%;width: 68%;}
  .wx-index-aboutuslist ul li .ico {height: 8rem;}
  .wx-index-proimg {width: 100%; aspect-ratio: 1/1;}
  .wx-index-proright {width: 100%;padding: 20px 10px;}
  .wx-index-proinfotitle {margin: 0px 0px 10px;}
  .wx-index-proinfotitle h3 {font-size: 28px; line-height: 35px; height: initial;}
  .wx-index-proinfolist {padding: 0px 0px 50px;}
  .wx-index-proinfo,.wx-index-brandleft,.wx-index-brandright {width: 100%; display: block;}
  .wx-index-brandtitle {margin:20px 0px 15px;}
  .wx-index-brandtitle h3 {font-size: 28px;}
  .wx-index-brandtitle p {font-size: 13px;}
  .wx-index-brandname li {margin-bottom: 10px; text-align: center;}
  .wx-index-brandname li a {font-size: 14px; line-height: 30px; padding: 0px 20px;}
  .wx-index-brandname li a::before,.wx-index-brandname li a::after {height: 30px; background-size: auto 100%;}
  .wx-index-brandcenter {width: 100%; overflow: hidden; position: relative;}
  .wx-index-brandcenter .M {position: initial; top: initial;left: initial; transform: none; width: 90%; height: initial; aspect-ratio: 1/1; margin: 0px auto;}
  .wx-index-brandcenter .M-border {width: 99%; height: 99%; margin-left: 1%;}
  .wx-index-brandcenter .M-box {left: 5%;}
  .wx-index-brandtxt {padding: 20px 0px;}
  .wx-index-brandtxt h3 {font-size: 18px; margin-bottom: 10px; text-align: center;}
  .wx-index-brandtxt p {font-size: 14px; line-height: 1.8; margin-bottom: 10px;}
  .wx-index-brandtxt span a {width: 100%; display: block; line-height: 25px; text-align: center;}
  .wx-index-contactmain {padding: 20px 0px; margin: 0px;}
  .wx-index-contacttitle span {text-align: center; margin-bottom: 10px;}
  .wx-index-contacttitle span img {height: 50px;}
  .wx-index-contacttitle h3 {font-size: 28px; text-align: center; margin-bottom: 20px;}
  .wx-index-contactinfo li {margin-bottom: 15px; text-align: center;}
  .wx-index-contactinfo li p {font-size: 18px;}
  .wx-index-contactbottom {position: initial; padding: 5px 10px; font-size: 12px; line-height: 25px;}
  .wx-index-contactbottom span {display: block;}
  .pagination .page-item a {width: 30px; height: 30px; line-height: 30px; padding: 0px !important; font-size: 13px;}
  .pagination .page-item a svg {width: 18px !important; height: 18px !important; margin-top: 5px !important;}

  .wx-page-banner {margin-top: 60px;}
  .wx-page-bannertxt h3 {font-size: 28px;}
  .wx-page-bannertxt h3::after {width: 35px;}
  .wx-page-localnav li {font-size: 14px; line-height: 40px;}
  .wx-page-localnav li::after {line-height: 20px;}
  .wx-page-main {padding: 30px 0px;}
  .wx-page-left,.wx-page-right,.wx-products-nav {width: 100%; max-width: initial;float: initial;}
  .wx-page-left,.wx-products-nav {margin-bottom: 20px;}
  .wx-page-left li {padding: 5px 10px;}
  .wx-page-left li span {font-size: 14px;}
  .wx-products-nav .sidebar-title {font-size: 16px;}
  .wx-products-nav .sidebar-cate {padding: 5px;}
  .wx-products-nav .sidebar-cate > li > a {line-height: 40px; height: 40px; font-size: 14px;}
  .wx-products-nav .sidebar-cate > li .iconshow {height: 40px;}
  .wx-page-title {font-size: 20px; line-height: 30px; margin-bottom: 15px; padding-left: 10px;}
  .wx-page-editer {font-size: 13px; line-height: 1.8;}
  .wx-page-pagination {margin-top: 15px;}
  .wx-aboutus-brandlist ul li .item .text .date {font-size: 20px;}
  .wx-aboutus-brandlist ul li .item .text .txt {font-size: 14px;}

  .wx-about-honorlist ul {column-gap: 10px; grid-template-columns: 1fr 1fr;}
  .wx-about-honorlist li {padding: 5px; margin-bottom: 10px;}
  .wx-news-newsnav {margin-top: 10px;}
  .wx-news-listone {display: block;overflow: hidden;}
  .wx-news-listtext > .title {font-size: 16px; line-height: 24px; height: initial;}
  .wx-news-listtext > .time {margin-bottom: 0px;}
  .wx-news-infodetails {padding: 10px;}
  .wx-news-detailstitle {font-size: 18px; font-weight: 500; margin-bottom: 10px; line-height: 1.3;}
  .wx-news-detailssummary {margin-top: 0px; padding: 5px 0px;}
  .wx-news-detailssummary .date {font-size: 14px;}
  .wx-news-detailssummary .back {display: none;}
  .wx-news-detailstxt {font-size: 14px; 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: 14px;}
  .wx-news-detailslink a:last-child {float: inherit; text-align: left;}
  .wx-products-list {margin-top: 20px;}
  .wx-products-list ul {display: block;}
  .wx-products-list li .wx-products-oneitem {margin-top: -45px;}
  .wx-products-list li .wx-products-oneitem .title {font-size: 14px;}
  .wx-products-list li .wx-products-oneitem .content {font-size: 12px; line-height: 1.2;}
  
  .wx-contact-list {display: block;}
  .wx-contact-info,.wx-contact-order {width: 100%; border: 0px;}
  .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 {font-size: 12px; line-height: 25px;}
  .wx-footer-copyright span {display: block;}
}