@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZeroTwos";
  src: url("../fonts/ZeroTwos.eot");
  src: url("../fonts/ZeroTwos.eot?#iefix") format("embedded-opentype"), url("../fonts/ZeroTwos.woff2") format("woff2"), url("../fonts/ZeroTwos.woff") format("woff"), url("../fonts/ZeroTwos.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html{
  background: #000000;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #00aab3;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.play-btn i {
  border: none;
}
.pr {
    position: relative;
}
.flex-box{
    display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap{
    -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.rig_dot{
  position: relative;
}
.rig_dot::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, #000000), color-stop(65%, #000000), color-stop(65%, var(--color)));
  background: -webkit-linear-gradient(left bottom, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  background: -moz-linear-gradient(left bottom, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  background: linear-gradient(to right top, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.rig_dotl{
  position: relative;
}
.rig_dotl::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #000000), color-stop(65%, #000000), color-stop(65%, var(--color)));
  background: -webkit-linear-gradient(left top, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  background: -moz-linear-gradient(left top, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  background: linear-gradient(to left top, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#innerMobileBanner{
  margin-top: 60px;
}
#innerMobileBanner .banner2 .text{
    font-family: "ZeroTwos";
  font-weight: normal;
}
.title {
  font-family: "ZeroTwos";
  font-weight: normal;
}
.title i {
  color: var(--color);
}
.zrot {
  font-family: "ZeroTwos";
  font-weight: normal;
}
.container {
  padding: 0 15px;
  max-width: 1630px;
  margin: auto;
  width: 100%;
}
.more {
  height: 56px;
  background-color: #ffffff;
  border-radius: 28px;
  padding: 5px 8px;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  color: #000000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more div {
  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;
  padding-right: 24px;
  position: relative;
  z-index: 2;
}
.more div::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background: var(--color) url(../images/jt1.png) no-repeat center center;
  border-radius: 50%;
  margin-right: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more div::after {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background: var(--color);
  border-radius: 23px;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover {
  color: #ffffff;
}
.more:hover div::after {
  width: 100%;
}
.more:hover div::before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.more.m1 {
  height: 50px;
}
.more.m1 div::before {
  width: 40px;
  height: 40px;
}
.more.m1 div::after {
  width: 40px;
  height: 40px;
}
.more.m1:hover div::after {
  width: 100%;
}
@-webkit-keyframes lg {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes lg {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lg {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lg2 {
  0% {
    -webkit-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
  }
  100% {
    -webkit-transform: translate(-35%, 20%);
    transform: translate(-35%, 20%);
  }
}
@-moz-keyframes lg2 {
  0% {
    -moz-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
  }
  100% {
    -moz-transform: translate(-35%, 20%);
    transform: translate(-35%, 20%);
  }
}
@keyframes lg2 {
  0% {
    -webkit-transform: translate(-35%, -50%);
    -moz-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
  }
  100% {
    -webkit-transform: translate(-35%, 20%);
    -moz-transform: translate(-35%, 20%);
    transform: translate(-35%, 20%);
  }
}
@-webkit-keyframes lg3 {
  0% {
    -webkit-transform: translate(-35%, 20%);
    transform: translate(-35%, 20%);
  }
  100% {
    -webkit-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
  }
}
@-moz-keyframes lg3 {
  0% {
    -moz-transform: translate(-35%, 20%);
    transform: translate(-35%, 20%);
  }
  100% {
    -moz-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
  }
}
@keyframes lg3 {
  0% {
    -webkit-transform: translate(-35%, 20%);
    -moz-transform: translate(-35%, 20%);
    transform: translate(-35%, 20%);
  }
  100% {
    -webkit-transform: translate(-35%, -50%);
    -moz-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
  }
}
.fw-300 {
  font-weight: 300;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;

}
#header .container {
  max-width: 1760px;
}
#header .nav {
  padding: 24px 0 50px;
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu {
  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 {
  position: relative;
  
}
#header .nav .ui.menu .logo img{
  -webkit-animation: lg 0.7s 0.7s forwards;
  -moz-animation: lg 0.7s 0.7s forwards;
  animation: lg 0.7s 0.7s forwards;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#header .nav .ui.menu .logo::before {
  content: "";
  display: block;
  width: 400px;
  height: 200px;
  border-radius: 0 0 200px 200px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-35%, -50%);
  -moz-transform: translate(-35%, -50%);
  -ms-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
  -webkit-animation: lg2 0.7s 1 forwards;
  -moz-animation: lg2 0.7s 1 forwards;
  animation: lg2 0.7s 1 forwards;
  z-index: -1;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 60px;
  color: #ffffff;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#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 > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span img {
  width: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -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;
  max-height: 450px;
  overflow-y: auto;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  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;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language: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 .chat {
  margin-left: 50px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active .nav {
  padding: 10px 0;
}
#header.active .nav::after {
  width: 100%;
}
#header.active .nav .ui.menu .logo::before {
  display: none;
}
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: #000000;
}
#header.active .nav .ui.menu .h-search img,
#header.active .nav .ui.menu .h-language span img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.active .nav .more {
  border: 1px solid var(--color);
  height: 58px;
}
.font-18 {
  line-height: 1.8;
}
.font-16 {
  line-height: 1.6;
}
.lh-1 {
  line-height: 1;
}
.lh-11 {
  line-height: 1.1;
}
#banner {
  position: relative;
  overflow: hidden;
  background: url(../images/banner.jpg) no-repeat center top / cover;
}
#banner .box {
  padding-top: 180px;
  color: #ffffff;
}
#banner .box .title i {
  color: var(--color);
}
#banner .box .con {
  width: 75%;
}
#banner .box .right {
  position: relative;
}
#banner .box .right .list .item {
  position: absolute;
}
#banner .box .right .list .item .dot {
  width: 16px;
  height: 16px;
  background-color: var(--color);
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
#banner .box .right .list .item .dot:after,
#banner .box .right .list .item .dot:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#banner .box .right .list .item .dot:before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#banner .box .right .list .item .line {
  pointer-events: none;
  width: 60px;
  height: 100px;
  position: absolute;
  left: 50%;
  bottom: 50%;
  height: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .box .right .list .item .line .x {
  width: 1px;
  height: 100%;
  background: var(--color);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
#banner .box .right .list .item .btn {
  height: 30px;
  line-height: 30px;
  background-color: var(--color);
  border-radius: 15px;
  display: inline-block;
  padding: 0 25px;
  position: absolute;
  white-space: nowrap;
  left: 0;
  bottom: 92px;
  opacity: 0;
  -webkit-transition: 0.5s 0.5s;
  -moz-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
  pointer-events: none;
  z-index: 5;
}
#banner .box .right .list .item:hover .line {
  pointer-events: all;
  height: 100px;
}
#banner .box .right .list .item:hover .btn {
  opacity: 1;
  pointer-events: all;
}
#banner .box .right .list .item1 {
  left: 15%;
  bottom: 38%;
}
#banner .box .right .list .item2 {
  left: 17%;
  bottom: 17%;
}
#banner .box .right .list .item3 {
  left: 25%;
  bottom: 22%;
}
#banner .box .right .list .item4 {
  left: 38%;
  bottom: 38%;
}
#banner .box .right .list .item5 {
  left: 35%;
  bottom: 17%;
}
#banner .box .right .list .item6 {
  left: 68%;
  bottom: 66%;
}
#banner .box .right .list .item7 {
  left: 71%;
  bottom: 31%;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
.col {
  color: var(--color);
}
.slickDots ul li {
  width: 64px;
  height: 5px;
  background-color: #4d4d4d;
  border-radius: 3px;
  margin: 0 6px;
  border: none;
}
.slickDots ul li.slick-active {
  background: var(--color);
}
@-webkit-keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes circles {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circles {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circles {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rig_j {
  position: relative;
}
.rig_j::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, var(--color)));
  background: -webkit-linear-gradient(left bottom, transparent 50%, var(--color) 50%);
  background: -moz-linear-gradient(left bottom, transparent 50%, var(--color) 50%);
  background: linear-gradient(to right top, transparent 50%, var(--color) 50%);
  position: absolute;
  right: 0;
  top: 0;
}
#index-body {
  background: #000000;
  color: #ffffff;
}
#index-body .search .form {
  background-color: #ffffff;
  color: #000000;
  border-radius: 10px;
  padding: 30px 40px;
}
#index-body .search .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: -9px;
}
#index-body .search .form > ul > li {
  width: 28%;
  padding: 9px;
  position: relative;
}
#index-body .search .form > ul > li .tip {
  width: 100%;
  height: 73px;
  background-color: #ededed;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 35px;
  cursor: pointer;
}
#index-body .search .form > ul > li .tip .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .search .form > ul > li .tip i {
  color: var(--color);
  line-height: 1;
  font-size: 20px;
}
#index-body .search .form > ul > li input{
  border: none;
}
#index-body .search .form > ul > li .opt_list {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 2;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: none;
  max-height: 270px;
  overflow-y: auto;
}
#index-body .search .form > ul > li .opt_list li {
  padding: 0 35px;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .search .form > ul > li .opt_list li a{
  display: block;
}
#index-body .search .form > ul > li .opt_list li:last-child {
  border-bottom: none;
}
#index-body .search .form > ul > li .opt_list li:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .search .form > ul .submit {
  width: 16%;
}
#index-body .search .form > ul .submit .btn {
  width: 100%;
  height: 73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--color);
  border-radius: 10px;
  color: #ffffff;
  border: none;
}
#index-body .search .form > ul .submit .btn img {
  margin-right: 16px;
}
#index-body .type .item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#index-body .type .item .text {
  position: absolute;
  width: 100%;
  top: 55px;
  left: 0;
  padding: 0 100px;
}
#index-body .type .item li {
  margin-right: 14px;
  position: relative;
  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;
  font-weight: 300;
  margin-bottom: 0.5em;
}
#index-body .type .item li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color);
  margin-right: 8px;
}
#index-body .type .item li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .type .item li a:hover {
  color: var(--color);
}
#index-body .product .list > ul {
  margin: 0 -10px;
}
#index-body .product .list > ul li {
  padding: 0 10px;
}
#index-body .product .list > ul li .ig .img-box{
  background: #ebeaea;
}
#index-body .product .list > ul li .ig .tp {
  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;
  padding: 0 12px 0 25px;
  height: 50px;
  border-radius: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #2d2d2d;
}
#index-body .product .list > ul li .ig .tp span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .product .list > ul li .ig .tp .jt {
  width: 30px;
  height: 30px;
  background-color: #1eafb6;
  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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .list > ul li .ig .tp .jt img{
  width: auto;
}
#index-body .product .list > ul li .ig .tp:hover {
  background: var(--color);
}
#index-body .product .list > ul li .ig .tp:hover .jt {
  background: #ffffff;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#index-body .product .list > ul li .ig .tp:hover .jt img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .product .list > ul li .ig .tit{
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .list > ul li .ig .tit:hover{
  color: var(--color);
}
#index-body .about .top {
  background: url(../images/comy.jpg) no-repeat center center / cover;
  padding-bottom: 195px;
  background-attachment: fixed;
}
#index-body .about .top .box {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#index-body .about .top .box .play {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  opacity: 1;
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  color: #ffffff;
  border-radius: 50%;
}
#index-body .about .top .box .play .dot {
  position: absolute;
  top: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-top: -4px;
  margin-left: -4px;
  -webkit-transform-origin: 3px 82px;
  -moz-transform-origin: 3px 82px;
  -ms-transform-origin: 3px 82px;
  transform-origin: 3px 82px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: circles 6s linear infinite;
  -moz-animation: circles 6s linear infinite;
  animation: circles 6s linear infinite;
}
#index-body .about .top .box .play .jt {
  width: 110px;
  height: 110px;
  background-color: #ffffff;
  text-align: center;
  line-height: 110px;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--color);
  border-radius: 50%;
  cursor: pointer;
}
#index-body .about .top .box .play .circleProgress {
  width: 160px;
  height: 160px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#index-body .about .top .box .play .rightcircle {
  -webkit-animation: circleProgressLoad_right 6s linear infinite;
  -moz-animation: circleProgressLoad_right 6s linear infinite;
  animation: circleProgressLoad_right 6s linear infinite;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  right: 1px;
}
#index-body .about .top .box .play .leftcircle {
  -webkit-animation: circleProgressLoad_left 6s linear infinite;
  -moz-animation: circleProgressLoad_left 6s linear infinite;
  animation: circleProgressLoad_left 6s linear infinite;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  left: 1px;
}
#index-body .about .top .box .play .wrapper_con {
  width: 81px;
  height: 160px;
  position: absolute;
  top: -2px;
  overflow: hidden;
  display: block;
}
#index-body .about .top .box .play .right {
  right: -3px;
}
#index-body .about .top .box .play .left {
  left: -3px;
}
#index-body .about .bottom {
  margin-top: -120px;
}
#index-body .about .bottom ul {
  padding: 60px 85px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #000000;
}
#index-body .about .bottom ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#index-body .about .bottom ul li .icon {
  margin-right: 30px;
}
#index-body .about .bottom ul li .num {
  line-height: 1;
}
#index-body .about .bottom ul li .num em {
  color: var(--color);
}
#index-body .about .bottom ul li .num > span {
  opacity: 0.4;
}
#index-body .about .bottom ul li .p {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin-top: 10px;
}
#index-body .about .bottom ul .line {
  width: 1px;
  height: 47px;
  background-color: #000000;
  opacity: 0.13;
}
#index-body .customize .box {
  background-color: #212121;
}
#index-body .customize .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .customize .right .title {
  line-height: 1.4;
}
#index-body .advantage .swiper {
  overflow: hidden;
}
#index-body .advantage .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#index-body .advantage .swiper-slide {
  height: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#index-body .advantage .ig {
  background-color: #ffffff;
  padding: 60px 70px 80px 40px;
  color: #000000;
  height: 100%;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .ig .tip {
  color: rgba(20, 20, 20, 0.7);
  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-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .ig .tip img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .ig .tip .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 18px;
}
#index-body .advantage .ig::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, #000000), color-stop(65%, #000000), color-stop(65%, var(--color)));
  background: -webkit-linear-gradient(left bottom, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  background: -moz-linear-gradient(left bottom, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  background: linear-gradient(to right top, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .ig:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .advantage .ig:hover .tip {
  color: #ffffff;
}
#index-body .advantage .ig:hover .tip img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .advantage .ig:hover::after {
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, var(--color)), color-stop(65%, var(--color)), color-stop(65%, #ffffff));
  background: -webkit-linear-gradient(left bottom, transparent 50%, var(--color) 50%, var(--color) 65%, #ffffff 65%);
  background: -moz-linear-gradient(left bottom, transparent 50%, var(--color) 50%, var(--color) 65%, #ffffff 65%);
  background: linear-gradient(to right top, transparent 50%, var(--color) 50%, var(--color) 65%, #ffffff 65%);
}
#index-body .advantage .btn {
  position: relative;
  height: 4px;
}
#index-body .advantage .btn .pagination {
  height: 4px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}
#index-body .advantage .btn .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--color);
}
#index-body .news {
  background: url(../images/new_bg.jpg) no-repeat center center / cover;
  overflow: hidden;
}
#index-body .news .box {
  max-width: 1100px;
  margin: 0 auto;
}
#index-body .news .top {
  text-align: center;
}
#index-body .news .top .slick-list {
  overflow: visible;
}
#index-body .news .top ul {
  margin: 0 -20px;
}
#index-body .news .top ul li {
  padding: 0 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#index-body .news .top ul .slick-current li {
  color: var(--color);
}
#index-body .news .bottom ul {
  margin: -20px;
}
#index-body .news .bottom li {
  padding: 20px;
}
strong {
  font-weight: bold;
}
#footer {
  background: #000000 url(../images/f-bg.jpg) no-repeat center top / 100%;
  color: #fff;
}
#footer .f-box {
  padding-bottom: 80px;
}
#footer .f-box .left .form {
  padding: 110px 90px 100px;
  background: #ffffff;
  color: #000000;
  position: relative;
}

