@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.eot');
  src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Poppins';
  --index-main-color: #FEA168;
  --index-color: #fff2e5;
  --index-color1: #e6dac3;
  --index-color2: #bb9677;
}
/*#index-body{
   overflow-x: hidden;
}*/
@-webkit-keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes ks1 {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes up-down {
  to {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-moz-keyframes up-down {
  to {
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes up-down {
  to {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-webkit-keyframes rotate-img {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-img {
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-img {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.set-position-center {
  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%);
}
.set-display-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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.set-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1620px;
  margin: auto;
  width: 100%;
}
.public-title {
  color: #000000;
  font-weight: 500;
}
.public-title span {
  font-size: 72px;
  line-height: 1.01;
}
.public-title .t-title {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 12px;
}
.public-title1 {
  font-size: 60px;
  color: #000000;
}
.public-btn {
  width: 171px;
  height: 53px;
  -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;
  background: var(--index-main-color);
  padding-left: 22px;
  padding-right: 3px;
  border-radius: 27px;
}
.public-btn:hover span {
  color: #fff;
}
.public-btn:hover .icon {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.public-btn span {
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding-top: 3px;
}
.public-btn .icon {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  text-align: center;
  line-height: 47px;
}
.font-19 {
  font-size: 19px;
}
.font-21 {
  font-size: 21px;
}
.font-50 {
  font-size: 50px;
}
#header {
  background: transparent;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active {
  background: rgba(255, 255, 255, 0.99);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--index-main-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  position: relative;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  vertical-align: middle;
  margin-top: 12px;
  margin-bottom: 10px;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  margin-bottom: 5px;
  margin-left: 6.25vw;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 19px;
  line-height: 1;
  margin-right: 4.479166666666667vw;
  color: #000000;
  -webkit-perspective: 500px;
  font-weight: 500;
  -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;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--index-main-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: 16px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: 0;
  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(--index-main-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: .1s;
  -moz-transition: .1s;
  transition: .1s;
  text-transform: capitalize;
  position: relative;
}
#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: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 .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
  margin-left: 23px;
  margin-right: 2.34375vw;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language {
  position: relative;
  cursor: pointer;
}
#header .nav .ui.menu .items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .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: 125%;
  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(--index-main-color);
  display: none \9;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--index-main-color);
  color: white;
}
#header .nav .ui.menu .items .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 .items .h-phone {
  width: 187px;
  height: 43px;
  font-size: 15px;
  font-weight: 500;
  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;
  background: #fff;
  padding-left: 22px;
  padding-right: 5px;
  border-radius: 21.5px;
  transition: .3s;
}
#header .nav .ui.menu .items .h-phone:hover{
  background: var(--index-main-color);
  color: #fff;
}
#header .nav .ui.menu .items .h-phone img{
  transition: .3s;
}
#header .nav .ui.menu .items .h-phone:hover > img{
  filter: invert(100%);
}
#header .nav .ui.menu .items .h-phone span {
  padding-top: 6px;
}
#banner {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
#banner .banner-slide-ul .slide-box {
  position: relative;
}
#banner .banner-slide-ul .slide-box .text {
  position: absolute;
  top: 30%;
  left: 9%;
}
#index-body .category {
  position: relative;
  z-index: 3;
  padding-top: 40px;
  margin-top: -4.84375vw;
}
#index-body .category .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 91.77083333333333vw;
  height: 100%;
  background: #fff;
  border-radius: 58px 0px 0px 0px;
}
#index-body .category .big-title {
  font-size: 150px;
  line-height: 1em;
  font-weight: bold;
  color: var(--index-color);
  text-align: center;
}
#index-body .category .slide-content {
  margin-top: -2.08333333vw;
  padding: 0 108px;
  position: relative;
}
#index-body .category .slide-content .category-prev,
#index-body .category .slide-content .category-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
#index-body .category .slide-content .category-prev {
  left: 0;
}
#index-body .category .slide-content .category-next {
  right: 0;
}
#index-body .category .slide-content .category-slide-ul {
  margin: 0 -1.92708333vw;
}
#index-body .category .slide-content .category-slide-ul .slide-box {
  margin: 0 1.9270833333333333vw;
  display: block;
  position: relative;
}
#index-body .category .slide-content .category-slide-ul .slide-box img {
  margin: 0 auto;
}
#index-body .category .slide-content .category-slide-ul .slide-box .title {
  /*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%);*/
  color: #000;
  font-weight: 600;
  width: 80%;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px auto 0;
  transition: .3s;
}
#index-body .category .slide-content .category-slide-ul .slide-box:hover .title{
  color: var(--index-main-color);
}
#index-body .application {
  margin-top: 6.354166666666667vw;
}
#index-body .application .ui.container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#index-body .application .text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .application .text .public-title {
  max-width: 514px;
  margin-top: 8.697916666666666vw;
  margin-bottom: 5.833333333333333vw;
}
#index-body .application .text .intro {
  background: var(--index-color1);
  max-width: 829px;
  font-weight: 500;
  line-height: 2;
  color: #6d6d6d;
  padding: 60px 68px 60px 80px;
  margin-right: -2.1875vw;
}
#index-body .product {
  margin-top: 3.75vw;
}
#index-body .product .ui.container {
  max-width: 1720px;
}
#index-body .product .public-title {
  text-align: center;
}
#index-body .product .product-slide-ul {
  margin: 10px -17px 0;
}
#index-body .product .product-slide-ul .slide-box {
  margin: 3.3333333333333335vw 17px 0;
}
#index-body .product .product-slide-ul .slide-box .img-box {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#index-body .product .product-slide-ul .slide-box .img-box img {
  border-radius: 10px;
      /*background: #eee;*/
      background: #f3f3f3;
}
#index-body .product .product-slide-ul .slide-box .title {
  display: block;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-top: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 108px;
  margin-left: -50px;
}
#index-body .product .product-buttons {
  margin-top: 4.479166666666667vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .product .product-buttons a {
  display: block;
  width: 443px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  margin: 0 15px;
  height: 52px;
  text-align: center;
}
#index-body .product .product-buttons a.more-products {
  background-color: #000000;
  color: #fff;
  line-height: 52px;
}
#index-body .product .product-buttons a.more-products:hover {
  background-color: var(--index-main-color);
}
#index-body .product .product-buttons a.customized-products {
  color: #000;
  border: solid 1px #000000;
  line-height: 50px;
}
#index-body .product .product-buttons a.customized-products:hover {
  background-color: var(--index-main-color);
  color: #fff;
  border-color: var(--index-main-color);
}
#index-body .video {
  padding-top: 7.864583333333333vw;
  padding-bottom: 10.989583333333334vw;
  margin-top: 5.260416666666667vw;
}
#index-body .video .ui.container {
  text-align: center;
}
#index-body .video a.play {
  display: block;
  -webkit-animation: ks1 1.5s linear infinite alternate;
  -moz-animation: ks1 1.5s linear infinite alternate;
  animation: ks1 1.5s linear infinite alternate;
}
#index-body .video .public-title1 {
  text-align: center;
  color: #fff;
  margin-top: 2.1354166666666665vw;
}
#index-body .about {
  position: relative;
  z-index: 1;
}
#index-body .about::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 40vw;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--index-color)), to(transparent));
  background: -webkit-linear-gradient(top, var(--index-color) 0%, transparent 100%);
  background: -moz-linear-gradient(top, var(--index-color) 0%, transparent 100%);
  background: linear-gradient(to bottom, var(--index-color) 0%, transparent 100%);
  z-index: -1;
}
#index-body .about .content .left {
  margin-top: -5.41666667vw;
  border-radius: 0 0 50px 0;
  overflow: hidden;
  width: 47.54716981132075%;
}
#index-body .about .content .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 5.364583333333333vw;
  margin-top: 7.1875vw;
}
#index-body .about .content .right .top {
  -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 .about .content .right .top .public-title span {
  line-height: 1.08;
}
#index-body .about .content .right .top .down-btn {
  width: 7.8125vw;
  height: 7.8125vw;
  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;
  border: 1px solid var(--index-color2);
  margin-right: -5px;
  cursor: pointer;
  -webkit-animation: up-down 1.5s linear infinite alternate;
  -moz-animation: up-down 1.5s linear infinite alternate;
  animation: up-down 1.5s linear infinite alternate;
}
#index-body .about .content .right .top .down-btn i {
  font-size: 24px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#index-body .about .content .right .public-title span {
  font-size: 66px;
}
#index-body .about .content .right .intro {
  max-width: 690px;
  font-weight: 500;
  line-height: 1.888888;
  color: #6d6d6d;
  margin-top: 2.3958333333333335vw;
  margin-bottom: 3.0208333333333335vw;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .about .strength-data ul {
  margin-top: 2.8125vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#index-body .about .strength-data ul li {
  position: relative;
  width: 248px;
  height: 248px;
}
#index-body .about .strength-data ul li img {
  -webkit-animation: rotate-img 10s linear infinite alternate;
  -moz-animation: rotate-img 10s linear infinite alternate;
  animation: rotate-img 10s linear infinite alternate;
}
#index-body .about .strength-data ul li .text {
  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%);
  text-align: center;
  padding-top: 28px;
}
#index-body .about .strength-data ul li .text .top {
  font-size: 54px;
  line-height: 1em;
  color: #303030;
  font-weight: 500;
  margin-bottom: 2px;
}
#index-body .about .strength-data ul li .text .title {
  color: #7c7b7b;
  font-weight: 500;
}
#index-body .news {
  margin-top: 3.75vw;
  padding-top: 5.15625vw;
  position: relative;
  z-index: 1;
}
#index-body .news .public-title .t-title {
  margin-bottom: 6px;
}
#index-body .news::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 44vw;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--index-color)), to(transparent));
  background: -webkit-linear-gradient(top, var(--index-color) 0%, transparent 100%);
  background: -moz-linear-gradient(top, var(--index-color) 0%, transparent 100%);
  background: linear-gradient(to bottom, var(--index-color) 0%, transparent 100%);
  z-index: -1;
}
#index-body .news .news-slide-ul {
  margin: 4.21875vw -1.82291667vw 0;
}
#index-body .news .news-slide-ul .slide-box {
  margin: 0 1.8229166666666667vw;
}
#index-body .news .news-slide-ul .slide-box .img-box {
  display: block;
}
#index-body .news .news-slide-ul .slide-box .text {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-top: 21px;
}
#index-body .news .news-slide-ul .slide-box .text a.title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  color: #272425;
}
#index-body .news .news-slide-ul .slide-box .text .intro {
  max-width: 370px;
  font-weight: 500;
  color: #6d6d6d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 12px;
  margin-bottom: 32px;
  line-height: 1.75;
}
#index-body .news .news-slide-ul .slide-box .text .date {
  margin-top: 7px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #666666;
  margin-left: 15px;
}
#index-body .partner {
  margin-top: 4.375vw;
  margin-bottom: 4.895833333333333vw;
}
#index-body .partner .ui.container {
  max-width: 1840px;
}
#index-body .partner .public-title1 {
  text-align: center;
  font-weight: 500;
}
#index-body .partner .partner-slide-ul {
  margin: 2.44791667vw -15px 0;
}
#index-body .partner .partner-slide-ul .slide-box {
  display: block;
  margin: 0 15px;
}
#footer {
  background: var(--index-color1);
  padding-top: 3.28125vw;
}
#footer .f-form .big-title {
  text-align: center;
  margin-bottom: 31px;
  font-weight: 500;
}
#footer .f-form form {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
#footer .f-form form input {
  border: none;
}
#footer .f-form form .input-box {
  background-color: #ffffff;
  border-radius: 31px;
  padding: 23px 20px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 878px;
}
#footer .f-form form .input-box input {
  background: none;
  border-left: 1px solid #4c4c4c;
  font-size: 16px;
  color: #222;
  padding-left: 18px;
  line-height: 1.6875;
}
#footer .f-form form .input-box input::-webkit-input-placeholder {
  color: #9f9f9f;
  font-size: 16px;
}
#footer .f-form form .input-box input:-moz-placeholder {
  color: #9f9f9f;
  font-size: 16px;
}
#footer .f-form form .input-box input::-moz-placeholder {
  color: #9f9f9f;
  font-size: 16px;
}
#footer .f-form form .input-box input:-ms-input-placeholder {
  color: #9f9f9f;
  font-size: 16px;
}
#footer .f-form form .input-box input::placeholder {
  color: #9f9f9f;
  font-size: 16px;
}
#footer .f-form form .input-box input.name {
  border-left: none;
  width: 29.5%;
}
#footer .f-form form .input-box input.mail {
  width: 29.5%;
}
#footer .f-form form .input-box input.content {
  width: 41%;
}
#footer .f-form form .submit {
  width: 105px;
  height: 73px;
  background: var(--index-main-color) url("../images/f-submit.png") no-repeat center center;
  border-radius: 37px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-left: 22px;
}
#footer .f-form form .submit:hover {
  background-color: var(--index-color2);
}
#footer .f-content {
  margin-top: 3.28125vw;
  margin-bottom: 21px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .f-content .items .text {
  max-width: 313px;
  color: #757575;
  line-height: 1.8;
  margin-top: 28px;
}
#footer .f-content dl {
  margin-top: 19px;
}
#footer .f-content dl dt {
  color: #757575;
  font-weight: 500;
}
#footer .f-content dl dd {
  font-size: 18px;
  color: #000000;
  line-height: 1.8888888888888888;
}
#footer .f-content dl dd a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#footer .f-content dl dd a:hover {
  color: var(--index-main-color);
}
#footer .f-content .f-contact dd {
  line-height: 1.5;
}
#footer .f-content .f-contact dd .phone {
  margin-bottom: 2px;
}
#footer .f-content .f-contact dd .mail {
  margin-bottom: 2px;
}
#footer .f-content .f-contact dd .title {
  color: #757575;
  margin-bottom: 16px;
}
#footer .f-content .f-contact dt,
#footer .f-content .f-links dt,
#footer .f-content .f-product dt {
  margin-bottom: 25px;
}
#footer .f-content .f-qr .social-account {
  margin-top: 18px;
  margin-bottom: 19px;
}
#footer .f-content .f-qr .social-account li {
  margin-right: 12px;
}
#footer .f-content .f-qr .social-account li:nth-child(3) i{
  font-size: 19px;
}
#footer .f-content .f-qr .social-account li a {
  display: block;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #c2c2c2;
}
#footer .f-content .f-qr .social-account li a i {
  color: #000;
}
#footer .f-content .f-qr #ewm {
  width: 123px;
  height: 123px;
  border: 7px solid #fff;
}
#footer .f-copy {
  color: #757575;
  -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;
  padding-bottom: 2.7083333333333335vw;
}
#footer .f-copy .copy {
  text-align: center;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 29px;
  fill: #757575;
}
#footer .f-copy svg text {
  fill: #757575;
}
@media screen and (max-width: 1680px) {
  #index-body .application .text .intro {
    margin-right: 0;
  }
}
@media screen and (max-width: 1440px) {
  #header .nav .ui.menu .menu-box {
    margin-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  .font-50 {
    font-size: 45px;
  }
  .public-title span {
    font-size: 45px;
  }
  .public-title1,
  #index-body .about .content .right .public-title span {
    font-size: 45px;
  }
  #header .nav .ui.menu .items .h-phone {
    display: none;
  }
  #header .nav .ui.menu .items .h-search {
    margin-right: 0;
  }
  #index-body .category .big-title {
    font-size: 100px;
  }
  #index-body .application .text .public-title {
    color: #fff;
  }
  #index-body .application .text .intro {
    padding: 20px;
  }
  #index-body .about .strength-data ul li .text .top {
    font-size: 45px;
  }
  #index-body .about .strength-data ul li {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 1000px) {
  a.yejiaooo{
        display: none !important;
  }
  .public-title .t-title {
    font-size: 16px;
  }
  .public-title span {
    font-size: 35px;
  }
  .font-28 {
    font-size: 25px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-30 {
    font-size: 25px;
  }
  .font-50 {
    font-size: 35px;
  }
  #header .nav .ui.menu .logo {
    width: 40px;
  }
  .public-title1,
  #index-body .about .content .right .public-title span {
    font-size: 35px;
  }
  #header .nav .ui.menu .items {
    display: none;
  }
  #index-body .video a.play {
    zoom: .6;
  }
  #index-body .about .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .content .left {
    width: 100%;
  }
  #index-body .about .content .right {
    width: 100%;
    margin-left: 0;
  }
  #index-body .about .content .right .intro {
    max-width: 100%;
  }
  #index-body .about .strength-data ul.df {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .strength-data ul li .text {
    padding-top: 0;
  }
  #index-body .about .strength-data ul li .text .top {
    font-size: 35px;
  }
  #footer .f-form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-form form .input-box {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-form form .input-box input.name,
  #footer .f-form form .input-box input.mail {
    width: 50%;
    border-left: 1px solid #4c4c4c;
  }
  #footer .f-form form .input-box .content {
    width: 100%;
    margin-top: 15px;
  }
  #footer .f-form form .submit {
    margin-top: 15px;
    margin-left: 0;
  }
  #footer .f-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-copy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .font-18 {
    font-size: 14px;
  }
  .font-19 {
    font-size: 16px;
  }
  .font-21 {
    font-size: 16px;
  }
  .font-24 {
    font-size: 16px;
  }
  .font-28 {
    font-size: 18px;
  }
  .font-30 {
    font-size: 18px;
  }
  .font-50 {
    font-size: 25px;
  }
  .public-title span {
    font-size: 25px;
  }
  #index-body .product .product-slide-ul .slide-box .title{
    height: auto;
  }
  .public-title1,
  #index-body .about .content .right .public-title span {
    font-size: 25px;
  }
  #index-body .category .slide-content .category-prev,
  #index-body .category .slide-content .category-next {
    display: none;
  }
  #index-body .category .big-title {
    font-size: 60px;
  }
  #index-body .category .slide-content {
    padding: 0;
    margin-top: 15px;
  }
  #index-body .application {
    display: none;
  }
  #index-body .product .product-slide-ul .slide-box .title {
    margin-top: 15px;
  }
  #index-body .category .slide-content .category-slide-ul .slide-box img {
    margin: 0 auto;
  }
  #index-body .product .product-buttons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .product .product-buttons a {
    margin: 5px 0;
  }
  #index-body .video {
    display: none;
  }
  #index-body .about .content {
    margin-top: 25px;
  }
  #index-body .about .content .left {
    margin-top: 0;
  }
  #index-body .about .content .right .top .down-btn {
    width: 40px;
    height: 40px;
  }
  #index-body .about .strength-data ul li .text .top {
    font-size: 25px;
  }
  #index-body .about .strength-data ul li {
    width: 140px;
    height: 140px;
  }
  #index-body .news {
    margin-bottom: 25px;
  }
  #index-body .partner {
    display: none;
  }
  #footer .f-form form .input-box input.name {
    margin-bottom: 15px;
  }
  #footer .f-form form .input-box input.name,
  #footer .f-form form .input-box input.mail {
    width: 100%;
  }
  #footer .f-content .items .text {
    max-width: 100%;
  }
  #footer .f-content dl dd {
    font-size: 14px;
  }
  #footer .f-content .f-links {
    display: none;
  }
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-qr {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .font-50 {
    font-size: 20px;
  }
  .public-title span {
    font-size: 20px;
  }
  .public-title1,
  #index-body .about .content .right .public-title span {
    font-size: 20px;
  }
  .public-btn {
    height: 39px;
    padding-left: 12px;
    border-radius: 19px;
  }
  .public-btn .icon {
    width: 31px;
    height: 31px;
    line-height: 31px;
  }
  #banner {
    margin-top: 60px;
  }
  #index-body .category .big-title {
    font-size: 25px;
  }
  #index-body .product .product-buttons a {
    height: 38px;
  }
  #index-body .product .product-buttons a.more-products {
    line-height: 38px;
  }
  #index-body .product .product-buttons a.customized-products {
    line-height: 46px;
  }
  #footer .f-form form .input-box {
    padding: 15px;
  }
  #footer .f-form form .submit {
    height: 40px;
  }
}




