@font-face {
  font-family: 'HarmonyOS_Sans_SC';
  src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype'),
  url('../fonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype'), 
  url('../fonts/HarmonyOS_Sans_SC_Light.eot') format('embedded-opentype'), 
  url('../fonts/HarmonyOS_Sans_SC_Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC';
  src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf') format('truetype'),
  url('../fonts/HarmonyOS_Sans_SC_Regular.ttf') format('truetype'), 
  url('../fonts/HarmonyOS_Sans_SC_Regular.eot') format('embedded-opentype'), 
  url('../fonts/HarmonyOS_Sans_SC_Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC';
  src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype'),
  url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype'), 
  url('../fonts/HarmonyOS_Sans_SC_Medium.eot') format('embedded-opentype'), 
  url('../fonts/HarmonyOS_Sans_SC_Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC';
  src: url('../fonts/HarmonyOS_Sans_SC_Black.ttf') format('truetype'),
  url('../fonts/HarmonyOS_Sans_SC_Black.ttf') format('truetype'), 
  url('../fonts/HarmonyOS_Sans_SC_Black.eot') format('embedded-opentype'), 
  url('../fonts/HarmonyOS_Sans_SC_Black.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC';
  src: url('../fonts/HarmonyOS_Sans_SC_Bold.woff2') format('woff2'), 
  url('../fonts/HarmonyOS_Sans_SC_Bold.ttf') format('truetype'), 
  url('../fonts/HarmonyOS_Sans_SC_Bold.eot') format('embedded-opentype'), 
  url('../fonts/HarmonyOS_Sans_SC_Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "HarmonyOS_Sans_SC";
  max-width: 1920px;
  --color: #74a600;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1750px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile3 .m-logo img{
  filter: brightness(0) invert(1);
}

.mouse-ani {
  z-index: 10;
}
.mouse-ani span {
  z-index: 10;
  opacity: 1;
  top: -10px;
  left: -10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: fixed;
  -webkit-transition: 180ms ease-in-out;
  -moz-transition: 180ms ease-in-out;
  transition: 180ms ease-in-out;
  pointer-events: none;
}
.mouse-ani .mouse-outline {
  height: 30px;
  width: 30px;
  border: 1px solid var(--color);
}
.mouse-ani .mouse-dot {
  height: 6px;
  width: 6px;
  background: var(--color);
}
.mouse-ani.hide-cursor span {
  border-color: transparent;
  background: transparent;
}
.mouse-ani.highlight-cursor-head {
  cursor: none;
}
.mouse-ani.highlight-cursor-head .mouse-outline {
  height: 0;
  width: 0;
}
.mouse-ani.highlight-cursor-head .mouse-dot {
  height: 150px;
  width: 150px;
  background: #fff;
  mix-blend-mode: difference;
}
.mouse-ani.highlight-cursor-para {
  cursor: none;
}
.mouse-ani.highlight-cursor-para .mouse-outline {
  height: 0;
  width: 0;
}
.mouse-ani.highlight-cursor-para .mouse-dot {
  height: 100px;
  width: 100px;
  background: #fff;
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  .mouse-ani.highlight-cursor-head .mouse-dot {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 991px) {
  .mouse-ani.highlight-cursor-para .mouse-dot {
    height: 60px;
    width: 60px;
  }
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}

.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.grid-box {
    font-size: 0;
    vertical-align: top;
}

.grid-box .column {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}

.grid-box .column {
    width: 100%
}

.grid-box.two>.column {
    width: 50%
}

.grid-box.three>.column {
    width: 33.33333%
}

.grid-box.four>.column {
    width: 25%
}

.grid-box.five>.column {
    width: 20%
}

.grid-box.six>.column {
    width: 16.6666667%
}

.grid-box.seven>.column {
    width: 14.285714%
}

.grid-box.eight>.column {
    width: 12.5%
}

.grid-box.nine>.column {
    width: 11.11111111%
}

.grid-box.ten>.column {
    width: 10%
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 33.33333%
    }

    .grid-box.four>.column {
        width: 33.33333%
    }

    .grid-box.five>.column {
        width: 33.33333%
    }

}

@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 50%
    }

    .grid-box.four>.column {
        width: 50%
    }

    .grid-box.five>.column {
        width: 50%
    }
}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width:100%
    }

    .grid-box.three>.column {
        width: 100%
    }

    .grid-box.four>.column {
        width: 100%
    }

    .grid-box.five>.column {
        width: 100%
    }
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 100px;
  padding: 0 30px;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  margin-right: 35px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li::before {
  content: '';
  display: block;
  position: absolute;
  width: 31px;
  height: 37px;
  background: url('../images/nav_icon.png') no-repeat;
  top: -10px;
  left: -20px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::before,
#header .nav .ui.menu .menu-box ul.menu > li.active::before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .right .h-search,
#header .nav .right .h-inquiry {
  cursor: pointer;
}
#header .nav .right .h-search {
  margin: 0 20px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box .hover-language .zhuyu {
  width: 55px;
  height: 55px;
  background-color: var(--color);
  border-radius: 50%;
  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;
  color: white;
  font-size: 18px;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color);
  height: 55px;
  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;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  color: white;
  padding: 0 25px;
  border-radius: 35px;
  border: 1px solid var(--color);
}
.more:hover {
  color: var(--color);
  background-color: transparent;
}
.more.white {
  background-color: white;
  color: var(--color);
  border-color: white;
}
.more.white:hover {
  color: white;
  background-color: transparent;
}
.more i {
  font-size: 34px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 5;
  margin-left: 10px;
}
.more span {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
span.tag {
  font-size: 80px;
  margin-bottom: -35px;
  display: block;
  color: transparent;
  position: relative;
  font-weight: bold;
  line-height: 1;
  -webkit-text-stroke: 1.5px var(--color);
  opacity: 0.6;
}
h2.h-title {
  font-size: 50px;
  line-height: 1.1;
  position: relative;
  z-index: 5;
  font-weight: bold;
  display: block;
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
   overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;  
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.tit-font {
  font-family: var(--font);
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes img_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rounds{
  0% {
    -webkit-transform:rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul li .img .text {
  width: 180px;
  height: 180px;
  background-color: white;
  border-radius: 50%;
  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;
  position: absolute;
  left: 40px;
  bottom: 27%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .banner-content ul li .img .text p {
  width: 83%;
  height: 83%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 23px;
  color: white;
  background-color: var(--color);
  font-weight: 500;
  border-radius: 50%;
  text-align: center;
  padding: 20px;
}
#banner .banner-content ul li .box {
  padding: 25px 0 55px;
}
#banner .banner-content ul li .box .list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 500;
  color: white;
  background-color: var(--color);
  border-radius: 35px;
  height: 50px;
  margin-right: 25px;
}
#banner .banner-content ul li .box .list a:last-child {
  margin-right: 0;
}
#banner .banner-content ul li .box ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
#banner .banner-content ul li .box ol li:last-child {
  margin-bottom: 0;
}
#banner .banner-content ul li .box ol li span {
  font-size: 20px;
  padding-left: 20px;
}
#banner .banner-content ul li.banner1 .img {
  position: absolute;
  right: 0;
  top: 0;
}
#banner .banner-content ul li.banner1 .box {
  border-right: 2px solid var(--color);
}
#banner .banner-content ul li.banner2 .box {
  border-left: 2px solid var(--color);
  padding-left: 9%;
}
#banner .banner-content ul li.banner2 .img {
  padding-left: 30px;
}
#banner .banner-content ul li.banner2 .img .text {
  left: 0;
  bottom: unset;
  top: 280px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
#banner .banner-content ul li.banner3 .bowen {
  position: absolute;
  right: 0;
  bottom: 0;
}
#banner .banner-content ul li.banner3 .box {
  border-left: 2px solid var(--color);
  padding-left: 9%;
}
#banner .banner-content ul li.banner3 .img .text {
  right: -25px;
  left: unset;
  top: unset;
  bottom: 55px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 1850px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1700px) {
  #banner .banner-content ul li .img {
    max-width: 40%;
  }
  #header .nav .logo{
    max-width: 160px;
  }
  .language-box .hover-language .zhuyu {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  #header .nav .right .h-search {
    margin: 0 10px;
  }


}
@media screen and (max-width: 1450px) {
  #header .nav .right .h-search > img, 
  #header .nav .right .h-inquiry > img{
    max-width: 25px;
  }
  #banner .banner-content ul li .img .text {
    width: 187px;
    height: 187px;
    font-size: 20px;
  }
  #banner .banner-content ul li .box ol li span {
    font-size: 16px;
  }
  #banner .banner-content ul li.banner2 .box {
    padding-left: 5%;
  }
  #banner .banner-content ul li.banner3 .img .text {
    right: -55px;
  }
}
@media screen and (max-width: 1250px) {
  #banner .banner-content ul li .list {
    display: none;
  }
  #banner .banner-content ul li .box ol {
    margin-top: 30px;
  }
  #banner .banner-content ul li .box h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content ul li .img {
    display: none;
  }
  #banner .banner-content ul li .content {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #banner .banner-content ul li .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner .banner-content ul li .box {
    padding: 60px 0;
    width: 100%;
    border: none !important;
    padding-left: 0;
  }
  #banner .banner-content ul li .bg {
    min-height: 374px;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-content ul li .bg {
    min-height: 520px;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .bg {
    min-height: 560px;
  }
}
#index-body .homepage-1 {
  padding: 80px 0 120px;
  position: relative;
}
#index-body .homepage-1 .bottom {
  margin-top: 100px;
  width: 100%;
}
#index-body .homepage-1 .bottom ul .slick-arrow{
  position: absolute;
  left:0;
  top:50%;
  transform: translate(-50%,-50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius:50%;
  background-color: #eee;
  color: transparent; 
  border: none;
}
#index-body .homepage-1 .bottom ul .slick-arrow:hover{
  background-color: var(--color);
}
#index-body .homepage-1 .bottom ul .slick-arrow::before{
  content:"\e76e";
  font-size: 20px;
  font-family: 'iconfont';
  color: white;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}
#index-body .homepage-1 .bottom ul .slick-next::before{
  content:"\e76f";
}
#index-body .homepage-1 .bottom ul .slick-next{
  left:unset;
  right:0;
  transform: translate(50%,-50%);
}
#index-body .homepage-1 .bottom ul .slick-current + .slick-slide li .box {
  margin-left: auto;
}
#index-body .homepage-1 .bottom ul .slick-current li .box {
  padding-top: 0;
  max-width: 100%;
}
#index-body .homepage-1 .bottom ul .slick-current li .box a.img_box .bg {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
#index-body .homepage-1 .bottom ul .slick-current li .box a.btn span {
  font-size: 25px;
}
#index-body .homepage-1 .bottom ul .slick-current li .box a.btn i {
  width: 60px;
  height: 60px;
}
#index-body .homepage-1 .bottom ul li .box {
  padding-top: 135px;
  max-width: 500px;
}
#index-body .homepage-1 .bottom ul li .box a.img_box {
  display: block;
  width: 100%;
  position: relative;
}
#index-body .homepage-1 .bottom ul li .box a.img_box .bg {
  -webkit-filter: brightness(0) invert(0.9);
  filter: brightness(0) invert(0.9);
}
#index-body .homepage-1 .bottom ul li .box a.img_box .img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .homepage-1 .bottom ul li .box a.btn {
  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;
  margin-top: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .bottom ul li .box a.btn:hover {
  color: var(--color);
}
#index-body .homepage-1 .bottom ul li .box a.btn:hover i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#index-body .homepage-1 .bottom ul li .box a.btn i {
  width: 55px;
  height: 55px;
  background: var(--color);
  border-radius: 50%;
  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;
  color: white;
  font-size: 24px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .bottom ul li .box a.btn span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 15px;
  max-width: -webkit-calc(100% - 75px);
  max-width: -moz-calc(100% - 75px);
  max-width: calc(100% - 75px);
}

#index-body .init-2 .swiper-big {
  width: calc(100% - 250px);
}
#index-body .init-2 .swiper-big ul li .left {
  width: 28%;
}
#index-body .init-2 .swiper-big ul li .left .demiText {
  color: var(--color);
}
#index-body .init-2 .swiper-big ul li .left .regularText {
  color: #9d9d9d;
}
#index-body .init-2 .swiper-big ul li .right {
  width: 780px;
  height: 780px;
}
#index-body .init-2 .swiper-big ul li .right .imgBg {
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .textBox {
  width: 100%;
  height: 100%;
  position: absolute;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .textBox .regularTextBox {
  position: absolute;
  z-index: 15;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .textBox .regularTextBox .iconBg {
  width: 62px;
  height: 62px;
  background-color: #ffffff;
  box-shadow: -2px 3px 16px 0px rgba(4, 23, 41, 0.08);
  border-radius: 50%;
  margin-right: 15px;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .textBox .regularTextBox .regularText {
  max-width: 390px;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .textBox .regularTextBox:nth-child(1) {
  top: 6.5%;
  left: 11%;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .textBox .regularTextBox:nth-child(2) {
  bottom: 3%;
  right: -9%;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .imgBox {
  position: relative;
  width: 555px;
  height: 555px;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .imgBox img{
  position: relative;
  z-index: 15;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .imgBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  z-index: -1;
  border-radius: 50%;
  -webkit-animation: ks2 5s linear infinite;
  -moz-animation: ks2 5s linear infinite;
  animation: ks2 5s linear infinite;
  animation-delay: 4s;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .imgBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  z-index: -1;
  border-radius: 50%;
  -webkit-animation: ks2 5s linear infinite;
  -moz-animation: ks2 5s linear infinite;
  animation: ks2 5s linear infinite;
  animation-delay: 2s;
}
#index-body .init-2 .swiper-big ul li .right .imgBg::before {
  content: "";
  width: 555px;
  height: 555px;
  position: absolute;
  background-color: #eee;
  z-index: -1;
  border-radius: 50%;
  -webkit-animation: ks2 5s linear infinite;
  -moz-animation: ks2 5s linear infinite;
  animation: ks2 5s linear infinite;
}
#index-body .init-2 .swiper-right {
  width: 250px;
  height: 640px;
}
#index-body .init-2 .swiper-small {
  width: 100%;
  height: 100%;
}
#index-body .init-2 .swiper-right button{
  width: 40px;
  height: 40px;
  background-color: #bebebe;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 0.5s;
  position: absolute;
  inset:0;
  left: 50%;
  right: unset;
  top:unset;
  bottom:unset;
  transform: translateX(-50%);
  z-index: 5; 
  border: none;
}
#index-body .init-2 .swiper-right button::after{
  display: none;
}
#index-body .init-2 .swiper-right button.swiper-button-prev{
  top:-30px;
}
#index-body .init-2 .swiper-right button.swiper-button-next{
  bottom:-30px;
}
#index-body .init-2 .swiper-right button:hover{
  background-color: var(--color);
}
#index-body .init-2 .swiper-right button i{
  font-size: 16px;
}
#index-body .init-2 .swiper-small ul li {
  opacity: 0.3;
  display: flex;
  align-items: flex-start;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#index-body .init-2 .swiper-small ul li .redRound {
  display: inline-block;
  width: 23px;
  height: 23px;
  border: solid 3px var(--color);
  margin-right: 15px;
  border-radius: 50%;
  margin-top: 5px;
}
#index-body .init-2 .swiper-small ul li .mediumText{
  width: calc(100% - 38px);
}
#index-body .init-2 .swiper-small ul li::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 11px;
  width: 1px;
  height: calc(100% - 40px);
  background-color: var(--color);
}
#index-body .init-2 .swiper-small ul li:nth-last-child(1)::after {
  height: 0;
}
#index-body .init-2 .swiper-small ul li.swiper-slide-active {
  opacity: 1;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.45);
    -moz-transform: scale(1.45);
    -o-transform: scale(1.45);
    transform: scale(1.45);
    opacity: 0;
  }
}

