@font-face {
  font-family: "Grift";
  src: url("../fonts/Grift-Medium.eot") format("eot"), url("../fonts/Grift-Medium.woff2") format("woff2"), url("../fonts/Grift-Medium.woff") format("woff"), url("../fonts/Grift-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grift";
  src: url("../fonts/Grift-Light.eot") format("eot"), url("../fonts/Grift-Light.woff2") format("woff2"), url("../fonts/Grift-Light.woff") format("woff"), url("../fonts/Grift-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AyrWildridge";
  src: url("../fonts/AyrWildridge-Bold.eot") format("eot"), url("../fonts/AyrWildridge-Bold.woff2") format("woff2"), url("../fonts/AyrWildridge-Bold.woff") format("woff"), url("../fonts/AyrWildridge-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grift";
  src: url("../fonts/Grift-Regular.eot") format("eot"), url("../fonts/Grift-Regular.woff2") format("woff2"), url("../fonts/Grift-Regular.woff") format("woff"), url("../fonts/Grift-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grift";
  src: url("../fonts/Grift-SemiBold.eot") format("eot"), url("../fonts/Grift-SemiBold.woff2") format("woff2"), url("../fonts/Grift-SemiBold.woff") format("woff"), url("../fonts/Grift-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Grift";
  max-width: 1920px;
  --color: #2c4ea0;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1650px;
  margin: auto;
  width: 100%;
}
.col{
  color: var(--color);
}
.ayr {
  font-family: "AyrWildridge";
}
.title {
  font-family: "AyrWildridge";
  line-height: 1.1;
}
.lh-1 {
  line-height: 1;
}
.more {
  height: 46px;
  line-height: 46px;
  padding: 0 25px;
  background-color: #ffffff;
  display: inline-block;
  font-family: "AyrWildridge";
  font-size: 20px;
  color: #000000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.more.m1{
  background: var(--color);
  color: #ffffff;
}
.more::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #000000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover {
  color: #ffffff;
}
.more:hover::after {
  width: 100%;
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  padding: 15px 0 15px;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 50px;
  color: #ffffff;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: 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);*/
  opacity: 0.7;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span img {
  width: 24px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#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 {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  line-height: 1.1;
  cursor: pointer;
}
#header .nav .ui.menu .chat::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ffffff;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .chat:hover::after {
  width: 0;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000000;
  -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active {
  top: 0px;
}
#header.active .nav::after {
  width: 100%;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
}
#banner li .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  color: #ffffff;
}
#banner li .text .box {
  width: 60%;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 1s 1s;
  -moz-transition: 1s 1s;
  transition: 1s 1s;
}
#banner li .text .box .title {
  line-height: 1.2;
}
#banner li .text .box .btn .more {
  padding: 0 50px;
}
#banner li .text .box .btn .more:nth-child(2) {
  padding: 0 20px;
}
#banner .slick-active .text .box {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
.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);
  }
}
.smt {
  font-weight: 500;
  line-height: 1;
  font-size: 20px;
}
#index-body {
  background: #000000;
  color: #ffffff;
}
#index-body .about .left {
  width: 43%;
}
#index-body .about .left .cont {
  line-height: 1.4;
  font-weight: 300;
}
#index-body .about .left .cont p {
  margin-bottom: 1em;
}
#index-body .about .right {
  width: 43%;
}
#index-body .about .right ul {
  margin-bottom: -75px;
}
#index-body .about .right ul li {
  width: 45%;
  text-align: center;
  margin-bottom: 75px;
}
#index-body .about .right ul li .num {
  line-height: 0.9;
  font-weight: bold;
}
#index-body .about .right ul li .txt {
  font-weight: bold;
}
#index-body .about .right ul li .line {
  width: 34px;
  height: 4px;
  background-color: #2c4ea0;
  margin: 5px auto 0;
}
#index-body .products {
  overflow: hidden;
}
#index-body .products .bottom .slick-list {
  overflow: visible;
}
#index-body .products .bottom .item .left {
  width: 50%;
  position: relative;
}
#index-body .products .bottom .item .left .txt {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 70px;
  padding-left: 150px;
  line-height: 1;
  text-transform: uppercase;
}
#index-body .products .bottom .item .right {
  width: 50%;
  padding-left: 50px;
}
#index-body .products .bottom .item .right ul {
  margin: 0 -20px;
  padding-right: 10%;
  overflow: hidden;
}
#index-body .products .bottom .item .right ul li {
  padding: 0 20px;
  text-align: center;
}
#index-body .products .bottom .item .right ul li .box {
  padding: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products .bottom .item .right ul li .box .img-box{
  /*background: #ffffff;*/
  position: relative;
}
#index-body .products .bottom .item .right ul li .box .img-box img{
  transition: .5s;
}
#index-body .products .bottom .item .right ul li .box .img-box .img2{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;

}
#index-body .products .bottom .item .right ul li .box .btn {
  line-height: 1;
  color: #000000;
}
#index-body .products .bottom .item .right ul li .box .t1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}
#index-body .products .bottom .item .right ul li .box:hover {
  background: #ffffff;
}
#index-body .products .bottom .item .right ul li .box:hover .t1 {
  color: #000000;
}
#index-body .products .bottom .item .right ul li .box:hover .img-box .img2{
  opacity: 1;
}
#index-body .products .bottom .item .right ul li .box:hover .img-box .img1{
  opacity: 0;
}
#index-body .products .bottom .item .right .text .con {
  width: 40%;
}
#index-body .products .bottom .item:nth-child(2n) .left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#index-body .products .bottom .item:nth-child(2n) .right {
  padding-left: 0;
  padding-right: 50px;
}
#index-body .products .bottom .item:nth-child(2n) .right ul {
  padding-right: 0;
  padding-left: 10%;
}
#index-body .products .bottom .item:nth-child(2n) .right .text {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
#index-body .kit {
  position: relative;
}
#index-body .kit .text {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-66%);
  -moz-transform: translateY(-66%);
  -ms-transform: translateY(-66%);
  transform: translateY(-66%);
  width: 100%;
}
#index-body .kit .text .con {
  width: 27%;
  margin: 0 0 0 auto;
  position: relative;
}
#index-body .kit .text .con .title {
  line-height: 1.2;
}
#index-body .kit .text .con .more {
  position: absolute;
  bottom: 18px;
  left: 150px;
}
#index-body .kit .list .item {
  position: absolute;
  top: 21%;
  left: 16%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .kit .list .item .dot {
  width: 60px;
  height: 60px;
  background-color: #2c4ea0;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  position: relative;
  background: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .kit .list .item .dot:after,
#index-body .kit .list .item .dot:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .kit .list .item .dot:before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#index-body .kit .list .item .line {
  width: 522px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  position: absolute;
  left: 100%;
  pointer-events: none;
  z-index: -1;
}
#index-body .kit .list .item .line .line2 {
  width: 0px;
  background: #ffffff;
  height: 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .kit .list .item .ig {
  position: absolute;
  left: 100%;
  z-index: -1;
  width: 370px;
  padding: 20px;
  text-align: center;
  color: #000000;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
}
#index-body .kit .list .item .ig .tit {
  line-height: 1.1;
}
#index-body .kit .list .item .ig .btn {
  line-height: 1;
  margin-top: 10px;
}
#index-body .kit .list .item:hover .dot {
  background: #2c4ea0;
}
#index-body .kit .list .item:hover .dot:after,
#index-body .kit .list .item:hover .dot:before {
  display: none;
}
#index-body .kit .list .item:hover .line {
  position: static;
  pointer-events: all;
  z-index: 2;
}
#index-body .kit .list .item:hover .line .line2 {
  width: 100%;
}
#index-body .kit .list .item:hover .ig {
  position: static;
  pointer-events: all;
  opacity: 1;
  z-index: 2;
  -webkit-transition: 0.5s 0.5s;
  -moz-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