/*内页banner*/
.inner-banner {
    padding: 79px 0 69px;
    background: url(../images/beijing.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .inner-banner .box .ig {
    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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 79px 0 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.85);
  }
  .inner-banner .box .ig .left {
    position: relative;
    z-index: 1;
    width: 64%;
  }
  .inner-banner .box .ig .left .mbx {
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
  }
  .inner-banner .box .ig .left .tit {
    font-size: 20px;
    line-height: 1.6;
    text-transform: uppercase;
    margin-top: 5px;
    position: relative;
  }
  .inner-banner .box .ig .left::after {
    content: "";
    width: 299px;
    height: 299px;
    position: absolute;
    bottom: -90px;
    left: -126px;
    z-index: -1;
    /*background: url(../images/in-icon.png) no-repeat;*/
  }
  .inner-banner .box .ig .right {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.3;
    width: 36%;
    margin-bottom: 10px;
  }
  @media screen and (max-width: 1680px) {
    .inner-banner .box .ig .left::after {
      left: -80px;
    }
    /*.inner-banner .box .ig .left .tit {
      font-size: 70px;
    }*/
  }
  @media screen and (max-width: 1440px) {
    .inner-banner .box .ig .left::after {
      left: -70px;
    }
    /*.inner-banner .box .ig .left .tit {
      font-size: 60px;
    }*/
  }
  @media screen and (max-width: 1280px) {
    .inner-banner .box .ig .left::after {
      left: -50px;
    }
    /*.inner-banner .box .ig .left .tit {
      font-size: 50px;
    }*/
  }
  /*@media screen and (max-width: 1100px) {
    .inner-banner .box .ig .left .tit {
      font-size: 40px;
    }
  }*/
  @media screen and (max-width: 1000px) {
    .inner-banner {
      padding: 60px 0 30px;
    }
    .inner-banner .box .ig {
      display: block;
      padding: 30px 0;
    }
    .inner-banner .box .ig .left {
      width: 100%;
    }
    .inner-banner .box .ig .left::after {
      display: none;
    }
    .inner-banner .box .ig .right {
      display: none;
    }
    .xian {
      display: none;
    }
  }
  @media screen and (max-width: 700px) {
    .inner-banner .box .ig .left .mbx {
      font-size: 16px;
    }
    .inner-banner .box .ig .left .tit {
      font-size: 30px;
      line-height: 1.2;
    }
  }
  @media screen and (max-width: 500px) {
    .inner-banner .box .ig {
      padding: 20px 0;
    }
    .inner-banner .box .ig .left .mbx {
      font-size: 14px;
      line-height: 2;
    }
    .inner-banner .box .ig .left .tit {
      display: none;
    }
  }
  .title.font-24 {
    padding-left: 90px;
    padding-top: 20px;
}
.intro.font-18 h1{
display: inline;
}
.intro.font-18 h2{
  display: inline;
}
a.yejiaooo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 300px;
    vertical-align: middle;
}
.dmle.wow.fadeInUp.Auxil-catdes {
    max-height: 250px;
    overflow-y: auto;
}
@media screen and (max-width:1400px){
  .prodet-page .prodet-1 .box .content h1{
    font-size: 36px!;
  }
}
@media screen and (max-width:1200px){
  .inner-banner .box .ig .left .tit{
    display: none!important;
  }
  .prodet-page .prodet-1 .box .content h1{
    font-size: 30px!important;
  }
  .inner-banner.single-product .box .ig .left .tit{
    display: none;
  }
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-1 .box .content h1 {
        font-size: 20px!important;
    }
}