#index-body .homepage-2 {
  padding: 75px 0 100px;
  background-color: #f5f5f5;
}
#index-body .homepage-2 .bottom {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#index-body .homepage-2 .bottom span.arrow {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #c2d29d;
  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;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .bottom span.arrow.next {
  left: unset;
  right: 25px;
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
#index-body .homepage-2 .bottom span.arrow i {
  font-size: 24px;
  color: #c2d29d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .bottom span.arrow:hover {
  border-color: white;
  color: white;
  background-color: transparent;
}
#index-body .homepage-2 .bottom span.arrow:hover i {
  color: white;
}
#index-body .homepage-2 .bottom::before {
  content: '';
  position: absolute;
  z-index: 2;
  display: block;
  width: 55%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #74a12e;
  -webkit-clip-path: polygon(0 0, 45% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 45% 0, 100% 100%, 0% 100%);
}
#index-body .homepage-2 .bottom::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 59%;
  height: 100%;
  background-color: rgba(118, 166, 2, 0.2);
  -webkit-clip-path: polygon(0 0, 48% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 48% 0, 100% 100%, 0% 100%);
  z-index: 1;
}
#index-body .homepage-2 .bottom .box {
  position: absolute;
  width: 540px;
  top: 50%;
  left: 115px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
#index-body .homepage-2 .bottom .box .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -85px;
  left: 50px;
}
#index-body .homepage-2 .bottom .box .slick-dots li {
  width: 22px;
  height: 3px;
  margin: 0 2px;
  background-color: #afcb6c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .bottom .box .slick-dots li button {
  display: none;
}
#index-body .homepage-2 .bottom .box .slick-dots li.slick-active {
  background-color: white;
}
#index-body .homepage-2 .bottom .box .text {
  padding: 75px 50px 0;
  border-left: 1px solid white;
  height: 400px;
}
#index-body .homepage-3 {
  padding: 90px 0;
  position: relative;
}
#index-body .homepage-3 .box {
  position: absolute;
  right: 0;
  top: 110px;
  height: 200px;
  background-color: var(--color);
  width: 60%;
  padding: 0 95px 0 75px;
  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;
  border-radius: 10px;
  z-index: 5;
}
#index-body .homepage-3 .box span.tag {
  -webkit-text-stroke-color: white;
}
#index-body .homepage-3 .box h2.h-title {
  color: white;
}
#index-body .homepage-3 .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .homepage-3 .right ul li h4 {
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
}
#index-body .homepage-3 .right ul li p {
  font-size: 20px;
}
#index-body .homepage-3 .bottom {
  position: relative;
}
#index-body .homepage-3 .bottom .factory_text {
  position: absolute;
  right: 0;
  top: 0;
}
#index-body .homepage-4 .bottom {
  margin-top: 45px;
}
#index-body .homepage-4 .bottom ul {
  margin: -16px -12px;
}
#index-body .homepage-4 .bottom ul li {
  padding: 16px 12px;
  width: 25%;
}
#index-body .homepage-4 .bottom ul .slick-slide {
    height: 100% !important;
}
#index-body .homepage-4 .bottom ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0 20px;
  height: 170px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .bottom ul li .box:hover {
  background-color: var(--color);
  color: white;
  border-color: #000000;
}
#index-body .homepage-4 .bottom ul li .box .text {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-left: 25px;
}
#index-body .homepage-5 .top {
  padding: 90px 0 50px;
  position: relative;
}
#index-body .homepage-5 .top::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 290px;
  background-color: #f5f5f5;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#index-body .homepage-5 .top .left {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--color);
}
#index-body .homepage-5 .top .right a.more {
  margin-left: auto;
}
#index-body .homepage-5 .top .right .text .line {
  width: 30px;
  height: 2px;
  background-color: var(--color);
  margin: 10px 0 15px;
}
#index-body .homepage-5 .top .right .text .btn {
  width: 55px;
  height: 55px;
  background: var(--color);
  border-radius: 50%;
  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;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: auto;
}
#index-body .homepage-5 .top .right .text .btn:hover {
  background-color: black;
}
#index-body .homepage-5 .top .right .text .btn:hover i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#index-body .homepage-5 .top .right .text .btn i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 24px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#index-body .homepage-5 .bottom ul {
  margin: 0 -33px;
}
#index-body .homepage-5 .bottom ul li {
  padding: 15px 33px;
}
#index-body .homepage-5 .bottom ul li .box a.img {
  display: block;
  position: relative;
}
#index-body .homepage-5 .bottom ul li .box a.img img {
  position: relative;
  z-index: 4;
}
#index-body .homepage-5 .bottom ul li .box a.img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  right: -15px;
  top: -15px;
  border-radius: 10px;
}
#index-body .homepage-5 .bottom ul li .box h4 {
  padding: 0 60px;
}
#index-body .homepage-6 {
  padding: 100px 0;
}
#index-body .homepage-6 .bottom {
  margin-top: 100px;
}
#index-body .homepage-6 .bottom ul li .box:hover .date {
  border-color: var(--color);
}
#index-body .homepage-6 .bottom ul li .box:hover a.btn {
  background-color: var(--color);
}
#index-body .homepage-6 .bottom ul li .box .date {
  padding-top: 15px;
  padding-right: 20px;
  border-top: 3px solid #a0a0a0;
  font-size: 14px;
  font-weight: 500;
}
#index-body .homepage-6 .bottom ul li .box .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 45px;
  height: 40px;
  border-radius: 35px;
  color: white;
  background-color: black;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  font-size: 16px;
}
#footer {
  background-color: #161a02;
}
#footer .f_text {
  position: absolute;
  right: 0;
  bottom: 0;
}
#footer .top {
  padding-top: 80px;
  padding-bottom: 40px;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
}
#footer .top::after {
  content: '';
  display: block;
  width: 25%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer .top ul li h4 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px;
  color: white;
}
#footer .top ul li span {
  font-size: 17px;
  font-weight: 300;
}
#footer .top ul li.qrcode {
  width: 100%;
  margin-top: 20px;
}
#footer .top ul li.qrcode #ewm img,
#footer .top ul li.qrcode #ewm canvas {
  width: 85px;
  height: 85px;
  border-radius: 5px;
  border: 8px solid white;
}
#footer .top ul li.qrcode .share {
  margin-left: 15px;
}
#footer .top ul li.qrcode .share a {
  width: 40px;
  height: 40px;
  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;
  border-radius: 5px;
  background-color: #434734;
  color: white;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .top ul li.qrcode .share a:last-child {
  margin-right: 0;
}
#footer .top ul li.qrcode .share a:hover {
  background-color: white;
  color: var(--color);
}
#footer .top ul li.qrcode .share a i {
  font-size: 20px;
}
#footer .top ul li.logo {
  width: 40%;
}
#footer .top ul li.logo h2 {
  font-size: 60px;
  font-weight: bold;
  color: white;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .top ul li.logo h2 em {
  opacity: 0.8;
}
#footer .top ul li.logo h2 .back {
  display: inline-block;
  width: 91px;
  height: 91px;
  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;
  position: relative;
  margin: 0 15px;
}
#footer .top ul li.logo h2 .back::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../images/backup.png') no-repeat;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: img_rotate 12s linear infinite;
  -moz-animation: img_rotate 12s linear infinite;
  animation: img_rotate 12s linear infinite;
}
#footer .top ul li.logo h2 .back i {
  width: 60px;
  height: 60px;
  background-color: var(--color);
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
#footer .top ul li.logo form {
  width: 100%;
  margin-top: 25px;
}
#footer .top ul li.logo form ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}
#footer .top ul li.logo form ul li {
  padding: 15px;
}
#footer .top ul li.logo form ul li input[type="text"] {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
  background-color: transparent;
  padding: 0 15px;
  color: white;
}
#footer .top ul li.logo form ul li textarea {
  width: 100%;
  height: 110px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
  background-color: transparent;
  padding: 15px;
  color: white;
}
#footer .top ul li.logo form ul li input[type="submit"] {
  width: 33px;
  height: 35px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: url('../images/submit.png') no-repeat;
  border: none;
}
#footer .top ul li.logo form ul li input::-webkit-input-placeholder,
#footer .top ul li.logo form ul li textarea::-webkit-input-placeholder {
  color: #45473e;
}
#footer .top ul li.link span {
  display: block;
  margin-bottom: 25px;
  line-height: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom:1px solid transparent;
}
#footer .top ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .top ul li.link span:hover {
  color: white;
  border-color:white;
}
#footer .top ul li.contact {
  max-width: 380px;
}
#footer .top ul li.contact .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
  -moz-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  margin-bottom: 15px;
}
#footer .top ul li.contact .list:last-child {
  margin-bottom: 0;
}
#footer .top ul li.contact .list i {
  font-size: 24px;
}
#footer .top ul li.contact .list span {
  padding-left: 10px;
  font-size: 17px;
  line-height: 2;
}
#footer .bottom {
  position: relative;
  z-index: 2;
}
#footer .bottom .box {
  height: 65px;
}
#footer .bottom .box span {
  font-size: 16px;
  color: white;
  font-weight: 300;
}
#footer .bottom .box span img {
  width: auto;
  height: 18px;
  margin-left: 10px;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
@media screen and (max-width: 1750px) {
  .container {
    width: 1650px;
  }
  h2.h-title {
    font-size: 40px;
  }
  #footer .top ul li.logo h2 {
    font-size: 54px;
  }
}
@media screen and (max-width: 1700px) {
  #index-body .init-2 .swiper-big ul li .right .imgBg .textBox .regularTextBox:nth-child(2) {
    right: 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 25px;
  }
  #index-body .homepage-1 .bottom ul li .box {
    max-width: 375px;
  }
  #index-body .homepage-1 .bottom ul li .box a.img_box .img {
    max-width: 65%;
  }
  #index-body .homepage-2 .bottom .box .slick-dots {
    bottom: -45px;
  }
  #index-body .homepage-3 .left {
    height: 600px;
  }
  #index-body .homepage-3 .right{
    padding-left: 45px;
  }
  #index-body .homepage-3 .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
  #index-body .homepage-3 .box h2.h-title br {
    display: none;
  }
  span.tag {
    font-size: 60px;
  }
  #index-body .homepage-5 .top .right .text {
    padding-left: 30px;
  }
  #footer .top ul li.logo h2 {
    font-size: 42px;
  }
  #footer .top ul li h4 {
    font-size: 22px;
  }
  #footer .top ul li.contact {
    max-width: 320px;
  }
  #index-body .init-2 .swiper-big ul li .right {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1450px) {
  #footer .top ul li span {
    font-size: 14px;
  }
  #index-body .init-2 .swiper-big {
    width: calc(100% - 200px);
  }
  #index-body .init-2 .swiper-big ul {
    padding-top: 50px;
  }
  #index-body .init-2 .swiper-big ul li .left {
    width: 37%;
  }
  #index-body .init-2 .swiper-big ul li .right {
    width: 460px;
    height: 460px;
  }
  #index-body .init-2 .swiper-big ul li .right .imgBg::before {
    width: 350px;
    height: 350px;
  }
  #index-body .init-2 .swiper-big ul li .right .imgBg .imgBox {
    width: 300px;
    height: 300px;
  }
  #index-body .init-2 .swiper-big ul li .right .imgBg .imgBox img {
    width: 85%;
  }
  #index-body .init-2 .swiper-right {
    width: 200px;
    height: 500px;
  }
  #index-body .init-2 .swiper-small ul {
    margin-top: 50px;
  }
  #header .nav .logo {
    width: 180px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin-right: 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li::before{
    top:-13px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li::before {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .more span {
    font-size: 16px;
  }
  .more i {
    font-size: 26px;
  }
  #index-body .homepage-1 .top .text {
    width: 65%;
  }
  #index-body .homepage-1 .bottom ul li .box {
    padding-top: 60px;
    max-width: 325px;
  }
  #index-body .homepage-2 .bottom .box .text {
    height: 320px;
  }
  span.tag {
    font-size: 56px;
    margin-bottom: -25px;
  }
  #footer .top ul li.logo h2 {
    font-size: 34px;
  }
  .gxs-1 .page_Design .box .right ul li {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px !important;
  }
  #index-body .init-2 {
    display: none;
  }
  #index-body .homepage-1 .bottom ul li .box {
    max-width: 265px;
  }
  #index-body .homepage-2 .top .text {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .homepage-3 .box {
    width: 940px !important;
    position: relative;
    left: unset;
    top: unset;
    margin: 0 auto -90px;
  }
  #index-body .homepage-3 .right ul li {
    margin: 10px 0;
  }
  #index-body .homepage-3 .bottom .text h4 {
    font-size: 30px;
  }
  #index-body .homepage-3 .bottom .imgs {
    width: 100%;
    margin-top: 30px;
  }
  h2.h-title {
    font-size: 36px;
  }
  #index-body .homepage-5 .bottom ul li .box h4 {
    padding: 0 15px;
    font-size: 20px;
  }
  #footer .top ul li.link {
    display: none;
  }
  #footer .top ul li.logo {
    width: 50%;
  }
  #footer .bottom .box {
    height: auto;
    padding: 10px 0;
  }
  #footer .bottom .box span img {
    margin-left: 0;
  }
  .gxs-1 .page_Design .box .left {
    width: 55%;
  }
  .gxs-1 .page_Design .box .right {
    width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  .gxs-1 .page_Design .box{
    flex-direction: column-reverse;
  }
  .gxs-1 .page_Design .box .left {
    width: 100%;
  }
  .gxs-1 .page_Design .box .right {
    width:100%;
    margin-bottom: 60px;
  }
  .gxs-1 .page_Design .box .left .play{
    left: 50%;
    top:0;
    transform: translate(-50%,-50%);
    width: fit-content;
  }
  .gxs-1 img.dec{
    display: none;
  }
  #index-body .homepage-1 .top .text {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .homepage-1 .bottom ul li .box a.img_box {
    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;
  }
  #index-body .homepage-1 .bottom ul li .box a.btn {
    margin-top: 30px;
  }
  #index-body .homepage-3 .box {
    width: 670px !important;
    margin: 0 auto 30px;
    padding: 0 30px;
  }
  #index-body .homepage-2 .bottom .bigImg ul li {
    height: 460px;
  }
  #index-body .homepage-2 .bottom .bigImg ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .homepage-2 .bottom span.arrow {
    display: none;
  }
  #index-body .homepage-2 .bottom {
    margin-top: 60px;
  }
  #index-body .homepage-2 .bottom .box {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  h2.h-title {
    font-size: 32px;
  }
  #index-body .homepage-3 .left {
    height: auto;
    width: 100%;
  }
  #index-body .homepage-3 .right {
    width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-2,
  #index-body .homepage-3,
  #index-body .homepage-6,
  #index-body .homepage-1 {
    padding: 65px 0;
  }
  #index-body .homepage-3 .bottom .text {
    width: 100%;
    padding-right: 0;
  }
  #index-body .homepage-5 .top .left {
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .homepage-5 .top .right {
    width: 100%;
  }
  #index-body .homepage-6 .top .text {
    margin-bottom: 30px;
  }
  #index-body .homepage-6 .bottom {
    margin-top: 60px;
  }
  #footer .top ul li.logo {
    width: 100%;
    margin: 60px 0;
  }
  #footer .top ul li.contact {
    max-width: 100%;
  }
  #footer .top ul li h4 {
    font-size: 30px;
  }
  #footer .bottom .box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom .box span {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  span.tag {
    font-size: 44px;
    margin-bottom: -20px;
  }
  #index-body .homepage-2 .bottom .box .text h4,
  #index-body .homepage-5 .top .right .text h4 {
    font-size: 24px;
  }
  #index-body .homepage-2 .bottom .bigImg ul li {
    height: 360px;
  }
  #index-body .homepage-3 .box {
    width: -webkit-calc(100% - 30px) !important;
    width: -moz-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
  }
}
@media screen and (max-width: 500px) {
  .more {
    height: 45px;
  }
  h2.h-title {
    font-size: 24px;
  }
  #index-body .homepage-1 .bottom ul .slick-current li .box a.btn span {
    font-size: 18px;
  }
  #index-body .homepage-2 .bottom .box {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  #index-body .homepage-2 .bottom .box .text {
    height: auto;
    padding: 25px;
    border: none;
  }
  .more span {
    font-size: 14px;
  }
  #index-body .homepage-3 .box {
    height: auto;
    padding: 35px 15px;
    -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;
  }
  #index-body .homepage-3 .box .text {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  #index-body .homepage-3 .right .play {
    margin-top: 30px;
    margin-left: 0;
  }
  #index-body .homepage-4 .bottom ul li .box .img {
    width: 80px;
  }
  #index-body .homepage-4 .bottom ul li .box .text {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  #index-body .homepage-5 .top {
    padding: 60px 0;
  }
  #index-body .homepage-5 .top .right .text {
    padding-left: 0;
  }
  span.tag {
    font-size: 38px;
    margin-bottom: -15px;
  }
  #footer .top ul li.logo h2 {
    -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;
    line-height: 1.4;
  }
  #footer .top ul li.logo form ul {
    margin: 0;
  }
  #footer .top ul li.logo form ul li {
    width: 100%;
    padding: 15px 0;
  }
}





















