@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Regular.eot");
  src: url("../fonts/Jost-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-Regular.woff2") format("woff2"), url("../fonts/Jost-Regular.woff") format("woff"), url("../fonts/Jost-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-SemiBoldItalic.eot");
  src: url("../fonts/PlayfairDisplay-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-SemiBoldItalic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-SemiBoldItalic.woff") format("woff"), url("../fonts/PlayfairDisplay-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
.fai {
  font-family: "PlayfairDisplay";
  font-weight: 600;
  font-style: italic;
}
.pr{
  position: relative;
}
.pa{
  position: absolute;
}
body {
  font-family: "Jost";
  max-width: 1920px;
  --color: #008b87;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #001717;
}
.lh-2 {
  line-height: 1.1;
}
.lh-1 {
  line-height: 1;
}
.container {
  padding: 0 15px;
  max-width: 1750px;
  margin: auto;
  width: 100%;
}
.mores {
  width: 111px;
  height: 111px;
  border: solid 1px #666666;
  border-radius: 50%;
  display: block;
  position: relative;
  font-size: 20px;
  padding-right: 25px;
  padding-top: 25px;
  padding-left: 20px;
  line-height: 1.4;
  color: #666666;
}
.mores img {
  position: absolute;
  left: 78px;
  top: 9px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.7;
}
.mores:hover {
  border: solid 1px #008b87;
  color: var(--color);
}
.mores:hover img {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.more {
  padding: 0 38px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: var(--color);
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more img {
  margin-right: 14px;
}
.more:hover {
  background: #000000;
  color: #ffffff;
}
.more:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--color);
  padding: 32px 0;
}
#header .nav {
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
  background: #ffffff;
  padding: 0 49px;
  border-radius: 30px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 43px;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  font-size: 20px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
  font-size: 18px
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #006f6a;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;

}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu li a{
  font-size: 16px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  width: 60px;
  height: 60px;
  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;
  background: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-search:hover {
  background: #000000;
}
#header .nav .ui.menu .h-search:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span {
  width: 60px;
  height: 60px;
  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;
  background: #ffffff;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  padding: 0 38px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: var(--color);
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .chat img {
  margin-right: 14px;
}
#header .nav .ui.menu .chat:hover {
  background: #000000;
  color: #ffffff;
}
#header .nav .ui.menu .chat:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.inner-banner {
  margin-top: 139px;
}
#banner {
  position: relative;
  overflow: hidden;
  margin-top: 139px;
}
#banner .big li {
  position: relative;
}
#banner .big li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#banner .big li .text .ui {
  height: 100%;
}
#banner .big li .text .box {
  width: 50%;
}
#banner .big li .mores {
  position: absolute;
  bottom: 76px;
  right: 30px;
  border: solid 1px #008b87;
  color: var(--color);
}
#banner .big li .mores.hide{
  display: none;
}
#banner .big li .mores img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
#banner .small ul {
  width: 392px;
  position: absolute;
  bottom: 75px;
}
#banner .small li {
  padding: 0 5px;
}
#banner .small li .box {
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
  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;
  cursor: pointer;
}
#banner .small li .box .img {
  width: 45%;
}
#banner .small li .box .text {
  width: 44%;
  color: #666666;
}
#banner .small li .box .text .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;
  transition: .5s;
}
#banner .small li .box .text .btn .pages{
  margin: 0 0 0 auto;
}
#banner .small li .box .text .btn:hover{
  color: var(--color);
}
#banner .small li .box .text .btn img {
  margin-right: 14px;
}
#banner .page-dot {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 150px;
  
}
#banner .page-dot li .dot{
 width: 12px;
 height: 12px;
 border-radius: 50%;
 background: rgba(0, 0, 0, .5);
 margin: 0 auto;
 cursor: pointer;
}
#banner .page-dot .slick-current .dot{
  background: var(--color);
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.col {
  color: var(--color);
}
#index-body {
  overflow: hidden;
}
#index-body .hot-product .left {
  width: 20%;
  text-align: right;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#index-body .hot-product .left .cont {
  color: #666666;
}
#index-body .hot-product .left .mores {
  text-align: left;
  margin: 0 30px 0 auto;
}
#index-body .hot-product .right {
  width: 75%;
}
#index-body .hot-product .right li .item {
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .hot-product .right li .item .img-box {
  border-radius: 20px;
  overflow: hidden;
}
#index-body .hot-product .right li .item .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 16px;
}
#index-body .hot-product .right li .item .text .txt {
  color: #666666;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .hot-product .right li .item .text .txt a{
  transition: 0s;
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
}
#index-body .hot-product .right li .item .text .jt {
  margin-left: 20px;
}
#index-body .hot-product .right li .item .text .jt img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .hot-product .right li .item .text .jt:hover img {
  -webkit-transform: translate(5px);
  -moz-transform: translate(5px);
  -ms-transform: translate(5px);
  transform: translate(5px);
}
#index-body .hot-product .right li .item:hover {
  background: var(--color);
}
#index-body .hot-product .right li .item:hover .text .txt {
  color: #ffffff;
}
#index-body .hot-product .right li .item:hover .text .jt {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .about .left {
  width: 47%;
}
#index-body .about .left .rg .mores {
  margin: 0 30px 0 auto;
}
#index-body .about .left .cont {
  color: #666666;
  text-align: justify;
}
#index-body .about .right {
  width: 45%;
  position: relative;
}
#index-body .about .right .play i{
  border: none;
}
#index-body .categories {
  background: url(../images/bg1.jpg) center center;
  position: relative;
}
#index-body .categories .txt_bg {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  color: #f1f0f0;
  font-size: 287px;
}
#index-body .categories .top {
  position: relative;
  z-index: 2;
}
#index-body .categories .top .left {
  max-width: 450px;
}
#index-body .categories .top .right {
  padding-right: 30px;
  width: 30%;
}
#index-body .categories .top .right .cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 50px;
  color: #999999;
}
#index-body .categories .bottom {
  margin-top: -90px;
  position: relative;
}
#index-body .categories .bottom .prev,#index-body .categories .bottom .next{
  width: 50px;
  height: 50px;
  background: #c1c1c1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  bottom: 10%;
  cursor: pointer;
  transition: .5s;

}
#index-body .categories .bottom .prev:hover,#index-body .categories .bottom .next:hover{
  background: var(--color);

}
#index-body .categories .bottom .prev{
  left: 0;
}
#index-body .categories .bottom .next{
  right: 0;
}
#index-body .categories .bottom .img {
  padding: 35px;
  height: 530px;
  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: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#index-body .categories .bottom .img img {
  width: auto;
  -webkit-transform: scale(0.6) translateY(30%);
  -moz-transform: scale(0.6) translateY(30%);
  -ms-transform: scale(0.6) translateY(30%);
  transform: scale(0.6) translateY(30%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .categories .bottom .line {
  height: 2px;
  background-color: #cccccc;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .categories .bottom .t1 {
  color: #141414;
  opacity: 0.8;
}
#index-body .categories .bottom .t1:hover {
  color: var(--color);
  opacity: 1;
}
/*#index-body .categories .bottom .slick-active .line::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 3px 10px 3px 0;
  border-color: transparent #cccccc transparent transparent;
  border-style: solid;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
#index-body .categories .bottom .slick-center.slick-active .img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .categories .bottom .slick-center.slick-active .t1 {
  color: var(--color);
  opacity: 1;
}
#index-body .categories .bottom .slick-center.slick-active .line {
  background-color: #007977;
}
#index-body .categories .bottom .slick-center.slick-active .line::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #008b87;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
#index-body .categories .bottom .slick-center.slick-active .line::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #008b87;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
#index-body .categories .bottom .slick-center + .slick-active .line::before {
  display: none;
}
/*#index-body .categories .bottom .slick-center + .slick-active .line::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 10px;
  border-color: transparent transparent transparent #cccccc;
  border-style: solid;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
#index-body .advantage .top {
  position: relative;
  z-index: 2;
}
#index-body .advantage .top .left {
  max-width: 300px;
}
#index-body .advantage .top .right {
  padding-right: 30px;
  width: 60%;
}
#index-body .advantage .top .right .cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #999999;
}
#index-body .advantage .bottom .box {
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 20px;
  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-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .bottom .box .tip {
  padding: 20px 0;
  color: #666666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .bottom .box .tip .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#index-body .advantage .bottom .box .tip a {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;

}
#index-body .advantage .bottom .box .img {
  border-radius: 20px;
}
#index-body .advantage .bottom .box:hover {
  background-color: var(--color);
}
#index-body .advantage .bottom .box:hover .tip {
  color: #ffffff;
}
#index-body .advantage .bottom .box:hover .tip img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .advantage .bottom li {
  padding-bottom: 95px;
}
#index-body .advantage .bottom .slick-slide:nth-child(2n) li {
  padding-top: 95px;
  padding-bottom: 0;
}
#index-body .advantage .bottom .slick-slide:nth-child(2n) .box .tip {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#index-body .technology {
  background: #f7f7f7;
}
#index-body .technology .swiper {
  overflow: hidden;
}
#index-body .technology .left {
  width: 55%;
}
#index-body .technology .left .swiper {
  width: 112%;
  margin-left: -12%;
}
#index-body .technology .left .swiper .img {
  /*padding: 0 10px;*/
}
#index-body .technology .left .swiper img {
  width: 100%;
}
#index-body .technology .right {
  width: 38%;
}
#index-body .technology .right .item {
  padding: 0 10px;
}
#index-body .technology .right .item .title {
  text-align: right;
  line-height: 1.2;
}
#index-body .technology .right .item .cont {
  color: #666666;
  text-align: justify;
}
#index-body .technology .right .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: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
#index-body .technology .right .btn .prev {
  margin-top: 20px;
  cursor: pointer;
}
#index-body .technology .right .btn .prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#index-body .technology .right .btn .next {
  margin-top: 20px;
  cursor: pointer;
}
#index-body .technology .right .btn .pagination {
  line-height: 1;
  color: #666666;
  width: 180px;
  text-align: center;
}
#index-body .technology .right .btn .pagination span::before {
  content: "0";
}
#index-body .honor .left {
  width: 39%;
}
#index-body .honor .left .tip {
  padding-right: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .honor .left .tip .title {
  width: 420px;
}
#index-body .honor .left .tip .mores {
  padding-left: 14px;
}
#index-body .honor .left .cont {
  color: #666666;
}
#index-body .honor .right {
  width: 55%;
}
#index-body .honor .right ul li {
  padding-bottom: 20px;
}
#index-body .honor .right ul li .item .img {
  position: relative;
  padding: 0 20px;
}
#index-body .honor .right ul li .item .img .fd {
  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: 68px;
  height: 68px;
  background-color: #008b87;
  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;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .honor .right ul li .item .hon {
  width: 100%;
}
#index-body .honor .right ul li .item:hover .img .fd {
  opacity: 1;
}
#index-body .honor .right ul .line {
  height: 2px;
  background-color: #cccccc;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .honor .right ul .slick-active .line::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 3px 10px 3px 0;
  border-color: transparent #cccccc transparent transparent;
  border-style: solid;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .honor .right ul .slick-center.slick-active .line {
  background-color: #007977;
}
#index-body .honor .right ul .slick-center.slick-active .line::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #008b87;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
#index-body .honor .right ul .slick-center.slick-active .line::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #008b87;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
#index-body .honor .right ul .slick-center + .slick-active .line::before {
  display: none;
}
#index-body .honor .right ul .slick-center + .slick-active .line::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 10px;
  border-color: transparent transparent transparent #cccccc;
  border-style: solid;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .news .tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .news .tip .title {
  font-size: 150px;
  color: #f2f2f2;
  line-height: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
#index-body .news .tip .next {
  cursor: pointer;
}
#index-body .news .tip .prev {
  cursor: pointer;
}
#index-body .news .tip .prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#index-body .news .bottom .box {
  padding: 30px 30px 50px;
  background-color: #f7f7f7;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom .box .top {
  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;
  color: #999999;
  font-size: 16px;
  padding: 20px 0;
  border-bottom: solid 1px #dbdbdb;
}
#index-body .news .bottom .box .top > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .news .bottom .box .top > div img {
  margin-right: 7px;
}
#index-body .news .bottom .box .top > div span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .news .bottom .box .t1 {
  line-height: 1.3;
  height: 2.6em;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}
#index-body .news .bottom .box .cont {
  color: #666666;
}
#index-body .news .bottom .box:hover {
  background-color: var(--color);
}
#index-body .news .bottom .box:hover .top {
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
}
#index-body .news .bottom .box:hover .top img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .news .bottom .box:hover .t1 {
  color: #ffffff;
}
#index-body .news .bottom .box:hover .cont {
  color: #ffffff;
}
#index-body .news .bottom ul {
  margin: 0 -20px;
}
#index-body .news .bottom li {
  padding: 0 20px;
  padding-top: 95px;
}
#index-body .news .bottom .slick-slide:nth-child(2n) li {
  padding-bottom: 95px;
  padding-top: 0;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: var(--color);
  color: #fff;
}
#footer .f-box a {
  display: block;
  position: relative;
  padding-right: 45px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}
