@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-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.wx-color .wx-header-logo a .logo1,.wx-header-main.wx-header-bg .wx-header-logo a .logo1 {display: none;}
.wx-header-main.wx-color .wx-header-logo a .logo2,.wx-header-main.wx-header-bg .wx-header-logo a .logo2 {display: inline-flex;}
.wx-header-main.wx-color .wx-header-nav li a,.wx-header-main.wx-color .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.wx-color .wx-header-nav .nav-ul>li:hover>a,.wx-header-main.wx-color .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.wx-color .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.wx-color .wx-header-lang a:before,.wx-header-main.wx-header-bg .wx-header-lang a:before {border-left-color: #333;}
.wx-header-main.wx-color .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.wx-color .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: #030f43;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.ban-swiper{
  height: 100%;
	width: 100%;
}
.wx-index-banner .swiper-slide.swiper-slide-active {animation: 4.5s bn_anim forwards !important;transition: .5s;}
.ban-slide{
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	overflow: hidden;
  position: relative;
}
.ban-slide-bj {
	height: 100%;
	background: no-repeat center;
  background-size: contain;
  overflow: hidden;
}
/* .ban-slide-bj img {max-width: 100%; max-height: 100%;} */
.ban-slide-bj img {position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-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: 14px;
  color: #000000;
  line-height: 2;
}
.wx-index-aboutustxt p {margin-bottom: 20px; text-indent: 2em;}
.wx-index-aboutustitle {
  padding: 0px;
  margin: 50px 0px 30px;
  overflow: hidden;
}
.wx-index-aboutustitle h4 {
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c59d66;
  line-height: 1;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.wx-index-aboutustitle h3 {
  font-size: 36px;
  font-weight: 500;
  color: #000;
  padding: 15px 0px;
  margin: 0px;
  overflow: hidden;
}

.wx-index-aboutusright {width: 57%;padding: 0px; margin: 0px; overflow: hidden;}
.wx-index-aboutuslist {width: 100%;}
.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;}

/* 首页Banner */
.wx-index-pro {
  height: 100%;
  background-color: #030f43;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.pro-swiper{
  height: 100%;
	width: 100%;
}
.wx-index-pro .swiper-slide.swiper-slide-active {animation: 4.5s bn_anim forwards !important;transition: .5s;}
.pro-slide{
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	overflow: hidden;
  position: relative;
}
.pro-slide-bj {
	height: 100%;
	background: no-repeat center;
  background-size: contain;
  overflow: hidden;
}
/* .pro-slide-bj img {max-width: 100%; max-height: 100%;} */
.pro-slide-bj img {position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  }
.pro-slide-bj{width: 100%;overflow: hidden;}
.wx-index-pro .swiper-button-next, .wx-index-pro .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-pro .swiper-button-next::after, .wx-index-pro .swiper-button-prev::after {display: none;}
.wx-index-pro .swiper-button-next {left: initial; right: 20px;}
.wx-index-pro .swiper-button-next i, .wx-index-pro .swiper-button-prev i {font-size: 24px; color: #fff;}
.wx-index-pro .swiper-notification {width: 100%; bottom: 10px; top: initial; text-align: center;}
.wx-index-pro .swiper-pagination-bullet{
	opacity: 1;
	width:8px;
	height:8px;
    margin: 0px 10px !important;
	background: #ddd;
	border-radius: 50%;
  position: relative;
}
.wx-index-pro>.swiper-pagination-bullets{text-align: center;bottom: 20px;}
.wx-index-pro .swiper-pagination-bullet-active {background: #fff;}
.wx-index-pro .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-pro {height: 200px;}
  .pro-slide-bj {background: none;}
  .pro-slide-bj img {display: block;}
  .wx-index-pro .swiper-button-next, .wx-index-pro .swiper-button-prev {display: none;}
}

/* 客户 */
.wx-index-brandbg {
  background-image: url(../images/index-casebg.jpg);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wx-idnex-caseinfo {
  width: 100%;
	height: 100%;
	background: no-repeat center;
  background-size: contain;
  overflow: hidden;
}
.wx-idnex-caseinfo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  }

/* 首页联系我们 */
.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;
}


@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-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: none;}

  .wx-idnex-caseinfo {text-align: center;}
  .wx-idnex-caseinfo img {position: initial; transform: none; margin: 0px auto;}
}