/*inner-banner*/

.inner-banner {
  background-position: center center;
  max-width: 1920px;
  margin: 0 auto 0 0;
  height: 170px;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  z-index: 1;
  margin-top: 89px;
  border-bottom: 1px solid #d5d5d5;
  background-color: #f5f5f5;
  background-image: none;
}
.inner-banner.factory_banner{
  height: 155px;
  background: #f6f6f6;
  color: black;
}
.inner-banner .ui.container{
  max-width: 1700px;
}
.inner-banner .text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 34px;
}
.inner-banner .text .title {
  font-size: 30px;
  line-height: 1.8;
  font-weight: 900;
  color: var(--color);
}
.inner-banner .text .mbx { 
  font-size: 14px;
  margin-top: 12px;
  color: #666;
}
.inner-banner.factory_banner::after{
  content: none;
}





.testimonials-page .marginBox {
  text-align: center;
}

.testimonials-page .options {
  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;
  border-bottom: 1px solid #c3c3c3;
  margin-top: 110px;
}

.testimonials-page .options span {
  font-size: 20px;
  font-weight: bold;
  width: 360px;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.testimonials-page .options span em {
  color: #bfbfbf;
}

.testimonials-page .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}

.testimonials-page .ret .list {
  margin: 0;
}

.testimonials-page .ret .list ul {
  margin: -30px -15px;
  text-align: left;
}
.testimonials-page .ret .list ul li {
  padding: 30px 15px;
  text-align: center;
}

.testimonials-page .ret .list ul li a {
  display: block;
  position: relative;
}

.testimonials-page .ret .list ul li a img {
  width: 100%;
}

.testimonials-page .ret .list ul li a span {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.testimonials-page .ret .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.testimonials-page .ret .list ul li a:hover span {
  opacity: 1;
}



.faq-page .faq-list li {
  margin: 0 0 10px;
  word-break: break-word;
}

.faq-page .faq-list li h4 {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  font-size: 22px;
  color: #363f4d;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  transition: all 0.5s;
}
.faq-page .faq-list li h4:hover{
  background: var(--color);
  color: #fff;
}
.faq-page .faq-list li h4:hover i {
  color: #fff;
}

.faq-page .faq-list li h4 i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.5s;
}

.faq-page .faq-list li>.cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
  color: #333;
}


@media screen and (max-width: 1600px) {
  
  .testimonials-page .options span {
    font-size: 18px;
    line-height: 32px;
    width: 280px;
  }

  .testimonials-page .options {
    margin-top: 60px;
  }
  .testimonials-page .ret .list ul li {
    padding: 10px;
  }

  .testimonials-page .ret .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1450px){
    .testimonials-page .marginBox {
    padding: 60px 0;
  }

  .testimonials-page .options span {
    font-size: 16px;
    width: 220px;
  }

  .testimonials-page .options {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px){
  .testimonials-page .options span {
    font-size: 14px;
    line-height: 2;
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .testimonials-page .options {
    display: none;
  }
}
@media screen and (max-width: 700px){
  .testimonials-page .options span {
    font-size: 14px;
    line-height: 2;
    width: 140px;
  }
}
@media screen and (max-width: 500px) {
  .testimonials-page .marginBox {
    padding: 30px 0;
  }
}




/*about*/

.about-page .about-1 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.about-page .about-1 .left {
  vertical-align: bottom;
  padding-right: 27px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 30px;
}

/*.about-page .about-1 .left .title {
  margin-top: -1%;
}*/
.about-page .about-1 .left .con {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 30px;
}

.about-page .about-1 .right {
  /*padding-left: 59px;*/
  vertical-align: baseline;
  width: 100%;
}

.about-page .about-1 .img-box:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.about-page .about-1 .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: 30px;
  transition: .5s
}

.about-page .about-1 .play:hover {
  background: #cca255
}

.about-page .about-1 .play i {
  position: relative;
  left: 3px;
}

.about-page .about-1 .right .data {
  margin-top: 46px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 24px 30px 13px 30px;
}

.about-page .about-1 .right .data ul {
  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;
}

.about-page .about-1 .right .data ul li {
  display: inline-block;
  font-weight: 600;
  color: var(--color);
  font-size: 18px;
  line-height: 32px;
}

.about-page .about-1 .right .data ul li span {
  line-height: 32px;
}

.about-page .about-1 .right .data ul li .num {
  font-size: 60px;
  line-height: 0.6;
  transition: .5s;
  margin-top: 10px
}

.about-page .about-1 .right .data ul li:hover .num {
  color: #cca255
}

.about-page .about-1 .right .data ul li p {
  margin-top: 12px;
}

.about-page .about-2 {
  padding: 11.41% 0 10%;
}

.about-page .about-2 .left {
  width: 35%;
  padding-top: 54px;
}

.about-page .about-2 .left ul li {
  padding-bottom: 45px;
}

.about-page .about-2 .left ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}

.about-page .about-2 .left ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
  font-size: 20px;
  color: #323232;
  font-weight: 600;
  line-height: 1.6;
  width: 88%;
}

.about-page .about-2 .left ul li:last-child {
  padding-bottom: 0;
}

.about-page .about-2 .right {
  width: 65%;
  position: relative;
}

.about-page .about-2 .right .title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  max-width: 668px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-page .about-2 .right .info {
  margin-top: -5.5%;
}

.about-page .about-2 .right .info .img-box {
  width: 50.81%;
}

.about-page .about-2 .right .info .text {
  width: 49.19%;
  padding: 13.21% 0 0 45px;
}

.about-page .about-2 .right .info .text .con {
  font-size: 20px;
  /*font-weight: 600;*/
  color: #323232;
  line-height: 1.5;
}

.about-page .about-2 .right .info .text .more {
  margin: 47px 0 0 88px;
}

.about-page .about-2 .right .bicycle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -50px;
}

.about-page .about-2 .right .bicycle .tire {
  position: absolute;
  z-index: -1;
  bottom: -84px;
  -webkit-animation: xz 2s linear infinite;
  -moz-animation: xz 2s linear infinite;
  animation: xz 2s linear infinite;
}

.about-page .about-2 .right .bicycle .tire1 {
  left: -128px;
}

.about-page .about-2 .right .bicycle .tire2 {
  right: -141px;
}

.about-page .about-2 .right .shadow {
  position: absolute;
  bottom: -110px;
  left: -130px;
}

.about-page .about-3 {
  padding: 9.2% 0 8.24%;
  background: url(../images/about3-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: white;
}

.about-page .about-3 .left {
  width: 32%;
}

.about-page .about-3 .left .title {
  font-size: 60px;
  line-height: 1.4;
  font-weight: 700;
}

.about-page .about-3 .left p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 37px;
}

.about-page .about-3 .left .more {
  color: white;
  margin-top: 36px;
}

.about-page .about-3 .left .more::before {
  background: white;
}

.about-page .about-3 .left .more::after {
  background-color: var(--color);
}

.about-page .about-3 .right {
  width: 68%;
  padding-left: 8.21%;
}

/*.about-page .about-3 .right ul {
  margin-right: -63px;
  margin-left: -29px;
}*/
/*.about-page .about-3 .right ul .slick-slide {
  padding: 19px 20px 29px;
}*/
/*.about-page .about-3 .right ul .slick-current li .ig {
  -webkit-transform: scale(1.023);
  -moz-transform: scale(1.023);
  -ms-transform: scale(1.023);
  transform: scale(1.023);
  margin-left: 0;
}*/
/*.about-page .about-3 .right ul .slick-current li .ig .img-box {
  opacity: 1;
}*/
.about-page .about-3 .right ul li .ig {
  padding: 19px 17px;
  /*border: 1px solid rgba(255, 255, 255, 0.35);*/
  /*-webkit-transform: scale(0.908);
  -moz-transform: scale(0.908);
  -ms-transform: scale(0.908);
  transform: scale(0.908);*/
  margin-left: 17px;
}

.about-page .about-3 .right ul li .ig .img-box {
  display: block;
  /*border: 20px solid var(--color);*/
  position: relative;
  z-index: 1;
  /*opacity: .6;*/
}

.about-page .about-4 {
  padding-top: 8.1%;
}

.about-page .about-4 .left {
  width: 74.37%;
  vertical-align: bottom;
  padding-right: 82px;
}

.about-page .about-4 .left ul {
  margin-right: -80px;
}

.about-page .about-4 .left ul li {
  padding-right: 80px;
  color: #323232;
}

.about-page .about-4 .left ul li .top em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}

.about-page .about-4 .left ul li .top span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 10px;
}

.about-page .about-4 .left ul li .con {
  font-size: 18px;
  line-height: 32px;
  margin-top: 34px;
  font-weight: 400;
}

.about-page .about-4 .left ul li .img-box {
  margin-top: 39px;
}

.about-page .about-4 .right {
  vertical-align: bottom;
  color: #323232;
  width: 25.63%;
}

.about-page .about-4 .right .title {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
}

.about-page .about-4 .right .con {
  font-size: 20px;
  line-height: 1.8;
  /*font-weight: 300;*/
  margin-top: 59px;
}

.about-page .about-4 .right a {
  display: block;
  background: var(--color);
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  padding: 24px 0 23px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 57px;
}

.about-page .about-4 .right a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-4 .right a:hover::after {
  width: 100%;
}

.about-page .about-5 {
  padding: 2% 0 0%;
}

.about-page .about-5 .ui.container {
  max-width: 100%;
  padding: 0;
}

.about-page .about-5 .title {
  font-size: 60px;
  line-height: 1;
  color: #323232;
  font-family: "Delon";
  font-weight: normal;
}

.about-page .about-5 .content {
  margin-top: 101px;
}

.about-page .about-5 .content ul {
  margin:0 -5px;
}
.about-page .about-5 .content ul li {
  padding:0 5px;
}
.about-page .about-5 .content ul li .ig {
  position: relative;
  z-index: 1;
  /*padding-bottom: 65px;*/
}

.about-page .about-5 .content ul li .ig .img-box {
  display: block;
}

.about-page .about-5 .content ul li .ig .img-box img {
  width: 100%;
}

