@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Regular.eot');
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.woff2') format('woff2'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Bold.eot');
  src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Bold.woff2') format('woff2'), url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  --color: #182987;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Myriad Pro';
  font-weight: 400;
  color: #222;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1710px;
  margin: 0 auto;
}
.more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #182987;
  color: #fff;
  border-radius: 31px;
  font-size: 22px;
  line-height: 1;
  width: 9.96em;
  height: 2.864em;
  padding: 0 0.46em 0 1.319em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more .icon {
  width: 2.1em;
  height: 2.1em;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #182987;
}
.more .icon i:last-child {
  position: absolute;
  -webkit-transform: translate(-150%, 150%);
  -moz-transform: translate(-150%, 150%);
  -ms-transform: translate(-150%, 150%);
  transform: translate(-150%, 150%);
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 110%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more.white {
  background: #fff;
  color: #000;
}
.more.white .icon {
  background: #182987;
  color: #fff;
}
.more.white::after {
  background: #182987;
}
.more.white:hover {
  color: #fff;
}
.more.white:hover .icon {
  background: #fff;
  color: #182987;
}
.more:hover .icon {
  opacity: 1;
}
.more:hover .icon i:first-child {
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -webkit-transform: translate(150%, -150%);
  -moz-transform: translate(150%, -150%);
  -ms-transform: translate(150%, -150%);
  transform: translate(150%, -150%);
}
.more:hover .icon i:last-child {
  transition: transform 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.more:hover::after {
  width: 110%;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.56);
  color: #fff;
  position: relative;
  z-index: 10;
}
#header .h-top .menu-box {
  margin: 0 auto;
}
#header .h-top .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .h-top .menu-box ul.menu > li {
  margin-right: 5.06em;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  text-transform: capitalize;
}
#header .h-top .menu-box ul.menu > li > a {
  line-height: 1;
  position: relative;
}
#header .h-top .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .h-top .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .h-top .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .h-top .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .h-top .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .h-top .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .h-top .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .h-top .menu-box ul.menu > li:first-child {
  display: none;
}
#header .h-top .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .h-top .yuy span img {
  width: 32px;
}
#header .h-top .yuy span i {
  font-size: 16px;
}
#header .h-top .yuy ul {
  z-index: 100;
  right: 0;
  left: initial;
}
#header .h-top .h-search {
  cursor: pointer;
}
#header .h-top .h-mail span {
  line-height: 1;
  border-bottom: 1px solid #fff;
}
#header .item{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#header .nav {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box {
  margin: 0 auto 0 15.7%;
}
#header .nav .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .menu-box ul.menu > li {
  margin-right: 5.56em;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  color: #fff;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  text-transform: capitalize;
}
#header .nav .menu-box ul.menu > li > a {
  line-height: 1;
  position: relative;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  cursor: pointer;
}
#header .nav .yuy span img {
  width: 35px;
}
#header .nav .yuy span i {
  font-size: 16px;
}
#header .nav .yuy ul {
  top: 100%;
  left: initial;
  right: 0;
  z-index: 100;
}
#header .nav .msg {
  background: var(--color);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 16px 29px 15px;
  border-radius: 27px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#header .nav .msg::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .msg:hover {
  color: var(--color);
}
#header .nav .msg:hover::after {
  width: 100%;
}
#header.active {
  background: rgba(0,0,0,.9);
}
.text-color {
  color: var(--color);
}
#loading {
  width: 100%;
  height: 100%;
  z-index: 210;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}
#loading .svgIcon {
  width: 100vw;
  z-index: 2;
  pointer-events: none;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#loading .svgIcon .cls-w {
  fill: #fff;
}
#loading .svgIcon .cls-b {
  fill: #000;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.38, 0, 0, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.38, 0, 0, 1);
  -moz-transition: transform 1.2s cubic-bezier(0.38, 0, 0, 1), -moz-transform 1.2s cubic-bezier(0.38, 0, 0, 1);
  transition: transform 1.2s cubic-bezier(0.38, 0, 0, 1);
  transition: transform 1.2s cubic-bezier(0.38, 0, 0, 1), -webkit-transform 1.2s cubic-bezier(0.38, 0, 0, 1), -moz-transform 1.2s cubic-bezier(0.38, 0, 0, 1);
  -webkit-transform-origin: 50% 35% !important;
  -moz-transform-origin: 50% 35% !important;
  -ms-transform-origin: 50% 35% !important;
  transform-origin: 50% 35% !important;
}
#loading .svgIcon .cls-b.active {
  -webkit-transform: scale(24);
  -moz-transform: scale(24);
  -ms-transform: scale(24);
  transform: scale(24);
}
#loading .group {
  z-index: 5;
  width: 100%;
  height: 100%;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding-top: 5vw;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  color: #fff;
}
#loading .group .img {
  height: 1em;
  margin-top: -0.1em;
}
#loading .group .txt {
  opacity: 0;
  text-transform: uppercase;
  padding-left: 1%;
  letter-spacing: 2px;
}
#loading .group .txt .letter {
  margin: 0 0.2em;
}
#loading .loadMask {
  height: 50%;
  width: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color)), to(rgba(254, 219, 0, 0)));
  background: -webkit-linear-gradient(var(--color) 0%, rgba(254, 219, 0, 0) 100%);
  background: -moz-linear-gradient(var(--color) 0%, rgba(254, 219, 0, 0) 100%);
  background: linear-gradient(var(--color) 0%, rgba(254, 219, 0, 0) 100%);
  -webkit-transition: opacity 0.5s cubic-bezier(0.38, 0, 0, 1) 1.6s, -webkit-transform 1.8s cubic-bezier(0.38, 0, 0, 1) 0.5s;
  transition: opacity 0.5s cubic-bezier(0.38, 0, 0, 1) 1.6s, -webkit-transform 1.8s cubic-bezier(0.38, 0, 0, 1) 0.5s;
  -moz-transition: transform 1.8s cubic-bezier(0.38, 0, 0, 1) 0.5s, opacity 0.5s cubic-bezier(0.38, 0, 0, 1) 1.6s, -moz-transform 1.8s cubic-bezier(0.38, 0, 0, 1) 0.5s;
  transition: transform 1.8s cubic-bezier(0.38, 0, 0, 1) 0.5s, opacity 0.5s cubic-bezier(0.38, 0, 0, 1) 1.6s;
  transition: transform 1.8s cubic-bezier(0.38, 0, 0, 1) 0.5s, opacity 0.5s cubic-bezier(0.38, 0, 0, 1) 1.6s, -webkit-transform 1.8s cubic-bezier(0.38, 0, 0, 1) 0.5s, -moz-transform 1.8s cubic-bezier(0.38, 0, 0, 1) 0.5s;
  position: absolute;
  top: 80%;
  left: 0;
}
#loading .bgMask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
  -webkit-transition: opacity 1.6s cubic-bezier(0.38, 0, 0, 1) 0.5s;
  -moz-transition: opacity 1.6s cubic-bezier(0.38, 0, 0, 1) 0.5s;
  transition: opacity 1.6s cubic-bezier(0.38, 0, 0, 1) 0.5s;
}
#loading.active .group .txt {
  opacity: 1;
}
#loading.active .loadMask {
  opacity: 0;
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
}
#loading.active .bgMask {
  opacity: 0;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.play-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.play-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.play-icon::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #000;
  margin-left: 5px;
}
#banner ul li {
  height: 47.91666667vw;
  min-height: 200px;
  position: relative;
}
#banner ul li video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 3;
}
#banner ul li .text .box {
  max-width: 1105px;
}
#banner ul li .text .title {
  line-height: 1.2;
}
#banner ul li .text .title,
#banner ul li .text .con,
#banner ul li .text .btn {
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.32);
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.i-tag {
  font-size: 34px;
  display: block;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.i-tag::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: -14px;
  width: 40px;
  height: 59px;
  background: url(../images/wz-logo.png) no-repeat center;
  background-size: cover;
}
.i-title {
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.2;
}
@-webkit-keyframes qodef-animate-image-in {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
#index-body {
  background: #fff;
  position: relative;
  z-index: 1;
}
#index-body .i-data {
  border-bottom: 1px solid #e5e5e5;
}
#index-body .i-data ul li .icon {
  width: 62px;
  height: 62px;
  background: #c3c8e0;
  border-radius: 50%;
}
#index-body .i-data ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-data ul li .text .num {
  line-height: 1;
}
#index-body .i-data ul li .text p {
  color: #414141;
  line-height: 1.4;
}
#index-body .i-about {
  padding: 3.34% 0 7.71%;
}
#index-body .i-about .left {
  width: 44.65%;
}
#index-body .i-about .left .title {
  font-style: italic;
  line-height: 1.23;
}
#index-body .i-about .right .con {
  color: #2f2f2f;
  line-height: 1.3;
}
#index-body .i-about .right .con h1 {
  display: inline;
}
#index-body .i-about .bg {
  top: 0;
  right: 105px;
  width: 32.164%;
  z-index: -1;
}
#index-body .i-product {
  background-color: #f7f7f7;
  padding: 5% 0 6.04167%;
}
#index-body .i-product .left {
  width: 46%;
}
#index-body .i-product .content {
  width: 93vw;
}
#index-body .i-product .content ul {
  margin: -45px -11px;
}
#index-body .i-product .content ul .slick-list {
  padding-right: 120px;
}
#index-body .i-product .content ul li {
  padding: 45px 11px;
}
#index-body .i-product .content ul li .img-box {
  background: #fff;
}
#index-body .i-product .content ul li .img-box .i2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#index-body .i-product .content ul li .text {
  padding-right: 31px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .title {
  height: 2em;
  line-height: 1.3;
}
#index-body .i-product .content ul li .con {
  color: #2f2f2f;
  margin-top: 37px;
  opacity: 0;
}
#index-body .i-product .content ul li .ig:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 90px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 3px 90px 0px rgba(0, 0, 0, 0.14);
}
#index-body .i-product .content ul li .ig:hover .img-box .i1{
  opacity: 0;
}
#index-body .i-product .content ul li .ig:hover .img-box .i2{
  opacity: 1;
}
#index-body .i-product .content ul li .ig:hover .text {
  padding-left: 36px;
}
#index-body .i-product .content ul li .ig:hover .title {
  color: var(--color);
}
#index-body .i-product .content ul li .ig:hover .con{
  opacity: 1;
}
#index-body .i-app {
  padding: 6.771% 0 12.5521%;
}
#index-body .i-app .header {
  max-width: 720px;
}
#index-body .i-app ul li {
  border-top: 1px solid #dfdfdf;
}
#index-body .i-app ul li .top .left {
  width: 37%;
}
#index-body .i-app ul li .top .left em {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-app ul li .top .con {
  color: #2f2f2f;
}
#index-body .i-app ul li .top .arrow {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 1px solid var(--color);
  font-size: 25px;
  color: var(--color);
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-app ul li .top .arrow i {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-app ul li .top.active .arrow {
  background: var(--color);
  color: #fff;
}
#index-body .i-app ul li .top.active .arrow i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#index-body .i-app ul li:last-child {
  border-bottom: 1px solid #dfdfdf;
}
#index-body .i-app ul li .img{
  height: 39.5834vw;
  min-height: 260px;
}
#index-body .i-app ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .i-advantage {
  height: 52.39583333vw;
  min-height: 300px;
}
#index-body .i-advantage .img ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .i-advantage .img ul li.zIndex {
  z-index: 1;
}
#index-body .i-advantage .img ul li.active {
  -webkit-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 2;
}
#index-body .i-advantage .img ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 42, 42, 0.5);
}
#index-body .i-advantage .text {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  padding-top: 5.99%;
}
#index-body .i-advantage .text .left {
  width: 34%;
}
#index-body .i-advantage .text .right {
  width: 45%;
}
#index-body .i-advantage .text .right ul {
  position: relative;
}
#index-body .i-advantage .text .right ul li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .text .right ul li.active {
  opacity: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