#footer .f-box .left .form::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, #000000), color-stop(65%, #000000), color-stop(65%, var(--color)));
  background: -webkit-linear-gradient(left bottom, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  background: -moz-linear-gradient(left bottom, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  background: linear-gradient(to right top, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box .left .form .con {
  line-height: 1.4;
  color: #1f1e1e;
  opacity: 0.53;
}
#footer .f-box .left .form form li {
  margin-bottom: 20px;
  border-bottom: 1px solid #1f1e1e;
}
#footer .f-box .left .form form li input {
  width: 100%;
  height: 60px;
  border: none;
}
#footer .f-box .left .form form li input::-webkit-input-placeholder {
  color: rgba(31, 30, 30, 0.5);
}
#footer .f-box .left .form form li input:-moz-placeholder {
  color: rgba(31, 30, 30, 0.5);
}
#footer .f-box .left .form form li input::-moz-placeholder {
  color: rgba(31, 30, 30, 0.5);
}
#footer .f-box .left .form form li input:-ms-input-placeholder {
  color: rgba(31, 30, 30, 0.5);
}
#footer .f-box .left .form form li input::placeholder {
  color: rgba(31, 30, 30, 0.5);
}
#footer .f-box .left .form form li textarea {
  width: 100%;
  height: 130px;
  border: none;
}
#footer .f-box .left .form form li textarea::-webkit-input-placeholder {
  color: rgba(31, 30, 30, 0.5);
}
#footer .f-box .left .form form li textarea:-moz-placeholder {
  color: rgba(31, 30, 30, 0.5);
}
#footer .f-box .left .form form li textarea::-moz-placeholder {
  color: rgba(31, 30, 30, 0.5);
}
#footer .f-box .left .form form li textarea:-ms-input-placeholder {
  color: rgba(31, 30, 30, 0.5);
}
#footer .f-box .left .form form li textarea::placeholder {
  color: rgba(31, 30, 30, 0.5);
}
#footer .f-box .left .form form li button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  border: none;
  background: none;
}
#footer .f-box .left .form form li button::after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background: var(--color) url(../images/jt1.png) no-repeat center center;
  border-radius: 50%;
  margin-left: 29px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .left .form form li button:hover::after {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#footer .f-box .left .form form .submit {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 50px;
}
#footer .f-box .left .share {
  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;
}
#footer .f-box .left .share a {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  color: #000000;
  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: 24px;
  border-radius: 50%;
  margin-right: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .left .share a:hover {
  background: var(--color);
  color: #ffffff;
}
#footer .f-box .left .share .ewm {
  position: relative;
}
#footer .f-box .left .share .ewm #ewm {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 109%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 3px solid #ffffff;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .left .share .ewm:hover #ewm {
  opacity: 1;
}
#footer .f-box .right .st {
  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;
}
#footer .f-box .right .st::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 14px;
}
#footer .f-box .right .title {
  line-height: 1.2;
}
#footer .f-box .right .con {
  border-bottom: 1px solid #d2d2d2;
}
#footer .f-box .right .f-contact {
  width: 80%;
}
#footer .f-box .right .f-contact .txt span {
  opacity: 0.5;
}
#footer .f-box .right .f-nav_list {
  line-height: 2;
}

#footer .f-box .right .f-nav_list .tit {
  line-height: 1;
}
#footer .f-box .right .f-nav_list li {
  font-weight: 300;
}
#footer .f-box .right .f-nav_list li ul {
  display: none;
}
#footer .f-box .right .f-nav_list li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .right .f-nav_list li a:hover {
  color: var(--color);
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}
#footer .f-copy .flex {
  padding: 25px 0 ;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .f-copy .bq {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy .bq:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  fill: rgba(255, 255, 255, 0.6);
  margin-top: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
@media screen and (max-width: 1700px) {
  #header .container {
    width: 100%;
    max-width: 1550px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 35px;
  }
}
@media screen and (max-width: 1450px) {
  #header .container {
    width: 100%;
    max-width: 1300px;
  }
  #header .nav .ui.menu .logo::before {
    zoom: 0.85;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 20px;
  }
  #banner .box .left {
    width: 50%;
  }
  #banner .box .left .more {
    margin-top: 30px;
  }
  #banner .box .right {
    width: 50%;
  }
  #index-body .advantage .ig {
    padding: 60px 40px 80px 30px;
  }
  #footer .f-box .left {
    padding-right: 70px;
  }
  #footer .f-box .right {
    padding-right: 70px;
  }

}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #banner .box {
    padding: 60px 0;
  }
  #index-body .type .item .text {
    padding: 0 50px;
    top: 30px;
  }
  #index-body .about .bottom ul {
    padding: 30px;
  }
  #index-body .about .bottom ul li .icon {
    zoom: 0.8;
    margin-right: 15px;
  }
  #index-body .search .form {
    padding: 20px;
  }
  #index-body .about .bottom {
    margin-top: -55px;
  }
  #footer .f-box .left {
    padding-right: 40px;
  }
  #footer .f-box .right {
    padding-right: 40px;
  }
  #footer .f-box .left .form {
    padding: 60px 30px 60px;
  }
  #index-body .advantage .ig .tip .icon {
    zoom: 0.8;
  }
  #index-body .about .top {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .box .right {
    display: none;
  }
  #index-body .search .form > ul > li,
  #index-body .search .form > ul .submit {
    width: 50%;
  }
  #index-body .about .bottom ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .about .bottom ul li.line {
    display: none;
  }
  #index-body .product .tip .right {
    margin-top: 20px;
  }
  #index-body .customize .box .left {
    width: 100%;
  }
  #index-body .customize .box .right {
    width: 100%;
  }
  #index-body .about .top .box .play {
    zoom: 0.8;
  }
  #footer .f-box .left .tit {
    display: none;
  }
  #footer .f-box .left .share {
    display: none;
  }
  #footer .f-box .right {
    margin-top: 40px;
  }
  #footer .f-box .right .f-nav_list {
    display: none;
  }
  #index-body .search .form > ul > li .tip,
  #index-body .search .form > ul .submit .btn {
    height: 55px;
  }
  #index-body .search .form > ul > li .tip {
    padding: 0 25px;
  }
}
@media screen and (max-width: 700px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 25%;
    zoom: 0.75;
  }
  .more {
    zoom: 0.8;
  }
  .font-50,
  .font-48 {
    font-size: 24px;
  }
  .font-60 {
    font-size: 26px;
  }
  .font-32,
  .font-36 {
    font-size: 20px;
  }
  .font-30 {
    font-size: 18px;
  }
  #footer .f-box .left .form form li button {
    font-size: 16px;
  }
  #index-body .advantage .ig {
    padding: 50px 40px 40px 30px;
  }
  #footer .f-box {
    padding-bottom: 40px;
  }
  #index-body .news .top ul li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .search .form > ul > li,
  #index-body .search .form > ul .submit {
    width: 100%;
  }
  #index-body .type .item .text {
    padding: 0 25px;
  }
  #footer .f-box .right .f-contact {
    width: 90%;
  }
  #index-body .news .top {
    font-size: 17px;
  }
  #footer .f-copy {
    font-size: 14px;
  }
  #index-body .about .bottom ul li {
    width: 100%;
  }
  #index-body .about .bottom ul {
    padding: 20px;
  }
  #index-body .about .top .box .play {
    zoom: 0.65;
  }
  #index-body .customize .box .right {
    padding: 25px;
  }
  .more {
    zoom: 0.7;
  }
}


/*inner*/
.faq-page{
  background: #000000;
  color: #ffffff;
}
.faq-page .img2 {
  width: 100%;
}
.faq-page .init-1 .container .tips {
  font-weight: 500;
}
.faq-page .init-1 .container ul {
  margin-top: 40px;
}
.faq-page .init-1 .container ul li {
  padding: 40px 40px;
  border-top: 2px solid #323131;
}
.faq-page .init-1 .container ul li:last-child {
  border-bottom: 2px solid #323131;
}
.faq-page .init-1 .container ul li .titleC {
  cursor: pointer;
  font-weight: 500;
  position: relative;
}
.faq-page .init-1 .container ul li .titleC .q {
  text-transform: uppercase;
  width: 50px;
}
.faq-page .init-1 .container ul li .titleC .text {
  padding-right: 20px;

}
.faq-page .init-1 .container ul li .titleC i {
  position: absolute;
  font-size: 30px;
  top: 0;
  right: -10px;
  color: #ffffff;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.faq-page .init-1 .container ul li .titleC.active i {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.faq-page .init-1 .container ul li .content {
  margin-top: 20px;
  padding: 20px;
  background-color: #f3f3f3;
  border-radius: 5px;
  display: none;
    color: #000000;
}

@media (max-width: 1500px) {

  .faq-page .init-2 .container .content .right {
    padding-right: 60px;
  }
}
@media (max-width: 1250px) {

}
@media (max-width: 1000px) {
  .faq-page .init-1 .container ul li{
    padding: 25px 20px;
  }

}
@media (max-width: 500px) {
  .faq-page .init-1 .container ul li .titleC .q {
    width: 40px;
  }
  .faq-page .init-1 .container ul li{
   padding: 20px 0;
  }
  .faq-page .init-1 .container ul li .titleC .text {
    font-size: 18px;
  }
  .faq-page .init-1 .container ul li .titleC i{
    right: 0;
  }
}
.text-color {
  color: var(--color);
}
.text-family {

}
.text-family1 {
 
  font-size: 30px;
  line-height: 1.4;
  /*text-transform: uppercase;*/
  font-weight: 500;
}
@keyframes round_translate1 {
    0% {
        right: 75%;
    }
    74.99% {
        opacity: 1;
    }
    75% {
        right: -25%;
        top: 100%;
        opacity: 0;
    }
    75.05% {
        right: 100%;
        opacity: 0;
    }
    75.1% {
        opacity: 1;
    }
    100% {
        right: 75%;
    }
}
@keyframes round_translate2 {
    0% {
        right: 40%;
    }
    64.99% {
        opacity: 1;
    }
    65% {
        right: -30%;
        opacity: 0;
    }
    65.05% {
        right: 100%;
        opacity: 0;
    }
    65.1% {
        opacity: 1;
    }
    100% {
        right: 40%;
    }
}
@keyframes round_translate3 {
    0% {
        right: 0;
    }
    9.99% {
        opacity: 1;
    }
    10% {
        right: -25%;
        opacity: 0;
    }
    10.05% {
        right: 100%;
        opacity: 0;
    }
    10.1% {
        opacity: 1;
    }
    100% {
        right: 0;
    }
}
.inner-banner {
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 100px;
}
.inner-banner::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 200%;
    background-color: var(--color);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-animation: round_translate2 12s linear infinite;
    -moz-animation: round_translate2 12s linear infinite;
    animation: round_translate2 12s linear infinite;
    z-index: 10;
}
.inner-banner .inner-content {
    width: 100%;
    height: 100%;
    /*background: url("../images/in-banner.png") no-repeat;*/
    background-size: cover;
    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;
    flex-direction: column;
    position: relative;
}
.inner-banner .inner-content .tip{
  position: relative;
  z-index: 22;
  color: #ffffff;
  text-transform: uppercase;
}
.inner-banner .inner-content .tip .title{
  text-align: center;
}
.inner-banner .inner-content::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 100%;
    height: 200%;
    background-color:#088187;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate1 12s linear infinite;
    -moz-animation: round_translate1 12s linear infinite;
    animation: round_translate1 12s linear infinite;
}
.inner-banner .inner-content::after {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 200%;
    background-color: #088187;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate3 12s linear infinite;
    -moz-animation: round_translate3 12s linear infinite;
    animation: round_translate3 12s linear infinite;
}
.inner-banner .mbx {
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
}
.inner-banner .mbx h2 {
    font-size: 44px;
    line-height: 1;
    font-weight: bold;
    font-style:italic;
    text-transform:uppercase;
    margin-bottom: 10px;
    /*font-family: Unbounded;*/
}
.inner-banner .mbx p {
    font-size: 16px;
    line-height: 32px;
}
@media (max-width: 1250px) {
    .inner-banner {
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .inner-banner {
        width: 100%;
    }
    .inner-banner .mbx h2 {
        font-size: 24px;
        padding: 0 15px;
        line-height: 38px;
    }
    .inner-banner .mbx p {
        padding: 0 15px;
    }
}

.m-page .wp-pagenavi{
  text-align: center;
  margin-top: 40px;

}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 0 8px;
  width: 40px;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  border-radius:50%; 
  background: #ffffff;
  color: #000000;
  transition: .5s;
}
.m-page a:hover {
  background-color: var(--color);
  color: #fff;
}
.m-page span {
  background-color: var(--color);
  color: #fff;
}