.about-page .about-5 .content ul li .ig .text {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  width: 100%;
  height: 87%;
  z-index: -1;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.about-page .about-5 .content ul li .ig:hover .text {
  top: 50px;
  left: 53px;
  opacity: 1;
}

.about-page .about-6 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.about-page .about-6 ul li {
  width: 33.3%;
  position: relative;
  padding: 0 5px;
}
.about-page .about-6 ul li img{
  height: 260px;
  width: 100%;
  object-fit: cover;
}
.about-page .about-7 {
  position: relative;

}

.about-page .about-7 .text {
  position: absolute;
  width: 100%;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  color: #fff
}

.about-page .about-7 .text .box {

  margin: 0 0 0 auto;
  text-align: center;
}
.about-page .about-7 .Hbtn {
  color: #fff;
  border-color: #fff;
}
.about-page .about-7 .Hbtn:hover {
  border-color: var(--color);
}

.about-page .about_process {
  padding-top: 80px;
}

.about-page .about_process ul {
  margin: -20px;
}

.about-page .about_process ul li {
  padding: 20px;
}

.about-page .about_process ul li .title {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 20px;
}

.about-page .about_process ul li .des {
  font-size: 18px;
  line-height: 32px;
}

@media screen and (max-width: 1680px) {
  .about-page .about-2 .left ul li span {
    width: 86%;
  }

  .about-page .about-2 .right .bicycle {
    zoom: .82;
  }

  .about-page .about-2 .right .shadow {
    zoom: .8;
  }

  .about-page .about-1 .right .data {
    padding: 24px 29px 13px;
  }
}

@media screen and (max-width: 1440px) {
  .about-page .about-1 .right .data ul li .num {
    font-size: 50px;
    line-height: 1;
  }

  .about-page .about-2 .left ul li {
    padding-bottom: 50px;
  }

  .about-page .about-2 .left ul li span {
    font-size: 20px;
    width: 85%;
    padding-left: 10px;
  }

  .about-page .about-2 .right .info .text {
    padding: 12% 0 0 45px;
  }

  .about-page .about-2 .right .info .text .con {
    font-size: 20px;
  }

  .about-page .about-3 .left .title {
    font-size: 46px;
  }

  .about-page .about-4 .left {
    padding-right: 30px;
  }

  .about-page .about-4 .left ul {
    margin-right: -40px;
  }

  .about-page .about-4 .left ul li {
    padding-right: 40px;
  }

  .about-page .about-4 .left ul li .top span {
    font-size: 18px;
    width: 67%;
  }

  .about-page .about-4 .left ul li .con {
    font-size: 17px;
  }

  .about-page .about-4 .right .title {
    font-size: 50px;
  }

  .about-page .about-5 .content ul li .ig .text {
    height: 80%;
  }
}

@media screen and (max-width: 1280px) {
  .about-page .about-1 .left {
    padding-right: 0;
  }


  .about-page .about-1 .right .data {
    padding: 24px 15px 13px;
  }

  .about-page .about-2 .right .bicycle {
    zoom: .6;
  }

  .about-page .about-2 .left ul li span {
    font-size: 18px;
    width: 82%;
  }

  .about-page .about-2 .right .title {
    font-size: 40px;
  }

  .about-page .about-2 .right .shadow {
    zoom: .6;
  }

  .about-page .about-4 .right .title {
    font-size: 40px;
  }

  .about-page .about-4 .right .con {
    font-size: 18px;
    margin-top: 40px;
  }

  .about-page .about-4 .left ul {
    margin-right: -20px;
  }

  .about-page .about-4 .left ul li {
    padding-right: 20px;
  }

  .about-page .about-4 .left ul li .top em {
    font-size: 50px;
  }

  .about-page .about-4 .left ul li .con {
    font-size: 15px;
  }

  .about-page .about-5 .content ul li .ig:hover .text {
    left: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .about-page .about-1 .left .con {
    margin-top: 30px;
  }
  .about-page .about-1 .right .data ul {
    flex-wrap: wrap;
  }
  .about-page .about-1 .right .data ul li {
    width: 50%;
    margin: 15px 0;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 30px;
  }

  .about-page .about-2 .left ul li span {
    width: 80%;
    font-size: 16px;
  }

  .about-page .about-2 .right .info .text {
    padding: 7% 0 0 45px;
  }

  .about-page .about-2 .right .info .text .con {
    font-size: 18px;
    line-height: 1.6;
  }

  .about-page .about-2 .right .info .text .more {
    margin: 40px 0 0 70px;
  }

  .about-page .about-3 .left .title {
    font-size: 38px;
  }

  /*.about-page .about-4 .left ul li .con {
    height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }*/
  .about-page .about-4 .right a {
    font-size: 18px;
  }

  .about-page .about-5 .content ul {
    margin-right: -40px;
  }

  .about-page .about-5 .content ul li {
    padding-right: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-7 .text .box {
    width: 100%
  }

  .about-banner {
    height: 300px;
    padding-top: 150px;
  }

  .about-page .about-1 {
    margin-top: 50px;
  }

  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding-top: 0;
  }

  .about-page .about-2 .right {
    width: 100%;
    padding-top: 20px;
  }

  .about-page .about-2 .right .bicycle {
    left: 130px;
    zoom: .55;
  }

  .about-page .about-2 .right .shadow {
    zoom: .55;
    left: 0;
  }

  .about-page .about-3 .left {
    width: 100%;
  }

  .about-page .about-3 .right {
    width: 100%;
    padding: 20px 0 0;
  }

  .about-page .about-4 .left {
    width: 100%;
    padding-right: 0;
  }

  .about-page .about-4 .left ul li .top em {
    display: block;
  }

  .about-page .about-4 .left ul li .top span {
    width: 100%;
    display: block;
    padding: 0;
    height: 60px;
  }

  .about-page .about-4 .right {
    width: 100%;
    padding-top: 20px;
  }

  .about-page .about-4 .right .con {
    margin-top: 15px;
  }

  .about-page .about-4 .right a {
    margin-top: 20px;
  }

  .about-page .about-5 .title {
    font-size: 50px;
  }

  .about-page .about-5 .content {
    margin-top: 60px;
  }

  .about-page .about-6 ul li {
    width: 50%
  }
  .about-page .about-6 ul li .st{
    font-size: 20px;
  }
}

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

  .about-page .about-2 {
    padding: 7% 0 10%;
  }

  .about-page .about-2 .right {
    display: none;
  }

  .about-page .about-5 .title {
    font-size: 40px;
  }

  .about-page .about-5 .content {
    margin-top: 20px;
  }

  .about-page .about-5 .content ul {
    margin-right: -20px;
  }

  .about-page .about-5 .content ul li {
    padding-right: 20px;
  }

  .about-page .about-5 .content ul li .ig {
    padding-bottom: 0;
  }

  .about-page .about-5 .content ul li .ig .text {
    position: initial;
    height: auto;
    opacity: 1;
    background: var(--color);
    padding: 10px 0;
  }

  .about-page .about-5 .content ul li .ig:hover .text {
    left: 0;
    top: 0;
  }

  .about-page .about-7>img {
    height: 320px;
    object-fit: cover;
  }

  .about-page .about-7 .text {
    bottom: 40px
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-1 .right .data ul li .num {
    font-size: 30px;
  }
  .about-page .about-1 .right .data ul li span {
    line-height: 1.4;
  }
  .about-page .about-7>img {
    height: 420px
  }

  .about-page .about-2 .left ul li span {
    width: 78%;
  }

  .about-page .about-3 .left .title {
    font-size: 30px;
  }

  .about-page .about-3 .left p {
    font-size: 15px;
    margin-top: 15px;
  }

  .about-page .about-3 .left .more {
    margin-top: 20px;
  }

  .about-page .about-5 .title {
    font-size: 27px;
  }
}




#index-body .i-why {
  background: #f5f5f5
}

#index-body .i-why .top {
  margin-bottom: 54px;
}

#index-body .i-why .top .left .i-title {
  display: inline-block;
}

#index-body .i-why .top .left .i-title:after {
  left: 77%;
  top: 4%;
}

#index-body .i-why .top .right {
  padding-left: 70px;
}

#index-body .i-why .top .right .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  display: none
}

#index-body .i-why .top .right .des.active {
  display: block
}

#index-body .i-why .wrap .left {
  width: 66%;
  padding-right: 13px;
}

#index-body .i-why .wrap .left ul {
  margin: -13px;
}

#index-body .i-why .wrap .left ul li {
  padding: 13px;
}

#index-body .i-why .wrap .left ul li .box {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 25px;
  position: relative;
  height: 285px;
}

#index-body .i-why .wrap .left ul li .box .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 60px;
  /*-webkit-box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
  box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);*/
}

#index-body .i-why .wrap .left ul li .box .icon img {
  vertical-align: middle;
}

#index-body .i-why .wrap .left ul li .box .h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 23px;
  padding-right: 30px;
  min-height: 60px;
}

#index-body .i-why .wrap .left ul li .box .arrow {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

#index-body .i-why .wrap .left ul li .box .arrow img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .i-why .wrap .left ul li.active .box,
#index-body .i-why .wrap .left ul li .box:hover {
  background: #76a616;
  color: #fff;
}

#index-body .i-why .wrap .left ul li.active .box .arrow img,
#index-body .i-why .wrap .left ul li .box:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#index-body .i-why .wrap .right {
  width: 34%;
  padding-left: 60px;
  height: -webkit-fill-available;
}


#index-body .i-why .wrap .right img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1680px) {
  #index-body .i-why .wrap .left ul li .box .h4 {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1440px) {
  #index-body .i-why .wrap .left ul li .box .h4 {
    font-size: 17px;
  }
}

@media screen and (max-width: 1280px) {
  #index-body .i-why .wrap .right {
    display: none;
  }

  #index-body .i-why .wrap .left {
    width: 100%;
  }

  #index-body .i-why {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1000px) {
  #index-body .i-why .top .left {
    width: 100%;
  }

  #index-body .i-why .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  #index-body .i-why {
    padding: 50px 0;
  }

  #index-body .i-why .wrap .left ul li .box {
    padding: 15px;
  }

  #index-body .i-why .wrap .left ul li .box .arrow {
    right: 10px;
    bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  #index-body .i-why .top .right .des {
    font-size: 16px;
  }
}




.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-right: 3%;
}

.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #f3f3f3;
  position: sticky;
  top: 100px;
}

.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 20px;
  font-weight: bold;
  color: #242424;
  line-height: 36px;
  margin-bottom: .8em;
  display: block;
  margin-top: 2em;
}

.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}

.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: white;
  font-size: 18px;
  color: #666;
  padding: 0 .7em;
}

.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}

.inner-page .sideBarBox .sideBarRight form.search input[type="submit"] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../images/icon-search-black.png") center center no-repeat;
}

.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  padding: .5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  border-radius: 100%;
}

.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}

.inner-page .sideBarBox .sideBarRight .newsList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}

.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  /*width: 34%;*/
  margin-right: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 2;
}

.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 16px;
  color: #242424;
  line-height: 32px;
  margin-top: .3em;
  display: block;
  font-weight: 500;
}

.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: white;
  line-height: 2;
  padding: 2em;
}
@media screen and (max-width: 1000px){
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-right: 0;
  }

  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
}
.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 690px;
}

.news-page .sideBarLeft .list ul li a.img-box time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #666;
  margin-top: 1.2em;
}

.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}

.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}

.news-page .sideBarLeft .list ul li {
  border-bottom: 1px solid #000;
  margin-bottom: 40px
}

.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 60px;
  font-size: 16px;
}

.news-page .sideBarLeft .list ul li .content span.h1 {
  transition: .5s;
  line-height: 36px;
}

.news-page .sideBarLeft .list ul li .content span.h1:hover {
  color: var(--color)
}

.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}

.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  margin: 1em 0 2em 0 ;
}

.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  /*text-transform: uppercase;*/
  line-height: 1;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}

.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}

.newdet-page .marginBox {
  padding: 90px 6%;
}

.newdet-page .sideBarLeft time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #666;
  margin-top: 1.2em;
}

.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: .5em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}

.newdet-page .sideBarLeft h1 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 1.6;
  display: block;
  margin: 2em 0 1em;
}

.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  line-height: 44px;
  margin-top: 1em;
  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;
}

.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}

.m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}

.m-link .prev {
  margin-right: 20px;
  width: 100%;
}

.m-link .prev a.link img {
  margin-right: .5em;
}

.m-link .next {
  margin-left: 20px;
  width: 100%;
}

.m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.m-link .next a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.m-link a.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  color: #242424;
  margin-bottom: .5em;
}

.m-link .btnBox {
  padding: 20px;
  background: #eee;
  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;
}

.m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}

.m-link .btnBox .text {
  margin-left: 15px;
  transition: all .3s;
}
.m-link .btnBox .text:hover{
  color: var(--color);
}
.m-link .btnBox .text time {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .1em;
  display: block;
}

.newdet-page .sideBarLeft .publicForm span.h6 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}

  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
  }

  .news-page .sideBarLeft .list ul li .content span.h1 {
    font-size: 24px;
    line-height: 44px;
  }

  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
    line-height: 30px;
  }

  .news-page .sideBarLeft .list ul li .content a.link:after {
    border-width: 2px;
  }
.news-page .sideBarLeft .list ul li .content a.link:hover {
  color: #242424;
  border-color: #242424;
}

.news-page .sideBarLeft .list ul li .content a.link:hover:after {
  border-color: #242424;
}

.newdet-page .form ul {
  margin: -15px -7px;
}

.newdet-page .form ul li {
  padding: 15px 7px;
}

.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}

.newdet-page .form ul li input::-webkit-input-placeholder,
.newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #666;
}

.newdet-page .form ul li input:-moz-placeholder,
.newdet-page .form ul li textarea:-moz-placeholder {
  color: #666;
}

.newdet-page .form ul li input::-moz-placeholder,
.newdet-page .form ul li textarea::-moz-placeholder {
  color: #666;
}

.newdet-page .form ul li input:-ms-input-placeholder,
.newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #666;
}

.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #666;
}

.newdet-page .form ul li textarea {
  height: 150px;
}

.newdet-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .form ul li input[type="submit"]:hover {
  background: #242424;
}

.newdet-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    line-height: 44px;
    margin: 1em 0;
  }

  .newdet-page .sideBarLeft .content {
    font-size: 16px;
    line-height: 30px;
  }

  .newdet-page .sideBarLeft .share {
    font-size: 20px;
    line-height: 36px;
  }

  .m-link a.link,
  .m-link .btnBox .text span.h6 {
    font-size: 16px;
    line-height: 30px;
  }

  .m-link .btnBox {
    padding: 10px;
  }

  .m-link .btnBox .text time {
    font-size: 14px;
  }

  .m-link {
    margin: 30px 0 40px;
  }

  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px){
  
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
  }

  .news-page .sideBarLeft .list ul li .content {
    padding: 20px 0 30px;
  }
   .newdet-page .sideBarLeft h1,
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1000px){
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
  }
   .news-page .sideBarLeft .list ul li a.img-box img {
    height: auto !important;
  }
    .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .newdet-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
}
@media screen and (max-width: 700px){
  .wid-50 {
    width: 100%;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }

  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }

  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 14px;
    line-height: 2;
  }

  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
    line-height: 30px;
  }
  
  .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }

  .m-link .btnBox a.img {
    display: none;
  }

  .m-link a.link,
  .m-link .btnBox .text span.h6 {
    font-size: 14px;
    line-height: 2;
  }

}

@media screen and (max-width: 500px){
  
  .m-link .prev {
    margin-right: 10px;
  }

  .m-link .next {
    margin-left: 10px;
  }

  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
    line-height: 2;
  }

  .newdet-page .sideBarLeft time em {
    font-size: 14px;
    line-height: 2;
  }
}

.inner-page .m-page {
  margin-top: 5%;
  margin-bottom: 7%;
  text-align: center;
}

.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  font-size: 23px;
  color: #474747;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  line-height: 1;
  font-weight: 500;
  margin-right: 45px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .m-page a:hover {
  border-color: #474747;
}

.inner-page .m-page span.current {
  border-color: #474747;
}
.newsProduct .prodet-3 ul li .img-box{
  display: block;
  /*border: solid 1px #e6e6e6;*/
}
.newsProduct .prodet-3 ul li .tit{
  display: block;
  line-height: 2;
  color: #141414;
  transition: all .3s;
}
.newsProduct .prodet-3 ul li .tit:hover{
  color: var(--color);
}

.contact-page .contact-1 .left {
  width: 43%;
}

.contact-page .contact-1 .left ul {
  margin: 0 -69px -34px 0;
}

.contact-page .contact-1 .left ul li {
  padding: 0 69px 34px 0;
  position: relative;
}

.contact-page .contact-1 .left ul li span {
  position: absolute;
  left: 3px;
  bottom: 54px;
}

.contact-page .contact-1 .left ul li input,
.contact-page .contact-1 .left ul li textarea {
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 30px;
  /*font-weight: 300;*/
  color: #3d3d3d;
  padding: 0 30px;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.27);
}

.contact-page .contact-1 .left ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left ul li textarea::-webkit-input-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:-moz-placeholder,
.contact-page .contact-1 .left ul li textarea:-moz-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input::-moz-placeholder,
.contact-page .contact-1 .left ul li textarea::-moz-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left ul li textarea:-ms-input-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input::placeholder,
.contact-page .contact-1 .left ul li textarea::placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:focus,
.contact-page .contact-1 .left ul li textarea:focus {
  border-color: var(--color);
}

