@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaBT-Book.woff2') format('woff2'), url('../fonts/FuturaBT-Book.ttf') format('truetype'), url('../fonts/FuturaBT-Book.eot') format('embedded-opentype'), url('../fonts/FuturaBT-Book.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaLT-Pro.woff2') format('woff2'), url('../fonts/FuturaLT-Pro.ttf') format('truetype'), url('../fonts/FuturaLT-Pro.eot') format('embedded-opentype'), url('../fonts/FuturaLT-Pro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaLT-Medium.woff2') format('woff2'), url('../fonts/FuturaLT-Medium.ttf') format('truetype'), url('../fonts/FuturaLT-Medium.eot') format('embedded-opentype'), url('../fonts/FuturaLT-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaLT-Heavy.woff2') format('woff2'), url('../fonts/FuturaLT-Heavy.ttf') format('truetype'), url('../fonts/FuturaLT-Heavy.eot') format('embedded-opentype'), url('../fonts/FuturaLT-Heavy.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Futura';
  max-width: 1920px;
  --color: #006e65;
  font-weight: 300;
  margin: 0 auto;
}
.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    max-height: 310px;
    overflow: auto;
}
.seoPublic .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1em;
}
.container {
  width: 1550px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}

#qrcode{
  position: fixed;
  right:20px;
  bottom:190px;
  width: 60px;
  height: 60px;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center; 
  z-index: 50;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  transition: all 0.5s;
  border-radius: 50%;
}
#qrcode:hover{
  background-color:black;
}
#qrcode i{
  color: white;
  font-size: 24px;
  transition: all 0.5s;
}
#qrcode .box{
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
  right: 120%;
  top:50%;
  transform: translateY(-50%) rotateY(-90deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qrcode .box #ewm img,
#qrcode .box #ewm canvas{
  width: 100px;
  height:100px;
  border: 8px solid white; 
}
#qrcode:hover .box{
  opacity:1;
  transform: translateY(-50%) rotateY(0deg);
}
.grid-box {
  font-size: 0;
  vertical-align: top;
}
.grid-box .column {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.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) {
  .lh-2.font-46 {
    line-height: 1.8;
  }
  h2.font-18 {
    line-height: 2;
  }
  .font-17.con,
  .font-17.mb-40 {
    line-height: 2;
  }
  .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%;
  }
}

.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.tit-font {
  font-weight: 900;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
.language-box .zhuyu {
  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;
}
.language-box .zhuyu span {
  font-size: 18px;
  color: black;
  margin-left: 8px;
  font-weight: 500;
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -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);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language 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 {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: white;
}
#header.active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 100px;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 70px;
  -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: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: black;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#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-family: 'Futura';
    font-weight: 300;
    font-size: 16px;
  background: #fff;
  top: 140%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -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: 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;
  white-space: nowrap;
}
#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 {
  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 .right a.more span {
  font-size: 18px;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color);
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  padding: 0 55px;
  color: white;
  border-radius: 5px;
}
.more:hover::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.more::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}
.more.white {
  background-color: white;
  color: black;
}
.more.white:hover {
  background-color: black;
  color: white;
}
.more span {
  font-size: 20px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 300;
}
.more.center {
  margin: 0 auto;
}
h2.h-title {
  font-size: 60px;
  line-height: 1.2;
  position: relative;
  z-index: 5;
  font-weight: bold;
}
@-webkit-keyframes drawCircle {
  from {
    /* 初始偏移量等于圆形周长，让描边完全隐藏 */
    stroke-dashoffset: 125.6;
  }
  to {
    /* 偏移量为0，描边完全显示 */
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes drawCircle {
  from {
    /* 初始偏移量等于圆形周长，让描边完全隐藏 */
    stroke-dashoffset: 125.6;
  }
  to {
    /* 偏移量为0，描边完全显示 */
    stroke-dashoffset: 0;
  }
}
@keyframes drawCircle {
  from {
    /* 初始偏移量等于圆形周长，让描边完全隐藏 */
    stroke-dashoffset: 125.6;
  }
  to {
    /* 偏移量为0，描边完全显示 */
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes text_transform {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes text_transform {
  0% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes text_transform {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li a.arr{
  transition: 0.5s;
}
#banner .banner-content ul li a.arr:hover{
  filter: brightness(0) invert(1);
}
#banner .banner-content ul li .container {
  top: 18%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#banner .banner-content ul li .container .btn a.more.white{
  background-color: white;
}
#banner .banner-content ul li .container .btn a.more.white img{
  transition: 0.5s;
}
#banner .banner-content ul li .container .btn a.more.white:hover img{
  filter: invert(1);
}
#banner .banner-bot {
  background-color: white;
}
#banner .banner-bot 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;
}
#banner .banner-bot ul li .box .icon {
  width: 88px;
}
#banner .banner-bot ul li .box .text {
  width: -webkit-calc(100% - 88px);
  width: -moz-calc(100% - 88px);
  width: calc(100% - 88px);
}
#banner .banner-bot ul li .box .text h4 {
  line-height: 1;
}
#index-body {
  overflow: hidden;
}
#index-body .homepage-1 {
  background-color: #f6f6f6;
}
#index-body .homepage-1 .bottom {
  margin-top: 55px;
}
#index-body .homepage-1 .bottom ul {
  margin: 0 -6px;
}
#index-body .homepage-1 .bottom ul li {
  padding: 0 6px;
}
#index-body .homepage-1 .bottom ul li .box {
  background-color: white;
  padding: 45px 30px 40px;
}
#index-body .homepage-1 .bottom ul li .box .text h4 {
  height: 70px;
}
#index-body .homepage-1 .bottom ul li .box .text .btn {
  width: 100%;
  height: 45px;
  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;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid black;
  color: black;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .bottom ul li .box .text .btn:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