.pagination{
  text-align: center;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.pagination .first, .pagination .last{
  display: none
}
.pagination .prev a,.pagination .next a{
   color: transparent !important;
  position: relative;
}
.pagination .prev a:after{
  content: "\f104";
  font: normal normal normal 14px / 1 FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   line-height: 40px;
  font-size: 25px;
   color: #000000;
}
.pagination .next a:after{
  content: "\f105";
   font: normal normal normal 14px / 1 FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    line-height: 40px;
  font-size: 25px;
   color: #000000;
}
.pagination .next a:hover:after,.pagination .prev a:hover:after{
  color: #ffffff;
}
.pagination a {
  display: inline-block;
  margin: 0 8px;
  width: 40px;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  border-radius:50%; 
  background: #ffffff;
  color: #000000;
  transition: .5s;
}
.pagination a:hover,.pagination .active a {
  background-color: var(--color);
  color: #fff;
}
.m-page span {
  background-color: var(--color);
  color: #fff;
}

.about-page{
    background: #000000;
  color: #ffffff;
}
.about-page .about-1 {
  padding: 90px 0 50px;
  position: relative;
  background: #1A1A1A;

}
.about-page .about-1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 235px;
  width: 100%;
  height: 615px;
  background-color: #f6f6f6;
  z-index: -1;
}
.about-page .about-1 .container .left {
  max-width: 1520px;
}
.about-page .about-1 .container .left h3 {
  line-height: 1.2;
  margin-top: 10px;
}
.about-page .about-1 .container .left .img {
  margin-top: 48px;
  position: relative;
}

.about-page .about-1 .text {
  margin-top: 60px;
  padding-bottom: 100px;
}
.about-page .about-1 .text p {
  color: #ffffff;
     padding: 0 30px; 
    line-height: 1.8;
    font-size:18px; 
}


.about-page .about-2 {
  padding: 0 70px;
}
.about-page .about-2 .bg {
  position: absolute;
  right: 0;
  top: -90px;
}
.about-page .about-2 .line {
  width: 100%;
  height: 10px;
  background-color: var(--color);
}
.about-page .about-2 .content {
  background-color: #1a1a1a;
  height: 600px;
  padding-top: 90px;
  position: relative;
}
.about-page .about-2 .content .title {
  color: white;
  text-align: left;
}
.about-page .about-2 .content .title p {
  max-width: 650px;
}
.about-page .about-2 .content ul {
  margin: 90px -28px 0;
}
.about-page .about-2 .content ul li {
  width: 25%;
  padding: 0 28px;
  color: white;
  margin-top: 30px;
}
.about-page .about-2 .content ul li .icon {
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-2 .content ul li .icon h4 {
      margin-bottom: 0px;
    
    font-size: 24px;
    /*text-transform: uppercase;*/
    font-weight: 500;
}
.about-page .about-2 .content ul li p {
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-history .box{
  position: relative
}
.about-page .about-history .box .line{
  position: absolute;
  	height: 2px;
    width: 100%;
	background-color: #ffffff;
	opacity: 0.12;
  left: 0;
  top: 6.7em
      /*border-bottom: 2px solid #ffffff;*/
}
.about-page .about-history li{
text-align: center
}
.about-page .about-history li .dot{
  	width: 17px;
	height: 17px;
  border-radius: 50%;
  margin: 0 auto;
	background-color: #f5f5f5;
	border: solid 2px #d7d7d7;
}
.about-page .about-history li .title{
  line-height: 1;
  color: #ffffff;
	opacity: 0.8;
  transition: .5s

}
.about-page .about-history .slick-current li .title{
  opacity: 1;
 color: #01aab1;
}
.about-page .about-factory{
  background: url(../images/fan1.jpg) no-repeat center top / 100%;
  color: #fff
} 
.about-page .about-factory .cont{
  max-width: 830px;
  margin: 0 auto;
  line-height: 1.8
}
.about-page .about-factory  .more{
  margin: 30px auto 0;
}
.about-page .about-factory .title{
  line-height: 1
}
.about-page .about-factory li .text{
  width: 100%;
	height: 78px;
	background-color: #000000;
  color: #fff;
  text-align: center;
  line-height: 78px;
}
.about-page .about-honor .left{
  width: 40%
}
.about-page .about-honor .right{
  width: 45%;

}
.about-page .about-honor {
 background: #1A1A1A
}
.about-page .about-3 {
  margin: 130px 0 0;
}
.about-page .about-3 .right {
  width: 67%;
}
.about-page .about-3 .right .text {
  padding-left: 50px;
}
.about-page .about-3 .right .text .img_box {
  margin-left: 200px;
  margin-top: -110px;
}
.about-page .about-3 .right .box {
  margin-top: 85px;
}
.about-page .about-3 .right .box .box-l {
  width: 50%;
  background-color: #092143;
  color: white;
  height: 374px;
  padding-left: 50px;
  padding-right: 30px;
  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;
}
.about-page .about-3 .right .box .box-r {
  width: 50%;
}
.about-page .about-4 {
  padding: 180px 0 160px;
  text-align: center;
}
.about-page .about-4 h2 {
      margin-top: 95px;
    
    font-weight: 300;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.8;
}
.about-page .about-4 h2 span {
  border-bottom: 2px solid #036eb8;
}
.factory-page{
  background: #000000;
  color: #ffffff;
}
.factory-page .factory-1 ul {
 margin: -15px
}
.factory-page .factory-1 ul li {
  padding: 15px;
}
.service{
  background: #000000;
  color: #ffffff;
}

.service .service-1 .container ul {
  margin: 0 -17px;
  background: url("../images/service-line.png") no-repeat center 80px;
}
.service .service-1 .container ul li {
  padding: 0 17px;
}
.service .service-1 .container ul li .img_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  background-color: #ececec;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.service .service-1 .container ul li .img_box span {
  display: block;
  background-color: var(--color);
  color: white;
  position: absolute;
  left: 0;
  top: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 54px;
  
}
.service .service-1 .container ul li h4 {
  margin: 30px 0 15px;
}
.service .service-2 {
  background: #1A1A1A;
}
.service .service-2 .container {
  padding: 0 0px;
}
.service .service-2 .container .right {
  width: 54%;
}
.service .service-2 .container .right ul li.active .title {
  margin-bottom: 0;
  background-color: var(--color);
  color: white;
}
.service .service-2 .container .right ul li.active .title h4 {
  color: white;
}
.service .service-2 .container .right ul li.active .title span {
  background-color: #000;
}
.service .service-2 .container .right ul li.active .title span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.service .service-2 .container .right ul li.active p {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 30px 110px 30px 25px;
}
.service .service-2 .container .right ul li {
  width: 100%;
}
.service .service-2 .container .right ul li .title {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 1px solid var(--color);
  padding: 15px 20px 10px 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service .service-2 .container .right ul li .title h4 {
  width: 90%;
  color: #000000;
    font-size: 24px;
    line-height: 1.6;
    /*text-transform: uppercase;*/
}

.service .service-2 .container .right ul li .title:last-child {
  margin-bottom: 0;
}
.service .service-2 .container .right ul li .title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color);
  -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: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.service .service-2 .container .right ul li .title span::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
}
.service .service-2 .container .right ul li .title span::after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service .service-2 .container .right ul li p {
  padding: 0 135px 0 25px;
  max-height: 0;
  overflow: hidden;
}

.service .service-share{
  position: relative
}
.service .service-share .box{
  position: absolute;
  width: 633px;;
	background-color: #1A1A1A;
	border-radius: 8px;
  padding: 75px 60px 60px;
  color: #ffffff;
  left: 0;
  bottom: -100px;
}
.service .service-share .box li{
  padding-bottom: 8px;
  border-bottom: 1px solid #868686;
}
.service .service-share .box li .line{
	height: 5px;
	background-color: #fd7f00;
	border-radius: 3px;
}
.service .service-share .box li:nth-child(1) .line{
  width: 303px;

}
.service .service-share .box li:nth-child(2) .line{
 	width: 260px;
}
.service .service-share .box li:nth-child(3) .line{
  	width: 130px;
}
.service .service-share .box li:nth-child(4) .line{
  	width: 173px;
}
.service  .service-partner {
  background: #1A1A1A;
}
.service  .service-partner .slick-track .slick-slide>div{
height: auto
}
.service  .service-partner li{
  padding: 7px
}
.service  .service-partner li .box{
  background: #fff;
   box-shadow: 0px 0px 5px 3px rgba(4, 0, 0, 0.1);
 
    display: flex;
    justify-content: center;
    align-items: center
}
.service .service-3 {
  background-color: #f6f6f6;
  padding: 100px 0 110px;
}
.service .service-3 .container ul {
  margin-top: 45px;
}
.service .service-3 .container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.service .service-3 .container ul li:nth-child(even) {
  background-color: #fbfbfb;
}
.service .service-3 .container ul li:first-child span {
  background-color: var(--color);
    color: #fff;
    
    font-size: 24px;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    padding-left: 60px;
}
.service .service-3 .container ul li span {
  display: block;
  width: 50%;
  height: 50px;
  font-size: 18px;
  padding-left: 60px;
  line-height: 58px;
}
.service .service-3 .container ul li span:last-child {
  text-align: center;
}
.service .service-3 .container ul li span:nth-child(n + 2) a {
  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;
  height: 100%;
}
.application .application-1 {
  padding: 140px 0 110px;
}
.application .application-1 .container .left {
  width: 33%;
}
.application .application-1 .container .left ul li.active {
  background-color: #0c2031;
}
.application .application-1 .container .left ul li.active a h4 {
  color: white;
}
.application .application-1 .container .left ul li {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.application .application-1 .container .left ul li:last-child {
  margin-bottom: 0;
}
.application .application-1 .container .left ul li a {
  height: 65px;
  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;
  padding: 0 15px;
}
.application .application-1 .container .left ul li a .img_box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
  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;
}
.application .application-1 .container .left ul li a h4 {
  width: 75%;
  margin-left: 20px;
  line-height: 1.4;
}
.application .application-1 .container .left ul li a i {
  font-size: 24px;
  margin-left: auto;
}
.application .application-1 .container .left .box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.application .application-1 .container .left .box .box-b {
  position: absolute;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width:100%;
}
.application .application-1 .container .left .box .box-b h4 {
  color: white;
  text-align: center;
}
.application .application-1 .container .left .box .box-b .text {
  background-color: white;
  padding: 15px 50px;
  border-radius: 20px;
  width: calc(100% - 100px);
  margin: 0 auto;
  text-align: center;
}
.application .application-1 .container .left .box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.application .application-1 .container .right {
  width: 67%;
  padding-left: 50px;
  margin-top: -10px;
}