#index-body .kit .list .item2 {
  top: 46%;
  left: 32%;
}
#index-body .kit .list .item2 .line {
  width: 150px;
}
#index-body .kit .list .item2 .ig {
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}
#index-body .advantage .bottom {
  position: relative;
}
#index-body .advantage .bottom .img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .advantage .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -60px;
}
#index-body .advantage .bottom ul li {
  width: 28%;
  text-align: center;
  margin-bottom: 60px;
}
#index-body .advantage .bottom ul li .icon{
  transition: .5s;
}
#index-body .advantage .bottom ul li:hover .icon{
  transform: rotateY(180deg);
}
#index-body .advantage .bottom ul li:nth-child(2n) {
  margin-left: 40%;
}
#index-body .advantage .bottom ul li .t1 {
  line-height: 1.1;
  margin: 25px 0 20px;
}
#index-body .advantage .bottom ul li .con {
  max-width: 280px;
  margin: 0 auto;
}
#index-body .oem {
  background: url(../images/oem_bg1.jpg) no-repeat center center / cover;
}
#index-body .oem .tip .title {
  width: 55%;
  line-height: 1.3;
}
#index-body .oem .tip .con {
  width: 26%;
  padding-top: 14px;
}
#index-body .oem .bottom .left {
  width: 55%;
}
#index-body .oem .bottom .left li {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 40px;
}
#index-body .oem .bottom .left li:last-child {
  margin-bottom: 0;
}
#index-body .oem .bottom .right {
  width: 26%;
  text-align: right;
}
#index-body .news .bottom li .box {
  position: relative;
}
#index-body .news .bottom li .box .text {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 22px;
  z-index: 3;
}
#index-body .news .bottom li .box .text .title {
  line-height: 1.2;
}
#index-body .news .bottom li .box .text .time {
  line-height: 1;
  margin-bottom: 8px;
}
#index-body .news .bottom li .box::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
strong {
  font-weight: bold;
}
#footer {
  background: #000000 url(../images/f-bg.png) no-repeat center center / cover;
  color: #fff;
}
#footer .f-top {
  text-align: center;
}
#footer .f-box .tit {
  line-height: 1;
}
#footer .f-box li {
  line-height: 1.8;
}
#footer .f-box li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box li a:hover {
  opacity: 0.6;
}
#footer .f-box li ul {
  display: none;
}
#footer .f-box .f-contact {
  max-width: 320px;
}
#footer .f-box .f-contact li {
  font-weight: 300;
}
#footer .f-box .f-code {
  text-align: center;
}
#footer .f-box .f-code #ewm {
  width: 110px;
  height: 110px;
  border: 4px solid #ffffff;
  background: #ffffff;
  margin: 0 auto;
}
#footer .f-box .f-code .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}
#footer .f-box .f-code .share a {
  margin: 0 7px;
}
#footer .f-box .f-code .share a:hover {
  opacity: 0.6;
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 18px 0 17px;
  position: relative;
  font-family: "Arial";
}
#footer .f-copy .bq {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy .bq:hover {
  opacity: 0.6；
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  fill: rgba(255, 255, 255, 0.6);
  margin-top: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg:hover {
  opacity: 0.6;
}
#footer .f-copy svg:hover text {
  opacity: 0.6;
}
@media screen and (max-width: 1700px) {
  #index-body .kit .list .item .line {
    width: 350px;
  }
  #index-body .kit .list .item2 .line {
    width: 100px;
  }
  #index-body .kit .list .item2 .ig {
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
  }
}
@media screen and (max-width: 1450px) {
  #index-body .kit .list .item .ig {
    width: 300px;
  }
  #index-body .advantage .bottom .img {
    width: 40%;
  }
  #index-body .kit .text .con .more {
    position: absolute;
    bottom: 6px;
    left: 100px;
  }
  #banner li .text .box {
    width: 68%;
  }
  #index-body .kit .list .item .line {
    width: 300px;
  }
  #index-body .kit .list .item2 .line {
    width: 80px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .products .bottom .item .right ul {
    margin: 0 -10px;
  }
  #index-body .products .bottom .item .right ul li {
    padding: 0 10px;
  }
  #index-body .products .bottom .item .right ul li .box {
    padding: 15px;
  }
  #index-body .kit .text .con {
    width: 30%;
  }
  #index-body .kit .text .con .more {
    position: static;
    margin-top: 20px;
  }
  #index-body .kit .list .item .line {
    width: 260px;
  }
  #index-body .kit .list .item2 .line {
    width: 70px;
  }
  #index-body .kit .list .item .ig {
    width: 220px;
    padding: 12px;
  }
  #index-body .oem .bottom .right,
  #index-body .oem .tip .con {
    width: 40%;
  }
  #index-body .products .bottom .item .right .text .con {
    margin-right: 50px;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #innerMobileBanner~.inner-banner{
    display: block !important;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .text .box .btn .more {
    padding: 0 20px;
  }
  #banner li .text .box {
    width: 75%;
  }
  #footer .f-box .tit {
    font-size: 22px;
  }
  #index-body .kit .text .con {
    width: 33%;
  }
  #index-body .products .bottom .item {
    margin-bottom: 40px;
  }
  #index-body .products .bottom .item .left {
    margin-bottom: 30px;
  }
  #index-body .products .bottom .item:nth-child(2n) .left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  #index-body .products .bottom {
    padding: 0 15px;
  }
  #index-body .products .bottom .item .right ul {
    padding: 0 !important;
  }
  #index-body .products .bottom .item .right .more {
    width: auto !important;
    padding: 0 20px !important;
    margin: 20px 0 0 auto;
  }
  #index-body .advantage .bottom .img {
    display: none;
  }
  #index-body .advantage .bottom ul li:nth-child(2n) {
    margin-left: 0;
  }
  #index-body .advantage .bottom ul li {
    width: 48%;
  }
  #index-body .oem .bottom .right,
  #index-body .oem .tip .con {
    margin-top: 20px;
  }
  #footer .f-box .f-nav,
  #footer .f-box .f-products,
  #footer .f-box .f-code {
    display: none;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
  }
  #index-body .about .right {
    margin-top: 40px;
  }
  #banner li .text {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .smt {
    font-size: 18px;
  }
  #index-body .advantage .bottom ul li .t1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .smt {
    font-size: 16px;
  }
  .font-60 {
    font-size: 26px;
  }
  #index-body .kit {
    display: none;
  }
  .more {
    zoom: 0.8;
  }
  #index-body .products .bottom .item .left .txt {
    padding-left: 40px;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 20%;
    zoom: 0.75;
  }
  .font-40 {
    font-size: 21px;
  }
  .font-30 {
    font-size: 20px;
  }
  #index-body .news .bottom li .box img {
    width: 100%;
  }
  #banner li > img {
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner li .text .box .btn .more:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .font-72 {
    font-size: 26px;
  }
  .font-80 {
    font-size: 28px;
  }
  #index-body .advantage .bottom ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .advantage .bottom ul li .icon {
    zoom: 0.8;
  }
  #index-body .about .right ul{
    margin-bottom: -30px;
  }
  #index-body .about .right ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .oem .bottom .left li {
    margin-bottom: 25px;
  }
  #footer .f-copy {
    font-size: 14px;
  }
  #footer .f-top .logo {
    zoom: 0.8;
  }
  #banner li > img {
    height: 450px;
  }
  #banner li .text .box {
    width: 100%;
  }
}

