@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  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: 400;
  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: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/SafiraMarchPersonalUseOnly-Rg.eot');
  src: url('../fonts/SafiraMarchPersonalUseOnly-Rg.eot?#iefix') format('embedded-opentype'), url('../fonts/SafiraMarchPersonalUseOnly-Rg.woff2') format('woff2'), url('../fonts/SafiraMarchPersonalUseOnly-Rg.woff') format('woff'), url('../fonts/SafiraMarchPersonalUseOnly-Rg.ttf') format('truetype');
  font-weight: 700;
  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-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #85b642;
  font-weight: 400;
  margin: 0 auto;
}
.container {
  width: 1490px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .h-top {
  z-index: 3;
  position: relative;
  padding: 27px 0 8px;
}
#header .h-top form {
  position: relative;
  width: 350px;
}
#header .h-top form input {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 18px;
  padding: 0 15px;
  border: none;
  color: white;
}
#header .h-top form input[type="submit"] {
  position: absolute;
  right: 0;
  width: 48px;
  background: url(../images/search.png) no-repeat center transparent;
}
#header .h-top .phone {
  font-size: 18px;
  color: white;
}
#header .h-top .phone img {
  vertical-align: middle;
  margin-right: 5px;
}
#header .h-top .yuy span {
  font-size: 18px;
  color: white;
}
#header .h-top .yuy span img {
  width: 27px;
  margin-right: 6px;
}
#header .h-top .yuy ul {
  left: auto;
  right: 0;
}
#header .nav {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  border-top: 1px solid white;
  padding: 18px 0;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  top: -101px;
}
#header.active .nav {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.active .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
/*#header.inner{
  background: white;
}
#header.inner .h-top form input{
  background: rgba(0,0,0,0.1);
}
#header.inner .h-top form input[type="submit"]{
  background: url(../images/search.png) no-repeat center transparent;
}
#header.inner .h-top .phone img,
#header.inner .h-top .logo img{
  filter: brightness(1) invert(1);
}
#header.inner .nav .ui.menu .menu-box ul.menu > li,
#header.inner .h-top .yuy span,
#header.inner .h-top .phone{
  color: black;
}
#header.inner .nav .ui.menu .menu-box{
  border-top: 1px solid black;
}*/
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-300 {
  font-weight: 300;
}
#banner {
  z-index: 4;
  position: relative;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 7%;
  color: white;
}
#banner li .content h2 {
  line-height: 1.2;
}
#banner li .content .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: var(--color);
  text-align: center;
  line-height: 59px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#banner li .content .arrow:hover {
  background-color: #222;
}
@-webkit-keyframes scroll_Down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes scroll_Down {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scroll_Down {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes scroll_Up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-moz-keyframes scroll_Up {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes scroll_Up {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.font-238 {
  font-size: 238px;
}
.tag {
  font-size: 14px;
  display: inline-block;
  border: 1px solid var(--color);
  border-radius: 18px;
  padding: 6px 15px;
}
.i-title {
  line-height: 1.2;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 54px;
  border-radius: 27px;
  padding: 0 4px 0 30px;
  font-size: 16px;
}
.more span {
  margin-left: 24px;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: white;
}
.more span img {
    vertical-align: middle;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.more span .img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(-17px, 17px);
    -moz-transform: translate(-17px, 17px);
    -ms-transform: translate(-17px, 17px);
    transform: translate(-17px, 17px);
}
.more:hover span > div{
  width: 16px;
  height: 13px;
}
.more:hover span .img1 {
    -webkit-transform: translate(17px, -17px);
    -moz-transform: translate(17px, -17px);
    -ms-transform: translate(17px, -17px);
    transform: translate(17px, -17px);
}
.more:hover span .img2 {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.more:hover {
  background-color: #222;
}
.more:hover span {
  background: var(--color);
}
.more:hover span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body {
  z-index: 4;
  position: relative;
  background-color: white;
}
#index-body .i-advantage {
  background-color: #f7f7f7;
  padding-bottom: 30px;
  position: relative;
}
#index-body .i-advantage ul li .box {
  position: relative;
}
#index-body .i-advantage ul li .box .icon {
  position: relative;
  width: 63px;
  height: 63px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--color);
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
#index-body .i-advantage ul li .box .icon img{
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .i-advantage ul li .box:hover .icon img{
  -webkit-transform: rotateY(360deg);
  -moz-transform: rrotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#index-body .i-advantage ul li .box .title {
  line-height: 1.2;
}
#index-body .i-advantage ul li .box .des {
  line-height: 22px;
  color: #999999;
  font-weight: 300;
  min-height: 380px;
}
#index-body .i-advantage ul li .box::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #dcdcdc;
  z-index: -1;
}
#index-body .i-advantage ul .slick-slide:nth-child(even) li {
  padding-top: 50px;
}
#index-body .i-advantage .bottom {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
#index-body .i-category {
  padding-top: 280px;
}
#index-body .i-category ul li .box {
  position: relative;
  border-radius: 20px 20px 0 20px;
  overflow: hidden;
}
#index-body .i-category ul li .box .img {
  border-radius: inherit;
  display: block;
  overflow: hidden;
}
#index-body .i-category ul li .box .img img {
  border-radius: inherit;
}
#index-body .i-category ul li .box .title {
  position: absolute;
  left: 0;
  right: 60px;
  bottom: 0;
  padding: 0 50px 20px;
  color: white;
  z-index: 2;
  border-radius: inherit;
}
#index-body .i-category ul li .box::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 110px;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: -webkit-linear-gradient(bottom, black, transparent);
  background: -moz-linear-gradient(bottom, black, transparent);
  background: linear-gradient(to top, black, transparent);
}
#index-body .i-category .arrow-box {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#index-body .i-category .arrow-box .arrow {
  background-color: white;
  border-top-left-radius: 50%;
  padding-top: 12px;
  padding-left: 12px;
  position: relative;
  bottom: 0;
  right: 0;
}
#index-body .i-category .arrow-box .arrow .right-top {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 0;
  background-image: -webkit-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #fff 100% 100%);
  background-image: -moz-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #fff 100% 100%);
  background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 0 94%, #fff 100% 100%);
}
#index-body .i-category .arrow-box .arrow .left-bottom {
  background-image: -webkit-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #fff);
  background-image: -moz-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #fff);
  background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 0 94%, #fff);
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: -20px;
}
#index-body .i-category .arrow-box .arrow .circle {
  background-color: var(--color);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  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;
  text-align: left;
}
#index-body .i-category .arrow-box .arrow .circle span {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
#index-body .i-category .arrow-box .arrow .circle span img {
  vertical-align: middle;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .i-category .arrow-box .arrow .circle span .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-17px, 17px);
  -moz-transform: translate(-17px, 17px);
  -ms-transform: translate(-17px, 17px);
  transform: translate(-17px, 17px);
}
#index-body .i-category ul li:hover .arrow-box .arrow .circle {
  background-color: #222;
}
#index-body .i-category ul li:hover .arrow-box .arrow .circle span .img1 {
  -webkit-transform: translate(17px, -17px);
  -moz-transform: translate(17px, -17px);
  -ms-transform: translate(17px, -17px);
  transform: translate(17px, -17px);
}
#index-body .i-category ul li:hover .arrow-box .arrow .circle span .img2 {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#index-body .i-product {
  background-color: #f7f7f7;
}
#index-body .i-product ul .slick-list {
  padding: 35px 22% 40px;
}
#index-body .i-product ul li .box {
  position: relative;
  border-radius: 20px 20px 0 20px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product ul li .box .img2 {
  position: absolute;
  left: 0;
  top: 0;
  /*-webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);*/
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-product ul li .box .title {
  position: absolute;
  left: 0;
  right: 60px;
  bottom: 0;
  padding: 0 50px 20px;
  color: white;
  z-index: 2;
  border-radius: inherit;
}
#index-body .i-product ul li .box::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 170px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  opacity: 1;
}
#index-body .i-product ul li:hover .box {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
#index-body .i-product ul li:hover .box .img2 {
  /*-webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);*/
  opacity: 1;
}
#index-body .i-product ul li:hover .box::after {
  opacity: 1;
}
#index-body .i-product .arrow-box {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#index-body .i-product .arrow-box .arrow {
  background-color: #f7f7f7;
  border-top-left-radius: 50%;
  padding-top: 12px;
  padding-left: 12px;
  position: relative;
  bottom: 0;
  right: 0;
}
#index-body .i-product .arrow-box .arrow .right-top {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 0;
  background-image: -webkit-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #f7f7f7 100% 100%, #f7f7f7);
  background-image: -moz-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #f7f7f7 100% 100%, #f7f7f7);
  background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 0 94%, #f7f7f7 100% 100%, #f7f7f7);
}
#index-body .i-product .arrow-box .arrow .left-bottom {
  background-image: -webkit-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #f7f7f7);
  background-image: -moz-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #f7f7f7);
  background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 0 94%, #f7f7f7);
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: -20px;
}
#index-body .i-product .arrow-box .arrow .circle {
  background-color: #cdcdcd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  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;
  text-align: left;
}
#index-body .i-product .arrow-box .arrow .circle span {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
#index-body .i-product .arrow-box .arrow .circle span img {
  vertical-align: middle;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .i-product .arrow-box .arrow .circle span .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-17px, 17px);
  -moz-transform: translate(-17px, 17px);
  -ms-transform: translate(-17px, 17px);
  transform: translate(-17px, 17px);
}
#index-body .i-product ul li:hover .arrow-box .arrow .circle {
  background-color: var(--color);
}
#index-body .i-product ul li:hover .arrow-box .arrow .circle span .img1 {
  -webkit-transform: translate(17px, -17px);
  -moz-transform: translate(17px, -17px);
  -ms-transform: translate(17px, -17px);
  transform: translate(17px, -17px);
}
#index-body .i-product ul li:hover .arrow-box .arrow .circle span .img2 {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#index-body .i-about {
  position: relative;
}
#index-body .i-about .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about-bg.jpg) no-repeat center center;
  --clip: 10%;
  --clip-Y: 30%;
  /*-webkit-clip-path: circle(var(--clip) at 50% var(--clip-Y));
  clip-path: circle(var(--clip) at 50% var(--clip-Y));*/
  background-size: cover;
}
#index-body .i-about .box {
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: 25px;
}
#index-body .i-about .box .left {
  width: 43%;
}
#index-body .i-about .box .right {
  width: 51%;
  padding-right: 50px;
}
#index-body .i-about .box .right .i-title {
  line-height: 1.1;
}
#index-body .i-about .box .right .content {
  line-height: 30px;
  font-weight: 300;
  color: #666666;
}
#index-body .i-about .bottom {
  color: white;
}
#index-body .i-about .bottom .num {
  line-height: 1;
  color: #fcf6ec;
}
#index-body .i-custom .top {
  max-width: 880px;
}
#index-body .i-custom .des {
  max-width: 880px;
  line-height: 24px;
  font-weight: 300;
}
#index-body .i-custom .circle_box {
  width: 484px;
  height: 484px;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
#index-body .i-custom .circle_box .circle {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#index-body .i-custom .circle_box .circle i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #aacc7b;
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 13px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
#index-body .i-custom .circle_box .circle i.active {
  border-width: 9px;
  background-color: white;
}
#index-body .i-custom .circle_box .circle .arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .i-custom .circle_box .circle .arrow svg {
  stroke-dasharray: 0 1400;
  stroke-dashoffset: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  stroke: white;
  fill: none;
  -webkit-transition: stroke-dasharray 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: stroke-dasharray 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: stroke-dasharray 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