.application .application-1 .container .right .imgs ul li {
  width: 48%;
  margin-bottom: 20px;
}
.application .application-1 .container .right .imgs ul li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.application .application-1 .container .right .faq-content ul li.active .title {
  margin-bottom: 0;
  background-color: var(--color);
  color: white;
}
.application .application-1 .container .right .faq-content ul li.active .title span {
  background-color: #c4dda5;
}
.application .application-1 .container .right .faq-content ul li.active .title span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.application .application-1 .container .right .faq-content ul li.active p {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 30px;
}
.application .application-1 .container .right .faq-content ul li {
  width: 100%;
}
.application .application-1 .container .right .faq-content ul li .title {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 1px solid var(--color);
  padding: 15px 20px 10px 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.application .application-1 .container .right .faq-content ul li .title h4 {
  width: 90%;
}
.application .application-1 .container .right .faq-content ul li .title:last-child {
  margin-bottom: 0;
}
.application .application-1 .container .right .faq-content ul li .title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color);
  -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: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.application .application-1 .container .right .faq-content ul li .title span::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
}
.application .application-1 .container .right .faq-content ul li .title span::after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.application .application-1 .container .right .faq-content ul li p {
  padding: 0 135px 0 25px;
  max-height: 0;
  overflow: hidden;
}
.news-page {
  padding: 140px 0;
  background: #000000;
}
.news-page .news-box .news-left {
  width: 65%;
}
.news-page .news-box .news-left ul li {
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 50px;
}
.news-page .news-box .news-left ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-box .news-left ul li .box-t {
  height: 85px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news-page .news-box .news-left ul li .box-t span {
  margin-bottom: -12px;
}
.news-page .news-box .news-left ul li .box-b {
  padding: 35px 45px 55px 40px;
}
.news-page .news-box .news-left ul li .box-b .more{
  border: 1px solid rgb(225 225 225);
  height: 58px;
}
.news-page .news-box .news-right {
  width: 35%;
  padding-left: 65px;
}
.news-page .news-box .news-right .line {
  width: 60px;
  height: 2px;
  background-color: var(--color);
}
.news-page .news-box .news-right .news-category {
  padding: 50px 30px 40px;
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: #000000;
}
.news-page .news-box .news-right .news-category ul li {
  font-size: 16px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}
.news-page .news-box .news-right .news-category ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.news-page .news-box .news-right .news-category ul li a {
  
}
.news-page .news-box .news-right .news-media {
  padding: 50px 30px 40px;
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.news-page .news-box .news-right .news-media ul li {
  margin-right: 25px;
}
.news-page .news-box .news-right .news-media ul li:last-child {
  margin-right: 0;
}
.news-page .news-box .news-right .news-media ul li a {
  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: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color);
}
.news-page .news-box .news-right .news-media ul li a i {
  font-size: 20px;
  color: white;
}
.news-page .news-box .news-right .box {
  width: 100%;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}
.news-page .news-box .news-right .box .box-b {
  position: absolute;
  left: 50%;
  bottom: 88px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
}
.news-page .news-box .news-right .box .box-b h4 {
      color: #000000;
    
    text-transform: uppercase;
    text-align: center;
}
.news-page .news-box .news-right .box .box-b .text {
  background-color: #000000;
  padding: 15px 0;
  color: #ffffff;
  border-radius: 20px;
}
.news-page .news-box .news-right .box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page{
  color: #ffffff;
}
.newdet-page .news-box .news-left .line {
  width: 60px;
  height: 2px;
  background-color: var(--color);
}
.newdet-page .news-box .news-left .content {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.newdet-page .news-box .news-left .n-link {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);;
}
.newdet-page .news-box .news-left .n-link a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  
}
.newdet-page .news-box .news-left .n-link a span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 2px solid transparent;
}
.newdet-page .news-box .news-left .n-link a:hover span {
  color: var(--color);
  border-bottom: 2px solid var(--color);
}
.newdet-page .news-box .news-left .form form {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .news-box .news-left .form form input[type='text'] {
  width: 100%;
  height: 65px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 15px;
  font-size: 16px;
  margin-bottom: 40px;
  width: 48%;
  border-radius: 8px;
}
.newdet-page .news-box .news-left .form form input[name='content'] {
  width: 100%;
}
.newdet-page .news-box .news-left .form form input::-webkit-input-placeholder {
  color: #999;
}
.newdet-page .news-box .news-left .form form button{
  border: none;
}
@media (max-width: 1600px) {


  .about-page .about-2 .bg {
    max-width: 50%;
  }
  .about-page .about-2 {
    padding: 0;
  }
  .about-page .about-3 .right .text .img_box {
    display: none;
  }
  .about-page .about-3 .right {
    width: 55%;
  }
  .about-page .about-3 .right .box .box-r {
    display: none;
  }
  .about-page .about-3 .right .box .box-l {
    width: 100%;
    padding: 50px;
  }
}
@media (max-width: 1450px) {

  .font-45 {
    font-size: 36px;

  }
  .font-35 {
    font-size: 30px;
  }
.news-page .news-box .news-right .box{
  height: 420px;
}

  .about-page .about-2 .content .title p {
    max-width: 50%;
  }
  .about-page .about-2 .content ul {
    margin: 80px -15px 0;
  }
  .about-page .about-2 .content ul li {
    padding: 0 15px;
  }
  .about-page .about-3 .left {
    width: 45%;
  }
  .about-page .about-3 .right {
    padding-left: 50px;
  }
  .about-page .about-4 {
    padding: 120px 0;
  }
  .service .service-1 .container ul {
    background-size: 80%;
  }
  .service .service-2 .container .right ul li.active p {
    padding: 30px 90px 30px 25px;
  }
}
@media (max-width: 1250px) {

  .font-45 {
    font-size: 30px;
  }

  .about-page .about-3 .right .text {
    padding-left: 0;
  }
  .about-page .about-3 .right .text .text-l h2 {
    font-size: 24px;
    line-height: 1.6!important;
    margin-bottom: 35px;
  }
  .about-page .about-3 .right .box {
    margin-top: 40px;
  }
  
  .service .service-1 .container ul li {
    width: 50%;
    margin: 20px 0;
  }
  .service .service-1 .container ul {
    background: none;
  }

  .service .service-2 .container {
    padding: 0 15px;
  }
  .service .service-2 .container .right {
    width: 60%;
  }
  .application .application-1 .container .left ul li a {
    height: auto;
    padding: 20px 15px;
  }
  .application .application-1 .container .left ul li a h4 {
    font-size: 16px;
    line-height: 30px;
  }
  .news-page .news-box .news-right .box .box-b .text {
    padding: 15px;
  }
}
@media (max-width: 1000px) {

  .Auxil-catdes{
    display: none!important;
  }
  .product-page .product-2{
    margin-top: 0px!important;
  }
  .product-page .init-1 .tip_title{
    font-size: 20px!important;
line-height: 36px!important;
  }

  .about-page .about-1 .container .left {
    width: 100%;
  }
  .about-page .about-1 .container .right {
    width: 100%;
    max-width: 100%;
  }
  .about-page .about-1 .container .right p {
    max-width: 100%;
  }
  .about-page .about-2 .content .title p {
    max-width: 100%;
  }
  .about-page .about-2 .content ul li {
    width: 48%;
    margin: 20px 0;
  }
  .about-page .about-2 .content {
    height: auto;
    padding-bottom: 90px;
  }
  .about-page .about-3 .left {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .about-page .about-3 .left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 0 15px;
  }
  .about-page .about-3 .right .box .box-r {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .about-page .about-3 .right .box .box-r img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .service .service-2 .container .left {
    width: 100%;
  }
  .service .service-2 .container .left br {
    display: none;
  }
  .service .service-2 .container .left .btn-go {
    margin-top: 20px;
  }
  .service .service-2 .container .right {
    width: 100%;
    margin-top: 60px;
  }
  .application .application-1 .container .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .application .application-1 .container .right {
    width: 100%;
    padding-left: 0;
  }
  .application .application-1 {
    padding: 70px 0;
  }
  .news-page .news-box .news-right {
    display: none;
  }
  .news-page .news-box .news-left {
    width: 100%;
  }
  .news-page .news-box .news-left ul li .box-b {
    padding: 35px 40px;
  }
  .news-page .news-box .news-left ul li .box-b p {
    margin-bottom: 30px;
  }
  .news-page {
    padding: 80px 0;
  }
}
@media (max-width: 700px) {
 
  .about-page .about-1 .text p {
    padding: 0 15px;
  }
  .about-page .about-1 .text {
    margin-top: 60px;
    padding-bottom: 55px;
  }
  
  .about-page .about-1:before {
    height: 705px;
    bottom: 0;
  }
  .about-page .about-2 .bg {
    display: none;
  }

  .service .service-2 .container .right ul li.active p {
    padding: 30px;
  }
  .about-page .about-1 ul li{
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {

  .font-45 {
    font-size: 20px;
    line-height: 36px!important;
  }
  .font-35 {
    font-size: 20px!important;
    line-height: 36px!important;
  }
  .font-30 {
    font-size: 24px;
  }
  .font-25 {
    font-size: 18px;
    line-height: 1.8;
  }
  .about-page .about-1 .container .left h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .about-page .about-1 .container .left img {
    margin-top: 50px;
  }
  .about-page .about-1 .text p {
    padding: 0;
  }
  .about-page .about-2 .content ul li {
    width: 100%;
  }
  .about-page .about-2 .content {
    padding-bottom: 50px;
  }
  .about-page .about-2 .content ul {
    margin: 50px -15px 0;
  }
  .about-page .about-3 .right .box .box-l {
    padding: 50px 15px;
  }
  .about-page .about-4 p {
    padding: 0;
  }
  .about-page .about-4 h2 {
    margin-top: 40px;
  }
  .about-page .about-4 {
    padding: 80px 0;
  }
  .service .service-1 .container ul li {
    width: 100%;
  }

  .service .service-3 .content {
    overflow-x: auto;
    width: 100%;
  }
  .service .service-3 .content::-webkit-scrollbar {
    height: 5px;
  }
  .service .service-3 .content ul {
    width: 500px;
  }
  .service .service-3 .content ul li {
    min-width: 250px;
  }
  .application .application-1 .container .right .imgs ul li {
    width: 100%;
    margin: 15px 0;
  }

  .news-page .news-box .news-left ul li .box-b {
    padding: 35px;
  }
  .newdet-page .news-box .news-left .form form input[type='text'] {
    width: 100%;
  }
}


.product-page{
  background: #1a1a1a;
}
.product-page .container2{
  padding: 0 100px
}
.product-page .init-1 {
 color: #ffffff;
}
.product-page .init-1 .tip_title {
  font-size: 36px;
    
    text-transform: uppercase;
}
.product-page .init-1 .des {
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
  font-weight:400;
  line-height: 2;
  max-height: 210px;
  overflow-y: scroll;
}
.product-page .init-2 {
  margin-top: 100px;
}
.product-page .init-2 .container .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .list_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: 30px;
}
.product-page .init-2 .container .list_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .list_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .list_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 20px;
  top: 20px;
}
.product-page .init-2 .container .list_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight:bold;
}
.product-page .init-2 .container .list_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-2 .container .list_cont.box_cont .list {
  width: 33.33%;
  height: 370px;
}
.product-page .init-2 .container .list_cont.labels_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.heat_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.paper_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.specialties_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.variable_cont .list {
  width: 100%;
}
.product-page .init-2 .container .list_cont.baozhuang2_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list {
  width: 33.33%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list:nth-child(4) {
  width: 100%;
}
.product-page .init-2 .container .bag_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .bag_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: 30px;
}
.product-page .init-2 .container .bag_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .bag_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .bag_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  left: inherit;
  right: 20px;
  top: 20px;
}
.product-page .init-2 .container .bag_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight:500;
}
.product-page .init-2 .container .bag_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-3 {
  margin-top: 130px;
}
.product-page .init-3 .container .tip_title {
  font-weight:bold;
  font-size: 36px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.product-page .init-3 .container .content {
  margin-top: 90px;
  position: relative;
}
.product-page .init-3 .container .content .next,
.product-page .init-3 .container .content .prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 85px;
  right: 60px;
  border-radius: 50%;
  padding: 2px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}
.product-page .init-3 .container .content .next img,
.product-page .init-3 .container .content .prev img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .init-3 .container .content .next:hover,
.product-page .init-3 .container .content .prev:hover {
  background-color: #8ac340;
}
.product-page .init-3 .container .content .next:hover img,
.product-page .init-3 .container .content .prev:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.product-page .init-3 .container .content .prev {
  left: 60px;
}
.product-page .init-3 .container .content .swiper {
  width: 75%;
  margin: 0 auto;
  overflow: hidden;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 20px 50px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .sub_div {
  background-color: #f6f6f5;
  position: absolute;
  width: 100%;
  height: 225px;
  bottom: 0;
  left: 0;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*height: 259px;*/
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
  max-height: 112%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
  position: relative;
  z-index: 2;
  margin-top: -9px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  display: block;
  height: 90px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .des {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  font-size: 16px;
  font-weight:500;
  text-align: center;
}
.product-page .init-4 {
  padding: 120px 0;
  background-image: url(/hypapercup/2023/03/13/p212.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.product-page .init-4 .container {
  text-align: center;
  color: #fff;
}
.product-page .init-4 .container .tip_title {
  font-size: 48px;
    
    line-height: 1.2;
    /*text-transform: uppercase;*/
     font-weight:500;
    color: #ffffff;
}
.product-page .init-4 .container .des {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  color: #ffffff;
  margin-top: 20px;
}
.product-page .init-4 .container .more {
  margin: auto;
  margin-top: 70px;

}
/*.product-page .init-4 .container .more {
  margin: auto;
  margin-top: 70px;
  border: 1px solid #fff;
  color: var(--white);
}
.product-page .init-4 .container .more::after {
  width: 1px;
  height: 50px;
  left: 95px;
  top: -43px;
}*/
.product-page .init-5 {
  margin-top: 50px;
}
.product-page .init-5 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 120px;
}
.product-page .init-5 .container .list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 30%;
  border: #c1c1c1 solid 2px;
  border-radius: 5px;
  height: 330px;
}
.product-page .init-5 .container .list div img {
  display: block;
  margin: auto;
  max-width: 70px;
}
.product-page .init-5 .container .list div .text {
  font-size: 16px;
  font-weight:500;
  margin-top: 15px;
  text-align: center;
}


.product-page .pro_init_1 {
  padding-top: 80px;
}

.product-page .pro_init_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_1 .container .left {
  width: 49%;
  overflow: hidden;
}

.product-page .pro_init_1 .container .left .smallImg {
    width: 22.6%;
    float: left;
}
.product-page .pro_init_1 .container .left .smallImg .slick-track{
  display: block;
}
.product-page .pro_init_1 .container .left .smallImg ul {
    margin: -10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg {
    width: 77.4%;
    padding-left: 4%;
    display: inline-block;
}
.product-page .pro_init_1 .container .left .bigImg ul li{
  padding: 1px;

}
.product-page .pro_init_1 .container .left .bigImg ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg img{
    border: 1px solid #dcdcdc;
    width: 100%;
}
.product-page .pro_init_1 .container .left img{
  background: #ebeaea;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--primary);
}

.product-page .pro_init_1 .container .left .big_img {
  width: 100%;
  display: block;
}

.product-page .pro_init_1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-page .prodet-2 {
    padding: 90px 0 0;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #3d3d3d;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 45px;
    /*text-transform: uppercase;*/
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--primary);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #ffffff;
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.product-page .prodet-2 .ret {
    margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.product-page .prodet-2 .ret .content:nth-child(1){
  color: #ffffff;
}
.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #1a1a1a;
}
.product-page .prodet-2 .ret .content dl dd h4 {
        font-size: 24px;
    
    line-height: 1.2;
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}

.product-page .form ul {
    margin: -17px;
}
.product-page .form ul li {
    padding: 17px;
}
.product-page .form ul li input,
.product-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #343030;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}
.product-page .form ul li input:focus,
.product-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input::placeholder,
.product-page .form ul li textarea::placeholder {
    color: #898989;
}
.product-page .form ul li.wid-100 {
    width: 100%;
}
.product-page .form ul li textarea {
    height: 210px;
}
.product-page .form ul li input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--primary);
    color: white;
    font-size: 18px;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    width: auto;
    border: none;
}
.product-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}

.product-page .pro_init_1 .container .right .share ul li {
  width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #ffffff;
}
.product-page .pro_init_1 .container .right .share ul li a {
    display: block;
}
.product-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--primary);
}

@media screen and (max-width: 1700px) {
  .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 15px;
    }
}

@media screen and (max-width: 1500px) {
  .product-page .prodet-2 {
        padding: 70px 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
     .product-page .form ul li input,
    .product-page .form ul li textarea {
        font-size: 16px;
    }
    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
    .product-page .container2{
      padding: 0 50px
    }
}

@media screen and (max-width: 1250px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2.5%;
  }
  .product-page .form ul li {
        padding: 10px;
    }
    .product-page .form ul {
        margin: -10px;
    }
}

