@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #01a0e9;
  font-weight: normal;
  margin: 0 auto;
  font-size: 14px;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.play-btn i {
  border: none;
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1750px;
  margin: auto;
  width: 100%;
}
.more {
  height: 57px;
  line-height: 57px;
  display: inline-block;
  padding: 0 30px;
  background: var(--color);
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.more::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000000;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover::after {
  width: 100%;
}
.page-header01{
  background: #ffffff;
}
.mobile-menu-wrap01 .mobile-menu{
  background: #ffffff;
  color: #000000;
}
.mobileForm input{
  border: 1px solid var(--color);
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #ffffff;
}
#header .h-top {
  padding: 14px 0;
}
#header .h-top .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .ui.menu .info {
  margin: 0 auto 0 0;
}
#header .h-top .ui.menu .info ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .ui.menu .info ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
#header .h-top .ui.menu .info ul li img {
  margin-left: 12px;
}
#header .h-top .ui.menu .info ul li span {
  font-size: 15px;
  opacity: 0.7;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 6px;
  display: inline-block;
}
#header .h-top .ui.menu .h-language {
  position: relative;
}
#header .h-top .ui.menu .h-language .tip > img {
  width: 38px;
  margin-left: 9px;
}
#header .h-top .ui.menu .h-language .tip .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
#header .h-top .ui.menu .h-language .tip .txt span {
  font-size: 16px;
  opacity: 0.7;
  font-weight: 400;
  margin-bottom: 4px;
}
#header .h-top .ui.menu .h-language .tip .txt img {
  margin-right: 4px;
}
#header .h-top .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: right;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  left: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
  max-height: 450px;
  overflow-y: auto;
}
#header .h-top .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .h-top .ui.menu .h-language ul.sub-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
#header .h-top .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-left: 6px;
}
#header .h-top .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .h-top .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .h-top .ui.menu .more {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
#header .nav {
  width: 100%;
  background-color: #aaaaaa;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#header .nav .ui.menu .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  color: #ffffff;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: right;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 0 38px;
  height: 60px;
  line-height: 60px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  background: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: right;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  right: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-left: 0;
}
#header .nav .ui.menu .h-search form {
  position: relative;
}
#header .nav .ui.menu .h-search form #s {
  width: 270px;
  height: 60px;
  background-color: #d5d5d5;
  font-size: 16px;
  padding-right: 25px;
  padding-left: 50px;
  border: none;
}
#header .nav .ui.menu .h-search form .submit {
  width: 20px;
  height: 20px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .nav .ui.menu .chat {
  margin-right: 50px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav2 {
  position: fixed;
  top: -60px;
  z-index: 3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active .nav2 {
  top: 0;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.lh-1 {
  line-height: 1;
}
.lh-11 {
  line-height: 1.1;
}
.col {
  color: var(--color);
}
.title {
  font-weight: bold;
}
#banner {
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
  margin-top: 170px;
}
#banner li {
  position: relative;
  overflow: hidden;
}
#banner li .img {
  width: 58.5%;
}
#banner li .text {
  position: absolute;
  width: 100%;
  right: 0;
  top: 50px;
}
#banner li .text .box {
  width: 50%;
  margin: 0 auto 0 0;
}
#banner li .text .box .txt {
  width: 74%;
  margin: 0 auto 0 0;
  color: #706f6f;
}
#banner li .text .box .txt .st {
  height: 30px;
  background-color: #e4027f;
  line-height: 30px;
  padding: 0 10px;
  display: inline-block;
  color: #ffffff;
}
#banner li .text .box .txt .con2 {
  font-style: italic;
  color: var(--color);
}
#banner .slickDots {
  position: absolute;
  width: 100%;
  bottom: 35px;
}
#banner .slickDots ul.slick-dots {
  width: 38.5%;
  margin: 0 auto 0 0;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
#banner .slickBtn > div {
  width: 50px;
  height: 50px;
  background: #d9dadc;
  opacity: 0.5;
}
#banner .slickBtn > div:hover {
  opacity: 1;
}
#banner .slickBtn .prev {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#banner .slickBtn .next {
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-right: 0;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(-0.0%);
    transform: translateX(-0.0%);
  }
  100% {
    -webkit-transform: translateX(1250.0px);
    transform: translateX(1250.0px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(-0.0%);
    transform: translateX(-0.0%);
  }
  100% {
    -moz-transform: translateX(1250.0px);
    transform: translateX(1250.0px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(-0.0%);
    -moz-transform: translateX(-0.0%);
    transform: translateX(-0.0%);
  }
  100% {
    -webkit-transform: translateX(1250.0px);
    -moz-transform: translateX(1250.0px);
    transform: translateX(1250.0px);
  }
}
#index-body .product .tip .con {
  color: #080404;
  line-height: 2;
  max-width: 870px;
  margin: 0 auto;
}
#index-body .product .list {
  font-weight: 500;
}
#index-body .product .list ul {
  margin: -11px;
}
#index-body .product .list ul li {
  padding: 11px;
}
#index-body .product .list .ig .img-box img {
  width: 100%;
}
#index-body .product .list .ig .txt {
  height: 66px;
  line-height: 1.4;
  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;
  padding: 5px;
  text-align: center;
  background: #f2f2f2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .list .ig:hover .txt {
  background: var(--color);
  color: #ffffff;
}
#index-body .about {
  background: url(/huabaoprint/2026/08/14/about.png) no-repeat left top / 50% 100%, url(../images/about_bg.jpg) no-repeat right top / 50% 100%;
}
#index-body .about .box{
  position: relative;
}
#index-body .about .box>.play{
  right: 25%;
}
#index-body .about .left {
  display: none;
    position: relative;
}
#index-body .about .left img {
  width: 100%;
  position: relative;
}
#index-body .about .right {
  margin: 0 auto 0 0;
}
#index-body .advantage .tip .right {
  color: #080404;
}
#index-body .advantage .list ul {
  gap: 28px;
}
#index-body .advantage .list .ig {
  border: solid 2px #ededed;
  padding: 32px 26px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
}
#index-body .advantage .list .ig .cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .advantage .list .ig:hover {
  -webkit-box-shadow: 0px 1px 9px 0px rgba(25, 25, 25, 0.16);
  box-shadow: 0px 1px 9px 0px rgba(25, 25, 25, 0.16);
}
#index-body .advantage .list .ig .btn {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .list .ig .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--color);
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .list .ig .btn:hover {
  color: var(--color);
  font-weight: bold;
}
#index-body .advantage .list .ig .btn:hover::after {
  width: 100%;
}
#index-body .application .list {
  position: relative;
  z-index: 2;
}
#index-body .application .list ul {
  padding-left: 42%;
  overflow: hidden;
  margin-bottom: -50px;
}
#index-body .application .list ul .slick-list {
  overflow: visible;
}
#index-body .application .list ul li {
  padding-bottom: 50px;
  height: 100%;
}
#index-body .application .list .ig {
  padding: 110px 100px 0;
  color: #ffffff;
  background: no-repeat center top / cover;
  position: relative;
  z-index: 2;
   height: 100%;
}
#index-body .application .list .ig::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .application .list .ig .cont {
  max-width: 540px;
}
#index-body .application .list .ig .num {
  line-height: 0.9;
  font-size: 188px;
  font-weight: bold;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
  color: transparent;
  -webkit-transform: translate(-55.0%,50%);
  -moz-transform: translate(-55.0%,50%);
  -ms-transform: translate(-55.0%,50%);
  transform: translate(-55.0%,50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .application .list .slick-active .ig::after {
  opacity: 0;
}
#index-body .application .list .slick-active .ig .num {
  -webkit-transform: translate(-0.0%,50%);
  -moz-transform: translate(-0.0%,50%);
  -ms-transform: translate(-0.0%,50%);
  transform: translate(-0.0%,50%);
}
#index-body .application .list .slickBtn {
  position: absolute;
  left: 38.5%;
  bottom: 80px;
}
#index-body .application .list .slickBtn > div {
  width: 54px;
  height: 55px;
  background-color: var(--color);
  border: solid 1px #ffffff;
  font-size: 32px;
}
#index-body .application .list .slickBtn > div:hover {
  background-color: #ffffff;
  border: solid 1px --color;
  color: var(--color);
}
#index-body .application .bottom {
  background: var(--color);
  position: relative;
  color: #ffffff;
  padding: 65px 0;
}
#index-body .application .bottom::after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  background: var(--color);
  right: 30%;
  top: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