#footer .f-box a::before {
  content: "";
  display: block;
  background: url(../images/jt5.png) no-repeat center center / 100%;
  width: 41px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box a:hover {
  padding-right: 0;
  padding-left: 45px;
  opacity: 1;
}
#footer .f-box a:hover::before {
  opacity: 1;
}
#footer .f-box .f-nav li,
#footer .f-box .f-product li {
  margin-bottom: 0.7em;
}
#footer .f-box .f-nav li ul{
  display: none;
}
#footer .f-box .f-contact {
  max-width: 280px;
}
#footer .f-box .f-contact li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 0.7em;
}
#footer .f-box .f-contact li .img {
  width: 32px;
  padding-top: 5px;
}
#footer .f-box .f-contact li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.5;
}
#footer .f-box .f-form {
  max-width: 580px;
  background: #ffffff;
  border-radius: 20px;
  padding: 80px 57px 50px;
  /*margin-top: -450px;*/
  margin-top: -250px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box .f-form .cont {
  color: #666666;
}
#footer .f-box .f-form form {
  color: #000000;
}
#footer .f-box .f-form form ul {
  padding: 0 30px;
}
#footer .f-box .f-form form ul li {
  margin-bottom: 20px;
}
#footer .f-box .f-form form ul li input {
  width: 100%;
  height: 51px;
  border-radius: 5px;
  border: solid 1px #ededed;
  padding: 0 20px;
}
#footer .f-box .f-form form ul li input::-webkit-input-placeholder {
  color: #999999;
}
#footer .f-box .f-form form ul li input:-moz-placeholder {
  color: #999999;
}
#footer .f-box .f-form form ul li input::-moz-placeholder {
  color: #999999;
}
#footer .f-box .f-form form ul li input:-ms-input-placeholder {
  color: #999999;
}
#footer .f-box .f-form form ul li input::placeholder {
  color: #999999;
}
#footer .f-box .f-form form ul li textarea {
  height: 100px;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #ededed;
  padding: 10px 20px;
}
#footer .f-box .f-form form ul li textarea::-webkit-input-placeholder {
  color: #999999;
}
#footer .f-box .f-form form ul li textarea:-moz-placeholder {
  color: #999999;
}
#footer .f-box .f-form form ul li textarea::-moz-placeholder {
  color: #999999;
}
#footer .f-box .f-form form ul li textarea:-ms-input-placeholder {
  color: #999999;
}
#footer .f-box .f-form form ul li textarea::placeholder {
  color: #999999;
}
#footer .f-box .f-form form ul li button {
  width: 185px;
  height: 50px;
  background-color: var(--color);
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--color);
  color: #ffffff;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box .f-form form ul li button img {
  margin-right: 13px;
}
#footer .f-box .f-form form ul li button:hover {
  background: none;
  color: #000000;
}
#footer .f-box .f-form form ul li button:hover img {
  -webkit-filter: invert(100);
  filter: invert(100);
}
#footer .f-box .f-form form ul .submit {
  margin-top: 40px;
  margin-bottom: 0;
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
  padding: 10px 0 40px;
  position: relative;

}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #ffffff;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
#footer .f-copy .share 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;
}
#footer .f-copy .share ul li {
  margin-right: 15px;
}
#footer .f-copy .share ul a {
  width: 37px;
  height: 37px;
  background-color: #ffffff;
  border-radius: 6px;
  opacity: 0.7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  font-size: 20px;
  line-height: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-copy .share ul a:hover {
  opacity: 1;
}
#footer .f-copy .share ul .ewm {
  position: relative;
}
#footer .f-copy .share ul .ewm #ewm {
  width: 100px;
  height: 100px;
  border: 6px solid #ffffff;
  position: absolute;
  left: 50%;
  bottom: 120%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-copy .share ul .ewm #ewm::after {
  content: '';
  display: block;
  border-width: 10px 8px 0 8px ;
  border-color: #ffffff transparent  transparent transparent;
  border-style: solid;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
#footer .f-copy .share ul .ewm:hover #ewm {
  opacity: 1;
}
@media screen and (max-width: 1700px) {
  #banner .small ul {
    bottom: 35px;
  }
  #banner .big li .text .box {
    width: 55%;
  }
  #index-body .news .tip .title {
    font-size: 110px;
    text-align: center;
  }
  #index-body .honor .left .tip .mores,
  #index-body .honor .left .tip .btn {
    margin: 0 0 0 auto;
  }
  #index-body .categories .txt_bg {
    font-size: 240px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin-right: 30px;
  }
}
@media screen and (max-width: 1450px) {
  #banner .big li .text .box {
    width: 69%;
  }
  #banner .small ul {
    bottom: 15px;
  }
  #index-body .news .tip .title {
    font-size: 85px;
  }
  #index-body .categories .txt_bg {
    font-size: 200px;
  }
  #index-body .categories .bottom .img {
    height: 430px;
  }
  #index-body .categories .top .right {
    width: 35%;
  }
  #index-body .technology .left .swiper {
    width: 125%;
    margin-left: -25%;
  }
  #footer .f-box .f-form {
    max-width: 500px;
    padding: 60px 30px 50px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
  }
  #header .nav .ui.menu .chat {
    padding: 0 15px;
    display: none;
  }
  #banner .big li .text .box {
    padding-top: 60px;
  }
  #index-body .categories .bottom .prev, #index-body .categories .bottom .next{
    bottom: 8%;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #banner .big li .mores {
    right: 0;
  }
  #index-body .categories .txt_bg {
    font-size: 160px;
  }
  #index-body .news .tip .title {
    font-size: 60px;
  }
  #index-body .technology .left .swiper {
    width: 133%;
    margin-left: -33%;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #footer .f-box .f-form form ul {
    padding: 0;
  }
  #footer .f-box .f-form {
    max-width: 400px;
  }
  #banner .small ul {
    bottom: 0;
  }
  #banner .big li .text .box {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 970px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .categories .bottom .prev, #index-body .categories .bottom .next{
    display: none;
  }
  #footer .f-copy{
    margin-top: 0;
  }
  .body-overflow-box {
    margin-bottom: 0;
  }
  #banner .small li .box .img {
    width: 35%;
  }
  #banner .small li .box .text {
    width: 55%;
  }
  #banner .small {
    display: none;
  }
  #banner .big li .mores {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 20px;
  }
  #index-body .hot-product .left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 20px;
  }
  .mores {
    zoom: 0.8;
  }
  #index-body .about .left {
    margin-bottom: 40px;
  }
  #index-body .categories .top .right {
    margin-top: 40px;
  }
  #index-body .categories .top .right .mores {
    margin-top: 20px;
  }
  #index-body .advantage .top .right {
    margin-top: 40px;
  }
  #index-body .advantage .top .right .mores {
    margin-top: 20px;
  }
  #index-body .categories .txt_bg {
    font-size: 120px;
  }
  #index-body .categories .bottom .img {
    height: 340px;
  }
  #index-body .categories .bottom {
    margin-top: 0;
  }
  #index-body .technology .left .swiper {
    width: 100%;
    margin: 0;
  }
  #index-body .technology .right {
    padding-bottom: 40px !important;
  }
  #index-body .honor .left .cont {
    margin-bottom: 40px;
  }
  #footer .f-box .f-form {
    margin-top: 0;
    padding: 60px 30px 50px !important;
    max-width: 100%;
    margin-top: 40px;
  }
  #footer .f-box .f-product {
    display: none;
  }
  .font-30 {
    font-size: 18px;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
  }
  #index-body .news .bottom li,
  #index-body .advantage .bottom li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #index-body .news .tip .title {
    font-size: 35px;
  }
  #index-body .news .tip .prev {
    display: none;
  }
  #index-body .news .tip .next {
    display: none;
  }
  #footer .f-copy .share {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #index-body .categories .txt_bg {
    display: none;
  }
  #index-body .categories .bottom .img {
    height: 300px;
    padding: 20px;
  }
  #banner .big li .text .box {
    padding-top: 20px;
  }
  #index-body .honor .right ul li .item .img .fd {
    zoom: 0.8;
  }
  #index-body .news .bottom .box .top {
    padding-top: 0;
  }
  #index-body .news .bottom .box {
    padding: 20px 20px 40px;
  }
  #index-body .honor .right ul li .item .img {
    padding: 0 5px;
  }
  #index-body .news .bottom ul {
    margin: 0 -5px;
  }
  #index-body .news .bottom ul li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 500px) {
  #banner .big li .mores {
    position: absolute;
    right: 30px;
    bottom: 20px;
  }
  #index-body .news .tip .title {
    font-size: 23px;
    color: #000000;
  }
  #banner .big li .text .box .title {
    font-size: 18px;
  }
  .mores {
    zoom: 0.55;
  }
  #index-body .categories .bottom .img {
    height: 400px;
  }
  #index-body .technology .right .btn .pagination {
    width: 100px;
  }
  #footer .f-box .f-form {
    padding: 40px 20px 30px !important;
  }
  #footer .f-box .f-form form ul li button {
    width: 160px;
    height: 45px;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
  #footer .f-copy {
    font-size: 14px;
  }
}

/*inner*/

.my_btn {
  display: flex;
}
.my_btn .my_btna {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 25px;
  color: #141414;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@keyframes icon-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.my_btn .my_btna .my_btn0 img{
 animation: icon-rotate 6s linear infinite;
}
.my_btn .my_btna .my_btn0 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 53px;
  height: 53px;
  background: #000000;
  border-radius: 50%;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.my_btn .my_btna:hover {
  color: var(--color);
}
.my_btn .my_btna:hover .my_btn0 img{
  animation-play-state: paused;
}
.my_btn .my_btna:hover .my_btn0 {
  border: 1px solid transparent;
  background: var(--color);
}
#innerMobileBanner{
  padding: 20px !important;

}
#innerMobileBanner .title{
  font-size: 20px;
}
.inner-banner {
  background-position: center center;
  max-width: 1920px;
  margin: 0 auto 0 0;
  height: 232px;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  z-index: 1;
  margin-top: 105px;
  border-bottom: 1px solid #d5d5d5;
  /*background-color: #f5f5f5;*/
}
.inner-banner.factory_banner{
  height: 155px;
  background: #f6f6f6;
  color: black;
}

.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;
  color: var(--color);
  font-family: "PlayfairDisplay";
    font-weight: 600;
    font-style: italic
}
.inner-banner .text .mbx { 
  /*font-weight: 300;*/
      font-size: 20px;
  margin-top: 12px;
  color: #666;
}
.inner-banner .text .mbx a{
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .text .mbx a:hover{
  color: var(--color);
}
.inner-banner::after {
  /*content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgba(0, 0, 0, 0.21)), color-stop(5%, rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);*/
}
.inner-banner.factory_banner::after{
  content: none;
}
.about-c-page .about-1 {
  margin-top: 100px;
  margin-bottom: 100px;
}

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

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

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

.about-c-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-c-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-c-page .about-1 .play:hover {
  background: #2a8a86;
}

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

.about-c-page .about-1 .right .data {
  margin-top: calc(1.77vw + 14px);
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: calc(0.525vw + 14px) calc(0.8345vw + 14px) calc(2.1885vw + 14px) calc(0.8345vw + 14px);
}

.about-c-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-c-page .about-1 .right .data ul li {
  display: inline-block;
  font-weight: 600;
  color: #666;
  font-size: 18px;
  line-height: 32px;
}

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

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

.about-c-page .about-1 .right .data ul li:hover .num {
  color: var(--color);
}

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

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

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

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

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

.about-c-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-c-page .about-2 .left ul li:last-child {
  padding-bottom: 0;
}

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

.about-c-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-c-page .about-2 .right .info {
  margin-top: -5.5%;
}

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

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

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

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

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

.about-c-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-c-page .about-2 .right .bicycle .tire1 {
  left: -128px;
}

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

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

.about-c-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-c-page .about-3 .left {
  width: 32%;
}

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

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

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

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

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

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

/*.about-c-page .about-3 .right ul {
  margin-right: -63px;
  margin-left: -29px;
}*/
/*.about-c-page .about-3 .right ul .slick-slide {
  padding: 19px 20px 29px;
}*/
/*.about-c-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-c-page .about-3 .right ul .slick-current li .ig .img-box {
  opacity: 1;
}*/
.about-c-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-c-page .about-3 .right ul li .ig .img-box {
  display: block;
  /*border: 20px solid var(--color);*/
  position: relative;
  z-index: 1;
  /*opacity: .6;*/
}

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

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

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

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

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

.about-c-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-c-page .about-4 .left ul li .con {
  font-size: 18px;
  line-height: 32px;
  margin-top: 34px;
  font-weight: 400;
}

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

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

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

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

.about-c-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-c-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-c-page .about-4 .right a:hover::after {
  width: 100%;
}

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

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

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

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

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

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

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

.about-c-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-c-page .about-5 .content ul li .ig:hover .text {
  top: 50px;
  left: 53px;
  opacity: 1;
}

.about-c-page .about-6 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.about-c-page .about-6 ul li {
  width: 33.3%;
  position: relative;
}

.about-c-page .about-6 ul li img {
  min-height: 500px;
  object-fit: cover;
}

.about-c-page .about-6 ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 80px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-c-page .about-6 ul li .text .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}