.contact-page .contact-1 .left ul li textarea {
  height: 70px;
  padding-top: 6px;
}

.contact-page .contact-1 .left ul li.wid-100 {
  width: 100%;
}

.contact-page .contact-1 .left ul li.wid-100 span {
  bottom: initial;
  top: 10px;
}

.contact-page .contact-1 .left .bottom {
  margin-top: 62px;
}

.contact-page .contact-1 .left .bottom a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background: var(--color);
  color: white;
  padding: 22px 48px 21px;
  /*text-transform: uppercase;*/
  position: relative;
  z-index: 1;
}

.contact-page .contact-1 .left .bottom a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .left .bottom a:hover::after {
  width: 100%;
}

.contact-page .contact-1 .left .bottom span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}

.contact-page .contact-1 .left .bottom span input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: solid 1px #9d9d9d;
}

.contact-page .contact-1 .left .bottom span em {
  display: inline-block;
  /*vertical-align: middle;*/
  padding-left: 11px;
}

.contact-page .contact-1 .right {
  width: 56.65%;
  padding-left: 10.1%;
}

.contact-page .contact-1 .right .title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 900;
  /*color: var(--color);*/
}

.contact-page .contact-1 .right .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 23px;
  color: #666;
}

.contact-page .contact-1 .right ul li {
  margin-top: 25px;
}

.contact-page .contact-1 .right ul li p {
  font-size: 18px;
  line-height: 2;
  color: #666;
  font-weight: 400;
}

.contact-page .contact-1 .right ul li:last-child {
  width: 76%;
}

.contact-page .contact-2 {
  margin-top: 144px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.contact-page .contact-2 #mapContainer {
  height: 526px;
}

@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5%;
  }

  .contact-page .contact-1 .right ul li:last-child {
    width: 100%;
  }

  .contact-page .contact-1 .left ul {
    margin: 0 -40px -34px 0;
  }

  .contact-page .contact-1 .left ul li {
    padding: 0 40px 34px 0;
  }

  .contact-page .contact-1 .right .title {
    font-size: 36px;
  }

  .contact-page .contact-2 {
    margin-top: 80px;
  }

  .contact-page .contact-1 .left .bottom span {
    padding-left: 5px;
  }
}

@media screen and (max-width: 1000px) {
 
  .contact-page {
    padding-top: 60px;
  }

  .contact-page .contact-1 .left {
    width: 100%;
  }

  .lh-1 {
    line-height: 1.3;
  }

  .contact-page .contact-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .contact-page .contact-2 {
    margin-top: 60px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 450px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }

  .contact-page .contact-1 .left .bottom {
    margin-top: 30px;
  }

  .contact-page .contact-1 .left .bottom a {
    padding: 15px 25px;
    font-size: 18px;
  }

  .contact-page .contact-1 .left .bottom span {
    display: block;
    margin-top: 10px;
  }

  .contact-page .contact-1 .right .title {
    font-size: 32px;
  }

  .contact-page .contact-1 .right ul li p {
    font-size: 18px;
  }

  .contact-page .contact-2 {
    margin-top: 30px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 350px;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-1 .right .title {
    font-size: 26px;
  }

  .contact-page .contact-1 .right ul li p {
    font-size: 16px;
  }
}


#addForm2 {
  padding-left: 25px;
  height: 600px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm2 h4 {
  font-size: 36px;
  margin: 0 0 30px;
  color: #051524;
  text-transform: uppercase;
  line-height: 1.2;
   
  font-weight: bold;
}
#addForm2 span {
  font-weight: 400;
  font-style: normal;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 7px;
  display: block;
}
#addForm2 input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  padding-left: 30px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
#addForm2 textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
#addForm2 .contact-submit {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: 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;
}
#addForm2 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: var(--color);
  /*border-radius: 28px;*/
  text-align: center;
  margin-right: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#addForm2 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
#addForm2 .contact-submit input[type="submit"]:hover {
  background-color: #000;
}
@media screen and (max-width: 1450px) {
  #addForm2 {
    width: 100%;
  }
  .contact-page .contact-1 .right{
    padding-left: 2%;
    width: 50%;
  }
  .contact-page .contact-1 .left{
    width: 50%;
  }
  .contact-page .contact-1 .left ul li{
    padding-right: 15px;
  }
  #addForm2 textarea{
    padding-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #addForm2 {
    width: 100%;
  }
}
@media screen and (max-width: 500px){
   #addForm2 {
    width: 100%;
    padding: 10px;
  }
  #addForm2 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}


.inner-page .top-nav {
    margin-bottom: 70px;
    z-index: 3;
    position: relative
}

.inner-page .top-nav ul.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0px 0px 14px 1px rgb(137 137 137/30%);
    border-radius: 50px
}

.inner-page .top-nav ul.list>li {
    flex-grow: 1;
    background-color: #e6eed9;
    position: relative;
    padding: 6px 0
}

.inner-page .top-nav ul.list>li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: 500;
    height: 82px
}

.inner-page .top-nav ul.list>li>a .icon img {
    vertical-align: middle
}

.inner-page .top-nav ul.list>li ul {
    position: absolute;
    left: 60px;
    top: 100%;
    width: 80%;
    border-radius: 0 0 45px 45px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
    display: none;
    z-index: 3
}

.inner-page .top-nav ul.list>li ul li {
    position: relative
}

.inner-page .top-nav ul.list>li ul li a {
    font-size: 20px;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid #e5e8e8;
    padding: 25px 55px;
    position: relative;
    background-color: #fff
}

.inner-page .top-nav ul.list>li ul li ul {
    left: 100%;
    top: 0
}

.inner-page .top-nav ul.list>li ul li ul li a {
    overflow: hidden
}

.inner-page .top-nav ul.list>li ul li ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 40px solid transparent;
    border-left: 30px solid #71af1c;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0
}

.inner-page .top-nav ul.list>li ul li ul li:hover a:after {
    opacity: 1
}

.inner-page .top-nav ul.list>li ul li:last-child a {
    border-bottom: none;
    border-radius: 0 0 45px 45px
}

.inner-page .top-nav ul.list>li>ul>li:hover>a {
    background-color: #71af1c;
    color: #fff
}

.inner-page .top-nav ul.list>li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: #fff
}

.inner-page .top-nav ul.list>li:first-child {
    border-radius: 45px 0 0 45px
}

.inner-page .top-nav ul.list>li:last-child {
    border-radius: 0 45px 45px 0
}

.inner-page .top-nav ul.list>li.active>a,.inner-page .top-nav ul.list>li:hover>a {
    color: #71af1c
}

.inner-page .top-nav ul.list>li.active>a .icon,.inner-page .top-nav ul.list>li:hover>a .icon {
    background-color: #71af1c
}

.inner-page .top-nav ul.list>li.active>a .icon img,.inner-page .top-nav ul.list>li:hover>a .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}



.application-page {
    padding: 6% 0
}

.application-page .news-tab ul {
    margin: -6px
}

.application-page .news-tab ul li {
    padding: 6px
}

.application-page .news-tab ul li a {
    display: inline-block;
    background: #fff;
    font-size: 20px;
    line-height: 1.8;
    padding: 9px 23px 8px;
    border-radius: 25px
}

.application-page .news-tab ul li a:hover,.application-page .news-tab ul li a.active {
    background: #71af1c;
    color: #fff
}

.application-page .news-list {
    margin-top: 70px
}

.application-page .news-list ul {
    margin: -10px
}

.application-page .news-list ul li {
    padding: 10px
}

.application-page .news-list ul li .img-box {
    border-radius: 15px 15px 0 0
}

.application-page .news-list ul li .text {
    background: #fff;
    border-radius: 0 0 15px 15px;
    padding: 30px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 14px;
    line-height: 2
}

.xinwen {
    height: 160px
}

.application-page .news-list ul li .text .top span {
    font-size: 14px;
    background: #71af1c;
    color: #fff;
    display: inline-block;
    padding: 0 22px;
    line-height: 36px;
    border-radius: 36px
}

.application-page .news-list ul li .text .top time {
    font-size: 16px;
    line-height: 30px;
    color: #4b4b4b
}

.application-page .news-list ul li .text .tit {
    font-size: 18px;
    height: 90px;
    line-height: 32px;
    padding-right: 110px;
    font-weight: 500;
    margin-top: 32px
}

.application-page .news-list ul li .text .tit:hover {
    color: #71af1c
}

.application-page .news-list ul li .text .more2 {
    display: block;
    background-color: #71af1c;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    opacity: 0;
    overflow: hidden
}

.application-page .news-list ul li .text .more2 span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/template/en/images/arrow.png) center center no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 2
}

.application-page .news-list ul li .text .more2:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    transform: translate(0,100%);
    -webkit-transition: opacity .45s cubic-bezier(.215,.61,.355,1),border-radius 0s .45s,-webkit-transform 0s .45s;
    -moz-transition: opacity .45s cubic-bezier(.215,.61,.355,1),border-radius 0s .45s,transform 0s .45s,-moz-transform 0s .45s;
    transition: opacity .45s cubic-bezier(.215,.61,.355,1),border-radius 0s .45s,transform 0s .45s;
}

.application-page .news-list ul li .text .more2:hover:after {
    opacity: 1;
    border-radius: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: border-radius .45s cubic-bezier(.215,.61,.355,1),-webkit-transform .45s cubic-bezier(.215,.61,.355,1);
    transition: border-radius .45s cubic-bezier(.215,.61,.355,1),-webkit-transform .45s cubic-bezier(.215,.61,.355,1);
    -moz-transition: border-radius .45s cubic-bezier(.215,.61,.355,1),transform .45s cubic-bezier(.215,.61,.355,1),-moz-transform .45s cubic-bezier(.215,.61,.355,1);
}

.application-page .news-list ul li:hover .text {
    background: rgb(219 49 62/14%)
}

.application-page .news-list ul li:hover .text .more2 {
    opacity: 1
}

.app-page .app-2 .box .left {
    width: 35%;
    padding-right: 18px;
    position: sticky;
    top: 120px
}

.app-page .app-2 .box .left .list {
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 20px
}

.app-page .app-2 .box .left .list h2 {
    line-height: 1
}

.app-page .app-2 .box .left .list h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 3px;
    background-color: #71af1c
}

.app-page .app-2 .box .left .list .target {
    margin-top: 35px
}

.app-page .app-2 .box .left .list .target ul li {
    position: relative;
    line-height: 50px
}

.app-page .app-2 .box .left .list .target ul li a {
    border-radius: 25px;
    margin-bottom: 10px;
    height: 50px
}

.app-page .app-2 .box .left .list .target ul li.active i:after {
    content: "-"
}

.app-page .app-2 .box .left .list .target>ul>li>a {
    padding-left: 25px;
    padding-right: 35px;
    color: #000;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 5px 0 #eee
}

.app-page .app-2 .box .left .list .target>ul>li>a:hover {
    color: #fff;
    background-color: #71af1c
}

.app-page .app-2 .box .left .list .target ul li i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 32px;
    width: 35px;
    color: #fff
}

.app-page .app-2 .box .left .list .target ul li i:after {
    content: "+"
}

.app-page .app-2 .box .left .list .target>ul>li>ul {
    display: none
}

.app-page .app-2 .box .left .list .target>ul>li>ul>li>a {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #f0f0f0
}

.app-page .app-2 .box .left .list .target>ul>li>ul>li>a.active {
    color: #73ae53
}

.app-page .app-2 .box .right {
    width: 65%;
    padding-left: 18px
}

.app-page .app-2 .box .right .content ul li {
    display: none
}

.app-page .app-2 .box .right .content ul li.active {
    display: block
}

.app-page .app-2 .box .right .content .mml-text {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff
}

.app-page .app-2 .box .right .content .mml-text h4 {
    line-height: 1
}

.app-page .app-2 .box .right .content .mml-text h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 3px;
    background-color: #72ac52
}

.app-page .app-2 table tbody {
    min-width: 1000px
}
@media screen and (max-width: 1400px) {
    .app-page .main .ui.container ul li .item .img-box .dialog_box {
        padding:10px
    }
}

@media screen and (max-width: 1200px) {
    .application-page .news-list ul li .text {
        padding:30px 15px
    }

    .application-page .news-list ul li .text .tit {
        padding-right: 80px
    }

    .application-page .news-list ul li .text .more2 {
        right: 15px
    }
}

@media screen and (max-width: 1000px) {
    .application-page .news-list {
        margin-top: 30px
    }

    .application-page .news-list ul li {
        width: 50% !important
    }
    .app-page .app-1 h2 {
        margin-top:0
    }

    .app-page .app-1 ul li.wid-50 {
        width: 100%
    }

    .app-page .app-1 ul li {
        width: 50%
    }

    .app-page .app-2 .box .left {
        width: 100%;
        padding: 0;
        position: relative;
        top: 0
    }

    .app-page .app-2 .box .right {
        width: 100%;
        padding: 0;
        margin-top: 40px
    }
     .inner-page .top-nav {
        display: none
    }

    .inner-page.app-page .top-nav {
        display: block
    }

    .inner-page.app-page .top-nav ul.list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-shadow: none
    }

    .inner-page.app-page .top-nav ul.list>li {
        width: 50%;
        margin-bottom: 20px
    }

    .inner-page.app-page .top-nav ul.list>li:nth-child(2) {
        border-radius: 0 45px 45px 0
    }

    .inner-page.app-page .top-nav ul.list>li:nth-child(3) {
        border-radius: 45px 0 0 45px
    }

    .inner-page.app-page .top-nav ul.list>li>a {
        height: 50px
    }
}

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

    .application-page .news-tab {
        display: none
    }

    .application-page .news-list {
        margin-top: 0
    }

    .application-page .news-list ul li .text .top time {
        display: block;
        margin-top: 10px
    }

    .application-page .news-list ul li .text .tit {
        padding-right: 0;
        margin-top: 16px;
        height: 10px
    }

    .application-page .news-list ul li .text .more2 {
        position: initial;
        margin-top: 20px
    }
}

@media screen and (max-width: 500px) {
    .application-page .news-list ul li {
        width: 100% !important
    }
    .app-page .app-1 ul li {
        width: 100%
    }

    .app-page .app-2 .box .left .list {
        padding: 30px 15px
    }

    .app-page .app-2 .box .right .content .mml-text .text {
        padding: 30px 15px
    }

    .inner-page.app-page .top-nav ul.list>li {
        width: 100%;
        border-radius: 45px !important
    }

    .inner-page .top-nav {
        margin-bottom: 15px
    }

    .app-page .app-2 .box .right {
        margin-top: 0
    }

    .app-page .app-2 .box {
        margin-top: 10px
    }
}


.sus-page .i-title {
    color: #011e1a
}

.sus-page .sus-1 {
    padding-top: 115px;
    padding-bottom: 80px;
    background-color: #f2f5f7
}

.sus-page .sus-1 .i-title {
    color: #011e1a;
    font-weight: 700
}

.sus-page .sus-1 .h4 .sp span {
    background: #71af1c;
    color: #fff;
    margin: 0 5px;
    border-radius: 20px;
    padding: 10px 30px
}

.sus-page .sus-1 .h4 {
    font-weight: 400;
    color: #011e1a;
    font-size: 24px;
    margin: 24px 0 36px
}