@media screen and (max-width: 1000px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 4%;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%;
  }
  .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }
   .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
  }
  .product-page .prodet-2 .options ul li {
        margin-right: 25px;
    }
    .product-page .prodet-2 .options {
        display: none;
    }
    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }
    .product-page .prodet-2 {
        padding-top: 0;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
    .product-page .prodet-2 .ret .det {
      overflow-x: auto;
    }
    .product-page .prodet-2 .ret .det table{
      table-layout: auto;
    }
    .product-page .prodet-2 .ret .det table td{
      min-width: 200px;
      width: auto;
      font-size: 14px;
line-height: 28px;

    }
    .product-page .prodet-2 .ret .content dl dd h4{
      font-size: 20px;
    }
    .product-page .prodet-2 .ret .content dl dd .con{
      font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
    .product-page .prodet-2 .ret .content dl dd h4{
      font-size: 18px;
    }
    .product-page .prodet-2 .ret .content dl dd .con{
      font-size: 14px;
    }
    .product-page .prodet-2 .ret {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
}

.product-page .pro_init_1 .container .left .swiper {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: 115px;
  display: block;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page .pro_init_1 .container .right {
  width: 46%;
  color: #ffffff;
}

.product-page .pro_init_1 .container .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}

.product-page .pro_init_1 .container .right .text_1 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #a8a8a8;
  font-weight:500;
}

.product-page .pro_init_1 .container .right .text_2 {
  font-size: 30px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 500;
  
  /*text-transform: uppercase;*/
}
.product-page .pro_init_1 .container .right .shangxia a{
  display: block;
}
.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .right .cont_list .list {
  position: relative;
}

.product-page .pro_init_1 .container .right .cont_list .list .title {
  font-size: 18px;
  padding: 25px 0;
  padding-right: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .title span {
  color: #4a4a4a;
  font-weight:bold;
  text-transform: uppercase;
}

.product-page .pro_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .content {
  /*padding: 40px 0 0;*/
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
  /*display: none;*/
  max-height: 300px;
  overflow: auto;
  padding-right: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--primary);
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul{
  padding-left: 0 !important;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li{
  list-style-type: none !important;
  padding-left: 30px;
  position: relative;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li::after{
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/*
.product-page .pro_init_1 .container .right .cont_list .list .content ul li{
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con{
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child{
  margin-bottom: 0;
}*/
.product-page .pro_init_1 .container .right .more{
  margin-top: 30px;
}

.product-page .pro_init_1 .container .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
/*.product-page .pro_init_1 .container .right .more::before {
  display: none;
}*/

.product-page .pro_init_2 {
  padding: 100px 0;
}

.product-page .pro_init_2 .tip_cont {
  text-align: center;
}

.product-page .pro_init_2 .tip_cont .title_1 {
  font-size: 36px;
  font-weight:bold;
}

.product-page .pro_init_2 .tip_cont .title_2 {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  margin-top: 5px;
}

.product-page .pro_init_2 .list_cont {
  padding: 0 80px;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_2 .list_cont .list {
  margin-top: 40px;
  width: 27%;
  text-align: center;
}

.product-page .pro_init_2 .list_cont .list .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  border: 2px solid #3c3c3c;
  margin: auto;
}

.product-page .pro_init_2 .list_cont .list .img img {
  width: 40%;
}

.product-page .pro_init_2 .list_cont .list .title {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  
  text-transform: uppercase;
}

.product-page .pro_init_2 .list_cont .list .des {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #666666;
  font-weight: 500;
  padding-right: 5px;
}

.product-page .pro_init_2 .list_cont .list .more {
  margin: auto;
  margin-top: 30px;
  text-transform: inherit;
}

/*.product-page .pro_init_2 .list_cont .list .more::before {
  display: none;
}*/

.product-page .pro_init_3 {
  padding: 100px 0;
}

.product-page .pro_init_3 .container form {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_3 .container form input {
  margin-top: 20px;
  padding: 15px 0;
  border: none;
  border-bottom: #000 solid 2px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight:500;
  width: 49%;
}

.product-page .pro_init_3 .container form input::-webkit-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input:-ms-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input::-ms-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input::placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form .mail {
  width: 100%;
}

.product-page .pro_init_3 .container form .shadow_input {
  display: none;
}

.product-page .pro_init_3 .container form .list {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}

.product-page .pro_init_3 .container form .list .tip {
  font-weight:500;
  font-weight: bold;
  margin-top: 30px;
  position: relative;
}

.product-page .pro_init_3 .container form .list .text {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 46px;
  border: 1px solid #dadada;
  margin-top: 10px;
  line-height: 46px;
  padding-left: 15px;
  font-weight:500;
  color: #313131;
  font-size: 16px;
}

.product-page .pro_init_3 .container form .list .text span {
  cursor: pointer;
}

.product-page .pro_init_3 .container form .list .text input {
  cursor: pointer;
}

.product-page .pro_init_3 .container form .list input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 0;
  opacity: 0;
}

.product-page .pro_init_3 .container form .list .content {
  width: 100%;
  padding: 10px 15px;
  margin-top: 10px;
  border: 1px solid #dadada;
  font-weight:500;
}

.product-page .pro_init_3 .container form .submit_btn {
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
  margin-top: 40px;
  /*padding: 16px 42px 15px;
  border: solid 1px #d5d5d5;*/
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #222;
}
.contact-page{
  background: #000000;
  color: #ffffff;
}


.contact-page .init-1 .container .left {
  width: 41%;
}
.contact-page .init-1 .container .left .title {
    
    line-height: 50px;
    text-transform: uppercase;
}
.contact-page .init-1 .container .left .des {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  line-height: 2;
}
.contact-page .init-1 .container .left .img {
  width: 100%;
  position: relative;
}
.contact-page .init-1 .container .left .img::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, #000000), color-stop(65%, #000000), color-stop(65%, var(--color)));
  background: -webkit-linear-gradient(left bottom, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  background: -moz-linear-gradient(left bottom, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  background: linear-gradient(to right top, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .init-1 .container .left .img img{
  width: 100%;
}
.contact-page .init-1 .container .right {
  width: 53%;
}
.contact-page .init-1 .container .right .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .right .cont .s_right {
  width: 395px;
}
.contact-page .init-1 .container .right .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page .init-1 .container .right .cont .list .img {
  margin-top: 8px;
  min-width: 22px;
}
.contact-page .init-1 .container .right .cont .list .img.col{
  margin-top: 0;
}
.contact-page .init-1 .container .right .cont .list .img img {
  max-width: 100%;
}
.contact-page .init-1 .container .right .cont .list .text {
  margin-left: 15px;
  font-weight:500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2;
}
.contact-page .init-1 .container .right form {
  margin-top: 0px;
}
.contact-page .init-1 .container .right form .list {
  margin-bottom: 25px;
}
.contact-page .init-1 .container .right form button{
  border: none;
  margin-top: 0px
}
.contact-page .init-1 .container .right form .list .tip {
  line-height: 1;
  margin-bottom: 0.8em;
  
}
.contact-page .init-1 .container .right form .list input,
.contact-page .init-1 .container .right form .list textarea {
  background-color: #FFFFFF;
  margin-top: 5px;
  padding: 15px;
  border-radius: 10px;
  border: none;
  width: 100%;
  line-height: 30px;
  font-weight:300;
  color: #000000;
  border: 1px solid #4f4f4f;
}
.contact-page .init-1 .container .right form .list .upload_cont {
  position: relative;
  padding: 15px;
  font-size: 16px;
  font-weight:400;
  background-color: #f7f7f7;
  color: #b0b0b0;
  margin-top: 5px;
}
.contact-page .init-1 .container .right form .list .upload_cont input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  opacity: 0;
}
.contact-page .init-1 .container .right form .form_des {
  font-size: 18px;
  line-height: 32px;
  color: #b0b0b0;
  font-weight:500;
  margin-top: 20px;
}
.contact-page .init-1 .container .right form .submit_btn {
  /*background-color: #000;
  border-color: #000;*/
  border-radius: 5px;
  cursor: pointer;
  /*width: 180px;
  height: 50px;*/
  overflow: hidden;
  margin-top: 50px;
}
/*.contact-page .init-1 .container .right form .submit_btn::before {
  display: none;
}*/
.contact-page .init-1 .container .right{
  position: relative;
}
.contact-page .init-1 .container .right #ewm{
  width: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
}
.contact-page .init-1 .container .right #ewm img,.contact-page .init-1 .container .right canvas{
  display: block;
  width: 100%;
}
.contact-page .init-2 {
  margin-top: 185px;
  position: relative;
  z-index: 2;
}
.contact-page .init-2 .container {
  padding: 0;
  width: 100%;
}


.contact-page .contact-1  .left form {
  margin-top: 30px;
}
.contact-page .contact-1  .left form .list {
  margin-top: 20px;
}
.contact-page .contact-1  .left form .list .tip {
  font-size: 18px;
  line-height: 1.8;
  
}
.contact-page .contact-1  .left form .list input,
.contact-page .contact-1  .left form .list textarea {
  background-color: #f7f7f7;
  margin-top: 5px;
  padding: 15px;
  border-radius: 4px;
  border: none;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight:500;
  color: #b0b0b0;
}
.contact-page .contact-1  .left form .list .upload_cont {
  position: relative;
  padding: 15px;
  font-size: 16px;
  font-weight:500;
  background-color: #f7f7f7;
  color: #b0b0b0;
  margin-top: 5px;
}
.contact-page .contact-1  .left form .list .upload_cont input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  opacity: 0;
}
.contact-page .contact-1  .left form .form_des {
  font-size: 18px;
  line-height: 32px;
  color: #b0b0b0;
  font-weight:500;
  margin-top: 20px;
}
.contact-page .contact-1  .left form .submit_btn {
  /*background-color: #000;
  border-color: #000;*/
  border-radius: 5px;
  cursor: pointer;
  /*width: 180px;
  height: 50px;*/
  overflow: hidden;
  margin-top: 50px;
}

.contact-page .contact-1 .cart-page ul {
  max-height: 800px;
  overflow: auto;
  margin-bottom: 15px;
}
.contact-page .contact-1 .cart-page ul::-webkit-scrollbar {
  width: 14px;
}
.contact-page .contact-1.cart .left {
  position: sticky;
  top: 35%;
}
.cart-page {
  margin-top: 20px;
}
.cart-page li {
  margin-bottom: 10px;
  border: 1px solid #666;
  padding: 15px;
}
.cart-page li .img {
  width: 20%;
}
.cart-page li .box2 {
  position: relative;
}
.cart-page li .text {
  width: 80%;
  padding-left: 15px;
  padding-right: 20px;
}
.cart-page li .text h4 {
  font-size: 16px;
  display: block;
  word-break: break-word;
}
.cart-page li .text .color span {
  display: inline-block;
  padding: 5px;
  border: 1px solid #eee;
  font-size: 12px;
  color: #999;
}
.cart-page li .text textarea,
.cart-page li .text input {
  width: 100%;
  height: 80px;
  resize: vertical;
  font-size: 14px;
  padding: 5px 10px;
  background: white;
  border: 1px solid #eee;
  color: #000000;
}
.cart-page li .text input {
  height: 30px;
  /*margin-bottom: 5px;*/
  padding: 0 10px;
  text-align: center;
}
.cart-page li .text em {
  width: 30px;
  border: 1px solid #eee;
  cursor: pointer;cursor: hand;
}
.cart-page li .text i.del {
  cursor: pointer;
  cursor: hand;
}
@media (max-width: 1250px) {
  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }

  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }
}

@media screen and (max-width: 1250px) {
}

@media (max-width: 1000px) {
  .product-page .init-1 .container .des {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 215px;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    height: 200px;
  }
  .product-page .init-3 .container .content .next {
    display: none;
  }
  .product-page .init-3 .container .content .prev {
    display: none;
  }
  .product-page .init-5 .container {
    padding: 0;
  }
  .product-page .init-5 .container .list {
    height: 210px;
  }

  .product-page .pro_init_1 .container .left {
    width: 100%;
  }

  .product-page .pro_init_1 .container .right {
    width: 100%;
    margin-top: 30px;
  }

  .product-page .pro_init_1 .container .right {
    text-align: center;
  }

  .product-page .pro_init_1 .container .right .sub_img {
    display: block;
    margin: auto;
  }

  .product-page .pro_init_1 .container .right .more {
    margin: auto;
    margin-top: 40px;
  }

  .product-page .pro_init_2 .list_cont .list {
    width: 100%;
  }

  .product-page .pro_init_2 .list_cont .list .des {
    height: auto;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-5 .container {
    padding: 0 15px;
  }
    .contact-page .init-1 .container .box2 .left  {
    display: none;
  }
  .contact-page .init-1 .container .right {
    margin-top: 30px;
  }
  .contact-page .init-1 .container .right form .form_des {
    text-align: center;
  }
  .contact-page .init-1 .container .right form .submit_btn {
    margin: auto;
    margin-top: 30px;
  }
  .contact-page .init-1 .container .right #ewm{
    position: relative;
    margin: auto;
    margin-top: 20px;
  }
}
@media (max-width:700px) {
  .contact-page .init-2{
    margin-top: 30px;
  }

  

}
@media (max-width: 500px) {

  .contact-page .init-1 .container .right .cont .s_left {
    width: 100%;
  }
  .contact-page .init-1 .container .right .cont .s_right {
    width: 100%;
  }
  .contact-page .init-2 {
    margin-top: 40px;
  }
  .product-page {
    padding-bottom: 40px;
  }
  .product-page .init-1 {
    padding: 10px 20px;
  }
  .product-page .init-1 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-1 .container .des {
    margin-top: 20px;
    display: none!important;
  }
  .product-page .init-2 {
    margin-top: 40px;
  }
  .product-page .init-2 .container .list_cont .list {
    margin-top: 20px;
    width: 100%;
    padding: 0;
    height: 55vw;
  }
  .product-page .init-2 .container .list_cont .list .box .img_2 {
    height: 30px;
    width: 30px;
  }
  .product-page .init-2 .container .list_cont .list .box div {
    font-size: 16px;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.heat_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.paper_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.variable_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.baozhuang2_cont .list {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.biaoqian_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-3 {
    margin-top: 40px;
  }
  .product-page .init-3 .container .tip_title {
    font-size: 20px;
  }
  .product-page .init-3 .container .content {
    margin-top: 20px;
  }
  .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
    padding: 10px 20px;
  }
  .product-page .init-4 {
    padding: 60px 0;
    margin-top: 40px;
  }
  .product-page .init-4 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-5 {
    margin-top: 20px;
  }
  .product-page .init-5 .container .list {
    width: 100%;
    height: 85vw;
  }


  
  .pro-single-page {
    padding-bottom: 0;
  }
  

  .product-page .pro_init_1 {
    margin-top: 40px;
    padding-top: 40px;
  }

  .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 90vw;
  }

  .product-page .pro_init_1 .container .right .text_1 {
    margin-top: 10px;
    font-size: 16px;
  }

  .product-page .pro_init_1 .container .right .text_2 {
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
  }

  .product-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title {
    padding: 15px 0;
    font-size: 18px;
    padding-right: 25px;
    padding-bottom: 5px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title i {
    top: 16px;
    font-size: 24px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .content {
    padding: 20px 0;
  }

  .product-page .pro_init_2 {
    padding: 40px 0;
  }

  .product-page .pro_init_2 .tip_cont .title_1 {
    font-size: 20px;
  }

  .product-page .pro_init_2 .tip_cont .title_2 {
    font-size: 16px;
    line-height: 2;
  }

  .product-page .pro_init_2 .list_cont {
    padding: 0;
    margin-top: 0;
  }

  .product-page .pro_init_3 {
    padding: 40px 0;
  }

  .product-page .pro_init_3 .container form input {
    width: 100%;
  }
}

.product-page .fl{
  display: none;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-page .fl .box {
    padding: 30px;
    background: #f7f7f7;
}
.product-page .fl .box h3 {
  display: block;
  padding: 38px 25px;
  background: var(--primary);
  font-size: 30px;
  
  color: white;
}
.product-page .fl .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid var(--primary);
  font-size: 18px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.product-page .fl .box .list ul li.active ul{
  display: block;
}
.product-page .fl .box .list ul li i{
  position: absolute;
  top: 6px;
  right: 0px;
  padding: 10px;
  font-size: 18px;
}
.product-page .fl .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
/*.product-page .fl .box .list ul li:hover {
  background: var(--primary);
  color: white;
}*/
.product-page .fl .box .list ul li ul li{
  border: none;
  background: #fff;;
}
.product-page .fl .box .list ul li ul li:hover{
  background: var(--primary);
  color: #fff;
}
.product-page .fl .box .list ul li ul li.active{
  background: var(--primary);
  color: #fff;
}
@media screen and (max-width: 700px) {
  .product-page .fl{
    display: block;
  }
  .product-page .fl .box{
    padding: 30px 15px;
    display: none;
  }
  .product-page .fl .box h3{
    padding: 10px 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .fl .box .list ul li{
    font-size: 16px;
  }
}

/*.product-page .product-2 {
  margin-top: 90px;
  margin-bottom: 90px;
}*/
.sider-box .sider-left {
  width: 27%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 500;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 60%;
  border-radius: 3px;
  background-color:  var(--color);
}

.sider-box .sider-left .category {
  /*background-color: #ffffff;
  padding: 50px 30px;*/
  color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .pro_list{

}
.sider-box .sider-left .pro_list>li {
    border-radius: 5px;
    border-top: none;
    margin-bottom: 10px;
}
.sider-box .sider-left .pro_list>li:last-child {
    margin-bottom: 0;
}
.sider-box .sider-left .pro_list li.active>.menu-a span{
    right: 0;
}
.sider-box .sider-left .pro_list li>.menu-a:hover>span {
    right: 0;
}
.sider-box .sider-left .pro_list>li.active>.menu-a a,
.sider-box .sider-left .pro_list>li>.menu-a:hover a,
.sider-box .sider-left .pro_list>li.active>.menu-a i,
.sider-box .sider-left .pro_list>li>.menu-a:hover i {
    color: #ffffff;
    font-weight:bold;
font-style:italic;
}
.sider-box .sider-left .pro_list>li.active .menu-a i {
    transform:translateY(-50%) rotate(-90deg);
}
.sider-box .sider-left .pro_list>li .menu-a {
    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;
    height: 60px;
    padding: 0 70px 0 27px;
    font-size: 18px;
    line-height: 32px;
    /*text-transform: uppercase;*/
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    cursor: pointer;
    z-index: 5;
    
    /*color: #1d2122;*/
}
.sider-box .sider-left .pro_list>li .menu-a span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: -webkit-calc(100% - 8px);
    right: -moz-calc(100% - 8px);
    right: calc(100% - 8px);
    top: 0;
    /*background-color: var(--color);*/
    background-image: linear-gradient(90deg,var(--color) 0%, #55d3da 100%), linear-gradient(#3e3e3c, #3e3e3c);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}
.sider-box .sider-left .pro_list>li .menu-a i {
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sider-box .sider-left .pro_list>li.active .sub-menu{
  display: none;
}
.sider-box .sider-left .pro_list>li .sub-menu {
    padding: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    margin-top: -3px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}
.sider-box .sider-left .pro_list>li .sub-menu li {
    margin-bottom: 5px;
}
.sider-box .sider-left .pro_list>li .sub-menu li a {
    font-size: 18px;
    /*color: #666;*/
    transition: all 0.5s;
}
.sider-box .sider-left .pro_list>li .sub-menu li a:hover {
    color: var(--color);
}
/*.sider-box .sider-left .pro_list>li .sub-menu li.active a {
    color: var(--color);
}*/
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  /*padding-top: 3px;*/
font-size: 16px;
color: #000000;
transition: .5s;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
}

.sider-box .sider-left .category .catelist > ul > li > a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 24px;
}

.sider-box .sider-left .category .catelist > ul > li > ul{
  display: none;
}

.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #73ae53;
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}

.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .type ul{
  display: flex;
  flex-wrap: wrap;
}
.sider-box .sider-left .type .more:focus{
  background: #000
}
.sider-box .sider-left .type .more:hover{
    background: var(--color)
}
.sider-box .sider-left .type ul li .type-box{
  margin: 0 15px 0 0;
  display: flex;
  /*border: 1px solid #e5e5e5;*/
  height: 45px;
  align-items: center;
  /*padding: 0 15px;*/
  border-radius: 25px;
  cursor: pointer;
  font-size: 18px
}
.sider-box .sider-left .type ul li .type-box .check{
  line-height: 1;
  margin-right: 15px;
  /*border: 1px solid #e5e5e5;*/
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  	border-radius: 4px;
	border: solid 1px #5a5a5a;
}
.sider-box .sider-left .type ul li .type-box .check i{
  opacity: 0;
  transition: .5s
}
.sider-box .sider-left .type ul li .type-box.active .check{
  border: 1px solid transparent;
}
.sider-box .sider-left .type ul li .type-box.active i{
opacity: 1
}
.sider-box .sider-left .type ul li .t1{
  border-bottom: 1px solid #000000;
  line-height: 1;
  padding-bottom: 10px;
  margin-top: 50px;
}
.sider-box .sider-left .type ul li .t2{
  margin-top: 20px;
}
.sider-box .sider-left .quote,.sider-box .sider-left .type{
  /*background-color: #ffffff;
  padding: 50px 30px;*/
  color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit{
  margin: 24px auto 0;
}
.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}


.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more{
  margin-top: 30px;
  border: 1px solid var(--color);
  height: 58px;
}
.sider-box .sider-left .quote .form button {
  border: none;
  /*margin-top: 30px;
  font-size: 20px;
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #036eb8;
  box-shadow: 0 0 20px rgba(3, 110, 184, .6);*/
}
.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
  color: #858585;
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 73%;
}
.tagTop{
  padding: 10px;
  background:#000;
}
.tagTop .tag {
  height: 2.2em;
  padding: 0 1.6em;
  border-radius: 1.1em;
  background-color: #f7f7f7;
  color: #333;
}
.tagTop .cart {
  height: 2.2em;
  width: 2.2em;
  border-radius: 100%;
  background-color: #f7f7f7;
  color: #333;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.tagTop .cart i {
  font-size: 1.5em;
}

li:hover .tagTop .cart,
.tagTop .cart.active {
  color: white;
  background-color: var(--color);
}

.product_list ul {
  margin: 0 -15px;
  color: #ffffff;
}
.product_list ul li{
  padding: 15px;
}
.product_list ul li .ig .tp {
  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;
  padding: 0 12px 0 25px;
  height: 50px;
  border-radius: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #2d2d2d;
}
.product_list ul li .ig .tp span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product_list ul li .ig .tp .jt {
  width: 40px;
  height: 40px;
  background-color: #1eafb6;
  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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product_list ul li .ig .img-box{
  background: #ebeaea;
}
.product_list ul li .ig .tp:hover {
  background: var(--color);
}
.product_list ul li .ig .tp:hover .jt {
  background: #ffffff;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.product_list ul li .ig .tp:hover .jt img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.product_list ul li .ig .tit{
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product_list ul li .ig .tit:hover{
  color: var(--color);
  opacity: 1;
}
@media (max-width: 1250px) {
  .product_list ul{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product_list ul li .ig .tp{
    padding-left: 15px;
  }
}
@media (max-width: 500px) {
  .product_list ul{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
 
}
.production-strength-page .init-1 {
  padding: 50px 0;
  text-align: center;
}
.production-strength-page .init-1 .container .tips {
  max-width: 1050px;
  font-weight: 500;
  margin: auto;
}
.production-strength-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: #328256;
  border: 1px solid #328256;
  margin-top: 30px;
}
.production-strength-page .init-1 .container .more:hover {
  color: #328256;
}
.production-strength-page .init-2 .container {
  width: 100%;
}
.production-strength-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.production-strength-page .init-2 .container .list .tips {
  text-align: center;
  
  text-transform: uppercase;
  font-size: 48px;
}
.production-strength-page .init-2 .container .list img {
  width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
  display: block;
}
.production-strength-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.production-strength-page .init-2 .container .list .big_img .slick li {
  padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current .box {
  opacity: 1;
  border: 2px solid #328256;
}
.production-strength-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
@media (max-width: 1500px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .production-strength-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}

@media (max-width: 1250px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .production-strength-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
 
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }

  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
  .production-strength-page .init-2 .container .list .small_img {
    display: none;
  }
  .production-strength-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
  .product-page .container2{
    padding: 0 60px;
  }
}
@media screen and (max-width: 700px) {
  .production-strength-page .init-2 .container .list {
    padding: 40px 10px;
  }
  .product-page .container2{
    padding: 0 15px;
  }

}
@media screen and (max-width: 500px) {
  .product-page .product-1 .box {
    padding: 20px;
  }

  .production-strength-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .production-strength-page .init-2 .container .list .big_img .slick li {
    padding: 0;
  }
  .production-strength-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }

}

.service-page {
  padding: 60px 0  0 0px;
}
.service-page .service-1 {
  padding-bottom: 60px;
}
.service-page .service-1 #index-body .about {
  padding: 0;
}
.service-page .service-1 #index-body .about .top .text h2.title {
   margin-bottom: 40px;
  line-height: 1.4;
   text-transform:uppercase;
}
.service-page .service-1 #index-body .about .top .text h3 {
  font-size: 22px;
  line-height: 1.6;
  color: #181818;
  font-weight: 400;
  margin-top: 32px;
}
.service-page .service-1 #index-body .about .top .text p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
 
.service-page .service-1 #index-body .about .top .img {
  text-align: right;
  padding: 0 0 50px 0;
  border-radius: 10px;
}
.service-page .service-1 #index-body .about .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: -25px;
  top: auto;
  z-index: 1;
  border-radius: 10px;
}
.service-page .service-2 {
  background: #f9f9f9;
    padding: 70px 0;
    margin: 50px 40px;
}
.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}
.service-page .service-2 .header .title{
  line-height: 1.2;
  margin-top: 12px;
   text-transform:uppercase;
}
.service-page .service-2 .content {
  margin-top: 80px;
}
.service-page .service-2 .content ul {
  margin-right: -30px;
}
.service-page .service-2 .content ul li {
  padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
  text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 60%;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px -0.4px 9px 3px rgb(0 0 0 / 8%);
}
.service-page .service-2 .content ul li .ig .text {
  padding-top: 28px;
}
.service-page .service-2 .content ul li .ig .text span {
  font-size: 17px;
  color: #83827F;
  line-height: 1.6;
  text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 22px;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: bold;
}
.service-page .service-2 .content ul li .ig .text p {
  font-size: 16px;
  line-height: 30px;
  color: #83827F;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 25px;
  display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
  background: var(--color);
  border-color: var(--color);
}
.service-page #index-body .init1 h3 {
  width: 46%;
}
.service-page #index-body .init1 .img {
  margin: auto;
  width: 1350px;
  padding-top: 35px;
  border-radius: 20px;
}
.service-page #index-body .rate {
  padding: 80px 0 140px;
  background-color: #f9f9f9;
}
.service-page #index-body .rate .content{
  margin-top: 50px;
}
.service-page #index-body .rate .content ul{
  margin: -15px;
}
.service-page #index-body .rate .content ul li{
  padding: 15px;
}
.service-page #index-body .rate .content ul li .box{
  background: #f2f2f2;
    padding: 30px;
    min-height: 340px;
    border-radius: 10px;
    transition: all 0.5s;
}