.about-c-page .about-6 ul li .text .box .cont {
  /*height: 0px;
  overflow-y: hidden;*/
  /*transition: .5s;*/
  display: none;
}

/*.about-c-page .about-6 ul li .text:hover .box .cont{
  height: 13em;
  overflow-y: auto
}*/
.about-c-page .about-7 {
  position: relative;

}

.about-c-page .about-7 .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 7.8vw;
  color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

  .about-c-page .about-6 ul li .text {
    padding: 80px
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .about-c-page .about-6 ul li .text {
    padding: 80px 60px
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .about-c-page .about-6 ul li .text {
    padding: 80px 40px
  }
}

@media screen and (max-width: 1100px) {
  .about-c-page .about-1 .left .con {
    margin-top: 30px;
    font-size: 16px
  }

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

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

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

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

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

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

  /*.about-c-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-c-page .about-4 .right a {
    font-size: 18px;
  }

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

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

  .about-c-page .about-6 ul li .text {
    padding: 80px 20px
  }
}

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

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

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

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

  .about-c-page .about-1 .right {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .about-c-page .about-6 ul li {
    width: 50%
  }
}
@media screen and (max-width: 1000px) {
    .about-c-page .about-7>img {
    height: 400px;
    object-fit: cover;
  }
}
@media screen and (max-width: 700px) {
 .font-45{
   font-size: 22px;
 }
  .about-c-page .about-6 {
    display: none
  }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 500px) {
  .about-c-page .about-7>img {
    height: 550px
  }

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

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

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

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

  .about-c-page .about-5 .title {
    font-size: 27px;
  }
}
.contact-c-page .contact-1 .left {
  width: 43%;
}

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

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

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

.contact-c-page .contact-1 .left ul li input,
.contact-c-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-c-page .contact-1 .left ul li input::-webkit-input-placeholder,
.contact-c-page .contact-1 .left ul li textarea::-webkit-input-placeholder {
  color: #3d3d3d;
}

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

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

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

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

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

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

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

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

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

.contact-c-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-c-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-c-page .contact-1 .left .bottom a:hover::after {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .contact-c-page .contact-1 .right ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) {
    .contact-c-page .contact-1 .right{
    padding-left: 2%;
    width: 50%;
  }
  .contact-c-page .contact-1 .left{
    width: 50%;
  }
  .contact-c-page .contact-1 .left ul li{
    padding-right: 15px;
  }
}
@media (max-width: 1000px){
  .contact-c-page .contact-1 .left,.contact-c-page .contact-1 .right{
    width: 100%;
  }

}
.about-page {
  background-color: #f2f2f2;
}
.about-page .init-1 {
  background-color: #f2f2f2;
}
.about-page .init-1 .containerC .left {
  width: 32%;
}
.about-page .init-1 .containerC .left .title {
  font-weight: bold;
}
.about-page .init-1 .containerC .left .des {
  max-width: 340px;
}
.about-page .init-1 .containerC .left .des em {
  border-bottom: 1px solid #343639;
}
.about-page .init-1 .containerC .left .des2 {
  max-width: 340px;
  margin-left: auto;
}
.about-page .init-1 .containerC .left .des2 .title {
  line-height: 1.6;
  font-weight: bold;
}
.about-page .init-1 .containerC .middle {
  width: 32%;
}
.about-page .init-1 .containerC .middle img {
  width: 100%;
}
.about-page .init-1 .containerC .right {
  width: 32%;
  padding: 30px 24px 50px 24px;
  background-color: var(--color);
  color: #ffffff;
}
.about-page .init-1 .containerC .right .title {
  font-weight: bold;
}
.about-page .init-1 .containerC .right .img {
  width: 100%;
}
.about-page .init-1 .containerC .right ul li .box .sub {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  margin-top: 2px;
}
.about-page .init-1 .containerC .right ul li .box .desC {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about-page .init-1 .containerC .right ul li .box .desC .title2 {
  font-weight: bold;
}
.about-page .init-2 .containerC {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.about-page .init-2 .containerC ul li .box {
  position: relative;
  width: 590px;
  padding: 70px;
}
.about-page .init-2 .containerC ul li .box .left .num {
  font-weight: bold;
  color: var(--color);
  font-size: 60px;
  line-height: 1;
}
.about-page .init-2 .containerC ul li .box .left .bottom {
  font-weight: bold;
}
.about-page .init-2 .containerC ul li .box .right {
  width: 280px;
  padding-left: 30px;
}
.about-page .init-2 .containerC ul li .box .sub {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  position: absolute;
  top: -6px;
  left: -6px;
}
.about-page .init-2 .containerC ul li .box .sub2 {
  left: unset;
  right: -5px;
}
.about-page .init-2 .containerC ul li .box .sub3 {
  left: unset;
  right: -5px;
  bottom: -5px;
  top: unset;
}
.about-page .init-2 .containerC ul li .box .sub4 {
  top: unset;
  bottom: -6px;
}
.about-page .init-2 .containerC ul li.li1 .box {
  width: 500px;
}
.about-page .init-2 .containerC ul li.li2 {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.about-page .init-2 .containerC ul li.li3 .box {
  width: 500px;
}
.about-page .init-3 .subShadow {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #e7e7e7;
}
.about-page .init-3 .contentC {
  border-top: 10px solid #000;
  background-color: var(--color);
  color: #ffffff;
}
.about-page .init-3 .contentC .content {
  max-width: 1450px;
  margin: auto;
  padding: 0 20px;
}
.about-page .init-3 .contentC .content .topC .left {
  width: 50%;
  padding-right: 70px;
}
.about-page .init-3 .contentC .content .topC .left .title {
  font-weight: bold;
}
.about-page .init-3 .contentC .content .topC .left .des {
  line-height: 2;
}
.about-page .init-3 .contentC .content .topC .right {
  width: 50%;
}
.about-page .init-3 .contentC .content .topC .right .img {
  width: 100%;
  position: relative;
  margin-top: -160px;
}
.about-page .init-3 .contentC .content .bottomC ul li {
  width: 340px;
}
.about-page .init-3 .contentC .content .bottomC ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-3 .contentC .content .bottomC ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.about-page .init-3 .contentC .content .bottomC ul li .box .titleC .img {
  width: 56px;
  height: 56px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-3 .contentC .content .bottomC ul li .box .titleC .title2 {
  width: -webkit-calc(44%);
  width: -moz-calc(44%);
  width: calc(100% - 56px);
  padding-left: 20px;
  font-weight: bold;
  position: relative;
  top: 10px;
}
.about-page .init-3 .contentC .content .bottomC ul li .box:hover .titleC .img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .init-4 {
  background-color: #e7e7e7;
}
.about-page .init-4 .contentC {
  max-width: 1520px;
  margin: auto;
  padding: 0 16px;
}
.about-page .init-4 .contentC .titleC {
  font-weight: bold;
}
.about-page .init-4 .contentC .content {
  padding: 50px 200px 50px 0;
}
.about-page .init-4 .contentC .content .lineC {
  background-color: #cecece;
  height: 100%;
  width: 1px;
  top: 0;
  left: 5px;
}
.about-page .init-4 .contentC .content .sPage {
  width: 60px;
  height: 600px;
  background-color: #ffffff;
  border-radius: 30px;
  top: 40px;
  right: 0;
}
.about-page .init-4 .contentC .content .sPage .swiper-pagination-progressbar {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: -webkit-calc(40%);
  height: -moz-calc(40%);
  height: calc(100% - 60px);
  top: 30px;
  background-color: #e7e7e7;
}
.about-page .init-4 .contentC .content .sPage .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--color);
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.about-page .init-4 .contentC .content .swiper {
  height: 640px;
}
.about-page .init-4 .contentC .content .swiper ul {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.about-page .init-4 .contentC .content .swiper ul li {
  height: auto;
}
.about-page .init-4 .contentC .content .swiper ul li .box {
  padding-left: 40px;
}
.about-page .init-4 .contentC .content .swiper ul li .box .year {
  background-color: var(--color);
  color: #ffffff;
  width: 100px;
  padding: 6px;
  text-align: center;
}
.about-page .init-4 .contentC .content .swiper ul li .box .year .sub {
  width: 10px;
  height: 10px;
  background-color: var(--color);
  left: -40px;
  top: 10px;
}
.about-page .init-4 .contentC .content .swiper ul li .box .title {
  font-weight: bold;
}
.about-page .init-4 .contentC .content .swiper ul li .box .des {
  color: #343639;
}
.about-page .init-5 .containerC .left {
  width: 30%;
}
.about-page .init-5 .containerC .left img {
  width: 100%;
}
.about-page .init-5 .containerC .right {
  width: 67%;
  z-index: 2;
}
.about-page .init-5 .containerC .right .subImg {
  z-index: -1;
  width: 140px;
  height: 110px;
  right: 20%;
  top: 0;
}
.about-page .init-5 .containerC .right .desC {
  margin-left: 50px;
}
.about-page .init-5 .containerC .right .desC .des {
  font-weight: bold;
  max-width: 630px;
}

.about-page .init-5 .containerC .right .content {
  color: #ffffff;
  background-color: var(--color);
}
.about-page .init-5 .containerC .right .content .des {
  width: 50%;
  min-height: 370px;
  padding: 40px;
}
.about-page .init-5 .containerC .right .content .imgC {
  width: 50%;
}
.about-page .init-5 .containerC .right .content .imgC img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-6 .content {
  max-width: 1320px;
  margin: auto;
  padding: 0 16px;
}
.about-page .init-6 .content2 {
  font-weight: bold;
  text-align: center;
  max-width: 1020px;
  margin: 90px auto 0;
  padding: 0 16px;
}
.about-page .init-6 .content2 em {
  color: var(--color);
  text-decoration: underline;
}
@media (max-width: 1700px) {
  .about-page .init-2 .containerC ul li.li1 .box {
    width: 450px;
  }
  .about-page .init-2 .containerC ul li.li2 .box {
    width: 450px;
  }
}
@media (max-width: 1450px) {
  .inner-no-banner .textAniC{
    top: 34px;
  }
  .inner-no-banner .textAniC .text .c{
    font-size: 360px;
  }
  .about-page .init-2 .containerC ul li.li2 {
    width: 100%;
    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;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .about-page .init-2 .containerC ul li.li2 {
    border-left: none;
    border-right: none;
  }
  .about-page .init-2 .containerC ul li .box {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }
  .about-page .init-2 .containerC ul li.li1 .box {
    width: 500px;
  }
  .about-page .init-2 .containerC ul li.li2 .box {
    width: 500px;
  }
}
@media (max-width: 1250px) {
  .inner-no-banner .textAniC{
    top: 40px;
  }
  .inner-no-banner .textAniC .text .c{
    font-size: 260px;
  }
  .about-page .init-3 .contentC .content .bottomC ul li {
    width: 48%;
  }
  .about-page .init-3 .contentC .content .topC .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-3 .contentC .content .topC .right {
    margin-top: 20px;
    width: 100%;
    max-width: 600px;
  }
  .about-page .init-3 .contentC .content .topC .right .img {
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  .inner-no-banner {
    padding: 40px 0 20px 0;
  }
  .inner-no-banner .textAniC{
    top: 20px;
  }
  .inner-no-banner .textAniC .text .c{
    font-size: 160px;
    margin-top: 24px;
  }
  .inner-no-banner .containerC {
    min-height: auto;
  }
  .about-page .init-1 .containerC .left {
    width: 66%;
  }
  .about-page .init-1 .containerC .right {
    width: 100%;
    margin-top: 20px;
  }
  .inner-no-banner .containerC .bannerLine {
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: calc(100% - 30px);
    left: 15px;
  }
  .about-page .init-5 .containerC {
    padding: 0 16px;
  }
  .about-page .init-5 .containerC .left {
    width: 100%;
    max-width: 500px;
  }
  .about-page .init-5 .containerC .right {
    width: 100%;
  }
  .about-page .init-5 .containerC .right .desC {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .inner-no-banner .textAniC .text .c{
    font-size: 100px;
  }
  .about-page .init-1 .containerC .left {
    width: 100%;
  }
  .about-page .init-1 .containerC .middle {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-1 .containerC .left .des {
    width: 100%;
    max-width: 100%;
  }
  .about-page .init-1 .containerC .left .des2 {
    width: 100%;
    max-width: 100%;
  }
  .inner-no-banner .containerC .mbx .sub {
    width: 10px;
    height: 10px;
    margin-top: 4px;
  }
  .about-page .init-3 .contentC .content .bottomC ul li {
    width: 100%;
  }
  .about-page .init-4 .contentC .content {
    padding: 50px 90px 50px 0;
  }
}
@media (max-width: 500px) {
  .inner-no-banner .textAniC{
    top: 30px;
  }
  .inner-no-banner .textAniC .text .c{
    font-size: 80px;
  }
  .about-page .init-1 .containerC .right ul li .box .sub {
    width: 10px;
    height: 10px;
  }
  .about-page .init-1 .containerC .right {
    padding: 20px 16px;
  }
  .about-page .init-1 .containerC .right .img {
    margin-top: 20px;
  }
  .about-page .init-2 .containerC ul li.li1 .box,
  .about-page .init-2 .containerC ul li.li2 .box,
  .about-page .init-2 .containerC ul li.li3 .box {
    width: 100%;
  }
  .about-page .init-2 .containerC ul li .box .sub1 {
    left: 10px;
  }
  .about-page .init-2 .containerC ul li .box .sub2 {
    right: 10px;
  }
  .about-page .init-2 .containerC ul li .box .sub3 {
    right: 10px;
  }
  .about-page .init-2 .containerC ul li .box .sub4 {
    left: 10px;
  }
  .about-page .init-2 .containerC ul li .box {
    padding: 30px 16px;
  }
  .about-page .init-2 .containerC ul li .box > div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .init-2 .containerC ul li .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .about-page .init-2 .containerC ul li .box .left .num {
    font-size: 40px;
  }
  .about-page .init-4 .contentC .content {
    padding: 50px 40px 50px 0;
  }
  .about-page .init-4 .contentC .content .sPage {
    width: 30px;
    height: 400px;
  }
  .about-page .init-4 .contentC .content .swiper {
    height: 500px;
  }
  .about-page .init-4 .contentC .content .swiper ul li .box {
    padding-left: 20px;
  }
  .about-page .init-4 .contentC .content .swiper ul li .box .year .sub {
    left: -20px;
  }
  .about-page .init-5 .containerC .right .content .des {
    width: 100%;
    padding: 20px;
    min-height: auto;
  }
  .about-page .init-5 .containerC .right .content .imgC {
    width: 100%;
  }
  .about-page .init-6 .content2 {
    margin-top: 30px;
  }
}

.product-page {
  background-color: #f2f2f2;
}
.product-page .init-1 .containerC .cateCont {
  width: 440px;
  background-color: #ffffff;
  padding: 70px 20px 70px 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  border-radius: 10px;
}
.product-page .init-1 .containerC .cateCont .tipsTitle {
  font-weight: bold;
  margin-bottom: 30px;
  
}
.product-page .init-1 .containerC .cateCont ul li {
  margin-top: 10px;
}
.product-page .init-1 .containerC .cateCont ul li .first {
  position: relative;
  color: #666;
  display: block;
  font-size: 18px;
  padding-right: 30px;
}
.product-page .init-1 .containerC .cateCont ul li .first span {
  position: relative;
}
.product-page .init-1 .containerC .cateCont ul li .first span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.product-page .init-1 .containerC .cateCont ul li .first i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.product-page .init-1 .containerC .cateCont ul li .first i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .init-1 .containerC .cateCont ul li .first:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li .first.active {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li .first.active span::before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.product-page .init-1 .containerC .cateCont ul li ul {
  display: none;
}
.product-page .init-1 .containerC .cateCont ul li.active ul{
  display: block;
}
.product-page .init-1 .containerC .cateCont ul li ul li {
  margin-top: 24px;
  padding-left: 10px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a {
  color: #838383;
  font-size: 16px;
}
.product-page .init-1 .containerC .cateCont ul li ul li a:hover,
.product-page .init-1 .containerC .cateCont ul li ul li a.active {
  color: var(--color);
}
.product-page .init-1 .containerC .cateCont ul li ul li:last-child {
  margin-bottom: 24px;
}
.product-page .init-1 .containerC .cateCont .more {
  width: 100%;
  border-radius: 5px;
}
.product-page .init-1 .containerC .cateCont .more::before{
  display: none;
}
.product-page .init-1 .containerC .cateCont .more:hover{
  background: #000;
}
.product-page .init-1 .containerC .listContC {
  width: -webkit-calc(-340%);
  width: -moz-calc(-340%);
  width: calc(100% - 440px);
  padding-left: 70px;
}
.product-page .init-1 .containerC .listContC .titleC {
  border-bottom: 1px solid #cfcfcf;
}
.product-page .init-1 .containerC .listContC .titleC .cat {
  font-weight: bold;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 14px;
  font-size: 30px;
}
.product-page .init-1 .containerC .listContC .titleC form .text {
  width: 350px;
  background-color: #e9e9e9;
  border: none;
  padding: 10px 16px;
  border-radius: 5px;
}
.product-page .init-1 .containerC .listContC .titleC form .submit {
  background-color: var(--color);
  color: #fff;
  border: none;
  width: 140px;
  margin-left: 10px;
  transition: all .5s;
 border-radius: 5px;
}
.product-page .init-1 .containerC .listContC .titleC form .submit:hover{
  background: var(--color);
}
.product-page .init-1 .containerC .listContC .content {
  padding-top: 20px;
}
.product-page .init-1 .containerC .listContC .content ul li {
  margin-top: 40px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC {
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .img img {
  width: auto;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont {
  padding: 20px 30px;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .type {
  font-weight: bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title {
  display: block;
  /*font-weight: bold;*/
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #666;
  font-family: jost;
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .title:hover {
  color: var(--color);
}
.product-page .init-1 .containerC .listContC .content ul li .box .topC .cont .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC {
  padding: 6px 0;
  background-color: #ffffff;
  border-radius: 5px;
  color: #666;
  justify-content: space-between;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .btns {
  font-weight: bold;
  padding: 10px 30px;
  font-size: 20px;
  color: #151515;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .btns:hover {
  color: var(--color);
 
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop {
  width: 100px;
  margin-left: auto;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 16px 0;
  cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop .shopImg {
  width: 24px;
  height: 22px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .shop:hover .shopImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see {
  width: 100px;
  border-left: 1px solid #ededed;
  /*border-right: 1px solid #ededed;*/
  padding: 16px 0;
  cursor: pointer;
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see .seeImg {
  width: 24px;
  height: 17px;
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.product-page .init-1 .containerC .listContC .content ul li .box .bottomC .see:hover .seeImg {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.product-page .init-1 .containerC .catDes {
  line-height: 2;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 4px;
}
.prodet-page {
  background-color: #f2f2f2;
}
.prodet-page .init-1 .container .containerC .left {
  padding-right: 70px;
  width: 50%;
  margin-top: 30px;
}
.prodet-page .init-1 .container .containerC .left h1 {
font-family: JOST;
font-weight: 700;
font-size: 28px !important;
color: #151515;
}
.prodet-page .init-1 .container .containerC .left .title {
  font-weight: bold;
}
.prodet-page .init-1 .container .containerC .left .desC .tips {
  font-weight: bold;
  color: var(--color);
  display: flex
}
.prodet-page .init-1 .container .containerC .left .desC .tips p{
  color: #434343;
  margin-right: 20px;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.prodet-page .init-1 .container .containerC .left .desC .tips p.active,
.prodet-page .init-1 .container .containerC .left .desC .tips p:hover{
    color: var(--color);
}
.prodet-page .init-1 .container .containerC .left .desC .des {
  margin-top: 20px;
  border-top: 1px solid #cfcfcf;
  color: #666;
  line-height: 1.8;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tbody{
  min-width: 400px;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tr {
  border-bottom: 1px solid #cfcfcf;
  background-color: transparent;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tr td {
  border: none;
  padding: 10px 0;
  text-align: left !important;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tr td p{
  text-align: left !important;
}
.prodet-page .init-1 .container .containerC .left .desC .des table tr td b,
.prodet-page .init-1 .container .containerC .left .desC .des table tr td strong {
  font-weight: bold;
}
.prodet-page .init-1 .container .containerC .left .des2 {
  color: #666;
}
.prodet-page .init-1 .container .containerC .left .subImg {
  display: block;
}
.prodet-page .init-1 .container .containerC .right {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 50%;
  margin-top: -20px;
}
.prodet-page .init-1 .container .containerC .right{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
 
 
}
.prodet-page .init-1 .container .containerC .right .big {
  width: 80%;
}

.prodet-page .init-1 .container .containerC .right .big ul li a {
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  background: white;
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);*/
  overflow: hidden
}
.prodet-page .init-1 .container .containerC .right .big ul li img {
  width: 100%;
}
.prodet-page .init-1 .container .containerC .right .small {
  width: 16%;
}
.prodet-page .init-1 .container .containerC .right .small .prev,.prodet-page .init-1 .container .containerC .right .small .next{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 22px;
  background: #ffffff;
  cursor: pointer;
  transition: .5s;
}
.prodet-page .init-1 .container .containerC .right .small .prev:hover,.prodet-page .init-1 .container .containerC .right .small .next:hover{
  background: var(--color);
  color: #ffffff;
}
.prodet-page .init-1 .container .containerC .right .small ul {
  margin:10px -4px;
}
.prodet-page .init-1 .container .containerC .right .small ul li {
  padding: 4px;
  cursor: pointer;
}
.prodet-page .init-1 .container .containerC .right .small ul li img {
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: white;
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);*/
}

.prodet-page .init-2 .cont {
  background-color: #e9e9e9;
  padding: 20px 70px;
}
.prodet-page .init-2 .cont .list {
  margin-top: 10px;
}
.prodet-page .init-2 .cont .list .h4 {
  display: block;
  font-weight: bold;
}
.prodet-page .init-2 .cont .list .title {
  color: #9a9a9a;
}
.prodet-page .init-2 .cont .list:hover .title {
  color: var(--color);
}
.prodet-page .init-2 .cont .prev {
  padding-right: 20px;
}
.prodet-page .init-2 .cont .next {
  margin-left: auto;
  text-align: right;
}
@media (max-width: 1700px) {
  .product-page .init-1 .containerC .listContC .content ul li .box .bottomC .more {
    width: 100%;
  }
}
@media (max-width: 1450px) {
  .product-page .init-1 .containerC .listContC .titleC form {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: auto;
  }
  .product-page .init-1 .containerC .listContC .titleC .cat {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-top: 40px;
  }
  .product-page .init-1 .containerC .listContC .content ul li {
    width: 50%;
  }
}
@media (max-width: 1250px) {
  .product-page .init-1 .containerC .cateCont {
    display: none;
  }
  .product-page .init-1 .containerC .listContC {
    width: 100%;
    padding-left: 30px;
  }
  .prodet-page .init-1 .container .containerC .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .init-1 .container .containerC .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .prodet-page .init-1 .container .containerC .right .big ul li a{
    border-radius: 15px;
  }
  .product-page .init-1 .containerC .listContC {
    padding-left: 26px;
  }
  .prodet-page .init-2 .cont .list {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 700px) {
  .prodet-page .init-1 .containerC {
    padding: 0
  }
  .product-page .init-1 .containerC .listContC {
    padding-left: 22px;
  }
  .prodet-page .init-2 .cont {
    padding: 10px 20px;
  }
  .prodet-page .init-1 .container .containerC .right .small .prev,.prodet-page .init-1 .container .containerC .right .small .next{
    zoom: 0.8;
  }
}
@media (max-width: 500px) {
  .product-page .init-1 .containerC .listContC {
    padding-left: 16px;
  }
  .product-page .init-1 .containerC .listContC .content ul li {
    width: 100%;
  }
  .prodet-page .init-1 .container .containerC .right .small{
    width: 22%;
    margin-top: 0;
  }
.prodet-page .init-1 .container .containerC .right .big{
  width: 75%;
}

}



/*inner-page*/

.i-title p {
  font-size: 16px;
  font-weight: bold;
  color: var(--color);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.i-title h3 {
  font-size: 34px;
  /*font-weight: bold;*/
  line-height: 1.5;
}
.tit-font {
  /*font-weight: bold;*/
  line-height: 36px;
  color: #666;
}
.related-honor {
  padding: 110px 0 0;
}
.related-honor .top .i-title .img{
  max-width: 520px;
}
.related-honor .partner {
  margin: 80px 0 50px;
}
.related-honor .partner ul {
  margin: 0 -30px;
}
.related-honor .partner ul li {
  padding: 0 30px;
}
.related-honor .partner ul li .img {
  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;
}
.related-honor .top .con {
  max-width: 56%;
  line-height: 2;
}
.related-honor .honor ul {
  margin: 0 -30px;
}
.related-honor .honor ul li {
  padding: 0 30px;
}

@keyframes img_rotate2{
  0%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(-360deg);
  }
  100%{
    transform: rotate(0deg);
  }
}

.sustanibility-page .sustanibility-1 .left {
  width: 53%;
}
.sustanibility-page .sustanibility-1 .left img{
  width: 100%;
  border-radius: 20px;
}
.sustanibility-page .sustanibility-1 .right {
  padding-left: 80px;
  width: 47%;
  
}
.sustanibility-page .sustanibility-1 .right h4 {
  font-weight: bold;
  font-size: 18px;
  color: var(--color);
}
.sustanibility-page .sustanibility-1 .right .con {
  line-height: 2;
}
.sustanibility-page .sustanibility-1.sustanibility-11 .left{
 order: 2;
}
.sustanibility-page .sustanibility-1.sustanibility-11 .right{
    padding-left: 0;
      padding-right: 80px;
}
.sustanibility-page .sustanibility-2 {
  margin: 120px 0;
}
.sustanibility-page .sustanibility-2 .top .con {
  max-width: 1020px;
      line-height: 2;
}
.sustanibility-page .sustanibility-2 .content {
  background: url('/mingletextile/2025/12/04/sustainability2.jpg?imageView2/2/format/webp/q/100') no-repeat;
  background-size: cover;
  margin-top: 100px;
}
.sustanibility-page .sustanibility-2 .content .container {
  color: white;
}
.sustanibility-page .sustanibility-2 .content .container ul .slick-current li,
.sustanibility-page .sustanibility-2 .content .container ul .slick-current + .slick-slide li,
.sustanibility-page .sustanibility-2 .content .container ul .slick-current + .slick-slide + .slick-slide li,
.sustanibility-page .sustanibility-2 .content .container ul .slick-current + .slick-slide + .slick-slide + .slick-slide li {
  border-right: 1px solid white;
}
.sustanibility-page .sustanibility-2 .content .container .slick-list .slick-track{
  margin: auto;
}
.sustanibility-page .sustanibility-2 .content .container ul li {
  height: 690px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sustanibility-page .sustanibility-2 .content .container ul li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(141, 141, 104, 0.2); 
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  left: 0;
  top: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  opacity: 0;
}
.sustanibility-page .sustanibility-2 .content .container ul li:hover::before {
  opacity: 1;
}
.sustanibility-page .sustanibility-2 .content .container ul li:hover .box {
  top: 20%;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  position: absolute;
  top:73%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img {
  text-align: center;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img img {
  margin: 0 auto;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img .line {
  width: 100%;
  height: 2px;
  background-color: white;
  margin: 25px 0 15px;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img h4 {
  font-size: 28px;
  font-weight: bold;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .text {
  font-size: 18px;
  line-height: 1.4;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 50px;
}
.sustanibility-page .sustanibility-3 .i-title {
  margin-bottom: 120px;
  padding: 0 16px;
}
.sustanibility-page .sustanibility-3 .container {
  position: unset;
}
.sustanibility-page .sustanibility-3 .container .left {
  width: 45%;
  padding-right: 70px;
  position: sticky;
  top: 140px;
}
.sustanibility-page .sustanibility-3 .container .left h4 {
  font-weight: bold;
}
.sustanibility-page .sustanibility-3 .container .right {
  width: 55%;
}
.sustanibility-page .sustanibility-3 .container .right ul li {
  margin-bottom: 20px;
  padding: 40px 30px;
  background-color: #f7f7f7;
  position: relative;
  /*height: 230px;*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 10px;
}
.sustanibility-page .sustanibility-3 .container .right ul li:last-child {
  margin-bottom: 0;
}
.sustanibility-page .sustanibility-3 .container .right ul li:hover {
  background-color: var(--color);
}
.sustanibility-page .sustanibility-3 .container .right ul li:hover .img {
  opacity: 1;
}
.sustanibility-page .sustanibility-3 .container .right ul li:hover .text,
.sustanibility-page .sustanibility-3 .container .right ul li:hover .text div {
  color: white;
}
.sustanibility-page .sustanibility-3 .container .right ul li .text {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sustanibility-page .sustanibility-3 .container .right ul li .text .con{
  line-height: 1.8;
}
.sustanibility-page .sustanibility-3 .container .right ul li .text h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.sustanibility-page .sustanibility-3 .container .right ul li .img {
  position: absolute;
  right: 10px;
  top: -120px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sustanibility-page .sustanibility-4 .top .con {
  max-width: 55%;
}

.sustanibility-page .sustanibility-4 .center ul {
  margin: 0 -10px;
}
.sustanibility-page .sustanibility-4 .center ul li {
  padding: 0 10px;
}
.sustanibility-page .sustanibility-4 .center ul li .box {
  position: relative;
}
.sustanibility-page .sustanibility-4 .center ul li .box .imgC{
  position: relative;
}
.sustanibility-page .sustanibility-4 .center ul li .box .imgC::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(89, 157, 52, 0.6)), to(rgba(89, 157, 52, 0)));
  background: -webkit-linear-gradient(bottom, rgba(89, 157, 52, 0.6), rgba(89, 157, 52, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(89, 157, 52, 0.6), rgba(89, 157, 52, 0) 100%);
  background: linear-gradient(to top, rgba(89, 157, 52, 0.6), rgba(89, 157, 52, 0) 100%);
  top: 0;
  left: 0;
  z-index: 2;
}
.sustanibility-page .sustanibility-4 .center ul li .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sustanibility-page .sustanibility-4 .center ul li .box h4 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  left: 0;
  color: white;
  z-index: 5;
}
.sustanibility-page .sustanibility-4 .center ul li .box .con{
  padding: 0 10px;
  margin-top: 10px;
}
.sustanibility-page .sustanibility-4 .bottom .left {
  width: 28%;
}
.sustanibility-page .sustanibility-4 .bottom .right {
  width: 72%;
}
.sustanibility-page .sustanibility-4 .bottom .right ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sustanibility-page .sustanibility-4 .bottom .right ul li {
  width: 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;
}
.sustanibility-page .sustanibility-4 .bottom .right ul li:first-child {
  margin-right: 100px;
}
.sustanibility-page .sustanibility-4 .bottom .right ul li .con {
  margin-left: 15px;
}
.sustanibility-page .sustanibility-5 {
  padding: 60px 0;
  background-color: #f5f5f5;
}
.sustanibility-page .sustanibility-5 .content {
  max-width: 58%;
  margin: 30px auto 0;
}
.sustanibility-page .sustanibility-6 .content {
  margin-top: 55px;
}
.sustanibility-page .sustanibility-6 img{
  width: 100%;
}
.sustanibility-page .sustanibility-6 .content .con {
  max-width: 60%;
}
.trusted-page {
  padding-bottom: 0 !important;
}
.trusted-page #index-body .application {
  background-color: #f4f4f4;
  padding: 75px 0 90px;
  margin-top: 65px;
}
.trusted-page #index-body .application .box .d1 {
  position: absolute;
  top: -30px;
  left: 0;
}
.trusted-page #index-body .application .box .d2 {
  position: absolute;
  top: -30px;
  right: 0;
}
.contact-page {
  padding-bottom: 0;
}
.contact-page .contact-1 {
  margin-bottom: 100px;
}
.contact-page .contact-1 .top .left {
  padding-right: 10%;
}
.contact-page .contact-1 .top .left .con{
  line-height: 2;
}
.contact-page .contact-1 .top .right ul li {
  width: 48%;
  margin: 15px 0;
}
.contact-page .contact-1 .top .right ul li.wid-100{
  width: 100%;
}
.contact-page .contact-1 .top .right ul li:nth-child(3n){
  margin-right: 0;
}
.contact-page .contact-1 .top .right ul li h5 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contact-page .contact-1 .top .right ul li span {
  font-size: 16px;
  line-height: 30px;
}
.contact-page .contact-form {
  width: 985px;
  height: 780px;
  background-color: #333333;
  margin: 0 auto;
  -webkit-transform: translateY(-175px);
  -moz-transform: translateY(-175px);
  -ms-transform: translateY(-175px);
  transform: translateY(-175px);
  color: white;
  padding: 60px 75px;
}
.contact-page .contact-form h3 {
  font-size: 34px;
  font-weight: bold;
}
.contact-page .contact-form h3 span {
  color: var(--color);
}
.contact-page .contact-form form {
  margin-top: 90px;
}
.contact-page .contact-form form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-form form ul li {
  width: 48%;
  margin-bottom: 35px;
}
.contact-page .contact-form form ul li:nth-child(n + 5) {
  width: 100%;
}
.contact-page .contact-form form ul li:nth-child(1) input {
  background-image: url('../images/c-name.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(2) input {
  background-image: url('../images/c-email.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(3) input {
  background-image: url('../images/c-phone.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(4) input {
  background-image: url('../images/c-subject.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(5) textarea {
  background-image: url('../images/c-message.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-page .contact-form form ul li:last-child p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  max-width: 50%;
}
.contact-page .contact-form form ul li label {
  font-size: 14px;
  color: white;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li .more{
  cursor: pointer;
}
.contact-page .contact-form form ul li input[type='text'] {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: white;
  font-size: 14px;
}
.contact-page .contact-form form ul li input[type='submit'] {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: var(--color);
  border: none;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li input[type='submit']:hover {
  background-color: black;
}
.contact-page .contact-form form ul li textarea {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  font-size: 14px;
  height: 100px;
}
.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1700px) {
  .inner-page .container {
      padding: 0 41px;
  }
}

@media (max-width: 1450px) {
  .inner-page .container {
      padding: 0 37px;
  }
}

@media (max-width: 1250px) {
  .inner-page .container {
      padding: 0 30px;
  }
}

@media (max-width: 1000px) {
  .inner-page .container {
      padding: 0 26px;
  }
  .sustanibility-page .sustanibility-3 .container .left{
    display: none;
  }
}

@media (max-width: 700px) {
  .inner-page .container {
      padding: 0 22px;
  }
}

@media (max-width: 500px) {
  .inner-page .container {
      padding: 0 16px;
  }
  .sustanibility-page .sustanibility-2 .content .container ul li .box{
    width: 90%;
  }
  .sustanibility-page .sustanibility-2 .content .container ul li .box .text{
    margin-top: 20px;
  }
}
@media (max-width: 1300px) {
  .related-honor .top .i-title{
    width: 100%;
  }
  .related-honor .top .con{
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .sustanibility-page .sustanibility-2 .top .con {
    max-width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-1 .top .right ul li:nth-child(2n){
    margin-right: 0;
  }
  .contact-page .contact-1 .top .right ul li:nth-child(3n){
    margin-right: 30px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li .text h4 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li .text .con {
    line-height: 1.7;
  }
}
@media (max-width: 1000px) {
  .contact-page .contact-1 .top .right ul li{
    margin-right: 0;
  }
  .related-honor .top .con {
    max-width: 100%;
    margin-top: 30px;
  }
  .i-title p {
    font-size: 18px;
  }
  .i-title h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .sustanibility-page .sustanibility-1 .right {
    padding-left: 0;
    width: 100%;
    padding-top: 0;
    margin-top: 60px;
  }
   .sustanibility-page .sustanibility-1.sustanibility-11 .right {
     padding-right: 0;
   }
   .sustanibility-page .sustanibility-1.sustanibility-11 .left{
 order: 0;
}
  .sustanibility-page .sustanibility-1 .left {
    width: 100%;
  }
  .sustanibility-page .sustanibility-2 {
    margin: 80px 0;
  }
  .sustanibility-page .sustanibility-3 .container .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .sustanibility-page .sustanibility-3 .container .right {
    width: 100%;
  }
  .sustanibility-page .sustanibility-4 .bottom .left {
    width: 100%;
  }
  .sustanibility-page .sustanibility-4 .bottom .right {
    width: 100%;
    margin-top: 60px;
  }
  .sustanibility-page .sustanibility-4 .bottom .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sustanibility-page .sustanibility-4 .bottom .right ul li:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sustanibility-page .sustanibility-4 .bottom .right ul li {
    width: 100%;
  }
  .sustanibility-page .sustanibility-5 .content {
    max-width: 100%;
    padding: 0 15px;
  }
  .sustanibility-page .sustanibility-6 .content .con {
    max-width: 100%;
    margin-top: 60px;
  }
  .sustanibility-page .sustanibility-3 .i-title {
    margin-bottom: 60px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li {
    padding: 45px 30px;
    height: auto;
  }
  .trusted-page #index-body .application .box {
    padding: 0 15px;
  }
  .trusted-page #index-body .application .box > img,
  .swiper-button-prev,
  .swiper-button-next,
  #index-body .application .box .pagination {
    display: none !important;
  }
  #index-body .application .box ul li p {
    font-size: 16px;
  }
  .contact-page .contact-1 .top .right ul li {
    max-width: 100% !important;
    width: 100%;
    margin-top: 30px !important;
  }
  .contact-page .contact-1 .top .right ul li:first-child {
    margin-top: 0 !important;
  }
  .contact-page .contact-1 .top .right ul li span {
    display: block;
  }
  .contact-page .contact-form {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: auto;
    margin: 40px auto;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li .img{
    display: none;
  }
}
@media (max-width: 700px) {

  .trusted-page #index-body .application {
    display: block;
  }
  .contact-page .contact-1 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .contact-1 .top .right {
    width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-form form ul li {
    width: 100%;
  }
  .contact-page .contact-form {
    padding: 60px 30px;
  }
  .contact-page .contact-form form ul li:last-child p {
    display: none;
  }
  .contact-page .contact-form h3 {
    font-size: 24px;
  }
  .sustanibility-page .sustanibility-4 .top .con{
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-form form{
    margin-top: 40px;
  }
  .sustanibility-page .sustanibility-2{
    margin: 40px 0;
  }
  .sustanibility-page .sustanibility-2 .top .con{
    margin-top: 20px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li{
    padding: 20px 16px;
  }
  .sustanibility-page .sustanibility-2 .content{
    margin-top: 40px;
  }
  .sustanibility-page .sustanibility-3 .i-title{
    margin-bottom: 20px;
  }
}
.i-title2 p {
  font-size: 24px;
  font-weight: bold;
  color: var(--color);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.i-title2 h3 {
  font-size: 40px;
  /*font-weight: bold;*/
  line-height: 1.2;
}

.m-link a {
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.m-link a:hover {
  color: var(--color);
}

@media (max-width: 1200px) {
  .i-title2 p {
    font-size: 20px;
  }
  .i-title2 h3 {
    font-size: 36px;
  }
  
}
@media (max-width: 1000px) {
  .i-title2 p {
    font-size: 18px;
  }
  .i-title2 h3 {
    font-size: 30px;
  }
}
.agent-page .agent-1 ul {
  margin: 80px -20px 0;
}
.agent-page .agent-1 ul li {
  padding: 40px 20px;
}
.agent-page .agent-1 ul li .box {
  text-align: center;
}
.agent-page .agent-1 ul li .box .img {
  width: 200px;
  height: 200px;
  /*border-radius: 50%;*/
  background-color: var(--color);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.agent-page .agent-1 ul li .box .img::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  /*border-radius: 50%;*/
  border: 1px dashed var(--color);
}
.agent-page .agent-1 ul li .box h4 {
  color: var(--color);
}
.agent-page .trusted-page .trusted-1 {
  padding: 80px 0 40px;
}
.agent-page .trusted-page .trusted-1 .img {
  margin: 20px auto 0;
  text-align: center;
}
.agent-page .trusted-page .bottom {
  height: 265px;
  background-color: var(--color);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agent-page .trusted-page .bottom .more2 {
  background-color: #000;
}
.agent-page .agent-2 {
  padding-top: 80px;
}
.agent-page .agent-2 ul {
  margin-top: 60px;
}
.agent-page .agent-2 ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agent-page .agent-2 ul li .img {
  width: 50%;
}
.agent-page .agent-2 ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.agent-page .agent-2 ul li .text {
  width: 50%;
  padding-left: 35px;
}
.agent-page .agent-2 ul li .text h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  margin-top: 35px;
}
.agent-page .agent-2 ul li .text h4::before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--color);
  display: block;
  margin-right: 10px;
}
.agent-page .agent-2 ul .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.agent-page .agent-2 ul .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #e1e1e1;
  margin: 0 8px;
}
.agent-page .agent-2 ul .slick-dots li.slick-active {
  background-color: var(--color);
}
.agent-page .agent-2 ul .slick-dots li button {
  display: none;
}
.faq-page .ui.container 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-page .ui.container ul li .text {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  background-color: #f9f9f9;
  padding: 30px 35px;
}
.care-cleaning-page .care-cleaning-1 {
  position: relative;
}
.care-cleaning-page .care-cleaning-1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 420px;
  /*background-color: #f4f4f4;*/
}
.care-cleaning-page .care-cleaning-1 .bottom {
  margin-top: 70px;
  padding: 65px 30px 265px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  /*border-radius: 10px;*/
  position: relative;
  background-color: white;
  color: #202020;
  z-index: 2;
}
.care-cleaning-page .care-cleaning-1 .bottom .con{
  line-height: 2;
}
.care-cleaning-page .care-cleaning-1 .bottom .img {
  position: absolute;
  right: 50px;
  bottom: -130px;
  z-index: -1;
}
.care-cleaning-page .care-cleaning-2 {
  /*background-color: #f4f4f4;*/
}
.care-cleaning-page .care-cleaning-2 .ui.container {
  padding-top: 140px;
}
.care-cleaning-page .care-cleaning-2 .ui.container .img {
  display: block;
  width: 100%;
}
.care-cleaning-page .care-cleaning-2 .ui.container .img img{
  width: 100%;
}
.care-cleaning-page .care-cleaning-2 .text{
  
}
.care-cleaning-page .care-cleaning-3 {
  padding: 120px 0 0;
}
.care-cleaning-page .care-cleaning-3 p{
  line-height: 2;
}
.care-cleaning-page .care-cleaning-3 b,
.care-cleaning-page .care-cleaning-3 strong{
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.honor-page .honor-box ul{
  margin: 0 -15px;
}
.honor-page .honor-box ul li{
  padding: 30px 15px;
}

@media (max-width: 1200px) {
  .i-title2 p {
    font-size: 20px;
  }
  .i-title2 h3 {
    font-size: 36px;
  }
 
  .care-cleaning-page .care-cleaning-1 .bottom .img {
    width: 45%;
  }
}
@media (max-width: 1000px) {
  .i-title2 p {
    font-size: 18px;
  }
  .i-title2 h3 {
    font-size: 30px;
  }
  .agent-page .trusted-page .bottom h3 {
    font-size: 24px;
  }
  .agent-page .agent-2 ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .agent-page .agent-2 ul li .img {
    width: 100%;
  }
  .agent-page .agent-2 ul li .text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .care-cleaning-page .care-cleaning-1 .bottom {
    margin-top: 40px;
    padding: 65px 30px 20%;
  }
  .care-cleaning-page .care-cleaning-1 .bottom .img {
    right: 20px;
  }
  .care-cleaning-page .care-cleaning-2 .ui.container {
      padding-top: 60px;
  }
  .care-cleaning-page .care-cleaning-1 .top .con {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .agent-page .trusted-page .bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .agent-page .trusted-page .bottom .container h3 {
    margin-bottom: 30px;
  }
  .care-cleaning-page .care-cleaning-1 .bottom .img {
    display: none;
  }
  .care-cleaning-page .care-cleaning-1 .bottom .con {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .care-cleaning-page .care-cleaning-2 .ui.container{
    padding-top: 40px;
  }
  .care-cleaning-page .care-cleaning-3 {
    padding: 40px 0 0;
  }
  .care-cleaning-page .care-cleaning-3 b,
  .care-cleaning-page .care-cleaning-3 strong{
    font-size: 20px;
  }
}


.production-strength-page{
  padding: 0;
}
.production-strength-page .init-1 {
  padding: 100px 0;
  text-align: center;
}
.production-strength-page .init-1 .container .tips {
  max-width: 980px;
  font-weight: 500;
  margin: auto;
}
.production-strength-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: #202020;
  margin-top: 30px;
}
.production-strength-page .init-2 .container {
  max-width: 100%;
  padding: 0;
}
.production-strength-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.production-strength-page .init-2 .container .list .tips {
  text-align: center;
}
.production-strength-page .init-2 .container .list img {
  width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
  display: block;
}
.production-strength-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.production-strength-page .init-2 .container .list .big_img ul li {
  padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid #328256;
}
.production-strength-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
@media (max-width: 1500px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .production-strength-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}
@media (max-width: 1250px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .production-strength-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .production-strength-page .init-2 .container .list .small_img {
    display: none;
  }
  .production-strength-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .production-strength-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .production-strength-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .production-strength-page .init-2 .container .list .big_img ul li {
    padding: 0;
  }
  .production-strength-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}


.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color: var(--color);
  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}

.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  line-height: 2;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.support-page .init-3 .container form button {
  margin: 14px 0 0 auto;
}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content {
  margin-top: 60px;
}
.support-page .init-4 .container .content ul {
  margin: -20px;
}
.support-page .init-4 .container .content ul li {
  padding: 20px;
  height: 100%;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  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;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 100px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color);
  background-image: linear-gradient(var(--color), var(--color));
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}

.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
  margin-top: 40px;
}
.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}
#index-c1-body .init-4 {
  margin-top: -300px;
}
#index-c1-body .init-4 .container .swiper {
  padding: 50px 30px;
}
#index-c1-body .init-4 .container ul li .box {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 2;
}
#index-c1-body .init-4 .container ul li .box .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  background: #fff;
}
#index-c1-body .init-4 .container ul li .box .img .shadow {
  z-index: -1;
  width: 88%;
  height: 340px;
  top: -120px;
  right: -80px;
  opacity: 0;
}
#index-c1-body .init-4 .container ul li .box .img img {
  width: auto;
}
#index-c1-body .init-4 .container ul li .box .cont {
  padding: 20px 20px 40px;
}
#index-c1-body .init-4 .container ul li .box .cont .title {
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-c1-body .init-4 .container ul li .box .cont .title:hover {
  color: var(--color);
}
#index-c1-body .init-4 .container ul li .box .cont .des{
  overflow:hidden;
    text-overflow:ellipsis; 
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
#index-c1-body .init-4 .container ul li .box .cont .more {
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
#index-c1-body .init-4 .container ul li .box:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(218, 54, 0, .5);
  box-shadow: 0 0 30px rgba(218, 54, 0, .5);
}
#index-c1-body .init-4 .container ul li .box:hover .img {
  background-color: #f2f2f2;
}
#index-c1-body .init-4 .container ul li .box:hover .img .shadow {
  opacity: 1;
}
#index-c1-body .init-4 .container ul li .box:hover .more {
  opacity: 1;
}
#index-c1-body .init-4 .container ul li.swiper-slide-next .box,
#index-c1-body .init-4 .container ul li.swiper-slide-prev .box {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
#index-c1-body .init-4 .container ul li.swiper-slide-prev .box {
  left: -36px;
}
#index-c1-body .init-4 .container ul li.swiper-slide-next .box {
  left: 36px;
}
#index-c1-body .init-4 .container ul li.swiper-slide-next .box,
#index-c1-body .init-4 .container ul li.swiper-slide-next + .swiper-slide .box {
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
#index-c1-body .init-4 .container ul li.swiper-slide-active .box {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
#index-c1-body .init-4 .container ul li.my-slide-visible .box {
  opacity: 1;
}
@media (max-width: 1250px) {
   #index-c1-body .init-4 .container ul li.swiper-slide-next .box {
    left: 0;
  }
  #index-c1-body .init-4 .container ul li.swiper-slide-next .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #index-c1-body .init-4 .container ul li.swiper-slide-active .box {
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #index-c1-body .init-4 .container .swiper {
    padding: 30px 0;
  }
}
#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);
  border-radius: 20px;
}
#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: #666;
  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: none;
  margin-bottom: 20px;
  border-radius: 25px;
}