.sus-page .sus-1 .text {
    margin-bottom: 44px
}

.sus-page .sus-1 .img {
    border-radius: 50px;
    overflow: hidden
}

.sus-page .sus-2 {
    background-color: #f8faf5;
    padding: 85px 0 105px
}

.sus-page .sus-2 .i-title {
    margin-bottom: 100px
}

.sus-page .sus-2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sus-page .sus-2 ul li {
    width: 35%
}

.sus-page .sus-2 ul li .h3 {
    font-size: 30px;
    font-weight: 700;
    color: #011e1a;
    position: relative;
    z-index: 2;
    margin-bottom: 19px
}

.sus-page .sus-2 ul li .h3 span {
    font-size: 94px;
    color: #b9d488;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 32%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.sus-page .sus-2 ul li.wid-100 {
    width: 100%
}

.sus-page .sus-2 ul li.img {
    text-align: center;
    margin-top: -100px
}

.sus-page .sus-3 {
    background: url(/glfeedmachinery/2026/01/16/beijing.png) no-repeat;
    background-size: cover;
    padding: 95px 0 150px
}

.sus-page .sus-3 .box {
    width: 55%;
    color: #fff
}

.sus-page .sus-3 .box .i-title {
    color: #fff
}

.sus-page .sus-3 .box .content {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 100px
}

.sus-page .sus-3 .box .content em {
    font-size: 24px;
    font-weight: 500
}

.sus-page .sus-4 {
    padding-top: 100px;
    padding-bottom: 95px;
    background-color: #f2f5f7
}

.sus-page .sus-4 .i-title {
    margin-bottom: 100px
}

.sus-page .sus-4 ul {
    margin: -18px
}

.sus-page .sus-4 ul li {
    padding: 18px;
    text-align: center
}

.sus-page .sus-4 ul li .img-box {
    border-radius: 50px
}

.service-page.sus-page .sus-4 ul li .img-box,.quality-page.sus-page .sus-4 ul li .img-box {
    border-radius: 50%
}

.sus-page .sus-4 ul li .h4 {
    font-size: 28px;
    font-weight: 700;
    color: #011e1a;
    margin: 24px 0 4px
}

.sus-page .sus-4 ul li .text {
    line-height: 1.6;
    height: 160px;
    overflow: auto;
    padding-right: 15px;
}

.sus-page .sus-5 {
    background-color: #f8faf5;
    padding-top: 82px;
    padding-bottom: 110px
}

.sus-page .sus-5 .i-title {
    margin-bottom: 100px
}

.sus-page .sus-5 .wrap {
    margin: -15px
}

.sus-page .sus-5 .wrap .column {
    padding: 15px
}

.sus-page .sus-5 .wrap .h3 {
    font-size: 30px;
    font-weight: 500;
    color: #0b2909
}

.sus-page .sus-5 .wrap .img {
    border-radius: 30px;
    overflow: hidden
}

.sus-page .sus-5 .wrap .left .text {
    margin: 5px 0 39px
}

.sus-page .sus-5 .wrap .right .h3 {
    margin: 39px 0 5px
}

.sus-page .sus-5 .wrap .right .box {
    padding-left: 65px
}

.sus-page .sus-6 .box {
    width: 52%
}

.sus-page .sus-6 .box .content {
    margin-top: 50px;
    line-height: 1.6
}

.sus-page .about-2 {
    background-color: #fff
}

.sus-page .about-2 ul li a {
    border-radius: 20px
}

@media screen and (max-width: 1250px) {
    .sus-page .sus-4 ul li {
        width: 33% !important
    }
    .sus-page .sus-3 .box {
        width: 70%
    }

    .sus-page .sus-4 ul li .h4 {
        font-size: 22px
    }

    .sus-page .sus-4 ul li .text {
        font-size: 16px
    }
}
@media screen and (max-width: 1000px) {
    .sus-page .sus-2 ul li {
        width: 46%
    }

    .sus-page .sus-2 ul li.img {
        margin-top: 0
    }

    .sus-page .sus-3 .box {
        width: 100%
    }
}
@media screen and (max-width: 700px) {
   .sus-page .sus-4 ul li .h4 {
        font-size: 18px
    }

    .sus-page .sus-4 ul li .text {
        font-size: 15px !important;
        height: auto
    }
    .sus-page .sus-4 ul li {
        width: 100% !important
    }

    .sus-page .sus-2 ul li {
        width: 100%;
        margin-bottom: 15px
    }
}
@media screen and (max-width: 500px) {
  .sus-page .sus-4 ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sus-page .sus-4 ul li {
        width: 100% !important
    }
}


.project-page .main .ui.container ul{
  margin: -15px;
}
.project-page .main .ui.container ul li{
  padding: 15px;
}
.project-page .main .ui.container ul li .item:hover .img-box .hoverbox {
    top: 0;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.project-page .main .ui.container ul li .item .img-box {
    position: relative;
    border-radius: 10px 10px 0 0
}

.project-page .main .ui.container ul li .item .img-box .dialog_box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
    background: rgba(255, 255, 255, .7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    padding: 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: none
}

.project-page .main .ui.container ul li .item .img-box .dialog_box i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 22px;
    cursor: pointer
}

.project-page .main .ui.container ul li .item .img-box .dialog_box p {
    font-size: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.project-page .main .ui.container ul li .item .img-box .dialog_box p:hover {
    color: #71af1c
}

.project-page .main .ui.container ul li .item .img-box .dialog_box p:hover a {
    text-decoration: underline
}

.project-page .main .ui.container ul li .item .img-box .hoverbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.project-page .main .ui.container ul li .item .img-box .hoverbox a {
    width: 60px;
    height: 60px;
    background: #71af1c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 5px
}

.project-page .main .ui.container ul li .item .img-box .hoverbox a i {
    font-size: 20px;
    color: #000
}

.project-page .main .ui.container ul li .item .img-box .hoverbox a:hover {
    background: #71af1c
}

.project-page .main .ui.container ul li .item .img-box .hoverbox a:hover i {
    color: #fff
}

.project-page .main .ui.container ul li .item .h6 {
    width: 100%;
    padding: 10px 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    min-height: 82px;
    font-size: 18px;
    border: 1px solid #71af1c;
    font-weight: 700;
    border-radius: 0 0 10px 10px
}



    .product-page {
        padding-bottom: 40px
    }

    .product-page .init-1 {
        padding: 10px 0
    }

    .product-page .init-1 .container .tip_title {
        font-size: 20px;
        line-height: 36px
    }

    .product-page .init-1 .container .des {
        margin-top: 20px;
        display: none!important
    }

    .product-page .init-2 {
        margin-top: 40px
    }

    .product-page .init-2 .container .list_cont .list {
        margin-top: 20px;
        width: 100%;
        padding: 0;
        height: 55vw
    }

    .product-page .init-2 .container .list_cont .list .box .img_2 {
        height: 30px;
        width: 30px
    }

    .product-page .init-2 .container .list_cont .list .box div {
        font-size: 16px
    }

    .product-page .init-2 .container .list_cont.box_cont .list {
        width: 100%;
        height: 90vw
    }

    .product-page .init-2 .container .list_cont.heat_cont .list {
        width: 100%;
        height: 60vw
    }

    .product-page .init-2 .container .list_cont.labels_cont .list {
        width: 100%;
        height: 90vw
    }

    .product-page .init-2 .container .list_cont.paper_cont .list {
        width: 100%;
        height: 60vw
    }

    .product-page .init-2 .container .list_cont.variable_cont .list {
        height: 30vw
    }

    .product-page .init-2 .container .list_cont.baozhuang2_cont .list {
        width: 100%
    }

    .product-page .init-2 .container .list_cont.specialties_cont .list {
        width: 100%;
        height: 90vw
    }

    .product-page .init-2 .container .list_cont.biaoqian_cont .list {
        width: 100%;
        height: 90vw
    }

    .product-page .init-3 {
        margin-top: 40px
    }

    .product-page .init-3 .container .tip_title {
        font-size: 20px
    }

    .product-page .init-3 .container .content {
        margin-top: 20px
    }

    .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
        padding: 10px 20px
    }

    .product-page .init-4 {
        padding: 60px 0;
        margin-top: 40px
    }

    .product-page .init-4 .container .tip_title {
        font-size: 20px
    }

    .product-page .init-5 {
        margin-top: 20px
    }

    .product-page .init-5 .container .list {
        width: 100%;
        height: 85vw
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .product-page .pro_init_3 .container form input {
        width: 100%
    }
.product-page .fl {
    display: none;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    z-index: 1
}

.product-page .fl .box {
    padding: 30px;
    background: #f7f7f7
}

.product-page .fl .box h3 {
    display: block;
    padding: 38px 25px;
    background: var(--color);
    font-size: 30px;
    font-family: 'RM';
    color: #fff
}

.product-page .fl .box .list ul li {
    margin-top: 6px;
    padding: 10px 20px;
    border-left: 4px solid var(--color);
    font-size: 18px;
    color: #000;
    background: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative
}

.product-page .fl .box .list ul li.active ul {
    display: block
}

.product-page .fl .box .list ul li i {
    position: absolute;
    top: 6px;
    right: 0;
    padding: 10px;
    font-size: 18px
}

.product-page .fl .box .list ul li img {
    max-width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px
}

.product-page .fl .box .list ul li ul li {
    border: none;
    background: #fff
}

.product-page .fl .box .list ul li ul li:hover {
    background: var(--color);
    color: #fff
}

.product-page .fl .box .list ul li ul li.active {
    background: var(--color);
    color: #fff
}

@media screen and (max-width: 700px) {
    .product-page .fl {
        display:block
    }

    .product-page .fl .box {
        padding: 30px 15px;
        display: none
    }

    .product-page .fl .box h3 {
        padding: 10px 15px;
        font-size: 24px
    }
}

@media screen and (max-width: 500px) {
    .product-page .fl .box .list ul li {
        font-size:16px
    }
}

.product-page .product-2 {
    margin-top: 90px
}

.sider-box .sider-left {
    width: 30%;
    position: sticky;
    top: 100px
}

.sider-box .sider-left h2 {
    line-height: 1
}

.sider-box .sider-left h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 3px;
    background-color: #72ac52
}

.sider-box .sider-left .category {
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 30px rgba(0,0,0,.1)
}

.sider-box .sider-left .category .catelist {
    margin-top: 35px
}

.sider-box .sider-left .category .catelist ul li a {
    line-height: 50px;
    height: 50px;
    border-radius: 25px;
    margin-bottom: 10px
}

.sider-box .sider-left .category .catelist>ul>li>a {
    padding-left: 25px;
    padding-right: 35px;
    background: #f0f0f0;
    position: relative
}

.sider-box .sider-left .category .catelist>ul>li>a:hover,.sider-box .sider-left .category .catelist>ul>li.active>a {
    color: #fff;
    background-color: #82b566;
    background-image: -webkit-gradient(linear,left top,right top,from(#92c35d),to(#73ad53));
    background-image: -webkit-linear-gradient(left,#92c35d,#73ad53);
    background-image: -moz-linear-gradient(left,#92c35d,#73ad53);
    background-image: linear-gradient(to right,#92c35d,#73ad53)
}

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

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

.sider-box .sider-left .category .catelist>ul>li>ul>li>a {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #f0f0f0
}

.sider-box .sider-left .category .catelist>ul>li>ul>li>a.active {
    color: #73ae53
}

.sider-box .sider-left .category.news .catelist>ul>li>a:after {
    content: "\f0d7";
    font-family: FontAwesome
}

.sider-box .sider-left .quote {
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 30px rgba(0,0,0,.1)
}

.sider-box .sider-left .quote .form {
    margin-top: 35px
}

.sider-box .sider-left .quote .form input,.sider-box .sider-left .quote .form textarea {
    width: 100%;
    font-size: 16px;
    padding: 10px 20px
}

.sider-box .sider-left .quote .form input {
    border-radius: 30px;
    border: 2px solid #e5e5e5;
    margin-bottom: 10px
}

.sider-box .sider-left .quote .form .fileInputContainer input {
    opacity: 0;
    margin: 0;
    border: none
}

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

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

.sider-box .sider-left .quote .form textarea {
    height: 100px;
    border-radius: 10px;
    border: 2px solid #e5e5e5
}

.sider-box .sider-left .quote .form .more {
    margin-top: 30px
}

.sider-box .sider-left .quote .form button {
    margin-top: 30px;
    font-size: 20px;
    padding: 10px 50px;
    border: none;
    background: 0 0;
    border-radius: 30px;
    color: #fff;
    background-color: #82b566;
    background-image: -webkit-gradient(linear,left top,right top,from(#92c35d),to(#73ad53));
    background-image: -webkit-linear-gradient(left,#92c35d,#73ad53);
    background-image: -moz-linear-gradient(left,#92c35d,#73ad53);
    background-image: linear-gradient(to right,#92c35d,#73ad53);
    box-shadow: 0 0 20px rgba(146,195,93,.6)
}

.sider-box .sider-left .search-news {
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 30px rgba(0,0,0,.1)
}

.sider-box .sider-left .search-news form {
    margin-top: 35px;
    position: relative
}

.sider-box .sider-left .search-news form input {
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: none;
    background-color: #f0f0f0;
    padding-left: 25px;
    padding-right: 115px;
    border-radius: 30px
}

.sider-box .sider-left .search-news form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 115px;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    background-color: #82b566;
    background-image: -webkit-gradient(linear,left top,right top,from(#92c35d),to(#73ad53));
    background-image: -webkit-linear-gradient(left,#92c35d,#73ad53);
    background-image: -moz-linear-gradient(left,#92c35d,#73ad53);
    background-image: linear-gradient(to right,#92c35d,#73ad53)
}

.sider-box .sider-left .hot-news {
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 30px rgba(0,0,0,.1)
}

.sider-box .sider-left .hot-news .list {
    margin-top: 35px
}

.sider-box .sider-left .hot-news .list ul li+li {
    margin-top: 35px
}

.sider-box .sider-left .hot-news .list .img {
    border-radius: 10px;
    overflow: hidden
}

.sider-box .sider-left .hot-news .list time {
    color: #858585
}

.sider-box .sider-left .news-date {
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 30px rgba(0,0,0,.1)
}

.sider-box .sider-left .news-date .datepicker {
    margin-top: 35px
}

.sider-box .sider-right {
    width: 70%
}

.product_list {
    background-color: #fafafa;
    border-radius: 20px;
    padding: 40px
}

.product_list ul {
    margin: 0 -15px
}

.product_list ul li {
    padding: 20px 15px
}

.product_list .img {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 10px;
    background: #fff
}

.product_list .img span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #82b566;
    background-image: -webkit-gradient(linear,left top,right top,from(#82b566),to(#9bc76b));
    background-image: -webkit-linear-gradient(left,#82b566,#9bc76b);
    background-image: -moz-linear-gradient(left,#82b566,#9bc76b);
    background-image: linear-gradient(to right,#82b566,#9bc76b);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease
}

.product_list .img:hover span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}


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

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

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

.product-page .pro_init_1 .container .left .smallImg {
    width: 22.6%;
    float: left
}

.product-page .pro_init_1 .container .left .smallImg ul {
    margin: -10px
}

.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px
}

.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: block
}

.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    width: 100%;
    border: 1px solid #dcdcdc
}

.product-page .pro_init_1 .container .left .bigImg {
    width: 77.4%;
    padding-left: 4%;
    display: inline-block
}

.product-page .pro_init_1 .container .left .bigImg img {
    border: 1px solid #dcdcdc
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("/template/en/images/banner-btn-l.png")
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("/template/en/images/banner-btn-r.png")
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--color)
}

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

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

.product-page .prodet-2 {
    padding: 90px 0
}

.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2
}

.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 25px;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--color)
}

.product-page .prodet-2 .options ul li:hover,.product-page .prodet-2 .options ul li.active {
    color: #373330
}

.product-page .prodet-2 .options ul li:hover:after,.product-page .prodet-2 .options ul li.active:after {
    width: 100%
}

.product-page .prodet-2 .ret {
    margin-top: 50px
}

.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 1.8
}

.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8
}

.product-page .prodet-2 .ret .content dl dd h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px
}

.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8
}

.product-page .form ul {
    margin: -17px
}

.product-page .form ul li {
    padding: 17px
}

.product-page .form ul li input,.product-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #fff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left
}

.product-page .form ul li input:focus,.product-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130,216,205,.03)
}

.product-page .form ul li input::-webkit-input-placeholder,.product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989
}

.product-page .form ul li input:-moz-placeholder,.product-page .form ul li textarea:-moz-placeholder {
    color: #898989
}

.product-page .form ul li input::-moz-placeholder,.product-page .form ul li textarea::-moz-placeholder {
    color: #898989
}

.product-page .form ul li input:-ms-input-placeholder,.product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989
}

.product-page .form ul li input::placeholder,.product-page .form ul li textarea::placeholder {
    color: #898989
}

.product-page .form ul li.wid-100 {
    width: 100%
}

.product-page .form ul li textarea {
    height: 210px
}

.product-page .form ul li input[type=submit] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--color);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    width: auto;
    border: none
}

