@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.eot');
  src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
body {
  --color: #eb5c20;
  font-family: 'Montserrat';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1490px;
  margin: 0 auto;
}
.more {
  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;
  font-size: 20px;
  line-height: 1;
  color: #858585;
  border-radius: 36px;
  border: 1px solid rgba(98, 98, 98, 0.47);
  padding: 5px 9px 5px 36px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more em {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color);
  text-align: center;
  line-height: 60px;
  color: #fff;
  margin-left: 15px;
  font-size: 30px;
}
.more em i {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::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;
}
.more.white {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.47);
}
.more.white em {
  background: #fff;
}
.more.white em i {
  color: var(--color);
}
.more.white::after {
  background: #fff;
}
.more.white:hover {
  border-color: #fff;
  color: var(--color);
}
.more.white:hover em {
  background: var(--color);
  color: #fff;
}
.more.white:hover em i {
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.more:hover {
  border-color: var(--color);
  color: #fff;
}
.more:hover::after {
  width: 100%;
}
.more:hover em {
  background: #fff;
  color: var(--color);
}
.more:hover em i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wrapper_con {
  width: 27px;
  height: 54px;
  position: absolute;
  top: -2px;
  overflow: hidden;
  display: none;
}
.right {
  right: -2px;
}
.left {
  left: -2px;
}
.circleProgress {
  width: 26px;
  height: 26px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.rightcircle {
  border-bottom: 2px solid var(--color);
  border-left: 2px solid var(--color);
  right: 0;
}
.leftcircle {
  border-top: 2px solid var(--color);
  border-right: 2px solid var(--color);
  left: 0;
}
@-webkit-keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circleProgressLoad_right {
  0% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circleProgressLoad_left {
  0%,
  50% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
#header {
  z-index: 20;
  position: fixed;
  top: 42px;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 11px 0;
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  margin-right: 36px;
  color: #fff;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
  padding: 6px 10px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a,
#header .nav .ui.menu .menu-box ul.menu > li.active > a{
  background: var(--color);
}
/*#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--color);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
#header .nav .ui.menu .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: 15px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  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 .ui.menu .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 .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .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 .ui.menu .menu-box ul.menu > li:hover > a::after,
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}*/
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  border: solid 1px rgba(255, 255, 255, 0.64);
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#header .nav .ui.menu .yuy span {
  color: #fdfbf8;
  font-size: 18px;
}
#header .nav .ui.menu .yuy span img {
  width: 32px;
  height: 22px;
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: initial;
}
#header .nav .ui.menu .h-inquiry a {
  display: inline-block;
  background: #eb5c20;
  color: #fff;
  border-radius: 27px;
  padding: 17px 31px 16px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#header .nav .ui.menu .h-inquiry a::after {
  content: "";
  background: #000;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  -webkit-transform: skewX(-45deg) scale(0, 1);
  -moz-transform: skewX(-45deg) scale(0, 1);
  -ms-transform: skewX(-45deg) scale(0, 1);
  transform: skewX(-45deg) scale(0, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .h-inquiry a:hover::after {
  -webkit-transform: skewX(-45deg) scale(1, 1);
  -moz-transform: skewX(-45deg) scale(1, 1);
  -ms-transform: skewX(-45deg) scale(1, 1);
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active {
  top: 0;
  -webkit-box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.07);
}
#header.active::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header.active .nav {
  padding: 11px 0;
}
#header.active .nav .ui.menu ul.menu > li {
  color: #000;
}
#header.active .nav .ui.menu .h-search {
  border-color: rgba(0, 0, 0, 0.64);
}
#header.active .nav .ui.menu .h-search img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.active .nav .ui.menu .yuy span {
  color: #000;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 52.03125vw;
  min-height: 220px;
}
#banner ul li .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#banner .swiper-pagination {
  font-size: 0;
  text-align: left;
  bottom: 4.0625%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
#banner .swiper-pagination > span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#banner .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  border: 2px solid rgba(255, 255, 255, 0);
  background-color: transparent;
  opacity: 1;
  color: transparent;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
#banner .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
#banner .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#banner .swiper-pagination-bullet-active {
  opacity: 1;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border: 2px solid transparent;
  background-color: transparent;
  color: #ffffff;
}
#banner .swiper-pagination-bullet-active::after {
  background: var(--color);
}
#banner .swiper-pagination-bullet-active .rightcircle {
  -webkit-animation: circleProgressLoad_right 6s linear infinite;
  -moz-animation: circleProgressLoad_right 6s linear infinite;
  animation: circleProgressLoad_right 6s linear infinite;
}
#banner .swiper-pagination-bullet-active .leftcircle {
  -webkit-animation: circleProgressLoad_left 6s linear infinite;
  -moz-animation: circleProgressLoad_left 6s linear infinite;
  animation: circleProgressLoad_left 6s linear infinite;
}
#banner .swiper-pagination-bullet-active .wrapper_con {
  display: block;
}
.i-tag {
  display: block;
  color: #eb5c20;
  text-transform: uppercase;
}
.i-tag::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color);
  margin: -3px 15px 0 0;
}
.i-title {
  line-height: 1.1;
  margin-top: 7px;
  text-transform: uppercase;
}
.i-title em {
  color: var(--color);
}
.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;
}
@-webkit-keyframes img {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes img {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes img {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes img-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 img-in {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes img-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 .tl::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  font-size: 129px;
  font-weight: 900;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 116, 0, 0.36)), to(rgba(255, 116, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 116, 0, 0.36) 0%, rgba(255, 116, 0, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 116, 0, 0.36) 0%, rgba(255, 116, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 116, 0, 0.36) 0%, rgba(255, 116, 0, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#index-body .i-category {
  background: url(../images/pbg.png) no-repeat center top, url(../images/pbg1.png) no-repeat center bottom;
  padding: 12.1875% 0 9.167%;
  position: relative;
  z-index: 3;
  background-size: 100% auto;
}
#index-body .i-category .header .left {
  max-width: 620px;
  position: relative;
  z-index: 1;
}
#index-body .i-category .header .left .con {
  color: #878787;
}
#index-body .i-category .header .left::after {
  top: -56px;
  left: -115px;
}
#index-body .i-category .header .right {
  border: solid 1px #cacaca;
  padding: 7px 8px 7px 18px;
  border-radius: 50px;
}
#index-body .i-category .header .right ul li {
  padding: 21px 24px 21px 20px;
  margin-right: 19px;
  cursor: pointer;
}
#index-body .i-category .header .right ul li i {
  line-height: 45px;
}
#index-body .i-category .header .right ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-category .header .right ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 12px;
  font-size: 14px;
  line-height: 1.2;
  display: none;
}
#index-body .i-category .header .right ul li:last-child {
  margin-right: 0;
}
#index-body .i-category .header .right ul li.active {
  width: 190px;
  color: #fff;
  background: #eb5c20;
  border-radius: 43px;
}
#index-body .i-category .header .right ul li.active i img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
#index-body .i-category .header .right ul li.active span {
  display: block;
}
#index-body .i-category .content {
  position: relative;
  margin-top: 12px;
}
#index-body .i-category .content ul {
  -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#index-body .i-category .content ul li {
  padding: 82px 44px 0;
  z-index: 1;
}
#index-body .i-category .content ul li .text {
  max-width:500px;
  margin: -6% 129px 0 auto;
}
#index-body .i-category .content ul li .text span {
  -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%);
}
#index-body .i-category .content ul li .text .tit {
  color: #3a3a3a;
  line-height: 1.1;
  margin-top: 2px;
  -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%);
}
#index-body .i-category .content ul li .img-box {
  margin-top: 0;
  width: 320px;
}
#index-body .i-category .content ul li .link {
  width: 140px;
  height: 80px;
  border-radius: 40px;
  background: var(--color);
  color: #fff;
  text-align: center;
  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;
  font-size: 20px;
  bottom: 13%;
  right: 32%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
  opacity: 0;
}
#index-body .i-category .content ul li .link i {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/*#index-body .i-category .content ul li .link::before {
  position: absolute;
  bottom: -20px;
  content: "View More";
  color: var(--color);
  font-size: 0px;
}*/
#index-body .i-category .content ul li .link:hover {
  /*width: 180px;
  border-radius: 80px;*/
  color: var(--color);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
#index-body .i-category .content ul li .link:hover i {
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
}
#index-body .i-category .content ul li .link:hover::before {
  font-size: 18px;
  opacity: 1;
  bottom: unset;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#index-body .i-category .content ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, #eb5c20), color-stop(50%, rgba(255, 116, 0, 0.3)));
  background: -webkit-linear-gradient(top, #eb5c20 16%, rgba(255, 116, 0, 0.3) 50% rgba(255, 116, 0, 0) 100%);
  background: -moz-linear-gradient(top, #eb5c20 16%, rgba(255, 116, 0, 0.3) 50% rgba(255, 116, 0, 0) 100%);
  background: linear-gradient(to bottom, #eb5c20 16%, rgba(255, 116, 0, 0.3) 50% rgba(255, 116, 0, 0) 100%);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 0;
}
#index-body .i-category .content ul .swiper-slide-prev,
#index-body .i-category .content ul .swiper-slide-next {
  margin-top: 76px;
  /*padding-bottom: 30px;*/
  padding-left: 0;
  padding-right: 0;
}
#index-body .i-category .content ul .swiper-slide-prev .img-box {
  margin: 0 0 0 auto;
}
#index-body .i-category .content ul .swiper-slide-active {
  margin-top: 0;
}
#index-body .i-category .content ul .swiper-slide-active .text span {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#index-body .i-category .content ul .swiper-slide-active .text .tit {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#index-body .i-category .content ul .swiper-slide-active .img-box {
  width: 100%;
}
#index-body .i-category .content ul .swiper-slide-active .link {
  opacity: 1;
}
#index-body .i-category .content ul .swiper-slide-active::after {
  opacity: 1;
  -webkit-animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .i-category .arrow a {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 90px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .arrow a.prev {
  left: -15%;
}
#index-body .i-category .arrow a.next {
  right: -15%;
}
#index-body .i-category .arrow a:hover {
  background: #fff;
  color: var(--color);
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
}
#index-body .i-about {
  padding: 10.521% 0 0;
  margin-top: -7.6%;
  position: relative;
  z-index: 2;
  background-size: 100% auto;
}
#index-body .i-about::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/abg1.png) no-repeat center top #ededed;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#index-body .i-about:hover::after{
  -webkit-filter: none;
  filter: none;
}
#index-body .i-about .icon {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .top {
  padding-top: 15%;
}
#index-body .i-about .top .left {
  width: 60%;
  z-index: 1;
}
#index-body .i-about .top .left .con {
  line-height: 1.3;
  color: #878787;
  max-width: 644px;
}
#index-body .i-about .top .left::after {
  top: -54px;
  left: -139px;
}
#index-body .i-about .top .right {
  padding-bottom: 78px;
}
#index-body .i-about .top .right .play {
  width: 188px;
  height: 188px;
  border-radius: 50%;
  position: relative;
}
#index-body .i-about .top .right .play-btn {
  position: initial;
  width: 5.1em;
  height: 5.1em;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#index-body .i-about .top .right .play-btn i {
  border-left: 1.3em solid #fff;
  border-top: .75em solid transparent;
  border-bottom: .75em solid transparent;
}
#index-body .i-about .top .right .text {
  position: absolute;
  top: 8;
  right: 8;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