#index-body .homepage-2 {
  background-color: var(--color);
}
#index-body .homepage-2 .top h2.h-title {
  line-height: 1.4;
}
#index-body .homepage-2 .top ol li {
  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;
}
#index-body .homepage-2 .top ol li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-2 .top ol li span {
  font-size: 24px;
}
#index-body .homepage-2 .top ol li i {
  font-size: 40px;
  margin-right: 30px;
}
#index-body .homepage-2 .img_box {
  border-radius: 50px;
  overflow: hidden;
}
#index-body .homepage-2 .img_box:hover > img {
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}
#index-body .homepage-2 .img_box:hover > a.btn {
  opacity: 1;
}
#index-body .homepage-2 .img_box > img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .img_box a.btn {
  background-color: white;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .bottom ul {
  position: relative;
  margin: 0 -5%;
}
#index-body .homepage-2 .bottom ul::before {
  content: '';
  position: absolute;
  width: 21%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  right: -webkit-calc(50% + 95px);
  right: -moz-calc(50% + 95px);
  right: calc(50% + 95px);
  top: 52px;
}
#index-body .homepage-2 .bottom ul::after {
  content: '';
  position: absolute;
  width: 21%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  left: -webkit-calc(50% + 95px);
  left: -moz-calc(50% + 95px);
  left: calc(50% + 95px);
  top: 52px;
}
#index-body .homepage-2 .bottom ul li {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  padding: 0 5%;
}
#index-body .homepage-2 .bottom ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .homepage-2 .bottom ul li .num {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  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;
  font-size: 48px;
  font-weight: 500;
  background-color: white;
  color: var(--color);
}
#index-body .homepage-3 .top .left ul li {
  margin-right: 90px;
}
#index-body .homepage-3 .top .left ul li:last-child {
  margin-right: 0;
}
#index-body .homepage-3 .top .left ul li h4 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  color: var(--color);
}
#index-body .homepage-3 .top .right .i2 {
  position: absolute;
  inset: 0;
  z-index: 1;
  will-change: clip-path;
  -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 40% 100%);
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 40% 100%);
}
#index-body .homepage-3 .top .right .line {
  width: 2px;
  height: 100%;
  background-color: white;
  position: absolute;
  left: 40%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