#index-body .news .ig {
  padding: 40px 46px 30px;
  background-color: #f5f6f8;
  color: #333333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .ig .time {
  color: var(--color);
  text-decoration: underline;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .ig .btn {
  color: #333333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .ig .txt {
  padding: 32px 37px;
  background: #ffffff;
}
#index-body .news .ig .txt .con {
  line-height: 1.7;
  height: 3.4em;
  color: #666666;
}
#index-body .news .ig:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .news .ig:hover .time {
  color: #ffffff;
}
#index-body .news .ig:hover .btn {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}
#footer .form {
  background: url(../images/form_bg.jpg) no-repeat center center / cover;
}
#footer .form .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -7px;
}
#footer .form .box ul li {
  padding: 7px;
  font-size: 16px;
}
#footer .form .box ul li input {
  width: 100%;
  height: 58px;
  background-color: #ffffff;
  border: solid 1px #e7e7e7;
  padding-right: 45px;
  padding-left: 10px;
  background: #ffffff no-repeat left 15px center;
}
#footer .form .box ul .i1 {
  width: 18%;
}
#footer .form .box ul .i2 {
  width: 36%;
}
#footer .form .box ul .submit {
  width: 10%;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
#footer .form .box ul .submit input {
  padding: 0;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .form .box ul .submit input:hover {
  background: #000000;
}
#footer .form .box ul li:nth-child(1) input {
  background-image: url(../images/form_icon1.png);
}
#footer .form .box ul li:nth-child(2) input {
  background-image: url(../images/form_icon2.png);
}
#footer .form .box ul li:nth-child(3) input {
  background-image: url(../images/form_icon3.png);
}
#footer .form .box ul li:nth-child(4) input {
  background-image: url(../images/form_icon4.png);
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #f5f6f8;
  color: rgba(0, 0, 0, 0.8);
}
#footer .f-box {
  padding: 20px 0 45px;
}
#footer .f-box .f-contact {
  max-width: 420px;
}
#footer .f-box .f-contact .info li {
  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: 10px;
}
#footer .f-box .f-contact .info li .icon {
  margin-left: 18px;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  width: 25px;
}
#footer .f-box .f-contact .info li .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-box .f-contact .share_box .icon {
  width: 25px;
  margin-left: 18px;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
#footer .f-box .f-contact .share_box .share a {
  margin-right: 20px;
  color: #a4a4a4;
  font-size: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
}
#footer .f-box .f-contact .share_box .share a:hover {
  color: var(--color);
}
#footer .f-box .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: var(--color);
}
#footer .f-box li {
  margin-bottom: 0.4em;
}
#footer .f-box li ul {
  display: none;
}
#footer .f-box li a {
  padding-right: 13px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box li a::after {
  content: "";
  display: block;
  width: 4px;
  height: 7px;
  background: url(../images/f-jt.png) no-repeat center center / 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box li a:hover {
  color: var(--color);
}
#footer .f-box li a:hover::after {
  -webkit-filter: none;
  filter: none;
}
#footer .f-box .f-code #ewm {
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  border: 12px solid #ffffff;
}
#footer .f-box .f-code #ewm canvas {
  width: 100%;
  height: 100%;
}
#footer .f-copy {
  font-size: 18px;
  background-color: #a4a4a4;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  padding: 18px 0;
  position: relative;
}
#footer .f-copy .bq {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy .bq:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 30px;
  fill: rgba(255, 255, 255, 0.9);
  margin-top: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