.service-page #index-body .rate .content ul li .box .title{
  display: block;
  font-weight: bold;
  font-size: 26px;
  margin-top: 15px;
}
.service-page #index-body .rate .content ul li .box .desc{
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
  color: #666;
  transition: all 0.5s;
}
.service-page #index-body .rate .content ul li:hover .box{
  background: #036eb8;
  color: #fff
}
.service-page #index-body .rate .content ul li:hover p{
  color: #fff
}
.service-page #index-body .rate .content ul li:hover .box .desc{
  color: #fff
}
.service-page .service-3 {
  padding: 120px 0;
}
.service-page .service-3 .top .img {
  vertical-align: middle;
}
.service-page .service-3 .top .img .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px;
  width: 100%;
}
.service-page .service-3 .top .img img {
  width: 48.2%;
  margin-right: 20px;
}
.service-page .service-3 .top .img img:last-child {
  margin: 0 0 0 20px;
}
.service-page .service-3 .top .text {
  padding-left: 48px;
  vertical-align: middle;
}
.service-page .service-3 .top .text .box {
  width: 80%;
}
.service-page .service-3 .top .text .box h2.title {
  line-height: 1.2;
  width: 90%;
}
.service-page .service-3 .top .text .box p {
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .top .text .box .more {
  padding: 21px 29px 20px 28px;
  margin-top: 45px;
}
.service-page .service-3 .bottom {
  padding-top: 120px;
}
.service-page .service-3 .bottom ul {
  margin-right: -60px;
}
.service-page .service-3 .bottom ul li {
  text-align: center;
  padding-right: 60px;
}
.service-page .service-3 .bottom ul li i {
  display: inline-block;
  height: 69px;
}
.service-page .service-3 .bottom ul li i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .bottom ul li i:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-3 .bottom ul li .text {
  padding-top: 21px;
}
.service-page .service-3 .bottom ul li .text h3 {
  font-size: 26px;
  line-height: 1.1;
}
.service-page .service-3 .bottom ul li .text p {
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .bottom ul li .text .mores {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  overflow: hidden;
}
.service-page .service-3 .bottom ul li .text .mores span {
  margin-top: 5px;
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.service-page .service-3 .bottom ul li .text .mores em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.service-page .service-3 .bottom ul li .text .mores em img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-3 .bottom ul li .text .mores:hover span {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
#index-body .about .top .text {
    
    vertical-align: middle;
    padding-right: 73px;
}
#index-body .about .top .text .btn a.link {
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
}
#index-body .about .top .text .btn a.link em {
    display: inline-block;
    padding: 22px;
    background: var(--color);
}
 
#index-body .about .top .text .btn a.link span {
    display: inline-block;
    font-size: 20px;
    line-height: 36px;
    padding-left: 5px;
}
#index-body .about .top .text .btn {
    margin-top: 37px;
}
#index-body .init1 {
    /*background: #f9f9f9;*/
    padding: 60px 0 108px;
}
#index-body .init1 .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-page #index-body .init1 h3 {
width: 40%;
    color: #111;
        font-size: 45px;
    line-height: 1.4;
    font-weight: bold;
     text-transform:uppercase;
}
.service-page #index-body .init1 .btn{
width: 60%;
    color: #666;
        font-size: 18px;
    line-height: 1.4;
   
}
.service-page #index-body .init1 .more{
  background: white;
  color: black;
}
.service-page #index-body .init1 .more:hover{
  color: white;
}
@media screen and (max-width: 1680px) {
  .service-page .service-3 .top .text .box h2.title {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .service-page {
    padding: 100px 0;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
   
  .service-page .service-2 {
    padding: 100px 0;
  }
  .service-page .service-3 .top .img {
    width: 55%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px;
  }
  .service-page .service-3 .top .text {
    width: 45%;
  }
  .service-page .service-3 .top .text .box {
    width: 100%;
  }
  .service-page .service-3 {
    padding: 100px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 100px;
  }
  .service-page #index-body .rate .content ul li .box .title{
    font-size: 20px;
    line-height: 36px;
  }
  .service-page #index-body .rate .content ul li .box .desc{
    min-height: 162px;
  }
  
}
@media screen and (max-width: 1250px) {
   
  #index-body .about .top .text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 #index-body .about .top .img {
    padding: 0 0 50px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
  }
  .service-page {
    padding: 60px 0;
  }
  #index-body .init1 .info{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page #index-body .init1 h3{
    width: 100%;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .service-page .service-1 #index-body .about .top .text {
    padding-right: 0;
    width: 100%;
  }
  .service-page .service-1 #index-body .about .top .img{
    width: 100%;
    margin-top: 25px;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
  .service-page .service-2 {
    padding: 60px 0;
    
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-3 .top .img {
    width: 100%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px 0 20px;
  }
  .service-page .service-3 .top .text {
    width: 100%;
    padding: 20px 20px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 60px;
  }
  .service-page .service-3 .bottom ul {
    margin-right: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .service-page {
    padding: 30px 0;
  }
  
  .service-page .service-1 #index-body .about .top .text h3 {
    margin-top: 12px;
  }
  .service-page .service-1 {
    padding-bottom: 30px;
  }
  .service-page .service-2 {
    padding: 30px 0;
  }
  .service-page .service-2 .header {
    width: 100%;
  }
  .service-page .service-2 .content {
    margin-top: 20px;
  }
  .service-page .service-2 .content ul {
    margin-right: -15px;
  }
  .service-page .service-2 .content ul li {
    padding-right: 15px;
  }
  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 24px;
    line-height: 1.6;
  }

  .service-page .service-3 .top .text .box .more {
    margin-top: 20px;
  }
  .service-page .service-3 .bottom {
    padding-top: 30px;
  }
  .service-page .service-3 .bottom ul li .text h3 {
    font-size: 20px;
  }
  .service-page .service-3 .bottom ul li .text p {
    font-size: 15px;
  }
  .service-page .service-3 .bottom ul {
    margin-bottom: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-bottom: 20px;
  }
  .service-page .service-3 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
   

  .service-page #index-body .about .top .text .btn a.link {
    display: block;
    margin: 10px 0 0 0;
  }
  .service-page .service-3 .top .text .box p {
    font-size: 15px;
    line-height: 30px;
  }
  .service-page .service-3 .top .text .box .more {
    padding: 12px 18px;
  }
  #index-body .about .top .text .btn a.link em {
    padding: 10px;
  }
  .service-page .service-3 .top .img img {
    margin-right: 10px;
    width: 49.5%;
  }
  .service-page .service-3 .top .img img:last-child {
    margin: 0 0 0 10px;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 30px 0 20px;
  }
}
.btn-go-rd {
  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-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid var(--color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
}
.btn-go-rd span {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-go-rd i {
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-go-rd:hover span {
  margin-right: 25px;
  color:var(--color);
}
.btn-go-rd:hover i{
  color:var(--color);
}
.production-strength-page .init-1 {
  padding: 50px 0;
  text-align: center;
}
.production-strength-page .init-1 .container .tips {
  max-width: 980px;
  font-weight: 500;
  margin: auto;
}
.production-strength-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: #328256;
  border: 1px solid #328256;
  margin-top: 30px;
}
.production-strength-page .init-1 .container .more:hover {
  color: #328256;
}
.production-strength-page .init-2 .container {
  width: 100%;
}
.production-strength-page .init-2 .container .list {
  padding: 80px 0 10px 0;
}
.production-strength-page .init-2 .container .list .tips {
  text-align: center;
  
  text-transform: uppercase;
  font-size: 48px;
}
.production-strength-page .init-2 .container .list img {
  width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
  display: block;
}
.production-strength-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.production-strength-page .init-2 .container .list .big_img .slick li {
  padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid #328256;
}
.production-strength-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
@media (max-width: 1500px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .production-strength-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}
@media (max-width: 1250px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .production-strength-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }

  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
  .production-strength-page .init-2 .container .list .small_img {
    display: none;
  }
  .production-strength-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .production-strength-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .box {
    padding: 20px;
  }

  .production-strength-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .production-strength-page .init-2 .container .list .big_img .slick li {
    padding: 0;
  }
  .production-strength-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}
.font-news1{
 font-size: 24px !important;
 line-height: 1.6 !important;
 min-height: 3em !important;
}

.seoPublic .Auxil-news .list ul li .content div.h6 a{
  font-size: 24px;
 line-height: 32px;
 
 min-height: 3em;
 text-transform: uppercase;
}
.tips-fct{
  font-size: 48px;
  line-height: 1.2;
text-align: center;
text-transform: uppercase;

padding-top: 80px
}
.tips-fct1{
  font-size: 18px;
  line-height: 1.8;
text-align: center;
max-width:1050px;
margin: auto;
}
.tips-fct-box{
  background: #f9f9f9;
  padding-bottom: 80px
}
.product-2 .sidebar-info {
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 20px;
    background: url(../images/by.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.product-2 .sidebar-info h5 {
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
    
    /*text-transform: uppercase;*/
    font-weight: 700;
    margin-bottom: 2rem;
}
.product-2 .sidebar-info p {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
}
.product-2 .sidebar-info .info-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin: 2.5rem 0 2.8rem;
}
.product-2 .sidebar-info .info-tel img {
    margin-right: 2rem;
}
.product-2 .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}
.seoPublic > div{
  background: #000000;
  color: #ffffff;
}
.seoPublic > div:nth-child(odd){
  background: #2c2c2c;
  color: #ffffff;
}

.seoPublic .Auxil-related .list ul li .box .content p{
  height: auto;
}

.markets-page{
  background: #000000;
  /*color: #ffffff;*/
}
.markets-page .title{
  color: #ffffff;
}
.markets-page .markets-1 .mar-navli {
    background-color: #f4f5f9;
    border-radius: 20px;
    overflow: hidden;
}

.markets-page .markets-1 .mar-navli ul li .box {
    padding: 0 20px;
    height: 210px;
    transition: all 0.5s;
}

.markets-page .markets-1 .mar-navli ul li .box img {
    transition: all 0.5s;
}

.markets-page .markets-1 .mar-navli ul li .box .tt {
    transition: all 0.5s;
    text-align: center;
}

.markets-page .markets-1 .mar-navli ul li .box:hover,.markets-page .markets-1 .mar-navli ul li.active .box {
    background-color: var(--color);
}

.markets-page .markets-1 .mar-navli ul li .box:hover .tt,.markets-page .markets-1 .mar-navli ul li.active .box .tt {
    color: #fff;
}

.markets-page .markets-1 .mar-navli ul li .box:hover img ,.markets-page .markets-1 .mar-navli ul li.active .box img{
    filter: brightness(0) invert(1);
}
.markets-page .markets-2{
  color: #ffffff;
}
.markets-page .markets-2 .content {
  max-width: 1000px;
  margin: 15px auto;
} 
.markets-page .markets-2 .mar-artli ul li .box {
    background-color: #f4f5f9;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
    color: #000000;
}

.markets-page .markets-2 .mar-artli ul li .box .img-box {
    border-radius: 10px;
}

.markets-page .markets-2 .mar-artli ul li .box .txtbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
}