#index-body .homepage-3 .top .right button {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: -webkit-calc(40% - 30px);
  left: -moz-calc(40% - 30px);
  left: calc(40% - 30px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
#index-body .homepage-3 .bottom ul {
  margin: 0 -25px;
}
#index-body .homepage-3 .bottom ul li {
  padding: 0 25px;
}
#index-body .homepage-3 .bottom ul li .box {
  width: 100%;
  height: 315px;
  border-radius: 15px;
  background-color: #f6f6f6;
  padding: 40px 20px 0;
  text-align: center;
}
#index-body .homepage-4 .bottom ul {
  margin: 0 -7px;
}
#index-body .homepage-4 .bottom ul li {
  padding: 0 7px;
}
#index-body .homepage-5 {
  background-color: #f6f6f6;
}
#index-body .homepage-5 .top .arrow{
  width: 45px;
  height: 45px;
  border:1px solid #b1abab;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b1abab;
  transition: 0.5s;
  border-radius:50%;
  cursor: pointer;
}
#index-body .homepage-5 .top .arrow:hover{
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
#index-body .homepage-5 .top .arrow i{
  font-size: 20px;
}
#index-body .homepage-5 ul {
  margin: 0 -50px;
}
#index-body .homepage-5 ul .slick-current li {
  border-color: rgba(0, 0, 0, 0.2);
}
#index-body .homepage-5 ul li {
  padding: 0 50px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-6 {
  margin-top: 10px;
  padding: 0 10px;
}
#index-body .homepage-6 ul {
  margin: 0 -5px;
}
#index-body .homepage-6 ul li {
  padding: 0 5px;
}
#index-body .homepage-6 ul li .box {
  background-color: #f6f6f6;
  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;
  width: 100%;
  height: 125px;
}
#footer .top {
  background-color: #f4f7f4;
}
#footer .top 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;
  margin: 0 -7px;
}
#footer .top form ul li {
  padding: 0 7px;
  width: 22%;
}
#footer .top form ul li:nth-child(3) {
  width: -webkit-calc(56% - 250px);
  width: -moz-calc(56% - 250px);
  width: calc(56% - 250px);
}
#footer .top form ul li:last-child {
  width: 250px;
}
#footer .top form ul li input[type="text"] {
  width: 100%;
  height: 70px;
  background-color: white;
  border: none;
  padding: 0 20px;
  font-size: 16px;
}
#footer .top form ul li input[type="submit"] {
  width: 100%;
  border: none;
  background-color: transparent;
}
#footer .top form ul li a.more {
  width: 100%;
  height: 70px;
}
#footer .top form ul li a.more span {
  font-size: 20px;
}
#footer .left {
  height: 530px;
  width: 100%;
  max-width: 640px;
  background-color: var(--color);
  padding: 55px;
}
#footer .left .icon {
  position: absolute;
  right: 20px;
  top: -30px;
}
#footer .left .logo .share a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #cee3e1;
  margin-right: 25px;
}
#footer .left .logo .share a:last-child {
  margin-right: 0;
}
#footer .left .logo .share a:hover {
  color: white;
}
#footer .left .logo .share a i {
  font-size: 24px;
}
#footer .left .add {
  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: white;
}
#footer .left .add i {
  font-size: 24px;
  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;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  color: var(--color);
}
#footer .left .add p {
  font-size: 20px;
  font-weight: bold;
  padding-left: 15px;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
}
#footer .right ul li {
  max-width: 500px;
}
#footer .right ul li h4 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px;
}
#footer .right ul li span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
#footer .right ul li.link span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 25px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .right ul li.link span:hover {
  color: var(--color);
}
#footer .right ul li.contact .list .text {
  padding-left: 25px;
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: calc(100% - 110px);
}
#footer .right ul li.contact .list .text p {
  font-size: 16px;
  opacity: 0.8;
  line-height: 1;
  margin-bottom: 10px;
}
#footer .right ul li.contact .list .text p:last-child {
  margin-bottom: 0;
}
#footer .right .bot span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .right .bot span a.copyright {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  line-height: 1;
}
#footer .right .bot span a.copyright:hover {
  color: var(--color);
  border-color: var(--color);
}
#footer .right .bot span img {
  width: auto;
  height: 17px;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0.8;
}
@media screen and (max-width: 1450px) {
  h2.h-title {
    font-size: 40px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
  #index-body .homepage-3 .top .left ul li {
    margin-right: 40px;
  }
  #footer .left {
    width: 50%;
  }
  #footer .right {
    padding-left: 45px;
    padding-top: 30px;
  }
  #footer .right ul li {
    max-width: 340px;
  }
  #footer .right ul li h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #banner .banner-content ul li .content {
    width: 55%;
  }
  #banner .banner-content ul li .container {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .more {
    padding: 0 30px;
    height: 45px;
  }
  .more span {
    font-size: 16px;
  }
  #banner .banner-bot ul {
    display: block;
  }
  #index-body .homepage-1 .bottom ul li .box .text h4 {
    height: 50px;
  }
  h2.h-title {
    font-size: 36px;
  }
  #index-body .homepage-2 .top ol li i {
    font-size: 25px;
    margin-right: 30px;
  }
  #index-body .homepage-2 .top ol li span {
    font-size: 20px;
  }
  #index-body .homepage-2 .img_box {
    border-radius: 30px;
  }
  #index-body .homepage-2 .bottom ul li .num {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
  #index-body .homepage-2 .bottom ul::before {
    width: 15%;
    right: -webkit-calc(50% + 60px);
    right: -moz-calc(50% + 60px);
    right: calc(50% + 60px);
    top: 35px;
  }
  #index-body .homepage-2 .bottom ul::after {
    width: 15%;
    left: -webkit-calc(50% + 60px);
    left: -moz-calc(50% + 60px);
    left: calc(50% + 60px);
    top: 35px;
  }
  #index-body .homepage-3 .top .left ul li h4 {
    font-size: 36px;
  }
  #footer .right ul li.link {
    display: none;
  }
  #footer .right ul li {
    max-width: 100%;
  }
  #footer .left .add p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content ul li .content h2 {
    font-size: 30px;
  }
  #banner .banner-content ul li .content p {
    margin: 15px 0;
  }
  #banner .banner-bot ul li .box .text {
    padding-left: 15px;
  }
  #banner .banner-bot ul li .box .text h4 {
    font-size: 18px;
  }
  #index-body .homepage-2 .top ol {
    margin-top: 35px;
  }
  #index-body .homepage-2 .img_box {
    border-radius: 22px;
  }
  #index-body .homepage-2 .bottom ul li .box h4,
  #index-body .homepage-3 .bottom ul li .box h4,
  #index-body .homepage-4 .bottom ul li h4 {
    font-size: 20px;
  }
  #index-body .homepage-3 .top .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 45px;
  }
  #index-body .homepage-3 .top .right {
    width: 100%;
  }
  #index-body .homepage-3 .bottom ul {
    margin: 0 -5px;
  }
  #index-body .homepage-3 .bottom ul li {
    padding: 0 5px;
  }
  #index-body .homepage-5 .top .btn{
    display: none;
  }
  h2.h-title {
    font-size: 30px;
  }
  #footer .left {
    width: 100%;
    margin-bottom: 45px;
    max-width: 100%;
    height: auto;
  }
  #footer .left .add {
    margin-top: 45px;
  }
  #footer .right {
    width: 100%;
    padding: 0;
  }
  #footer .right .bot {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .right .bot span {
    margin: 5px 0;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-content ul li .content .btn {
    display: none;
  }
  #banner .banner-content ul li .content {
    width: 100%;
  }
  #index-body .homepage-2 .bottom ul::before,
  #index-body .homepage-2 .bottom ul::after {
    display: none;
  }
  #index-body .homepage-2 .bottom h3,
  #index-body .homepage-3 .top .left h2 {
    font-size: 24px;
  }
  #index-body .homepage-2 .bottom ul {
    display: block;
    margin: 0 15px;
  }
  #index-body .homepage-2 .bottom ul li {
    padding: 0 15px;
  }
  #index-body .homepage-3 .bottom ul li .box {
    height: 360px;
  }
  #index-body .homepage-5 ul li h4 {
    font-size: 20px;
    margin-top: 10px;
  }
  h2.h-title {
    font-size: 24px;
  }
  #index-body .homepage-4 h2.h-title {
    width: 100%;
  }
  #index-body .homepage-4 .text {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  #footer .left {
    padding: 30px 20px;
  }
  #footer .left a.f-logo {
    max-width: 120px;
    display: block;
  }
  #footer .right .bot span {
    text-align: center;
  }
  #banner .banner-content ul li > img{
        filter: brightness(0.8);
  }
  #banner .banner-content ul li .content{
    color: white;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 24px;
  }
      #banner .banner-content ul li .content p {
        margin: 15px 0;
        font-size: 16px;
    }
}