.fixed-toolbar .back .box {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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: 17px;
  line-height: 1;
}
.fixed-toolbar .back img {
  opacity: 0.3;
}
.fixed-toolbar .back:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 1;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 0 20px;
  }
  #header .nav .ui.menu .h-search form #s {
    width: 250px;
  }
  #banner li .img img {
    height: 740px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .application .list .ig .num {
    font-size: 150px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 0 15px;
  }
  #footer .f-box .f-contact {
    max-width: 350px;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  .font-20 {
    font-size: 16px;
  }
  #index-body .news .ig {
    padding: 30px 30px;
  }
  #index-body .news .ig .tit {
    padding: 0;
  }
}
@media screen and (max-width: 1250px) {
  #banner li .img img {
    height: 650px;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #index-body .application .list .ig .num {
    font-size: 120px;
  }
  #footer .form .box ul .i2 {
    width: 24%;
  }
  #footer .form .box ul .i1 {
    width: 20%;
  }
  #footer .form .box ul .submit {
    width: 16%;
  }
  #index-body .news .ig .txt {
    padding: 30px 15px;
  }
  #footer .f-box .f-about {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .about .box>.play{
  display: none;
}
  #banner li .img {
    width: 100%;
  }
  #banner .slickDots {
    display: none;
  }
  #banner li .text {
    height: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.4);
  }
  #banner li .text .box {
    width: 100%;
    height: 100%;
    padding: 40px 0;
  }
  #banner li .text .box .txt {
    width: 50%;
    margin: 0 auto;
  }
  #index-body .advantage .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .about {
    background: url(../images/about_bg.jpg) no-repeat right top / cover;
  }
  #index-body .about .left {
    display: block;
  }
  #index-body .about .right {
    width: 100%;
    padding-right: 0;
  }
  .font-44 {
    font-size: 26px;
  }
  #footer .f-box .f-product,
  #footer .f-box .f-news,
  #footer .f-box .f-code {
    display: none;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
  }
  #footer .form .box ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .form .box ul .i1 {
    width: 33.3%;
  }
  #footer .form .box ul .i2 {
    width: 70%;
  }
  #footer .form .box ul .submit {
    width: 30%;
  }
  #index-body .application .list ul {
    padding-left: 20%;
  }
  #index-body .application .list .ig .num {
    -webkit-transform: translateY(30px) !important;
    -moz-transform: translateY(30px) !important;
    -ms-transform: translateY(30px) !important;
    transform: translateY(30px) !important;
  }
  #index-body .application .bottom .left {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .application .bottom .right {
    width: 100%;
  }
  .font-35 {
    font-size: 22px;
  }
  .font-30{
    font-size: 22px;
  }
}
@media screen and (max-width: 700px) {
  .fixed-toolbar {
    left: 10px;
    bottom: 30%;
    zoom: 0.75;
  }
  #banner li .text .box .ban_img {
    display: none;
  }
  #banner li .img img {
    height: auto;
  }
  #banner li .text {
    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;
  }
  #banner li .text .box .txt {
    width: 80%;
  }
  #index-body .application .list ul {
    padding-left: 0;
  }
  #banner .slickBtn {
    display: none;
  }
  #index-body .application .list .ig {
    padding: 70px 30px 0;
  }
  #index-body .news .tip .right {
    margin-top: 20px;
  }
  #footer .form .box ul .i1 {
    width: 100%;
  }
  #footer .form .box ul .i2 {
    width: 100%;
  }
  #footer .form .box ul .submit {
    width: 100%;
  }
  #index-body .advantage .list .ig {
    padding: 30px 15px 30px;
  }
  #index-body .application .list .ig .num {
    font-size: 99px;
  }
  #index-body .application .list .slickBtn {
    display: none;
  }
  .font-60 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
    .font-44 {
    font-size: 24px;
  }
    .font-30{
    font-size: 20px;
  }
  .more {
    zoom: 0.8;
  }
  #index-body .advantage .list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #index-body .application .list .ig .num {
    -webkit-transform: translate(0); !important;
    -moz-transform: translate(0); !important;
    -ms-transform: translate(0); !important;
    transform: translate(0); !important;
  }
  #index-body .application .bottom::after {
    zoom: 0.7;
  }
  #index-body .application .list .ig .num {
    font-size: 85px;
  }
  #index-body .news .ig {
    padding: 30px 20px;
  }
  #footer .f-copy {
    font-size: 16px;
  }
  #banner li .text .box .txt {
    width: 90%;
  }
}

/*inner.js*/
.inner-banner{
  font-size: 20px;
  font-weight: bold;
  background: #f9f6f6  no-repeat right bottom;
  padding: 80px 0;
  margin-top: 170px;

}

@media screen and (max-width: 1250px) {
  .inner-banner{
    margin-top: 60px;
  }
}
/*product-page*/
.pr {
    position: relative
}

.pa {
    position: absolute
}

.product-page .init-1 {
  padding: 40px;
  background-color: #fafafa;
  border-radius: 20px;
}

.product-page .init-1 .des {
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
  font-weight:400;
  line-height: 2;
  max-height: 210px;
  overflow-y: scroll;
}
.product-2 .sidebar-info {
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 20px;
    background: url(../images/by.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.product-2 .sidebar-info h5 {
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}
.product-2 .sidebar-info p {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
}
.product-2 .sidebar-info .info-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin: 2.5rem 0 2.8rem;
}
.product-2 .sidebar-info .info-tel img {
    margin-left: 2rem;
}
.product-2 .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}


.product-page .product-2 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
    padding-right: 20px;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: bold;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .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-right: 25px;
  padding-left: 35px;
  background: #f0f0f0;
  position: relative;
  /*padding-top: 3px;*/
font-size: 16px;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
}

.sider-box .sider-left .category .catelist > ul > li > a::after {
  content: ">";
  position: absolute;
  left: 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-right: 25px;
  padding-left: 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: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit{
  margin: 24px auto 0;
}
.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}


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

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

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