#index-body .i-advantage .text .right ul li:first-child {
  position: relative;
}
#index-body .i-advantage .bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding-bottom: 6.5625%;
}
#index-body .i-advantage .bottom ul {
  margin: -11.5px;
}
#index-body .i-advantage .bottom ul li {
  padding: 11.5px;
}
#index-body .i-advantage .bottom ul li .ig {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  height: 189px;
}
#index-body .i-advantage .bottom ul li .ig .title {
  line-height: 1.3;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-advantage .bottom ul li .ig .icon {
  position: relative;
  z-index: 1;
}
#index-body .i-advantage .bottom ul li .ig .icon::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #f2b61c;
}
#index-body .i-advantage .bottom ul li:first-child .ig .icon::after {
  bottom: 7px;
  right: 9px;
}
#index-body .i-advantage .bottom ul li:nth-child(2) .ig .icon::after {
  bottom: -3px;
  right: 9px;
}
#index-body .i-advantage .bottom ul li:nth-child(3) .ig .icon::after {
  bottom: 1px;
  right: 1px;
}
#index-body .i-advantage .bottom ul li:last-child .ig .icon::after {
  bottom: 2px;
  right: 16px;
}
#index-body .i-advantage .bottom ul li.active .ig {
  background: rgba(24, 41, 135, 0.6);
  color: #fff;
}
#index-body .i-advantage .bottom ul li.active .ig .icon img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
#index-body .i-news {
  padding: 11.09375% 0 9.5% 0;
}
#index-body .i-news .header {
  max-width: 560px;
}
#index-body .i-news ul {
  margin: -60px -12px;
}
#index-body .i-news ul li {
  padding: 60px 12px;
}
#index-body .i-news ul li .ig {
  background-color: #f7f7f7;
  color: #2f2f2f;
}
#index-body .i-news ul li .ig .title {
  line-height: 1.3;
  color: #222;
}
#index-body .i-news ul li .ig .line {
  height: 2px;
  background: #dfdfdf;
}
#index-body .i-news ul li .ig .link {
  display: inline-block;
}
#index-body .i-news ul li .ig:hover {
  background: #fff;
  -webkit-box-shadow: 0px 8px 60px 6px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 8px 60px 6px rgba(0, 0, 0, 0.14);
}
#index-body .i-news ul li .ig:hover .title,
#index-body .i-news ul li .ig:hover .link {
  color: var(--color);
}
#index-body .i-news .bg {
  z-index: -1;
  right: 0;
  top: 19%;
  width: 42.344%;
}
.footer-form {
  color: #fff;
  background: #fff;
  position: relative;
  z-index: 1;
}
.footer-form .box {
  padding: 8.2143% 4.3% 5.7143% 3.274%;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footer-form .box ul {
  margin: -29px;
}
.footer-form .box ul li {
  padding: 29px;
  width: 29.117%;
}
.footer-form .box ul li input {
  width: 100%;
  background: transparent;
  border: 0;
  font-size: 18px;
  border-bottom: 1px solid rgba(228, 228, 228, 0.5);
  padding-bottom: 11px;
}
.footer-form .box ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-form .box ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-form .box ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-form .box ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-form .box ul li input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-form .box ul li input:focus {
  border-color: #fff;
}
.footer-form .box ul li button {
  width: 100%;
  height: 41px;
  background: rgba(24, 41, 135, 0.86);
  color: #fff;
  border-radius: 20px;
  line-height: 41px;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-form .box ul li button::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.footer-form .box ul li button:hover {
  color: var(--color);
}
.footer-form .box ul li button:hover::after {
  width: 100%;
}
.footer-form .box ul li:last-child {
  width: 12.649%;
}
.footer-form .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2d397d;
  opacity: 0.6;
}
#footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
#footer .f-content .title {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 54px;
}
#footer .f-content ul li {
  font-size: 18px;
}
#footer .f-content ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: var(--color);
}
#footer .f-content ul li i {
  width: 25px;
}
#footer .f-content ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-ab {
  max-width: 400px;
}
#footer .f-content #ewm {
  width: 140px;
  border: 4px solid #fff;
}
#footer .f-content .share a {
  font-size: 30px;
  display: inline-block;
  margin-right: .67em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .share a:hover {
  color: var(--color);
}
#footer .f-copy {
  font-size: 16px;
  position: relative;
  border-top: 1px solid #c8c8c8;
}
#footer svg {
  max-height: 26px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #222;
}
@media (max-width: 1700px) {
  .i-tag {
    font-size: 26px;
  }
  .i-title {
    font-size: 52px;
  }
  #index-body .i-advantage .text .left {
    width: 41%;
  }
  #index-body .i-advantage .text .left .more {
    margin-top: 60px;
  }
}
@media (max-width: 1450px) {
  #header .nav .menu-box {
    margin: 0 auto;
  }
  #index-body .i-product .content {
    width: 96vw;
  }
  #index-body .i-advantage .bottom {
    padding-bottom: 3%;
  }
  .fixed-toolbar {
    right: 10px;
  }
}
@media (max-width: 1250px) {
  .i-tag {
    font-size: 22px;
  }
  .i-title {
    font-size: 42px;
  }
  #index-body .i-advantage {
    height: 70vw;
  }
  .footer-form .box ul {
    margin: -15px;
  }
  .footer-form .box ul li {
    padding: 15px;
  }
  #footer .f-content .f-ab {
    max-width: 320px;
  }
}
@media (max-width: 1000px) {
  #loading {
    display: none;
  }
  #index-body .i-data ul {
    margin: -10px 0;
  }
  #index-body .i-data ul li {
    padding: 10px 0;
  }
  #index-body .i-about .right {
    margin-top: 30px;
  }
  #index-body .i-about .right .con {
    margin-top: 20px;
  }
  #index-body .i-product .left {
    width: 100%;
  }
  #index-body .i-product .more {
    margin-top: 20px;
  }
  #index-body .i-app ul li .top .arrow {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  #index-body .i-app ul li .top .left span {
    margin-right: 15px;
  }
  .i-tag {
    font-size: 18px;
  }
  .i-title {
    font-size: 36px;
  }
  .more {
    font-size: 18px;
  }
  #index-body .i-advantage .text .left {
    width: 100%;
  }
  #index-body .i-advantage .text .left .more {
    margin-top: 20px;
  }
  #index-body .i-advantage .text .right {
    display: none;
  }
  #index-body .i-advantage .bottom ul li .ig {
    height: 140px;
  }
  #footer {
    position: initial;
  }
  #footer .f-content .f-news,
  #footer .f-content .f-nav {
    display: none;
  }
  #footer .f-copy {
    display: block;
  }
  #footer .f-copy p {
    display: inline;
  }
}
@media (max-width: 700px) {
  .more {
    font-size: 16px;
  }
  #banner ul li .text .btn {
    margin-top: 20px;
  }
  .font-22 {
    font-size: 16px;
  }
  .font-44 {
    font-size: 24px;
  }
  .font-56 {
    font-size: 26px;
  }
  .i-tag {
    color: var(--color);
  }
  .i-tag::before {
    display: none;
  }
  .font-24 {
    font-size: 18px;
  }
  #index-body .i-data ul li {
    width: 50%;
  }
  #index-body .i-data ul li .num {
    font-size: 30px;
  }
  #index-body .i-about .right .con {
    font-size: 18px;
    line-height: 1.6;
  }
  #index-body .i-about .bg {
    display: none;
  }
  #index-body .i-product .content {
    width: 100%;
  }
  #index-body .i-product .content ul .slick-list {
    padding-right: 0;
  }
  #index-body .i-product .content ul li .title {
    font-size: 20px;
  }
  #index-body .i-app ul li .top .left {
    width: 41%;
  }
  #index-body .i-advantage .bottom {
    zoom: .7;
  }
  #index-body .i-news .bg {
    display: none;
  }
  .footer-form .box .con {
    margin-top: 20px;
  }
  .footer-form .box ul li {
    width: 50%;
  }
  .footer-form .box ul li:nth-child(3) {
    width: 100%;
  }
  .footer-form .box ul li:last-child {
    width: 30%;
  }
  #footer .f-content .f-code {
    display: none;
  }
}
@media (max-width: 500px) {
  #banner ul li .text .con {
    display: none;
  }
  #index-body .i-data ul li .icon {
    width: 46px;
    height: 46px;
  }
  #index-body .i-data ul li .text {
    margin-left: 6px;
  }
  #index-body .i-data ul li .num {
    font-size: 22px;
  }
  #index-body .i-about .left .title {
    margin-top: 16px;
  }
  .more {
    font-size: 14px;
  }
  .i-tag {
    font-size: 16px;
  }
  .i-title {
    font-size: 30px;
  }
  .font-40 {
    font-size: 24px;
  }
  #index-body .i-about .box {
    padding-top: 0;
  }
  #index-body .i-app ul li .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-app ul li .top .left {
    width: 100%;
  }
  #index-body .i-app ul li .top .con {
    width: 80%;
  }
  #index-body .i-advantage {
    height: 460px;
  }
  #index-body .i-advantage .bottom {
    zoom: 1;
  }
  #index-body .i-advantage .bottom ul {
    margin: -6px;
  }
  #index-body .i-advantage .bottom ul li {
    width: 50%;
    padding: 6px;
  }
  #index-body .i-advantage .bottom ul li .ig {
    height: 100px;
  }
  .footer-form .box ul li {
    width: 100%;
  }
  .footer-form .box ul li:last-child {
    width: 40%;
  }
  #footer {
    padding-top: 30px;
  }
  #footer .f-copy {
    margin-top: 20px;
  }
}
.inner-banner {
  height: 575px;
  z-index: 2;
  background: #fff;
}
.inner-banner .text {
  top: 56%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.inner-banner .text .title {
  line-height: 1.2;
  color: #fff;
}
.inner-banner .text .mbx {
  color: #fff;
}
.inner-banner .bg {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center top 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 36, 36, 0.4);
}
.inner-page {
  background: #fff;
  position: relative;
  z-index: 1;
}
.inner-page .desc {
  color: #2f2f2f;
  font-size: 18px;
  line-height: 1.4;
}
.inner-title {
  font-size: 56px;
  line-height: 1.25;
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding-left: 2px;
}
.inner-title::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 3px;
  left: -3px;
  width: 41px;
  height: 59px;
  background: url(../images/wz-logo.png) no-repeat center;
  background-size: 100% 100%;
}
.about-page .about-1 {
  background-color: #f9f9f9;
  padding: 8.5% 0 9.0625%;
  z-index: 1;
}
.about-page .about-1 .img {
  margin-top: 8.036%;
}
.about-page .about-1 .img .play {
  width: 6.2em;
  height: 6.2em;
  background: rgba(3, 0, 0, 0.4);
}
.about-page .about-1 .data {
  padding-top: 6.07143%;
}
.about-page .about-1 ul li .num {
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 ul .line {
  width: 2px;
  height: auto;
  background-color: #e3e3e3;
}
.about-page .about-1 .bg {
  z-index: -1;
  top: -20%;
  right: 0;
  width: 40.878%;
}
.about-page .about-2 {
  padding-top: 8.021%;
}
.about-page .about-2 .contentC .contentCont {
  height: 100vh;
  color: #fff;
}
.about-page .about-2 .contentC .contentCont .bgCont {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-page .about-2 .contentC .contentCont .bgCont .swiper {
  width: 100%;
  height: 100%;
}
.about-page .about-2 .contentC .contentCont .bgCont .swiper ul {
  height: 100%;
}
.about-page .about-2 .contentC .contentCont .bgCont .swiper ul li {
  overflow: hidden;
  height: 100%;
}
.about-page .about-2 .contentC .contentCont .bgCont .swiper ul li .box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  position: relative;
}
.about-page .about-2 .contentC .contentCont .bgCont .swiper ul li .box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
}
.about-page .about-2 .contentC .contentCont .bgCont .swiper ul li.swiper-slide-active .box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-page .about-2 .contentC .contentCont .textCont {
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-bottom: 8.125%;
}
.about-page .about-2 .contentC .contentCont .textCont .swiper {
  max-width: 814px;
}
.about-page .about-2 .contentC .contentCont .imgList {
  z-index: 3;
  width: 300px;
  height: 570px;
  top: 50%;
  left: 86%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-2 .contentC .contentCont .imgList .swiper {
  height: 100%;
  padding: 10px;
}
.about-page .about-2 .contentC .contentCont .imgList ul li .box {
  border: 1px solid transparent;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}
.about-page .about-2 .contentC .contentCont .imgList ul li .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-2 .contentC .contentCont .imgList ul li.active .box {
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  border: 1px solid #fff;
}
.about-page .about-2 .contentC .contentCont .desc {
  color: #fff;
}
.about-page .about-3 {
  background-color: #f9f9f9;
  padding: 7.96875% 0 10.21%;
}
.about-page .about-3 .inner-title {
  max-width: 973px;
}
.about-page .about-3 ul .slick-slide {
  height: auto;
}
.about-page .about-3 ul .slick-slide > div {
  height: 100%;
}
.about-page .about-3 ul li {
  height: 100%;
}
.about-page .about-3 ul li .ig {
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.about-page .about-3 ul li .ig .top i {
  line-height: 26px;
}
.about-page .about-3 ul li .ig .top i img {
  vertical-align: middle;
}
.about-page .about-3 ul li .ig .con {
  letter-spacing: 1px;
  line-height: 1.3;
  color: #2f2f2f;
  min-height: 117px;
  overflow-y: auto;
}
.about-page .about-3 ul li .ig .tz {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #2f2f2f;
  color: #fff;
  position: relative;
  margin-top: 18px;
}
.about-page .about-3 ul li .ig .tz i {
  position: absolute;
  font-size: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 ul li .ig .tz i:last-child {
  left: -50%;
  opacity: 0;
}
.about-page .about-3 ul li .ig .tz:hover i:first-child {
  opacity: 0;
  left: 100%;
}
.about-page .about-3 ul li .ig .tz:hover i:last-child {
  opacity: 1;
  left: 50%;
}
.about-page .about-3 ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 ul li .ig:hover {
  color: #fff;
}
.about-page .about-3 ul li .ig:hover .top img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.about-page .about-3 ul li .ig:hover .con {
  color: #fff;
}
.about-page .about-3 ul li .ig:hover .tz {
  background: #fff;
  color: var(--color);
}
.about-page .about-3 ul li .ig:hover::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.about-page .about-4 {
  padding: 7.71% 0 8.96%;
}
.about-page .about-4 .content .swiper {
  padding: 40px 0;
}
.about-page .about-4 .content .swiper ul li {
  width: auto;
}
.about-page .about-4 .content .swiper ul li .box {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  -webkit-transform: scale(0.91);
  -moz-transform: scale(0.91);
  -ms-transform: scale(0.91);
  transform: scale(0.91);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.about-page .about-4 .content .swiper ul .swiper-slide-next .box {
  -webkit-transform: scale(1.17);
  -moz-transform: scale(1.17);
  -ms-transform: scale(1.17);
  transform: scale(1.17);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.about-page .about-4 .content .swiper ul .swiper-slide-next + .swiper-slide .box {
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.about-page .about-4 .content .sPage .left {
  width: 240px;
}
.about-page .about-4 .content .sPage .left .page {
  position: relative;
  top: 0;
  left: 0;
  background-color: #e2e3e2;
  height: 2px;
}
.about-page .about-4 .content .sPage .left .page .swiper-pagination-progressbar-fill {
  background-color: #222f30;
}
.about-page .about-4 .content .sPage .right .moreCont {
  cursor: pointer;
}
.about-page .about-4 .content .sPage .right .moreCont .moreSvg2 path {
  fill: #eee;
}
.about-page .about-4 .content .sPage .right .moreCont .moreSvg2 .moreImg {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.about-page .about-4 .content .sPage .right .moreSvg2C {
  width: 51px;
  height: 52px;
  border-radius: 50%;
  background-color: #dcdcdc;
}
.about-page .about-4 .content .sPage .right .moreSvg2C .moreImg {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.about-page .about-4 .content .sPage .right .moreSvg2C .moreImg1 {
  opacity: 1;
}
.about-page .about-4 .content .sPage .right .moreSvg2C .moreImg2 {
  opacity: 0;
  left: 0;
}
.about-page .about-4 .content .sPage .right .moreSvg2C:hover .moreImg1 {
  left: 100%;
  opacity: 0;
}
.about-page .about-4 .content .sPage .right .moreSvg2C:hover .moreImg2 {
  left: 50%;
  opacity: 1;
}
.about-page .about-4 .content .sPage .right .more1 .moreSvg2 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-page .about-4 .content .sPage .right:hover .moreCont .moreSvg2 path {
  d: path("M 0.7 14.9 C -1.2 7.3 4.6 0 12.4 0 L 39 0 C 45.6 0 51 5.4 51 12 L 51 36 C 51 42.6 45.6 48 39 48 L 18.4 48 C 13 48 8.5 45 6.7 38.9 C 4.7 31 2.7 23 0.7 14.9 Z");
}
.gallery-page {
  background-color: #f9f9f9;
  padding: 8.59375% 0 10.15625% 0;
}
.gallery-page .content {
  padding-top: 5.9%;
}
.gallery-page .content ul {
  margin: -33px -13.5px;
}
.gallery-page .content ul li {
  padding: 33px 13.5px;
}
.gallery-page .content p {
  color: #19262a;
  letter-spacing: 1px;
}
.m-page {
  text-align: right;
  padding-top: 6.43%;
}
.m-page a,
.m-page span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  background-color: #ffffff;
  border-radius: 12px;
  font-size: 17px;
  margin: 2px;
}
.m-page a:hover {
  background: var(--color);
  color: #fff;
}
.m-page span {
  background: var(--color);
  color: #fff;
}
.jl {
  padding-top: 11.09375%;
  background: #fff;
  position: relative;
  z-index: 1;
}
.faq-page {
  background-color: #f9f9f9;
  padding: 8.8542% 0 8.75%;
}
.faq-page ul li .box .titleC {
  width: 100%;
  cursor: pointer;
  background-color: #fff;
}
.faq-page ul li .box .titleC .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px 40px;
}
.faq-page ul li .box .titleC .right {
  width: 90px;
  font-size: 26px;
  line-height: 1;
  background-color: rgba(201, 201, 201, 0.3);
  font-weight: bold;
  cursor: pointer;
}
.faq-page ul li .box .content {
  display: none;
  padding: 30px 40px;
  background-color: #fff;
}
.faq-page ul li .box .content .des {
  padding-left: 22px;
}
.faq-page ul li .box .content .des::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 20px;
  height: 29px;
  background: url(../images/faq-logo.png) no-repeat center;
  background-size: 100% 100%;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.faq-page ul li.active .box .titleC {
  background-color: #000000;
}
.faq-page ul li.active .box .titleC .left {
  color: #fff;
}
.faq-page ul li.active .box .titleC .right {
  background-color: var(--color);
  color: #fff;
}
.resource-page {
  padding: 8.8021% 0 12.3%;
  background: #f9f9f9;
}
.resource-page .inner-title {
  max-width: 378px;
}
.resource-page ul li .box .imgC {
  display: block;
}
.resource-page ul li .box .imgC .img {
  width: 100%;
  z-index: 1;
}
.resource-page ul li .box .imgC .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
}
.resource-page ul li .box .imgC .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 3;
}
.resource-page ul li .box .imgC .cont .play {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  font-size: 18px;
  color: var(--color);
  z-index: 2;
}
.resource-page ul li .box .imgC .cont .play .playCont {
  width: 100%;
  height: 100%;
}
.resource-page ul li .box .imgC .cont .play .ling {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.resource-page ul li .box .imgC .cont .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.resource-page ul li .box .text {
  color: #19262a;
  letter-spacing: 1px;
}
.resource-page ul li .box:hover .imgC .shadow {
  opacity: 1;
}
.resource-page ul li .box:hover .imgC .cont {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.resource-page .resource-2 {
  padding-top: 10.26042%;
}
.resource-page .resource-2 ul li .box .imgC .cont {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@-webkit-keyframes line1 {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes line1 {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes line1 {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes line2 {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 98%;
  }
  100% {
    bottom: 0;
  }
}
@-moz-keyframes line2 {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 98%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes line2 {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 98%;
  }
  100% {
    bottom: 0;
  }
}
.quality-page {
  padding-top: 8.75%;
}
.quality-page .quality-1 .content {
  height: 722px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 6.2%;
}
.quality-page .quality-1 .content ul {
  height: 100%;
  position: relative;
}
.quality-page .quality-1 .content ul div {
  height: 100%;
}
.quality-page .quality-1 .content ul li {
  height: 100%;
  padding: 0 3px;
}
.quality-page .quality-1 .content ul li .ig {
  color: #fff;
  text-align: center;
  position: relative;
}
.quality-page .quality-1 .content ul li .ig .title {
  max-width: 253px;
  margin: 0 auto;
}
.quality-page .quality-1 .content ul li .ig .desc {
  color: #fff;
  opacity: 0;
}
.quality-page .quality-1 .content ul li .ig div {
  height: auto;
}
.quality-page .quality-1 .content ul li .ig:hover .desc {
  opacity: 1;
}
.quality-page .quality-1 .content .line {
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.quality-page .quality-1 .content .line.line1 {
  left: 6.6%;
}
.quality-page .quality-1 .content .line.line2 {
  left: 35%;
}
.quality-page .quality-1 .content .line.line3 {
  left: 66%;
}
.quality-page .quality-1 .content .line.line4 {
  right: 6.6%;
}
.quality-page .quality-1 .content .line::after {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  width: 9px;
  height: 20px;
  background-color: #f2ba1c;
  -webkit-animation: line1 20s linear infinite;
  -moz-animation: line1 20s linear infinite;
  animation: line1 20s linear infinite;
}
.quality-page .quality-1 .content .line.line1::after,
.quality-page .quality-1 .content .line.line3::after {
  top: initial;
  bottom: 0;
  -webkit-animation: line2 20s linear infinite;
  -moz-animation: line2 20s linear infinite;
  animation: line2 20s linear infinite;
}
.product-page {
  background: url(../images/product-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 9.1146% 0;
}
.product-page .product-tab {
  border-bottom: 1px solid #c6c6c6;
}
.product-page .product-tab .f-cat ul {
  margin: -6.5px;
}
.product-page .product-tab .f-cat ul li {
  padding: 6.5px;
  height: auto;
}
.product-page .product-tab .f-cat ul li a {
  display: block;
  text-align: center;
  background-color: #222222;
  border-radius: 20px;
  color: #fff;
  height: 100%;
  font-weight: bold;
  padding: 12px 0;
}
.product-page .product-tab .f-cat ul li a:hover,
.product-page .product-tab .f-cat ul li a.active {
  background: var(--color);
}
.product-page .product-tab .s-cat ul {
  margin: -16px -29px;
}
.product-page .product-tab .s-cat ul li {
  padding: 16px 29px;
}
.product-page .product-tab .s-cat ul li a {
  letter-spacing: 1px;
  color: #6c6c6c;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-tab .s-cat ul li a::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -13px;
  bottom: -8px;
  width: 41px;
  height: 59px;
  background: url(../images/wz-logo.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-tab .s-cat ul li a:hover,
.product-page .product-tab .s-cat ul li a.active {
  color: #222;
}
.product-page .product-tab .s-cat ul li a:hover::before,
.product-page .product-tab .s-cat ul li a.active::before{
  opacity: 1;
}
.product-page .product-content {
  line-height: 1.6;
  letter-spacing: 1px;
  margin-top: 4.643%;
  max-height: 210px;
  overflow-y: auto;
}
.product-page .list ul {
  margin: -7px -11.5px;
}
.product-page .list ul li {
  padding: 7px 11.5px;
  height: auto;
}
.product-page .list ul li .ig {
  margin-top: 32px;
  background: #fff;
  text-align: center;
  height: 100%;
}
.product-page .list ul li .ig .title {
  line-height: 1.3;
  letter-spacing: 1px;
}
.product-page .list ul li .ig .link {
  display: inline-block;
  background-color: #222222;
  border-radius: 27px;
  color: #fff;
  padding: 11px 31px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-page .list ul li .ig .link::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .list ul li .ig:hover {
  -webkit-box-shadow: 0px 3px 90px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 3px 90px 0px rgba(0, 0, 0, 0.14);
  -webkit-transform: translateY(-32px);
  -moz-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
}
.product-page .list ul li .ig:hover .title {
  font-weight: bold;
}
.product-page .list ul li .ig:hover .link::after {
  width: 100%;
}
.seoBox {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-bottom: 11.771%;
}
.seoBox .seo-about {
  padding-top: 8.4375%;
}
.seoBox .seo-about .text .con {
  line-height: 1.56;
  color: #2f2f2f;
  max-height: 330px;
  overflow-y: auto;
  padding-right: 13px;
}
.seoBox .seo-about .bg {
  left: 70px;
  top: -28%;
  z-index: -1;
  width: 32.164%;
}
.seoBox .seo-news {
  padding-top: 10.3646%;
}
.seoBox .seo-news .content {
  padding-top: 4.762%;
}
.seoBox .seo-news ul li .ig {
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #2f2f2f;
}
.seoBox .seo-news ul li .ig .title {
  color: #222;
}
.seoBox .seo-news ul li .ig .link {
  font-size: 20px;
  width: 2.1em;
  height: 2.1em;
  background: #222;
  color: #fff;
  border-radius: 50%;
}
.seoBox .seo-news ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seoBox .seo-news ul li .ig:hover {
  color: #fff;
}
.seoBox .seo-news ul li .ig:hover .title {
  color: #fff;
}
.seoBox .seo-news ul li .ig:hover .link {
  background: #fff;
  color: var(--color);
}
.seoBox .seo-news ul li .ig:hover::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.seoBox .seo-honor {
  padding-top: 7%;
}
.seoBox .seo-industry {
  padding-top: 7%;
}
.prodet-page {
  background: url(../images/product-bg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 11.510417%;
}
.prodet-page .prodet-1 .top .left {
  width: 49%;
}
.prodet-page .prodet-1 .top .left .con {
  line-height: 1.45;
}
.prodet-page .prodet-1 .top .left .desc {
  line-height: 2;
}
.prodet-page .prodet-1 .top .left .desc strong {
  font-weight: bold;
  color: var(--color);
  display: block;
}
.prodet-page .prodet-1 .top .right {
  width: 45.06%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.prodet-page .prodet-1 .top .right .small ul li .img {
  background: #fff;
  cursor: pointer;
}
.prodet-page .prodet-1 .btn {
  width: 45.06%;
  margin-left: auto;
}
.prodet-page .prodet-1 .btn a {
  background-color: #fff;
  border-radius: 10px;
  font-size: 16px;
  padding: 13px 17px 11px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .btn a img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  margin-right: 10px;
}
.prodet-page .prodet-1 .btn a:hover {
  background: var(--color);
  color: #fff;
}
.prodet-page .prodet-1 .btn a:hover img {
  -webkit-filter: none;
  filter: none;
}
.prodet-page .prodet-1 .m-link {
  width: 45.06%;
  margin-left: auto;
}
.prodet-page .prodet-1 .m-link a {
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .m-link a:hover {
  color: var(--color);
}
.prodet-page .prodet-2 {
  padding-top: 12.32143%;
}
.prodet-page .prodet-2 .header .desc {
  line-height: 1.56;
  width: 40%;
}
.prodet-page .prodet-2 .content ul {
  margin: -11.5px;
}
.prodet-page .prodet-2 .content ul li {
  padding: 11.5px;
}
.prodet-page .prodet-2 .content ul li .ig {
  background: #fff;
  border-radius: 20px;
  margin-top: 32px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .content ul li .ig .title {
  margin: 0 auto;
  letter-spacing: 1px;
}
.prodet-page .prodet-2 .content ul li .ig .link {
  display: inline-block;
  background-color: #222222;
  border-radius: 27px;
  color: #fff;
  padding: 12px 31px 11px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.prodet-page .prodet-2 .content ul li .ig .link::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .content ul li .ig:hover {
  -webkit-box-shadow: 0px 3px 23px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 3px 23px 0px rgba(0, 0, 0, 0.14);
  -webkit-transform: translateY(-32px);
  -moz-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
}
.prodet-page .prodet-2 .content ul li .ig:hover .title {
  font-weight: bold;
}
.prodet-page .prodet-2 .content ul li .ig:hover .link::after {
  width: 100%;
}
.prodet-page .prodet-3 {
  padding-top: 11.85%;
}
.prodet-page .prodet-3 .form ul {
  margin: -7px -7.5px;
}
.prodet-page .prodet-3 .form ul li {
  padding: 7px 7.5px;
}
.prodet-page .prodet-3 .form ul li input,
.prodet-page .prodet-3 .form ul li textarea {
  width: 100%;
  height: 63px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 0;
  font-size: 17px;
  padding: 0 27px;
}
.prodet-page .prodet-3 .form ul li input::-webkit-input-placeholder, .prodet-page .prodet-3 .form ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.prodet-page .prodet-3 .form ul li input:-moz-placeholder, .prodet-page .prodet-3 .form ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.prodet-page .prodet-3 .form ul li input::-moz-placeholder, .prodet-page .prodet-3 .form ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.prodet-page .prodet-3 .form ul li input:-ms-input-placeholder, .prodet-page .prodet-3 .form ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.prodet-page .prodet-3 .form ul li input::placeholder,
.prodet-page .prodet-3 .form ul li textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.prodet-page .prodet-3 .form ul li textarea {
  height: 198px;
  padding-top: 17px;
}
.prodet-page .prodet-3 .form ul li button {
  border: 0;
  background: var(--color);
  font-size: 17px;
  color: #fff;
  border-radius: 7px;
  padding: 21px 52px 18px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.prodet-page .prodet-3 .form ul li button::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .form ul li button:hover::after {
  width: 100%;
}
.news-page {
  background-color: #f9f9f9;
  padding: 8.542% 0 10.15625%;
}
.news-page ul li .shadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}
.news-page ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  padding: 30px 50px;
  background-color: #fff;
  height: 100%;
}
.news-page ul li .box .title {
  min-height: 4em;
}
.news-page ul li .box .des {
  margin-top: 20px;
  line-height: 2;
}
.news-page ul li .box .info_c .cat_name {
  width: auto;
  color: #fff;
  font-size: 16px;
  background-color: var(--color);
  border-radius: 15px;
  padding: 4px 22px;
}
.news-page ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
}
.news-page ul li:hover {
  z-index: 2;
}
.news-page ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
.news-page ul li:hover .box .title {
  color: var(--color);
}
.newdet-page {
  background: #f9f9f9;
}
.newdet-page .init-1 .container .title {
  font-size: 30px;
  line-height: 1.4;
}
.newdet-page .init-1 .container .title::before {
  display: none;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: 30px 0;
  line-height: 2;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: -webkit-calc(100% - 160px);
  width: -moz-calc(100% - 160px);
  width: calc(100% - 160px);
  padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
  width: 160px;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: var(--color);
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}
.contact-page {
  padding: 5% 0 0;
}
.contact-page .contact-1 .right .box {
  background-color: #f8f8f8;
  padding: 32px;
}
.contact-page .contact-1 .right .box form {
  margin-top: 24px;
}
.contact-page .contact-1 .right .box form input,
.contact-page .contact-1 .right .box form textarea {
  width: 100%;
  padding: 15px 22px;
  background-color: #fff;
  border-radius: 30px;
  border: none;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 15px;
}
.contact-page .contact-1 .right .box form textarea {
  height: 130px;
}
.contact-page .contact-1 .right .box form button {
  width: 100%;
  border: none;
  background-color: var(--color);
  text-align: center;
  padding: 13px 30px;
  font-size: 18px;
  border-radius: 50px;
  text-transform: capitalize;
  margin-top: 15px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-page .contact-1 .right .box form button::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .right .box form button:hover::after {
  width: 100%;
}
.contact-page .contact-2 {
  padding-top: 5.9528%;
}
.contact-page .contact-2 .left ul {
  margin-top: 44.8px;
}
.contact-page .contact-2 .left ul li {
  margin-bottom: 38.4px;
}
.contact-page .contact-2 .left ul li span {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
}
.contact-page .contact-2 .left ul li span svg {
  width: 100%;
  height: 44px;
}
.contact-page .contact-2 .left ul li .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid;
  width: 84%;
}
.contact-page .contact-2 .left ul li .text .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-transform: uppercase;
}
.contact-page .contact-2 .left ul li .text p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 5px;
}
.contact-page .contact-2 .left ul li:last-child {
  margin-bottom: 0;
}
.ApplicationCasesA {
    padding: 124px 0 105px;
}
.ApplicationCasesA .znenmw {
    width: 52%;
}
.ApplicationCasesA .partner {
    background-color: white;
    padding: 10px 0;
    position: sticky;
    top: 107px;
    z-index: 2;
}
.ApplicationCasesA .partner ul{
  padding-left: 6.91%;
}
.ApplicationCasesA .partner img {
    max-width: 90px;
    max-height: 90px;
}
.ApplicationCasesA .btma {
  margin-top: 52px;
  padding-top: calc(4.479vw + 14px);
  border-top: 1px solid rgba(216, 216, 216, 0.5);
}
.home_c{
  padding: 140px 0;
  position: relative;
  z-index: 2;
}
.ApplicationCasesA .ul {
    padding-left: 0;
}
.ApplicationCasesA .ul li {
    margin-bottom: 82px;
    padding: 30px 0 50px;
    background: #fff;
}
.ApplicationCasesA .ul li:before {
    position: absolute;
    left: 60px;
    content: "";
    top: 30px;
    height: 100%;
    width: 1px;
    background: #D8D8D8;
}
.ApplicationCasesA .ul li:after{
    position: absolute;
    width: 3px;
    content: "";
    height: 100%;
    z-index: 1;
    left: 58px;
    top: 30px;
    border-radius: 50px;
}
.ApplicationCasesA .ul li .koumoi {
    background: rgba(24, 80, 178, 0.1);
    width: 116px;
    height: 116px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.ApplicationCasesA .ul li .koumoi .img {
    position: absolute;
    width: 98px;
    height: 98px;
    background: #fff;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.ApplicationCasesA .ul li .koumoi img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ApplicationCasesA .ul li .koumoi .moi2 {
    display: none;
}
.ApplicationCasesA .ul li .koumoi.cro {
    background: #fff;
    border: 1px solid rgba(25, 99, 206, 0.2);
}
.ApplicationCasesA .ul li .koumoi.cro .img {
    background: #15758d;
}
.ApplicationCasesA .ul li .koumoi.cro .moi2 {
    display: block;
}
.ApplicationCasesA .ul li .koumoi.cro .moi1 {
    filter: brightness(0) invert(1)
}
.ApplicationCasesA .ul li .koumoi .uy {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 116px;
    height: 116px;
    z-index: 3;
    border-radius: 50%;
    overflow: hidden;
}
.ApplicationCasesA .ul li .koumoi .uy i {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.ApplicationCasesA .ul li .koumoi .uy i::before {
    content: '';
    position: absolute;
    width: 200%;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #15758d;
    border-radius: 100%;
    box-sizing: border-box;
    clip: rect(0, 116px, 116px, 58px);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.ApplicationCasesA .ul li .koumoi .uy i:first-child::before {
    left: 0;
    right: auto;
    clip: rect(0px, 58px, 116px, 0px);
}
.ApplicationCasesA .ul li .koumoi.cro .uy i::before {
    -webkit-animation: circleR 3500ms linear both;
    animation: circleR 3500ms linear both;
}
.ApplicationCasesA .ul li .koumoi.cro .uy i:first-child::before {
    -webkit-animation-name: circleL;
    animation-name: circleL;
}
@keyframes circleR {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    50%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.home_c .btm .xian {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #D8D8D8;
}
.home_c .btm .xian i {
    position: absolute;
    width: 3px;
    height: 0;
    left: -1px;
    top: 0;
    border-radius: 50px;
    background: linear-gradient(0deg, #18D18E 0%, #1963CE 33%, rgba(25, 99, 206, 0) 100%);
}
.ApplicationCasesA .btm .xian {
    left: 59px;
}
.ApplicationCasesA .ul li .right {
    width: 77.5%;
    margin-left: auto;
}
.ApplicationCasesA .ul li .right .rollwzne .wzner {
    display: inline-block;
    width: auto;
    padding-top: 26px;
}
.home_c .ul li .right .img {
    border-radius: 16px;
    overflow: hidden;
}
.ApplicationCasesA .ul li .right .rollwzne {
    margin-top: 33px;
}
.ApplicationCasesA .ul li .right .rollwzne .wznel {
    width: 90%;
}
.home_c .ul li .left .bt{
  font-size: 2vw;
  font-weight: bold;
}
.ApplicationCasesA .ul li .right .rollwzne .wznel .xq {
    line-height: 1.8;
    margin-top: 9px;
    color: #2f2f2f;
}
.project-page {
    padding: 100px 0 10px 0;
    background: #f7f7f7;
}
.project-page .prodet-1 .box .left .big-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.project-page .prodet-1 .box .left .big {
    width: 85%;
}
.project-page .prodet-1 .box .left .big .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    border: none;
    font-size: 20px;
    color: #fff;
    background-color: var(--color);
    font-family: FontAwesome;
}
.project-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
    left: 20px;
}
.project-page .prodet-1 .box .left .big .slick-arrow.slick-next {
    right: 40px;
}
.project-page .prodet-1 .box .left .small {
    width: 15%;
}
.project-page .prodet-1 .box .left .small ul {
    margin: -5px;
}
.project-page .prodet-1 .box .left .small ul li {
    padding: 5px;
}
.project-page .prodet-1 .box .left .small img {
    border: 1px solid #e6e6e6;
}
.project-page .prodet-1 .box .right .content h1{
    font-weight: bold;
}
.project-page .prodet-1 .box .right .content .text {
    line-height: 2;
    max-height: 403px;
    padding-right: 20px;
    margin-top: calc(1.46vw + 14px);
    overflow: auto;
}
.project-page .prodet-1 .box .right .content a.msg {
    color: white;
    background-color: var(--color);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    text-align: center;
}
.project-page .prodet-1 .box .right .content a.msg:hover {
    color: white;
    background-color: #000000;
}
.project-page .prodet-1 .box .right .content .social-links h4,
.project-page .prodet-1 .box .right .content .social-links ul {
    display: inline-block;
    vertical-align: middle;
}
.project-page .prodet-2 {
    padding-top:calc(4.1667vw + 20px);
    margin-bottom:calc(9.90vw + 10px);
}
.project-page .prodet-2 form input,
.project-page .prodet-2 form textarea {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    margin-bottom: 17px;
}
.project-page .prodet-2 form textarea {
    height: 170px;
}
.project-page .prodet-2 form button {
    margin-top: calc(0.8345vw + 14px);
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: var(--color);
    border: none;
    padding: 10px 45px;
    text-transform: uppercase;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.project-page .prodet-2 form button:hover {
    background-color: #000000;
}
.project-page .prodet-2 .options ul {
    position: relative;
}
.project-page .prodet-2 .options ul::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #f2f2f2;
}
.project-page .prodet-2 .options ul li {
    width: auto;
    position: relative;
}
.project-page .prodet-2 .options ul li + li {
    margin-left: 130px;
}
.project-page .prodet-2 .options ul li a {
    padding: 15px calc(1.3555vw + 14px);
    font-size: calc(0.8345vw + 14px);
    text-transform: uppercase;
}
.project-page .prodet-2 .options ul li a::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
    display: block;
    height: 3px;
    width: 0;
    background-color: var(--color);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.project-page .prodet-2 .options ul li.active a::after {
    width: 100%;
}
.project-page .prodet-2 .ret ul li .content.form {
    padding: 5%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.project-page .prodet-3 {
    padding-top: calc(4.479vw + 14px);
    margin-bottom: calc(4.90vw + 10px);
}
.project-page .prodet-3 ul li .img img{
    width: 100%;
    border: 1px solid #efefef;
}
.project-page .prodet-3 .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    border: none;
    font-size: 20px;
    color: #FFFFFF;
    background-color: var(--color);
}
.project-page .prodet-3 .slick-arrow.slick-prev {
    left: -50px;
}
.project-page .prodet-3 .slick-arrow.slick-next {
    right: -50px;
}
.productList ul {
    margin: -20px;
}
.productList ul li {
    padding: 20px;
}
.productList ul li .img img {
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.productList ul li .img img.on {
    opacity: 0;
    left: 0;
    top: 0;
}
.productList ul li .img:hover img.on {
    opacity: 1;
}
.productList ul li .img:hover img.def {
    opacity: 0;
}
.productList ul li .img .more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 47px;
    line-height: 47px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: var(--color);
    font-size: 20px;
    border-radius: 0;
    color: white;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    z-index: 15;
    padding: 0;
}
.productList ul li .img .more::after{
    background: #f6f5f1;
}
.productList ul li .img .more:hover {
    color: #000;
}
.productList ul li .img:hover .more {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media(max-width:1920px) {
  .ApplicationCasesA {
    padding: 6.45833vw 0 5.46875vw;
  }
  .ApplicationCasesA .btma {
    margin-top: 2.70833vw;
    padding-top: 5.20833vw;
  }
}
@media (max-width: 1700px) {
  .inner-title {
    font-size: 44px;
  }
}
@media (max-width: 1450px) {
  .quality-page .quality-1 .content {
    height: 600px;
  }
  .prodet-page .prodet-2 .content ul li .ig {
    padding: 20px;
  }
  .ApplicationCasesA .partner ul {
     grid-template-columns:repeat(7,1fr)
  }
  .ApplicationCasesA .ul li:after {
    left: 54px;
  }
  .ApplicationCasesA .ul li:before {
    left: 55px;
  }
  .ApplicationCasesA .ul li .koumoi {
        width: 110px;
        height: 110px;
    }
    .ApplicationCasesA .ul li .koumoi .img {
        width: 90px;
        height: 90px;
    }
    .ApplicationCasesA .ul li .koumoi .uy {
        width: 110px;
        height: 110px;
    }
    .ApplicationCasesA .ul li .koumoi .uy i:first-child::before {
        clip: rect(0px, 55px, 110px, 0px);
    }
    .ApplicationCasesA .ul li .koumoi .uy i::before {
        clip: rect(0, 110px, 110px, 55px);
    }
    .ApplicationCasesA .btm .xian {
        left: 55px;
    }
}
@media (max-width: 1250px) {
  .about-page .about-1 .bg {
    display: none;
  }
  .font-30 {
    font-size: 24px;
  }
  .about-page .about-2 .contentC .contentCont {
    height: 50vw;
  }
  .about-page .about-2 .contentC .contentCont .textCont .swiper {
    width: 60%;
  }
  .about-page .about-2 .contentC .contentCont .imgList {
    width: 20%;
    height: auto;
  }
  .about-page .about-2 .contentC .contentCont .imgList ul li .box img {
    width: 100%;
    height: 100%;
  }
  .quality-page .quality-1 .content ul li .ig {
    padding: 0 20px;
  }
  .prodet-page .prodet-1 .top .left .inner-title {
    width: 100%;
  }
  .ApplicationCasesA .partner {
    display: none;
  }
  .ApplicationCasesA .btma { 
    padding-top: 25px; 
    margin-top: 25px; 
  }
  .ApplicationCasesA .ul li:after {
    left: 30px;
  }
  .ApplicationCasesA .ul li:before {
    left: 31px;
  }
  .ApplicationCasesA .ul li:before,
  .ApplicationCasesA .ul li:after{
    opacity: 0;
  }
  .ApplicationCasesA .ul li {
    background: none;
  }
  .ApplicationCasesA .ul li .koumoi {
        width: 60px;
        height: 60px;
    }
    .ApplicationCasesA .ul li .koumoi .img {
        width: 50px;
        height: 50px;
    }
    .ApplicationCasesA .ul li .koumoi .img img {
        width: 30px;
        height: 30px;
    }
    .ApplicationCasesA .ul li .koumoi .uy {
        width: 60px;
        height: 60px;
    }
    .ApplicationCasesA .ul li .koumoi .uy i:first-child::before {
        clip: rect(0px, 30px, 60px, 0px);
    }
    .ApplicationCasesA .ul li .koumoi .uy i::before {
        clip: rect(0, 60px, 60px, 30px);
    }
    .ApplicationCasesA .btm .xian {
        left: 30px;
    }
    .ApplicationCasesA .ul li .right {
        margin-top: 0;
        width: 89%;
    }
    .project-page .prodet-1 .box .right .content h1 {
        margin: 0;
    }
    .project-page .prodet-1 .box .right .content a.msg {
        margin-top: calc(0.8345vw + 14px);
    }
    .project-page .prodet-2 .options ul li + li {
        margin-left: 60px;
    }
}
@media (max-width: 1000px) {
  .about-page .about-2 .contentC .contentCont .desc {
    font-size: 16px;
  }
  .about-page .about-3 ul li .top .con {
    font-size: 16px;
  }
  .m-page a,
  .m-page span {
    font-size: 16px;
    width: 2.5em;
    height: 2.5em;
  }
  .inner-title::before {
    top: -3px;
  }
  .faq-page .desc {
    margin-top: 30px;
  }
  .faq-page ul li .box .titleC .left {
    font-size: 18px;
    padding: 15px 20px;
  }
  .faq-page ul li .box .titleC .right {
    width: 60px;
    font-size: 20px;
  }
  .faq-page ul li .box .content {
    padding: 15px 20px;
  }
  .resource-page .inner-title {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .quality-page .quality-1 .content ul li .ig .title {
    font-size: 20px;
  }
  .quality-page .quality-1 .content .line.line2 {
    display: none;
  }
  .quality-page .quality-1 .content .line.line3 {
    left: 50%;
  }
  .product-page .product-tab {
    display: none;
  }
  .product-page .product-content {
    font-size: 16px;
    line-height: 1.8;
  }
  .product-page .list ul li .ig {
    padding: 12px 15px;
  }
  .prodet-page .prodet-1 .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .prodet-page .prodet-1 .top .right {
    position: initial;
  }
  .prodet-page .prodet-1 .top .left {
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .top .left .con {
    font-size: 18px;
  }
  .prodet-page .prodet-1 .btn,
  .prodet-page .prodet-1 .m-link {
    width: 100%;
  }
  .prodet-page .prodet-2 .header .desc {
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .content ul li .ig .title {
    font-size: 20px;
  }
  .seoBox .seo-about .bg {
    display: none;
  }
  .seoBox .seo-about .img {
    margin-top: 30px;
  }
  .font-18 {
    font-size: 16px;
  }
  .seoBox .seo-news ul li .ig .title {
    font-size: 18px;
  }
  .news-page ul li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }
  .m-link {
    text-align: left;
  }
  .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right {
    margin-top: 30px;
  }
  .home_c .ul li .left .bt{
    font-size: 4vw;
  }
  .home_c .ul li .left .xq{
    font-size: 16px;
    line-height: 1.8;
  }
  .project-page {
        padding: calc(2.3955vw + 14px) 0;
    }
    .project-page .prodet-1 .box .left {
        width: 100%;
    }
    .project-page .prodet-1 .box .right {
        width: 100%;
        padding: 0;
        margin-top: calc(1.3555vw + 14px);
    }
    .project-page .prodet-2 {
        padding-top: calc(2.3955vw + 14px);
        margin-bottom: calc(2.3955vw + 14px);
    }
    .project-page .prodet-3 {
        padding-top: calc(2.3955vw + 14px);
    }
    .project-page .prodet-2 .ret ul li .content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .project-page .prodet-2 .ret ul li .content.form {
        padding-top: calc(0.8345vw + 14px);
        padding-bottom: calc(0.8345vw + 14px);
    }
    .productList ul {
        margin: -15px;
    }
    .productList ul li {
        padding: 15px;
    }
}
@media (max-width: 700px) {
  .inner-title {
    font-size: 36px;
  }
  .inner-title::before {
    top: 2px;
    width: 30px;
    height: 40px;
  }
  .inner-page .desc {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-1 ul li p {
    margin-top: 20px;
  }
  .about-page .about-2 .contentC .contentCont {
    height: auto;
  }
  .about-page .about-2 .contentC .contentCont .imgList {
    width: 100%;
    position: relative;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .about-page .about-2 .contentC .contentCont .bgCont {
    position: relative;
    top: 0;
    left: 0;
    padding: 5px;
    height: 50vw;
  }
  .about-page .about-2 .contentC .contentCont .bgCont .swiper ul li .box {
    border-radius: 10px;
  }
  .about-page .about-2 .contentC .contentCont .textCont {
    position: relative;
    top: 0;
    left: 0;
  }
  .about-page .about-2 .contentC .contentCont .desc {
    color: #2f2f2f;
  }
  .about-page .about-2 .contentC .contentCont .textCont .swiper {
    color: #222;
    margin-top: 10px;
    width: 100%;
  }
  .about-page .about-2 .contentC .contentCont .textCont .container ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .contentC .contentCont .textCont .container ul li .box {
    width: 100%;
  }
  .about-page .about-2 .contentC .contentCont .imgList ul li.active .box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .about-page .about-2 .contentC .contentCont .imgList ul li .box {
    cursor: pointer;
  }
  .about-page .about-3 ul li .ig .con {
    line-height: 1.6;
  }
  .gallery-page .content ul {
    margin: -16.5px -7px;
  }
  .gallery-page .content ul li {
    padding: 16.5px 7px;
  }
  .faq-page ul li .box .titleC .left {
    font-size: 16px;
  }
  .faq-page ul li .box .titleC .right {
    width: 50px;
  }
  .faq-page ul li .box .content {
    padding: 20px 16px;
  }
  .prodet-page .prodet-1 .top .left .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .prodet-page .prodet-2 .content ul li .ig .title {
    font-size: 18px;
  }
  .font-42 {
    font-size: 26px;
  }
  .ApplicationCasesA .ul li .right{
    width: 82%;
  }
  .home_c .ul li .left .xq{
    font-size: 14px;
    line-height: 2;
  }
}
@media (max-width: 500px) {
  .inner-title {
    font-size: 28px;
  }
  .inner-title::before {
    top: -6px;
  }
  .inner-page .desc {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-1 .data ul li {
    width: 50%;
  }
  .about-page .about-1 .data ul li p {
    margin-top: 0;
  }
  .about-page .about-1 .data ul .line {
    display: none;
  }
  .about-page .about-3 ul li .ig .top {
    font-size: 16px;
  }
  .about-page .about-3 ul li .ig .con {
    line-height: 2;
  }
  .about-page .about-4 .content .sPage .right {
    margin-top: 20px;
  }
  .m-page a,
  .m-page span {
    font-size: 14px;
  }
  .quality-page .quality-1 .content {
    height: 400px;
  }
  .quality-page .quality-1 .content ul li .ig .desc {
    opacity: 1;
  }
  .quality-page .quality-1 .content .line.line3 {
    display: none;
  }
  .product-page .list ul li .ig .title {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .top .left .con {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
  }
  .prodet-page .prodet-1 .top .left .desc {
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .btn a {
    font-size: 14px;
    padding: 10px 12px 9px;
  }
  .flex-2 > * {
    width: 100%;
  }
  .prodet-page .prodet-3 .form ul li input,
  .prodet-page .prodet-3 .form ul li textarea {
    font-size: 16px;
    padding: 0 20px;
    height: 52px;
  }
  .prodet-page .prodet-3 .form ul li textarea {
    height: 110px;
    padding-top: 13px;
  }
  .prodet-page .prodet-3 .form ul li button {
    font-size: 16px;
    padding: 12px 26px 10px;
  }
  .news-page ul li .box {
    padding: 20px 16px;
  }
  .news-page ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }
  .news-page ul li .box .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
  .contact-page .contact-2 .left ul li .text {
    width: 81%;
  }
  .ApplicationCasesA .ul li .right {
    width: 76%;
  }
  .home_c .ul li .left .bt {
    font-size: 24px;
  }
  .ApplicationCasesA .ul li .right .rollwzne .wznel {
    width: 100%;
  }
  .project-page .prodet-1 .box .left .big-small {
        display: block;
    }
    .project-page .prodet-1 .box .left .big {
        width: 100%;
        padding: 0;
    }
    .project-page .prodet-1 .box .left .small {
        width: 100%;
        margin-top: 10px;
    }
    .project-page .prodet-2 form input,
    .project-page .prodet-2 form textarea {
        padding: 10px;
    }
    .project-page .prodet-2 .options ul li {
        width: 100%;
    }
    .project-page .prodet-2 .options ul li + li {
        margin: 0;
    }
    .project-page .prodet-2 .ret ul li .content {
        padding-left: 0;
        padding-right: 0;
    }
    .project-page .prodet-2 .ret ul li .content.form {
        padding-left: 15px;
        padding-right: 15px;
    }
    .project-page .prodet-2 form textarea {
        height: 100px;
    }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.loadCont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 34;
}
.loadCont .shadowC {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.loadCont .shadowC .list {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  width: 50%;
  height: 100%;
  background-color: #000;
}
@-webkit-keyframes load1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  40% {
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(-600px);
    transform: translateY(-600px);
  }
  80% {
    -webkit-transform: translateY(-600px);
    transform: translateY(-600px);
  }
  100% {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px);
  }
}
@-moz-keyframes load1 {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -moz-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  40% {
    -moz-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  60% {
    -moz-transform: translateY(-600px);
    transform: translateY(-600px);
  }
  80% {
    -moz-transform: translateY(-600px);
    transform: translateY(-600px);
  }
  100% {
    -moz-transform: translateY(-800px);
    transform: translateY(-800px);
  }
}
@-o-keyframes load1 {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  40% {
    -o-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  60% {
    -o-transform: translateY(-600px);
    transform: translateY(-600px);
  }
  80% {
    -o-transform: translateY(-600px);
    transform: translateY(-600px);
  }
  100% {
    -o-transform: translateY(-800px);
    transform: translateY(-800px);
  }
}
@keyframes load1 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  40% {
    -webkit-transform: translateY(-400px);
    -moz-transform: translateY(-400px);
    -o-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(-600px);
    -moz-transform: translateY(-600px);
    -o-transform: translateY(-600px);
    transform: translateY(-600px);
  }
  80% {
    -webkit-transform: translateY(-600px);
    -moz-transform: translateY(-600px);
    -o-transform: translateY(-600px);
    transform: translateY(-600px);
  }
  100% {
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -o-transform: translateY(-800px);
    transform: translateY(-800px);
  }
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  40% {
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(-600px);
    transform: translateY(-600px);
  }
  80% {
    -webkit-transform: translateY(-800px);
    transform: translateY(-800px);
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
@-moz-keyframes load2 {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -moz-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  40% {
    -moz-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  60% {
    -moz-transform: translateY(-600px);
    transform: translateY(-600px);
  }
  80% {
    -moz-transform: translateY(-800px);
    transform: translateY(-800px);
  }
  100% {
    -moz-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
@-o-keyframes load2 {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  40% {
    -o-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  60% {
    -o-transform: translateY(-600px);
    transform: translateY(-600px);
  }
  80% {
    -o-transform: translateY(-800px);
    transform: translateY(-800px);
  }
  100% {
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  40% {
    -webkit-transform: translateY(-400px);
    -moz-transform: translateY(-400px);
    -o-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(-600px);
    -moz-transform: translateY(-600px);
    -o-transform: translateY(-600px);
    transform: translateY(-600px);
  }
  80% {
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -o-transform: translateY(-800px);
    transform: translateY(-800px);
  }
  100% {
    -webkit-transform: translateY(-1000px);
    -moz-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes load3 {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes load3 {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load4 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-moz-keyframes load4 {
  0% {
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  20% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-o-keyframes load4 {
  0% {
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  20% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes load4 {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  20% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes load5 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-moz-keyframes load5 {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  20% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-o-keyframes load5 {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  20% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes load5 {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  20% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes load6 {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
}
@-moz-keyframes load6 {
  0% {
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
  50% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
}
@-o-keyframes load6 {
  0% {
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
  50% {
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  60% {
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
}
@keyframes load6 {
  0% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
}
@-webkit-keyframes load7 {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes load7 {
  0% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -moz-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-o-keyframes load7 {
  0% {
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes load7 {
  0% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes load8 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes load8 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes load8 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes load8 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loadCont .numCont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.loadCont .numCont .list {
  overflow: hidden;
  font-size: 200px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  width: 130px;
  height: 210px;
}
.loadCont .numCont .list span {
  position: relative;
  display: inline-block;
}
.loadCont .jdCont {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.loadCont .jdCont .progress-svg {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-animation: load3 1.5s linear infinite;
  -moz-animation: load3 1.5s linear infinite;
  -o-animation: load3 1.5s linear infinite;
  animation: load3 1.5s linear infinite;
}
.loadCont .jdCont .progress-svg circle {
  fill: none;
  stroke-width: 2;
}
.loadCont .jdCont .progress-svg .progress-bg {
  stroke: rgba(255, 255, 255, 0.2);
}
.loadCont .jdCont .progress-bar {
  stroke: #fff;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 60;
  -webkit-transition: stroke-dashoffset 0.3s ease;
  -o-transition: stroke-dashoffset 0.3s ease;
  -moz-transition: stroke-dashoffset 0.3s ease;
  transition: stroke-dashoffset 0.3s ease;
}
.loadCont .textC {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
  font-size: 100px;
}
.loadCont .textC .list {
  margin: 0 20px;
  overflow: hidden;
}
.loadCont .textC .list span {
  display: inline-block;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.loadCont .textC .list .right span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.loadCont .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.loadCont.active .numCont .left span {
  -webkit-animation: load1 2.5s forwards;
  -moz-animation: load1 2.5s forwards;
  -o-animation: load1 2.5s forwards;
  animation: load1 2.5s forwards;
  -webkit-animation-delay: -0.05s;
  -moz-animation-delay: -0.05s;
  -o-animation-delay: -0.05s;
  animation-delay: -0.05s;
}
.loadCont.active .numCont .right span {
  -webkit-animation: load2 2.5s forwards;
  -moz-animation: load2 2.5s forwards;
  -o-animation: load2 2.5s forwards;
  animation: load2 2.5s forwards;
}
.loadCont.active .jdCont {
  -webkit-animation: load8 0.5s forwards;
  -moz-animation: load8 0.5s forwards;
  -o-animation: load8 0.5s forwards;
  animation: load8 0.5s forwards;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
.loadCont.active .textC .left span {
  -webkit-animation: load4 1.6s forwards;
  -moz-animation: load4 1.6s forwards;
  -o-animation: load4 1.6s forwards;
  animation: load4 1.6s forwards;
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  -o-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.loadCont.active .textC .right span {
  -webkit-animation: load5 1.6s forwards;
  -moz-animation: load5 1.6s forwards;
  -o-animation: load5 1.6s forwards;
  animation: load5 1.6s forwards;
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  -o-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.loadCont.active .line {
  -webkit-animation: load6 2s forwards;
  -moz-animation: load6 2s forwards;
  -o-animation: load6 2s forwards;
  animation: load6 2s forwards;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.loadCont.active .shadowC .list {
  -webkit-animation: load7 1s forwards;
  -moz-animation: load7 1s forwards;
  -o-animation: load7 1s forwards;
  animation: load7 1s forwards;
  -webkit-animation-delay: 3.8s;
  -moz-animation-delay: 3.8s;
  -o-animation-delay: 3.8s;
  animation-delay: 3.8s;
}
.loadCont.active .shadowC .right {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
@media (max-width: 1450px) {
  .loadCont .textC{
    font-size: 70px;
  }
}
@media (max-width: 1000px) {
  .loadCont .textC{
    font-size: 40px;
  }
}
@media (max-width: 700px) {
  .loadCont .textC {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .loadCont .textC {
    font-size: 20px;
  }
}
#cp-Nav .nav ul{
  max-height: 42%;
}