#index-body .i-custom .circle_box .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .i-custom .circle_box .content li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .i-custom .circle_box .content li > .flex {
  width: 100%;
  height: 100%;
}
#index-body .i-custom .circle_box .content li span {
  margin-top: 15px;
}
#index-body .i-custom .circle_box .content li.active {
  display: block;
}
#index-body .i-custom .bottom {
  height: 600px;
  position: relative;
}
#index-body .i-custom .bottom ul {
  height: 100%;
}
#index-body .i-custom .bottom li {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-custom .bottom li.active {
  opacity: 1;
}
#index-body .i-application {
  overflow: hidden;
}
#index-body .i-application ul .slick-list {
  padding: 0 11.5%;
}
#index-body .i-application ul li .box {
  position: relative;
  border-radius: 22px;
}
#index-body .i-application ul li .box p {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  padding: 0 40px;
  color: white;
  z-index: 3;
}
#index-body .i-application ul li .box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: -webkit-linear-gradient(bottom, black, transparent);
  background: -moz-linear-gradient(bottom, black, transparent);
  background: linear-gradient(to top, black, transparent);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-application ul .slick-current li .box::after {
  opacity: 1;
}
#index-body .i-application .slickDots {
  padding: 0 11.5%;
}
#index-body .i-application .slickDots ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .i-application .slickDots ul li {
  width: 100%;
  height: 2px;
  background-color: #dedede;
  position: relative;
  border: none;
  margin: 0 23px;
}
#index-body .i-application .slickDots ul li:nth-child(1) {
  margin-left: 0;
}
#index-body .i-application .slickDots ul li:last-child {
  margin-right: 0;
}
#index-body .i-application .slickDots ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--color);
}
#index-body .i-application .slickDots ul li.slick-active::after {
  width: 100%;
}
#index-body .i-quality {
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
}
#index-body .i-quality .left {
  width: 30%;
}
#index-body .i-quality .left .content {
  line-height: 20px;
  color: #333333;
}
#index-body .i-quality .left .content p {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
#index-body .i-quality .left .content p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
}
#index-body .i-quality .list {
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  height: 100%;
  -webkit-transform: rotateZ(-33deg);
  -moz-transform: rotateZ(-33deg);
  -ms-transform: rotate(-33deg);
  transform: rotateZ(-33deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
#index-body .i-quality .list ul {
  padding: 0 10px;
}
#index-body .i-quality .list ul .slick-list {
  padding: 60px 0;
}
#index-body .i-quality .list .one:nth-child(odd) ul {
  -webkit-animation: scroll_Up 40s linear infinite;
  -moz-animation: scroll_Up 40s linear infinite;
  animation: scroll_Up 40s linear infinite;
}
#index-body .i-quality .list .one:nth-child(even) ul {
  -webkit-animation: scroll_Down 40s linear infinite;
  -moz-animation: scroll_Down 40s linear infinite;
  animation: scroll_Down 40s linear infinite;
}
#index-body .i-quality .list .one:hover ul {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
#index-body .i-news .left {
  width: 45%;
}
#index-body .i-news .right {
  width: 48%;
}
#index-body .i-news .top .txt {
  line-height: 24px;
  color: #999999;
}
#index-body .i-news .top .txt p {
  max-width: 510px;
}
#index-body .i-news .wrap .left li .box {
  position: relative;
  border-radius: 20px 20px 0 20px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news .wrap .left li .box .title {
  position: absolute;
  left: 0;
  right: 60px;
  bottom: 0;
  padding: 0 50px 20px;
  color: white;
  z-index: 4;
  border-radius: inherit;
}
#index-body .i-news .wrap .left li .box::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 180px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  z-index: 2;
}
#index-body .i-news .wrap .left .arrow-box {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 6;
}
#index-body .i-news .wrap .left .arrow-box .arrow {
  background-color: white;
  border-top-left-radius: 50%;
  padding-top: 12px;
  padding-left: 12px;
  position: relative;
  bottom: 0;
  right: 0;
}
#index-body .i-news .wrap .left .arrow-box .arrow .right-top {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 0;
  background-image: -webkit-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #fff 100% 100%, #fff);
  background-image: -moz-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #fff 100% 100%, #fff);
  background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 0 94%, #fff 100% 100%, #fff);
}
#index-body .i-news .wrap .left .arrow-box .arrow .left-bottom {
  background-image: -webkit-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #fff);
  background-image: -moz-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #fff);
  background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 0 94%, #fff);
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: -20px;
}
#index-body .i-news .wrap .left .arrow-box .arrow .circle {
  background-color: var(--color);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  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;
  text-align: left;
}
#index-body .i-news .wrap .left .arrow-box .arrow .circle span {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
#index-body .i-news .wrap .left .arrow-box .arrow .circle span img {
  vertical-align: middle;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .i-news .wrap .left .arrow-box .arrow .circle span .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-17px, 17px);
  -moz-transform: translate(-17px, 17px);
  -ms-transform: translate(-17px, 17px);
  transform: translate(-17px, 17px);
}
#index-body .i-news .wrap .left ul li:hover .arrow-box .arrow .circle {
  background-color: #222;
}
#index-body .i-news .wrap .left ul li:hover .arrow-box .arrow .circle span .img1 {
  -webkit-transform: translate(17px, -17px);
  -moz-transform: translate(17px, -17px);
  -ms-transform: translate(17px, -17px);
  transform: translate(17px, -17px);
}
#index-body .i-news .wrap .left ul li:hover .arrow-box .arrow .circle span .img2 {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#index-body .i-news .wrap .right li {
  border-bottom: 2px solid #cfcfcf;
}
#index-body .i-news .wrap .right li .title {
  line-height: 30px;
}
#index-body .i-news .wrap .right li .time {
  color: #b7b7b7;
}
#index-body .i-news .wrap .right li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#footer {
  background: url(../images/footer-bg.jpg) no-repeat bottom;
  background-attachment: fixed;
  
  background-size: cover;
}
#footer.index{
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
#footer .top .left {
  color: white;
  width: 45%;
}
#footer .top .left .share a {
  display: inline-block;
  width: 57px;
  height: 42px;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #677864;
  font-size: 20px;
  text-align: center;
  line-height: 42px;
  margin-right: 14px;
}
#footer .top .left .share a:hover {
  background-color: var(--color);
}
#footer .top .right {
  width: 25%;
}
#footer .top .right form {
  position: relative;
}
#footer .top .right input,
#footer .top .right textarea {
  width: 100%;
  border: none;
  font-size: 15px;
  border-radius: 7px;
  height: 47px;
  padding: 0 15px;
}
#footer .top .right textarea {
  height: 125px;
  padding: 10px 15px;
}
#footer .top .right li.sub {
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 50px;
}
#footer .top .right li.sub input {
  background: url(../images/send.png) no-repeat center;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .top .right li.sub:hover input{
  -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#footer .wrap {
  border-radius: 24px;
  border: 1px solid white;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
#footer .wrap .left {
  max-width: 295px;
}
#footer .wrap .left p {
  position: relative;
  padding-left: 40px;
  font-weight: 300;
  margin-bottom: 15px;
}
#footer .wrap .left p img {
  position: absolute;
  left: 0;
  top: 4px;
}
#footer .wrap .right li {
  font-weight: 300;
  margin-bottom: 17px;
}
#footer .wrap .right li a {
  position: relative;
}
#footer .wrap .right li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .wrap .right li:hover a::after {
  width: 100%;
}
#footer .wrap .logo {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 25px 0;
}
#footer .wrap .logo span {
  background-color: white;
  width: 70px;
  height: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 20px;
  position: relative;
  text-align: center;
  line-height: 50px;
  -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;
  vertical-align: middle;
}
@-webkit-keyframes ks1 {
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks1 {
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks1 {
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
#footer .wrap .logo span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.5);
  animation: ks1 2s ease-out infinite;
}
#footer .wrap .logo span::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: ks1 2s ease-out infinite;
  animation-delay: -1s;
}
#footer .wrap .logo::before {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 50%;
  height: 1px;
  top: 0;
  right: 3em;
  margin-left: -50%;
  background-color: white;
}
#footer .wrap .logo::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 1px;
  top: 0;
  left: 3em;
  margin-right: -50%;
  background-color: white;
}
#footer .f-copy {
  color: white;
  font-weight: 300;
  padding-bottom: 15px;
  padding-top: 10px;
}
#footer .f-copy svg {
  width: auto;
  height: 26px;
  fill: white;
}
@media screen and (max-width: 1450px) {
  #index-body .i-category {
    padding-top: 230px;
  }
  #index-body .i-product ul li .box .title {
    padding: 0 15px 15px;
  }
  #index-body .i-custom .circle_box {
    zoom: 0.7;
  }
  #index-body .i-custom .top {
    max-width: 745px;
  }
  #index-body .i-quality .list {
    -webkit-transform: rotateZ(-25deg);
    -moz-transform: rotateZ(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotateZ(-25deg);
  }
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner{
    margin-top: 60px;
  }
  #index-body .i-product ul .slick-list {
    padding: 35px 10% 40px;
  }
  .font-238 {
    font-size: 190px;
  }
  #index-body .i-custom .top {
    max-width: 610px;
  }
  #index-body .i-custom .circle_box {
    zoom: 0.5;
  }
  #index-body .i-custom .circle_box .content li > .flex {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  #index-body .i-custom .bottom {
    height: 400px;
  }
  #index-body .i-quality .left {
    width: 40%;
  }
  #footer .top .right {
    width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-advantage ul li .box .des {
    min-height: 290px;
  }
  #index-body .i-category {
    padding-top: 150px;
  }
  #index-body .i-category ul li .box .title {
    padding: 0 10px 13px;
  }
  #index-body .i-product ul .slick-list {
    padding: 35px 22% 40px;
  }
  #index-body .i-about .bg {
    -webkit-clip-path: unset;
    clip-path: unset;
  }
  #index-body .i-about .box .left {
    width: 100%;
  }
  #index-body .i-about .box .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-custom .circle_box {
    zoom: 0.3;
    top: 325px;
  }
  #index-body .i-custom .top {
    max-width: 510px;
  }
  #index-body .i-custom .bottom {
    height: 260px;
  }
  #index-body .i-quality .list {
    display: none;
  }
  #index-body .i-quality .left {
    width: 100%;
  }
  #index-body .i-news .left {
    width: 100%;
  }
  #index-body .i-news .right {
    width: 100%;
  }
  #index-body .i-news .wrap .right {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .i-advantage ul li .box .des {
    min-height: 170px;
  }
  #index-body .i-advantage ul .slick-slide:nth-child(even) li {
    padding-top: 0;
  }
  #index-body .i-category {
    padding-top: 100px;
  }
  .font-238 {
    font-size: 135px;
  }
  #index-body .i-custom .circle_box {
    top: 109%;
  }
  #index-body .i-application .slickDots ul li {
    margin: 0 7px;
    border-radius: 0;
  }
  #footer .top .left {
    width: 100%;
    display: none;
  }
  #footer .top .right {
    width: 100%;
  }
  #footer .wrap .right {
    display: none;
  }
  #footer .wrap .left {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner li > img {
    min-height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner li .content .arrow {
    position: relative;
  }
  #index-body .i-product ul .slick-list {
    padding: 35px 15px 40px;
  }
  .font-238 {
    font-size: 100px;
  }
  #index-body .i-application ul li .box > img {
    min-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-application ul li .box p {
    bottom: 15px;
    padding: 0 10px;
  }
  #index-body .i-news .wrap .left li .box .title {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .top .right li {
    width: 100%;
  }
}