.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more{
  margin-top: 30px;
  border: none;
}
.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-right: 25px;
  padding-left: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(right, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(right, #92c35d, #73ad53);
  background-image: linear-gradient(to left, #92c35d, #73ad53);
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
  color: #858585;
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 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 a{
  display: block;
}
.product_list .img span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: var(--color);
  /*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_list h3{
  margin-top: 15px;
}
.factory-page .factory-1{
  background: #f1f1f1;
}

.factory-page .init-1 {
  padding: 50px 0;
  text-align: center;
  background: #f1f1f1;
}
.factory-page .init-1 .container .tips {
  max-width: 1050px;
  font-weight: 500;
  margin: auto;
}

.factory-page .init-2 .container {
  width: 100%;
}
.factory-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.factory-page .init-2 .container .list .tips {
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
}
.factory-page .init-2 .container .list img {
  width: 100%;
}
.factory-page .init-2 .container .list .img-box {
  display: block;
}
.factory-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.factory-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  left: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.factory-page .init-2 .container .list .big_img .btn:hover{
  background-color: var(--color);
}
.factory-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.factory-page .init-2 .container .list .big_img .prev {
  right: 22%;
}
.factory-page .init-2 .container .list .big_img li {
  padding: 0 8px;
}
.factory-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.factory-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.factory-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.factory-page .init-2 .container .list .small_img ul .slick-current .box {
  opacity: 1;
  border: 2px solid var(--color);
}
.factory-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}

@media (max-width: 1700px) {
  .sider-box .sider-left h2,.product-2 .sidebar-info h5{
    font-size: 26px;
  }

}
@media (max-width: 1450px) {
  .factory-page .init-2 .container .list .big_img .btn {
    left: 10%;
  }
  .factory-page .init-2 .container .list .big_img .prev {
    right: 10%;
  }
    .sider-box .sider-left h2,.product-2 .sidebar-info h5{
    font-size: 22px;
  }

}
@media (max-width: 1250px) {
  .factory-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .factory-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
.product-2 .sidebar-info{
  padding: 40px 20px;
}
 .sider-box .sider-left .category{
   padding: 25px 15px;
 }
     .sider-box .sider-left h2,.product-2 .sidebar-info h5{
    font-size: 20px;
  }

  .product_list ul{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1000px) {
   .product-page .init-1 .container .des {
    width: 100%;
  }
    .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
  .factory-page .init-2 .container .list .small_img {
    display: none;
  }
  .factory-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .factory-page .init-2 .container .list {
    padding: 40px 10px;
  }
  .product-page .product-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}
}
@media screen and (max-width: 500px) {
  .product_list ul{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .product-page .product-1 .box {
    padding: 20px;
  }
  .product_list {
    padding: 15px;
  }
  .factory-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .factory-page .init-2 .container .list .big_img li {
    padding: 0;
  }
  .factory-page .init-2 .container .list .des {
    max-height: 400px;
    padding-left: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
    .product-page .init-1 {
    padding: 10px 20px;
  }
  .product-page .init-1 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-1 .container .des {
    margin-top: 20px;
    display: none!important;
  }
}


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

.prodet-page .prodet-1 {
  padding-top: 80px;
}

.prodet-page .prodet-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;
}

.prodet-page .prodet-1 .container .left {
  width: 49%;
  overflow: hidden;
}

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

.prodet-page .prodet-1 .container .left .bigImg ul li{
  padding: 1px;

}
.prodet-page .prodet-1 .container .left .bigImg ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.prodet-page .prodet-1 .container .left .bigImg img{
    border: 1px solid #dcdcdc;
    width: 100%;
}

.prodet-page .prodet-1 .container .left .big_img {
  width: 100%;
  display: block;
}

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



.prodet-page .prodet-1 .container .right {
  width: 46%;
}



.prodet-page .prodet-1 .container .right .text_2 {
  line-height: 1.4;
  color: #4a4a4a;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .container .right .content {
  color: #3f3f3f;
  line-height: 2;
  max-height: 300px;
  overflow: auto;
  padding-left: 10px;
}

.prodet-page .prodet-1 .container .right .more{
  margin-top: 30px;
}


@media (max-width: 1000px) {
  
  .prodet-page .prodet-1 .container .left {
    width: 100%;
  }

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

  .prodet-page .prodet-1 .container .right {
    text-align: center;
  }



  .prodet-page .prodet-1 .container .right .more {
    margin: auto;
    margin-top: 40px;
  }
}


.prodet-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.prodet-page .prodet-2 .options ul li {
    margin-left: 100px;
    font-size: 30px;
    text-transform: uppercase;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-family: var(--font-en);
}
.prodet-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    right: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--primary);
}
.prodet-page .prodet-2 .options ul li:hover,
.prodet-page .prodet-2 .options ul li.active {
    color: #373330;
}
.prodet-page .prodet-2 .options ul li:hover:after,
.prodet-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.prodet-page .prodet-2 .ret {
    margin-top: 50px;
}
.prodet-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.prodet-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.prodet-page .prodet-2 .ret .content dl dd h4 {
        font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.prodet-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}
@media screen and (max-width: 1450px) {

    .prodet-page .prodet-2 .options ul li {
        font-size: 20px;
    }
    .prodet-page .prodet-2 .options ul li{
      font-size: 26px;
    }
    .prodet-page .prodet-2 .ret .content dl dd h4{
      font-size: 24px;
    }
}

@media screen and (max-width: 1000px) {
  
  .prodet-page .prodet-2 .options ul li {
        margin-left: 25px;
    }
    .prodet-page .prodet-2 .options {
        display: none;
    }
    .prodet-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }

    .prodet-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
     .prodet-page .prodet-2 .ret .det {
      overflow-x: auto;
    }
    .prodet-page .prodet-2 .ret .det table{
      table-layout: auto;
    }
    .prodet-page .prodet-2 .ret .det table td{
      min-width: 200px;
      width: auto;
      font-size: 14px;
line-height: 28px;

    }
    .prodet-page .prodet-2 .options ul li{
      font-size: 22px;
    }
    .prodet-page .prodet-2 .ret .content dl dd h4{
      font-size: 20px;
    }
    .prodet-page .prodet-2 .ret .content dl dd .con{
      font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .container .left .smallImg ul {
    margin: -5px;
}
.prodet-page .prodet-1 .container .left .smallImg ul li {
    padding: 5px;
}
.prodet-page .prodet-1 .container .left .bigImg{
  padding-right: 10px;
}
  .prodet-page .prodet-2 .ret .content dl dd .con{
      font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    .prodet-page .prodet-2 .ret {
        margin-top: 0;
    }
    .prodet-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
}


.prodet-page .prodet-3 {
  padding: 120px 0;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.prodet-page .prodet-3 .container {
  text-align: center;
  color: #fff;
}

.prodet-page .prodet-3 .container .des {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  color: #ffffff;
  margin-top: 20px;
}

@media (max-width: 500px){
   .prodet-page .prodet-3 {
    padding: 60px 0;
    margin-top: 40px;
  }

}

/*news-page*/


.news-page {
  padding: 140px 0;
}
.news-page .news-box .news-left {
  width: 65%;
}
.news-page .news-box .news-left ul li {
  background-color: white;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 50px;
}
.news-page .news-box .news-left ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-box .news-left ul li .box-t {
  height: 85px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news-page .news-box .news-left ul li .box-t span {
  margin-bottom: -12px;
}
.news-page .news-box .news-left ul li .box-b {
  padding: 35px 40px 55px 45px;
}

.news-page .news-box .news-right {
  width: 35%;
  padding-right: 65px;
}
.news-page .news-box .news-right .line {
  width: 60px;
  height: 2px;
  background-color: var(--color);
}
.news-page .news-box .news-right .news-category {
  padding: 50px 30px 40px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.news-page .news-box .news-right .news-category ul li {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}
.news-page .news-box .news-right .news-category ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.news-page .news-box .news-right .news-category ul li a {
  font-family: var(--font);
}
.news-page .news-box .news-right .news-media {
  padding: 50px 30px 40px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.news-page .news-box .news-right .news-media ul li {
  margin-left: 25px;
}
.news-page .news-box .news-right .news-media ul li:last-child {
  margin-left: 0;
}
.news-page .news-box .news-right .news-media ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color);
}
.news-page .news-box .news-right .news-media ul li a i {
  font-size: 20px;
  color: white;
}
.news-page .news-box .news-right .box {
  width: 100%;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.news-page .news-box .news-right .box .box-b {
  position: absolute;
  right: 50%;
  bottom: 48px;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  width: calc(100% - 100px);
}
.news-page .news-box .news-right .box .box-b h4 {
      color: #fff;
    font-family: 'Hemihead';
    text-transform: uppercase;
    text-align: center;
}
.news-page .news-box .news-right .box .box-b .text {
  background-color: white;
  padding: 15px 0;
  color: #939393;
  border-radius: 20px;
}
.news-page .news-box .news-right .box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .news-box .news-left .line {
  width: 60px;
  height: 2px;
  background-color: var(--color);
}
.newdet-page .news-box .news-left .content {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newdet-page .news-box .news-left .n-link {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newdet-page .news-box .news-left .n-link a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-family: var(--font);
}
.newdet-page .news-box .news-left .n-link a span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 2px solid transparent;
}
.newdet-page .news-box .news-left .n-link a:hover span {
  color: var(--color);
  border-bottom: 2px solid var(--color);
}

.newdet-page .news-box .news-left .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .news-box .news-left .form form input[type='text'] {
  width: 100%;
  height: 65px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 15px;
  font-size: 16px;
  margin-bottom: 40px;
  width: 48%;
  border-radius: 8px;
}
.newdet-page .news-box .news-left .form form input[name='content'] {
  width: 100%;
}
.newdet-page .news-box .news-left .form form input::-webkit-input-placeholder {
  color: #999;
}
.newdet-page .news-box .news-left .form form .more{
  border: none;
}
@media (max-width: 1700px) {
  .news-page .news-box .news-right .box{
    height: 500px;
  }
}
@media (max-width: 1450px) {
  .news-page .news-box .news-right .box{
    height: 400px;
  }
}
@media (max-width: 1250px) {
  .news-page .news-box .news-right .box .box-b .text {
    padding: 15px;
  }
   .news-page .news-box .news-right .box{
    height: 350px;
  
  }
  .news-page .news-box .news-right .box .box-b{
  width: 90%;
  }
  .news-page .news-box .news-right{
    padding-right: 30px;
  }
}
@media (max-width: 1000px) {
  .font-25{
    font-size: 16px;
  }
   .news-page .news-box .news-right {
    display: none;
  }
  .news-page .news-box .news-left {
    width: 100%;
  }
  .news-page .news-box .news-left ul li .box-b {
    padding: 35px 40px;
  }
  .news-page .news-box .news-left ul li .box-b p {
    margin-bottom: 30px;
  }
  .news-page {
    padding: 80px 0;
  }
  .newdet-page .news-box .news-left h1{
    font-size: 22px;
  }
  .newdet-page .news-box .news-left .form h2{
  font-size: 22px;
}
}
@media (max-width: 500px) {
    .news-page {
    padding: 50px 0;
  }
  .news-page .news-box .news-left ul li .box-b {
    padding: 35px;
  }
   .newdet-page .news-box .news-left .form form input[type='text'] {
    width: 100%;
  }
}

/*factory-page*/

.factory-page .init-1 {
  padding: 50px 0;
  text-align: center;
}
.factory-page .init-1 .container .tips {
  max-width: 980px;
  font-weight: 500;
  margin: auto;
}

.factory-page .init-2 .container {
  width: 100%;
}
.factory-page .init-2 .container .list {
  padding: 80px 0 10px 0;
}
.factory-page .init-2 .container .list .tips {
  text-align: center;
  font-family: var(--font-en);
  text-transform: uppercase;
  font-size: 48px;
}
.factory-page .init-2 .container .list img {
  width: 100%;
}
.factory-page .init-2 .container .list .img-box {
  display: block;
}
.factory-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.factory-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  left: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.factory-page .init-2 .container .list .big_img .btn:hover{
  background-color: var(--color);
}
.factory-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.factory-page .init-2 .container .list .big_img .prev {
  right: 22%;
}
.factory-page .init-2 .container .list .big_img li {
  padding: 0 8px;
}
.factory-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.factory-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.factory-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.factory-page .init-2 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid var(--color);
}
.factory-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}


@media (max-width: 1450px) {
  .factory-page .init-2 .container .list .big_img .btn {
    left: 10%;
  }
  .factory-page .init-2 .container .list .big_img .prev {
    right: 10%;
  }
}
@media (max-width: 1250px) {
  .factory-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .factory-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
  
}
@media (max-width: 1000px) {
   .factory-page .init-2 .container .list .small_img {
    display: none;
  }
  .factory-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
  .factory-page .factory-1 .flexGap-30{
        gap: 12px;
  }
  .gallery-page .gallery-1 .flexGap-30{
        gap: 12px;
  }
}
@media screen and (max-width: 700px) {
  .factory-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .factory-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .factory-page .init-2 .container .list .big_img li {
    padding: 0;
  }
  .factory-page .init-2 .container .list .des {
    max-height: 400px;
    padding-left: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}


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

.contact-page .init-1 .left .des {
  font-weight:500;
  color: #666666;
  margin-top: 10px;
  line-height: 2;
}
.contact-page .init-1 .left img {
  margin-top: 50px;
  width: 100%;
  border-radius: 10px;
}
.contact-page .init-1 .right {
  margin-top: 65px;
  width: 53%;
}
.contact-page .init-1 .right .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .right .cont .s_right {
  width: 395px;
}
.contact-page .init-1 .right .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page .init-1 .right .cont .list .img {
  margin-top: 8px;
  min-width: 22px;
}
.contact-page .init-1 .right .cont .list .img img {
  max-width: 100%;
}
.contact-page .init-1 .right .cont .list .text {
  margin-right: 15px;
  font-size: 18px;
  font-weight:500;
  color: #5d5d5d;
  line-height: 2;
}
.contact-page .init-1 .right form {
  margin-top: 30px;
}
.contact-page .init-1 .right form .list {
  margin-top: 20px;
}
.contact-page .init-1 .right form .list .tip {
  font-size: 18px;
  line-height: 1.8;
  font-family: var(--font);
}
.contact-page .init-1 .right form .list input,
.contact-page .init-1 .right form .list textarea {
  background-color: #f7f7f7;
  margin-top: 5px;
  padding: 15px;
  border-radius: 4px;
  border: none;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight:500;
  color: #b0b0b0;
}
.contact-page .init-1 .right form .list .upload_cont {
  position: relative;
  padding: 15px;
  font-size: 16px;
  font-weight:500;
  background-color: #f7f7f7;
  color: #b0b0b0;
  margin-top: 5px;
}
.contact-page .init-1 .right form .list .upload_cont input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin-top: 0;
  opacity: 0;
}
.contact-page .init-1 .right form .form_des {
  font-size: 18px;
  line-height: 32px;
  color: #b0b0b0;
  font-weight:500;
  margin-top: 20px;
}
.contact-page .init-1 .right form .more{
  border: none;
}
.contact-page .init-1 .right form .submit_btn {
  /*background-color: #000;
  border-color: #000;*/
  border-radius: 5px;
  cursor: pointer;
  /*width: 180px;
  height: 50px;*/
  overflow: hidden;
  margin-top: 50px;
}
/*.contact-page .init-1 .right form .submit_btn::before {
  display: none;
}*/
.contact-page .init-1 .right{
  position: relative;
}

@media (max-width:700px) {
  .contact-page .init-1{
    margin-top: 30px;
  }
  
  .contact-page .init-1 .left {
    display: none;
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .contact-page .init-1 .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
  }
  .contact-page .init-1 .right form .form_des {
    text-align: center;
  }
  .contact-page .init-1 .right form .submit_btn {
    margin: auto;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
   .contact-page .init-1 {
    margin-top: 40px;
  }
  .contact-page .init-1 .right .cont .s_left {
    width: 100%;
  }
  .contact-page .init-1 .right .cont .s_right {
    width: 100%;
  }
}

/*Application*/

.solutions-page .yd .left {
  width: 75%;
}
.solutions-page .yd .right {
  width: 25%;
  padding-right: 3%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  font-weight: 500;
  padding-left: .7%;
}
.solutions-page .yd .right:after {
  content: '';
  width: 1px;
  height: 90%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
}
.solutions-page .yd .right span.h3 {
  max-width: 3.5em;
  display: block;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 2em;
  line-height: 1.66666667;
  margin-top: -0.3em;
}
.solutions-page .yd .right .nav {
  color: #727272;
}
.solutions-page .yd .right .nav ul li {
  margin-bottom: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solutions-page .yd .right .nav ul li:hover,
.solutions-page .yd .right .nav ul li.active {
  font-size: 1.3em;
  color: var(--color);
}

.solutions-page .solutions ul li .textarea {
  width: 52%;
  padding-left: 6%;
}
.solutions-page .solutions ul li .textarea span.h3 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solutions-page .solutions ul li .textarea span.h3:hover {
  color: var(--color);
}

.solutions-page .solutions ul li .img {
  width: 48%;
}
.solutions-page .solutions ul li .img span.h6 {
  bottom: 0;
  right: 0;
  width: 100%;
  padding: .6em;
  background-color: rgba(0, 0, 0, 0.18);
  text-align: center;
  border-radius: inherit;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1.2;
}
.solutions-page .solutions ul li .img:hover span.h6 {
  background-color: black;
}
@media screen and (max-width: 1000px) {
  .solutions-page .yd .right {
    display: none;
  }
  .solutions-page .yd .left{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {

    .solutions-page .solutions ul li .textarea {
    width: 100%;
    padding-left: 0;
  }
  .solutions-page .solutions ul li .img {
    width: 100%;
  }
  .solutions-page .solutions ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.inner-page .slideBox .slideBoxLeft {
  width: 22%;
  padding-left: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .slideBox .slideBoxLeft .nav a {
  padding: .7em 0;
  border-bottom: 1px solid #707070;
}
.inner-page .slideBox .slideBoxLeft .nav a i {
  font-size: 1.3em;
  line-height: 1;
}
.inner-page .slideBox .slideBoxLeft .nav a.active,
.inner-page .slideBox .slideBoxLeft .nav a:hover {
  font-weight: bold;
}
.inner-page .slideBox .slideBoxLeft .nav a i.on {
  transform: rotate(45deg);
}
.inner-page .slideBox .slideBoxLeft .nav ul ul {
  padding-right: 1em;
  margin: 1em 0;
  display: none;
}
.inner-page .slideBox .slideBoxRight {
  width: 78%;
}

.inner-page .slideBox .slideBoxRight .text p{
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .inner-page .slideBox .slideBoxLeft {
    display: none;
  }
  .inner-page .slideBox .slideBoxRight {
    width: 100%;
  }
}

/*about*/
.about-page .about-1 .img img{
  width: 100%;
  /*border-radius: 20px;*/
  margin-top:50px
}
.about-page .about-1 ul{
  margin-top: 60px;
  margin-bottom: 60px;
}
.about-page .about-1 ul li{
  position: relative;
  padding-right: 150px;
}
.about-page .about-1 ul li .icon{
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-1 ul li h3{
  font-size: 60px;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
}
.about-page .about-1 ul li h3 span{
  font-size: 22px;
}
.about-page .about-1 ul li p{
  font-size: 20px;
  color: #545252;
}
.about-page .about-1 ul li::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background: #d2d2d2;
}
.about-page .about-1 ul li:last-child::after{
  content: none;
}

.about-page .about-2 li img{
  width: 100%;
  /*border-radius: 15px;*/
}

.about-page .about-3{
  background-color: var(--color);
	border-radius: 0px 257px 257px 0px;
  padding: 4.382% 0 5.4256%;
  color: #fff;
  margin-top: 50px;
}
.about-page .about-3 .in-num::before{
  background: #fff;
}
.about-page .about-3 .left{
  width: 48%;
  vertical-align: top;
}
.about-page .about-3 .right{
  vertical-align: bottom;
  width: 52%;
  font-size: 18px;
  line-height: 2;
}

.about-page .about-3 .container{
  max-width: 1300px;
}

.about-page .about-4 .content ul li .h5{
  background: white;
  box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.35);
  font-size: 22px;
  text-align: center;
  z-index: 2;
  position: relative;
    -webkit-transform: translate(-0.0%,-50%);
  -moz-transform: translate(-0.0%,-50%);
  -ms-transform: translate(-0.0%,-50%);
  transform: translate(-0.0%,-50%);
  padding: 20px 15px;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .content ul li:hover .h5{
  background: var(--color);
  color: white;
}
.about-page .about-4 .content ul li .img-box img {
  width: 100%;
}
@media screen and (max-width: 1450px) {
.about-page .about-1 ul li .icon{
    width: 60px;
    right: 25px;
  }
  .about-page .about-1 ul li{
    padding-right: 110px;
  }
  .about-page .about-1 ul li h3{
    font-size: 50px;
  }
  .about-page .about-1 ul li p{
    font-size: 17px;
  }
}
@media screen and (max-width: 1250px){
  .about-page .about-1 ul li{
    padding-right: 85px;
    margin-bottom: 20px;
  }
      .about-page .about-1 ul li .icon {
        width: 50px;
        right: 18px;
    }
    
}
@media screen and (max-width: 1000px) {
.about-page .about-1 ul{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
    .about-page .about-3{
    margin-top: 60px;
    border-radius: 0;
  }
    .about-page .about-3 .left{
    width: 100%;
  }
  .about-page .about-3 .right{
    width: 100%;
    margin-top: 20px;
    line-height: 1.8;
    font-size: 16px;
  }
    .about-page .about-4 .content ul li .h5{
    font-size: 18px;
    padding: 15px 10px;
  }
  
  .about-page .about-1 ul li:nth-child(2)::after{
    display: none;
  }
  .about-page .about-1 ul li h3{
    font-size: 40px;
  }
  .about-page .about-1 ul li p{
    font-size: 16px;
  }
  .about-page .about-1 ul li{
    padding-right: 65px;
  }
  .about-page .about-1 ul li .icon{
    right: 10px;
  }
}
@media screen and (max-width: 500px) {
.about-page .about-1 ul{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

  .about-page .about-1 ul li h3{
    font-size: 33px;
  }
  .about-page .about-1 ul li p{
    font-size: 14px;
  }
  .about-page .about-1 .con{
    line-height: 1.8;
  }
  .about-page .about-1 ul li:after{
    display: none;
  }
      .about-page .about-4 .content ul li .h5{
      font-size: 16px;
    }
}

.sustainable-page .init-2 .info img{
  width: 100%;
  /*border-radius: 20px;*/
}

.sustainable-page .init-3 .left .list {
    margin-top: 50px
}

.sustainable-page .init-3 .left .list .img {
    width: 50px
}

.sustainable-page .init-3 .left .list .text {
    width: -webkit-calc(50%);
    width: -moz-calc(50%);
    width: calc(100% - 50px);
    padding-left: 40px } .sustainable-page .init-3 .left .list .text .title { font-weight: 700 } .sustainable-page .init-3 .left .list .text .des { margin-top: 10px;
    color: #8d8d8d;
    line-height: 1.6
}

.sustainable-page .init-3 .left .list:first-child {
    margin-top: 0
}

.sustainable-page .init-3 .left .list:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.sustainable-page .init-3 .left .list:hover .img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}
@media screen and (max-width: 1000px) {
  .sustainable-page .init-1 .left, .sustainable-page .init-2 .img, .sustainable-page .init-3 .left {
    margin-bottom: 30px;
  }
}
/*faq*/

.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li em{
  color: var(--color);
}
.faq-page .box .content ul li .ig {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
    border-radius: 50px;
    padding: 24px 50px 28px 41px;
    position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  font-family: var(--font);
  padding-left: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: var(--color);
  cursor: pointer;
  position: absolute;
  display: block;
  left: 41px;
  top: 22px;
  transition: .5s;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}
.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(50.0%,-50%); rotate(90deg);
  -moz-transform: translate(50.0%,-50%); rotate(90deg);
  -ms-transform: translate(50.0%,-50%); rotate(90deg);
  transform: translate(50.0%,-50%); rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: #ffde00;
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(50.0%,-50%); rotate(0);
  -moz-transform: translate(50.0%,-50%); rotate(0);
  -ms-transform: translate(50.0%,-50%); rotate(0);
  transform: translate(50.0%,-50%); rotate(0);
}
@media screen and (max-width: 1000px) {
    .faq-page .box .content ul li .ig {
    padding: 24px 30px 28px 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    left: 20px;
  }
}
@media screen and (max-width: 700px) {
    .faq-page .box .content ul li .ig {
    padding: 20px 20px 20px 10px;
  }
  .faq-page .box .content ul li .ig .tit i {
    left: 10px;
    top: 20px;
    width: 36px;
    height: 36px; 
  }
}
@media screen and (max-width: 500px) {
   .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-left: 40px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 15px;
    line-height: 2;
    margin: 10px 0;
  }
}

.pro_related .list ul{
  margin: -10px;
}
.pro_related .list ul li{
  padding: 10px;
  font-weight: 500;
}

.pro_related .list ul li .h3:hover{
  color: var(--color);
}
.technology-page .init-1 .con{
  max-width: 1460px;
  margin: 0 auto;
}
.technology-page .init-2{
  background: #f3f3f3;
}
.technology-page .init-2 .item{
  background: no-repeat right center / 50% 100%;
  padding: 68px 0 60px;
}
.technology-page .init-2 .item .left .text p{
  font-weight: 500;
  padding-right: 26px;
  background: url(../images/te2.png) no-repeat center left;
  margin-top: 30px;
}
.technology-page .init-2 .item .right{
  display: none;
}
.technology-page .init-2 .item:nth-child(2n){
  background-position: right center;
}
.technology-page .init-2 .item:nth-child(2n) .left{
   margin: 0 auto 0 0;
} 
.technology-page .init-3 ul{
  margin: -12px;
}
.technology-page .init-3 ul li{
 padding: 12px;
}
.technology-page .init-3 ul li .ig{
  height: 475px;
	background-color: #f3f3f3;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.technology-page .init-3 ul li .ig .text{
  font-size: 25px;
  font-weight: bold;
  padding: 48px 35px 20px;
  transition: .5s;
}
.technology-page .init-3 ul li .ig .con{
    padding: 48px 35px 20px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 21px;
    opacity: 0;
     transition: .5s;
     color: #ffffff;
}
.technology-page .init-3 ul li .ig .img{
  position: absolute;
  left: -10px;
  bottom: -10px;
}
.technology-page .init-3 ul li .ig:after{
  content: '';
  display: block;
  	width: 20px;
	height: 20px;
	background-color: var(--color);
  border-radius: 50%;
  position: absolute;
  right: 40px;
  bottom: 45px;
  z-index: -1;
  transition: .5s;
}
.technology-page .init-3 ul li .ig:hover:after{
  width: 100%;
  height: 100%;
  border-radius: 0;
  right: 0;
  bottom: 0;
}
.technology-page .init-3 ul li .ig:hover .text{
  opacity: 0;
}
.technology-page .init-3 ul li .ig:hover .con{
  opacity: 1;
}
@media screen and (max-width: 1450px) {
  .technology-page .init-3 ul li .ig{
    height: 380px;
  }
  .technology-page .init-3 ul li .ig .con,.technology-page .init-3 ul li .ig .text{
    padding: 40px 20px 20px } } @media screen and (max-width: 1250px) { .technology-page .init-2 .item .left{ width: 46%;
  }
  .technology-page .init-2 .item .left .text{
    font-size: 15px;
  }
  .technology-page .init-3 ul li .ig .text{
    font-size: 22px;
  }
   .technology-page .init-3 ul li .ig .con{
     font-size: 18px;
   }
}
@media screen and (max-width: 1000px) {
  .technology-page .init-2 .item .left{
    width: 100%;
  }
    .technology-page .init-2 .item .right{
      display: block;
      margin-top: 30px;
    }
  .technology-page .init-2 .item{
    background: none !important;
    padding: 40px 0;
  }
  .technology-page .init-3 ul li .ig .img{
    zoom: 0.7;
  }
    .technology-page .init-3 ul li .ig .text{
    font-size: 20px;
  }
   .technology-page .init-3 ul li .ig .con{
     font-size: 16px;
   }
    .technology-page .init-4 .left{
      width: 100%;
      margin-bottom: 25px;
    }
    .technology-page .init-4 .left img{
      zoom: 0.5;
    }
      .technology-page .init-4 .right{
        width: 100%;
      }
}
@media screen and (max-width: 500px) {
  .technology-page .init-2 .item .left .text p{
    width: 100%;
    margin-top: 15px;
  }
  .technology-page .init-3 ul li .ig{
    height: 300px;
  }
   .technology-page .init-3 ul li .ig .text{
    font-size: 18px;
  }
   .technology-page .init-3 ul li .ig .con{
     font-size: 15px;
   }
}
.support-page .support-2 .box{
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.support-page .support-2 .ig{
	height: 225px;
	background-color: #f3f3f3;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  color: #333333;
  transition: .5s;
}
.support-page .support-2 .ig .txt{
  line-height: 1.5;
  height: 3em;
}
.support-page .support-2 .ig:hover{
  background: var(--color);
  color: #ffffff;
}
.support-page .support-2 .ig .icon{
    transition: .5s;
}
.support-page .support-2 .ig:hover .icon{
  filter: brightness(0) invert(1);
}
.support-page .support-3{
  position: relative;
}
.support-page .support-3::after{
  content: '';
  display: block;
  position: absolute;
  width: 65%;
  height: calc(100% - 120px);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(to right,var(--color) 80%,transparent);

}
.support-page .support-3 .box{
 background: no-repeat center left / 55% 100%;
 padding: 60px 0;
}
.support-page .support-3 .box .left{
  display: none;
}
.support-page .support-3 .box .right{
  margin: 0 auto 0 0;
  width: 52%;
  color: #ffffff;
  padding: 40px 0;
    position: relative;
  z-index: 2;
}
.support-page .support-3 .box .right ul li{
  padding-right: 26px;
  background: url(../images/sup_dot.png) no-repeat left top 3px;
  font-weight: 500;
}
.support-page .support-3 .box .right .more{
  background: #ffffff;
  color: var(--color);
}
.support-page .support-4{
  overflow: hidden;
}
.support-page .support-4 .con{
  	color: #333333;
}
.support-page .support-4 .list{
  background: var(--color);
  color: #ffffff;
  padding: 20px 0;
  width: 120%;
  position: relative;
  z-index: 2;
}
.support-page .support-4 .list .more{
    background: #ffffff;
  color: var(--color);
}
.support-page .support-4 .list li{
  margin-bottom: 42px;
    padding-right: 26px;
  background: url(../images/sup_dot.png) no-repeat left  top 3px;
  font-weight: 500;
}
.support-page .support-4 .list li:last-child{
  margin-bottom: 0;
}
.support-page .support-4 .list .line{
  background: #ffffff;
  width: 1px;
 align-items: stretch;
 opacity: 0.3;
}
.support-page .support-4 .list::after{
  content: '';
  display: block;
  width:20%;
  height: 100%;
  background: var(--color);
  position: absolute;
  z-index: -1;
  left: 100%;
  top: 0;
}
.support-page .faq-page .box .content ul li .ig{
  border-radius: 0;
}
@media screen and (max-width: 1700px) {
  .support-page .support-3 .box .right ul{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (max-width: 1450px) {
  .support-page .support-2 .box{
    gap: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .support-page .support-4 .list li{
    margin-bottom: 15px;
  }
  .support-page .support-4 .list .more{
    zoom: 0.8;
  }
    .support-page .support-2 .box{
    gap: 16px;
  }
  .support-page .support-2 .box{
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
}
@media screen and (max-width: 1000px) {
  .support-page .support-2 .box{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.support-page .support-3 .box{
  background: none !important;
}
.support-page .support-3 .box .left{
 display: block;
}
.support-page .support-3 .box .right{
  width: 100%;
  background: var(--color);
  padding: 40px 20px;
}
.support-page .support-3::after{
  display: none;
}
.support-page .support-4 .list{
  width: 100%;
  padding: 20px;
}
.support-page .support-4 .list::after{
  display: none;
}
.support-page .support-1 .box .left{
  margin-bottom: 20px;
}
}
@media screen and (max-width: 700px) {
    .support-page .support-2 .box{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.support-page .support-4 .list .left{
  width: 100%;
}
.support-page .support-4 .list .right{
  width: 100%;
  margin-top: 15px;
}
.support-page .support-4 .list .line{
  display: none;
}
.support-page .support-2 .ig{
  padding: 20px 15px;
  height: 200px;
}
}
@media screen and (max-width: 500px) {
   .support-page .support-3 .box .right ul{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    }
     .support-page .support-2 .box{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}