/*inner css*/
.inner-page .more{
  background: #2c4ea0;
  color: #ffffff;
}
.inner-banner {
  position: relative;
}
.inner-banner > img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-banner .ui.container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50%;
  width: 100%;
}
.inner-banner .h2 {
  color: white;
    font-family: "AyrWildridge";
  font-size: 60px;
  line-height: 1.1;
}
.inner-banner .bread-crumbs{ color: white;
  font-size: 20px;}

.inner-banner .arrow{
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
}
@media screen and (max-width: 1450px) {
   .inner-banner .h2{
    font-size: 50px;
  }
}
@media screen and (max-width: 1250px) {
   .inner-banner .h2{
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
   .inner-banner .h2{
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .ui.container{
    top: 24%;
  }
  .inner-banner .bread-crumbs{
    font-size: 16px;
  }
  .inner-banner .arrow{
    display: none;
  }
   .inner-banner .h2{
    font-size: 26px;
  }
}
/*@media screen and (max-width: 500px){
  .inner-banner .h2{
    display: none;
  }
}*/
.news-page {
  background: #f3f3f3;
}
.news-page ul{
  margin: -30px;
}
.news-page li{
  padding: 30px;
}
.news-page li .box{
  background: #ffffff;
}

.news-page li .text{
  padding: 25px;
}
.news-page li .text h2{
  transition: .5s;
  line-height: 1.2;
}
.news-page li .text h2:hover{
  color: #2c4ea0;
}
.news-page li .text .time {
  display: block;
  margin: 20px 0;
  font-size: 16px;
  padding-left: 20px;
  background: url(../images/time_03.jpg) no-repeat left center;
}

@media screen and (max-width: 1250px) {
 .news-page ul{
  margin: -20px;
}
.news-page li{
  padding: 20px;
} 
}
@media screen and (max-width: 1000px) {
 .news-page ul{
  margin: -15px;
}
.news-page li{
  padding: 15px;
} 
}
.newdet-page  .init-1 .news_contents {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px dashed #ccc;
}
.Auxil-through a{
  transition: .5s;
}
.Auxil-through a:hover{
  color: var(--color);
}

.m-page{
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 38px;
  height: 38px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  border: 1px solid var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 5px;
  border-radius: 4px;
  color: var(--color);
}
.m-page a.current,
.m-page span.current,
.m-page a:hover,
.m-page span:hover {
  color: #fff;
  background-color: var(--color);
}


@-webkit-keyframes change-big3 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.20714286);
    transform: translate(-50%, -50%) scale(1.20714286);
  }
}
@-moz-keyframes change-big3 {
  100% {
    -moz-transform: translate(-50%, -50%) scale(1.20714286);
    transform: translate(-50%, -50%) scale(1.20714286);
  }
}
@keyframes change-big3 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.20714286);
    -moz-transform: translate(-50%, -50%) scale(1.20714286);
    transform: translate(-50%, -50%) scale(1.20714286);
  }
}
@-webkit-keyframes change-big31 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.40714286);
    transform: translate(-50%, -50%) scale(1.40714286);
  }
}
@-moz-keyframes change-big31 {
  100% {
    -moz-transform: translate(-50%, -50%) scale(1.40714286);
    transform: translate(-50%, -50%) scale(1.40714286);
  }
}
@keyframes change-big31 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.40714286);
    -moz-transform: translate(-50%, -50%) scale(1.40714286);
    transform: translate(-50%, -50%) scale(1.40714286);
  }
}
.customized-page .customized-wrap1 .public-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 33px;
}
.customized-page .customized-wrap1 .intro {
  color: var(--index-color2);
}
.customized-page .customized-wrap1 .advantages-list {
  margin: 5.5208333vw -22px 5.2083333vw;
}
.customized-page .customized-wrap1 .advantages-list{
  margin: 0 -20px;
}
.customized-page .customized-wrap1 .advantages-list li{
  height: 100%;
  padding: 0 20px;
  padding-top: 30px;
}
 .customized-page .customized-wrap1 .advantages-list .slide-box .title{
    font-size: 20px;
    margin-bottom: 20px;
  }