#index-body .i-advantage {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ededed), to(#fff));
  background: -webkit-linear-gradient(top, #ededed 50%, #fff 100%);
  background: -moz-linear-gradient(top, #ededed 50%, #fff 100%);
  background: linear-gradient(to bottom, #ededed 50%, #fff 100%);
  background-repeat: no-repeat;
  padding-top: 10.43%;
  position: relative;
  z-index: 1;
}
#index-body .i-advantage .header {
  z-index: 1;
}
#index-body .i-advantage .header .i-title {
  max-width: 532px;
  margin: 7px auto 0;
}
#index-body .i-advantage .header .con {
  line-height: 1.3;
  color: #878787;
  max-width: 820px;
  margin: 37px auto 0;
}
#index-body .i-advantage .header::after {
  top: -56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-advantage .content ul li {
  width: 312px;
  height: 312px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 3px 43px 0px rgba(150, 150, 150, 0.16);
  box-shadow: 0px 3px 43px 0px rgba(150, 150, 150, 0.16);
  border-radius: 50%;
  margin-left: -1.37%;
}
#index-body .i-advantage .content ul li i {
  display: inline-block;
  width: 92px;
  height: 92px;
  line-height: 92px;
}
#index-body .i-advantage .content ul li i img {
  vertical-align: middle;
}
#index-body .i-advantage .content ul li i .i1 {
  bottom: 0;
  left: 0;
  -webkit-animation: xz 6s linear infinite;
  -moz-animation: xz 6s linear infinite;
  animation: xz 6s linear infinite;
}
#index-body .i-advantage .content ul li .text .num {
  line-height: 1;
}
#index-body .i-advantage .content ul li .text p {
  color: #626262;
  line-height: 1.4;
}
#index-body .i-advantage .content ul li:nth-child(2) {
  margin-top: 40px;
}
#index-body .i-advantage .content ul li:nth-child(3) {
  margin-top: 54px;
}
#index-body .i-advantage .content ul li:nth-child(4) {
  margin-top: 36px;
}
#index-body .i-advantage .content ul li:last-child {
  margin-top: 7px;
}
#index-body .i-advantage .content ul li:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #eb5c20), to(rgba(255, 116, 0, 0.2)));
  background: -webkit-linear-gradient(top, #eb5c20 60%, rgba(255, 116, 0, 0.2) 100%);
  background: -moz-linear-gradient(top, #eb5c20 60%, rgba(255, 116, 0, 0.2) 100%);
  background: linear-gradient(to bottom, #eb5c20 60%, rgba(255, 116, 0, 0.2) 100%);
  color: #fff;
}
#index-body .i-advantage .content ul li:hover i > img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .i-advantage .content ul li:hover i .i1 {
  display: none;
}
#index-body .i-advantage .content ul li:hover p {
  color: #fff;
}
#index-body .i-advantage::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 176px;
  left: 0;
  right: 0;
  height: 100%;
  background: url(../images/adbg.png) no-repeat center;
  background-size: 100% 100%;
}
#index-body .i-application {
  padding-top: 9.63542%;
}
#index-body .i-application .header .left::after {
  top: -56px;
  left: -133px;
}
#index-body .i-application .header .right {
  line-height: 1.3;
  color: #878787;
  width: 37%;
}
#index-body .i-application .content {
  height: 758px;
}
#index-body .i-application .content .bigImg {
  height: inherit;
}
#index-body .i-application .content .bigImg .img {
  width: 100%;
  height: 100%;
  background-position: center left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  -webkit-animation: img-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .i-application .content .bigImg .img.zIndex{
  z-index: 1;
}
#index-body .i-application .content .bigImg .img.active {
  -webkit-animation: img-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 2;
}
#index-body .i-application .content .smallImg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  z-index: 2;
}
#index-body .i-application .content .smallImg ul {
  width: 100%;
  height: 100%;
}
#index-body .i-application .content .smallImg ul li {
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#index-body .i-application .content .smallImg ul li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 68px 56px 72px;
  -webkit-transform: translateY(73px);
  -moz-transform: translateY(73px);
  -ms-transform: translateY(73px);
  transform: translateY(73px);
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
#index-body .i-application .content .smallImg ul li .text span {
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
}
#index-body .i-application .content .smallImg ul li .text span::after {
  content: '';
  position: absolute;
  top: -19px;
  right: -18px;
  z-index: -1;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#eb5c20), to(rgba(255, 116, 0, 0.2)));
  background: -webkit-linear-gradient(top, #eb5c20 0%, rgba(255, 116, 0, 0.2) 100%);
  background: -moz-linear-gradient(top, #eb5c20 0%, rgba(255, 116, 0, 0.2) 100%);
  background: linear-gradient(to bottom, #eb5c20 0%, rgba(255, 116, 0, 0.2) 100%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-application .content .smallImg ul li .text .title {
  line-height: 1.1;
  margin-top: 17px;
}
#index-body .i-application .content .smallImg ul li .text .con {
  line-height: 1.3;
  color: rgba(255, 255, 255, 0);
  margin-top: 21px;
}
#index-body .i-application .content .smallImg ul li.active .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-application .content .smallImg ul li.active .text span::after {
  opacity: 1;
}
#index-body .i-application .content .smallImg ul li.active .text .con {
  color: rgba(255, 255, 255, 0.82);
}
#index-body .i-application .content .smallImg ul li:first-child {
  border-left: 0;
}
#index-body .i-partner {
  padding: 88px 0 41px;
  z-index: 1;
}
#index-body .i-partner .left {
  width: 38%;
}
#index-body .i-partner .left::after {
  top: -96px;
  left: -186px;
}
#index-body .i-partner .right {
  width: 62%;
  background: url(../images/partner-dot.png) no-repeat center;
  text-align: center;
  padding: 271px 0 226px;
}
#index-body .i-partner .right .logo {
  display: inline-block;
  padding: 148px 34px 133px 52px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color)), color-stop(50%, #f35100), to(var(--color)));
  background: -webkit-linear-gradient(top, var(--color) 0%, #f35100 50%, var(--color) 100%);
  background: -moz-linear-gradient(top, var(--color) 0%, #f35100 50%, var(--color) 100%);
  background: linear-gradient(to bottom, var(--color) 0%, #f35100 50%, var(--color) 100%);
}
#index-body .i-partner .right li {
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 43px 0px rgba(150, 150, 150, 0.16);
  box-shadow: 0px 3px 43px 0px rgba(150, 150, 150, 0.16);
  border-radius: 50%;
  width: 193px;
  height: 193px;
  padding: 0 15px;
}
#index-body .i-partner .right li:nth-child(1) {
  left: 7%;
  top: 56.6%;
}
#index-body .i-partner .right li:nth-child(2) {
  left: -2.6%;
  top: 42.5%;
}
#index-body .i-partner .right li:nth-child(3) {
  left: 11.6%;
  top: 20.5%;
}
#index-body .i-partner .right li:nth-child(4) {
  left: 44%;
  top: 16%;
}
#index-body .i-partner .right li:nth-child(5) {
  left: 70%;
  top: 15.4%;
}
#index-body .i-partner .right li:nth-child(6) {
  left: 87.3%;
  top: 39%;
}
#index-body .i-partner .right li:nth-child(7) {
  left: 70.3%;
  top: 63.5%;
}
#index-body .i-partner .right li:last-child {
  left: 92%;
  top: 68.3%;
}
#index-body .i-partner .right li:nth-child(2),
#index-body .i-partner .right li:nth-child(4),
#index-body .i-partner .right li:last-child {
  width: 107px;
  height: 107px;
}
#index-body .i-partner .right li:nth-child(3),
#index-body .i-partner .right li:nth-child(6),
#index-body .i-partner .right li:nth-child(7) {
  width: 151px;
  height: 151px;
}
#index-body .i-partner::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 86px;
  bottom: 147px;
  width: 51.563%;
  background: url(../images/pabg.png) no-repeat left;
  border-radius: 0 362px 362px 0;
  background-size: 100% 100%;
}
#index-body .i-contact {
  background-image: url(../images/i-contact.jpg);
  padding: 5.78125% 0 2.96875%;
  background-size: cover;
  color: #fff;
}
#index-body .i-contact .box {
  max-width: 807px;
}
#index-body .i-contact .box .title {
  line-height: 1;
}
#index-body .i-contact .box .con {
  line-height: 1.3;
}
#index-body .i-contact .box .more {
  padding: 6px 10px 5px 15px;
  font-size: 18px;
}
#footer {
  padding: 0 0 0 5.625%;
  background-color: #17181c;
  color: #fff;
}
#footer .box .tit {
  font-weight: bold;
  font-size: 19px;
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 27px;
  text-transform: uppercase;
}
.f-product {
    width: 30%;
}
#footer .box .tit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 195px;
  height: 2px;
  background: rgba(255, 255, 255, 0.66);
}
#footer .box .tit::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 5px;
  background-color: #ffffff;
}
#footer .box .left {
  width: 79.526%;
  border-right: 1px solid #4c4d51;
  padding-top: 64px;
}
#footer .box .left .header {
  border-bottom: 1px solid #4c4d51;
  padding-bottom: 45px;
}
#footer .box .left .share a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.36);
  text-align: center;
  line-height: 50px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.36);
  margin-right: 10px;
}
#footer .box .left .share a:last-child {
  margin-right: 0;
}
#footer .box .left .share a:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
#footer .box .left .form {
  padding: 29px 18px 56px 0;
  border-bottom: 1px solid #4c4d51;
}
#footer .box .left .form .tit {
  padding: 0;
  margin: 0;
}
#footer .box .left .form .tit::before,
#footer .box .left .form .tit::after {
  display: none;
}
#footer .box .left .form form {
  margin-top: 23px;
}
#footer .box .left .form form ul {
  margin: -7px;
}
#footer .box .left .form form ul li {
  padding: 7px;
  width: 16.365%;
}
#footer .box .left .form form ul li input {
  width: 100%;
  height: 77px;
  border-radius: 10px;
  background: rgba(166, 168, 172, 0.15);
  border: 0;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.48);
  padding: 0 16px;
}
#footer .box .left .form form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .box .left .form form ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .box .left .form form ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .box .left .form form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .box .left .form form ul li input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .box .left .form form ul li button {
  width: 100%;
  height: 73px;
  border-radius: 20px;
  background: #eb5c20;
  color: #fff;
  font-size: 29px;
  font-weight: bold;
  border: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#footer .box .left .form form ul li button::after {
  content: '';
  background: white;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  -webkit-transform: skewX(-45deg) scale(0, 1);
  -moz-transform: skewX(-45deg) scale(0, 1);
  -ms-transform: skewX(-45deg) scale(0, 1);
  transform: skewX(-45deg) scale(0, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .box .left .form form ul li button:hover {
  color: var(--color);
}
#footer .box .left .form form ul li button:hover::after {
  -webkit-transform: skewX(-45deg) scale(1, 1);
  -moz-transform: skewX(-45deg) scale(1, 1);
  -ms-transform: skewX(-45deg) scale(1, 1);
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .box .left .form form ul li:nth-child(4) {
  width: 34.193%;
}
#footer .box .left .form form ul li:last-child {
  width: 16.712%;
}
#footer .box .left .bottom ul li {
  font-size: 20px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .box .left .bottom ul li:last-child {
  margin-bottom: 0;
}
#footer .box .left .bottom ul li:hover {
  color: #fff;
}
#footer .box .left .bottom .f-code img{
  width: 80%;
}
#footer .box .left .bottom .f-news {
  max-width: 246px;
}
#footer .box .left .bottom .f-news .slick-track{
  display: block;
}
#footer .box .left .bottom .f-news ul {
  margin-bottom: -30px;
}
#footer .box .left .bottom .f-news ul li {
  line-height: 1.3;
  margin-bottom: 30px;
}
#footer .box .left .bottom #ewm {
  width: 171px;
  border: 6px solid #fff;
}
#footer .box .right {
  width: 20.474%;
  padding-top: 9.3%;
}
#footer .box .right ul li {
  font-size: 14px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 13px;
}
#footer .box .right ul li em {
  display: inline;
  text-transform: uppercase;
}
#footer .box .right ul li span {
  display: inline;
}
#footer .box .right ul li:last-child {
  margin-bottom: 0;
}
#footer .box .right .link {
  background: var(--color);
  font-size: 14px;
  letter-spacing: 1px;
  padding: 13px 14px 13px 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#footer .box .right .link i {
  margin-left: 43px;
}
#footer .box .right .link::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: skewX(-45deg) scale(0, 1);
  -moz-transform: skewX(-45deg) scale(0, 1);
  -ms-transform: skewX(-45deg) scale(0, 1);
  transform: skewX(-45deg) scale(0, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .box .right .link:hover {
  color: var(--color);
}
#footer .box .right .link:hover::after {
  -webkit-transform: skewX(-45deg) scale(1, 1);
  -moz-transform: skewX(-45deg) scale(1, 1);
  -ms-transform: skewX(-45deg) scale(1, 1);
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .f-copy {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 47px;
  text-transform: uppercase;
  border-top: 1px solid #4c4d51;
  padding: 31px 147px 13px 0;
}
#footer .f-copy a.footsin {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 500px;
    display: inline-block;
    vertical-align: middle;
}
#footer .f-copy img {
  height: 28px;
  vertical-align: middle;
  margin: 0 6px;
  -webkit-filter: invert(1);
  filter: invert(1);
}
@media screen and (max-width: 1680px) {
  #header .nav {
    zoom: .83;
  }
  #index-body .i-category .content ul li::after{
    width: 500px;
    height: 500px;
  }
  #index-body .i-category .arrow a.prev {
    left: -3%;
  }
  #index-body .i-category .arrow a.next {
    right: -3%;
  }
   #index-body .i-category .content ul .swiper-slide-prev .img-box {
    -webkit-transform: translateX(70%);
    -moz-transform: translateX(70%);
    -ms-transform: translateX(70%);
    transform: translateX(70%);
  }
  #index-body .i-category .content ul .swiper-slide-next .img-box {
    -webkit-transform: translateX(-70%);
    -moz-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    transform: translateX(-70%);
  }
  #index-body .i-category .content ul .swiper-slide-active .img-box {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .i-application .content .smallImg ul li .text {
    padding: 0 50px 56px;
  }
  #index-body .i-advantage .content ul li{
    width: 292px;
    height: 292px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav {
    zoom: .73;
  }
  #index-body .i-category .arrow a.prev {
    left: -3%;
  }
  #index-body .i-category .arrow a.next {
    right: -3%;
  }
  #index-body .i-category .content ul li::after{
    width: 420px;
    height: 420px;
  }
  #index-body .i-category .content ul li .img-box {
    width: 200px;
    margin-top: 0;
  }
  #index-body .i-application .content {
    height: 680px;
  }
  #index-body .i-advantage .content ul li {
    width: 249px;
    height: 249px;
  }
  #footer {
    padding: 0 0 0 4%;
  }
  #footer .box .right {
    padding: 9.3% 20px 0;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 0;
  }
  #header .nav {
    zoom: .6;
  }
  #header .nav .ui.menu {
    padding: 0 15px;
  }
  #index-body .i-category .header .right {
    margin-top: 30px;
  }
  #index-body .i-category .arrow a {
    bottom: 106px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
   #index-body .i-category .content ul li::after{
    width: 400px;
    height: 400px;
  }
  #index-body .tl::after {
    font-size: 107px;
  }
  #index-body .i-category .header .left::after {
    left: -28px;
  }
  #index-body .i-about .top .left::after {
    left: -35px;
  }
  #index-body .i-advantage .content ul li {
    width: 200px;
    height: 200px;
    padding: 9px 20px 19px;
  }
  #index-body .i-advantage .content ul li i {
    zoom: .7;
  }
  #index-body .i-application .header .left::after {
    left: -30px;
    font-size: 100px;
  }
  #index-body .i-application .content {
    height: 570px;
  }
  #index-body .i-application .content .smallImg ul li .text {
    padding: 0 26px 20px;
  }
  #index-body .i-application .content .smallImg ul li .text .title {
    word-break: break-word;
  }
  #index-body .i-partner .right {
    zoom: .66;
  }
  #index-body .i-partner .left::after {
    left: -27px;
    font-size: 92px;
  }
  #footer {
    padding: 0 0 0 2%;
  }
  #footer .box {
    zoom: .7;
  }
  #footer .f-copy {
    zoom: .7;
  }
}
@media screen and (max-width: 1000px) {
  #banner {
    margin-top: 60px;
  }
  .font-42 {
    font-size: 36px;
  }
  #index-body .i-category .content ul li{
    padding-top: 30px;
  }
  #index-body .i-category .content ul li .text {
    max-width: 300px;
    margin: 0 0 0 auto;
  }
  #index-body .i-category .content ul li::after {
    width: 300px;
    height: 300px;
  }
  #index-body .i-category .content ul .swiper-slide-prev .img-box,
  #index-body .i-category .content ul .swiper-slide-next .img-box {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  #index-body .i-category .content ul .swiper-slide-active .img-box {
    opacity: 1;
  }
  #index-body .i-category .content ul .swiper-slide-active .link{
    bottom: 0;
    right: 13%;
  }
  #index-body .i-category .arrow a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
  #index-body .i-category .arrow a.prev {
    left: 0;
  }
  #index-body .i-category .arrow a.next {
    right: 0;
  }
  #index-body .tl::after {
    font-size: 90px;
  }
  #index-body .i-category .header .left::after {
    left: -15px;
  }
  #index-body .i-about .top .left::after {
    left: -17px;
    font-size: 76px;
  }
  #index-body .i-advantage .content {
    zoom: .7;
  }
  #index-body .i-advantage::after {
    bottom: -37px;
  }
  #index-body .i-application {
    padding-top: 15.63542%;
  }
  #index-body .i-application .header .right {
    width: 100%;
    margin-top: 20px;
  }
  .font-49 {
    font-size: 40px;
  }
  #index-body .i-application .content {
    height: 500px;
  }
  #index-body .i-application .content .smallImg ul li .text {
    padding: 0 15px 20px;
  }
  #index-body .i-partner .left {
    width: 100%;
  }
  #index-body .i-partner::after {
    display: none;
  }
  #index-body .i-partner .right {
    display: none;
  }
  #index-body .i-partner .left::after {
    top: -40px;
  }
  #footer {
    padding: 0 15px;
  }
  #footer .box {
    zoom: 1;
  }
  #footer .box .left {
    width: 100%;
    border-right: 0;
    padding-top: 30px;
  }
  #footer .box .left .header .f-logo {
    width: 30%;
  }
  #footer .box .left .form form ul li {
    width: 33.3333%;
  }
  #footer .box .left .form form ul li:nth-child(4) {
    width: 100%;
  }
  #footer .box .left .form form ul li:last-child {
    width: 30%;
  }
  #footer .box .left .bottom .f-product,
  #footer .box .left .bottom .f-nav,
  #footer .box .left .bottom .f-code {
    display: none;
  }
  #footer .box .left .bottom .f-news {
    max-width: 100%;
        margin-bottom: 30px;
  }
  #footer .box .right {
    width: 100%;
    padding: 20px 0 0;
  }
  #footer .f-copy {
    zoom: 1;
    padding: 12px 0;
    display: block;
  }
  #footer .f-copy p {
    display: inline;
  }
  #footer .f-copy a.footsin,
  #footer .f-copy a.foot {
    display: none !important;
}
  #footer .f-copy img {
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  #index-body .tl::after {
    display: none;
  }
  #index-body .i-category {
    background: #ededed;
  }
  #index-body .i-category .content ul li {
    padding: 41px 22px 0;
  }
  #index-body .i-category .content ul li::after {
    width: 240px;
    height: 240px;
  }
  #index-body .i-category .header .right ul li{
    display: block;
    text-align: center;
  }
  #index-body .i-category .header .right ul li.active span{
    display: none;
  }
  #index-body .i-about .top .left {
    width: 100%;
  }
  #index-body .i-about .top .right {
    width: 100%;
    padding-bottom: 0;
  }
  #index-body .i-about .top .right .play .text {
    display: none;
  }
  #index-body .i-advantage {
    background: #ededed;
  }
  #index-body .i-advantage .content {
    zoom: 1;
  }
  #index-body .i-advantage .content ul {
    margin-top: -20px;
  }
  #index-body .i-advantage .content ul li {
    width: 230px;
    height: 230px;
    margin-left: 0;
    margin-top: 20px !important;
  }
  #index-body .i-advantage::after {
    display: none;
  }
  #index-body .i-application .content {
    zoom: .7;
  }
  #index-body .i-partner {
    padding: 30px 0;
  }
  .font-49 {
    font-size: 36px;
  }
  .font-36 {
    font-size: 20px;
  }
  .font-68 {
    font-size: 36px;
  }
  .more {
    font-size: 16px;
    padding: 5px 9px 5px 18px;
  }
  .more em {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin-left: 7px;
  }
  .i-tag::before {
    width: 14px;
    height: 14px;
  }
  .font-42 {
    font-size: 32px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  #footer .box .left .form form ul li{
    width: 50%;
  }
  #footer .box .left .form form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .box .left .form form ul li:last-child {
    width: 38%;
  }
}
@media screen and (max-width: 500px) {
  #index-body .i-category .header .right ul li{
    padding: 10px 12px;
  }
  #index-body .i-category .header .right ul li.active {
    width: auto;
  }
  #index-body .i-category .header .right ul li.active span {
    display: none;
  }
  #index-body .i-category .content{
    margin-top: 0;
  }
  .font-49 {
    font-size: 30px;
  }
  #index-body .i-category .content ul li .link{
    font-size: 16px;
    height: 40px;
  }
  #index-body .i-category .arrow a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  #index-body .i-category .arrow a.prev {
    left: -15px;
  }
  #index-body .i-category .arrow a.next {
    right: -15px;
  }
  #index-body .i-about .icon {
    display: none;
  }
  #index-body .i-about .top .left .con{
    color: #000;
  }
  #index-body .i-advantage,
  #index-body .i-application {
    display: none;
  }
  #footer .box .tit {
    padding-bottom: 13px;
  }
  #footer .box .left .header {
    padding: 0 0 20px;
  }
  #footer .box .left .header .f-logo {
    width: 100%;
  }
  #footer .box .left .header .share {
    display: none;
  }
  #footer .box .left .form {
    padding: 15px 0 20px;
  }
  #footer .box .left .form form ul li {
    width: 100%;
  }
  #footer .box .left .form form ul li input {
    height: 60px;
    font-size: 16px;
  }
  #footer .box .left .form form ul li button {
    height: 60px;
    font-size: 18px;
  }
  #footer .box .left .form form ul li:last-child {
    width: 100%;
  }
  #footer .box .left .bottom {
    padding-right: 0;
  }
  #footer .box .left .bottom ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  #footer .box .left .bottom .f-news ul li {
    margin-bottom: 15px;
  }
}
#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;
  -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;
}
.inner-banner {
  height: 481px;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 246px;
  border-radius: 0px 0px 300px 0px;
  color: #fff;
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .tit {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 17px;
  text-transform: uppercase;
}
.font-48 {
  font-size: 42px;
  line-height: 1.2;
}
.font-18 {
  line-height: 2;
}
.font-36 {
  line-height: 1.3;
}
.inner-page .in-num {
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
}
.inner-page .in-num::before {
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: -2px 7px 0 0;
}
.inner-page .title {
  font-weight: bold;
}
.inner-page .m-page {
  margin-top: 160px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 100%;
  background: #333;
  font-size: 17px;
  font-weight: bold;
  color: white;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
}
@media screen and (max-width: 1250px) {
  .inner-banner{
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
    padding-top: 100px;
  }
  .inner-banner .tit {
    font-size: 36px;
  }
  .inner-page .in-num::before {
    width: 20px;
    height: 20px;
    margin: 2px 7px 0 0;
  }
  .font-48 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    background: #fff !important;
    color: #000;
    height: auto;
    padding-top: 30px;
  }
  .inner-banner .tit {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .font-48 {
    font-size: 30px;
  }
}
.seo_content {
  padding-top: 5.6771%;
}
.seo_content .tag {
  color: var(--color);
  font-weight: bold;
  text-transform: uppercase;
}
.seo_content .title {
  text-transform: uppercase;
}
.seo_content .title small {
  display: block;
}
.seo_content .title em {
  color: var(--color);
}
.seo_content .seo_about {
  background-color: #f6f6f6;
  border-radius: 300px 0px 0px 0px;
  padding: 8.282% 0 9.115%;
}
.seo_content .seo_about .con {
  color: rgba(0, 0, 0, 0.6);
  padding-right: 57px;
  margin-top: 43px;
  max-height: 467px;
  overflow-y: auto;
}
.seo_content .seo_about .con::-webkit-scrollbar {
  width: 6px;
}
.seo_content .seo_about .con::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.22);
}
.seo_content .seo_honor {
  padding: 2.782% 0 0.209%;
}
.seo_content .seo_honor .content {
  margin-top: 29px;
}
.seo_content .seo_honor .content ul {
  margin-right: -25px;
}
.seo_content .seo_honor .content ul li {
  padding-right: 25px;
}
.seo_content .seo_honor .content ul li .img-box img {
  width: 100%;
}
.seo_content .seo_honor .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.seo_content .seo_honor .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seo_content .seo_honor .content ul.slick-dots li button {
  display: none;
}
.seo_content .seo_honor .content ul.slick-dots li.slick-active {
  background: var(--color);
}
.seo_content .seo_honor .content ul.slick-dots li:last-child {
  margin-right: 0;
}
.seo_content .seo_news {
  background-color: #f6f6f6;
  padding: 5.834% 0 7.344%;
}
.seo_content .seo_news .content {
  margin-top: 61px;
}
.seo_content .seo_news .content ul {
  margin-right: -25px;
}
.seo_content .seo_news .content ul li {
  padding-right: 25px;
}
.seo_content .seo_news .content ul li .img {
  position: relative;
}
.seo_content .seo_news .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
}
.seo_content .seo_news .content ul li .img .img-box img {
  width: 100%;
}
.seo_content .seo_news .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  background: rgba(0, 0, 0, 0.2);
}
.seo_content .seo_news .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: var(--color);
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}
.seo_content .seo_news .content ul li .img time em {
  line-height: 1;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
}
.seo_content .seo_news .content ul li .img time span {
  display: block;
  margin-top: 5px;
}
.seo_content .seo_news .content ul li .text {
  padding: 24px 30px 0 16px;
}
.seo_content .seo_news .content ul li .text .tit {
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seo_content .seo_news .content ul li .text .tit:hover {
  color: var(--color);
}
.seo_content .seo_news .content ul li .text .con {
  color: #737373;
  line-height: 1.7;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.seo_content .seo_industry {
  padding-top: 5%;
}
.seo_content .seo_industry .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 41px;
}
.product-page {
  padding: 7% 0 10.7292%;
  position: relative;
  z-index: 1;
}
.product-page .Auxil-h1{
  font-size: 30px;
    color: var(--color);
}
/*.product-page .list .in-num {
  color: var(--color);
}
.product-page .list .in-num::before {
  width: 14px;
  height: 14px;
  margin: 5px 7px 0 0;
}
.product-page .list .title {
  margin-top: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  width: 90%;
}
.product-page .list .title:hover {
  color: var(--color);
}
.product-page .list ul li {
  padding: 46px 0 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 180px;
}
.product-page .list ul li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .list ul li .ig .text {
  width: 45.549%;
  padding-right: 71px;
}
.product-page .list ul li .ig .text .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.product-page .list ul li .ig .text .more {
  padding-left: 57px;
  margin-top: 46px;
}
.product-page .list ul li .ig .img {
  width: 54.451%;
}
.product-page .list ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 774px;
  height: 578px;
  background-color: #f6f6f6;
  border-radius: 289px 0px 0px 289px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .list ul li:hover::after {
  background: var(--color);
}
.product-page .list ul li:nth-child(even) .ig {
  -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;
}
.product-page .list ul li:nth-child(even) .ig .text {
  padding: 0 0 0 71px;
}
.product-page .list ul li:nth-child(even)::after {
  right: initial;
  left: 0;
  width: 964px;
  height: 578px;
  border-radius: 0px 289px 289px 0px;
}
.product-page .list ul li:last-child {
  margin-bottom: 0;
}*/
/*.product-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}*/
/*@media screen and (max-width: 1680px) {
  .product-page .list ul li::after {
    width: 700px;
    height: 500px;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 820px;
    height: 500px;
  }
}*/
/*@media screen and (max-width: 1440px) {
  .product-page .list ul li .ig .text {
    padding-right: 40px;
  }
  .product-page::after {
    font-size: 300px;
    top: -20px;
  }
  .product-page .list ul li::after {
    width: 600px;
    height: 400px;
    border-radius: 200px 0px 0px 200px;
    top: 8%;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 720px;
    height: 400px;
    border-radius: 0px 200px 200px 0px;
  }
  .product-page .list ul li:nth-child(even) .ig .text {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 1280px) {
  .product-page::after {
    font-size: 260px;
    top: -20px;
  }
  .product-page .list .title {
    width: 100%;
  }
  .product-page .list ul li::after {
    width: 500px;
    height: 300px;
    border-radius: 150px 0px 0px 150px;
    top: 24%;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 620px;
    height: 300px;
    border-radius: 0px 200px 200px 0px;
  }
  .product-page .list ul li {
    margin-bottom: 80px;
  }
}*/
@media screen and (max-width: 1100px) {
  .product-page .list ul li:nth-child(even)::after {
    width: 500px;
  }
  .font-36 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  /*.product-page::after {
    display: none;
  }
  .product-page .list ul li {
    margin-bottom: 40px;
    padding: 0;
  }
  .product-page .list ul li .ig .text {
    width: 100%;
    padding-right: 0;
  }
  .product-page .list ul li .ig .text .more {
    padding-left: 31px;
    margin-top: 20px;
  }
  .product-page .list ul li .ig .img {
    width: 100%;
  }
  .product-page .list ul li::after {
    display: none;
  }
  .product-page .list ul li:nth-child(even) .ig .text {
    padding: 0;
  }*/
  .seo_content .seo_about {
    border-radius: 0;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -40px;
  }
}
@media screen and (max-width: 700px) {
  .font-24 {
    font-size: 20px;
  }
  /*.product-page .Auxil-h1{
    display: none!important;
  }
  .product-page .list .in-num::before {
    margin: 3px 7px 0 0;
  }*/
  .font-36 {
    font-size: 30px;
  }
  .seo_content .seo_about .con {
    margin-top: 20px;
    padding-right: 20px;
  }
  .seo_content .seo_news .content ul {
    margin-right: -10px;
  }
  .seo_content .seo_news .content ul li {
    padding-right: 10px;
  }
  .seo_content .seo_news .content ul li .text {
    padding: 10px 0 0 0;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .font-24 {
    font-size: 16px;
  }
  /*.product-page .list .in-num::before {
    margin: 0px 7px 0 0;
  }*/
  .font-36 {
    font-size: 24px;
  }
  /*.product-page .list ul li .ig .text .more {
    padding-left: 19px;
  }*/
  .seo_content .seo_honor .content {
    margin-top: 10px;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -26px;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 5px;
  }
  .seo_content .seo_news .content {
    margin-top: 20px;
  }
}
.prodet-page {
  padding: 7% 0 10.7292%;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-1 {
  position: relative;
}
.prodet-page .prodet-1 .left{
  width: 53%;
}
.prodet-page .prodet-1 .left .small{
  width: 21.042%;
}
.prodet-page .prodet-1 .left .small ul{
  margin: -11.5px 0;
}
.prodet-page .prodet-1 .left .small ul .slick-track{
  display: block;
}
.prodet-page .prodet-1 .left .small ul li{
  padding: 11.5px;
}
.prodet-page .prodet-1 .left .small ul li a{
	border: solid 1px #c8c8c8;
  display: block;
}
.prodet-page .prodet-1 .left .small ul .slick-current li a{
  border-color: var(--color);
}
.prodet-page .prodet-1 .left .small .slick-arrow{
  width: 43px;
	height: 43px;
  background-color: #1c1c1c;
  border: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  font-size: 30px; 
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .small .slick-arrow:hover{
  background: var(--color);
}
.prodet-page .prodet-1 .left .big{
  width: 78.958%;
  padding-left: 37px;
}
.prodet-page .prodet-1 .left .big ul{
  border: solid 1px #c8c8c8;
}
.prodet-page .prodet-1 .right{
  width: 47%;
}
.prodet-page .prodet-1 .right span.category{
  color: var(--color);
  line-height: 2;
}
.prodet-page .prodet-1 .right h1{
  line-height: 1.2;
  margin-top: 16px;
}
.prodet-page .prodet-1 .right .con{
  color: #171717;
  line-height: 1.8;
  margin-top: 40px;
  max-height: 166px;
  overflow-y: auto;
}
.prodet-page .m-link{
  width: 86%;
  margin: 30px 0 0 auto;
}
.prodet-page .prodet-2 {
  padding-top: 8.639%;
}
.prodet-page .prodet-2 .ret {
  margin-top: 30px;
}
.prodet-page .prodet-2 .ret .bt {
  height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: var(--color);
  border-radius: 0px 0px 50px 0px;
  color: #fff;
  display: none;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret .bt::before {
  content: '';
  position: absolute;
  left: 47px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
}
.prodet-page .prodet-2 .ret .con {
  color: rgba(0, 0, 0, 0.6);
}
.prodet-page .prodet-2 .ret .con ul{
  margin: -10px;
}
.prodet-page .prodet-2 .ret .con ul li{
  padding: 10px;
}
.prodet-page .prodet-2 .ret .con ul li a{
  border: 2px solid #eee;
  display: block;
}
.prodet-page .prodet-2 .ret form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .prodet-2 .ret form input {
  width: 46%;
  font-size: 18px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret form input:nth-child(5){
  width: 100%;
}
.prodet-page .prodet-2 .ret form p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .ret form textarea {
  width: 100%;
  height: 177px;
  font-size: 18px;
  padding: 18px 8px;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-2 .ret form input[type="submit"] {
  background: var(--color);
  color: white;
  border: none;
  width: 186px;
  height: 57px;
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-2 .ret form input[type="submit"]:hover {
  background: #000;
}
.prodet-page .prodet-3 {
  margin-top: 89px;
}
.prodet-page .prodet-3 .content {
  margin-top: 55px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -42px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 42px;
}
.prodet-page .prodet-3 .content ul li .img-box {
  background-color: #f6f6f6;
  border-radius: 0px 100px 0px 0px;
  padding: 20px;
  text-align: center;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 30px;
}
.prodet-page .prodet-3 .content ul li .text .in-num {
  color: var(--color);
}
.prodet-page .prodet-3 .content ul li .text .in-num::before {
  width: 14px;
  height: 14px;
  margin: 2px 7px 0 0;
}
.prodet-page .prodet-3 .content ul li .text .tit {
  font-weight: bold;
  line-height: 1.6;
  text-transform: uppercase;
  margin-top: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .text .tit:hover {
  color: var(--color);
}
.prodet-page .prodet-3 .content ul li .text .more {
  padding-left: 57px;
  margin-top: 65px;
}
.prodet-page .opt {
  background-color: #f6f6f6;
}
.prodet-page .opt dl {
  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;
}
.prodet-page .opt dl dd {
  height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-right: 24px;
  cursor: pointer;
}
.prodet-page .opt dl dd::before {
  content: '';
  position: absolute;
  left: 47px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--color);
}
.prodet-page .opt dl dd::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 0px 0px 50px 0px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.prodet-page .opt dl dd:hover,
.prodet-page .opt dl dd.active {
  color: #fff;
}
.prodet-page .opt dl dd:hover::before,
.prodet-page .opt dl dd.active::before {
  background: #fff;
}
.prodet-page .opt dl dd:hover::after,
.prodet-page .opt dl dd.active::after {
  opacity: 1;
}
.prodet-page .opt dl dd:last-child {
  margin-right: 0;
}
.prodet-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.font-16{
  line-height: 1.8;
}
@media screen and (max-width: 1680px) {
  .prodet-page .opt dl dd{
    padding: 0 30px 0 60px;
  }
  .prodet-page .opt dl dd::before{
    left: 22px;
  }
}
@media screen and (max-width: 1440px) {
  .prodet-page::after {
    font-size: 300px;
    top: -20px;
  }
  .font-30 {
    font-size: 27px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    margin-top: 30px;
  }
  .prodet-page .opt dl{
    zoom: .8;
  }
}
@media screen and (max-width: 1280px) {
  .font-30 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .con{
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right .more{
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .prodet-page::after {
    font-size: 260px;
  }
  .prodet-page .opt dl dd::before {
    left: 30px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -20px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page::after {
    display: none;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    padding: 30px 0 0 0;
  }
  .prodet-page .opt dl dd {
    margin-right: 0;
    padding: 0 20px 0 40px;
  }
  .prodet-page .opt dl dd::before {
    left: 15px;
  }
  .font-20 {
    font-size: 18px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 31px;
  }
  .font-16{
    font-size: 16px;
  }
  .font-32 {
        font-size: 31px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .opt {
    display: none;
  }
  .prodet-page .prodet-2 .ret .bt {
    display: block;
    height: 80px;
    line-height: 80px;
  }
  .prodet-page .prodet-2 .ret .bt::before {
    top: 30px;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block !important;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
  .prodet-page .prodet-3 {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 .opt dl dd {
    padding: 0 104px 0 79px;
    height: 80px;
    line-height: 80px;
    width: 100%;
  }
  .prodet-page .prodet-3 .opt dl dd::before {
    top: 30px;
    left: 47px;
  }
  .prodet-page .m-link{
    width: 100%;
  }
  .prodet-page .opt dl{
    zoom: 1;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-3 .opt dl dd,
  .prodet-page .prodet-2 .ret .bt {
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 30px;
  }
  .prodet-page .prodet-3 .opt dl dd::before,
  .prodet-page .prodet-2 .ret .bt::before {
    left: 10px;
    top: 22px;
    width: 14px;
    height: 14px;
  }
  .prodet-page .prodet-2 .ret form input {
    width: 100%;
    margin-right: 0;
  }
  .prodet-page .prodet-3 .content {
    margin-top: 20px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .left .small{
    width: 24%;
  }
  .prodet-page .prodet-1 .left .big{
    width: 76%;
    padding-left: 18px;
  }
  .prodet-page .prodet-1 .left .small .slick-arrow{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
  }
  .font-32 {
    font-size: 26px;
  }
  .prodet-page .prodet-3 .content ul li .text .tit{
    font-size: 20px;
    margin-top: 0;
  }
}
.news-page {
  padding: 125px 0 68px;
  position: relative;
  z-index: 1;
}
.news-page .header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news-page .header ul li {
  padding: 0 24px 0 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .header ul li:first-child {
  padding-left: 0;
}
.news-page .header ul li:hover,
.news-page .header ul li.active {
  color: var(--color);
}
.news-page .content {
  margin-top: 65px;
}
.news-page .content ul {
  margin: 0 -25px -65px 0;
}
.news-page .content ul li {
  padding: 0 25px 65px 0;
}
.news-page .content ul li .img {
  position: relative;
}
.news-page .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
}
.news-page .content ul li .img .img-box img {
  width: 100%;
}
.news-page .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  background: rgba(0, 0, 0, 0.2);
}
.news-page .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: var(--color);
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}
.news-page .content ul li .img time em {
  line-height: 1;
  display: block;
  /*border-bottom: 1px solid #fff;*/
  padding-bottom: 7px;
}
.news-page .content ul li .img time span {
  display: block;
  /*margin-top: 5px;*/
}
.news-page .content ul li .text {
  padding: 24px 30px 0 16px;
}
.news-page .content ul li .text .tit {
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .content ul li .text .tit:hover {
  color: var(--color);
}
.news-page .content ul li .text .con {
  color: #737373;
  line-height: 1.7;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1280px) {
  .news-page .content ul li .text {
    padding: 24px 10px 0 10px;
  }
  .inner-page .m-page {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-page .m-page {
    margin-top: 60px;
  }
  .news-page::after {
    font-size: 300px;
    top: -20px;
  }
  .news-page .content ul {
    margin: 0 -20px -40px 0;
  }
  .news-page .content ul li {
    padding: 0 20px 40px 0;
    width: 33.3333% !important;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }
  .news-page::after {
    display: none;
  }
  .news-page .content {
    margin-top: 30px;
  }
  .news-page .content ul li {
    width: 50% !important;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 700px) {
  .news-page {
    padding: 30px 0;
  }
  .news-page .content {
    margin-top: 20px;
  }
  .news-page .content ul li {
    width: 100% !important;
  }
  .inner-page .m-page {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .header {
    display: none;
  }
  .news-page .content {
    margin-top: 0;
  }
  .news-page .content ul {
    margin: 0 0 -20px 0;
  }
  .news-page .content ul li {
    padding: 0 0 20px 0;
  }
}
.m-link {
  margin-top: 30px;
}
.m-link a {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.6;
}
.m-link a em {
  color: var(--color);
}
.m-link a:first-child {
  margin-top: 0;
}
.newdet-page .info {
  margin-top: 112px;
}
.newdet-page .info h1 {
  font-weight: bold;
}
.newdet-page .info .time_c {
  margin-top: 50px;
  text-align: center;
}
.newdet-page .info .time_c .list {
  display: inline-block;
  margin: 0 15px;
}
.newdet-page .info .time_c .list img {
  vertical-align: middle;
  width: 27px;
}
.newdet-page .info .time_c .list span {
  vertical-align: middle;
  margin-left: 11px;
  position: relative;
  top: 1px;
}
.newdet-page .info .con {
  margin-top: 55px;
}
.newdet-page .info .con img{
  margin-bottom: 30px;
}
.newdet-page .info .m-link {
  margin-top: 87px;
}
@media screen and (max-width: 1000px) {
  .newdet-page .info {
    margin-top: 40px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .info {
    margin-top: 20px;
  }
  .m-link a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .info .time_c .list {
    margin: 0 5px;
  }
  .newdet-page .info .time_c .list span {
    margin-left: 5px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 20px;
  }
  .font-18 {
    line-height: 1.8;
  }
}
.faq-page .box {
  padding: 10.472% 0 7.069%;
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 36%;
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li .ig {
  background-color: #f8f8f9;
  border-radius: 50px;
  padding: 24px 41px 28px 50px;
  position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: #000;
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 16px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: var(--color);
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .font-60 {
    font-size: 50px;
  }
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .font-60 {
    font-size: 40px;
  }
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 15px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  .font-60 {
    font-size: 30px;
    line-height: 1.3;
  }
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 14px;
    line-height: 2;
    margin: 10px 0;
  }
}
.font-72 {
  font-size: 72px;
}
.contact-page {
  padding-top: 13.073%;
  position: relative;
  z-index: 1;
}
.contact-page .contact-1 ul {
  margin: -15px;
}
.contact-page .contact-1 ul li {
  padding: 15px;
  text-align: center;
}
.contact-page .contact-1 ul li .tit {
  font-weight: bold;
  line-height: 1.3;
  margin: 19px 0 11px;
}
.contact-page .contact-1 ul li p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.53);
}
.contact-page .contact-2 {
  padding-top: 12.15%;
}
.contact-page .contact-2 .form {
  margin-top: 80px;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 20px;
  border-radius: 32px;
  border: 1px solid #bfbfbf;
  font-size: 18px;
  font-weight: 300;
  padding-left: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input::-webkit-input-placeholder, .contact-page .contact-2 .form ul li textarea::-webkit-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-moz-placeholder, .contact-page .contact-2 .form ul li textarea:-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::-moz-placeholder, .contact-page .contact-2 .form ul li textarea::-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-ms-input-placeholder, .contact-page .contact-2 .form ul li textarea:-ms-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::placeholder,
.contact-page .contact-2 .form ul li textarea::placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-2 .form ul li textarea {
  height: 236px;
  resize: vertical;
}
.contact-page .contact-2 .form ul li .box {
  position: relative;
}
.contact-page .contact-2 .form ul li .box label {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 0;
  border-radius: 100%;
  background: var(--color);
  display: block;
}
.contact-page .contact-2 .form ul li .box label img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  margin-top: 40px;
  padding: 0 66px 0 67px;
  line-height: 55px;
  height: 55px;
  border-radius: 28px;
  background: var(--color);
  color: #fff;
  font-size: 19px;
  width: auto;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li:nth-child(5) .box label::after {
  content: '';
  border-left: 18px solid var(--color);
  border-bottom: 18px solid var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
}
.contact-page .contact-3 {
  padding-top: 5.1045%;
}
.contact-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 397px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1440px) {
  .contact-page::after {
    font-size: 300px;
    top: -20px;
  }
}
@media screen and (max-width: 1100px) {
  .contact-page::after {
    font-size: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page::after {
    display: none;
  }
  .contact-page .contact-2 .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .form ul li .box label {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    padding: 12px;
    padding-left: 70px;
  }
  .font-72 {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  .font-72 {
    font-size: 50px;
  }
  .contact-page .contact-2 .form ul li {
    width: 100%;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 14px;
    padding-left: 60px;
  }
  .contact-page .contact-2 .form ul li input[type="submit"] {
    margin-top: 0;
  }
}
.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.3;
}
.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}
.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 1px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 5px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  /*text-transform: uppercase;*/
  display: block;
  color: #ffffff;
  font-size: 18px;
  padding: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 0 15px 0 0;
  background-color: #333;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--color);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--color);
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}
@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul li {
    width: 100%;
  }
}
.advantages-page{
  position: relative;
  z-index: 1;
  padding: 7.877% 0 11.1112%;
}
.advantages-page::after{
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -16px;
  right: 0;
  font-size: 316px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(240,241,243,.5)),to(rgba(240,241,243,0)));
  background-image: -webkit-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
  background-image: -moz-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
  background-image: linear-gradient(to bottom,rgba(240,241,243,.5),rgba(240,241,243,0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.advantages-page .header span{
  color: var(--color);
  font-weight: bold;
}
.advantages-page .header .title{
  margin-top: 10px;
}
.advantages-page .content{
  padding-top: 6.61%;
}
.advantages-page .content ul li{
  padding-bottom: 7.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantages-page .content ul li .img{
  width: 41%;
  padding: 0 24px 19px 0;
  position: relative;
  z-index: 1;
}
.advantages-page .content ul li .img::after{
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 192px;
	height: 183px;
	background-color: var(--color);
}
.advantages-page .content ul li .text{
  width: 59%;
  padding-left: 70px;
}
.advantages-page .content ul li .text .top {
  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;
}
.advantages-page .content ul li .text .top span{
   font-size: 95px;
  line-height: 1;
  color: var(--color);
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.advantages-page .content ul li .text .top span::after {
  content: '';
  width: 79px;
  height: 95px;
  background: url(../images/ad-bg.png) no-repeat;
  position: absolute;
  bottom: 10px;
  left: 0px;
}
.advantages-page .content ul li .text .top em {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 5px;
  position: relative;
  z-index: 1;
}
.advantages-page .content ul li .text .con{
  font-size: 18px;
  line-height: 1.6;
  color: rgba(0,0,0,0.8);
}
.advantages-page .content ul li:last-child{
  padding-bottom: 0;
}
.advantages-page .content ul li:nth-child(even) {
  -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;
}
.advantages-page .content ul li:nth-child(odd) .img img{
  border-radius: 189px 0px 0px 189px;
}
.advantages-page .content ul li:nth-child(even) .img{
  padding: 0 0 19px 24px;
}
.advantages-page .content ul li:nth-child(even) .img img{
  border-radius: 0px 189px 189px 0px;
}
.advantages-page .content ul li:nth-child(even) .img::after{
  left: 0;
  right: initial;
}
.advantages-page .content ul li:nth-child(even) .text{
  padding: 0 70px 0 0;
}
strong,
b{
  font-weight: bold;
}
.prodet-page .m-link a{
  margin-top: 0;
  padding: 6px;
}
@media screen and (max-width: 1680px) {
  .advantages-page:after{
    font-size: 220px;
    top: -22px;
  }
}
@media screen and (max-width: 1000px) {
  .advantages-page:after{
    display: none;
  }
  .advantages-page .content ul li .img{
    width: 100%;
  }
  .advantages-page .content ul li .text{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .advantages-page .content ul li:nth-child(even) .text{
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .advantages-page .content ul li .text .top em{
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 500px) {
  .advantages-page .content ul li .text .top em{
    font-size: 24px;
    line-height: 1.3;
  }
  .advantages-page .content ul li .text .con{
    font-size: 16px;
    line-height: 1.8;
  }
}
.about-page .about-1 {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left {
  position: relative;
}
.about-page .about-1 .left .title {
  line-height: 1.1;
  letter-spacing: 1px;
}
.about-page .about-1 .left .title em {
  color: var(--color);
}
.about-page .about-1 .left .title small {
  display: block;
}
.about-page .about-1 .left .title::after {
  content: '';
  width: 306px;
  height: 27px;
  background: url(../images/about1-line.png) no-repeat;
  display: block;
  margin: 0 0 0 auto;
}
.about-page .about-1 .left::after {
  content: attr(data-text);
  position: absolute;
  top: -156px;
  left: -153px;
  z-index: -1;
  font-size: 219px;
  font-weight: 900;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 92, 32, 0.2)), color-stop(50%, rgba(235, 92, 32, 0.1)), color-stop(70%, rgba(235, 92, 32, 0.01)), to(rgba(235, 92, 32, 0)));
  background: -webkit-linear-gradient(top, rgba(235, 92, 32, 0.2) 0%, rgba(235, 92, 32, 0.1) 50%, rgba(235, 92, 32, 0.01) 70%, rgba(235, 92, 32, 0) 100%);
  background: -moz-linear-gradient(top, rgba(235, 92, 32, 0.2) 0%, rgba(235, 92, 32, 0.1) 50%, rgba(235, 92, 32, 0.01) 70%, rgba(235, 92, 32, 0) 100%);
  background: linear-gradient(to bottom, rgba(235, 92, 32, 0.2) 0%, rgba(235, 92, 32, 0.1) 50%, rgba(235, 92, 32, 0.01) 70%, rgba(235, 92, 32, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-1 .right {
  margin-right: -16%;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .right .play {
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  bottom: 0;
  left: 37%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .about-1 .right .play span {
  display: inline-block;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  text-align: center;
  padding: 6px;
  background: var(--color);
  position: relative;
  color: #fff;
}
.about-page .about-1 .right .play span svg {
  font-size: 20px;
  text-transform: uppercase;
  fill: #fff;
  font-weight: bold;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
.about-page .about-1 .right .play span i {
  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%);
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 24px solid #fff;
  border-bottom: 14px solid transparent;
}
.about-page .about-1 .bottom {
  margin-top: -42px;
}
.about-page .about-1 .bottom .text {
  width: 46.667%;
  top: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 0 0 0 80px;
  padding: 104px 0 83px 90px;
}
.about-page .about-1 .bottom .text i {
  position: absolute;
  top: 56px;
  left: 33px;
  font-size: 129px;
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 .bottom .text .desc {
  max-width: 580px;
  position: relative;
}
.about-page .about-1 .bottom .text .desc .title {
  position: relative;
}
.about-page .about-1 .bottom .text .desc .title::after {
  content: '';
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 24px;
  height: 36px;
  background: url(../images/about-wh.png) no-repeat;
}
.about-page .about-1 .bottom .text .desc .con {
  color: #878787;
  line-height: 1.3;
}
.about-page .about-1 .icon {
  right: 0;
  top: -35%;
}
.about-page .about-2 {
  background: url(../images/about2-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 10.1042% 0 16.25%;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .img {
  width: 47.124%;
  z-index: 1;
}
.about-page .about-2 .img .icon {
  top: -35px;
  left: -114px;
  z-index: -1;
}
.about-page .about-2 .text {
  width: 52.876%;
}
.about-page .about-2 .text span {
  color: var(--color);
  line-height: 1.6;
  padding-right: 25%;
}
.about-page .about-2 .text .title {
  line-height: 1;
  margin: 1px 0 0 -109px;
  max-width: 670px;
  position: relative;
  z-index: 2;
}
.about-page .about-2 .text .title em {
  color: var(--color);
}
.about-page .about-2 .text .con {
  line-height: 1.6;
  color: #5a5a5a;
  max-height: 320px;
  overflow-y: auto;
}
.about-page .about-2 .wz {
  z-index: -1;
  top: 0;
  right: 0;
}
.about-page .about-3 {
  position: relative;
  z-index: 1;
  padding-top: 159px;
  margin-top: -8.6%;
}
.about-page .about-3 .top {
  max-width: 1612px;
  height: 21.67vw;
  margin: 0 0 0 auto;
  border-radius: 30px 0 0 0;
  background: var(--color);
  -webkit-transform: translateY(-37.42%);
  -moz-transform: translateY(-37.42%);
  -ms-transform: translateY(-37.42%);
  transform: translateY(-37.42%);
  position: relative;
  z-index: 1;
}
.about-page .about-3 .top::after {
  content: attr(data-text);
  position: absolute;
  z-index: 10;
  font-size: 184px;
  top: 23px;
  right: 88px;
  line-height: 1;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#fe8947), color-stop(50%, rgba(254, 137, 71, 0.8)), color-stop(70%, rgba(254, 137, 71, 0.6)), to(rgba(254, 137, 71, 0.4)));
  background: -webkit-linear-gradient(top, #fe8947 0%, rgba(254, 137, 71, 0.8) 50%, rgba(254, 137, 71, 0.6) 70%, rgba(254, 137, 71, 0.4) 100%);
  background: -moz-linear-gradient(top, #fe8947 0%, rgba(254, 137, 71, 0.8) 50%, rgba(254, 137, 71, 0.6) 70%, rgba(254, 137, 71, 0.4) 100%);
  background: linear-gradient(to bottom, #fe8947 0%, rgba(254, 137, 71, 0.8) 50%, rgba(254, 137, 71, 0.6) 70%, rgba(254, 137, 71, 0.4) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-3 .bottom {
  background-color: #ffffff;
  border-radius: 0 30px 0 0;
  padding: 114px 0 72px 12.5%;
  max-width: 1685px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.about-page .about-3 .bottom .text {
  width: 46.575%;
}
.about-page .about-3 .bottom .text .title em {
  color: var(--color);
}
.about-page .about-3 .bottom .text .con {
  color: #5a5a5a;
  line-height: 1.6;
}
.about-page .about-3 .bottom .img {
  right: 0;
  top: 0;
  width: 42.196%;
  height: 100%;
  z-index: 6;
}
.about-page .about-3 .bottom .img img {
  width: 100%;
  height: 100%;
}
.about-page .about-3::before {
  content: attr(data-text);
  position: absolute;
  z-index: 4;
  font-size: 184px;
  top: 23px;
  right: 88px;
  line-height: 1;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#fe8947), color-stop(50%, rgba(254, 137, 71, 0.8)), color-stop(70%, rgba(254, 137, 71, 0.1)), to(rgba(254, 137, 71, 0)));
  background: -webkit-linear-gradient(top, #fe8947 0%, rgba(254, 137, 71, 0.8) 50%, rgba(254, 137, 71, 0.1) 70%, rgba(254, 137, 71, 0) 100%);
  background: -moz-linear-gradient(top, #fe8947 0%, rgba(254, 137, 71, 0.8) 50%, rgba(254, 137, 71, 0.1) 70%, rgba(254, 137, 71, 0) 100%);
  background: linear-gradient(to bottom, #fe8947 0%, rgba(254, 137, 71, 0.8) 50%, rgba(254, 137, 71, 0.1) 70%, rgba(254, 137, 71, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-3::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1612px;
  height: 416px;
  background-color: #ff792d;
  border-radius: 30px 0 0 0;
}
.about-page .about-4 {
  background: url(../images/about4-bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 9.323% 0 7.6042%;
}
.about-page .about-4 .header span {
  line-height: 1.6;
  color: var(--color);
}
.about-page .about-4 .header .title {
  line-height: 1.2;
}
.about-page .about-4 .header .title em {
  color: var(--color);
}
.about-page .about-4 .content ul {
  margin: 0 -36px -60px 0;
}
.about-page .about-4 .content ul li {
  padding: 0 36px 60px 37px;
  position: relative;
  height: auto;
}
.about-page .about-4 .content ul li .top {
  border-radius: 20px;
  background: var(--color);
  color: #fff;
  max-width: 510px;
  padding: 17px 27px 12px 32px;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 38px;
}
.about-page .about-4 .content ul li .top span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 17px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.about-page .about-4 .content ul li .ig {
  background-color: #ffffff;
  -webkit-box-shadow: 4px -2px 50px 1px rgba(134, 134, 134, 0.13);
  box-shadow: 4px -2px 50px 1px rgba(134, 134, 134, 0.13);
  border-radius: 20px;
  padding: 147px 46px 37px 69px;
  overflow: hidden;
  z-index: 1;
  height: 100%;
}
.about-page .about-4 .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.6;
  color: #5a5a5a;
  margin-top: 28px;
}
.about-page .about-4 .content ul li .ig .num {
  right: -53px;
  bottom: -9px;
  font-size: 252px;
  line-height: 1;
  font-weight: bold;
  color: var(--color);
  opacity: 0.05;
  z-index: -1;
}
.about-page .about-5 {
  background-image: url(../images/about5-bg.jpg);
  background-size: 100% 100%;
  padding: 5.3646% 0 3.021%;
}
.about-page .about-5 .box {
  max-width: 773px;
  color: #fff;
}
.about-page .about-5 .box .title {
  line-height: 1.1;
}
.about-page .about-5 .box .title em {
  display: block;
}
.about-page .about-5 .box .con {
  line-height: 1.3;
  opacity: 0.82;
}
.about-page .about-5 .box .more {
  padding: 6px 10px 6px 15px;
}
@media screen and (max-width: 1680px) {
  .about-page .about-1 .left::after {
    left: -49px;
    font-size: 200px;
  }
  .about-page .about-1 .right {
    margin-right: -3%;
  }
  .about-page .about-1 .bottom .text {
    padding: 104px 40px 83px 90px;
  }
  .about-page .about-3::after {
    max-width: 1390px;
  }
  .about-page .about-3 .bottom {
    padding: 90px 0 72px 9%;
    max-width: 1400px;
  }
  .font-24 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-3::before {
    right: 6px;
    font-size: 170px;
  }
  .about-page .about-3::after {
    max-width: 1190px;
  }
  .about-page .about-3 .bottom {
    padding: 90px 0 72px 9%;
    max-width: 1200px;
  }
  .about-page .about-4 .content ul li .ig {
    padding: 147px 30px 37px 40px;
  }
  .about-page .about-4 .content ul li .ig .num {
    right: -40px;
    font-size: 190px;
  }
  .about-page .about-5 .box .con {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .right .play {
    left: 14%;
  }
  .about-page .about-1 .left::after {
    font-size: 150px;
    top: -116px;
  }
  .about-page .about-1 .icon {
    zoom: .76;
  }
  .about-page .about-1 .bottom .text {
    width: 56%;
    padding: 80px 40px 20px 90px;
  }
  .about-page .about-3::before {
    font-size: 136px;
  }
  .about-page .about-3::after {
    max-width: 960px;
  }
  .about-page .about-3 .bottom {
    max-width: 970px;
    padding: 70px 0 40px 7%;
  }
  .about-page .about-4 .content ul li .top {
    max-width: 420px;
  }
  .about-page .about-4 .content ul li .top .icon {
    width: 60px;
  }
  .about-page .about-4 .content ul li .top span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .left::after {
    display: none;
  }
  .about-page .about-1 .right {
    width: 100%;
    text-align: left;
  }
  .about-page .about-1 .right img {
    display: none;
  }
  .about-page .about-1 .right .play {
    position: initial;
  }
  .about-page .about-1 .bottom {
    margin-top: 30px;
  }
  .about-page .about-1 .bottom .text {
    position: relative;
    width: 100%;
    padding: 60px 40px 20px 60px;
  }
  .about-page .about-1 .bottom .text i {
    top: 16px;
    left: 10px;
  }
  .about-page .about-1 .bottom .text .desc .con {
    font-size: 18px;
    line-height: 1.6;
  }
  .about-page .about-1 .icon {
    display: none;
  }
  .about-page .about-2 .wz {
    display: none;
  }
  .about-page .about-3 {
    margin-top: 0;
    padding-top: 100px;
  }
  .about-page .about-3::before {
    font-size: 114px;
  }
  .about-page .about-3::after {
    width: 100%;
  }
  .about-page .about-3 .bottom {
    padding: 30px 0 20px 5%;
  }
  .about-page .about-3 .bottom .text {
    width: 50%;
  }
  .about-page .about-4 .content ul li {
    padding-left: 0;
  }
  .about-page .about-4 .content ul li .top {
    position: initial;
    border-radius: 20px 20px 0 0;
    padding: 12px 20px;
  }
  .about-page .about-4 .content ul li .top .icon {
    width: 50px;
  }
  .about-page .about-4 .content ul li .top span {
    font-size: 22px;
  }
  .about-page .about-4 .content ul li .ig {
    padding: 30px 15px;
    border-radius: 0 0 20px 20px;
    height: auto;
  }
  .about-page .about-4 .content ul li .ig .con {
    margin-top: 0;
  }
  .about-page .about-4 .content ul li .ig .num {
    right: -26px;
    font-size: 130px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .left .title {
    font-size: 36px;
  }
  .about-page .about-2 .img {
    width: 100%;
  }
  .about-page .about-2 .img .icon {
    left: 0;
  }
  .about-page .about-2 .text {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-2 .text .title {
    margin-left: 0;
    font-size: 30px;
    line-height: 1.3;
    margin-top: 20px;
  }
  .about-page .about-3 {
    padding-top: 71px;
  }
  .about-page .about-3::before {
    font-size: 71px;
  }
  .about-page .about-3 .bottom {
    padding: 30px 15px 0;
  }
  .about-page .about-3 .bottom .text {
    width: 100%;
  }
  .about-page .about-3 .bottom .text .title {
    font-size: 30px;
    line-height: 1.4;
  }
  .about-page .about-3 .bottom .img {
    position: initial;
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-4 .title {
    font-size: 36px;
  }
  .about-page .about-4 .content .flex-2 > * {
    width: 100%;
  }
  .about-page .about-4 .content ul {
    margin-bottom: -30px;
  }
  .about-page .about-4 .content ul li {
    padding-bottom: 30px;
  }
  .about-page .about-4 .content ul li .top {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .left .title {
    font-size: 30px;
    line-height: 1.3;
  }
  .about-page .about-1 .left .title small {
    display: inline;
  }
  .about-page .about-1 .bottom .text {
    padding: 30px 20px 20px;
  }
  .about-page .about-1 .bottom .text i {
    top: 3px;
    left: 0;
    font-size: 80px;
  }
  .about-page .about-1 .bottom .text .desc .title {
    font-size: 21px;
  }
  .about-page .about-1 .bottom .text .desc .title::after {
    bottom: 9px;
    zoom: .7;
  }
  .about-page .about-1 .bottom .text .desc .con {
    font-size: 15px;
    line-height: 2 !important;
  }
  .about-page .about-2 .text {
    padding-left: 0;
  }
  .about-page .about-4 .content ul li .top .icon {
    width: 40px;
  }
  .about-page .about-4 .content ul li .top span {
    font-size: 20px;
    margin-left: 9px;
    line-height: 1.4;
  }
  .about-page .about-4 .content ul li .ig {
    padding: 20px 15px;
  }
  .about-page .about-4 .content ul li .ig .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-5 .box .title {
    font-size: 28px;
    line-height: 1.3;
  }
  .about-page .about-5 .box .title em {
    display: inline;
  }
  .about-page .about-5 .box .con {
    font-size: 16px;
  }
}

.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.case-page{
  padding: 100px 0;
  border-top-left-radius: 30px;
  background: #fff;
}

.case-page .inner-sub{
  z-index: 1;
}

.casedet-page{
  padding: 100px 0;
  padding-left: 160px;
  background: #fff;
  margin-top: -60px;
  border-top-left-radius: 0px;
}

.casedet-page .inner-sub{
  z-index: 1;
}
.casedet-page .container{
  width: 100%;
}
.case-page .container ul{
 margin: 0 -15px;
}
.case-page .container ul >p {
  font-size: 16px;
  letter-spacing: 0;
}
.case-page .container ul li{
  margin-top: 20px;
  padding: 0 15px;
}
.case-page .container ul li img{
  width: 100%;
}
.case-page .container ul li p{
    font-size: 18px;
    text-align: center;
    padding: 5px 10px;
    line-height: 2;
}
.case_cont .case_left {
  width: 22%;
  position: sticky;
  top: 40px
}
.case_cont .case_left .widget {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px
}
.case_cont .case_left .widget form {
  position: relative
}
.case_cont .case_left .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_left .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px
}

.case_cont .case_left .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000
}

.case_cont .case_left .widget ul {
  margin-bottom: 0;
  padding: 0
}

.case_cont .case_left .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  overflow: hidden
}

.case_cont .case_left .widget ul li a {
  padding-left: 20px;
  line-height: 28px
}

.case_cont .case_left .widget ul li:last-child {
  margin-bottom: 0
}

.case_cont .case_left .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px
}

.case_cont .case_left .widget ul li:hover,
.case_cont .case_left .widget ul li.active {
  color: var(--color)
}

.case_cont .case_left .widget ul li ul {
  display: none;
  margin-top: 15px
}

.case_cont .case_left .widget ul li ul li a {
  padding-left: 0;
  color: #999
}

.case_cont .case_left .widget ul li ul li a.active {
  color: var(--color)
}

.case_cont .case_left .widget .recent li {
  display: block
}

.case_cont .case_left .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left
}

.case_cont .case_left .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem
}

.case_cont .case_left .widget .form1 {
  text-align: center
}

.case_cont .case_left .widget .form1 input[type=text],
.case_cont .case_left .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_left .widget .form1 input[type=submit] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.case_cont .case_left .widget .form1 input[type=submit]:hover {
  background: #000
}

.case_cont .case_right {
  width: 78%;
  padding: 0 0 50px 50px
}


.case_cont .case_right .ap-top {
  position: relative;
  transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
  transform-style: preserve-3d;
  perspective: 80000px
}

.case_cont .case_right .ap-top .img {
  transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all .5s
}

.case_cont .case_right .ap-top .img img {
  width: 100%
}

.case_cont .case_right .ap-top .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2)
}

.case_cont .case_right .ap-top h6 {
  padding: 0 1.6rem .7rem;
  position: absolute;
  background: 0 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  top: 1.6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase
}

.case_cont .case_right .ap-top h6:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 2rem;
  background-color: #fff
}

.case_cont .case_right .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px 1.6rem;
  bottom: 0;
  color: #fff;
  background: var(--color);
  z-index: 10
}

.case_cont .case_right .ap-top .desc h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6
}

.case_cont .case_right .ap-top .desc p {
  font-size: 16px;
  line-height: 2
}

.case_cont .case_right .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, .35)
}


.case_cont .case_right .ap-bottom {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_right .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002e42;
  text-transform: capitalize;
  font-weight: 700
}

.case_cont .case_right .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem
}

.case_cont .case_right .ap-bottom .con p {
  margin-bottom: 15px
}

.case_cont .case_right .ap-bottom .bottom2 {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc
}

.case_cont .case_right .ap-bottom .bottom2 dl {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-bottom: 1rem
}

.case_cont .case_right .ap-bottom .bottom3 {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li {
  margin-bottom: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002e42;
  font-weight: 700;
  line-height: 2;
  padding: .8rem 1.2rem;
  padding-right: 40px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .1);
  position: relative
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
  content: "\f107";
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 20px;
  font-family: fontAwesome
}

.case_cont .case_right .ap-bottom .bottom3 ul li .desc {
  padding: 1.6rem 2rem .8rem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1px;
  color: #002e42;
  display: none
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4 {
  background: #1955a0;
  color: #fff
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4:after {
  content: "\f106"
}

.case_cont .case_right .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0
}
.case_cont .case_right .init-1{
  padding-right: 160px;
}
.case_cont .case_right .init-1 .img_cont{
  min-height: 100px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
}
.case_cont .case_right .init-1 .img_cont img{
  width: 100%;
  height: 100%;
}
.case_cont .case_right .init-1 .img_cont .text{
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
  padding: 0 40px;
  font-weight: bold;
}
.case_cont .case_right .init-1 .img_cont .text span{
  border-bottom: 4px solid #fff;
  padding-bottom: 10px;
  display: inline-block;
}
.case_cont .case_right .init-1 .text_cont{
  color: #222222;
  margin-top: 30px;
} 
.case_cont .case_right .init-2{
  margin-top: 60px;
}
.case_cont .case_right .init-2 .top{
  position: relative;
}
.case_cont .case_right .init-2 .top::before{
  content:'';
  position: absolute;
  bottom: 1px;
  left: 45px;
  width: calc(100% - 90px);
  height: 1px;
  background: #c4c4c6;
}
.case_cont .case_right .init-2 table{
  border: none;
}
.case_cont .case_right .init-2 table tbody{
  display: block;
}

.case_cont .case_right .init-2 table tr{
  display: block;
  width: 100% !important;
}
.case_cont .case_right .init-2 table tr td{
  border: none;
  padding: 0;
}
.case_cont .case_right .init-2 .top{
  margin: 0 -45px;
}
.case_cont .case_right .init-2 .top .slick-track{
  display: flex;
  flex-wrap: wrap;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide{
  height: auto;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div{
  height: 100%;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div > td{
  height: 100% !important;
  position: relative;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div > td::before{
  position: absolute;
  content: '';
  bottom: 0;
  left: 45px;
  width: 18px;
  height: 3px;
  background: #767677;
  transition: all .5s;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td{
  color: #000;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td::before{
  width: calc(100% - 90px);
  background: #0256bf;
}


.case_cont .case_right .init-2 .top table tr td{
  padding: 0 45px;
  font-weight: bold;
  padding-bottom: 30px;
  color: rgba(0, 0, 0, .5);
}

.case_cont .case_right .init-2 .bottom{
  margin-top: 20px;
}

.case_cont .case_right .init-3{
  margin-top: 50px;
}

.case_cont .case_right .init-3 .tips{
  font-weight: bold;
}
.case_cont .case_right .init-3 .swiper{
  margin-top: 40px;
  overflow: hidden;
}
.case_cont .case_right .init-3 .swiper .swiper-wrapper{
  display: flex;
  align-items: center;
}
.case_cont .case_right .init-3 .swiper .img_c{
  border-radius: 16px;
  overflow: hidden;
}
.case_cont .case_right .init-3 .swiper .img_c img{
  width: 100%;
}
.case_cont .case_right .init-3 .swiper .img_c video{
  display: block;
  width: 100%;
}
.case_cont .case_right .init-4{
  margin-top: 50px;
}
.case_cont .case_right .init-4 .tips{
  font-weight: bold;
  margin-top: 60px;
}
.case_cont .case_right .init-4 .swiper{
  margin-top: 50px;
  overflow: hidden;
}
.case_cont .case_right .init-4 .swiper .swiper-slide{
  height: auto;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .box{
  height: 100%;
}
.case_cont .case_right .init-4 .swiper .swiper-slide a{
  display: block;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .box{
  background: #fff;
  padding: 30px 50px;
  border-radius: 16px;
}
.case_cont .case_right .init-4 .swiper .swiper-slide a img{
  display: block;
  width: 100%;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .text{
  font-family: 'EurostileBla';
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width:1500px) {
  .casedet-page{
    padding-left: 0;
  }
  .case_cont .case_right .init-1{
    padding-right: 0;
  }
  .casedet-page .container{
    width: 1200px;
  }
  .case_cont .case_left {
    width: 28%
  }
  .case_cont .case_right {
    width: 72%
  }
  .case_cont .case_left .widget .recent li a.title {
    margin-left: 98px
  }
}
@media screen and (max-width:1250px) {
  .case_cont .case_right .init-4 .swiper .swiper-slide .box{
    padding: 20px 16px;
  }
}
@media screen and (max-width:1000px) {
  .case-page{
    margin-top: 0;
    padding: 60px 0;
  }
  .casedet-page{
    margin-top: 0;
  }
  .case_cont .case_left {
    display: none
  }
  .case_cont .case_right {
    width: 100%;
    padding-left: 0
  }
  .case_cont .case_right {
    padding: 0 0 50px
  }
}
@media (max-width: 700px) {
  .case-page{
    padding: 30px 0;
  } 
  .case_cont .case_right .ap-top .img img {
    min-height: 250px;
    object-fit: cover
  }
  .case_cont .case_right .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }
  .case_cont .case_right .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8
  }
  .case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
    right: .5em
  }
}
@media (max-width: 500px) {
  .casedet-page{
    padding: 40px 0;
  }
  .case-page{
    padding: 40px 0;
  }
  .case_cont .case_right .ap-bottom .bottom3 ul li .desc{
    padding: 20px 10px;
  }
  .case_cont .case_right .init-1 .img_cont .text{
    font-size: 20px;
    bottom: 10px;
    padding: 0 10px;
  }
   .case_cont .case_right .init-1 .img_cont .text span{
     padding-bottom: 4px;
     border-bottom: 2px solid #fff;
   }
   .case_cont .case_right .init-1 .text_cont{
     margin-top: 10px;
   }
   .case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td{
     padding-bottom: 10px;
   }
   .case_cont .case_right .init-3 .swiper{
     margin-top: 20px;
   }
   .case_cont .case_right .init-4{
     margin-top: 20px;
   }
   .case_cont .case_right .init-4 .swiper{
     margin-top: 20px;
   }
}
#sidebar{
  right: 16px;
  bottom: 16%;
}
#sidebar ul li{
  border-radius: 9px;
}
#sidebar ul li:first-child{
  border-top-left-radius: 9px;
}
#sidebar ul li:last-child {
  border-bottom-left-radius: 9px;
}
#sidebar ul li .child{
  white-space: nowrap;
}
.custom-page .custom-1 {
  padding-top: 7.92%;
}
.custom-page .custom-1 .img {
  width: 71.028%;
}
.custom-page .custom-1 .text {
  width: 48.768%;
  background: var(--color);
  color: #fff;
  margin-left: -19.796%;
  padding: 112px 24px 117px 36px;
  z-index: 1;
}
.custom-page .custom-1 .text .title {
  letter-spacing: 1px;
  line-height: 1.3;
}
.custom-page .custom-1 .text::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -30%;
  right: -14.6%;
  width: 502px;
  height: 502px;
  border-radius: 50%;
  background-color: #d64917;
  opacity: 0.26;
}
.custom-page .custom-2 {
  background: url(../images/custom2-bg.png) no-repeat center top rgba(224, 224, 224, 0.51);
  border-radius: 80px;
  padding: 21.46% 0 2.96875%;
  margin-top: -15.4167%;
}
.custom-page .custom-2 .header p {
  max-width: 631px;
  line-height: 1.3;
  margin: 10px auto 0;
  color: #5a5a5a;
}
.custom-page .custom-2 .content ul {
  margin: -12.5px;
}
.custom-page .custom-2 .content ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12.5px;
}
.custom-page .custom-2 .content ul li .ig {
  padding-top: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #969696;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-2 .content ul li .ig .icon {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: var(--color);
  top: 23px;
  left: 0;
}
.custom-page .custom-2 .content ul li .ig .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 73px;
}
.custom-page .custom-2 .content ul li .ig .text .con {
  color: #5a5a5a;
  line-height: 1.3;
}
.custom-page .custom-2 .content ul li .ig:hover {
  border-color: var(--color);
}
.custom-page .custom-2 .bottom {
  margin: 47px auto 0;
  max-width: 594px;
  line-height: 1;
  color: #1e1e1e;
}
.custom-page .custom-2 .bottom::before {
  content: '';
  width: 1px;
  height: 55px;
  background: var(--color);
  display: block;
  margin: 0 auto 10px;
}
.custom-page .custom-3 {
  padding-top: 8.021%;
}
.custom-page .custom-3 .header span {
  color: var(--color);
  line-height: 1.6;
}
.custom-page .custom-3 .header .title {
  letter-spacing: 1px;
  line-height: 1.3;
}
.custom-page .custom-3 .content ul li {
  margin-bottom: 107px;
}
.custom-page .custom-3 .content ul li .img {
  width: 50.209%;
  border-radius: 0 100px 100px 0;
}
.custom-page .custom-3 .content ul li .img img {
  border-radius: 0 100px 100px 0;
}
.custom-page .custom-3 .content ul li .text {
  margin-bottom: 43px;
  width: 53.698%;
  margin-left: -3.907%;
  background: #fff;
  -webkit-box-shadow: 4px -2px 56px 1px rgba(134, 134, 134, 0.14);
  box-shadow: 4px -2px 56px 1px rgba(134, 134, 134, 0.14);
  border-radius: 100px 0 0 100px;
  padding: 86px 0 86px 106px;
  z-index: 1;
}
.custom-page .custom-3 .content ul li .text .desc {
  max-width: 681px;
}
.custom-page .custom-3 .content ul li .text .con {
  line-height: 1.3;
  color: #5a5a5a;
  margin-top: 38px;
  max-height: 163px;
  overflow-y: auto;
}
.custom-page .custom-3 .content ul li .text .con p {
  margin-top: 23px;
  padding-left: 27px;
  position: relative;
}
.custom-page .custom-3 .content ul li .text .con p:first-child {
  margin-top: 0;
}
.custom-page .custom-3 .content ul li .text .con p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--color);
}
.custom-page .custom-3 .content ul li .text .icon {
  right: 0;
  bottom: 17px;
  z-index: -1;
}
.custom-page .custom-3 .content ul li:nth-child(even) {
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-page .custom-3 .content ul li:nth-child(even) .img {
  border-radius: 100px 0 0 100px;
}
.custom-page .custom-3 .content ul li:nth-child(even) .img img {
  border-radius: 100px 0 0 100px;
}
.custom-page .custom-3 .content ul li:nth-child(even) .text {
  margin: 0 -3.907% 0 0;
  border-radius: 0 100px 100px 0;
  padding: 86px 106px 86px 0;
}
.custom-page .custom-3 .content ul li:nth-child(even) .text .desc {
  margin: 0 0 0 auto;
}
.custom-page .custom-3 .content ul li:nth-child(even) .text .icon {
  right: initial;
  left: 0;
}
.custom-page .custom-3 .content ul li:last-child {
  margin-bottom: 0;
}
.custom-page .custom-4 {
  background: url(../images/custom4-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-top: 111px;
  padding: 23.49% 0 11.2%;
  z-index: 1;
}
.custom-page .custom-4 .box {
  color: #fff;
  max-width: 737px;
}
.custom-page .custom-4 .box .title {
  line-height: 1;
  max-width: 490px;
}
.custom-page .custom-4 .info {
  right: 0;
  bottom: 0;
  max-width: 674px;
  background: var(--color);
  color: #fff;
  padding: 52px 93px 75px;
}
.custom-page .custom-4 .info .title {
  line-height: 1.2;
}
.custom-page .custom-4 .info .more {
  background: #fff;
  border: 0;
  color: #000;
  border-radius: 0;
  font-size: 22px;
  padding: 19px 16px 16px 27px;
}
.custom-page .custom-4 .info .more em {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 24px;
  margin-left: 90px;
}
.custom-page .custom-4 .info .more::after {
  background: #000;
}
.custom-page .custom-4 .info .more:hover {
  color: #fff;
}
.custom-page .custom-4::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 47%;
  height: 80.46%;
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, rgba(255, 121, 45, 0.76)), to(rgba(255, 121, 45, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 121, 45, 0.76) 6%, rgba(255, 121, 45, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 121, 45, 0.76) 6%, rgba(255, 121, 45, 0) 100%);
  background: linear-gradient(to right, rgba(255, 121, 45, 0.76) 6%, rgba(255, 121, 45, 0) 100%);
}
@media screen and (max-width: 1680px) {
  .custom-page .custom-3 .content ul li .text {
    padding: 43px 0 43px 58px;
  }
  .custom-page .custom-3 .content ul li .text .icon {
    zoom: .6;
  }
  .custom-page .custom-3 .content ul li:nth-child(even) .text {
    padding: 43px 58px 43px 0;
  }
  .custom-page .custom-4 .info {
    max-width: 560px;
    padding: 26px 46px 38px;
  }
}
@media screen and (max-width: 1450px) {
  .custom-page .custom-1 .text {
    padding: 56px 12px 58px 18px;
  }
  .custom-page .custom-1 .text::after {
    width: 301px;
    height: 301px;
  }
  .custom-page .custom-3 .content ul li .text {
    padding: 36px 28px;
  }
  .custom-page .custom-3 .content ul li:nth-child(even) .text {
    padding: 36px 28px;
  }
  .custom-page .custom-4 .box {
    max-width: 620px;
  }
  .custom-page .custom-4 .box .con {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .custom-page .custom-1 .text {
    padding: 28px 12px 28px 18px;
  }
  .custom-page .custom-2 .content ul li .ig .icon {
    zoom: .6;
  }
  .custom-page .custom-2 .content ul li .ig .text {
    padding: 0 40px;
  }
  .custom-page .custom-3 .content ul li .text {
    margin-bottom: 0;
  }
  .custom-page .custom-3 .content ul li .text .con {
    margin-top: 18px;
  }
  .custom-page .custom-3 .content ul li .text .con p {
    margin-top: 13px;
    padding-left: 18px;
  }
  .custom-page .custom-3 .content ul li .text .con p::before {
    width: 10px;
    height: 10px;
  }
  .custom-page .custom-4 .box {
    max-width: 520px;
  }
  .custom-page .custom-4 .info {
    max-width: 430px;
  }
  .custom-page .custom-4 .info .more {
    padding: 8px 16px;
  }
  .custom-page .custom-4 .info .more em {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .custom-page .custom-1 .text::after {
    width: 201px;
    height: 201px;
  }
  .custom-page .custom-2 .content .flex-3 > * {
    width: 50%;
  }
  .custom-page .custom-3 .content ul li {
    margin-bottom: 53px;
  }
  .custom-page .custom-3 .content ul li .img {
    width: 100%;
  }
  .custom-page .custom-3 .content ul li .text {
    width: 100%;
    margin-left: 0;
    border-radius: 0 !important;
  }
  .custom-page .custom-3 .content ul li:nth-child(even) .text {
    margin-right: 0;
  }
  .font-29 {
    font-size: 24px;
  }
  .custom-page .custom-4 {
    margin-top: 30px;
  }
  .custom-page .custom-4 .box {
    max-width: 100%;
  }
  .custom-page .custom-4 .info {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .font-48 {
    font-size: 33px;
  }
  .font-32 {
    font-size: 32px;
  }
  .custom-page .custom-1 .img {
    width: 100%;
    padding-bottom: 0;
  }
  .custom-page .custom-1 .text {
    width: 100%;
    margin: 0;
  }
  .custom-page .custom-2 .content .flex-3 > * {
    width: 100%;
  }
  .custom-page .custom-2 .content ul li .ig .icon {
    zoom: 1;
  }
  .custom-page .custom-2 .content ul li .ig .text .con {
    font-size: 18px;
  }
  .custom-page .custom-2 .bottom {
    line-height: 1.5;
  }
  .custom-page .custom-4 .box .con {
    font-size: 16px;
    margin-top: 20px;
  }
  .custom-page .custom-4::after {
    width: 100%;
  }
  .custom-page .custom-3 .content ul li .text .con p::before {
    top: 8px;
  }
  .font-61 {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  .font-48 {
    font-size: 26px;
  }
  .custom-page .custom-2 .content ul li .ig .icon {
    top: 0;
    zoom: .6;
  }
  .custom-page .custom-2 .content ul li .ig .text {
    padding: 0 20px;
  }
  .custom-page .custom-2 .content ul li .ig .text .title {
    font-size: 24px;
  }
  .custom-page .custom-2 .content ul li .ig .text .con {
    font-size: 16px;
  }
  .custom-page .custom-3 .content ul li .text {
    padding: 20px 15px !important;
  }
  .custom-page .custom-4 {
    padding: 26% 0 20px;
  }
  .custom-page .custom-4 .box .con {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
  .font-61 {
    font-size: 30px;
  }
}

.df {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.category-product-page .category-left .top {
  background-color: #f5f5f5;
  padding-top: 37px;
  padding-bottom: 23px;
  border-radius: 10px;
}
.category-product-page .category-left .top .form {
  margin: 0 26px;
}
.category-product-page .category-left .top .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.category-product-page .category-left .top .form form input {
  border: none;
}
.category-product-page .category-left .top .form form .text {
  width: -webkit-calc(100% - 67px);
  width: -moz-calc(100% - 67px);
  width: calc(100% - 67px);
  height: 69px;
  background-color: #ffffff;
  color: #000;
  padding-left: 20px;
  font-size: 20px;
}
.category-product-page .category-left .top .form form .text::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text:-moz-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text::-moz-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .text::placeholder {
  font-size: 14px;
  color: rgba(181, 181, 181, 0.65);
}
.category-product-page .category-left .top .form form .submit {
  width: 67px;
  height: 69px;
  background: var(--color) url('../images/category-left-submit.png') no-repeat center center;
}
.category-product-page .category-left .top .side-category-title {
  padding: 0 26px;
  font-family: Montserrat;
  font-weight: bold;
  color: #000;
  margin-top: 36px;
  margin-bottom: 21px;
}
.category-product-page .category-left .top .side-category-list {
  font-family: Montserrat;
}
.category-product-page .category-left .top .side-category-list li a {
  display: block;
}
.category-product-page .category-left .top .side-category-list > li > a {
  font-weight: bold;
  color: #000;
  padding: 12px 30px;
  position: relative;
  z-index: 1;
}
.category-product-page .category-left .top .side-category-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/side-category-list-bg.png") no-repeat left center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.category-product-page .category-left .top .side-category-list > li > a:hover:before {
  opacity: 1;
}
.category-product-page .category-left .top .side-category-list > li > a.active:before {
  opacity: 1;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li:last-child a {
  border: none;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li a {
  font-weight: bold;
  color: #6b6b6b;
  opacity: 0.52;
  padding: 9px 45px;
  border-bottom: 1px solid rgba(198, 198, 198, 0.16);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li a.active {
  color: var(--color);
  opacity: 1;
}
.category-product-page .category-left .top .side-category-list > li .side-category-list1 li a:hover {
  color: var(--color);
  opacity: 1;
}
.category-product-page .category-left .bottom .side-category-title {
  margin: 2.760416666666667vw 34px 2.291666666666667vw;
  color: #000;
  font-family: Montserrat;
  font-weight: bold;
}
.category-product-page .category-left .bottom .category-list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px;
}
.category-product-page .category-left .bottom .category-list li .little-img {
  display: block;
  margin-right: 20px;
  max-width: 85px;
  border-radius: 50%;
}
.category-product-page .category-left .bottom .category-list li .right-text a.title {
  display: block;
  margin-bottom: 7px;
  font-weight: bold;
  font-family: Montserrat;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.category-product-page .category-left .bottom .category-list li .right-text a.title:hover {
  color: var(--color);
}
.category-product-page .category-left .bottom .category-list li .right-text .intro {
  color: #7e7e7e;
  max-width: 194px;
  line-height: 1.3;
}
.category-product-page .category-left{
  width: 342px;
}
.category-product-page .category-right {
  width: -webkit-calc(100% - 342px);
  width: -moz-calc(100% - 342px);
  width: calc(100% - 342px);
  padding-left: 35px;
}
.category-product-page .category-right h1 {
  font-family: Montserrat;
  font-weight: bold;
  margin-bottom: 20px;
}
.Auxil-catdes {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}
.category-product-page .category-right .all-product-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}
.category-product-page .category-right .all-product-list li {
  width: 33.333%;
  margin-bottom: 94px;
  padding-right: 20px;
  
}
.category-product-page .category-right .all-product-list li .box {
  border: 2px solid rgba(218, 218, 218, 0.4);
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
}
.category-product-page .category-right .all-product-list li .box:hover a.title {
  color: var(--color);
}
.category-product-page .category-right .all-product-list li .box a.img {
  display: block;
  text-align: center;
}
.category-product-page .category-right .all-product-list li .box a.title {
  display: block;
  text-align: center;
  margin: 0 15px 12px;
  font-weight: bold;
  height: 100px;

}
.category-product-page .category-right .all-product-list li .box .intro {
  color: #7e7e7e;
  max-width: 281px;
  margin: 0 auto 29px;
  /*text-align: center;*/
  line-height: 2;
    display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 54px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn {
  position: relative;
  -webkit-transition: width 0.3s, background-color 0.3s;
  -moz-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
  width: 60px;
  height: 60px;
  background-color: #d4d4d4;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 7px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  margin: 0 auto -30px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn .plus {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: Montserrat;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  font-size: 20px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover {
  background-color: var(--color);
  width: 176px;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover .plus {
  display: none;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover span {
  display: block;
  position: absolute;
  left: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover .circle {
  background: #fff;
}
.category-product-page .category-right .all-product-list li .box a.category-btn:hover .circle i {
  color: var(--color);
}
.category-product-page .category-right .all-product-list li .box a.category-btn span {
  color: #fff;
  display: none;
}
.category-product-page .category-right .all-product-list li .box a.category-btn .circle {
  width: 46px;
  height: 46px;
  background-color: #d4d4d4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}
.category-product-page .category-right .all-product-list li .box a.category-btn .circle i {
  color: #d4d4d4;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1280px) {
  .category-product-page .category-right .all-product-list li {
    width: 50%;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1000px) {
  .category-product-page .category-left {
    display: none;
  }
  .category-product-page .category-right {
    width: 100%;
    padding-left: 0;
  }
  .category-product-page .category-right h1 {
    margin-top: 30px;
    font-size: 20px!Important;
  }
}
@media screen and (max-width: 500px) {
  .category-product-page .category-right .all-product-list li {
    width: 100%;
  }
}
quality-banner {
  position: relative;
  z-index: 1;
}
.quality-banner::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
}
.quality-page .quality-1 .header {
  position: relative;
  z-index: 2;
  background: #f9f9f9;
  padding: 131px 0 62px;
  border-bottom: 1px solid rgba(70, 70, 70, 0.2);
}
.quality-page .quality-1 .header .title {
  line-height: 1.1;
  letter-spacing: 1px;
}
.quality-page .quality-1 .header .title em {
  color: var(--color);
}
.quality-page .quality-1 .header .con {
  line-height: 1.3;
  color: #464646;
  max-width: 749px;
  margin: 34px auto 0;
}
.quality-page .quality-1 .content {
  position: relative;
  z-index: 1;
  padding: 149px 0 162px;
}
.quality-page .quality-1 .content ul li .text {
  width: 54.863%;
  padding: 40px 77px 0 0;
}
.quality-page .quality-1 .content ul li .text .con {
  line-height: 1.3;
  color: #464646;
}
.quality-page .quality-1 .content ul li .text .desc {
  line-height: 1.5;
  color: #464646;
}
.quality-page .quality-1 .content ul li .text .desc p {
  padding-left: 37px;
  position: relative;
  margin-bottom: 43px;
}
.quality-page .quality-1 .content ul li .text .desc p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../images/quality-check.png) no-repeat center top;
  background-size: 100% 100%;
}
.quality-page .quality-1 .content ul li .text .desc p:last-child {
  margin-bottom: 0;
}
.quality-page .quality-1 .content ul li .img {
  width: 45.137%;
  padding: 29px;
  border-radius: 50%;
  background: #f1d2c7;
  position: relative;
  z-index: 1;
}
.quality-page .quality-1 .content ul li:nth-child(even) .box {
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quality-page .quality-1 .content ul li:nth-child(even) .text {
  padding: 0 0 0 77px;
}
.quality-page .quality-1 .content ul li:last-child {
  margin-bottom: 0;
}
.quality-page .quality-1 .content ul li:hover .img::before,
.quality-page .quality-1 .content ul li:hover .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  z-index: -1;
  -webkit-animation: ks1 3s linear infinite;
  -moz-animation: ks1 3s linear infinite;
  animation: ks1 3s linear infinite;
}
.quality-page .quality-1 .content ul li:nth-child(1) {
  margin-bottom: 110px;
}
.quality-page .quality-1 .content ul li:nth-child(2) {
  margin-bottom: 320px;
}
.quality-page .quality-1 .content ul li:nth-child(3) {
  margin-bottom: 122px;
}
.quality-page .quality-1 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -4%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/quality-bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.quality-page .quality-2 {
  background: url(../images/quality2-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 11.042% 0 6.823%;
  border-radius: 60px 60px 0 0;
  color: #fff;
}
.quality-page .quality-2 .box {
  max-width: 775px;
}
.quality-page .quality-2 .box .title {
  line-height: 1.1;
}
.quality-page .quality-2 .box .con {
  line-height: 1.2;
}
.quality-page .quality-2 .box .more {
  padding: 4px 7px 5px 50px;
}
.quality-page .quality-2 .box .more span {
  text-transform: uppercase;
}
.quality-page .quality-2 .box .more em {
  margin-left: 26px;
  width: 62px;
  height: 62px;
  line-height: 62px;
}
@-webkit-keyframes ks1 {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.2;
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
@-moz-keyframes ks1 {
  from {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.2;
  }
  to {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes ks1 {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.2;
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
@media screen and (max-width: 1000px) {
  .quality-page .font-18 {
    font-size: 18px;
  }
  .quality-page .font-20 {
    font-size: 20px;
  }
  .quality-page .quality-1 .header {
    padding: 60px 0;
  }
  .quality-page .quality-1 .content {
    padding: 0;
  }
  .quality-page .quality-1 .content ul li {
    margin-bottom: 0 !important;
    padding: 30px 0;
    background: #f9f9f9;
  }
  .quality-page .quality-1 .content ul li .img {
    width: 100%;
  }
  .quality-page .quality-1 .content ul li .text {
    width: 100%;
    padding: 0;
  }
  .quality-page .quality-1 .content ul li .text .tit {
    font-size: 30px;
  }
  .quality-page .quality-1 .content ul li .text .desc {
    font-size: 16px;
  }
  .quality-page .quality-1 .content ul li .text .desc p {
    margin-bottom: 20px;
  }
  .quality-page .quality-1 .content ul li:nth-child(even) {
    background: #fff;
  }
  .quality-page .quality-1 .content ul li:nth-child(even) .text {
    padding: 0;
  }
  .quality-page .quality-1 .content::after {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .quality-page .quality-1 .header {
    padding: 30px 0;
  }
  .quality-page .quality-1 .header .title {
    font-size: 30px;
    line-height: 1.3;
  }
  .quality-page .quality-1 .header .title em {
    display: inline;
  }
  .quality-page .quality-1 .header .con {
    margin: 17px auto 0;
  }
  .quality-page .quality-1 .content ul li .text .tit {
    font-size: 26px;
  }
  .quality-page .quality-2 .box .con {
    font-size: 18px;
    line-height: 1.6;
  }
  .quality-page .quality-2 .box .more {
    padding: 5px 9px 5px 18px;
  }
  .quality-page .quality-2 .box .more em {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .quality-page .quality-1 .header .title {
    font-size: 24px;
  }
  .quality-page .font-18 {
    font-size: 16px;
    line-height: 1.8;
  }
  .quality-page .quality-1 .content ul li .text .tit {
    font-size: 24px;
  }
  .quality-page .quality-1 .content ul li .text .desc {
    font-size: 14px;
    line-height: 2;
  }
  .quality-page .quality-1 .content ul li .text .desc p {
    margin-bottom: 10px;
  }
}
/*2025-8-20*/
.about-page .about-factory{
  padding-bottom: 7.6042%;
}
.about-page .about-factory .title em{
  color: var(--color);
}