.inner-banner{
  color: white;
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .mbx {
  font-size: 0;
}
.inner-banner .mbx * {
  font-size: 16px;
}
.inner-banner .mbx a:after {
  content: '\e7de';
  font-family: 'iconfont';
  font-size: .5em;
  margin: 0 1em;
  color: var(--color);
  position: relative;
  top: -.2em;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  font-size: 15px;
  line-height: 45px;
  border-radius: 50%;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 5px;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background:var(--color);
  color: #fff;
}
.inner-page.top_1 {
    border-radius: 65px 65px 0 0;
    /*margin: -1em 0;*/
    /*-o-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);*/
    background-color: white;
    position: relative;
    z-index: 1;
    /*overflow: hidden;*/
    margin-top: -70px;
}
.product-page .products li{
  margin-bottom: 40px;
}
.product-page .products li .img-box{
  background: #fff;
  border-radius: 20px;
}
.product-page .products li .product-block:hover .product-image {
   border-top-left-radius: 50%;
   border-top-right-radius: 50%;
}
.product-page .products li .woocommerce-loop-product__title{
  font-weight: 400;
  font-family: Unbounded;
}
.product-page .catDes{
  max-height: 250px;
  overflow-y: auto;
  padding-right: 4px;
  
}
.proNavCont .nav1C ul{
  display: flex;
  flex-wrap: wrap;
}
.proNavCont .nav1C ul li{
  margin-top: 10px;
}
.proNavCont .nav1C ul li .box a{
  display: block;
  border: 1px solid var(--color);
  background: #fff;
  border-radius: 20px;
  color: #666666;
  padding: 5px 35px;
}
.proNavCont .nav1C ul li .box a.active,
.proNavCont .nav1C ul li .box a:hover{
  background: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.proNavCont .nav2C{
  border-bottom: 1px solid #ebdccf;
  padding-bottom: 10px;
  margin-top: 30px;
}
.proNavCont .nav2C .list{
  display: none;
}
.proNavCont .nav2C .list.active{
  display: block;
}
.proNavCont .nav2C .list ul{
  display: flex;
  flex-wrap: wrap;
} 

.proNavCont .nav2C .list ul li .box{
  position: relative;
}
.proNavCont .nav2C .list ul li .img{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  opacity: 0;
  left: 0;
}
.proNavCont .nav2C .list ul li a{
  position: relative;
  display: block;
  padding-left: 30px;
  transition: all .5s;
  transform: translateX(-30px);
}
.proNavCont .nav2C .list ul li .box:hover .img,
.proNavCont .nav2C .list ul li .box.active .img{
  opacity: 1;
}
.proNavCont .nav2C .list ul li .box:hover a,
.proNavCont .nav2C .list ul li .box.active a{
  transform: translateX(0);
}
.product-page #index-body .i-product .arrow-box .arrow{
  background: white;
}
.product-page #index-body .i-product .arrow-box .arrow .right-top { 
    background-image: -webkit-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #fff 100% 100%, #fff);
    background-image: -moz-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #fff 100% 100%, #fff);
    background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 0 94%, #fff 100% 100%, #fff);
}
.product-page #index-body .i-product .arrow-box .arrow .left-bottom {
    background-image: -webkit-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #fff);
    background-image: -moz-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #fff);
    background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 0 94%, #fff);
    
}
.product-page #index-body .i-product ul li .box .img2{
      -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
}
.product-page #index-body .i-product ul li:hover .box .img2{
  opacity: 1;
}
.product-page #index-body .i-product ul li:hover .box{
  -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.prodet-page .prodet-1 {
  margin: 0px 0 120px;
}
.prodet-page .prodet-1 .slick-vertical .slick-slide {
  border: 0;
}
.prodet-page .prodet-1 .left {
  width: 50%;
  position: relative;
}
.prodet-page .prodet-1 .left .big {
  margin-left: 20%;
}
.prodet-page .prodet-1 .left .big img{
  border: solid 1px #e7d5c4;
  border-radius: 10px;
}
.prodet-page .prodet-1 .left .small {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  padding-right: 15px;
  height: 100%;
}
.prodet-page .prodet-1 .left .small ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .left .small ul li img {
  border: 1px solid transparent;
  border-radius: 10px;
}
.prodet-page .prodet-1 .left .small .slick-current li img {
  border-color: var(--color);
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 4%;
}
.prodet-page .prodet-1 .right h1{
  line-height: 1.2;
  margin-top: 25px;
}
.prodet-page .prodet-1 .right .cat_name{
  border: 1px solid var(--color);
  padding: 5px 20px;
  border-radius: 18px;
  display: inline-block;
}
.prodet-page .prodet-1 .right .des2{
  max-height: 212px;
  overflow-y: auto;
  padding-right: 4px;
  color: #666;
}
.prodet-page .prodet-1 .right dl{
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .right dd{
  margin-right: 10px;
}
.prodet-page .prodet-1 .right .new-small-imgs{
  margin-top: -1.822vw;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .right .new-small-imgs .title{
  margin-top: -1.822vw;
}
.prodet-page .prodet-1 .right .new-small-imgs li{
  padding: 5px;
  width: 33.333%;
}
.prodet3-page .prodet-1 .right .det-img li{ 
  position: relative;
  padding-left: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.prodet3-page .prodet-1 .right .det-img li::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
   -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet3-page .prodet-1 .right .det-img li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 37px;
  height: 41px;
  background: url(../images/f-logo.png) no-repeat center;
  zoom: 0.75;
  opacity: 0;
}
.prodet3-page .prodet-1 .right .det-img li.active,
.prodet3-page .prodet-1 .right .det-img li:hover{
  color: var(--color);
  padding-left: 40px;
}
.prodet3-page .prodet-1 .right .det-img li.active::after,
.prodet3-page .prodet-1 .right .det-img li:hover::after{
  opacity: 0;
}
.prodet3-page .prodet-1 .right .det-img li.active::before,
.prodet3-page .prodet-1 .right .det-img li:hover::before{
  opacity: 1;
}
.prodet-page .prodet-1 table.variations {
  border: none;
  overflow: unset;
}
.prodet-page .prodet-1 table.variations td,
.prodet-page .prodet-1 table.variations th {
  border: none;
  padding: 8px 0;
}
.prodet-page .prodet-1 table.variations th.label {
  min-width: 80px;
  font-size: 18px;
  width: 110px;
}
.prodet-page .prodet-2 {
  margin-bottom: 50px;
}
.prodet-page .prodet-2 .box1{
  border-top: 1px solid #d6d6d6;
  position: relative;
  padding-top: 30px;
}
.prodet-page .prodet-2 .box1::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 1px;
  background: var(--color);
}
.prodet-page .prodet-2 .box1 .title{
  width: 26%;
  line-height: 1.2;
}
.prodet-page .prodet-2 .box1 .des{
  width: 64%;
  line-height: 26px;
  color: #999999;
}
.prodet-page .prodet-2 .box2 ul .slick-list{
  padding-top: 30px;
}
.prodet-page .prodet-2 .box2 ul li .box {
  position: relative;
  border-radius: 20px 20px 0 20px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-2 .box2 ul li .box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prodet-page .prodet-2 .box2 ul li .box .img2 {
  position: absolute;
  left: 0;
  top: 0;
  /*-webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);*/
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.prodet-page .prodet-2 .box2 ul li .box .title {
  position: absolute;
  left: 0;
  right: 60px;
  bottom: 0;
  padding: 0 50px 10px 20px;
  color: white;
  z-index: 2;
  border-radius: inherit;
  width: 100%;
}
.prodet-page .prodet-2 .box2 ul li .box::after {
  content: "";
  position: absolute;
  left: 0px;
  top: auto;
  bottom: 0px;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  opacity: 1;
}
.prodet-page .prodet-2 .box2 ul li:hover .box {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
.prodet-page .prodet-2 .box2 ul li:hover .box .img2 {
  /*-webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);*/
  opacity: 1;
}
.prodet-page .prodet-2 .box2 ul li:hover .box::after {
  opacity: 1;
}
.prodet-page .prodet-2 .box2 .arrow-box {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.prodet-page .prodet-2 .box2 .arrow-box .arrow {
  background-color: #fff;
  border-top-left-radius: 50%;
  padding-top: 12px;
  padding-left: 12px;
  position: relative;
  bottom: 0;
  right: 0;
}
.prodet-page .prodet-2 .box2 .arrow-box .arrow .right-top {
  width: 17px;
  height: 17px;
  position: absolute;
  top: -17px;
  right: 0;
  background-image: -webkit-radial-gradient(0% 0%, circle farthest-side, transparent 0 100%, #fff 100%, #fff);
  background-image: -moz-radial-gradient(0% 0%, circle farthest-side, transparent 0 100%, #fff 100%, #fff);
  background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 0 100%, #fff 100%, #fff);
}
.prodet-page .prodet-2 .box2 .arrow-box .arrow .left-bottom {
  background-image: -webkit-radial-gradient(0% 0%, circle farthest-side, transparent 0 100%, #fff);
  background-image: -moz-radial-gradient(0% 0%, circle farthest-side, transparent 0 100%, #fff);
  background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 0 100%, #fff);
  width: 17px;
  height: 17px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: -17px;
}
.prodet-page .prodet-2 .box2 .arrow-box .arrow .circle {
  background-color: #cdcdcd;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  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;
  text-align: left;
}
.prodet-page .prodet-2 .box2 .arrow-box .arrow .circle span {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
.prodet-page .prodet-2 .box2 .arrow-box .arrow .circle span img {
  vertical-align: middle;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-2 .box2 .arrow-box .arrow .circle span .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-17px, 17px);
  -moz-transform: translate(-17px, 17px);
  -ms-transform: translate(-17px, 17px);
  transform: translate(-17px, 17px);
}
.prodet-page .prodet-2 .box2 ul li:hover .arrow-box .arrow .circle {
  background-color: var(--color);
}
.prodet-page .prodet-2 .box2 ul li:hover .arrow-box .arrow .circle span .img1 {
  -webkit-transform: translate(17px, -17px);
  -moz-transform: translate(17px, -17px);
  -ms-transform: translate(17px, -17px);
  transform: translate(17px, -17px);
}
.prodet-page .prodet-2 .box2 ul li:hover .arrow-box .arrow .circle span .img2 {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.prodet-page .prodet-2 .tab-content {
  padding: 70px 0;
}
.prodet-page
  .prodet-2
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li {
  border-radius: 30px;
}
.prodet-page
  .prodet-2
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li,
.prodet-page .prodet-2 .wc-tab-title a {
  font-size: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d0d0;
}
.prodet-page
  .prodet-2
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li
  a {
  padding: 8px 30px;
}
.prodet-page
  .prodet-2
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li.active {
  color: #ffffff;
  background-color: var(--color);
}
.prodet-page
  .prodet-2
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li:hover {
  color: #ffffff;
  background-color: var(--color);
}
.prodet-page
  .prodet-2
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li:hover,
.prodet-page
  .prodet-2
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li.active,
.prodet-page .prodet-2 .active .wc-tab-title a {
  border-style: solid;
  border-color: var(--color);
}
.prodet-page .prodet-2 .wc-tab-title a {
  color: #202020;
  background-color: #ffffff;
  padding: 8px 30px;
  border-radius: 30px;
}
.prodet-page .prodet-2 .active .wc-tab-title a {
  color: #ffffff;
  background-color: var(--color);
}
.prodet-page .prodet-2 .form ul {
  margin: -10px;
}
.prodet-page .prodet-2 .form ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .prodet-2 .form ul li input,
.prodet-page .prodet-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  color: black;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-2 .form ul li input:focus,
.prodet-page .prodet-2 .form ul li textarea:focus {
  border-color: black;
}
.prodet-page .prodet-2 .form ul li textarea {
  height: 120px;
}
.prodet-page .prodet-2 .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 30px;
  background: #222;
  color: white;
}
.prodet-page .prodet-2 .form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
.prodet-page .prodet-3 .lakit-heading {
  text-align: center;
  color: #202020;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.prodet-page .prodet-3 .box {
  margin: 0 0 80px;
}
.prodet-page .prodet-3 .list ul {
  margin: 0 -15px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 15px;
}
.prodet-page .prodet-3 .list ul li img{
  	border: solid 1px #acb1b2;
}
.prodet-page .prodet-3 .name {
  font-size: 22px;
}
.lastudio-kit .layout-type-default .lakit-wc-tabs--controls {
  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;
}
.lastudio-kit
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  -moz-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
}
.lastudio-kit
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li {
  border: 1px solid #dfdfdf;
  background-color: #fff;
  margin: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  list-style: none;
}
.lastudio-kit
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li
  a {
  font: inherit;
  color: inherit;
  display: block;
  padding: 8px 30px;
  text-decoration: inherit;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.wc-tab-title a {
  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;
}
.wc-tab-title a:after {
  content: "+";
}
.wc-tab.active .wc-tab-title a::after {
  content: "鈭�";
}
.elementor-add-to-cart > .stock,
.lakit-product-tabs .wc-tab-title,
.lakit-swatch-control .swatch-wrapper-more ~ .swatch-wrapper,
.lakit-wfi-source_price_range .price_slider_amount .clear,
.lakitp-zone-item form.variations_form th,
.lastudio-kit
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--content
  .panel:not(.active)
  .tab-content,
.lastudio-kit
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li:after,
.lastudio-kit
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li:before,
.lastudio-kit
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs:after,
.lastudio-kit
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs:before,
.lastudio-kit ul.products.lakit-products__list:after,
.lastudio-kit ul.products.lakit-products__list:before,
.layout-type-accordion .lakit-wc-tabs--controls,
.swatch-anchor-label {
  display: none;
}
@media screen and (max-width:1250px){
  .inner-page.top_1{
    border-radius: 0;
    margin: 0;
  }
  .prodet-page .prodet-1 {
    margin-bottom: 90px;
  }
  .prodet-page
    .prodet-2
    .lakit-product-tabs
    .wc-tabs-wrapper
    .lakit-wc-tabs--controls
    ul.wc-tabs
    li,
  .prodet-page .prodet-2 .wc-tab-title a {
    font-size: 18px;
  }
  .prodet-page .prodet-2 .tab-content {
    padding: 50px 0;
  }
  .prodet-page .prodet-3 .lakit-heading {
    font-size: 28px;
  }
  .prodet-page .prodet-3 .name {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .product-page #index-body .i-product ul li{
    width: 33.33%;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    margin-top: 40px;
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-2 .wc-tab-title a {
    padding: 8px 20px;
    margin: 0 0 15px;
  }
  .prodet-page .prodet-2 .tab-content {
    padding: 15px 0 40px;
  }
  .prodet-page .prodet-3 .box {
    margin: 20px 0 50px;
  }
  .prodet-page .prodet-3 .lakit-heading {
    margin: 0 0 30px;
  }
}

@media (max-width: 700px) {
  .product-page #index-body .i-product ul li{
    width: 50%;
  }
   .prodet-page .prodet-1 .left .small {
    padding-right: 10px;
  }
  .prodet-page .prodet-1 .left .small ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .left .small ul li {
    padding: 5px;
  }
   .lastudio-kit
  .lakit-product-tabs
  .wc-tabs-wrapper
  .lakit-wc-tabs--controls
  ul.wc-tabs
  li{
    width: 100%;
  }
}

@media (max-width: 500px) {
  .product-page #index-body .i-product ul li{
    width: 100%;
  }
   .prodet-page .prodet-1 {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .prodet-page .prodet-3 .lakit-heading {
    font-size: 24px;
  }
}
.seoPublic .Auxil-related .list ul li .box .content a.more{
  color: white;
}
.about-page .about-1 .left .text{
  max-height: 423px;
  overflow: auto;
  line-height: 1.8;
}
.about-page .about-1 span.h6 {
  line-height: 1.2;
}
.about-page .about-1 .text em {
  color: var(--color);
}
.about-page .about-1 .bottom {
  margin-top: -7%;
}
.about-page .about-1 .bottom img {
  z-index: -1;
  position: relative;
}
.about-page .about-1 .bottom .pos {
  bottom: 13%;
  width: 100%;
}
.about-page .about-1 .bottom .pos .play-btn {
  position: relative;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  margin-left: auto;
  font-size: inherit;
  left: auto;
}
.about-page .about-2 {
  position: relative;
}
.about-page .about-2:before {
  content: '';
  width: 100%;
  height: 20%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-page .about-2 .list ul li .box {
  padding: 8%;
  background-color: white;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: relative;
  background-repeat: no-repeat;
  background-position: center right -10%;
  background-size: 35% auto;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
.about-page .about-2 .list ul li .box:before,
.about-page .about-2 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  z-index: -1;
}
.about-page .about-2 .list ul li .box:before {
  background-image: unset;
}
.about-page .about-2 .list ul li .box:after {
  opacity: 0;
  background-color: transparent;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box i.icon {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box i.icon:before,
.about-page .about-2 .list ul li .box i.icon:after {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  position: absolute;
  background-color: var(--color);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box i.icon:before {
  width: .5em;
  height: .5em;
  left: -0.25em;
  bottom: -0.25em;
}
.about-page .about-2 .list ul li .box i.icon:after {
  right: -0.5em;
  top: -0.5em;
}
.about-page .about-2 .list ul li .box .content {
  margin-left: auto;
}
.about-page .about-2 .list ul li .box .content span.h6 {
  line-height: 1;
}
.about-page .about-2 .list ul li .box .content span.h6 sub {
  vertical-align: bottom;
  line-height: .8;
  display: inline-block;
}
.about-page .about-2 .list ul li .box .content hr {
  margin: .2em 0;
  opacity: .3;
}
.about-page .about-2 .list ul li .box:hover {
  color: white;
  background-color: var(--color);
}
.about-page .about-2 .list ul li .box:hover:after {
  opacity: .2;
}
.about-page .about-2 .list ul li .box:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box:hover i.icon:before {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.about-page .about-2 .list ul li .box:hover i.icon:after {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.about-page .about-3 {
  position: relative;
}
.about-page .about-3:after,
.about-page .about-3:before {
  content: '';
  width: 100%;
  height: 25vh;
  margin-left: auto;
  display: block;
  /*position: -webkit-sticky;
  position: sticky;*/
}
.about-page .about-3:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  top: 0;
}
.about-page .about-3:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: -webkit-linear-gradient(top, transparent, white);
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: linear-gradient(to bottom, transparent, white);
}
.about-page .about-3 .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  padding-top: 10%;
}
.about-page .about-3 .img img {
  position: -webkit-sticky;
  position: sticky;
  bottom: -15%;
  max-width: 61.09375%;
}
.about-page .about-3 .box .left {
  top: 8%;
  position: -webkit-sticky;
  position: sticky;
  /*padding-bottom: 25%;*/ 
}
.about-page .about-3 .box .right {
  position: relative;
}
.about-page .about-3 .box .right .year {
  line-height: .8;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  color: var(--color); 
}
.about-page .about-3 .box .right .year svg {
  position: absolute;
  left: 1.2em;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: -1;
}
.about-page .about-3 .box .right .year svg .circle1 {
  stroke: var(--color);
  stroke-dasharray: 566;
  stroke-dashoffset: 566;
}
.about-page .about-3 .box .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .right .list li .year {
  margin-right: 1em;
  color: #ddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 2.733em;
}
.about-page .about-3 .box .right .list li .content {
  padding: 7% 0;
  border-top: 2px solid #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  max-width: 320px;
}
.about-page .about-3 .box .right .list li .content .text{
  max-height: 111px;
  overflow: auto;
}
.about-page .about-3 .box .right .list li.active {
  opacity: 1;
}
.about-page .about-3 .box .right .list li.active .year {
  color: var(--color);
}
.about-page .about-3 .box .right .list li.active .content {
  border-top-color: var(--color);
}
/*.about-page .about-4 .list ul:last-child {
  direction: rtl;
}*/
.about-page .about-5 {
  background-repeat: no-repeat;
  background-position: center top 33%;
  background-size: contain;
}
.about-page .about-5 .list ul {
  -webkit-filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
  filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
}
.about-page .about-5 .list ul li,
.about-page .about-5 .list ul .box {
  height: 100%;
}
.about-page .about-5 .list ul .box {
  background-color: white;
  overflow: hidden;
}
.about-page .about-5 .list ul .content {
  padding: 8%;
}
.about-page .about-5 .list ul .content a.link i {
  color: var(--color);
}
@media screen and (max-width: 1000px){
  .about-page .about-3 .box .left {
    position: static;
  }
  .about-page .about-3 .box .right .year svg {
    width: 30vw;
  }
   .about-page .about-4 .list ul:last-child {
    display: none;
  }
}
@media screen and (max-width: 700px){
   .about-page .about-2 .list ul li .box i.icon {
    zoom: .7;
  }
   .about-page .about-3 .box .right .year em {
    font-size: 1em;
  }
  .about-page .about-3 .box .right .year svg {
    width: 20vw;
  }
  .about-page .about-3 .img img {
    max-width: 120%;
  }
  .about-page .about-3 .box .right .list li .year {
    width: 1.5em;
  }
  .about-page .about-3 .box {
    margin-bottom: 15%;
  }
  .about-page .about-3 .box .right .year {
    margin-bottom: 15%;
  }
}

/*.industrial-page .industrial-1 .left .img {
  width: 140%;
}*/
.industrial-1 .right {
  position: relative;
  z-index: 1;
}
.industrial-page .init-1 .content{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.industrial-page .industrial-1 .right span.h2 {
  max-width: 640px;
}
.app-page .industrial-1 .right span.h2 {
  width: 100%;
}
.industrial-page .industrial-1 .right .info {
  max-width: 640px;
}
.industrial-page .industrial-1 .right .info li {
  padding: .3em .5em;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industrial-page .industrial-1 .right .info li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(var(--color)));
  background-image: -webkit-linear-gradient(right, white, var(--color));
  background-image: -moz-linear-gradient(right, white, var(--color));
  background-image: linear-gradient(to left, white, var(--color));
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industrial-page .industrial-1 .right .info li:hover {
  color: white;
}
.industrial-page .industrial-1 .right .info li:hover:before {
  opacity: 1;
}
.industrial-page .industrial-1 .right .dots p {
  margin-bottom: .3em;
}
.industrial-page .industrial-1 .right .dots p i {
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
}
.industrial-page .industrial-1 .box:not(.flex-drr) .left {
  direction: rtl;
}
.industrial-page .industrial-1 .box:not(.flex-drr) .left img{
  width: 100%;
}
.industrial-page .industrial-3 .box {
  width: 100%;
  position: relative;
}
.industrial-page .industrial-3 .box li {
  height: 100%;
  padding-top: 20px;  
}
.industrial-page .industrial-3 .box:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 10%;
  top: 0;
  background-color: #f8f8f8;
}
.industrial-page .industrial-3 .box .box2 {
  border: 1px solid #b5b5b5;
  height: 100%;
  position: relative;
  background-color: white;
  border-radius: 20px;
    -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.industrial-page .industrial-3 .box ul li:hover .box2{
  border-color: var(--color);
}
.industrial-page .industrial-3 .box .box2 span.num {
  width: 2.66666667em;
  height: 3.05555556em;
  background-color: var(--color);
  color: white;
  margin-top: -1.33333333em;
  border-radius: 10px;
}
.industrial-page .industrial-3 .box .box2 span.h6 {
  line-height: 1.2;
}
.industrial-page .industrial-3 .box .box2 > i {
  height: 3.45em;
}
.industrial-page .industrial-3 .box .box2 > i img {
  max-height: 100%;
}
.industrial-page .industrial-3 .box .box2 .border {
  display: none;
}
.industrial-page .industrial-3 .box .box2 .border i {
  position: absolute;
  background-color: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  width: 0;
  height: 0;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(1) {
  height: 1px;
  left: 0;
  top: -1px;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(2) {
  width: 1px;
  right: -1px;
  top: 0;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(3) {
  height: 1px;
  right: 0;
  bottom: -1px;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(4) {
  width: 1px;
  left: -1px;
  bottom: 0;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(1),
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(3) {
  width: 100%;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(2),
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(4) {
  height: 100%;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(2) {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(3) {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(4) {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
@media screen and (max-width: 1000px){
  .industrial-page .industrial-1 .left .img {
    width: 100%;
  }
}
@media screen and (max-width: 700px){
   .industrial-page .industrial-3 .box {
    width: 100%;
  }
  .industrial-2 .list .slickBtn div {
    top: 37%;
  }
   .industrial-1 .right .list li i {
    max-width: 20px;
    margin-right: 8px;
    flex-shrink: 0;
  }
  .industrial-1 .right .list li i.pt-8 {
    max-width: 10px;
  }
}

.custom-page .init-1 .container .i6-l {
  width: 23%;
  background: var(--color);
  border-radius: 40px;
}
.custom-page .init-1 .container .i6-l .i6l-p {
  font-weight: 600;
  color: #fefefe;
}
.custom-page .init-1 .container .i6-l .f-put1 {
  background: var(--color);
  border-radius: 10px;
  border: 1px solid #fff;
  height: 61px;
  width: 100%;
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.custom-page .init-1 .container .i6-l .f-put1::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.custom-page .init-1 .container .i6-l .f-put1:-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.custom-page .init-1 .container .i6-l .f-put1::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.custom-page .init-1 .container .i6-l .f-put1:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.custom-page .init-1 .container .i6-l .f-put1::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.custom-page .init-1 .container .i6-l .f-put1::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.custom-page .init-1 .container .i6-l .f-put2 {
  height: 88px;
}
.custom-page .init-1 .container .i6-l form{
  font-size: 18px;
}
.custom-page .init-1 .container .i6-l form ul li{
  width: 100%;
  font-size: 18px;
}
.custom-page .init-1 .container .i6-l form ul li textarea,
.custom-page .init-1 .container .i6-l form ul li input{
  height: 45px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  padding: 0 15px;
  width: 100%;
}
.custom-page .init-1 .container .i6-l form ul li textarea{
  height: 120px;
  padding: 10px 15px;
}
.custom-page .init-1 .container .i6-l form ul li.sub{
  position: relative;
}
.custom-page .init-1 .container .i6-l form ul li.sub input{
  background: var(--color);
  color: white;
}
.custom-page .init-1 .container .i6-l form input[type="submit"]{
  border: none;
  width: 100%;
  height: 40px;
  background: white;
  text-align: center;
  color: var(--color);
  border-radius: 22px;
}
.custom-page .init-1 .container .i6-r {
  width: 77%;
}
.custom-page .init-1 .container .i6-r .i6-r-t {
  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;
  -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;
}
.custom-page .init-1 .container .i6-r .i6-r-b {
  position: relative;
}
.custom-page .init-1 .container .i6-r .i6-r-b .s6-o {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 41px;
  height: 41px;
  background: #d9d9d9;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-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;
  color: #fff;
  font-size: 22px;
  z-index: 5;
}
.custom-page .init-1 .container .i6-r .i6-r-b .s6-o:hover {
  background: var(--color);
  color: #fff;
}
.custom-page .init-1 .container .i6-r .i6-r-b .s6-l {
  left: -73px;
}
.custom-page .init-1 .container .i6-r .i6-r-b .s6-r {
  right: 0;
}
.custom-page .init-1 .container .i6-r .i6-r-b .i6-tap {
  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;
}
.custom-page .init-1 .container .i6-r .i6-r-b .i6-tap p {
  width: 48px;
  height: 48px;
  background: var(--color);
  border-radius: 24px;
  font-weight: 600;
  font-size: 18px;
  color: #fefefe;
  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;
}
.custom-page .init-1 .container .i6-r .i6-r-b .i6-box {
  max-width: 301px;
}
.custom-page .init-1 .container .i6-r .i6-r-b .i6-box .i6-b-p1 {
  font-weight: 600;
  color: #141414;
}
.custom-page .init-1 .container .i6-r .i6-r-b .i6-box .i6-b-p2 {
  font-weight: 300;
  color: #666666;
}
.custom-page .init-1 .container .i6-r .i6-r-b .swiper6 {
  overflow: hidden;
  position: relative;
}
.custom-page .init-1 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap {
  position: relative;
}
.custom-page .init-1 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap p {
  position: relative;
  z-index: 1;
}
.custom-page .init-1 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap span {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2000px;
  height: 1px;
  background: #c8dce8;
}
@media (max-width: 1250px) {
  .custom-page .init-1 .container .i6-l {
    width: 100%;
  }
  .custom-page .init-1 .container .i6-r {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .custom-page .init-1 .container .i6-r .i6-r-b {
    padding: 0 60px;
  }
  .custom-page .init-1 .container .i6-r .i6-r-b .s6-l {
    left: 0;
  }
  .custom-page .init-1 .container .i6-r .i6-r-t .i6-r-t-l {
    width: 100%;
    margin-bottom: 10px;
  }
}

.food-page .init-1 .container .list {
  margin-top: 10px;
  /*background-color: #f2f6f7;*/
  padding: 70px 0;
}
.food-page .init-1 .container .list .left {
  padding: 0 60px 0 0;
}
.food-page .init-1 .container .list .left .tipsTitle {
  color: var(--color);
}
.food-page .init-1 .container .list .right img {
  border-radius: 20px;
  width: 100%;
}
.food-page .init-1 .container .list:nth-child(2n) .left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 0 0 60px;
}
.export-page .init-1 .title {
  color: var(--color);
}
.export-page .init-1 .content ul li {
  height: auto;
}
.export-page .init-1 .content ul li .box {
  height: 100%;
  background-color: var(--color);
  border-radius: 20px;
}
.export-page .init-1 .content ul li .box .des{
  max-height: 116px;
  overflow-y: auto;
  padding-right: 6px;
}
.export-page .init-1 .content ul li .box .icon img {
  display: block;
  margin: auto;
}
.export-page .init-1 .content ul li .box:hover {
  border-radius: 20%;

}
.export-page .init-1 .content ul li .box:hover .icon img {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.export-page .init-1 .content ul li .box:hover .des {
  color: #fff;
}
@media (max-width: 1000px) {
  .food-page .init-1 .container .list .left {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }
  .food-page .init-1 .container .list .right {
    width: 100%;
  }
  .food-page .init-1 .container .list:nth-child(2n) .left {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .food-page .init-1 .container .list {
    padding: 40px 16px;
  }
}
.t_1 {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.color_1 {
    color: #fff;
}
.color_2 {
    color: #fff;
    opacity: 0.8;
}

.projects-page .projects-1 .bottom ul.font-30 {
  margin: -1em;
}
.projects-page .projects-1 .bottom ul.font-30 li {
  padding: 1em;
  height: 100%;
  position: relative;
  margin-bottom: .5em;
}
.projects-page .projects-1 .bottom ul.font-30 li a {
  /*height: 95%;*/
  position: relative;
}
.projects-page .projects-1 .bottom ul.font-30 li a img {
  height: 100%;
  object-position: center;
  object-fit: cover;
  width: 100%;
}
.projects-page .projects-1 .bottom ul.font-30 .slick-track {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.projects-page .projects-1 .bottom ul.font-30 .slick-track .slick-slide {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}.projects-page .projects-1 .bottom ul.font-30 .slick-track .slick-slide > div:last-child {
  margin-top: auto;
}
.projects-page .projects-1 .bottom .content {
  /*width: 80%;*/
  padding: 4% 5%;
  /*background-color: rgba(255, 255, 255, 0.95);*/
  /*margin-top: -15%;*/
  margin-left: auto;
  margin-right: auto;
  /*-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
  z-index: 1;
  /*position: absolute;
  left: 10%;
  bottom: 20px;*/
  /*margin-bottom: 20px;*/
}
.projects-page .projects-2 .map {
  position: relative;
}
.projects-page .projects-2 .map li {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.projects-page .projects-2 .map li i {
  width: 100%;
  position: absolute;
  padding-top: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.projects-page .projects-2 .map li i:before,
.projects-page .projects-2 .map li i:after {
  content: '';
  width: 150%;
  height: 150%;
  position: absolute;
  left: -25%;
  top: -25%;
  border-radius: 100%;
  background-color: rgba(255, 121, 45, 0.6);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.projects-page .projects-2 .map li i:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.projects-page .projects-2 .map li span {
  position: relative;
  z-index: 1;
  line-height: 1;
}
.projects-page .projects-2 .map li .pre {
  zoom: .4;
  display: inline-flex;
  margin: 0 auto;
}
.projects-page .projects-2 .map li:nth-child(1) {
  left: 18%;
  top: 29%;
}
.projects-page .projects-2 .map li:nth-child(1) .pre {
  zoom: .6;
}
.projects-page .projects-2 .map li:nth-child(2) {
  left: 18%;
  top: 50%;
}
.projects-page .projects-2 .map li:nth-child(3) {
  left: 21.5%;
  top: 39%;
}
.projects-page .projects-2 .map li:nth-child(3) .pre {
  zoom: .7;
}
.projects-page .projects-2 .map li:nth-child(4) {
  left: 24%;
  top: 58%;
}
.projects-page .projects-2 .map li:nth-child(5) {
  left: 25%;
  top: 67%;
}
.projects-page .projects-2 .map li:nth-child(6) {
  left: 28%;
  top: 84%
}
.projects-page .projects-2 .map li:nth-child(7) {
  left: 32%;
  top: 70%;
}
.projects-page .projects-2 .map li:nth-child(8) {
  left: 46%;
  top: 62%;
}
.projects-page .projects-2 .map li:nth-child(8) .pre {
  zoom: .3;
}
.projects-page .projects-2 .map li:nth-child(9) {
  left: 47.5%;
  top: 38%;
}
.projects-page .projects-2 .map li:nth-child(10) {
  left: 49%;
  top: 31%;
}
.projects-page .projects-2 .map li:nth-child(11) {
  left: 50%;
  top: 63%;
}
.projects-page .projects-2 .map li:nth-child(12) {
  left: 52%;
  top: 33%;
}
.projects-page .projects-2 .map li:nth-child(13) {
  left: 52%;
  top: 41%
}
.projects-page .projects-2 .map li:nth-child(14) {
  left: 55%;
  top: 24%;
}
.projects-page .projects-2 .map li:nth-child(15) {
  left: 56%;
  top: 36%;
}
.projects-page .projects-2 .map li:nth-child(16) {
  left: 57%;
  top: 42%;
}
.projects-page .projects-2 .map li:nth-child(17) {
  left: 54%;
  top: 51%;
}
.projects-page .projects-2 .map li:nth-child(17) .pre {
  zoom: .6;
}
.projects-page .projects-2 .map li:nth-child(18) {
  left: 55%;
  top: 76%;
}
.projects-page .projects-2 .map li:nth-child(19) {
  left: 54%;
  top: 84%;
}
.projects-page .projects-2 .map li:nth-child(20) {
  left: 64%;
  top: 37%;
}
.projects-page .projects-2 .map li:nth-child(21) {
  left: 66%;
  top: 48%;
}
.projects-page .projects-2 .map li:nth-child(22) {
  left: 69%;
  top: 54%;
}
.projects-page .projects-2 .map li:nth-child(23) {
  left: 77%;
  top: 45%;
}
.projects-page .projects-2 .map li:nth-child(23) .pre {
  zoom: .6;
}
.projects-page .projects-2 .map li:nth-child(24) {
  left: 77%;
  top: 57%;
}
.projects-page .projects-2 .map li:nth-child(25) {
  left: 75.5%;
  top: 64%;
}
.projects-page .projects-2 .map li:nth-child(26) {
  left: 81.5%;
  top: 59%;
}
.projects-page .projects-2 .map li:nth-child(27) {
  left: 80%;
  top: 66%;
}
.projects-page .projects-2 .map li:nth-child(28) {
  left: 85%;
  top: 79%;
}
.projects-page .projects-3 .list {
  -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
}
.projects-page .projects-3 .list ul:last-child {
  direction: rtl;
}
.projects-page .projects-3 .list ul a.img-box {
  padding: 8% 10%;
  background-color: white;
}
@media screen and (max-width: 1450px) {
  .projects-page .projects-2 .map {
    zoom: .6;
  } 
}
@media screen and (max-width: 1250px){
   .projects-page .projects-2 .map {
    zoom: .5;
  }
}
@media screen and (max-width: 1000px){
   .projects-page .projects-2 .map {
    zoom: .3;
  }
  .projects-page .projects-3 .list ul:last-child {
    display: none;
  }
}
@media screen and (max-width: 700px){
  .projects-page .projects-2 .map {
    zoom: .2;
  }
}


.service-page {
       background-color: #faf9f9;
}
.service-page .service-1 {
    padding: 0 0 6% 0;
}
.service-page .service-1 .top .left {
    width: 73%;
}
.service-page .service-1 .top .left .title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    color: #030303;
    text-transform: uppercase;
}
.service-page .service-1 .top .right {
    width: 53%;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
    vertical-align: bottom;
    margin-bottom: 10px;
}
.service-page .service-1 .bottom {
    padding:  0% 0px 0  0;
}
.service-page .service-1 .bottom .grid-box {
        /*width: 1590px;*/
        padding-top: 50px;
        max-width: 100%;
}
.service-page .service-1 .bottom ul li {
    /*border-right: 1px solid #dcdcdc;*/
    /*text-align: center;*/
    padding-right: 60px;
    width: 16.6666%;
}
.service-page .service-1 .bottom ul li .ig{
    position: relative;
    padding: 15px 20px 0px 0;
}
.service-page .service-1 .bottom ul li .ig::after{
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #dcdcdc;
}
.service-page .service-1 .bottom ul li i{
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-page .service-1 .bottom ul li p {
    font-size: 20px;
    line-height: 1.8;
        font-weight: 600;
    color: #030303;
    width: 78%;
    margin-top: 18px;
    text-align: left;
}
.service-page .service-1 .bottom ul li .content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #faf9f9;
    width: 100%;
    height: 100%;
    padding: inherit;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}
.service-page .service-1 .bottom ul li:hover .content {
    opacity: 1;
}
.service-page .service-1 .bottom ul li .text p {
    font-size: inherit;
    width: 100%;
    margin: 0;
}
.service-page .service-1 .bottom ul li .mores {
    display: block;
    margin-top: 38px;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    z-index: 1;
    font-size: 15px;
}
.service-page .service-1 .bottom ul li .mores .link_text {
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    margin-top: -10px;
    -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    -ms-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;
}
.service-page .service-1 .bottom ul li .mores .link_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    text-align: center;
}
.service-page .service-1 .bottom ul li .mores:hover .link_text{
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
}
.service-page .service-1 .bottom ul li:last-child{
    padding-right: 0;
    width: 16%;
}
.service-page .service-1 .bottom ul li:last-child .ig::after {
    display: none;
}
.service-page .service-1 .bottom ul li:hover i{
    filter: brightness(0);
}
.service-page .service-2 {
    position: relative;
    padding: 87px 0 79px;
    z-index: 1;
}
.service-page .service-2 .left {
    width: 53.646%;
}
.service-page .service-2 .right {
    width: 46.354%;
    color: #fff;
    padding: 38px 20px 0 0;
}
.service-page .service-2 .right .ig {
    max-width: 706px;
    padding-left: 57px;
}
.service-page .service-2 .right .header {
    text-align: right;
}
.service-page .service-2 .right .header .tag {
    color: #fff;
    padding-right: 138px;
}
.service-page .service-2 .right .header .tag::before {
    background: #fff;
    top: 8px;
}
.service-page .service-2 .right .header .title {
    /*text-align: center;*/
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 6px;
    margin-left: -45px;
}
.service-page .service-2 .right .header .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    text-align: left;
}
.service-page .service-2 .right .list {
    margin-top: 75px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.service-page .service-2 .right .list ul li {
    padding: 19px 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.service-page .service-2 .right .list ul li .tit {
    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;
    font-size: 26px;
    line-height: 1.6;
}
.service-page .service-2 .right .list ul li .tit em {
    width: 90%;
}
.service-page .service-2 .right .list ul li .tit i {
    position: relative;
    width: 14px;
    height: 14px;
}
.service-page .service-2 .right .list ul li .tit i::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    top: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-page .service-2 .right .list ul li .tit i::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #fff;
    top: 0;
    left: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-page .service-2 .right .list ul li .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: .65;
    display: none;
    padding: 20px 0;
}
.service-page .service-2 .right .list ul li.active .tit i::after {
    opacity: 0;
}
.service-page .service-2::after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 54.115%;
    height: 100%;
    /*background: url(/template/en/images/about2-bg.jpg) no-repeat center ;*/
    background: var(--color);
}
.service-page .service-3 {
    padding-top: 0%;
    padding-bottom: 100px;
}
.service-page .service-3 .header {
    text-align:left;
}
.service-page .service-3 .header .title {
    font-size: 60px;
    color: #030303;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}
.service-page .service-3 .content {
    margin-top: 65px;
}
.service-page .service-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
}
.service-page .service-3 .content ul li {
    padding-right: 20px;
    width: 25%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.service-page .service-3 .content ul li .ig {
    border: solid 1px var(--color);
    border-radius: 20px;
    padding: 55px 35px 30px 37px;
    height: 383px;
}
.service-page .service-3 .content ul li .ig i{
    display: block;
}
.service-page .service-3 .content ul li .ig .tit {
    font-size: 36px;
    /*font-weight: bold;*/
    line-height: 1.6;
    /*margin-top: 30px;*/
    padding-bottom: 20px;
}
.service-page.supply-china .service-3 .content ul li .ig .tit{
  font-size: 24px;
}
.service-page.supply-china .service-3 .content ul li.active .ig .tit{
  font-size: 36px;
}
.service-page.supply-china .service-3 .content ul li .ig{
  height: 460px;
}
.service-page .service-3 .content ul li .ig .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}
.service-page .service-3 .content ul li .ig .con em{
  color: var(--color);
  margin-right: 5px;
}
.service-page .service-3 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    font-size: 16px;
    color: #030303;
    font-weight: bold;
}
.service-page .service-3 .content ul li.active {
    width: 50%;
}
.service-page .service-3 .content ul li.active .con {
    opacity: .65;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.service-page .service-4 {
    padding: 5% 0 0 0;
    overflow: hidden;
}
.service-page .service-4 .header .title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 22px;
}
.service-page .service-4 .content {
    margin-top: 51px;
}
.service-page .service-4 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -18px;
}
.service-page .service-4 .content ul li {
    padding-right: 18px;
    width: 20%;
    -webkit-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    overflow: hidden;
}
.service-page .service-4 .content ul li .ig {
    position: relative;
    height: 559px;
}
.service-page .service-4 .content ul li .ig .img {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.service-page .service-4 .content ul li .ig .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.06) translateZ(0);
    -moz-transform: scale(1.06) translateZ(0);
    transform: scale(1.06) translateZ(0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -moz-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -moz-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
}
.service-page .service-4 .content ul li .ig .text {
    background-image: linear-gradient(135deg, var(--color), var(--color2));
    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;
    padding: 34px 15px 51px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
}
.service-page .service-4 .content ul li .ig .text .tit {
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
    width: 54%;
    color: #fff;
}
.service-page .service-4 .content ul li .ig .text .mores {
    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: 14px;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    padding: 25px 0 19px 38px;
    position: relative;
    z-index: 1;
    color: #fff;
    flex-shrink: 0;
    margin-left: 1em;
}
.service-page .service-4 .content ul li .ig .text .mores img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-page .service-4 .content ul li .ig .text .mores em {
    margin-left: 28px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.service-page .service-4 .content ul li .ig .text .mores::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 08px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;

}
.service-page .service-4 .content ul li .ig .text .mores:hover em {
    -webkit-transform: translateX(-86px);
    -moz-transform: translateX(-86px);
    -ms-transform: translateX(-86px);
    transform: translateX(-86px);
}
.service-page .service-4 .content ul li .ig .text .mores:hover img {
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
}
.service-page .service-4 .content ul li.active {
    width: 60%;
}
.service-page .service-4 .content ul li.active .ig .img {
    height: 425px;
}
.service-page .service-4 .content ul li.active .ig .img img {
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
.service-page .service-4 .content ul li.active .text {
    opacity: 1;
}
@media screen and (max-width: 1680px) {
    .service-page .service-1 .bottom ul li{
        padding-right: 40px;
    }
    .service-page .service-4 .content ul li.active .text{
        display: block;
    }
    .service-page .service-4 .content ul li .ig .text .tit{
        font-size: 36px;
        width: 100%;
    }
    .service-page .service-4 .content ul li.active .text .mores{
        margin-top: 20px;
    }
}
@media screen and (max-width: 1440px) {
    .service-page .service-1 .bottom ul li p{
        width: 90%;
    }
    .service-page .service-2 .right .header .title{
        font-size: 78px;
        margin-left: -90px;
    }
    .service-page .service-3 .content ul li .ig{
        padding: 40px 30px 30px;
    }
    .service-page .service-3 .content ul li .ig .tit{
        font-size: 32px;
    }
}
@media screen and (max-width: 1280px) {
    .service-page .service-1 .top .left .title{
        font-size: 60px;
    }
    .service-page .service-1 .bottom{
        padding-left: 0;
    }
    .service-page .service-1 .bottom ul li p {
        width: 100%;
    }
    .service-page .service-2{
        padding: 50px 0;
    }
    .service-page .service-2 .left,
    .service-page .service-2 .right{
        vertical-align: middle;
    }
    .service-page .service-2 .right{
        padding-top: 0;
    }
    .service-page .service-2 .right .ig{
        padding-left: 30px;
    }
    .service-page .service-2 .right .header .title {
        font-size: 62px;
        margin-left: 0px;
    }
    .service-page .service-3 .content ul li .ig {
        padding: 40px 20px 30px;
    }
    .service-page .service-3 .content ul li .ig .tit {
        font-size: 29px;
    }
}
@media screen and (max-width: 1100px) {
    .service-page .service-1 .top .left .title {
        font-size: 60px;
    }
    .service-page .service-1 .bottom ul li p{
        font-size: 21px;
    }
    .service-page .service-2 .right .header .title{
        font-size: 53px;
    }
    .service-page .service-2 .right .list{
        margin-top: 40px;
    }
    .service-page .service-3 .content ul li .ig .tit {
        font-size: 26px;
    }
    .service-page .service-4 .content ul li .ig{
        height: 400px;
    }
    .service-page .service-4 .content ul li.active .ig .img{
        height: 300px;
    }
    .service-page .service-4 .content ul li .ig .text{
        padding: 15px 8px 20px;
    }
    .service-page .service-4 .content ul li .ig .text .tit{
        font-size: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .service-page .service-1 .top .left,
    .service-page .service-1 .top .right{
        width: 100%;
    }
    .service-page .service-1 .top .right{
        margin-top: 20px;
    }
    .service-page .service-1 .bottom ul{
        margin-bottom: -20px;
    }
    .service-page .service-1 .bottom ul li:last-child{
        width: 33.3333%;
    }
    .service-page .service-1 .bottom ul li{
        width: 33.3333%;
        margin-bottom: 20px;
    }
    .service-page .service-2 .left{
        display: none;
    }
    .service-page .service-2 .right{
        width: 100%;
    }
    .service-page .service-2::after{
        width: 100%;
    }
    .service-page .service-3 .header .title{
        font-size: 70px;
    }
    .service-page .service-3 .content ul{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
    .service-page .service-3 .content ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .service-page .service-3 .content ul li.active{
        width: 50%;
    }
    .service-page .service-3 .content ul li .ig .con{
        opacity: .65;
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .service-page .service-3 .content ul li .ig {
        padding: 30px 20px 20px;
    }
    .service-page .service-3 .content ul li .ig .con{
        font-size: 17px;
    }
    .service-page .service-4 .header .title{
        font-size: 66px;
    }
    .service-page .service-4 .content ul{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
    .service-page .service-4 .content ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .service-page .service-4 .content ul li.active{
        width: 50%;
    }
    .service-page .service-4 .content ul li:last-child{
        width: 100%;
    }
    .service-page .service-4 .content ul li:last-child.active{
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .service-page .service-1 .bottom ul li{
        width: 50%;
        padding-right: 20px;
    }
    .service-page .service-1 .bottom ul li:last-child{
        width: 50%;
    }
    .service-page .service-1 .bottom ul li:nth-child(even){
        padding-right: 0;
    }
    .service-page .service-2 .right .list ul li .tit{
        font-size: 22px;
    }
    .service-page .service-3 .header .title {
        font-size: 53px;
    }
    .service-page .service-3 .content{
        margin-top: 20px;
    }
    .service-page .service-3 .content ul li .ig i{
        zoom: .7;
    }
    .service-page .service-3 .content ul li .ig{
        padding: 10px;
    }
    .service-page .service-3 .content ul li .ig .tit{
        font-size: 24px;
        margin-top: 0;
    }
    .service-page .service-3 .content ul li .ig .num{
        bottom: 0;
    }
    .service-page .service-4 .header .title {
        font-size: 50px;
    }
    .service-page .service-4 .content{
        margin-top: 20px;
    }
    .service-page .service-4 .content ul li .ig .text .tit {
        font-size: 24px;
        line-height: 40px;
    }
    .service-page .service-4 .content ul li.active .text .mores{
        zoom: .7;
    }
    .service-page .service-4 .content ul li .ig{
        height: 300px;
    }
}
@media screen and (max-width: 500px) {
    .service-page .service-1 .top .left .title {
        font-size: 50px;
    }
    .service-page .service-1 .top .right{
        font-size: 16px;
        line-height: 1.8;
    }
    .service-page .service-1 .bottom ul li{
        width: 100%;
        padding-right: 0;
    }
    .service-page .service-1 .bottom ul li:last-child{
        width: 100%;
    }
    .service-page .service-1 .bottom ul li .ig{
        padding: 0;
    }
    .service-page .service-1 .bottom ul li .ig::after{
        display: none;
    }
    .service-page .service-2 .right{
        padding: 0 15px;
    }
    .service-page .service-2 .right .ig{
        padding-left: 0;
    }
    .service-page .service-2 .right .header .title {
        font-size: 40px;
    }
    .service-page .service-2 .right .header .con{
        font-size: 16px;
        line-height: 1.8;
    }
    .service-page .service-2 .right .list ul li .tit {
        font-size: 20px;
        line-height: 1.4;
    }
    .service-page .service-3 .header .title {
        font-size: 36px;
    }
    .service-page .service-3 .content ul li,
    .service-page .service-3 .content ul li.active{
        width: 100%;
    }
    .service-page .service-3 .content ul li .ig{
        height: auto;
        padding: 20px 15px;
    }
    .service-page .service-3 .content ul li .ig .tit{
        line-height: 1.5;
    }
    .service-page .service-3 .content ul li .ig .con{
        font-size: 16px;
        line-height: 1.8;
    }
    .service-page .service-4 .header .title {
        font-size: 33px;
    }
    .service-page .service-4 .content ul li,
    .service-page .service-4 .content ul li.active{
        width: 100%;
    }
    .service-page .service-4 .content ul li.active .text .mores{
        zoom: 1;
    }
    .service-page .service-4 .content ul li .ig .text .tit{
        line-height: 1.5;
    }
    .service-page .service-4 .content ul li .ig .text{
        opacity: 1;
        display: block;
    }
}

.manufacturing-page .manufacturing-1 span.h2{
  line-height: 1.2;
}
.manufacturing-page .manufacturing-1 .text {
  color: #616161;
  line-height: 1.66666667;
}
.manufacturing-page .manufacturing-1 .list {
  font-size: 0;
}
.manufacturing-page .manufacturing-1 .list li {
  padding: 10% 10% 6%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-color: var(--color);
  border: 1px solid #c1c1c1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
}
.manufacturing-page .manufacturing-1 .list li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.manufacturing-page .manufacturing-1 .list li i.icon {
  height: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.manufacturing-page .manufacturing-1 .list li span.h6 {
  line-height: 1.2;
}
.manufacturing-page .manufacturing-1 .list li:hover {
  color: black;
}
.manufacturing-page .manufacturing-1 .list li:hover:before {
  opacity: 1;
}
.manufacturing-page .manufacturing-1 .list li:hover i.icon {
  -webkit-filter: unset;
  filter: unset;
}
.manufacturing-page .manufacturing-2 .list .slick-track .slick-slide > div {
  height: auto;
}
.manufacturing-page .manufacturing-2 .list ul {
  margin: -1em;
}
.manufacturing-page .manufacturing-2 .list ul li {
  padding: 1em;
}

.contact-page .contact-1 .header .con {
  font-size: 20px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: var(--color);
  position: relative;
  cursor: pointer;
  font-size: 20px;
  height: 100%;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  
}
.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 100px;
  font-size: 20px;
  word-break: break-word;
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 32px;
  line-height: 60px;
  height: 60px;
  font-weight: 600;
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat #fff;
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
  -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}
/*.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #ff8430;
}*/
.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 {
  padding-top: 6%;
  background: #f3f3f3;
}
.contact-page .contact-2 .box {
  background: var(--color);
  padding: 50px;
  border-radius: 20px;
}
.contact-page .contact-2 .box .i-title {
font-family: Unbounded;
color: #fff;
font-size: 40px;
}
.contact-page .contact-2 .box .form {
  margin-top: 42px;
}
.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 20px;
  margin-bottom: 6px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #f3f3f3;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 150px;
}

.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .box .form .moreCont{
  border: 1px solid var(--color);
}
.contact-page .contact-3 {
  padding-top: 6%;
}
.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}
.faq-page span.h6 {
  padding: 1em 1.6em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page span.h6 i {
  width: 1em;
  height: 1em;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.faq-page span.h6 i:after,
.faq-page span.h6 i:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
}
.faq-page span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-page .text {
  padding: 1.5em 3em 0;
}
.faq-page li.active span.h6 {
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.07);
}
.faq-page li.active span.h6 i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li {
    width: 50%;
  }
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
  .gallery-page ul li{
    width: 33.3%;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
  .gallery-page ul li{
    width: 50%;
  }
   .faq-page span.h6 img {
    max-width: 30px;
  }
}


@media screen and (max-width: 500px) {
  .contact-page .contact-1 .content ul li {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
  .gallery-page ul li{
    width: 100%;
  }
}

.onestop-page .onestop-1 .box .left {
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-1 .box .left:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  border-radius: inherit;
}
.onestop-page .onestop-1 .box .right {
  width: 70%;
  margin-right: -20%;
}
.onestop-page .onestop-2 {
  /*padding-bottom: 26.04166667%;*/
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-2 .list li {
  max-width: 275px;
  width: 100%;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.onestop-page .onestop-2 .list li.icon {
  width: auto;
}
.onestop-page .onestop-2 .list li span.border {
  padding-top: 100%;
  display: block;
  width: 100%;
  border-radius: 100%;
  position: relative;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.border:after {
  content: '';
  width: 100%;
  height: 100%;
  border: .4em solid black;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.border:before {
  content: '';
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  border: 1px solid black;
  z-index: -1;
  position: absolute;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.bl {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background-color: var(--color);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.bl:after,
.onestop-page .onestop-2 .list li span.bl:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  zoom: .5;
}
.onestop-page .onestop-2 .list li span.bl:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.onestop-page .onestop-2 .list li .box i {
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li .box i img {
  max-height: 100%;
}
.onestop-page .onestop-2 .list li .box span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content {
  position: absolute;
  top: 100%;
  margin-top: 2em;
  background-color: var(--color);
  color: white;
  width: 45.83333333vw;
  border-radius: 0.5em;
  text-align: left;
  padding: 1.2em;
  left: 0;
  display: none;
}
.onestop-page .onestop-2 .list li .content span.line {
  border-bottom: 0.375em solid var(--color);
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  position: absolute;
  bottom: 100%;
}
.onestop-page .onestop-2 .list li .content span.line:before {
  content: '';
  height: 1em;
  width: 2px;
  background-color: var(--color);
  bottom: .3em;
  left: 50%;
  margin-left: -1px;
  position: absolute;
}
.onestop-page .onestop-2 .list li .content span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content .text {
  color: inherit;
}
.onestop-page .onestop-2 .list li:nth-child(1) span.line {
  left: 10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content {
  left: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content span.line {
  left: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content {
  left: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content span.line {
  left: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content {
  left: auto;
  right: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content span.line {
  left: auto;
  right: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content {
  left: auto;
  right: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content span.line {
  left: auto;
  right: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content {
  left: auto;
  right: 0;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content span.line {
  left: auto;
  right: 10%;
}
.onestop-page .onestop-2 .list li.active span.border {
  opacity: 0;
}
.onestop-page .onestop-2 .list li.active span.bl {
  opacity: 1;
}
.onestop-page .onestop-2 .list li.active .box {
  color: white;
}
.onestop-page .onestop-2 .list li.active .box i {
  height: 1em;
}
.onestop-page .onestop-2 .list li.active .content {
  display: block;
}
.onestop-page .onestop-3 .list ul li {
  border: 2px solid #ebebeb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li .content {
  padding: 3% 6% 3%;
}
.onestop-page .onestop-3 .list ul li .img img {
  height: 100%;
}
.onestop-page .onestop-3 .list ul li > i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #f8f8f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li > i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li span.h5 {
  line-height: 1.2;
}
.onestop-page .onestop-3 .list ul li span.h6 {
  color: #636363;
}
.onestop-page .onestop-3 .list ul li .text {
  line-height: 1.5625;
}
.onestop-page .onestop-3 .list ul li .text i {
  color: black;
  font-weight: bold;
}
.onestop-page .onestop-3 .list ul li:hover {
  border-color: var(--color);
}
.onestop-page .onestop-3 .list ul li:hover > i {
  background-color: var(--color);
}
.onestop-page .onestop-3 .list ul li:hover > i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.technology-page .technology-1 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.technology-page .technology-1 .right {
  width: 60%;
  margin-right: -15%;
}
.technology-page .technology-1 .right img {
  width: 100%;
}
.appdet-page .init-1 .container {
  border-bottom: 1px solid #bababa;
}
.appdet-page .init-1 .container .content {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1200px;
  margin: auto;
  color: #666666;
}
.appdet-page .init-1 .container .content .list {
  padding: 0 10px;
  width: 200px;
  margin-top: 10px;
  text-align: center;
  position: relative;
}
.appdet-page .init-1 .container .content .list::before {
  content: '/';
  position: absolute;
  font-weight: 400;
  top: 0;
  right: 0;
}
.appdet-page .init-1 .container .content .list:hover {
  color: var(--color);
  font-weight: bold;
}
.appdet-page .init-1 .container .content .list:hover::before {
  color: #666666;
}
.appdet-page .init-1 .container .content .list:last-child::before {
  display: none;
}
 
.appdet-page .init-2 .container .img {
  width: 38%;
  text-align: center;
}
.appdet-page .init-2 .container .right {
  width: 62%;
  padding-left: 100px;
}
.appdet-page .init-2 .container .right .title {
  color: var(--color);
}
.appdet-page .init-2 .container .right .des {
  margin-top: 30px;
  color: #666666;
  /*text-indent: 36px;*/
}
.appdet-page .init-2 .container .right .listC {
  overflow: hidden;
  margin-top: 80px;
}
.appdet-page .init-2 .container .right .listC ul {
  margin-right: -4px;
  margin-top: -4px;
  margin-bottom: -4px;
}
.appdet-page .init-2 .container .right .listC ul li {
  position: relative;
  width: 25%;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.appdet-page .init-2 .container .right .listC ul li .box {
  padding: 20px 16px;
  text-align: center;
}
.appdet-page .init-2 .container .right .listC ul li::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: var(--color);
  top: -4px;
  right: -4px;
  border-radius: 50%;
}
.appdet-page .init-3 {
  background-color: #f5f5f5;
}
.appdet-page .init-3 .container .tipsTitle {
  text-align: center;
}
.appdet-page .init-3 .container .content {
  padding: 0 100px;
  margin-top: 40px;
  position: relative;
}
.appdet-page .init-3 .container .content .btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #929292;
  color: #929292;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.appdet-page .init-3 .container .content .btn:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.appdet-page .init-3 .container .content .prev {
  right: unset;
  left: 0;
}
.appdet-page .init-3 .container .content .swiper {
  padding: 64px 0;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  position: relative;
  opacity: 0.6;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .img1 {
  width: 100%;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--color);
  cursor: pointer;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .ling {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .img2 {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 2;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide-active .box {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2;
}
.appdet-page .init-3 .container .content2 {
  padding: 0 100px;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box {
  text-align: center;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .title {
  margin-top: 40px;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .des {
  margin-top: 16px;
  color: #777777;
}
.appdet-page .relatedProduct .content .swiper .swiper-slide .box {
  background-color: #efefef;
}
.appdet-page .relatedProduct .content .swiper .swiper-slide .box:hover {
  background-color: #e6effe;
}
@media screen and (max-width: 1450px) {
  
  .onestop-page .onestop-2 .list li {
    max-width: 150px;
  }

}
@media screen and (max-width: 1250px){
   .onestop-page .onestop-2 .list li .content {
    display: block;
    position: static;
    width: 100%;
    margin-top: 0;
  }
  .onestop-page .onestop-2 .list li .content span.line {
    display: none;
  }
  .onestop-page .onestop-2 .list li {
    width: 100%;
    max-width: none;
  }
  .onestop-page .onestop-2 .list li .box,
  .onestop-page .onestop-2 .list li .bl,
  .onestop-page .onestop-2 .list li span.border {
    display: none;
  }
  .onestop-page .onestop-2 .list li.icon {
    display: none;
  }
  .onestop-page .onestop-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  /*.onestop-page .onestop-2 {
    padding-bottom: 15%;
  }*/
}
@media screen and (max-width: 1000px){
   .onestop-page .onestop-1 .box .right {
    margin-right: 0;
  }
  .onestop-page .onestop-1 .box .left:before {
    display: none;
  }
    .technology-page .technology-1 .left {
    position: static;
  }
   .appdet-page .init-1 {
    display: none;
  }
  .appdet-page .init-2 {
    padding-top: 40px;
  }
  .appdet-page .init-2 .container .img {
    width: 100%;
    text-align: left;
  }
  .appdet-page .init-2 .container .right {
    width: 100%;
    padding-left: 0;
  }
  .appdet-page .init-3 .container .content .swiper {
    padding: 0;
  }
  .appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide-active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 700px){
  .onestop-page .onestop-3 .list ul li .content {
    padding: 3% !important;
  }
   .appdet-page .init-3 .container .content {
    padding: 0 25px;
  }
  .appdet-page .init-3 .container .content .btn {
    background-color: #fff;
  }
  .appdet-page .init-3 .container .content2 {
    padding: 0;
  }
}
@media screen and (max-width: 500px){
   .appdet-page .init-2 .container .right .des {
    margin-top: 10px;
    text-indent: 32px;
  }
  .appdet-page .init-2 .container .right .listC {
    margin-top: 20px;
  }
  .appdet-page .init-2 .container .right .listC ul li {
    width: 33.33%;
  }
  .appdet-page .init-2 .container .right .listC ul li .box {
    padding: 10px 5px;
  }
  .appdet-page .init-3 .container .content {
    padding: 0 12px;
    margin-top: 20px;
  }
  .appdet-page .init-3 .container .content .btn {
    width: 38px;
    height: 38px;
    line-height: 36px;
  }
  .appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .title {
    margin-top: 20px;
  }
}
.appdet-page .relatedProduct .content .box {
  background-color: #efefef;
}
.appdet-page .relatedProduct .content .box:hover {
  background-color: var(--color);
  color: white;
}
.appdet-page .relatedProduct .content .box:hover .text{
  color: white;
}
.inner-page span.h2 em {
    color: var(--color);
}


.seoPublic .Auxil-honor{
  color: white;
}
.seoPublic .Auxil-honor ul li .box{
  background: rgba(255,255,255,0.5);
  padding: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.seoPublic .Auxil-news .list ul{
  background: url(../images/bank-product.png) no-repeat #f5f5f5;
  border-radius: 30px;
  margin: 0;
}
.seoPublic .Auxil-news .list ul li{
  padding: 0;
}
.seoPublic .Auxil-news ul li .content{
  padding: 70px 55px 55px;
  transition: 0.5s;
  border: 1px solid transparent;
  border-radius: 30px;
  margin-top: 0 !important;
}
.seoPublic .Auxil-news ul li .content .h5{
  line-height: 1.35;
  color: #999999;
  transition: 0.5s;
  min-height: 162px;
}
.seoPublic .Auxil-news ul li .content .more{
  padding: 0;
  background: transparent;
}
.seoPublic .Auxil-news ul li .content .more span{
  background: #dedede;
  margin-left: 0;
}
.seoPublic .Auxil-news ul li .content .more span img{
  filter: brightness(0) invert(1);
}
.seoPublic .Auxil-news ul li .content .more:hover span{
  background: var(--color);
}
.seoPublic .Auxil-news ul li .content .time{
  line-height: 1;
  color: #c9c9c9;
  transition: 0.5s;
}
.seoPublic .Auxil-news ul li .content .cat_name{
  color: #c9c9c9;
}
.seoPublic .Auxil-news ul li:hover .content{
  border-color: var(--color);
}
.seoPublic .Auxil-news ul li:hover .h5{
  color: black;
}
.seoPublic .Auxil-about .box .right div.h3{
  font-weight: bold;
}
.prodet2-page .prodet-1 .right .des2{
  min-height: unset;
  max-height: unset;
  overflow: unset;
}
.prodet2-page .prodet-1 .right .des2 ul{
  margin: -8px;
}
.prodet2-page .prodet-1 .right .des2 ul li{
  padding: 8px;
  cursor: pointer;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid transparent;
}
.prodet3-page .prodet-1 .right .des2 ul li{
  border: none !important;
}
.prodet2-page .prodet-1 .right .des2 ul li img{
  border-radius: 8px;
}
.prodet2-page .prodet-1 .right .des2 ul li.active{
  border-color: #696969;
}
.prodet3-page .prodet-1 .right .des2 ul li.active{
  border: none;
  color: var(--color);
}
.prodet3-page .prodet-1 .right .des2 ul li img{
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 19px;
}
.prodet3-page .prodet-1 .right .des2 ul li.active img{
  border: 1px solid var(--color);
  
}
.prodet-page .prodet-det ul.tab{
  border-bottom: 1px solid #d6d6d6;
}
.prodet-page .prodet-det ul.tab li{
  position: relative;
  padding: 0 45px;
}
.prodet-page .prodet-det ul.tab li::before{
  content: "";
  position: absolute;
  left: 7px;
  top: -17px;
  width: 37px;
  height: 41px;
  background: url(../images/f-logo.png) no-repeat center;
  opacity: 0;
}
.prodet-page .prodet-det ul.tab li::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-det ul.tab li.active::before{
  opacity: 1;
}
.prodet-page .prodet-det ul.tab li.active::after{
  width: 100%;
}
.prodet-page .prodet-det .content{
  line-height: 2;
  color: #999999;
}
.prodet-page #index-body .i-product ul .slick-list{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.prodet-page #index-body .i-product ul li .box .title{
  padding-left: 15px;
}
.prodet-page #index-body .i-product ul li .box .more{
  white-space: nowrap;
  z-index: 10;
  opacity: 0;
}
.prodet-page #index-body .i-product ul li .box:hover .more{
  opacity: 1;
}
.prodet3-page #index-body .i-product ul li .img-box{
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet3-page #index-body .i-product ul li:hover .img-box{
    -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  box-shadow: 0px 7px 11px 0px rgba(133, 182, 66,0.3);
}
 
.prodet2-page #index-body .i-product .i-title{
    border-bottom: 1px solid #d6d6d6;
    position: relative;
}
.prodet2-page #index-body .i-product .i-title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40%;
  height: 1px;
  background: var(--color);
}
.prodet2-page #index-body .i-product{
  background: white;
}
.prodet2-page #index-body .i-product .arrow-box .arrow{
  background: white;
}
.prodet2-page #index-body .i-product .arrow-box .arrow .right-top {
    background-image: -webkit-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #fff 100% 100%, #fff);
    background-image: -moz-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #fff 100% 100%, #fff);
    background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 0 94%, #fff 100% 100%, #fff);
}
.prodet2-page #index-body .i-product .arrow-box .arrow .left-bottom {
    background-image: -webkit-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #fff);
    background-image: -moz-radial-gradient(0% 0%, circle farthest-side, transparent 0 94%, #fff);
    background-image: radial-gradient(circle farthest-side at 0% 0%, transparent 0 94%, #fff);
   
}


.news-page .ui.container ul.newslist {
  margin-top: 60px;
}
.news-page .ui.container ul.newslist li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.news-page .ui.container ul.newslist li .column {
  vertical-align: top;
}
.news-page .ui.container ul.newslist li:last-child {
  margin-bottom: 0;
}
.news-page .ui.container ul.newslist li .date {
  min-width: 120px;
  width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-page .ui.container ul.newslist li .date span {
  font-size: 90px; 
  color: var(--color);
  line-height: 1;
  text-align: center;
}
.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: var(--color);
  margin-top: 10px;
}
.news-page .ui.container ul.newslist li .text {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-left: 80px;
}
.news-page .ui.container ul.newslist li .text .content{
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .text h5 {
  margin-bottom: 20px;
    line-height: 2;
}
.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.news-page .ui.container ul.newslist li .text p {
  color: #a5a5a5;
  line-height: 2;
}
.news-page .ui.container ul.newslist li .text .content p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;
  overflow: hidden;
  width: 30%;
}
.newdet-page .content{
  line-height: 1.8;
  opacity: 0.8;
}
@media screen and (max-width: 500px){
   .news-page .ui.container ul.newslist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-page .ui.container ul.newslist li .text {
    max-width: 600px;
    padding: 0 0px;
    width: 100%;
  }
  .news-page .ui.container ul.newslist li .date span {
    text-align: left;
  }
}