#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;
}
#addForm2 button {
  width: 185px;
  height: 50px;
  background-color: var(--color);
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--color);
  color: #ffffff;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#addForm2 button img {
  margin-right: 13px;
}
#addForm2 button:hover {
  background: none;
  color: #000000;
}
#addForm2 button:hover img {
  -webkit-filter: invert(100);
  filter: invert(100);
}
@media (max-width: 1450px){
  #addForm2 {
    width: 100%;
  }
    #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;
  }
}
@media (max-width: 1000px){
  #addForm2{
    height: auto;
  }
}
#index-body .i-why {
  background: #f7f7f7;
}

#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: 195px;
}

#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: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 23px;
  padding-right: 30px;
  min-height: 60px;
  font-family: Playfair Display;
}

#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: var(--color);
  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: 13px;
}

#index-body .i-why .wrap .right ul li {
  height: 415px;
}

#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;
  }
}
.advantage .pr {
  position: relative;
}

.advantage .top .btn {
  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;
}

.advantage .top .btn .more {
  position: relative;
}

.advantage .top .btn .m1 {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.advantage .header {
  text-align: left;
}

.advantage .header .title {
  color: #030303;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}

.advantage .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}

.advantage .content ul li {
  padding-right: 20px;
  width: 12%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.advantage2 .content ul li {
  width: 23%;
  overflow: hidden;
}

.advantage .content ul li .ig {
  border: solid 1px var(--color);
  padding: 50px 60px 37px;
  height: 380px;
}
.advantage .content ul li .ig.h510{
  height: 300px;
}

.advantage .content ul li .ig i {
  display: block;
}

.advantage .content ul li .ig .tit {
  position: absolute;
  /*text-transform: uppercase;*/
  -webkit-transform: rotate(90deg) translate(-50px, 50%);
  -moz-transform: rotate(90deg) translate(-50px, 50%);
  -ms-transform: rotate(90deg) translate(-50px, 50%);
  transform: rotate(90deg) translate(-50px, 50%);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  bottom: auto;
  left: 50%;
  line-height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  font-weight: 500;
}

.advantage .content ul li .ig .box {
  line-height: 1.8;
  opacity: 0;
  transition: all .3s linear;
  /*-webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);*/
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.advantage .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  color: #666666;
}

.advantage .content ul li.active {
  width: 50%;
}

.advantage .content ul li.active .box .t1 {
  line-height: 1.2;
  color: var(--color);
  /*font-size: 36px;*/
  font-weight: bold;
}

.advantage .content ul li.active .box .cont {
  margin-top: 30px;
  color: #666;
  line-height: 1.5;
}
.advantage .content ul li.active .box {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.advantage .content ul li.active .tit {
  opacity: 0;
}

@media screen and (max-width: 1440px){
   .advantage .content ul li .ig {
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 1280px){
    .advantage .content ul li .ig {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 1000px){
  
  .advantage .top .btn {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 20px;
  }
  .advantage .content ul li .ig .tit {
    display: none;
  }
  
  .advantage .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .advantage .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }

  .advantage .content ul li.active {
    width: 50%;
  }

  .advantage .content ul li .ig .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .advantage .content ul li .ig {
    padding: 30px 20px 20px;
  }

}
@media screen and (max-width: 700px){
  .advantage {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  
  .advantage .content ul li,
  .advantage .content ul li.active {
    width: 100%;
  }

  .advantage .content ul li .ig {
    height: auto;
    padding: 20px 15px;
  }

  .advantage .content ul li .ig .tit {
    line-height: 1.5;
  }

  .advantage .content ul li .ig .box {
    line-height: 1.8;
  }
}
.test-page .test-1 {
  padding-top: 90px;
}

.test-page .test-1 .box {
  margin: 0 -45px;
  margin-bottom: 50px;
}

.test-page .test-1 .box .column {
  padding: 0 45px;
  vertical-align: middle;
}

.test-page .test-1 .box .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  margin-top: 20px;
}
.test-page .solution-3 {
  background-color: #e7e7e7;
}

.test-page .solution-3 .box .list {
  border: 1px solid #3b3a3a;
}

.test-page .solution-3 .box .list ul {
  margin-right: -1px;
}

.test-page .solution-3 .box .list ul li {
  border-right: 1px solid #3b3a3a;
  padding: 4% 14% 2%;
  position: relative
}

.test-page .solution-3 .box .list ul li i img {
  margin: 0 auto;

}

.test-page .solution-3 .box .list ul li span.h6 {
  line-height: 1.2;
}

.test-page .solution-3 .box .list ul li .text {
  position: absolute;
  padding: 10px;

  height: 14em;
  overflow-y: auto;
  transition: .5s;
  left: 0;
  bottom: 10%;
  width: 100%;
  opacity: 0;
}

.test-page .solution-3 .box .list ul li:hover .text {
  opacity: 1
}

.test-page .solution-3 .box .list ul li .img {
  transition: .5s;
  padding-top: 15%;
}

.test-page .solution-3 .box .list ul li:hover .img {
  opacity: 0
}

.test-page .solution-3 .box .list ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.test-page .solution-3 .box .list ul .slick-track .slick-slide {
  height: auto;
}

.test-page .solution-3 .box .list ul .slick-track .slick-slide>div {
  height: 100%;
}

.test-page .solution-3 .box .list ul .slick-track .slick-slide>div li {
  height: 100%;
}

.test-page .text-3 .swiper .swiper-slide {
  padding: 106px 3%;
  /*border-bottom-left-radius: 80px;*/
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
}

.test-page .text-3 .swiper .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}

/*.test-page .text-3 .swiper .swiper-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
.test-page .text-3 .list {
  margin-top: 50px;
}

.test-page .text-3 .list .swiper {
  overflow: hidden
}

.test-page .text-3 .swiper .swiper-slide i {
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
}

.test-page .text-3 .swiper .swiper-slide span.h6 {
  margin-top: 1.4em;
  display: block;
  font-weight: 500;
  font-size: 24px;
}

.test-page .text-3 .swiper .swiper-slide span.h6_2 {
  padding: 0 10px;
  max-width: 340px;
  margin: 1.4em auto 0;
}

.test-page .text-3 .swiper .swiper-slide .text {
  color: inherit;
  margin-top: 1em;
  font-weight: 300;
  max-height: 9em;
  overflow: auto;
}

.test-page .text-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
  background-color: black;
}

.test-page .text-3 .swiper .swiper-slide .content {
  opacity: 0;
  -webkit-transition: .5s;
  position: relative;
  z-index: 2;
  -moz-transition: .5s;
  transition: .5s;
}

.test-page .text-3 .swiper .swiper-slide .center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.test-page .text-3 .swiper .swiper-slide:hover:before {
  background-color: #eb630c;
}

.test-page .text-3 .swiper .swiper-slide:hover .bg {
  opacity: 1;
}

.test-page .text-3 .swiper .swiper-slide:hover .content {
  opacity: 1;
}

.test-page .text-3 .swiper .swiper-slide:hover .center {
  top: 40%;
  opacity: 0;
}

.test-page .text-3 .sPage {
  margin-top: 60px;
}

.test-page .text-3 .sPage .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}

.test-page .text-3 .sPage .swiper-pagination-bullet::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background: #f0f0f0;
}

.test-page .text-3 .sPage .swiper-pagination-bullet-active {
  border: 1px solid #eb630c;
}

.test-page .text-3 .sPage .swiper-pagination-bullet-active::before {
  background: #eb630c;
}


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

  .test-page .text-3 .swiper .swiper-slide i img {
    max-height: 50px;
  }

  .test-page .text-3 .swiper .swiper-slide {
    padding: 50px 3%;
  }
}

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

  .test-page .text-3 .swiper .swiper-slide {
    border-bottom-left-radius: 20px;
  }

  .test-page .solution-3 .box .list ul li .text {
    height: 10em
  }
}



@media screen and (max-width: 500px) {
  .test-page .text-3 .swiper .swiper-slide {
    border-radius: 0;
  }

  .test-page .text-3 .list {
    margin-top: 20px;
  }

  .test-page .text-3 .sPage {
    margin-top: 20px;
  }
}
.moreCont {
  min-width: 230px;
  background-color: var(--color);
  position: relative;
  display: inline-block;
  color: #ffffff;
  /*border: 1px solid #202020;*/
  padding: 13px;
  font-size: 20px;
}
.moreCont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.moreCont span {
  position: relative;
  z-index: 2;
}
.moreCont:hover {
  color: #ffffff;
  
}
.moreCont:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
@media (max-width: 500px){
  .contact-c-page .contact-1 .left ul li{
    padding-left: 0;
    padding-bottom: 10px;
  }
  .contact-c-page .contact-1 .left ul{
    margin: 0;
  }
}

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

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

@media (max-width: 1250px){}
.Hbtn {
  border: 1px solid #141414;
  border-radius: 30px;
  display: inline-block;
  color: #141414;
  padding: 11px 13px 11px 28px;
  transition: all 0.5s;
}
.Hbtn .arrow {
  font-size: 18px;
  width: 36px;
  height: 36px;
  background-color: var(--color);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  margin-left: 17px;
  transition: all 0.5s;
}
.Hbtn:hover {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
.Hbtn:hover .arrow {
  transform: rotate(45deg);
}
.dz-h {
  line-height: 1.1;
  
  font-weight: 500;
  
  color: #151515;
}
.dz-p {
  font-weight: 400;

  color: #666666;
}
.dz-body .dz1 {
  overflow: hidden;
}
.dz-body .dz1 .container {
  display: flex;
  align-items: center;
}
.dz-body .dz1 .container > div {
  width: 50%;
}

.dz-body .dz1 .container .d1-r .dz-h {
  font-weight: 500;
  color: #0c0c0c;
}
.dz-body .dz1 .container .d1-r .d1-h2 {
  color: #000000;
  line-height: 1;
}
.dz-body .dz1 .container .d1-r .d1-m1 {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  color: #666666;
}
.dz-body .dz1 .container .d1-r .d1-m1 .d1-c1 {
  margin-bottom: 10px;
  position: relative;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;

}
.dz-body .dz1 .container .d1-r .d1-m1 .d1-c1::after{
  content: '';
  position: absolute;
  bottom:0;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--color);
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.dz-body .dz1 .container .d1-r .d1-m1 .d1-c1:hover,
.dz-body .dz1 .container .d1-r .d1-m1 .d1-c1.active{
  color: var(--color);
}
.dz-body .dz1 .container .d1-r .d1-m1 .d1-c1:hover::after,
.dz-body .dz1 .container .d1-r .d1-m1 .d1-c1.active::after{
  width: 100%;
}
.dz-body .dz1 .container .d1-r .d1-h3 {
  
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.dz-body .dz1 .container .d1-r .d1-n {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}
.d1-nb{
  display: none;
}
.d1-nb:first-of-type{
  display: block;
}
.dz-body .dz1 .container .d1-r .d1-n .d1-p {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 62px;
  height: 62px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;

  padding:6px;
}
.dz-body .dz1 .container .d1-r .d1-n .d1-p span{
  width: 80%;
  height: 80%;
    border-radius: 6px;
  background: var(--color);
}
.dz-body .dz1 .container .d1-r .d1-n .d1-p:hover,
.dz-body .dz1 .container .d1-r .d1-n .d1-p.active {
  background: rgba(237, 223, 204, 0.35);
}
.dz-body .dz1 .container .d1-r .my_btn {

}
.dz-body .dz2 {
  overflow: hidden;
  /*background: #f7f7f7;*/
}
.dz-body .dz2 .dz-h {
  margin-bottom: 10px;
}
.dz-body .dz2 .d2-m {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dz-body .dz2 .d2-m .d2-r img {
  border-radius: 10px;
}

.dz-body .dz2 .d2-m1 .d2-r img {
 border-radius: 10px; 
}

.dz-body .dz2 .d2-m .d2-l {
  max-width: 553px;
}
.dz-body .dz2 .d2-m1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dz-body .dz2 .d2-m1 .d2-l {
  max-width: 553px;
}
.dz-body .dz3 {
  overflow: hidden;
}
.dz-body .dz3 .container {
  display: flex;
  align-items: center;
}
.dz-body .dz3 .container .d3-l {
  width: 38.81%;
}
.dz-body .dz3 .container .d3-l .d3-p {
  font-weight: 400;
  color: #141414;
  line-height: 1.6;
  opacity: 0.6;
}

.dz-body .dz3 .container .d3-r {
  width: 61.19%;
}
.dz-body .dz3 .container .d3-r .d3r1 {
  position: relative;
}
.dz-body .dz3 .container .d3-r .d3r1 img {
  display: block;
  margin-left: auto;
}
.dz-body .dz3 .container .d3-r .d3r1 .d3r1-p {
  position: absolute;
  bottom: -15%;
  left: 0;
  
  color: #141414;
  text-transform: uppercase;
  line-height: 1;
}
.dz-body .dz3 .container .d3-r .d3r2 {
  padding-top: calc(9.38vw + 20px);
  display: flex;
  justify-content: space-between;
}
.dz-body .dz3 .container .d3-r .d3r2 .d3r2-l {
  padding-top: 9.38vw;
}

.dz-body .dz4 {
  overflow: hidden;
}

.dz-body .dz4 .swiper2 .swiper-slide {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.dz-body .dz4 .swiper2 .swiper-slide:nth-of-type(2n) {
  transform: translateY(100px);
}
.dz-body .dz5 {
  overflow: hidden;
  background: #f7f7f7;
}
/*.dz-body .dz5 .container .d5-m {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap:20px;
}*/
.dz-body .dz5 .container .d5-m li{
  height: 100%;
}
.dz-body .dz5 .container .d5-m .d5-c {
  background: #ffffff;
  border-radius: 10px;
  height: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.dz-body .dz5 .container .d5-m .d5-c .d5-bg {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  clip-path: circle(0% at 50% 50%);
}
.dz-body .dz5 .container .d5-m .d5-c:hover .d5-bg {
  clip-path: circle(100% at 50% 50%);
}
.dz-body .dz5 .container .d5-m .d5-c:hover .d5-box .d5-box-t {
  background: #fff;
}
.dz-body .dz5 .container .d5-m .d5-c:hover .d5-box .d5-box-b .d5-box-l {
  color: #fff;
}
.dz-body .dz5 .container .d5-m .d5-c .d5-box {
  position: relative;
  z-index: 2;
 padding: 35px 24px;
}
.dz-body .dz5 .container .d5-m .d5-c .d5-box .d5-box-t {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 40px;
  height: 40px;
  background: rgba(42, 138, 134, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dz-body .dz5 .container .d5-m .d5-c .d5-box .d5-box-b {
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.dz-body .dz5 .container .d5-m .d5-c .d5-box .d5-box-b .d5-box-l {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 400;
  color: #666666;
  line-height: 1.6;
}
.dz-body .dz5 .container .d5-m .d5-c .d5-box .d5-box-b .d5-box-r {
  
  font-weight: 400;
  color: #e6e6e6;
  line-height: 1;
}
.dz-body .dz6 {
  overflow: hidden;
}
.dz-body .dz6 .box {
  border-radius: 10px;
  overflow: hidden;
  background: url(/en/2026/02/10/index10.jpg?imageView2/2/format/webp/q/100) no-repeat center;
  background-size: cover;
}
.dz-body .dz6 .box .txt{
  width: 50%;
}
.dz-body .dz6 .box .dz-p {
  color: #333333;
}
/*.dz-body .dz6 .box .my_btn {
  justify-content: center;
}*/
@media screen and (max-width: 1800px) {
  .dz-body .dz1 .container .d1-r .d1-n {
    grid-template-columns: repeat(7, 1fr);
  }
  .dz-body .dz2 .d2-m .d2-r,
  .dz-body .dz2 .d2-m1 .d2-r {
    width: 50%;
  }
  .dz-body .dz2 .d2-m .d2-l,
  .dz-body .dz2 .d2-m1 .d2-l {
    max-width: 300px;
  }
}
@media screen and (max-width: 1450px) {
  .dz-body .dz1 .container .d1-r .d1-n {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1250px) {
  /*.dz-body .dz5 .container .d5-m {
    grid-template-columns: repeat(4, 1fr);
  }*/
  .dz-body .dz3 .container .d3-l {
    width: 100%;
  }
  .dz-body .dz3 .container .d3-l .d3-ps {
    display: flex;
  }
  .dz-body .dz3 .container .d3-r {
    width: 100%;
  }
  .dz-body .dz3 .container {
    flex-wrap: wrap;
  }
  .dz-body .dz1 .container {
    flex-wrap: wrap;
  }
  .dz-body .dz1 .container > div {
    width: 100%;
  }
  .dz-body .dz1 .container .d1-r {
    padding-left: 0;
  }
  .dz-body .dz1 .container .d1-r .d1-n {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  /*.dz-body .dz5 .container .d5-m {
    grid-template-columns: repeat(3, 1fr);
  }*/
  .dz-body .dz1 .container .d1-r .d1-n {
    grid-template-columns: repeat(8, 1fr);
  }
  .dz-body .dz4 .swiper2 {
  padding: 50px 0;
}
}
@media screen and (max-width: 700px) {
  /*.dz-body .dz5 .container .d5-m {
    grid-template-columns: repeat(2, 1fr);
  }*/
  .d3r2-r {
    margin-top: 15px;
  }
  .dz-body .dz3 .container .d3-r .d3r2 {
    flex-wrap: wrap;
  }
  .dz-body .dz2 .d2-m1 {
    flex-wrap: wrap;
  }
  .dz-body .dz2 .d2-m {
    flex-wrap: wrap-reverse;
  }
  .dz-body .dz2 .d2-m .d2-r,
  .dz-body .dz2 .d2-m1 .d2-r {
    width: 100%;
  }
  .dz-body .dz2 .d2-m .d2-l,
  .dz-body .dz2 .d2-m1 .d2-l {
    margin-bottom: 15px;
    margin-top: 15px;
    max-width: 100%;
  }
  .dz-body .dz1 .container .d1-r .d1-n {
    grid-template-columns: repeat(6, 1fr);
  }
  .dz-body .dz4 .swiper2 .swiper-slide:nth-of-type(2n) {
  transform: translateY(0);
}
.dz-body .dz6 .box{
  position: relative;
  z-index: 3;
}
.dz-body .dz6 .box::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 20%,rgba(0, 0, 0, 0) 80%);
  z-index: -1;
}
.dz-body .dz6 .box .txt{
  width: 100%;
  padding-right: 0;
  padding-bottom: 100px;

}
.dz-body .dz6 .box .txt .dz-h{
  color: #ffffff
}
.dz-body .dz6 .box .txt .dz-p{
   color: #ffffff
}
.dz-body .dz6 .box{
  background-color: #fffbf7;
  background-size: 200%;
  background-position: right bottom;
}

}
@media screen and (max-width: 500px) {
  .dz-body .dz6 .box .txt{
    padding-bottom: 0;
  }
   .dz-body .dz6 .box .txt .more{
     zoom: 0.8;
   }
   .dz-body .dz6 .box{
     padding: 30px 15px;
   }
  /*.dz-body .dz5 .container .d5-m {
    grid-template-columns: repeat(1, 1fr);
  }*/
  .dz-body .dz1 .container .d1-r .d1-n {
    grid-template-columns: repeat(4, 1fr);
  }
}



.neiye-title,.seoPublic .title,.prodet-page .init-1 .container .containerC .left .title,
#index-body .i-why .top .left .i-title{

font-weight: 500;
font-size: 40px;
}
.neiye-p{

font-weight: normal;
font-size: 18px;
}

.about-c-page .about-1 img{
  border-radius: 10px;
  width: 100%;
}
/*.big-title{

font-weight: 500;
font-size: 40px;
}*/
/*.little-title{
font-family: var(--fm) !important;
font-weight: 500;
font-size: 24px !important;
}*/
.color-66{
  color: #666;
}
.sustanibility-page .sustanibility-3 .container .left img{
  border-radius: 10px;
}

.honor-page .honor-box ul li img{
  border-radius: 10px;
}
@media (max-width: 1250px) {
  #banner .swiper1 .swiper-slide .banner-text {

  padding: 0 3% 0 3%;
}
    #innerMobileBanner .banner2 {
        background-image: -webkit-linear-gradient(250deg, var(--color), rgba(0, 0, 0, .05));
        background-image: -moz-linear-gradient(250deg,var(--color),rgba(0,0,0,.05));
        background-image: linear-gradient(-160deg, var(--color), rgba(0, 0, 0, .05));
    }
}
@media (max-width: 500px) {
  .m-bc{
    display: none !important;
  }
}
@media (max-width: 700px) {
  .sustanibility-page .sustanibility-2 .content .container ul li .box{
    top: 20%;
  }
  .sustanibility-page .sustanibility-2 .content .container ul li{
    height: 350px;
  }
  .sustanibility-page .sustanibility-2 .content .container ul li .box .img h4{
    font-size: 20px;
  }
  .about-c-page .about-7{
    margin-top: 20px;
  }
  .product-page .init-1 .containerC .listContC .titleC form .submit{
    margin-top: 15px;
    padding: 8px 0;
  }
  .product-page .init-1 .containerC .listContC .titleC form{
    width: 100%;
  }
  .product-page .init-1 .containerC .listContC .titleC form .text{
    width: 100%;
  }
}
.dz-body .dz1 .container .dl-1 img{
  border-radius: 10px;
}
.honor-page{
  background: #f7f7f7;
}
.imb_da{
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.imb_da:hover{
  transform: scale(1.05)
}
.seoPublic .Auxil-about .box .right .text{
  font-size: calc(0.2085vw + 14px);
}
.seoPublic .Auxil-news .list ul li a.img-box{
  border-radius: 10px;
  overflow: hidden;
}
.seoPublic .Auxil-news .list ul li .content div.h6,
.seoPublic .Auxil-related .list ul li .box .content div.h3{
  
}
.seoPublic .Auxil-news .list ul li .content p{
  color: #666;
}
.seoPublic .Auxil-related .list ul li .box{
  border-radius: 10px;
  overflow: hidden;
}
.pm .des{
  display: none;
    padding-top: 20px;
}
.pm{

}
.pm .des:first-child{
  display: block;
}
.about-7 .my_btn{
  justify-content: center;
}
.about-7  .my_btn .my_btna .my_btn0{
  background: var(--color);
}
.about-7  .my_btn   span{
  color: #fff;
}
.dz-body .dz1 .container .d1-l img{
  border-radius: 10px;
}
.pixelated-image-card {
  color: transparent !important;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0.2;
}
.pixelated-image-card__default, 
.pixelated-image-card__img,
.pixelated-image-card__active, 
.pixelated-image-card__pixels{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pixelated-image-card__active {
  display: block;
  opacity: 1;
}

.pixelated-image-card__pixel {
  background-color: currentColor;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}
.m-bc{
width: 104px;
height: 104px;
background: var(--color);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bc img{
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  filter: brightness(0) invert(1);
  animation: icon-rotate 6s linear infinite;
  /*background: */
}
.m-bc1{
  width: 63px;
height: 63px;
border-radius: 50%;
/*border: 1px solid var(--color);*/
position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bc1 i{
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 33px;
height: 33px;
background: #fff;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: var(--color);
font-size: 20px;
}
.m-bc:hover .m-bc1 i{
background:var(--color);
color: #fff ;
}
.m-bc:hover  {
  background: #fff
}
.m-bc:hover img{
  filter: none;
}
.banner-tag{
  position: absolute;
  font-weight: 500;
font-size: calc(0.525vw + 14px);
color: #FFFFFF;
bottom: calc(4.65vw + 18px);
left: calc(0.9385vw + 14px);
z-index: 3;
}
.banner-tag span{
  font-size: calc(0.525vw + 14px);
  
}
.banner-tag .after{
opacity: 0.5;
}
.banner-tag  .line{
  width: 1px;
height: 82px;
background: #FBFBFB;
border: 1px solid #FFFFFF;
opacity: 0.54;
margin: calc(2.0835vw + 12px) auto;

}
.pixelated-image-card__active{
  clip-path: circle(100% at 50% 50%)
}

.seoPublic .Auxil-news .list ul li .content .h6{
text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3{
text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.text-hide-2{
  -webkit-line-clamp: 2;
}
.font-jost{
font-family: jost;
}
.page-header01{
position: fixed;
width: 100%;
}
@media (max-width: 1250px){
  .mobile-menu-wrap01~#banner,
  .mobile-menu-wrap01~#innerMobileBanner{
    margin-top: 60px !important;
  }
  .my_btn .my_btna{
    zoom: 0.9;
  }
}
@media (max-width: 1000px){
   .my_btn .my_btna{
    zoom: 0.7;
  }
}
@media (max-width: 700px){
  .banner-tag{
    display: none;
  }
     .my_btn .my_btna{
    zoom: 0.55;
  }

}

.faq-page .container{
  background: #f8f8f8;
  border-radius: 20px;
  padding: 100px;
}
.faq-page .container ul li {
  margin: 20px 0 0;
  word-break: break-word;
  font-weight: 300;
}
.faq-page .container ul li .title {
  background: #fff;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  padding: 15px 120px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: 500;
  font-family: PlayfairDisplay;
  font-size: 24px;
  
}
.faq-page .container ul li .title i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 26px;
  right: 40px;
}
.faq-page .container ul li .cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
  background: #fff;
  color: #666;
}
.faq-page .container ul li.active .title{
  background: var(--color);
  color: white;
  font-size: 24px;
  
}
.faq-page .container ul li.active .title i{
   color: white;
}
@media screen and (max-width: 1000px) {
  .faq-page .container ul li .title {
    padding-right: 30px;
  }
  .faq-page .container ul li .title i {
  right: 15px;
  }
  .faq-page .container{
  background: #f8f8f8;
  border-radius: 20px;
  padding: 50px 20px;
}
 .faq-page .container ul li .title{
    font-size: 22px;
  }
  .faq-page .container ul li.active .title{
     font-size: 22px;
  }
}
@media screen and (max-width: 500px){
  .faq-page .container ul li .title{
    font-size: 20px;
  }
  .faq-page .container ul li.active .title{
     font-size: 20px;
  }
}
.news-page .container{
  background: #f8f8f8;
  border-radius: 20px;
}

.news-page .container ul li .box {
  height: 100%;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  transition: .5s;
}

.news-page .container ul li .box .title {
  font-weight: 600;
  line-height: 1.8;
  font-size: 30px;
  /*text-transform: uppercase;*/
  display: block;
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 transition: 0s

}
/*.news-page .container ul li .box .title:hover {
  color: var(--color);
}*/
.news-page .container ul li .box .des {
  line-height: 1.5;
  margin-top: 14px;
  font-size: 20px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
   transition: .5s;
}
.news-page .container ul li .box .time {
  margin-top: 10px;
  line-height: 30px;
  /*margin-left: 20px;*/
  color: #666;
    transition: .5s;
}
.news-page .container ul li .box:hover{
  background: var(--color);
  color: #ffffff;
}
.news-page .container ul li .box:hover .des{
  color: #ffffff;
}
.news-page .container ul li .box:hover .time{
    color: #ffffff;
}
.newdet-page .container .title {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  
}
.newdet-page .container .time_c {
  margin-top: 14px;
  text-align: center;
  line-height: 1.8;
}
.newdet-page .container .time_c .list {
  display: inline-block;
  margin: 0 8px;
}
.newdet-page .container .time_c .list img {
  vertical-align: middle;
  width: 16px;
}
.newdet-page .container .time_c .list span {
  vertical-align: middle;
  margin-left: 2px;
  position: relative;
  top: 1px;
  color: #999;
}
.newdet-page .container .content {
  margin-top: 50px;
  line-height: 30px;
  color: #666;
}
@media (max-width: 1000px){

  .news-page .container ul li .box {
    padding: 15px;
  }
  .news-page .container ul li .box .time {
    margin-left: 0;
  }
    .news-page .box{
      padding-left: 0;
      padding-right: 0;
    }
}
@media (max-width: 700px){

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

  .newdet-page .container .content {
    margin-top: 20px;
  }
}


.m-page {
  margin-top: 50px;
  text-align: center;
}
.m-page a,
.m-page span {
  color: #212121;
  display: inline-block;
  margin: 2px 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: var(--color);
  border-radius: 16px;
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #212121;
  bottom: 0;
  left: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page a.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a:hover::before,
.m-page a.current::before {
  opacity: 0;
}
.m-page .first::before,
.m-page .last::before,
.m-page .end::before,
.m-page .next::before {
  display: none;
}
@media (max-width: 500px){
   .m-page {
    margin-top: 30px;
  }
  .m-page a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 5px;
  }
  .m-page a::before {
    left: 8px;
  }
  .m-page span {
    line-height: 28px;
    width: 26px;
    height: 26px;
    margin: 2px;
  }
}



#index-body .advantage {
  background: #f7f7f7;
}