@font-face {
  font-family: 'AktivGroteskEx';
  src: url('../fonts/AktivGroteskEx-Bold.eot');
  src: url('../fonts/AktivGroteskEx-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Bold.woff') format('woff'), url('../fonts/AktivGroteskEx-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'AktivGroteskEx';
  src: url('../fonts/AktivGroteskEx-Regular.eot');
  src: url('../fonts/AktivGroteskEx-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Regular.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Regular.woff') format('woff'), url('../fonts/AktivGroteskEx-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
body {
  font-family: "AktivGroteskEx";
  max-width: 1920px;
  --color: #ff632f;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  padding: 0 100px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 19px 0;
  border-bottom: 1px solid white;
}
#header .nav .ui.menu {
  margin: 0 auto;
  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;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin: 0 30px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header.inner .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#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;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: 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 > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .yuy span {
  color: white;
  font-size: 18px;
  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;
}
#header .nav .ui.menu .yuy span img {
  width: 27px;
  margin-right: 5px;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.inner {
  border-bottom-color: #767676;
}
#header.inner .nav .ui.menu .h-search img,
#header.inner .nav .ui.menu .logo img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.active {
  background: rgba(22, 22, 22, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#header.inner .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.inner.active {
  background-color: white;
  border-bottom-color: #767676;
}
#header .product_down{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
}
#header .product_down ul{
  background: white;
  padding: 30px;
  max-width: 1250px;
  margin: auto;
  font-size: 16px;
}
#header .product_down ul li{
   -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding: 15px;
}
#header .product_down ul li a img{
  max-height: 60px;
 
}
#header .product_down ul li a .img{
  width: 60px;
  flex: none;
   margin-right: 20px;
   text-align: center;
}
#header .product_down ul li span{
  position: relative;
}
#header .product_down ul li span::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: var(--color);
  transition: 0.5s;
  opacity: 0;
}
#header .product_down ul li:hover{
  /*background-color: rgba(255, 99, 47,0.3);*/
  color: var(--color);
}
#header .product_down ul li:hover span::after{
  opacity: 1;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  background-color: var(--color);
  color: white;
  font-size: 18px;
  height: 58px;
  line-height: 58px;
  border-radius: 0 29px 0 29px;
  padding: 0 30px;
  border: 1px solid var(--color);
}
.more:hover {
  border-radius: 29px 0 29px 0;
  background-color: transparent;
  color: var(--color);
}
@-webkit-keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks1 {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 25%;
  color: white;
}
#banner li .content .left {
  width: 35%;
  margin-left: auto;
}
#banner li .content .left h2 {
  line-height: 1.2;
  max-width: 700px;
}
#banner li .content .left p {
  line-height: 1.6;
  max-width: 450px;
}
#banner .play {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 8%;
  cursor: pointer;
}
#banner .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks1 3s infinite;
  -moz-animation: ks1 3s infinite;
  animation: ks1 3s infinite;
  display: block;
  z-index: -1;
}
#banner .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks1 3s infinite;
  -moz-animation: ks1 3s infinite;
  animation: ks1 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.txt {
  color: #666666;
  line-height: 2;
}
.tag {
  color: #141414;
  height: 30px;
  line-height: 34px;
  border: 1px solid #666666;
  border-radius: 15px;
  padding: 0 15px;
}
.tag i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color);
  margin-right: 15px;
  position: relative;
  top: -2px;
}
.title {
  line-height: 1.1;
}
.title em {
  color: var(--color);
}
.i-top .right {
  width: 52%;
  margin-left: 19%;
  position: relative;
}
.i-top .right::before {
  content: "";
  position: absolute;
  width: 480px;
  left: -30%;
  top: -30px;
  height: 1px;
  background-color: #e6e6e6;
}
.i-top .right::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 150px;
  background-color: #e6e6e6;
  left: -25px;
  top: -65px;
}
#index-body .i-category .wrap {
  position: relative;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-category .wrap .txt {
  color: white;
}
#index-body .i-category .wrap .left {
  width: 50%;
}
#index-body .i-category .wrap .left ul li {
  height: 100vh;
}
#index-body .i-category .wrap .left ul li .more {
  background-color: black;
  border-color: black;
}
#index-body .i-category .wrap .left ul li .more:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
#index-body .i-category .wrap .left ul li .img img{
  /*max-width: 120px;*/
}
#index-body .i-category .wrap .right {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
}
#index-body .i-category .wrap .right ul li {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100%;
}
#index-body .i-category .wrap .right ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-category .wrap .right ul li:nth-child(1) {
  z-index: 10;
}
#index-body .i-category .wrap .right ul li:nth-child(2) {
  z-index: 9;
}
#index-body .i-category .wrap .right ul li:nth-child(3) {
  z-index: 8;
}
#index-body .i-category .wrap .right ul li:nth-child(4) {
  z-index: 7;
}
#index-body .i-category .wrap .right ul li:nth-child(5) {
  z-index: 6;
}
#index-body .i-category .wrap .right ul li:nth-child(6) {
  z-index: 5;
}
#index-body .i-category .wrap .right ul li:nth-child(7) {
  z-index: 4;
}
#index-body .i-category .wrap .right ul li:nth-child(8) {
  z-index: 3;
}
#index-body .i-category .wrap .right ul li:nth-child(9) {
  z-index: 2;
}
#index-body .i-category .wrap .right ul li:nth-child(10) {
  z-index: 1;
}
#index-body .i-init2 ul li {
  max-width: 290px;
}
#index-body .i-init2 ul li .num,
#index-body .i-init2 ul li .h5 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-init2 ul li .num span,
#index-body .i-init2 ul li .h5 span {
  font-weight: normal;
}
#index-body .i-init2 ul li .line {
  width: 100%;
  height: 1px;
  background-color: #dadada;
}
#index-body .i-init2 ul li:hover .num,
#index-body .i-init2 ul li:hover .h5 {
  color: var(--color);
}
#index-body .i-about {
  background-size: cover;
  color: white;
}
#index-body .i-about img.bg,
#index-body .i-about video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#index-body .i-about video{
  opacity: 0;
}
#index-body .i-about video.active{
  opacity: 1;
}
#index-body .i-about .left {
  max-width: 640px;
}
#index-body .i-about .tag {
  color: white;
  display: inline-block;
}
#index-body .i-about .txt {
  color: white;
}
#index-body .i-about .more {
  background-color: transparent;
  border-color: white;
}
#index-body .i-about .more span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  color: var(--color);
  margin-left: 5px;
}
#index-body .i-about .more:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
#index-body .i-about .right .play_btn {
  cursor: pointer;
  z-index: 4;
  position: relative;
  display: inline-block;
}
#index-body .i-about .right .play_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks1 3s infinite;
  -moz-animation: ks1 3s infinite;
  animation: ks1 3s infinite;
  display: block;
  z-index: -1;
}
#index-body .i-about .right .play_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks1 3s infinite;
  -moz-animation: ks1 3s infinite;
  animation: ks1 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .i-advantage {
  background: url(../images/why-bg.jpg) no-repeat top #e2e3e3;
}
#index-body .i-advantage .i-top .right {
  max-width: 730px;
}
#index-body .i-advantage .i-top .right::before,
#index-body .i-advantage .i-top .right::after {
  background-color: #adacab;
}
#index-body .i-advantage ul .slick-list {
  padding-bottom: 40px;
}
#index-body .i-advantage ul li .box {
  background-color: white;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 17px;
  position: relative;
}
#index-body .i-advantage ul li .box .img-box {
  border-radius: 10px;
}
#index-body .i-advantage ul li .box .h4 em {
  color: var(--color);
  font-weight: normal;
}
#index-body .i-advantage ul li .box .num {
  color: #f6f6f7;
  line-height: 1;
  text-align: right;
}
#index-body .i-advantage ul li .box:hover {
  background-color: var(--color);
  color: white;
}
#index-body .i-advantage ul li .box:hover .h4,
#index-body .i-advantage ul li .box:hover .h4 em {
  color: white;
}
#index-body .i-advantage ul li .box:hover .txt {
  color: white;
  opacity: 0.8;
}
#index-body .i-advantage ul li .box:hover .num {
  opacity: 0.17;
}
#index-body .i-advantage ul .slick-slide:nth-child(even) li {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}
@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
#index-body .i-partner {
  background-color: var(--color);
  color: white;
}
#index-body .i-partner .tag {
  border-color: white;
  color: white;
}
#index-body .i-partner .tag i {
  background-color: white;
}
#index-body .i-partner .txt {
  color: white;
}
#index-body .i-partner .list {
  height: 530px;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-filter: none !important;
  filter: none !important;
}
#index-body .i-partner ul li {
  border-radius: 50%;
  background-color: white;
  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;
  position: absolute !important;
  -webkit-animation: float 4s 1.25s infinite;
  -moz-animation: float 4s 1.25s infinite;
  animation: float 4s 1.25s infinite;
}
#index-body .i-partner ul li:nth-child(1) {
  width: 120px;
  height: 120px;
  left: -3%;
  top: 40%;
}
#index-body .i-partner ul li:nth-child(2) {
  width: 150px;
  height: 150px;
  left: 5%;
  top: 14%;
  animation-delay: 0.1s;
}
#index-body .i-partner ul li:nth-child(3) {
  width: 90px;
  height: 90px;
  left: 4%;
  bottom: 0;
  animation-delay: 0.2s;
}
#index-body .i-partner ul li:nth-child(4) {
  width: 107px;
  height: 107px;
  left: 14%;
  top: 46%;
  animation-delay: 0.3s;
}
#index-body .i-partner ul li:nth-child(5) {
  width: 200px;
  height: 200px;
  left: 17.5%;
  top: 20px;
  animation-delay: 0.1s;
}
#index-body .i-partner ul li:nth-child(6) {
  width: 130px;
  height: 130px;
  left: 18%;
  top: 67%;
  animation-delay: 0.5s;
}
#index-body .i-partner ul li:nth-child(7) {
  width: 140px;
  height: 140px;
  left: 34%;
  top: 0;
  animation-delay: -0.1s;
}
#index-body .i-partner ul li:nth-child(8) {
  width: 125px;
  height: 125px;
  left: 30%;
  top: 39%;
  animation-delay: -0.3s;
}
#index-body .i-partner ul li:nth-child(9) {
  width: 93px;
  height: 93px;
  left: 35%;
  bottom: 35px;
  animation-delay: 0.1s;
}
#index-body .i-partner ul li:nth-child(10) {
  width: 100px;
  height: 100px;
  left: 43%;
  top: 12%;
  animation-delay: 0.4s;
}
#index-body .i-partner ul li:nth-child(11) {
  width: 135px;
  height: 135px;
  left: 50%;
  top: 0;
  animation-delay: 0.1s;
}
#index-body .i-partner ul li:nth-child(12) {
  width: 250px;
  height: 250px;
  left: 42%;
  top: 34%;
  animation-delay: 0.5s;
}
#index-body .i-partner ul li:nth-child(13) {
  width: 120px;
  height: 120px;
  left: 60%;
  bottom: 0;
  animation-delay: -0.1s;
}
#index-body .i-partner ul li:nth-child(14) {
  width: 140px;
  height: 140px;
  left: 65%;
  top: 24%;
  animation-delay: 0.1s;
}
#index-body .i-partner ul li:nth-child(15) {
  width: 165px;
  height: 165px;
  left: 76.5%;
  top: 15%;
  animation-delay: -0.1s;
}
#index-body .i-partner ul li:nth-child(16) {
  width: 125px;
  height: 125px;
  left: 75%;
  top: 50%;
  animation-delay: 0.3s;
}
#index-body .i-partner ul li:nth-child(17) {
  width: 125px;
  height: 125px;
  left: 86%;
  top: 54%;
  animation-delay: 0.1s;
}
#index-body .i-partner ul li:nth-child(18) {
  width: 90px;
  height: 90px;
  right: 0;
  top: 36%;
}
#index-body .i-news {
  background: url(../images/news-bg.png) no-repeat right #f6f6f7;
}
#index-body .i-news ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  border-radius: 10px;
  color: white;
  z-index: 3;
}
#index-body .i-news ul li .box .line {
  width: 100%;
  height: 1px;
  background-color: #706d68;
}
#index-body .i-news ul li .box .des {
  opacity: 0.8;
  line-height: 30px;
}
#index-body .i-news ul li .box i {
  margin-right: 5px;
}
#index-body .i-news ul li .box .icon {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -moz-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  width: 83%;
  z-index: -1;
}
#index-body .i-news ul li .box .icon img {
  width: 100%;
}
#index-body .i-news ul li .box:hover .h4,
#index-body .i-news ul li .box:hover .des {
  opacity: 1;
}
#index-body .i-news ul li .box:hover .icon {
  opacity: 0.2;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.i-form {
  background: url(../images/form-bg.png) no-repeat right;
}
.i-form .i-top .right {
  margin-left: 30%;
}
.i-form .wrap {
  width: 66%;
}
.i-form .wrap form li {
  position: relative;
}
.i-form .wrap form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  height: 45px;
  font-size: 16px;
}
.i-form .wrap form em {
  position: absolute;
  right: 40px;
  color: var(--color);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}