.inner-banner {
  padding-top: 99px;
}
.inner-banner img {
  border-radius: 10px;
  margin-top: 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: 37%;
      line-height: 2;
}
.about-page .about-1 .right {
  width: 23%;
}
.about-page .about-2 {
  background-color: #ececec;
}
.about-page .about-2 .left {
  width: 50%;
}
.about-page .about-2 .right {
  width: 50%;
  
}
.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.2;
  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.2;
}
.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.6;
  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: #f6f6f7;
}
.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-3 ul li .box .icon{
  height: 100px;
  display: flex;
  align-items: center;
}
.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:200px;
  padding-left: 20px;
}
.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;
  font-weight: 700;
  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: 5px 0 15px;
}
.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.6;
}
.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: 40px;
  height: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 10px 0 10px;
  text-align: center;
  line-height: 40px;
  /*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;
  color: white;
}
.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: 24px;
    line-height: 1.8;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-weight: 500;
}
.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(-140px);
  -moz-transform: translateY(-140px);
  -ms-transform: translateY(-140px);
  transform: translateY(-140px);
  color: white;
  padding: 60px 75px;
}
.contact-page .contact-form h3 {
  font-size: 40px; 
  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; 
  line-height: 2;
  color: rgba(255, 255, 255, 0.4);
  max-width: 50%;
}
.contact-page .contact-form form ul li label {
  font-size: 18px; 
  line-height: 2;
  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: 16px; 
  line-height: 2;
}
.contact-page .contact-form form ul li input[type='submit'] {
  background-color: transparent; 
  border: none;
}
.contact-page .contact-form form ul li input[type='submit']:hover {
  color:white;
}
.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;
  }
  .font-36{
    line-height: 2 !important;
  }
  .slickGap-30 li{
    width: 100%;
  }
  .font-100 {
    font-size: 38px;
  }
  .font-20{
     font-size: 14px;
  line-height: 2;
  }
  .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-44 {
        font-size: 18px;
        line-height: 1.8;
    }
  .font-40 {
    font-size: 18px;
    line-height: 1.8 !important;
  }
  .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;
    line-height: 1.4 !important;
  }
  .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: 20px;
  line-height: 1.8;
  font-weight: 300;
  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;
    font-size: 16px;
  line-height: 30px;
}
.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;
line-height: 2;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title {
  display: block;
  line-height: 1.6;
    /*overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
  min-height: 6em;
}
.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 {
line-height: 2;
}
.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: 300;
  padding: 10px 15px;
  background: transparent;
  color: black;
  border: none;
  height: auto;
  line-height: normal;
  font-size: 18px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more:hover {
  color: white;
}
.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: 380px;
  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: 10px;
    font-size: 18px;
line-height: 1.8;
  }
  .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;
  } 
  .seoPublic .Auxil-about .box .right div.h3{
    line-height: 1.8;
  }
  #cp-Nav .nav ul li a{
      font-size: 16px;
  line-height: 2;
  }
  .product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title{
    min-height: auto;
    font-size: 18px;
line-height: 1.8;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6{
    line-height: 1.8;
  }
}
@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;
  }
}

.tag {
  color: #141414;
  height: 30px;
  line-height: 28px;
  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;
}

/*.i-form {
  background: url(../images/form-bg.png) no-repeat right;
}*/
.i-form .i-top .right {
  margin-left: 30%;
}
.i-form .wrap {
  width: 100%;
}
.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;
  background: transparent;
}
.i-form .wrap form p {
  color: #161616;
  opacity: 0.35;
}
@media screen and (max-width: 1250px) {
  .i-form {
    background-size: contain;
  }
}
@media screen and (max-width: 1000px) {
    .i-form {
    background: white;
  }
  .i-form .wrap {
    width: 100%;
  }
  .i-form .i-top .right {
    margin-left: 42%;
  }
}
@media screen and (max-width: 1000px) {
 .i-form .i-top .right {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .i-form .wrap form li {
    width: 100%;
  }
  .i-form .wrap form em {
    right: 20px;
  }
}