.product-page .form ul li input[type=submit]:hover {
    opacity: .7
}

.product-page .pro_init_1 .container .right .share ul li {
    width: 45px;
    text-align: center;
    margin-right: 10px;
    background: #fff;
    color: #000;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.product-page .pro_init_1 .container .right .share ul li a {
    display: block
}

.product-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--color)
}

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

@media screen and (max-width: 1500px) {
    .product-page .prodet-2 {
        padding:70px 0
    }

    .product-page .prodet-2 .options ul li {
        font-size: 20px
    }

    .product-page .form ul li input,.product-page .form ul li textarea {
        font-size: 16px
    }

    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px
    }
}

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

    .product-page .form ul li {
        padding: 10px
    }

    .product-page .form ul {
        margin: -10px
    }
}

@media screen and (max-width: 1000px) {
    .product-page .pro_init_1 .container .left .bigImg {
        padding-left:4%
    }

    .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%
    }

    .product-page .pro_init_1 .container .left .smallImg {
        display: none
    }

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

    .product-page .prodet-2 .options ul li {
        margin-right: 25px
    }

    .product-page .prodet-2 .options {
        display: none
    }

    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px
    }

    .product-page .prodet-2 {
        padding-top: 0
    }

    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px
    }

    .product-page .form ul li input,.product-page .form ul li textarea {
        padding: 10px
    }

    .product-page .form ul li input[type=submit] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px
    }
}

@media screen and (max-width: 500px) {
    .product-page .prodet-2 .ret {
        margin-top:0
    }

    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0
    }
}

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

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

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

.product-page .pro_init_1 .container .right {
    width: 43%
}

.product-page .pro_init_1 .container .right .sub_img {
    width: 36px
}

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

.product-page .pro_init_1 .container .right .text_2 {
    font-size: 36px;
    line-height: 1.4;
    color: #4a4a4a;
    font-weight: 700
}

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

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

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

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

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

.product-page .pro_init_1 .container .right .cont_list .list .content {
    font-size: 16px;
    color: #3f3f3f;
    line-height: 2;
    max-height: 320px;
    overflow: auto;
    padding-right: 10px
}

.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb {
    background: var(--color)
}

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

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

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

.product-page .pro_init_1 .container .right .cont_list .list .content ul li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.6
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child {
    margin-bottom: 0
}

.product-page .pro_init_1 .container .right .more {
    margin-top: 30px
}

.product-page .pro_init_1 .container .right .more_cont {
    margin-top: 55px;
    border-color: #000;
    color: #000
}

.product-page .pro_init_2 {
    background-color: #f6f6f5;
    padding: 100px 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-page .pro_init_3 .container form .submit_btn {
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    margin: auto;
    margin-top: 40px;
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #222
}

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


#index-body .product {
    padding: 5.7292% 0 7.084%
}

#index-body .product .header p {
    font-size: 18px;
    line-height: 1.8;
    color: #232323
}

#index-body .product .content {
    margin-top: 110px
}

#index-body .product .content ul {
    padding: 0 60px 0 54px;
    margin-right: -53px
}

#index-body .product .content ul li {
    padding-right: 53px;
    text-align: center
}

#index-body .product .content ul li .tit {
    margin: 18px auto 0;
    line-height: 1.8;
    width: 80%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

#index-body .product .content ul li .tit:hover {
    color: var(--color)
}

#index-body .product .content ul .slick-arrow {
    position: absolute;
    top: 42%;
    width: 14px;
    height: 24px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

#index-body .product .content ul .slick-prev {
    left: 0;
    background: url(/template/en/images/p-prev.png) no-repeat
}

#index-body .product .content ul .slick-next {
    right: 53px;
    background: url(/template/en/images/p-next.png) no-repeat
}
.product-page .init-4 {
    margin-top: 140px;
    padding: 120px 0;
    background-image: url(/hypapercup/2023/03/13/p212.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed
}

.product-page .init-4 .container {
    text-align: center;
    color: #fff
}

.product-page .init-4 .container .tip_title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700
}

.product-page .init-4 .container .des {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 20px
}

.product-page .init-4 .container .more {
    margin: auto;
    margin-top: 70px;
    color: white
}

.product-page .init-4 .container .more:after {
    width: 1px;
    height: 50px;
    left: 95px;
    top: -43px
}

@media screen and (max-width: 1450px) {
  #index-body .product .content {
    margin-top: 70px
  }
}
@media screen and (max-width: 1250px) {
  .product-page .init-4 {
    margin-top: 85px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .init-1 h1{
    font-size: 30px;
    margin-bottom: 25px;
  }
  .product-page .pro_init_1 .container .right .text_2{
    font-size: 30px;
  }
  .product-page .pro_init_1 .container .right{
    width: 100%;
    padding-left: 0;
  }
  .product-page .pro_init_1 .container .left{
    width: 100%;
    margin-bottom: 60px;
  }
    .product-page .pro_init_2 .list_cont{
      padding: 0;
    }
    .product-page .pro_init_2 .list_cont .list {
        width: 100%;
    }
    .sider-box .sider-left {
        display:none
    }

    .sider-box .sider-right {
        width: 100%;
        padding: 0
    }

    .product_list {
        padding: 30px
    }

    #seo_about ._left,#seo_about ._right {
        width: 100%
    }

    .product-page .init-3 .container .content .swiper {
        width: 100%
    }

    .product-page .init-3 .container .content {
        margin-top: 30px
    }
    #index-body .product .content {
        margin-top: 30px
    }

    #index-body .product .content ul {
        margin-right: -15px;
        padding: 0;
    }

    #index-body .product .content ul li {
        padding-right: 15px
    }

    #index-body .product .content ul li .tit {
        width: 100%
    }

    #index-body .product .content ul .slick-next {
        right: 16px
    }
}

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

    .product_list {
        padding: 15px
    }
    #index-body .product .header p {
        font-size: 16px;
        line-height: 1.8
    }
}

.case-page{
  padding: 100px 0;
  border-top-left-radius: 30px;
  background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.case_cont .case_left .widget .form1 input[type=text],
.case_cont .case_left .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2
}
.case_cont .case_left .widget .form1 textarea{
  height: 120px;
}
.case_cont .case_left .widget .form1 input[type=submit] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

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

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


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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

.case_cont .case_right .init-3 .tips{
  font-weight: bold;
}
.case_cont .case_right .init-3 .swiper{
  margin-top: 40px;
  overflow: hidden;
}
.case_cont .case_right .init-3 .swiper .swiper-wrapper{
  display: flex;
  align-items: center;
}
.case_cont .case_right .init-3 .swiper .img_c{
  border-radius: 16px;
  overflow: hidden;
}
.case_cont .case_right .init-3 .swiper .img_c img{
  width: 100%;
}
.case_cont .case_right .init-3 .swiper .img_c video{
  display: block;
  width: 100%;
}
.case_cont .case_right .init-4{
  margin-top: 50px;
}
.case_cont .case_right .init-4 .tips{
  font-weight: bold;
  margin-top: 60px;
}
.case_cont .case_right .init-4 .swiper{
  margin-top: 50px;
  overflow: hidden;
}
.case_cont .case_right .init-4 .swiper .swiper-slide{
  height: auto;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .box{
  height: 100%;
}
.case_cont .case_right .init-4 .swiper .swiper-slide a{
  display: block;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .box{
  background: #fff;
  padding: 30px 50px;
  border-radius: 16px;
}
.case_cont .case_right .init-4 .swiper .swiper-slide a img{
  display: block;
  width: 100%;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .text{
  font-family: 'EurostileBla';
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width:1500px) {
  .casedet-page{
    padding-left: 0;
  }
  .case_cont .case_right .init-1{
    padding-right: 0;
  }
  .casedet-page .container{
    width: 1200px;
  }
  .case_cont .case_left {
    width: 28%
  }
  .case_cont .case_right {
    width: 72%
  }
  .case_cont .case_left .widget .recent li a.title {
    margin-left: 98px
  }
}
@media screen and (max-width:1250px) {
  .case_cont .case_right .init-4 .swiper .swiper-slide .box{
    padding: 20px 16px;
  }
}
@media screen and (max-width:1000px) {
  .case-page{
    margin-top: 0;
    padding: 60px 0;
  }
  .casedet-page{
    margin-top: 0;
  }
  .case_cont .case_left {
    display: none
  }
  .case_cont .case_right {
    width: 100%;
    padding-left: 0
  }
  .case_cont .case_right {
    padding: 0 0 50px
  }
}
@media (max-width: 700px) {
  .case-page{
    padding: 30px 0;
  } 
  .case_cont .case_right .ap-top .img img {
    min-height: 250px;
    object-fit: cover
  }
  .case_cont .case_right .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }
  .case_cont .case_right .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8
  }
  .case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
    right: .5em
  }
}
@media (max-width: 500px) {
  .casedet-page{
    padding: 40px 0;
  }
  .case-page{
    padding: 40px 0;
  }
  .case_cont .case_right .ap-bottom .bottom3 ul li .desc{
    padding: 20px 10px;
  }
  .case_cont .case_right .init-1 .img_cont .text{
    font-size: 20px;
    bottom: 10px;
    padding: 0 10px;
  }
   .case_cont .case_right .init-1 .img_cont .text span{
     padding-bottom: 4px;
     border-bottom: 2px solid #fff;
   }
   .case_cont .case_right .init-1 .text_cont{
     margin-top: 10px;
   }
   .case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td{
     padding-bottom: 10px;
   }
   .case_cont .case_right .init-3 .swiper{
     margin-top: 20px;
   }
   .case_cont .case_right .init-4{
     margin-top: 20px;
   }
   .case_cont .case_right .init-4 .swiper{
     margin-top: 20px;
   }
}


.template-1688457679 {
    padding: 0 0 100px;
}
.template-1688457679 .slide {
    margin-bottom: 75px;
}
.template-1688457679 .slide .left {
    vertical-align: middle;
    position: relative;
}
.template-1688457679 h2.title {
    font-size: 48px;
    color: #242424;
    font-family: var(--font);
    line-height: 1.2;
}
.template-1688457679 h2.title em {
    color: var(--color);
}
.template-1688457679 .text {
    font-size: 18px;
    color: #1b1b1b;
    line-height: 1.8;
    margin-top: .5em;
}
.template-1688457679 .slide .left .img {
    height: 460px;
    background-size: cover;
    background-position: center center;
    display: block;
        border-radius: 20px;
}
.template-1688457679 .slide .right {
    vertical-align: middle;
    padding-left: 5%;
    position: relative;
}
.template-1688457679 .slide .right h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
}
.template-1688457679 .slide .right .text {
    margin-top: 1.5em;
}
.template-1688457679 .slide:nth-child(even) .left {
    left: 50%;
}
.template-1688457679 .slide:nth-child(even) .right {
    left: -50%;
    padding-left: 0;
    padding-right: 5%;
}
.template-1688457679 .slide:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1700px) {
    .template-1688457679 .slide .right h3 {
        font-size: 32px;
    }
    .template-1688457679 .slide .left .img {
        height: 400px;
    }
    .template-1688457679 .text {
        font-size: 16px;
    }
    .template-1688457679 h2.title {
        font-size: 40px;
    }
}
@media screen and (max-width: 1450px) {
    .template-1688457679 .slide .right h3 {
        font-size: 28px;
    }
    .template-1688457679 h2.title {
        font-size: 34px;
    }
}
@media screen and (max-width: 1250px) {
    .template-1688457679 .slide .right h3 {
        font-size: 24px;
    }
    .template-1688457679 h2.title {
        font-size: 28px;
    }

}
@media screen and (max-width: 1000px) {
    .template-1688457679 .slide .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        left: 0 !important;
    }
    .template-1688457679 .slide .left {
        width: 100%;
        left: 0 !important;
    }
    .template-1688457679 .slide .left .img {
        height: 240px;
    }
    .template-1688457679 .slide {
        margin-bottom: 40px;
    }
    .template-1688457679 h2.title {
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .template-1688457679 .slide .right h3 {
        font-size: 20px;
    }
    .template-1688457679 .text {
        font-size: 14px;
    }
}