.markets-page .markets-2 .mar-artli ul li .box .txtbox .tt {
    padding: 0 10px;
    transition: all 0.5s;
}

.markets-page .markets-2 .mar-artli ul li .box:hover {
    background-color: var(--color);
}

.markets-page .markets-2 .mar-artli ul li .box:hover .tt {
    color: #fff;
}
@media (max-width: 700px) {
  .markets-page .markets-1 .mar-navli ul li .box{
    height: 160px;
  }
  .markets-page .markets-1 .mar-navli ul li .box img{
    zoom: 0.7;
  }
}
.production-page{
  background: #000000;
  color: #ffffff;
}
.production-page .production-1 {
  padding: 90px 0;

}
.production-page .production-1 .list {
  margin-top: 90px;
}
.production-page .production-1 .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.production-page .production-1 .list ul li + li {
  margin-top: 100px;
}
.production-page .production-1 .list ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.production-page .production-1 .list ul li:nth-child(even) span {
  right: auto;
  left: 0;
}
.production-page .production-1 .list ul li:nth-child(even) .text {
  margin-left: 0;
  margin-right: -72px;
}
.production-page .production-1 .list ul li:nth-child(even) .text i {
 margin: 0 0 0 auto;
}
.production-page .production-1 .list span {
  font-size: 240px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 900;
  color: #000000;
  text-shadow: 0 0 5px #abacab;
      font-family: "ZeroTwos";
}
.production-page .production-1 .list .img {
  width: 60%;
}
.production-page .production-1 .list .img img {
  width: 100%;
}
.production-page .production-1 .list .text {
  width: 45%;
  margin-top: 80px;
  margin-left: -72px;
}
.production-page .production-1 .list .text .mml-text {
  background-color: #1a1a1a;
  padding: 80px 55px;
  min-height: 460px;
  position: relative;
}
.production-page .production-1 .list .text .mml-text::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, #000000), color-stop(65%, #000000), color-stop(65%, var(--color)));
  background: -webkit-linear-gradient(left bottom, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  background: -moz-linear-gradient(left bottom, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  background: linear-gradient(to right top, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.production-page .production-1 .list ul li:nth-child(even) .mml-text::after{
  transform: rotateY(180deg) translate(-100%);
  right: 100%;
  
}
.production-page .production-1 .list .text i{
  width: 72px;
  height: 70px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  /*padding: 8px;*/
}
.production-page .production-1 .list h4 {
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .production-page .production-1 {
    padding: 60px 0;
  }
  .production-page .production-1 .list ul li {
    display: block;
  }
  .production-page .production-1 .list span {
    display: none;
  }
  .production-page .production-1 .list .img {
    width: 100%;
  }
  .production-page .production-1 .list .text {
    width: 100%;
    margin: 0!important;
  }
  .production-page .production-1 .list .text i {
    display: none;
  }
  .production-page .production-1 .list .text .mml-text {
    padding: 30px;
    min-height: initial;
  }

  .production-page .production-1 .list ul li + li {
    margin-top: 60px;
  }
  .production-page .production-1 .list {
    margin-top: 60px;
  }
}



.production-page .production-2 .list ul {
  margin: -30px;
}
.production-page .production-2 .list ul li {
  padding: 30px;
}
.production-page .production-2 .list .img i {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  opacity: 0;
  transition: .5s;
}
.production-page .production-2 .list .img .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-shadow: 1px 1px 1px #000000;
  padding: 18px 25px 15px;
}
.production-page .production-2 .list .img .text h4 {

  color: #FFFFFF;
      line-height: 28px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000000;
  
}
.production-page .production-2 .list .img:hover i {
  opacity: 1;
}
.production-page .production-2 .slick-page {
  margin-top: 80px;
}
.production-page .production-2 .slick-page {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.production-page .production-2 .slick-page .arrow_l {
  cursor: pointer;
}
.production-page .production-2 .slick-page .arrow_l::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #ffffff;
  vertical-align: middle;
  margin-right: 5px;
}
.production-page .production-2 .slick-page .arrow_r {
  cursor: pointer;
}
.production-page .production-2 .slick-page .arrow_r::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #ffffff;
  vertical-align: middle;
  margin-right: 5px;
}
.production-page .production-2 .slick-page .dots ul li {
  margin: 0 4px;
  display: inline-block;
  width: 13px;
  height: 5px;
  background-color: #ffffff;
  transition: .5s;
}
.production-page .production-2 .slick-page .dots ul li button {
  display: none;
}
.production-page .production-2 .slick-page .dots ul li.slick-active {
  width: 30px;
  background-color: var(--color);
}
@media screen and (max-width: 1250px) {

  .production-page .production-2 .list .img .text {
    padding: 15px;
  }
  .production-page .production-1 .list span{
    font-size: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .production-page .production-2 .list ul {
    margin: -15px;
  }
 .production-page .production-2 .list ul li {
    padding: 15px;
  }
   .production-page .production-2 .slick-page {
    display: none;
  }
}


.manufacturing-page{
  background: #000000;
  color: #ffffff;
}
.manufacturing-page .manufacturing-2 .box {
  background-color: #f5f5f5;
  color: #000000;
}
.manufacturing-page .manufacturing-2 .box .slide .box2 {
  padding: 5%;
}
.manufacturing-page .manufacturing-2 .box .slide .box2 .text {
  line-height: 1.6;
}
.manufacturing-page .manufacturing-2 .box .slide .box2 .text p i {
  color: var(--color);
  margin-right: .5em;
  font-size: 1.3em;
}


.manufacturing-page .manufacturing-2 .right ul li {
  padding: 0;
}
.manufacturing-page .manufacturing-2 .right .slick-active {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.manufacturing-page .manufacturing-2 .right .slick-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  zoom: 1;
}
.manufacturing-page .manufacturing-2 .right .slick-center {
  zoom: 1.2;
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.manufacturing-page .manufacturing-2 .right .slick-center + .slick-active {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}
.manufacturing-page .manufacturing-2 .right {
  padding: 0 100px 80px;
}
.manufacturing-page.qualitys .customer-2 .ui {
  margin-top: 0;
  margin-bottom: 80px;
}

.manufacturing-page .manufacturing-5 .left ul li + li {
  margin-top: 10px;
}
.manufacturing-page .manufacturing-5 .ui .right img {
  margin: 0 0 0 auto;
  display: block;
}
.manufacturing-page .manufacturing-3 .top {
  font-weight: bold;
  font-size: 26px;
}
.manufacturing-page .manufacturing-3 .bottom .list ul {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.manufacturing-page .manufacturing-3 .bottom .list ul 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;
}
.manufacturing-page .manufacturing-3 .bottom .list ul li i {
  margin-right: 20px;
  width: 60px;
}
.manufacturing-page .manufacturing-3 .bottom .list ul li i img {
  -webkit-filter: brightness(100) invert(1);
  filter: brightness(100) invert(1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.manufacturing-page .manufacturing-3 .bottom .list ul li .t1 {
  font-size: 20px;
  font-weight: bold;
}
.manufacturing-page .manufacturing-3 .bottom .list ul li p {
  font-size: 16px;
  color: #666666;
}
.manufacturing-page .manufacturing-3 .bottom .list ul li:hover i img {
  -webkit-filter: none;
  filter: none;
}
.manufacturing-page .manufacturing-3 .bottom .list ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.manufacturing-page .manufacturing-6 .box {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
.manufacturing-page .manufacturing-6 .box > div {
  width: 48%;
  position: relative;
}
.manufacturing-page .manufacturing-6 .box > div .text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 60px;
}
.manufacturing-page .manufacturing-6 .box > div .text .t1 {
  font-size: 20px;
  font-weight: bold;
}
.manufacturing-page .manufacturing-6 .box > div .text .cont {
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 10px;
}
.manufacturing-page .manufacturing-6 .box > div:hover .text .cont {
  height: 8em;
  overflow-y: auto;
}
.manufacturing-page .manufacturing-7 .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  padding: 5%;
  color: #000000;
}
.manufacturing-page .manufacturing-7 .smt {
  max-width: 810px;
  margin: 0;
  margin-top: 20px;
}
.manufacturing-page .manufacturing-7 form {
  margin-top: 40px;
}
.manufacturing-page .manufacturing-7 form textarea {
  width: 100%;
  height: 226px;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  padding: 22px 17px ;
  font-size: 14px;
}
.manufacturing-page .manufacturing-7 form input {
  width: 100%;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  padding: 1em;
  margin-top: 30px;
}
.manufacturing-page .manufacturing-7 form .submit {
  width: 141px;
  height: auto;
  background-color: var(--color);
  /*border-radius: 3em;*/
  text-align: center;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.manufacturing-page .manufacturing-7 form .submit:hover {
  color: var(--color);
  background: #fff;
  border: solid 1px var(--color);
}
@media screen and (max-width: 1250px) {
  .manufacturing-page .manufacturing-6 .box > div .text {
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .manufacturing-page .manufacturing-6 {
    display: none;
  }
}
.manufacturing-page .manufacturing-4 {
  border-radius: 40px;
  overflow: hidden;
  padding: 100px 0;
}
.manufacturing-page .manufacturing-4 .box {
  padding: 5%;
  background-color: white;
}
.manufacturing-page .manufacturing-4 .top {
  height: 460px;
  background: url(/wuxisaite/2026/01/17/beijing.png) no-repeat center;
  background-size: cover;
  padding-top: 200px;
}
.manufacturing-page .manufacturing-4 .top span.h2 {
  color: white;
}
.manufacturing-page .manufacturing-4 .bottom .list {
  margin-top: 50px;
}
.manufacturing-page .manufacturing-4 .bottom .list ul {
  margin-right: -40px;
}
.manufacturing-page .manufacturing-4 .bottom .list ul li {
  padding: 10px;
  padding-right: 40px;
}
.manufacturing-page .manufacturing-4 .bottom .list ul li span.h6 {
  line-height: 1.2;
}
.manufacturing-page .manufacturing-4 .bottom .list ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 30px 55px;
}
.manufacturing-page .manufacturing-4 .bottom .list ul li .box p {
  height: 6em;
  overflow-y: auto;
}
.manufacturing-page .manufacturing-4 .bottom .list ul li .box .t1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}
.manufacturing-page .manufacturing-4 .bottom .list i {
  width: 48px;
  text-align: center;
  border-radius: 2px;
  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;
}
.manufacturing-page .manufacturing-4 .bottom .list i img {
  vertical-align: middle;
}
.manufacturing-page .manufacturing-5 {
  padding: 100px 0;
  text-align: left;
}
.manufacturing-page .manufacturing-5 .left ul li + li {
  margin-top: 1em;
}
.manufacturing-page .manufacturing-3 .right {
  padding: 50px 80px;
  background: url(../images/about-6-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-3 .right .slick-slide {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacturing-page .manufacturing-3 .right .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.manufacturing-page .manufacturing-3 .right ul li .img-box img {
  width: 100%;
}
@media screen and (max-width: 1450px) {
  .manufacturing-page .manufacturing-2 .right{
    padding: 0 50px;
  }
}
@media screen and (max-width: 1250px) {
  .manufacturing-page .manufacturing-6 .box > div .text .cont {
    height: auto !important;
  }
      .manufacturing-page .manufacturing-2 .right {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1000px) {
 
  .manufacturing-page .manufacturing-3 .right .slick-slide {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .manufacturing-page .manufacturing-3 .right ul {
    margin: -10px;
  }
  .manufacturing-page .manufacturing-3 .right ul li {
    padding: 10px;
  }
  .manufacturing-page .manufacturing-3 .right {
    padding: 3%;
  }
  .manufacturing-page .manufacturing-4 .top {
    height: 200px;
    padding-top: 10%;
  }
  .manufacturing-page .manufacturing-4 .bottom .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .manufacturing-7 {
    padding-top: 0;
  }
  .manufacturing-page .manufacturing-5 {
    padding: 60px 0;
  }
  .manufacturing-page .manufacturing-3 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manufacturing-page .manufacturing-3 .box .left {
    width: 100%;
  }
  .manufacturing-page .manufacturing-3 .box .right {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .manufacturing-page .manufacturing-4 .bottom .list ul li {
    padding: 10px;
    width: 100%;
  }
  .manufacturing-page .manufacturing-4 .bottom .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(1, 1fr);
  }
  .manufacturing-page .manufacturing-4 .bottom .list {
    margin-top: 0;
  }
  .manufacturing-page .manufacturing-4 .bottom .list ul {
    margin-right: 0;
  }
  .manufacturing-page .manufacturing-7 form textarea {
    height: 160px;
  }
}

.solutions-page{
  color: #ffffff;
}
.solutions-page .solutions-1 .box{
  background: #1a1a1a;
}
.solutions-page .solutions-1 .box .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solutions-page .solutions-1 .box .left{
  position: relative;
}
.solutions-page .solutions-1 .box .left::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left top, left top, color-stop(50%, transparent), color-stop(50%, #000000), color-stop(65%, #000000), color-stop(65%, var(--color)));
  background: -webkit-linear-gradient(left top, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  background: -moz-linear-gradient(left top, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  background: linear-gradient(to left top, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.solutions-page .solutions-1 .box .right{
  position: relative;
}
/*.solutions-page .solutions-1 .box .right::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, #000000), color-stop(65%, #000000), color-stop(65%, var(--color)));
  background: -webkit-linear-gradient(left bottom, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  background: -moz-linear-gradient(left bottom, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  background: linear-gradient(to right top, transparent 50%, #000000 50%, #000000 65%, var(--color) 65%);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}*/
.solutions-page .solutions-3 .box{
  background: no-repeat center center / cover;
}
@media screen and (max-width: 1000px) {

.solutions-page .solutions-1 .box .left{
  padding: 30px !important;
}

}
@media screen and (max-width: 500px) {
.solutions-page .solutions-1 .box .left{
  padding: 20px !important;
}
.solutions-page .solutions-3 .box .con{
  padding: 0 20px;
}
}

.solutions-page .solutions-2 .box .item .left {
  width: 36%;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
 
}



.solutions-page .solutions-2 .box .item .left .lh-6{
color: rgba(255, 255, 255, 0.8);
}

.solutions-page .solutions-2 .box .item .left .dots p {
  margin-top: .5em;
  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:#666;
}
.solutions-page .solutions-2 .box .item .left .dots p:before {
  content: '';
  width: 0.36842105em;
  height: 0.36842105em;
  background-color: var(--color);
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
}
.solutions-page .solutions-2 .box .item .left span.h6 {
  font-style: italic;
  color:#666;
}
.solutions-page .solutions-2 .box .item .right {
  width: 57%;
}

.solutions-page .solutions-2 .box .item .right .list ul li {
  position: relative;
  color: #FFFFFF;
}
.solutions-page .solutions-2 .box .item .right .list ul li:before,
.solutions-page .solutions-2 .box .item .right .list ul li:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #4b4747;
  left: 25px;
  top: 0;
  position: absolute;
  z-index: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solutions-page .solutions-2 .box .item .right .list ul li:after {
  height: 0;
  background-color: var(--color);
}
.solutions-page .solutions-2 .box .item .right .list ul li:first-child {
  padding-top: 0;
}
.solutions-page .solutions-2 .box .item .right .list ul li:last-child {
  padding-bottom: 0;
}
.solutions-page .solutions-2 .box .item .right .list ul li i {
  width: 50px;
  height: 50px;
  background-color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 2.33333333em;
  font-size:18px; 
  position: relative;
  z-index: 2;
  /*border-radius: 10px;*/
}
.solutions-page .solutions-2 .box .item .right .list ul li:hover i{
  background-color: var(--color);
}
.solutions-page .solutions-2 .box .item .right .list ul li:hover .content{
  background-color: var(--color);
}
.solutions-page .solutions-2 .box .item .right .list ul li:hover .content .area .text,
.solutions-page .solutions-2 .box .item .right .list ul li:hover .content .area span.h6,
.solutions-page .solutions-2 .box .item .right .list ul li:hover i{
  color: white;
}
.solutions-page .solutions-2 .box .item .right .list ul li .content {
  width: 100%;
  background-color: #353535;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
      /*border-radius: 10px;*/
}
.solutions-page .solutions-2 .box .item .right .list ul li .content .area {
  padding: 3% 4%;
}
.solutions-page .solutions-2 .box .item .right .list ul li .content .area .text {
  max-height: 140px;
  overflow-y: auto;
  padding-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #666;
}

.solutions-page .solutions-2 .box .item .right .list ul li .content .area span.h6 {
  line-height: 1.4;
  color: #151515;
}


.solutions-page .solutions-2 .box .item .right .list ul li .content .area span.h6 em {
  line-height: .8;
  margin-right: .3em;
}
.solutions-page .solutions-2 .box .item .right .list ul li .content .img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solutions-page .solutions-2 .box .item .right .list ul li.active:after {
  height: 100%;
}
.solutions-page .solutions-2 .box .item .right .list ul li.active .content .img {
  -webkit-filter: unset;
  filter: unset;
}
.solutions-page .solutions-2 .box .item:nth-child(2n) .right{
  order: -1;
}
.solutions-page .solutions-2 .box .item:nth-child(2n) .right .list ul li i{
  order: 2;
      margin-right: 0;
      margin-left: 2.33333333em;
}
.solutions-page .solutions-2 .box .item:nth-child(2n) .right .list ul li:before{
  left: 100%;
  transform: translate(-25px)
}
@media screen and (max-width: 1000px) {
  .solutions-page .solutions-2 .box .item:nth-child(2n) .right{
  order: 0;
}
  .solutions-page .solutions-2 .box .item .left {
    position: static;
    width: 100%;
  }
  .solutions-page .solutions-2 .box .item .right .list ul li .content .area .text{
    overflow-y: unset;
  }
  .solutions-page .solutions-2 .box .item .right{
    width: 100%;
    margin-top: 60px;
  }
  .solutions-page .solutions-2 .box .item .right .list ul li .content .area {
    padding: 5% !important;
  }
  .solutions-page .solutions-2 .box .item .right .list ul li .content .img {
    height: 180px;
  }
}

@media screen and (max-width: 500px) {
  .solutions-page .solutions-2 .box .item .right .list ul li i {
    margin-right: 1em;
  }
  .solutions-page .solutions-2 .box .item .right .list ul li .content .area .text {
    max-height: none;
  }
}
.seoPublic .Auxil-form .form ul li input, .seoPublic .Auxil-form .form ul li textarea {

border: 1px solid #4f4f4f;
 }

 .seoPublic .Auxil-about .box .right div.h3 {
    font-size: 40px;
     }

     .seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
       }

  .seoPublic .Auxil-news .list ul li .content{
    margin-top: 0;
  }
  .seoPublic .customer .list>ul{
    margin: -10px;
  }
  .seoPublic .customer .list>ul li{
    padding: 10px;
  }

  .seoPublic .Auxil-about .box .left{
    position: relative;
  }
   .seoPublic .Auxil-about .box .left::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, #2c2c2c), color-stop(65%, #2c2c2c), color-stop(65%, var(--color)));
  background: -webkit-linear-gradient(left bottom, transparent 50%, #2c2c2c 50%, #2c2c2c 65%, var(--color) 65%);
  background: -moz-linear-gradient(left bottom, transparent 50%, #2c2c2c 50%, #2c2c2c 65%, var(--color) 65%);
  background: linear-gradient(to right top, transparent 50%, #2c2c2c 50%, #2c2c2c 65%, var(--color) 65%);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.seoPublic > div:nth-child(odd) {
    background: #000000;
    }

    .seoPublic > div:nth-child(odd) {
    background: #000000;
       }

       .seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
     }
     .seoPublic .title {
    font-size: 40px;
      }
table tr{
  background: var(--color);
}
table tr:nth-child(even){
  background: #424242;
}

.fancybox-image, .fancybox-spaceball{
  background: #ebeaea;
}

.seoPublic .Auxil-news .list ul li .content div.h6 a {
    font-size: 24px;
    line-height: 32px;
    min-height: 3em;
    text-transform: uppercase;
    font-family: "ZeroTwos";
    }



  #js-loader.loader-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*background: linear-gradient(135deg, #1e293b, #0f172a);*/
            /* 深色高级渐变背景 */
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            z-index: 9999;
            transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.6s ease;
            /* 平滑淡出 */
        }

        /* 隐藏加载屏 (配合JS使用) */
     #js-loader.loader-wrapper.hidden {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }

        /* 加载动画主体 -- 旋转的环形 progress */
        #js-loader .spinner {
            width: 70px;
            height: 70px;
            border: 5px solid rgba(0,170,179, 0.2);
            border-top: 5px solid rgba(0,170,179,1);
            border-right: 5px solid rgba(0,170,179,0.7);
            border-bottom: 5px solid rgba(0,170,179,0.5);
            border-radius: 50%;
            animation: spin 0.9s infinite linear;
            /*box-shadow: 0 0 15px rgba(96, 165, 250, 0.4);*/
        }

        /* 自定义加载文字 */
        #js-loader .loading-text {
            margin-top: 28px;
            color: #e2e8f0;
            font-weight: 500;
            font-size: 1.2rem;
            letter-spacing: 2px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        #js-loader .loading-text span {
            display: inline-block;
            animation: pulse 1.4s infinite;
        }

        /* 加点小圆点动态效果 */
        #js-loader .dots {
            display: inline-flex;
            gap: 4px;
            margin-left: 6px;
        }

        #js-loader .dots span {
            width: 6px;
            height: 6px;
            background-color: #a5f3fc;
            border-radius: 50%;
            animation: bounce 1.2s infinite ease-in-out;
        }

        #js-loader .dots span:nth-child(1) {
            animation-delay: 0s;
        }

        #js-loader .dots span:nth-child(2) {
            animation-delay: 0.2s;
        }

        #js-loader .dots span:nth-child(3) {
            animation-delay: 0.4s;
        }

        /* 旋转动画 */
        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }

        /* 文字闪烁 */
        @keyframes pulse {
            0%, 100% {
                opacity: 0.6;
            }
            50% {
                opacity: 1;
                text-shadow: 0 0 5px #60a5fa;
            }
        }

        /* 跳动点 */
        @keyframes bounce {
            0%, 60%, 100% {
                transform: translateY(0);
                opacity: 0.5;
            }
            30% {
                transform: translateY(-8px);
                opacity: 1;
                background-color: #facc15;
            }
        }