.customized-page .customized-wrap1 .advantages-list .slide-box {
  border: 1px solid #b4b4b4;
  padding-left: 38px;
  padding-right: 42px;
  padding-bottom: 53px;
  /*margin: 22px 22px 0;*/
    height: 100%;
}
.customized-page .customized-wrap1 .advantages-list .slide-box .order {
  width: 42px;
  height: 50px;
  color: #fff;
  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-top: -22px;
  background: var(--color);
}
.customized-page .customized-wrap1 .advantages-list .slide-box .icon {
  margin-top: 39px;
  margin-bottom: 2.8125vw;
  max-width: 81px;
}
.customized-page .customized-wrap1 .advantages-list .slide-box a.title {
  display: block;
  margin-bottom: 23px;
  font-weight: bold;
  height: 60px;
}
.customized-page .customized-wrap1 .advantages-list .slide-box .intro {
  color: #4c4d4f;
  /*display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.33;
  height: calc(1.33em * 10);*/
}
.customized-page .customized-wrap1 .advantages-list-arrow {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.customized-page .customized-wrap1 .advantages-list-arrow .prev,
.customized-page .customized-wrap1 .advantages-list-arrow .next {
  height: 53px;
  width: 53px;
  border-radius: 50%;
  border: 1px solid var(--color);
  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);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: transparent;
  margin: 0 10px;
  cursor: pointer;
}
.customized-page .customized-wrap1 .advantages-list-arrow .prev i,
.customized-page .customized-wrap1 .advantages-list-arrow .next i {
  font-size: 24px;
}
.customized-page .customized-wrap1 .advantages-list-arrow .prev:hover,
.customized-page .customized-wrap1 .advantages-list-arrow .next:hover {
  background: var(--color);
  color: #fff;
}
.customized-page .customized-wrap2 {
  margin-top: 6.28125vw;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.customized-page .customized-wrap2 .left .intro p:nth-child(2) {
  margin-bottom: 21px;
  margin-top: 21px;
}
.customized-page .customized-wrap2{
  overflow: hidden;
}
.customized-page .customized-wrap2 .right .img{
  width: 125%;
}

.customized-page .customized-wrap3 {
  margin-top: 9.375vw;
  padding-top: 5.364583333vw;
  padding-bottom: 592px;
}
.customized-page .customized-wrap3 .intro {
  max-width: 1019px;
  color: var(--index-color2);
  margin: 38px auto 0;
  line-height: 1.222;
}
.customized-page .customized-wrap3 .featured-products-list {
  margin-top: 6vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 204px;
  height: 204px;
  border: 6px solid #272727;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .title {
  font-weight: bold;
  display: block;
  font-family: Montserrat;
  text-align: center;
  width: 140px;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle:after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  border: solid 1px #272727;
  border-radius: 50%;
  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%);
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle:before {
  position: absolute;
  content: "";
  right: -5.26041667vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 59px;
  height: 15px;
  background: url("../images/customized-wrap3-arrow.png") no-repeat center center;
  background-size: 100% 100%;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1 {
  position: absolute;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1 .circle1-content {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color);
  position: relative;
  z-index: 4;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1:before,
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1:after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  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%);
  background: var(--color);
  border-radius: 50%;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1:before {
  opacity: 0.48;
  -webkit-animation: change-big3 1s infinite;
  -moz-animation: change-big3 1s infinite;
  animation: change-big3 1s infinite;
  z-index: 3;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1:after {
  opacity: 0.33;
  -webkit-animation: change-big31 1s infinite;
  -moz-animation: change-big31 1s infinite;
  animation: change-big31 1s infinite;
  z-index: 3;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .circle1 .title1 {
  font-weight: bold;
  color: #fff;
  margin-top: 6px;
  margin-bottom: 6px;
  display: block;
  font-family: Montserrat;
  text-align: center;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle.active {
  border-color: transparent;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle.active .circle1 {
  opacity: 1;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle.active .pop-window {
  opacity: 1;
  z-index: 2;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window {
  border-radius: 20px;
  padding: 58px 50px 62px 59px;
  background: var(--color);
  position: absolute;
  width: 915px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 278px;
  opacity: 0;
  z-index: -10;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window:before,
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window:after {
  content: "";
  display: block;
  position: absolute;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window:before {
  width: 1px;
  height: 38px;
  background-color: var(--color);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -65px;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window:after {
  top: -16px;
  width: 18px;
  height: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../images/customized-wrap3-icon2.png") no-repeat center center;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window .order {
  position: absolute;
  font-size: 6.5625vw;
  color: #fff;
  opacity: .2;
  right: -16px;
  top: 25px;
  font-weight: bold;
  font-family: Montserrat;
  line-height: 1;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window .title2 {
  display: block;
  margin-top: 11px;
  margin-bottom: 19px;
  color: #fff;
  font-weight: bold;
  font-family: Montserrat;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window .window-intro {
  max-width: 806px;
  color: #fff;
  line-height: 1.3;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 {
  position: relative;
  display: none;
  border-radius: 20px;
  padding: 58px 50px 62px 59px;
  background: var(--color);
  width: 100%;
  margin-top: 100px;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:before,
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:after {
  content: "";
  display: block;
  position: absolute;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:before {
  width: 1px;
  height: 38px;
  background-color: var(--color);
  left: 75px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -65px;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1:after {
  top: -16px;
  width: 18px;
  height: 16px;
  left: 65px;
  background: url("../images/customized-wrap3-icon2.png") no-repeat center center;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 .order {
  position: absolute;
  font-size: 6.5625vw;
  color: #fff;
  opacity: .2;
  right: -16px;
  top: 25px;
  font-weight: bold;
  font-family: Montserrat;
  line-height: 1;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 .title2 {
  display: block;
  margin-top: 11px;
  margin-bottom: 19px;
  color: #fff;
  font-weight: bold;
  font-family: Montserrat;
}
.customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 .window-intro {
  max-width: 806px;
  color: #fff;
  line-height: 1.3;
}
.customized-page .customized-wrap3 .featured-products-list li:nth-child(1) .slide-box .circle .pop-window,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(2) .slide-box .circle .pop-window {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.customized-page .customized-wrap3 .featured-products-list li:nth-child(1) .slide-box .circle .pop-window:before,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(2) .slide-box .circle .pop-window:before {
  left: 89px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.customized-page .customized-wrap3 .featured-products-list li:nth-child(1) .slide-box .circle .pop-window:after,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(2) .slide-box .circle .pop-window:after {
  left: 80px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.customized-page .customized-wrap3 .featured-products-list li:nth-child(4) .slide-box .circle .pop-window,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(5) .slide-box .circle .pop-window {
  left: unset;
  right: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.customized-page .customized-wrap3 .featured-products-list li:nth-child(4) .slide-box .circle .pop-window:before,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(5) .slide-box .circle .pop-window:before {
  left: unset;
  right: 89px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.customized-page .customized-wrap3 .featured-products-list li:nth-child(4) .slide-box .circle .pop-window:after,
.customized-page .customized-wrap3 .featured-products-list li:nth-child(5) .slide-box .circle .pop-window:after {
  left: unset;
  right: 80px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.customized-page .customized-wrap3 .featured-products-list li:last-child .slide-box .circle:before {
  display: none;
}

@media screen and (max-width: 1450px) {
  .customized-page .customized-wrap1 .advantages-list .slide-box {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .customized-page .customized-wrap2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .customized-page .customized-wrap3 .featured-products-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle {
    width: 150px;
    height: 150px;
  }
  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle:before {
    width: 30px;
    height: 8px;
  }
  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle .pop-window{
    width: 700px;
  }
}
@media screen and (max-width: 1000px) {
  .customized-page .customized-wrap1 .advantages-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .customized-page .customized-wrap1 .advantages-list .slide-box .title{
    font-size: 16px;
  }
  .customized-page .customized-wrap2 .right .img{
    width: 100%;
  }
  /*.customized-page .customized-wrap1 .advantages-list .slide-box {
    margin-left: 5px;
    margin-right: 5px;
  }*/
  .customized-page .customized-wrap1 .advantages-list{
  margin: 0 -10px;
}
.customized-page .customized-wrap1 .advantages-list li{
  padding: 0 10px;
  padding-top: 30px;
}
  .customized-page .customized-wrap2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .customized-page .customized-wrap2 .left .intro {
    max-width: 100%;
  }
  .customized-page .customized-wrap2 .right {
    margin-left: 0;
    margin-top: 25px;
  }
  .customized-page .customized-wrap3 .featured-products-list li {
    width: 100%;
    margin-bottom: 25px;
  }
  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle:before {
    display: none;
  }
  .customized-page .customized-wrap3 .featured-products-list .slide-box .circle.active .pop-window {
    display: none;
  }
  .customized-page .customized-wrap3 .featured-products-list .slide-box .pop-window1 {
    display: block;
    padding: 15px;
  }
  .customized-page .customized-wrap3 {
    padding-bottom: 6vw;
  }
}
.factory-page .factory-1{
  margin: -15px;
}
.factory-page .factory-1 li{
  padding: 15px;
}


.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.faq-page .faqbox .ui.container ul.faqlist li .top {
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 160px;
  width: 100%;
  cursor: pointer;
}

.faq-page .faqbox .ui.container ul.faqlist li .top .title {
      font-size: 30px;
    font-weight: 600;
    font-family: 'CenturyGothic';
}

.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
  transition: .5s;
}
.faq-page .faqbox .ui.container ul.faqlist li .top i.active{
   -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: 30px;
  color: #000;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-page .faqbox .ui.container ul.faqlist li span.qust {
  color: var(--color);
}

.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: var(--color);
}

.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-left: 160px;
  background: #f9f9f9;
  display: none;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .faq-page .faqbox .ui.container ul.faqlist li .top .title {
    font-size: 18px
  }

  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 100px
  }
  .faq-page .faqbox .ui.container ul.faqlist li .top{
    height: 70px;
  }
}

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

  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 40px 0 0;
  }

  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }

  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }

  .faq-page .faqbox .ui.container ul.faqlist li .top .title {
    font-size: 20px
  }

  .faq-page .faqbox .ui.container ul.faqlist li .top i {
    right: 20px
  }
}
.about-page .about-1 .box .left{
  width: 40%;
}
.about-page .about-1 .box .right{
  width: 55%;
}
.about-page .about-1 .bg{
  position: relative;
}
.play i{
  border: none;
}
.about-page .about-2{
  /*background: url(../images/about-wrap2-bg.png) no-repeat center center / cover;*/
}
.about-page .about-2 ul{
  margin: -20px;
}
.about-page .about-2 ul li{
  padding: 20px;
}
.about-page .about-2 ul li .box{
  padding: 40px;
  border-radius: 20px;
  background: #ffffff;
  transition: .5s;
  height: 100%;
}
.about-page .about-2 ul li .box .icon{
    transition: .5s;
}
.about-page .about-2 ul li .box:hover{
  background: #000000;
  color: #ffffff;
}
.about-page .about-2 ul li .box:hover .icon{
      -webkit-filter: invert(1);
    filter: invert(1);

}
@media screen and (max-width: 1250px) {
  .about-page .about-2 ul li .box .title{
    font-size: 16px;
  }
  .about-page .about-2 ul li .box{
    padding: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 ul li .box .title{
    font-size: 16px;
  }
  .about-page .about-2 ul li .box{
    padding: 25px;
  }
  .about-page .about-2 ul{
  margin: -10px;
}
.about-page .about-2 ul li{
  padding: 10px;
}
}
.about-page .about-3 {
  color: #ffffff;
  position: relative;
}


.about-page .about-3 .intro {
  margin-top: 11px;
  color: #fff;
}

.about-page .about-3 .culture-intro {
    margin-top: 2.34375vw;
    margin-bottom: 3.020833333vw;
    color: #fff;
    max-width: 630px;
}

.about-page .about-3 .culture-list {
  margin-left: 13px;
}

.about-page .about-3 .culture-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-page .about-3 .culture-list li .left-icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-right: 14px;
  z-index: 1;
}

.about-page .about-3 .culture-list li .left-icon:after {
  content: "";
  display: block;
  background-color: #1daede;
  border-radius: 14px;
  width: 28px;
  height: 28px;
  left: -8px;
  bottom: -12px;
  z-index: -1;
  position: absolute;
}

.about-page .about-3 .culture-list li .right-text .title {
  font-weight: bold;
  color: #fff;
  margin-bottom: 2px;
}

.about-page .about-3 .culture-list li .right-text .desc {
  color: #fff;
}

.about-page .about-3 .left {
  position: absolute;
  width: 53%;
  left: 0;
  bottom: 0;
  border-radius: 0 20px 20px 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  background: #000000;
}

.about-page .about-3 .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 89.44281524926686%;
  border-radius: 20px;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 1450px) {
  .about-page .about-3 .culture-intro {
    max-width: 530px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-3 .culture-intro,.about-page .about-3 .intro,.about-page .about-3 .public-title {
    max-width: 470px;
  }
      .about-page .about-3 .culture-intro,
  .about-page .about-3 .culture-list li .right-text .desc {
    /*background-color: rgba(0, 165, 141, .2);*/
    padding: 5px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 1000px){
  .about-page .about-3 .culture-intro,.about-page .about-3 .intro,.about-page .about-3 .public-title {
    max-width: 100%;
  }
  .about-page .about-3 .left {
    width: 100%;
  }

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

}


.por {
  position: relative;
}
.poa {
  position: absolute;
}
.about-page .about-4{
  background: #f7f7f7;
}
.about-page .about-4 .Bg {
  width: 100%;
  height: 800px;
  left: 0;
  top: 0;
}
.about-page .about-4 .box .topSwiper {
  color: #ffffff;
}
.about-page .about-4 .box .topSwiper .swiper {
  z-index: 2;
}
.about-page .about-4 .box .topSwiper .swiperC li img{
    transform: scale(.8);
    transform-origin: top center;
}
.about-page .about-4 .box .topSwiper .swiperC li.swiper-slide-active img {
  transform: scale(1);
}
.about-page .about-4 .box .topSwiper .num {
  width: 50px;
  height: 50px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  z-index: 3;
  opacity: 0;
}
.about-page .about-4 .box .topSwiper .swiper ul li img.img {
  margin-top: -24px;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .box .topSwiper .swiper ul li.swiper-slide-active .num,.about-page .about-4 .box .topSwiper .swiper ul li.swiper-slide-active .titl {
  opacity: 1;
}
@media screen and (max-width: 1250px){
  .about-page .about-4 .Bg img{
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
}

.about-page .about-6 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 60px;
}
.about-page .about-6 i.bg {
  position: relative;
  background-color: white;
  z-index: -1;
}
.about-page .about-6 i.bg em {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: white;
  z-index: 1;
}

.about-page .about-6 .title em {
  color: #5a5a5a;
  border-bottom: 3px solid #5a5a5a;
  line-height: 1;
  display: inline-block;
  vertical-align: text-top;
}
.about-page .about-6 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}
.about-page .about-6 .right li {
  margin-bottom: 2em;
  position: relative;
}
.about-page .about-6 .right li:last-child {
  margin-bottom: 0;
}
.about-page .about-6 .right li:before {
  content: '';
  width: 1px;
  height: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 1.8125em;
  background-color: var(--color);
  position: absolute;
  top: 0;
  z-index: -1;
}
.about-page .about-6 .right li i {
  width: 3.625em;
  height: 3.625em;
  margin-right: 3.5em;
  border: 1px solid #767676;
  color: #767676;
  background-color: white;
}
.about-page .about-6 .right li .content {
  background-color: #fcf6ec;
  padding: 6%;
  min-height: 260px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .right li.active:before {
  height: 100%;
}
.about-page .about-6 .right li.active .content {
  background-color: var(--color);
  color: #fff;
}
@media screen and (max-width: 1000px){
  .about-page .about-5 .right{
    margin-left: 0;
    margin-top: 40px;
  }
    .about-page .about-6 .left {
    position: static;
    margin-bottom: 30px;
  }
  .about-page .about-6 .right li .content {
    min-height: 100px;
  }
}
@media screen and (max-width: 700px){
  .about-page .about-6 .right li i {
    zoom: .7;
  }
  .about-page .about-6 .right li:before {
    left: 1.2em;
  }
  
}



.inner-page .sidebox .sideleft {
  width: 77%;
  padding-left: 30px;
}
.inner-page .sidebox .sideright {
  width: 23%;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding:0 30px 40px 0;
}
.inner-page .sidebox .sideright .wide {
  margin-top: 30px;
}
.inner-page .sidebox .sideright .wide h5 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.inner-page .sidebox .sideright .wide form {
  width: 100%;
  position: relative;
}
.inner-page .sidebox .sideright .wide form input {
  width: 100%;
  padding: 12px 19px 12px 48px;
  border: 1px solid #d1d0c8;
  background: transparent;
  font-size: 16px;
  color: #83827F;
}
.inner-page .sidebox .sideright .wide form input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 52px;
  background: url(../images/tc-zoom.png) no-repeat center center;
  padding: 0;
  border: 0;
}
.inner-page .sidebox .sideright .wide:nth-child(1) {
  margin-top: 0;
}
.inner-page .sidebox .sideright .wide ul li {
  font-size: 18px;
  line-height: 2;
  color: #666;
}
.inner-page .sidebox .sideright .wide ul li a {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide ul li i{
  float: right;
  font-size: 20px;
  transform: rotate(-90deg);
  transition: .5s;
}
.inner-page .sidebox .sideright .wide ul li i.active{
    transform: rotate(0);
}
.inner-page .sidebox .sideright .wide ul li a::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide ul li a:hover,
.inner-page .sidebox .sideright .wide ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideright .wide ul li a:hover::before,
.inner-page .sidebox .sideright .wide ul li a.active::before{
  background: var(--color);
}
.inner-page .sidebox .sideright .wide ul li.active ul{
  display: block;
}
.inner-page .sidebox .sideright .wide ul li ul{
  display: none;
}
.inner-page .sidebox .sideright .wide ul li ul li a::before{
  display: none;
}
.inner-page .sidebox .sideright .wide dd {
  font-size: 14px;
  padding: 8px 18px;
  margin: 0 5px 5px 0;
  border: 1px solid #d1d0c8;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide dd:hover {
  color: var(--color);
}

.product-page .sidebox .sideleft .top .desc{
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
  color: #83827F;
  max-height: 260px;
  overflow-y: auto;
}

.product-page .sidebox .sideleft .list {
  margin: 60px 0;
}
.product-page .sidebox .sideleft .list ul {
  margin: -15px;
}
.product-page .sidebox .sideleft .list ul li {
  padding: 15px;
 
 
}
.product-page .sidebox .sideleft .list ul li .box{
 border: 1px solid #e6e6e6;
}
.product-page .sidebox .sideleft .list ul li .img {
  position: relative;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box {
  display: block;
  position: relative;
}

.product-page .sidebox .sideleft .list ul li .text {
  padding: 20px 25px;;
}
.product-page .sidebox .sideleft .list ul li .text h3 {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;

}
.product-page .sidebox .sideleft .list ul li .text h3:hover{
  color:var(--color);
}
@media screen and (max-width: 1000px) {

  .product-page {
    padding: 60px 0;
  }
  .inner-page .sidebox .sideleft {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    display: none;
  }

}
@media screen and (max-width: 700px) {
  
  .product-page .sidebox .sideleft .top .desc{
    display: none;
  }

  .product-page .sidebox .sideleft .list {
    margin: 30px 0;
  }

  .product-page .sidebox .sideleft .list ul li .text {
    padding: 15px;
  }
  .product-page .sidebox .sideleft .list ul li .text h3 {
    font-size: 18px;
    line-height: 1.6;
  }
  .product-page .sidebox .sideleft .list ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
}



.seoPublic .Auxil-related .list ul li .box{
  box-shadow:none;
}
.seoPublic .Auxil-related .list ul li .box .img-box{
  border: 1px solid #e6e6e6;
}



/*.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}*/

.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--primary);
  font-family: FontAwesome;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}

.prodet-page .prodet-1 .box .left .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 .prodet-1 .box .left .big ul li img {
  width: 100%;
}
.prodet-page .prodet-1 .box .left .small {
  margin-top: 15px;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .left .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 .prodet-1 .box .right {
  padding-top: 15px;
}
.prodet-page .prodet-1 .box .right .content .cat_name {
  position: relative;
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 8px;
}
.prodet-page .prodet-1 .box .right .content .cat_name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #f9c406;
}
.prodet-page .prodet-1 .box .right .content h1 {
  font-weight: bold;
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  max-height: 550px;
  padding-right: 20px;
  overflow: auto;
}
.prodet-page .prodet-1 .box .right .content a.msg {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
  font-size: 12px;
  bottom: 15%;
  background: #f9c406;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
 .prodet-page .prodet-2 .title{
  display: inline-block;
  height: 60px;
  background: var(--color);
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  padding: 0 25px;
 }
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-2 .title{
    font-size: 20px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .title{
    padding: 0 15px;
  }
}



.contact-page .contact-1 .header .con {
  font-size: 20px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}

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

.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .box .form ul li .more{
  background: #ffffff;
  color: #000;
}
.contact-page .contact-2 .box .form ul li .more:hover{
  color: #ffffff;
}
.contact-page .contact-2 .box .form .moreCont{
  border: 1px solid var(--color);
}
.contact-page .contact-3 {
  padding-top: 6%;
}
.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}

@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 30px;
  }
}

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

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

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


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


.design-page .design-2 .img {
  height: -webkit-fill-available;
}
.design-page .design-2 .text ul li {
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.design-page .design-2 .text ul li:last-child {
  margin-bottom: 0;
}
.design-page .design-2 .text ul li i {
  font-size: 30px;
  color: var(--color);
}
.design-page .design-2 .text ul li p {
  font-size: 20px;
  font-weight: 600;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  color: #666;
}
 .design-page .design-2 .img {
    width: 50%;
  }
 .design-page .design-2 .text {
    width: 50%;
  }
.design-page .design-3{
    background-color: #f7f7f7;
}
/*.design-page .design-3::before{
  content:"";
  display: block;
  width: 100%;
  height: 55%;
  background-color: #f7f7f7;
  position: absolute;
  left: 0;
  bottom:0;
}*/
.design-page .design-3 .quality-tit a{
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 30px;
  position: relative;
  /*width: 50%;*/
  text-align: center;
}
.design-page .design-3 .quality-tit a.active::before{
  opacity: 1;
}
.design-page .design-3 .quality-tit a::before{
  content:"";
  display: block;
  width: 100%;
  height: 5px;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  opacity: 0;
  transition: 0.5s;
}
.design-page .design-3 .quality-tit{
  border-bottom: 1px solid rgba(219, 219, 219);
}
.design-page .design-4{
  background-color: #ffffff;
}

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

  .design-page .design-4 .text{
    padding-right: 30px;
  }
  .design-page .design-3 .quality-tit a {
    font-size: 18px;
  }

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

  .design-page .design-3 .quality-tit a {
    padding-bottom: 15px;
  }
  
}
@media screen and (max-width: 1000px) {
  .design-page .design-2 .text {
    width: 100%;
    margin-top: 45px;
    padding-left: 0;
  }
   .design-page .design-2 .img {
    width: 100%;
  }

  .design-page .design-4 .container{
    flex-direction: column-reverse;
  }
  .design-page .design-4 .text {
    padding-right: 0;
    width: 100%;
    margin-top: 45px;
  }
  .design-page .design-4 .img {
    width: 100%;
  }


 
}
@media screen and (max-width: 500px) {
  .design-page .design-3 .quality-tit a {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.design-page .design-5 {
  background-color: #f7f7f7;
}
.design-page .design-5 ul {
  margin: 55px -15px 0;
}
.design-page .design-5 ul li {
  padding: 40px 15px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.design-page .design-5 ul li:hover {
  padding: 0 15px;
}
.design-page .design-5 ul li .box {
  background-color: #000000;
  height: 470px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}
.design-page .design-5 ul li .box .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
  z-index: -1;
  opacity: 0;
  transition: .5s;
}
.design-page .design-5 ul li .box .tit-semi{
  color: #ffffff;
  line-height: 1.4;
}

.design-page .design-5 ul li .box:hover {
  background-color: #000000;
}
.design-page .design-5 ul li .box:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.design-page .design-5 ul li .box:hover h3 {
  opacity: 1;
}
.design-page .design-5 ul li .box:hover .bg{
  opacity: 0.5;
}
.design-page .design-5 ul li .box:hover .text .con {
  height: 90px;
  opacity: 1;
}
.design-page .design-5 ul li .box .icon img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.design-page .design-5 ul li .box h3 {
  color: rgba(255, 255, 255, 0.2);
  opacity: 0;
}
.design-page .design-5 ul li .box .text .num {
  color: rgba(255, 255, 255, 0.2);
}
.design-page .design-5 ul li .box .text .con {
  max-height: 90px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-right: 10px;
  color: #fff;
}
@media screen and (max-width: 1250px) {
  .design-page .design-5 ul li .box {
    height: 300px;
  }
}
@media screen and (max-width: 1000px) {
.design-page .design-5 ul li .box .bg{
  opacity: 0.5;
}
.design-page .design-5 ul li .box {
  background-color: #000000;
}
.design-page .design-5 ul li .box .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.design-page .design-5 ul li .box h3 {
  opacity: 1;
}
.design-page .design-5 ul li .box .text .con {
  height: 90px;
  opacity: 1;
}
.design-page .design-5 ul li{
  padding: 0 15px;
}
}
@media screen and (max-width: 700px) {
    .design-page .design-5 ul {
    margin: 35px -15px 0;
  }
}
@media screen and (max-width: 500px) {
  .design-page .design-5 ul li .box {
    height: 300px;
  }
  .design-page .design-5 ul li .box h4 {
    font-size: 20px;
  }
  .design-page .design-5 ul li {
    padding: 0 15px;
  }
}