.service01{ padding: 100px 0px;}
.service01 .ui .left{padding-left: 50px; padding-top: 30px;}
.service01 .ui .left .text{ font-size: 16px; line-height: 30px; padding-top: 15px;}
.service01 .ui .right img{    border-radius: 20px;}
.factory .list .img-box img{border-radius: 20px;}
.productlist-page{background: #ededed;}

.aft02 {padding: 160px 0 120px;position: relative;overflow: hidden;}
.aft02 .bg_fix {position: absolute;top: 0px;left: 0px;width: 100%;height: 690px;}
.aft02 .bg_fix::after { content: ""; display: inline-block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); position: absolute; left: 0; top: 0; }
.aft02 .bg_fix img {height: 100%;width: 100%;object-fit: cover;}
.aft02 .top {display: flex;justify-content: center;align-items: center;flex-direction: column;margin-bottom: 47px;    z-index: 1; position: relative;}
.aft02 .top .hu_h3 {color: #fff;}
.aft02 .top  p {font-size: 18px;line-height: 34px;text-align: center;color: #fff;margin-top: 10px;}
.aft02 .top .line {height: 75px;width: 1px;background-color: rgba(255,255,255,0.4);margin: 28px 0 ;position: relative;}
.aft02 .top .line::after {content: "";  width: 7px; height: 7px; background-color: #fff; position: absolute; left: 50%; transform: translateX(-50%); top: 0px; animation: 2s linear 0.5s infinite hua2;}
@keyframes hua2 { from { top: 0%; } to { top: 95%; } }
.aft02 .top h4 {font-size: 30px;color: #fff;}
.aft02 .botF {padding: 0 90px;position: relative;}
.aft02 .botF .fa {    background-image: none; width: auto; height: auto; margin: 0; padding: 0; font-size: 74px; color: #cbcbcb; outline: none;}
.aft02 .botF .fa:hover {color: var(--color);;}
.aft02 .bot {position: relative;overflow: hidden;margin: auto;}
.aft02 .bot .swiper-slide{
  padding: 15px;
}
.aft02 .bot .box {    background-color: #fff; padding: 50px 0; border-radius: 12px; box-shadow: 0px 5px 15px rgb(102 102 102 / 30%); display: flex; justify-content: center; align-items: center; flex-direction: column;}
.aft02 .bot .box  .icon {border-radius: 50%; position: relative; height: 111px; display: flex;justify-content: center;align-items: center; width: 111px;}
.aft02 .bot .box:hover  .icon::before {   animation: img01anime 10s 0s linear infinite; }
.aft02 .bot .box:hover  .icon::after{  animation: img02anime 10s 0s linear infinite;}
.aft02 .bot .box  .icon::before {   content: ""; position: absolute; width: 120%; height: 120%; border-radius: 50%;  border: 1.6px dashed #76a616c;}
.aft02 .bot .box  .icon::after{ content: ""; position: absolute; width: 100%; height: 100%; border-radius: 50%;  border: 1.6px dashed #76a616;}

@keyframes img01anime{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}
@keyframes img02anime{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(-360deg);}
}
.swiper-button-next:after, 
.swiper-button-prev:after{
  color: var(--color);
}
.aft02 .bot .box  .icon img {width: 56px;transition: 0s;}
.aft02 .bot .box h4 {font-size: 20px;font-family: var(--font);color: #333333;margin-bottom: 5px;    margin-top: 54px;}
.aft02 .bot .box h5 {        width: 239px; font-size: 18px; position: relative; color: #666666; text-align: center; line-height: 26px; height: 52px;}

.aft02 .bot .box .con{padding:0px 40px; font-size: 17px;margin-top: 25px;}
.aft02 .bot .box .con p{
  max-height: 200px;
  overflow-y: auto;
  padding-right: 15px;
}
.aft02 .bot .box:hover h5::after {background-color: #fff;}
.aft02 .bot .box:hover h4,.aft02 .bot .box:hover h5,.aft02 .bot .box:hover p{color: #fff;}
.aft02 .bot .box:hover  .icon img {filter: grayscale(10) brightness(10);}
.aft02 .bot .box:hover  .icon,.aft02 .bot .box:hover  .icon::before,.aft02 .bot .box:hover  .icon::after {border-color: #fff;}

.aft02 .bot .box:hover {background-color: var(--color);}

.aft02 .bot .aft02Swiper {width: 1200px;margin: auto;}
.aft02 .bot  {width: 1242px;margin: auto;    padding: 22px 0;} 


.aft03 {padding-top: 100px;position: relative;overflow: hidden;     background-color: #faf9f9;}
.aft03 .icenter2 {display: flex;justify-content: space-between;align-items:center;     padding-bottom: 100px;}
.aft03 .icenter2 .le {overflow: hidden;position: relative;width: 45%;    border-radius: 5%;}
.aft03 .icenter2 .le::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,.5); content: ''; -webkit-transition: -webkit-transform .6s; transition: transform .6s; -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0); transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0); z-index: 1; }
.aft03 .icenter2 .le:hover::before { -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0); }
.aft03 .icenter2 .le img{
  transition: 0.5s;
}
.aft03 .icenter2 .le:hover img {transform: scale(1.1);}
.aft03 .icenter2 .ri {width: 50%;}
.aft03 .icenter2 .ri >ul {margin: 20px 0 0px;}
.aft03 .icenter2 .ri >ul li {position: relative;padding-left: 15px;font-size: 18px;color: #666666;line-height: 30px;}
.aft03 .icenter2 .ri >ul li::before {    width: 5px; height: 5px; border-radius: 50%; background-color: #666666; position: absolute; left: 0px; top: 13px; content: "";}
.aft03 dl dd{ padding-top: 60px;  display: flex;align-items: center;padding-bottom: 20px;border-bottom: 1px solid #d5d5d5;}
.aft03 dl dd .icon {width: 86px;margin-right: 58px;}
.aft03 dl dd .text h4 {    position: relative; padding-bottom: 0px; font-size: 18px; color: #333333; width: fit-content; margin-bottom: 10px;}
.aft03 dl dd .text h4 strong {font-size: 70px;font-weight: 600;}
.aft03 dl dd .text h4::after { position: absolute;content: "";left: 0px;bottom: 0px; width: 100%;height: 5px;background-color:var(--color);}
.aft03 dl dd .text  p {font-size: 18px;color: #666666;}

#index-body .init-6 .container {
  display: flex;
}
#index-body .init-6 .container .i6-l {
  width: 23.1%;
  background: #74a600;
  border-radius: 40px;
}
#index-body .init-6 .container .i6-l a.more{
  background-color: white;
  color:var(--color);
}
#index-body .init-6 .container .i6-l a.more:hover{
  border-color:white;
  color: white;
  background-color: transparent;
}
#index-body .init-6 .container .i6-l .i6l-p {
  font-weight: 600;
  color: #fefefe;
}
#index-body .init-6 .container .i6-l .f-put1 {
  background: #82b566;
  border-radius: 10px;
  border: 1px solid #82b566;
  height: 61px;
  width: 100%;
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
#index-body .init-6 .container .i6-l .f-put1::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
#index-body .init-6 .container .i6-l .f-put2 {
  height: 88px;
}
#index-body .init-6 .container .i6-l button {
  width: 172px;
  height: 50px;
  background: #ffffff;
  border-radius: 25px;
  font-weight: 400;
  font-size: 16px;
  color: #007fc6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border: none;
}
#index-body .init-6 .container .i6-r {
  width: 77.9%;
}
#index-body .init-6 .container .i6-r .i6-r-t {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-6 .container .i6-r .i6-r-b {
  position: relative;
}
#index-body .init-6 .container .i6-r .i6-r-b .s6-o {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 41px;
  height: 41px;
  background: #F6F6F6;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d9d9d9;
  font-size: 22px;
  z-index: 5;
}
#index-body .init-6 .container .i6-r .i6-r-b .s6-o:hover {
  background: var(--color);
  color: #fff;
}
#index-body .init-6 .container .i6-r .i6-r-b .s6-l {
  left: -73px;
}
#index-body .init-6 .container .i6-r .i6-r-b .s6-r {
  right: 0;
}
#index-body .init-6 .container .i6-r .i6-r-b .i6-tap {
  display: flex;
  align-items: center;
}
#index-body .init-6 .container .i6-r .i6-r-b .i6-tap p {
  width: 48px;
  height: 48px;
  background: #73ad53;
  border-radius: 24px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  color: #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .init-6 .container .i6-r .i6-r-b .i6-box {
  max-width: 301px;
}
#index-body .init-6 .container .i6-r .i6-r-b .i6-box .i6-b-p1 {
  font-family: Poppins;
  font-weight: 600;
  color: #141414;
}
#index-body .init-6 .container .i6-r .i6-r-b .i6-box .i6-b-p2 {
  font-family: Poppins;
  font-weight: 300;
  color: #666666;
}
#index-body .init-6 .container .i6-r .i6-r-b .swiper6 {
  overflow: hidden;
  position: relative;
}
#index-body .init-6 .container .i6-r .i6-r-b .swiper6 .swiper-slide > img{
  filter: hue-rotate(280deg);
}
#index-body .init-6 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap {
  position: relative;
}
#index-body .init-6 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap p {
  position: relative;
  z-index: 1;
}
#index-body .init-6 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap span {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4000px;
  height: 1px;
  background: #c8dce8;
}
@media (max-width: 1800px) {
  #index-body .init-6 .container .i6-r .i6-r-b .swiper6::before{
    display: none;
  }
}
@media screen and (max-width: 1700px) {

  .aft02 .top p { font-size: 15px; line-height: 28px; margin-top: 8px; }
  .aft02 .top { margin-bottom: 30px;}
  .aft02 .top h4 { font-size: 24px; }
  .aft02 .top .line { height: 55px; margin: 20px 0; }
  .aft02 .bot { padding: 22px 0; }
  .aft02 .botF { padding: 0 13px;}
  .aft02 .botF .fa { font-size: 65px; }
  .aft02 .bot .box { padding: 45px 0; box-shadow: 0 0 11px #d8d8d8;}
  .aft02 .bot .box .icon { height: 95px; width: 95px;}
  .aft02 .bot .box .icon img { width: 48px; }
  .aft02 .bot .box h4 { font-size: 20px; margin-bottom: 5px; margin-top: 44px; }
  .aft02 .bot .box h5 { width: 220px; font-size: 15px; line-height: 24px; height: auto; }
  .aft02 .botF .fa-angle-left {left: -18px;}
  .aft02 .botF .fa-angle-right {right: -18px;}
  .aft02 { padding: 115px 0 90px; }
  .aft02 .bg_fix { height: 555px; }

   .aft03 .icenter2 .ri >ul li { padding-left: 15px; font-size: 14px; line-height: 24px; }
    .aft03 .icenter2 .ri >ul { margin: 16px 0 0px; }
    .aft03 dl dd { padding-top: 34px; padding-bottom: 12px; }
    .aft03 dl dd .icon { width: 74px; margin-right: 50px; }
    .aft03 dl dd .text h4 { font-size: 16px; margin-bottom: 8px; }
    .aft03 dl dd .text h4 strong { font-size: 58px; }
    .aft03 dl dd .text h4::after { height: 4px;}
    .aft03 dl dd .text p { font-size: 15px; }
    .aft03 .icenter2 .le { height: 529px; }
}


@media screen and (max-width: 1450px) {
    .aft02 .bot,
    .aft02 .bot .aft02Swiper{
      width: 100%;
    }
    .service01 .ui .left .text{
        max-height: 260px;
        overflow-y: auto;
        margin-top: 15px;
    }
    
}
@media screen and (max-width: 1250px) {
    .service01 .ui .right img{
        width: 100%;
        object-fit: cover;
    }
    .service01 .ui .left{
        width: 100%;
       padding-left: 0;
        padding-top: 0;
        margin-top: 60px;
    }
    .service01 .ui .right{
        width: 100%;

    }
    .service01 .ui .left .text{
        max-height: unset;
        overflow-y: unset;
    }
}
@media screen and (max-width: 1000px) {
  .aft02 .bot .box p{
    max-height: 140px;
    padding-right: 15px;
    overflow-y: auto;
  }
  .aft02 .botF .swiper-button-next, 
  .aft02 .botF .swiper-button-prev{
    display: none;
  }

   #index-body .init-6 .container .i6-r .i6-r-b .s6-r{
    right: -73px;
  }
  #index-body .init-6 .container .i6-r .i6-r-b{
    padding-right: 0;
  }
  #index-body .init-6 .container{
    flex-wrap: wrap;
  }
  #index-body .init-6 .container .i6-l,#index-body .init-6 .container .i6-r{
    padding: 0;
    width: 100%;
  }
  #index-body .init-6 .container .i6-r{
    margin-top: 20px;
  }
  #index-body .init-6 .container .i6-l{
    padding: 20px;
  }
}
@media screen and (max-width: 700px) {
  .aft02 .top p { font-size: 15px; line-height: 26px; margin-top: 8px; }
  .aft02 .top .line { height: 42px; margin: 14px 0;position: relative; }
  .aft02 .top h4 { font-size: 22px; }
  .aft02 .bot { width: 110%; }
  .aft02 .top { margin-bottom: 20px; }
  .aft02 .botF { padding: 0 0px; }
  @keyframes hua2 { from { top: 0%; } to { top: 95%; } }
  .aft02 .bot .aft02Swiper { width: 100%; }
  .aft02 .bot { width: 100%;padding: 20px; }
  .aft02 .botF .fa-angle-left { left: -8px; }
  .aft02 .botF .fa-angle-right{ right: -8px; }
  .aft02 { padding: 80px 0 40px; }
  .aft02 .bg_fix { height: 483px; }
  
  .aft03 .icenter2 {flex-flow: wrap;}
    .aft03 .icenter2 .le {width: 100%;height: auto;margin-bottom: 20px;}
    .aft03 .icenter2 .ri {width: 100%;}
    .aft03 dl dd .icon { width: 60px; margin-right: 31px; }
    .aft03 { padding-top: 50px; }
}













.custom-2new .ui .top {
    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;
}
.custom-2new .ui .top .left {
    padding-right: 65px;
}
.custom-2new .ui .top .left .h3 {
    padding-left: 35px;
    border-left: 3px solid var(--color);
}
.custom-2new .ui .top .left p {
    line-height: 2;
    margin-top: 35px;
}
.custom-2new .ui .bottom {
    background: #fff;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-top: 30px;*/
}
.custom-2new .ui .bottom .left {
    padding-right: 80px;
}
.custom-2new .ui .bottom .left p {
    max-width: 600px;
    line-height: 1.8;
    margin-top: 45px;
}
.custom-2new .ui .bottom .right {
    /*padding-right: 80px;*/
}
.custom-2new .ui .bottom .right ul.list3 li.active {
    background: #f3f3f3;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.custom-2new .ui .bottom .right ul.list3 li .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 28px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    line-height: 36px;
}
.custom-2new .ui .bottom .right ul.list3 li .top em {
    margin-left: 25px;
}
.custom-2new .ui .bottom .right ul.list3 li .top i.fr {
    position: absolute;
    top: 16px;
    right: 25px;
}
.custom-2new .ui .bottom .right ul.list3 li .content {
    padding: 10px 30px 20px 75px;
    line-height: 1.8;
    display: none;
    font-size: 16px;
}
@media screen and (max-width: 1250px) {
    .custom-2new .ui .bottom .left {
        padding-right: 0px;
    }
}
@media screen and (max-width: 1000px) {
    .custom-2new .ui .bottom .right {
        padding-right: 0;
    }
    .custom-2new .ui .bottom {
        padding: 30px 25px;
    }
}
@media screen and (max-width: 700px) {
    .custom-2new .ui .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .custom-2new .ui .top .left {
        padding-right: 0px;
        width: 100%;
    }
    .custom-2new .ui .top .right {
        width: 100%;
    }
    .custom-2new .ui .bottom .right ul.list3 li .top{
        flex-wrap: nowrap;
        font-size: 16px;
        line-height: 30px;
    }
    .custom-2new .ui .bottom .left {
        padding-right: 0px;
        width: 100%;
    }
    .custom-2new .ui .bottom .right {
        padding-right: 0;
        width: 100%;
        margin-top: 40px;
    }
}