.i-form .wrap form input[type="submit"] {
  border: none;
  width: auto;
  min-width: 220px;
  text-align: center;
  border: 1px solid transparent;
  height: 58px;
}
.i-form .wrap form input[type="submit"]:hover {
  border-color: var(--color);
  color: var(--color);
}
.i-form .wrap form p {
  color: #161616;
  opacity: 0.35;
}
#footer {
  background: url(../images/footer-bg.jpg) no-repeat right bottom var(--color);
  color: white;
}
#footer .h5 {
  text-decoration: underline;
}
#footer .two {
  max-width: 390px;
}
#footer li {
  margin-bottom: 3px;
}
#footer #ewm {
  width: 150px;
  height: 150px;
  border: 5px solid white;
}
#footer .share {
  font-size: 20px;
}
#footer .share a {
  margin-right: 15px;
}
#footer .share a:hover{
  color: black;
}
#footer .f-copy {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .f-copy svg {
  width: auto;
  height: 27px;
  vertical-align: middle;
  fill: white;
}
@media screen and (max-width: 1700px) {
  div.container {
    width: 100%;
    padding: 0 70px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  .i-top .right {
    width: 57%;
  }
  #index-body .i-partner ul li {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1450px) {
  div.container {
    width: 100%;
  }
  .font-60 {
    font-size: 40px;
  }
  .font-40 {
    font-size: 26px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 12px;
    font-size: 16px;
  }
  #index-body .i-partner .list {
    height: 480px;
  }
  #index-body .i-init2 ul li {
    max-width: 250px;
  }
  #footer .two {
    max-width: 250px;
  }
  #footer #ewm {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 1250px) {
  .font-70 {
    font-size: 32px;
  }
  .font-60 {
    font-size: 32px;
  }
  div.container {
    width: 100%;
    padding: 0 40px;
  }
  #banner .play {
    width: 110px;
  }
  #index-body .i-category .wrap .txt {
    margin-bottom: 20px;
  }
  #index-body .i-category .wrap .img {
    margin-bottom: 30px;
  }
  #index-body .i-init2 ul li {
    max-width: 215px;
  }
  #index-body .i-partner ul li {
    zoom: 0.64;
  }
  #index-body .i-partner .list {
    height: 370px;
  }
  #footer .one {
    max-width: 155px;
  }
  .i-form {
    background-size: contain;
  }
}
@media screen and (max-width: 1000px) {
  .font-60 {
    font-size: 24px;
  }
  .font-70 {
    font-size: 26px;
  }
  div.container {
    width: 100%;
    padding: 0 20px;
  }
  .i-top .right::before {
    width: 310px;
  }
  #index-body .i-category .wrap .right {
    display: none;
  }
  #index-body .i-category .wrap .left {
    width: 100%;
  }
  #index-body .i-category .wrap .left ul li {
    height: auto;
  }
  #index-body .i-category {
    overflow: hidden;
  }
  #index-body .i-category .wrap .left ul li {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .i-category .wrap .left {
    padding: 0;
  }
  #index-body .i-init2 ul li {
    width: 50%;
    max-width: 310px;
    margin-bottom: 20px;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-partner ul li {
    zoom: 0.4;
  }
  #index-body .i-partner .list {
    height: 260px;
  }
  .i-form {
    background: white;
  }
  .i-form .wrap {
    width: 100%;
  }
  .i-form .i-top .right {
    margin-left: 42%;
  }
  #footer .three,
  #footer .four,
  #footer .five {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  div.container {
    width: 100%;
    padding: 0 15px;
  }
  #banner li .content .left {
    width: 100%;
  }
  #banner .play {
    width: 45px;
  }
  .i-top .right {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .i-top .right::before,
  .i-top .right::after {
    content: none;
  }
  #index-body .i-partner ul li {
    zoom: 0.3;
  }
  #index-body .i-partner .list {
    height: 200px;
  }
  .i-form .i-top .right {
    margin-left: 0;
  }
  #footer .one {
    display: none;
  }
  #footer .two {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner li > img {
    min-height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .font-70 {
    font-size: 20px;
  }
  .font-40 {
    font-size: 20px;
  }
  #index-body .i-init2 ul li {
    width: 100%;
    max-width: 100%;
  }
  .i-form .wrap form li {
    width: 100%;
  }
  .i-form .wrap form em {
    right: 20px;
  }
}
.inner-banner {
  padding-top: 99px;
}
.inner-banner img {
  border-radius: 20px;
}
.font-120 {
  font-size: 120px;
}
.lh-13 {
  line-height: 2;
}
.about-page .about-1 .img{
  border-radius: 20px;
  overflow: hidden;
}
.about-page .about-1 .img img {
  border-radius: 20px;
}
.about-page .about-1 .img .play_btn {
  cursor: pointer;
}
.about-page .about-1 .img video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.about-page .about-1 .des {
  line-height: 2;
  text-shadow: 0.3px 0 black;
}
.about-page .about-1 .des img{
  vertical-align: middle;
}
.about-page .about-1 .des em {
  color: var(--color);
  text-decoration: underline;
  text-shadow: 0.3px 0 var(--color);
}
.about-page .about-1 .left {
  width: 30%;
}
.about-page .about-1 .center {
  width: 38%;
      line-height: 2;
}
.about-page .about-1 .right {
  width: 19%;
}
.about-page .about-2 {
  background-color: #ececec;
}
.about-page .about-2 .left {
  width: 40%;
}
.about-page .about-2 .right {
  width: 60%;
  
}
.about-page .about-2 .right > .flex{
  border-bottom: 1px solid #a9a9a9;
}
.about-page .about-2 .right .h4 {
  width: 35%;
}
.about-page .about-2 .right .txt {
  width: 65%;
}
.about-page .about-3 ul li .num {
  color: var(--color);
  line-height: 0.5 ;
}
.about-page .about-3 ul li .num em {
  line-height: inherit;
}
.about-page .about-3 ul li .bg {
  position: absolute;
  left: 20px;
  bottom: 0;
  line-height: 0.4;
  font-size: 250px;
  opacity: 0.05;
  z-index: -1;
}
.about-page .about-3 ul li:nth-child(1) {
  width: 30%;
}
.about-page .about-3 ul li:nth-child(2) {
  width: 61%;
}
.about-page .about-3 ul li:nth-child(3) {
  width: 50%;
}
.about-page .about-3 ul li:nth-child(4) {
  width: 50%;
}
.about-page .about-4 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
  background-color: var(--color);
}
.about-page .about-4 i.bg {
  position: relative;
  background-color: white;
  z-index: -1;
}
.about-page .about-4 i.bg em {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: white;
  z-index: 1;
}
.about-page .about-4 span.h2 {
  line-height: 1.1;
  color: white;
}
.about-page .about-4 span.h2 em {
  color: #5a5a5a;
  border-bottom: 3px solid #5a5a5a;
  line-height: 1;
  display: inline-block;
  vertical-align: text-top;
}
.about-page .about-4 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 165px;
}
.about-page .about-4 .left ul li{
  /*position: absolute;
  left: 0;
  top: 0;*/
  opacity: 0;
  display: none;
}
.about-page .about-4 .left ul li.active{
  opacity: 1;
  display: block;
}
.about-page .about-4 .right li {
  margin-bottom: 2em;
  position: relative;
}
.about-page .about-4 .right li i {
  width: 3.625em;
  height: 3.625em;
  margin-right: 3.5em;
  border-radius: 0 20px 0 20px;
  color: #767676;
  background-color: white;
}
.about-page .about-4 .right li .content {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 6%;
  border-radius: 10px;
  min-height: 260px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
}
.about-page .about-4 .right li .content .h6 {
  line-height: 1;
}
.about-page .about-4 .right li .content .h4 {
  margin-top: -18px;
}
.about-page .about-4 .right li:last-child {
  margin-bottom: 0;
}
.about-page .about-4 .right li::before {
  content: '';
  width: 1px;
  height: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 1.8125em;
  background-color: white;
  position: absolute;
  top: 0;
  z-index: -1;
}
.about-page .about-4 .right li.active::before {
  height: 100%;
}
.about-page .about-4 .right li.active .content {
  background-color: white;
  color: black;
}
.about-page .about-5 {
  background-color: #f6f6f7;
}
.about-page .about-5 ul li {
  width: 16%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-5 ul li .ig {
  border: solid 1px var(--color);
  padding: 50px 60px 37px;
  height: 480px;
}
.about-page .about-5 ul li .ig .tit {
  position: absolute;
  -webkit-transform: rotate(90deg) translate(-50px, 50%);
  -moz-transform: rotate(90deg) translate(-50px, 50%);
  -ms-transform: rotate(90deg) translate(-50px, 50%);
  transform: rotate(90deg) translate(-50px, 50%);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  bottom: auto;
  left: 50%;
  line-height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
.about-page .about-5 ul li .ig .box {
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.about-page .about-5 ul li .ig .box .t1 {
  font-weight: bold;
  line-height: 1.2;
}
.about-page .about-5 ul li .ig .box .cont {
  margin-top: 30px;
  line-height: 1.5;
  color: #666666;
}
.about-page .about-5 ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  color: #666666;
}
.about-page .about-5 ul li.active {
  width: 50%;
}
.about-page .about-5 ul li.active .ig{
  background: var(--color);
  color: white;
}
.about-page .about-5 ul li.active .ig .box .cont{
  color: white;
} 
.about-page .about-5 ul li.active .tit {
  opacity: 0;
}
.about-page .about-5 ul li.active .box {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.about-page .about-5 ul li.active .ig .num{
  color: white;
}
.factory-page .factory-1 .slickBtn div {
  border-radius: 0;
  background-color: transparent;
  color: black;
  border: 1px solid #a7a7a7;
}
.factory-page .factory-1 .slickBtn div:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.factory-page .factory-1 .list ul li .box {
  background-color: #f6f6f7;
  padding: 33px 22px;
}
.factory-page .factory-1 .list ul li .box .icon {
  width: 175px;
  height: 175px;
  background-color: white;
  border-radius: 10px;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.factory-page .factory-2 {
  background-color: #fefbf7;
}
.factory-page .factory-2 .txt {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.factory-page .factory-2 ul li img {
  border-radius: 20px;
}
.factory-page .factory-3 {
  background-color: var(--color);
}
.factory-page .factory-3 ul li .box {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 1px solid white;
  color: white;
}
.factory-page .factory-4 {
  background-color: #f6f6f7;
}
.factory-page .factory-4 .slickDots ul li {
  background-color: #a7a7a7;
  border: none;
}
.factory-page .factory-4 .slickDots ul li.slick-active {
  background-color: var(--color);
}
.service-page {
  background-color: #f6f6f7;
}
.service-page .service-1 .ui.container {
  width: 100%;
  padding: 0;
}
.service-page .service-1 .left {
  width: 58%;
}
.service-page .service-1 .right {
  width: 42%;
}
.service-page .service-2 ul li {
  margin-bottom: 30px;
}
.service-page .service-2 ul li .box {
  padding: 38px 45px;
  background-color: white;
  min-height: 250px;
}
.service-page .service-2 ul li .box .icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 245px;
  padding-left: 40px;
}
.service-page .service-2 ul li .box .h5 em {
  color: var(--color);
  font-weight: normal;
}
.service-page .service-2 ul li .box .num {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #f6f6f7;
  line-height: 0.5;
}
.service-page .service-3 .top ul li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding: 6px 0;
}
.service-page .service-3 .top ul li .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .service-3 .top ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #898989;
}
.service-page .service-3 .top ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
.service-page .service-3 .top ul li:hover {
  color: var(--color);
}
.service-page .service-3 .top ul li:hover::after {
  width: 100%;
}

.service-page .service-3 .bottom .left {
  width: 43%;
}
.faq-page.service-page .service-3 .bottom .left{
  position: sticky;
  top: 150px;
}
.service-page .service-3 .bottom .right {
  width: 57%;
}
.service-page .service-3 .bottom ul li .h5 {
  border-bottom: 1px solid black;
  padding-bottom: 6px;
}
.service-page .service-3 .bottom ul li .txt {
  margin-top: 14px;
}
.service-page .service-3 .bottom ul li:last-child {
  margin-bottom: 0;
}
@-webkit-keyframes scroll_Up {
  0% {
    -webkit-transform: translateY(0) rotate3d(1, 0, 0, 15deg);
    transform: translateY(0) rotate3d(1, 0, 0, 15deg);
  }
  100% {
    -webkit-transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
    transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
  }
}
@-moz-keyframes scroll_Up {
  0% {
    -moz-transform: translateY(0) rotate3d(1, 0, 0, 15deg);
    transform: translateY(0) rotate3d(1, 0, 0, 15deg);
  }
  100% {
    -moz-transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
    transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
  }
}
@keyframes scroll_Up {
  0% {
    -webkit-transform: translateY(0) rotate3d(1, 0, 0, 15deg);
    -moz-transform: translateY(0) rotate3d(1, 0, 0, 15deg);
    transform: translateY(0) rotate3d(1, 0, 0, 15deg);
  }
  100% {
    -webkit-transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
    -moz-transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
    transform: translateY(-100%) rotate3d(1, 0, 0, 15deg);
  }
}
.production-page {
  background-color: #f6f6f7;
}
.production-page .production-1 .h5 {
  line-height: 2;
}
.production-page .production-1 .txt {
  text-shadow: 0 0 black;
}
.production-page .production-1 .txt em {
  color: var(--color);
}
.production-page .production-1 .txt p:last-child {
  margin-bottom: 0;
}
.production-page .production-2 {
  overflow: hidden;
}
.production-page .production-2 .title {
  position: relative;
  z-index: 2;
  max-width: 1160px;
}
.production-page .production-2 .title i {
  font-size: 384px;
  color: #e7e7e7;
  line-height: 1;
  position: absolute;
  left: -90px;
  top: -41px;
  z-index: -1;
  font-style: italic;
}
.production-page .production-2 ul .slick-list {
  padding-bottom: 40px;
}
.production-page .production-2 ul li .box {
  background-color: white;
  padding: 30px 35px 55px;
  position: relative;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.production-page .production-2 ul li .box .num {
  position: absolute;
  right: 13px;
  line-height: 1;
  bottom: 0;
  opacity: 0.04;
}
.production-page .production-2 ul li:hover .box {
  background-color: var(--color);
}
.production-page .production-2 ul li:hover .box .h5,
.production-page .production-2 ul li:hover .box .txt {
  color: white;
}
.production-page .production-2 ul li:hover .box .num {
  opacity: 0.17;
  color: #f6f6f7;
}
.production-page .production-2 ul .slick-slide:nth-child(even) li {
  margin-top: 40px;
}
.production-page .production-3 {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
  height: 500px;
}
.production-page .production-3 .list {
  -webkit-transform: rotate3d(1, 0, 0, 15deg);
  -moz-transform: rotate3d(1, 0, 0, 15deg);
  transform: rotate3d(1, 0, 0, 15deg);
  width: 100%;
  height: 100%;
}
.production-page .production-3 ul {
  -webkit-animation: scroll_Up 20s linear infinite;
  -moz-animation: scroll_Up 20s linear infinite;
  animation: scroll_Up 20s linear infinite;
}
.production-page .production-3 ul .slick-slide > div {
  height: unset !important;
}
.production-page .production-3 ul li {
  margin-bottom: 20px;
}
.production-page .production-3 ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  border-radius: 10px;
  -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;
  height: 130px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.production-page .production-3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f7), to(transparent));
  background: -webkit-linear-gradient(top, #f6f6f7, transparent);
  background: -moz-linear-gradient(top, #f6f6f7, transparent);
  background: linear-gradient(to bottom, #f6f6f7, transparent);
}
.download-page {
  background-color: #f6f6f7;
}
.download-page .download-1 .top {
  width: 62%;
}
.download-page .download-1 ul li {
  border-top: 1px solid #898989;
}
.download-page .download-1 ul li .img2 {
  margin-left: auto;
}
.download-page .download-1 ul li:last-child {
  border-bottom: 1px solid #898989;
}
.download-page .download-2 .box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 70px 65px;
  max-width: 1375px;
  margin: auto;
  border-radius: 20px;
  position: relative;
}
.download-page .download-2 .box i{
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.download-page .download-2 .box .left {
  width: 61%;
}
.download-page .download-2 .box .right {
  width: 39%;
}
.download-page .download-2 .box ul li input,
.download-page .download-2 .box ul li textarea {
  width: 100%;
  font-size: 16px;
  background-color: #e7e5e2;
  border: none;
  height: 50px;
  padding: 0 15px;
}
.download-page .download-2 .box ul li textarea {
  height: 100px;
  padding: 10px 15px;
}
.download-page .download-2 .box ul li input[type="submit"] {
  width: 220px;
  background-color: var(--color);
  border: 1px solid var(--color);
}
.download-page .download-2 .box ul li input[type="submit"]:hover {
  background-color: transparent;
}
.prodet-page {
  background-color: #f6f6f7;
}
.prodet-page .prodet-1 .left {
  width: 52.5%;
}
.prodet-page .prodet-1 .right {
  width: 47.5%;
}
.prodet-page .prodet-1 .right .desc {
  color: #686868;
  position: relative;
  padding-left: 20px;
}
.prodet-page .prodet-1 .right .desc::after {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 3px;
}
.prodet-page .prodet-1 .right h1 {
  line-height: 1.57;
}
.prodet-page .prodet-1 .right .line {
  width: 100%;
  height: 1px;
  background-color: #b0b0b0;
}
.prodet-page .prodet-1 .right .btn a {
  min-width: 220px;
  text-align: center;
}
.prodet-page .prodet-1 .right .btn a:nth-child(2) {
  background-color: black;
  border-color: black;
}
.prodet-page .prodet-1 .right .btn a:nth-child(2):hover {
  background-color: transparent;
  color: black;
}
.prodet-page .prodet-1 .right .Auxil-through {
  max-width: 450px;
}
.prodet-page .prodet-1 .right .Auxil-through a {
  display: block;
  background-color: #e9e9e9;
  padding: 7px 12px 3px;
  margin-bottom: 9px;
  color: #6e6e6e;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-1 .right .Auxil-through a:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-1 .gallery {
  width: 15%;
}
.prodet-page .prodet-1 .gallery .prev,
.prodet-page .prodet-1 .gallery .next {
  width: 100%;
  height: 36px;
  background-color: #f0f0f1;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  cursor: pointer;
}
.prodet-page .prodet-1 .gallery ul {
  margin: -10px 0;
  padding: 20px 0;
}
.prodet-page .prodet-1 .gallery ul li {
  padding: 10px 0;
}
.prodet-page .prodet-1 .gallery ul li a {
  display: block;
  background-color: white;
}
.prodet-page .prodet-1 .gallery .slick-track {
  width: 100% !important;
}
.prodet-page .prodet-1 .big {
  width: 81.5%;
}
.prodet-page .prodet-1 .big a {
  display: block;
  background-color: white;
}
.prodet-page .prodet-1 .big ul,
.prodet-page .prodet-1 .big li {
  width: 100%;
}
.prodet-page .prodet-2 ul.option {
  border-bottom: 1px solid #767676;
}
.prodet-page .prodet-2 ul.option em {
  font-weight: normal;
  color: var(--color);
  margin-right: 15px;
}
.prodet-page .prodet-2 ul.option li {
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-2 ul.option li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 6px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-2 ul.option li.active::after {
  width: 100%;
}
.prodet-page .prodet-2 ul.option li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-2 .box .item {
  line-height: 34px;
}
.m-page {
  text-align: center;
}
.m-page a,
.m-page span {
  font-size: 18px;
  color: white;
  display: inline-block;
  width: 37px;
  height: 37px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 10px 0 10px;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
  background: black;
  margin: 0 5px;
}
.m-page a:hover,
.m-page span {
  background-color: var(--color);
}
.product-page,.prodet-page,
.news-page,.newdet-page,.contact-page{
  background: #f6f6f7;
}
.news-page .news-1 .left {
  width: 23%;
}
.news-page .news-1 .left ul li.active{
  color: var(--color);
}
.news-page .news-1 .right {
  width: 77%;
}
.news-page .news-1 .right ul li {
  overflow: hidden;
}
.news-page .news-1 .right ul li .time {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.news-page .news-1 .right ul li .more {
  min-width: 220px;
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.news-page .news-1 .right ul li:hover .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.contact-page {
  padding-bottom: 0; 
}
.contact-page .contact-1 {
  margin-bottom: 100px;
}
.contact-page .contact-1 .top .left {
  padding-right: 10%;
}
.contact-page .contact-1 .top .right ul li {
  /*max-width: 160px;*/
  padding-right: 20px;
}
.contact-page .contact-1 .top .right ul li:nth-child(3n){
  margin-right: 0;
}
.contact-page .contact-1 .top .right ul li h5 {
  font-size: 20px; 
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contact-page .contact-1 .top .right ul li span {
  font-size: 16px;
  line-height: 30px;
}
.contact-page .contact-form {
  width: 985px;
  height: 780px;
  background-color: #333333;
  margin: 0 auto;
  -webkit-transform: translateY(-175px);
  -moz-transform: translateY(-175px);
  -ms-transform: translateY(-175px);
  transform: translateY(-175px);
  color: white;
  padding: 60px 75px;
}
.contact-page .contact-form h3 {
  font-size: 34px; 
  font-weight: bold;
}
.contact-page .contact-form h3 span {
  color: var(--color);
}
.contact-page .contact-form form {
  margin-top: 90px;
}
.contact-page .contact-form form ul {
  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;
}
.contact-page .contact-form form ul li {
  width: 48%;
  margin-bottom: 35px;
}
.contact-page .contact-form form ul li:nth-child(n + 5) {
  width: 100%;
}
.contact-page .contact-form form ul li:nth-child(1) input {
  background-image: url('../images/c-name.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(2) input {
  background-image: url('../images/c-email.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(3) input {
  background-image: url('../images/c-phone.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(4) input {
  background-image: url('../images/c-subject.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(5) textarea {
  background-image: url('../images/c-message.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-form form ul li:last-child p {
  font-size: 14px; 
  color: rgba(255, 255, 255, 0.4);
  max-width: 50%;
}
.contact-page .contact-form form ul li label {
  font-size: 14px; 
  color: white;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li input[type='text'] {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: white;
  font-size: 14px; 
}
.contact-page .contact-form form ul li input[type='submit'] {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: var(--color); 
  text-align: center;
  font-size: 16px;
  color: white;  
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0 29px 0 29px;
  border: 1px solid transparent;
}
.contact-page .contact-form form ul li input[type='submit']:hover {
  background-color: transparent;
  border-radius: 29px 0 29px 0;
  border-color: var(--color);
}
.contact-page .contact-form form ul li textarea {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  font-size: 14px; 
  height: 100px;
}
.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1700px) {
  .about-page .about-3 ul li .bg {
    font-size: 184px;
  }
  .font-120 {
    font-size: 100px;
  }
  .factory-page .factory-3 ul li .box {
    width: 285px;
    height: 285px;
  }
  .service-page .service-2 ul li .box .icon {
    width: 190px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-3 ul li .bg {
    font-size: 150px;
  }
  .font-120 {
    font-size: 78px;
  }
  .factory-page .factory-3 ul li .box {
    width: 245px;
    height: 245px;
  }
  .service-page .service-2 ul li .box .icon {
    width: 120px;
    padding-left: 0;
  }
  .download-page .download-1 .top {
    width: 70%;
  }
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner{
    padding-top: 60px;
  }
  .about-page .about-3 ul li .bg {
    font-size: 120px;
  }
  .about-page .about-1{
    padding-top: 50px;
  }
  .font-120 {
    font-size: 60px;
  }
  .inner-banner {
    padding-top: 20px;
  }
  .about-page .about-1 .center {
    width: 47%;
  }
  .about-page .about-4 .left {
    top: 120px;
  }
  .about-page .about-5 ul li .ig {
    padding: 40px 20px 35px;
  }
  .factory-page .factory-1 .list ul li .box .icon {
    width: 100px;
    height: 100px;
  }
  .factory-page .factory-3 ul li .box {
    width: 200px;
    height: 200px;
  }
  .production-page .production-3 ul li a {
    height: 100px;
  }
  .download-page .download-2 .box {
    padding: 40px 30px;
  }
  .prodet-page .prodet-1 .right .line {
    margin: 20px 0;
  }
  .prodet-page .prodet-1 .right .btn a {
    zoom: 0.8;
  }
  .prodet-page .prodet-1,
  .download-page .download-1,
  .production-page .production-1,
  .service-page .service-1 {
    padding-top: 50px;
  }
   .contact-page .contact-1 .top .right ul li:nth-child(2n){
    margin-right: 0;
  }
  .contact-page .contact-1 .top .right ul li:nth-child(3n){
    margin-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .font-40 {
    font-size: 22px;
  }
  .about-page .about-1 .right {
    display: none;
  }
  .about-page .about-1 .left {
    width: 50%;
  }
  .about-page .about-2 .left {
    display: none;
  }
  .about-page .about-2 .right {
    width: 100%;
  }
  .about-page .about-3 ul li .bg {
    font-size: 100px;
  }
  .font-120 {
    font-size: 50px;
  }
  .about-page .about-3 ul li:nth-child(3) {
    padding: 0;
  }
  .about-page .about-4 .left {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .about-page .about-4 .right {
    width: 100%;
  }
  .about-page .about-4 .right li .content .h4 {
    margin-top: 0;
  }
  .factory-page .factory-1 .left {
    width: 100%;
    padding: 0;
  }
  .factory-page .factory-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .factory-page .factory-3 ul li .box {
    width: 160px;
    height: 160px;
  }
  .factory-page .factory-3 ul li .box .icon img {
    max-height: 40px;
  }
  .service-page .service-1 .left {
    width: 100%;
    padding: 0;
  }
  .service-page .service-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .service-1 .ui.container {
    padding: 0 20px;
  }
  .service-page .service-2 ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-2 ul li .box .icon {
    margin-bottom: 20px;
  }
  .service-page .service-3 .top ul li {
    padding-right: 60px;
  }
  .download-page .download-1 .top {
    width: 100%;
  }
  .download-page .download-2 .box .right {
    display: none;
  }
  .download-page .download-2 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .news-page .news-1 .right {
    width: 100%;
  }
  .news-page .news-1 .left {
    display: none;
  }
  .news-page .news-1 .right ul li .more {
    min-width: 150px;
  }
  .news-page .news-1 .right ul li {
    width: 50%;
  }
  .contact-page .contact-1 .top .right ul li{
    margin-right: 0;
  }
   .contact-page .contact-1 .top .right ul li {
    max-width: 100% !important;
    width: 100%;
    margin-top: 30px !important;
  }
  .contact-page .contact-1 .top .right ul li:first-child {
    margin-top: 0 !important;
  }
  .contact-page .contact-1 .top .right ul li span {
    display: block;
  }
  .contact-page .contact-form {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .img .play_btn {
    width: 70px;
  }
  .font-40 {
    font-size: 18px;
  }
  .about-page .about-1 .des {
    text-shadow: unset;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .center {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-3 ul {
    padding: 0;
  }
  .about-page .about-3 ul li .bg {
    font-size: 70px;
  }
  .font-120 {
    font-size: 36px;
  }
  .about-page .about-3 ul li:nth-child(4) {
    text-align: left;
  }
  .about-page .about-5 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-page .about-5 ul li .ig {
    height: auto;
  }
  .about-page .about-5 ul li .ig .tit {
    display: none;
  }
  .about-page .about-5 ul li .ig .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .about-page .about-5 ul li.active {
    width: 100%;
  }
  .factory-page .factory-3 ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .service-page .service-2 ul li {
    width: 100%;
  }
  .service-page .service-3 .bottom .left {
    width: 100%;
    padding: 0;
  }
  .faq-page.service-page .service-3 .bottom .left{
    position: relative;
    top: 0;
  }
  .service-page .service-3 .bottom .right {
    width: 100%;
    margin-top: 30px;
  }
  .production-page .production-3 ul li a {
    height: 78px;
  }
  .production-page .production-3 {
    height: 300px;
  }
  .production-page .production-2 .title i {
    font-size: 256px;
    left: -48px;
  }
  .download-page .download-1 ul li img {
    max-width: 30px;
  }
  .news-page .news-1 .right ul li {
    width: 100%;
  }
  .news-page .news-1 .right ul li .more {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
   .contact-page .contact-1 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .contact-1 .top .right {
    width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-form form ul li {
    width: 100%;
  }
  .contact-page .contact-form {
    padding: 60px 30px;
  }
  .contact-page .contact-form form ul li:last-child p {
    display: none;
  }
  .contact-page .contact-form h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .right .h4,
  .about-page .about-2 .right .txt {
    width: 100%;
  }
  .about-page .about-3 {
    padding: 40px 0;
  }
  .about-page .about-3 ul li {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .about-page .about-4 .right li i {
    margin-right: 1.5em;
  }
  .about-page .about-5 ul li .ig .num {
    right: 19px;
    bottom: 8px;
  }
  .factory-page .factory-1 .list ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .factory-page .factory-1 .list ul li .box .icon {
    width: 100%;
  }
  .factory-page .factory-1 .list ul li .box .content {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .service-page .service-2 ul li .box {
    padding: 20px 15px;
  }
  .download-page .download-2 .box ul li {
    width: 100%;
  }
  .download-page .download-2 .box {
    padding: 30px 14px;
  }
  .download-page .download-1 ul li .h4 {
    padding-left: 12px;
  }
  .download-page .download-1 ul li a {
    padding-left: 0;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right .btn a {
    zoom: 0.6;
  }
  .prodet-page .prodet-1 .gallery {
    width: 18%;
  }
  .prodet-page .prodet-1 .big {
    width: 80%;
  }
  .prodet-page .prodet-1 .gallery ul li {
    padding: 3px 0;
  }
  .prodet-page .prodet-1 .gallery ul {
    margin: -3px 0;
    padding: 7px 0;
  }
  .prodet-page .prodet-1 .gallery .prev,
  .prodet-page .prodet-1 .gallery .next {
    height: 22px;
    line-height: 22px;
  }
  .prodet-page .prodet-2 ul.option em {
    margin-right: 5px;
  }
  .prodet-page .prodet-2 ul.option {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 ul.option li {
    width: 100%;
    margin-bottom: 12px;
  }
}



.product-page .init-1 .containerC .cateCont {
  width: 440px;
  background-color: white;
  padding: 70px 20px 70px 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.product-page .init-1 .containerC .cateCont .tipsTitle {
  font-weight: bold;
  margin-bottom: 30px;
}
.product-page .init-1 .containerC .cateCont ul li {
  margin-top: 10px;
}
.product-page .init-1 .containerC .cateCont ul li .first {
  position: relative;
  color: #343639;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-right: 30px;
}
.product-page .init-1 .containerC .cateCont ul li .first span {
  position: relative;
}
.product-page .init-1 .containerC .cateCont ul li .first span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.product-page .init-1 .containerC .cateCont ul li .first i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.product-page .init-1 .containerC .cateCont ul li .first i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .init-1 .containerC .cateCont ul li .first:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li .first.active {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li .first.active span::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.product-page .init-1 .containerC .cateCont ul li ul {
  display: none;
}
.product-page .init-1 .containerC .cateCont ul li.active ul{
  display: block;
}
.product-page .init-1 .containerC .cateCont ul li ul li {
  margin-top: 24px;
  padding-left: 10px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a {
  color: #838383;
  font-size: 16px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a em{
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 19px;
  display: inline-block;
  margin-right: 3px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a em i{
  opacity: 0;
}
.product-page .init-1 .containerC .cateCont ul li ul li a:hover,
.product-page .init-1 .containerC .cateCont ul li ul li a.active {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li ul li a.active em i{
  opacity: 1;
}
.product-page .init-1 .containerC .cateCont ul li ul li:last-child {
  margin-bottom: 24px;
}
.product-page .init-1 .containerC .cateCont .more {
  width: 100%;
}
.product-page .init-1 .containerC .listContC {
  width: -webkit-calc(-340%);
  width: -moz-calc(-340%);
  width: calc(100% - 440px);
  padding-left: 70px;
}
.product-page .init-1 .containerC .listContC .titleC {
  border-bottom: 1px solid #cfcfcf;
}
.product-page .init-1 .containerC .listContC .titleC .cat {
  font-weight: bold;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 14px;
}
.product-page .init-1 .containerC .listContC .titleC form .text {
  width: 350px;
  background-color: #e9e9e9;
  border: none;
  padding: 10px 16px;
}
.product-page .init-1 .containerC .listContC .titleC form .submit {
  background-color: var(--color);
  color: #fff;
  border: none;
  width: 140px;
  margin-left: 10px;
  transition: all .5s;
}
.product-page .init-1 .containerC .listContC .titleC form .submit:hover{
  background: var(--color);
}
.product-page .init-1 .containerC .listContC .content {
  padding-top: 20px;
}
.product-page .init-1 .containerC .listContC .content ul li {
  margin-top: 40px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC {
  background-color: white;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img img {
  width: auto;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont {
  padding: 10px 30px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .type {
  font-weight: bold;
    overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title {
  display: block;
  font-weight: bold;
    /*overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC {
  padding: 6px 0;
  background-color: white;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more {
  font-weight: bold;
  padding: 10px 15px;
  background: transparent;
  color: black;
  border: none;
  height: auto;
  line-height: normal;
  font-size: 14px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop {
  width: 100px;
  margin-left: auto;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 16px 0;
  cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop .shopImg {
  width: 24px;
  height: 22px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop:hover .shopImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see {
  width: 100px;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 16px 0;
  cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see .seeImg {
  width: 24px;
  height: 17px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
  background-size: contain;
    background-repeat: no-repeat;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see:hover .seeImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .catDes {
  line-height: 2;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 4px;
}
@media (max-width: 1700px) {
  .product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more {
    width: 100%;
  }
}
@media (max-width: 1450px) {
  .product-page .init-1 .containerC .listContC .titleC form {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: auto;
  }
  .product-page .init-1 .containerC .listContC .titleC .cat {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-top: 40px;
  }
  .product-page .init-1 .containerC .listContC .content ul li {
    width: 50%;
  }
}
@media (max-width: 1250px){
   .product-page .init-1 .containerC .cateCont {
    display: none;
  }
  .product-page .init-1 .containerC .listContC {
    width: 100%;
    padding-left: 30px;
  } 
}
@media (max-width: 1000px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 26px;
  } 
}
@media (max-width: 700px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 22px;
  } 
}
@media (max-width: 500px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 16px;
  }
  .product-page .init-1 .containerC .listContC .content ul li {
    width: 100%;
  } 
}
.seoPublic .Auxil-news .list ul li a.img-box{
  height: auto;
}
.seoPublic .Auxil-honor{
  background: var(--color);
}
.seoPublic .Auxil-honor .title{
  color: white;
}


.agent-page .agent-1 ul {
  margin: 80px -20px 0;
}
.agent-page .agent-1 ul li {
  padding: 40px 20px;
}
.agent-page .agent-1 ul li .box {
  text-align: center;
}
.agent-page .agent-1 ul li .box .img {
  width: 200px;
  height: 200px;
  /*border-radius: 50%;*/
  background-color: var(--color);
  position: relative;
  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;
  margin: 0 auto;
}
.agent-page .agent-1 ul li .box .img::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  /*border-radius: 50%;*/
  border: 1px dashed var(--color);
}
.agent-page .agent-1 ul li .box h4 {
  color: var(--color);
}
.agent-page .trusted-page .trusted-1 {
  padding: 80px 0 40px;
}
.agent-page .trusted-page .trusted-1 .img {
  margin: 20px auto 0;
  text-align: center;
}
.agent-page .trusted-page .bottom {
  height: 265px;
  background-color: var(--color);
  color: white;
  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;
}
.agent-page .trusted-page .bottom .more2 {
  background-color: #000;
}
.agent-page .agent-2 {
  padding-top: 80px;
}
.agent-page .agent-2 ul {
  margin-top: 60px;
}
.agent-page .agent-2 ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agent-page .agent-2 ul li .img {
  width: 50%;
}
.agent-page .agent-2 ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.agent-page .agent-2 ul li .text {
  width: 50%;
  padding-left: 35px;
}
.agent-page .agent-2 ul li .text h4 {
  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;
  color: var(--color);
  margin-top: 35px;
}
.agent-page .agent-2 ul li .text h4::before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--color);
  display: block;
  margin-right: 10px;
}
.agent-page .agent-2 ul .slick-dots {
  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;
}
.agent-page .agent-2 ul .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #e1e1e1;
  margin: 0 8px;
}
.agent-page .agent-2 ul .slick-dots li.slick-active {
  background-color: var(--color);
}
.agent-page .agent-2 ul .slick-dots li button {
  display: none;
}
@media (max-width: 1000px){
   .agent-page .trusted-page .bottom h3 {
    font-size: 24px;
  }
  .agent-page .agent-2 ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .agent-page .agent-2 ul li .img {
    width: 100%;
  }
  .agent-page .agent-2 ul li .text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 700px){
   .agent-page .trusted-page .bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .agent-page .trusted-page .bottom .container h3 {
    margin-bottom: 30px;
  }
}