@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/Poppins-SemiBold.eot) format('eot'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #616161;
}
textarea::-webkit-input-placeholder {
  color: #616161;
}
input::-moz-placeholder {
  color: #616161;
}
input:-moz-placeholder {
  color: #616161;
}
input:-ms-input-placeholder {
  color: #616161;
}
body {
  margin: 0 auto;
  padding: 0;
  --color: #274aa4;
  --green: #00eaa9;
  font-family: 'Poppins-Regular';
  --font: 'Poppins-Bold';
  background-color: white;
  color: black;
  max-width: 1920px;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  width: 1630px;
  margin: 0 auto;
  position: relative;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#header.active {
  background-color: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#header .nav {
  position: relative;
  height: 100px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 55px;
  font-size: 16px;
  color: black;
  -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;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  height: 100%;
  border-bottom: 3px solid transparent;
  line-height: 100px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
  border-color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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 {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-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 .right {
  margin-left: 60px;
  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 .right .h-search{
  cursor: pointer;
}
#header .nav .ui.menu .right .h-inquiry {
  width: 135px;
  height: 40px;
  background-color: var(--color);
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  border: none;
}
#header .nav .ui.menu .right .h-inquiry:hover {
  background-color: #000;
}
.language-box {
  margin-left: 35px;
  margin-right: 45px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner {
  position: relative;
}
#banner .banner-content ul {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  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%);
  z-index: 5;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#banner .banner-content ul li .content .box {
  max-width: 45%;
}
#banner .banner-content ul li .content .box p {
  font-size: 18px;
  max-width: 500px;
  margin: 25px 0 70px;
}
#banner .banner-content ul li .content .box h2 {
  font-size: 52px;
  line-height: 1.2;
  font-family: var(--font);
}
#banner .banner-content ul li .content .img {
  right: 15px;
  bottom: 100px;
  position: absolute;
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .banner-content ul .slick-dots {
  width: 1600px;
  position: absolute;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-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;
}
#banner .banner-content ul .slick-dots li.slick-active {
  background-color: var(--color);
}
#banner .banner-content ul .slick-dots li {
  margin-right: 15px;
  position: relative;
  width: 50px;
  height: 6px;
  border-radius: 15px;
  background-color: white;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-content ul .slick-dots li:last-child {
  margin-right: 0;
}
#banner .banner-content ul .slick-dots li button {
  display: none;
}
.more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 50px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  border-top: 2px solid var(--color);
  border-right: 3px solid var(--color);
  border-bottom: 2px solid var(--color);
  border-left: 3px solid var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more:hover {
  border-color: var(--color);
}
.more:hover span {
  color: #fff;
}
.more i {
  width: 40px;
  height: 100%;
  background-color: 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: white;
  position: relative;
  z-index: 2;
}
.more span {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  left: 100%;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more:hover::before {
  left: 0;
}
.h-title h3 {
  font-size: 46px;
  font-family: var(--font);
  margin: 10px 0 0;
}
@-webkit-keyframes img_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes img_scale {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes img_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes img_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#index-body .category {
  padding: 115px 0 150px;
  background-color: #f6f6f6;
  position: relative;
}
#index-body .category .category-content ul {
  margin: 65px -15px 0;
}
#index-body .category .category-content ul li {
  padding: 0 15px;
}
#index-body .category .category-content ul li .img-box {
  display: block;
}
#index-body .category .category-content ul li h4 {
  font-family: Poppins-Medium;
}
#index-body .product {
  background: url("../images/pro-bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
#index-body .product .content {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
#index-body .product .content .page {
  margin-bottom: 60px;
}
#index-body .product .content .page span {
  font-size: 18px;
  font-family: Poppins-SemiBold;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .product .content .page span:first-child {
  font-size: 30px;
  color: var(--color);
}
#index-body .product .content .left {
  width: 50%;
  padding-top: 100px;
}
#index-body .product .content .left .title {
  position: relative;
}
#index-body .product .content .left .title::before {
  content: '';
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  top: 35px;
  left: 0;
  background: rgba(245, 245, 245, 0.6);
  /* 白灰色半透明层 */
  -webkit-filter: blur(8px);
  filter: blur(8px);
  /* 朦胧模糊效果 */
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#index-body .product .content .left .title::after {
  content: '';
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 10px;
  left: 0;
  background: rgba(245, 245, 245, 0.6);
  /* 白灰色半透明层 */
  -webkit-filter: blur(8px);
  filter: blur(8px);
  /* 朦胧模糊效果 */
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#index-body .product .content .left .title h3 {
  font-size: 88px;
  font-family: var(--font);
  text-transform: uppercase;
  line-height: 1.2;
  margin: 10px 0 -80px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.1);
}
#index-body .product .content .left .title h3 span {
  color: var(--color);
}
#index-body .product .content .left .img {
  position: relative;
  z-index: 10;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
#index-body .product .right {
  width: 725px;
  margin-left: auto;
}
#index-body .product .right ul {
  width: 100%;
}
#index-body .product .right ul li {
  width: 100%;
  height: 230px;
  border-left: 1px solid #d6d5d6;
  border-top: 1px solid #d6d5d6;
}
#index-body .product .right ul li:first-child {
  border-top: none;
}
#index-body .product .right ul li .box {
  padding: 0 65px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
#index-body .product .right ul li .box:hover .box-content {
  opacity: 1;
  z-index: 10;
}
#index-body .product .right ul li .box .text {
  position: relative;
  max-width: 210px;
}
#index-body .product .right ul li .box .text h3 {
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 131px;
  font-family: var(--font);
  color: #ecebec;
}
#index-body .product .right ul li .box .text h5 {
  font-size: 16px;
  line-height: 32px;
  font-family: Poppins-Medium;
  position: relative;
  z-index: 5;
}
#index-body .product .right ul li .box .box-content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../images/pro-list-bg.png") no-repeat;
  background-size: cover;
  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;
  padding: 0 65px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .product .right ul li .box .box-content a.img{
  width: 50%;
}
#index-body .product .right ul li .box .box-content h4 {
  font-size: 24px;
  font-family: Poppins-SemiBold;
  max-width: 310px;
  color: white;
}
#index-body .about {
  position: relative;
  background-color: #f6f6f6;
}
#index-body .about .about-content {
  position: relative;
  height: 100%;
}
#index-body .about .about-content .left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#index-body .about .about-content .left .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .about .about-content .left .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  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;
}
#index-body .about .about-content .left .play:before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: rgba(39, 74, 169, 0.1);
  width: 100%;
  height: 100%;
  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%);
  -webkit-animation: img_scale 1s infinite;
  -moz-animation: img_scale 1s infinite;
  animation: img_scale 1s infinite;
}
#index-body .about .about-content .left .play:after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: rgba(39, 74, 169, 0.3);
  width: 135px;
  height: 135px;
  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%);
  -webkit-animation: img_scale 1s infinite;
  -moz-animation: img_scale 1s infinite;
  animation: img_scale 1s infinite;
}
#index-body .about .about-content .left .play img {
  position: relative;
  z-index: 10;
}
#index-body .about .about-content .content .right {
  width: 50%;
  margin-left: 50%;
  padding: 100px 0 100px 120px;
}
#index-body .about .about-content .content .right ul li {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .about .about-content .content .right ul li span {
  color: var(--color);
  font-family: var(--font);
  margin: 0 5px;
}
#index-body .about .about-content .content .right ul li::before {
  content: "\f058";
  font-size: 24px;
  color: var(--color);
  font-family: FontAwesome;
  margin-right: 10px;
}
#index-body .manufacturing {
  padding: 100px 0 145px;
}
#index-body .manufacturing .manufacturing-content {
  margin-top: 60px;
}
#index-body .manufacturing .manufacturing-content .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .manufacturing .manufacturing-content .btn span {
  width: 75px;
  height: 40px;
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#index-body .manufacturing .manufacturing-content .btn span i {
  font-size: 20px;
  color: black;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .manufacturing .manufacturing-content .btn span:hover {
  background-color: var(--color);
}
#index-body .manufacturing .manufacturing-content .btn span:hover i {
  color: white;
}
#index-body .manufacturing .manufacturing-content ul .slick-current li {
  padding-top: 0;
}
#index-body .manufacturing .manufacturing-content ul li {
  padding-top: 75px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .partner {
  background-color: #f6f6f6;
  padding: 85px 0 105px;
}
#index-body .partner .ui.container {
  margin-top: 50px;
}
#index-body .partner ul {
  margin: -20px -18px;
}
#index-body .partner ul li {
  padding: 20px 18px;
}
#index-body .partner ul li .img {
  width: 100%;
  height: 115px;
  background-color: white;
  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;
}
#index-body .partner .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 55px;
}
#index-body .partner .btn span {
  width: 75px;
  height: 40px;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#index-body .partner .btn span i {
  font-size: 20px;
  color: black;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .partner .btn span:hover {
  background-color: var(--color);
}
#index-body .partner .btn span:hover i {
  color: white;
}
#index-body .advantage {
  position: relative;
  background-color: #274aa4;
}
#index-body .advantage .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  background-color: white;
  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: 10;
}
#index-body .advantage .btn i {
  font-size: 40px;
  color: var(--color);
}
#index-body .advantage .btn 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%);
  -webkit-animation: img_rotate 5s linear infinite;
  -moz-animation: img_rotate 5s linear infinite;
  animation: img_rotate 5s linear infinite;
}
#index-body .advantage .adv-content {
  padding: 95px 15px 120px;
}
#index-body .advantage .adv-content .left {
  width: 50%;
  padding-right: 115px;
}
#index-body .advantage .adv-content .left .h-title {
  margin-bottom: 45px;
}
#index-body .advantage .adv-content .left .h-title img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .advantage .adv-content .left .h-title h3 {
  color: white;
}
#index-body .advantage .adv-content .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}
#index-body .advantage .adv-content .left ul li {
  padding: 15px;
  color: white;
  width: 50%;
}
#index-body .advantage .adv-content .left ul li .box {
  height: 215px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 35px 30px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
#index-body .advantage .adv-content .left ul li .box:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#index-body .advantage .adv-content .left ul li .box .link{
  position: absolute;
  right:30px;
  top:30px;
  opacity: 0;
  z-index: -10;
  transition: all 0.5s;
}
#index-body .advantage .adv-content .left ul li:hover .box .link{
  opacity: 1;
  z-index: 2;
}
#index-body .advantage .adv-content .left ul li .box .link i{
  font-size: 24px;
  color: white;
}
#index-body .advantage .adv-content .left ul li .box h4 {
  font-size: 21px;
  font-family: Poppins-Medium;
  margin: 10px 0 10px;
  color: #eeeeee;
  transition: all 0.5s;
}
#index-body .advantage .adv-content .left ul li:hover .box h4{
  font-family: Poppins-Bold;
}
#index-body .advantage .adv-content .left ul li .box .con {
 font-size: 16px;
    line-height: 32px;
  padding-right: 30px;
  height: 70px;
  overflow-y: auto;
  color: rgba(255, 255, 255, 0.6);
  font-family: Poppins-Light;
}
#index-body .advantage .adv-content .left ul li .box ::-webkit-scrollbar-thumb {
  background-color: white !important;
}
#index-body .advantage .adv-content .left ul li .box *::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
#index-body .advantage .adv-content .left ul li .box ::-webkit-scrollbar {
  width: 2px;
}
#index-body .advantage .adv-content .left p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-family: Poppins-Light;
  margin-top: 60px;
}
#index-body .advantage .adv-content .left p a {
  margin-left: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  line-height: 1.1;
  display: inline-block;
}
#index-body .advantage .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
#index-body .advantage .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .news {
  position: relative;
  padding: 120px 0 130px;
}
#index-body .news .news-content ul {
  margin: 60px -20px 0;
}
#index-body .news .news-content ul li {
  padding: 0 20px;
  position: relative;
}
#index-body .news .news-content ul li .text {
  background-color: #f6f6f6;
  padding: 45px 35px 0;
  height: 400px;
}
#index-body .news .news-content ul li .text:hover .bot {
  border-color: var(--color);
}
#index-body .news .news-content ul li .text h4 {
  font-family: 'Poppins-Medium';
  margin: 10px 0;
  line-height: 36px;
}
#index-body .news .news-content ul li .text p {
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Poppins-Light;
  color: #b3b3b3;
}
#index-body .news .news-content ul li .text .bot {
  color: #b3b3b3;
  margin-top: 22px;
  padding-top: 30px;
  border-top: 2px solid #b3b3b3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: Poppins-Light;
}
#footer {
  position: relative;
  padding-top: 130px;
  background-color: #222222;
}
#footer .top {
  color: white;
}
#footer .top h2 {
  font-family: var(--font);
  font-size: 46px;
}
#footer .top p {
  font-size: 16px;
  font-family: Poppins-Light;
  color: #b3b3b3;
  margin: 25px 0 40px;
}
#footer .top form {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
#footer .top form input[type='text'] {
  width: 17.2%;
  height: 45px;
  border: none;
  background-color: #3d3d3d;
  color: #b3b3b3;
  font-size: 14px;
  padding: 0 20px;
}
#footer .top form input[name='content'] {
  width: 32.5%;
}
#footer .top form input::-webkit-input-placeholder {
  color: #b3b3b3;
}
#footer .top form input[type='submit'] {
  width: 125px;
  height: 45px;
  font-size: 18px;
  color: white;
  background: var(--color);
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .top form input[type='submit']:hover {
  background-color: black;
}
#footer .footer-t {
  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;
  position: relative;
}
#footer .footer-t .footer-t-gird {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 75px 0 50px;
}
#footer .footer-t .footer-t-gird .qcode.t-list .con {
  margin: 15px 0 20px;
  font-family: Poppins-Light;
}
#footer .footer-t .footer-t-gird .qcode.t-list .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-t .footer-t-gird .qcode.t-list .share a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: white;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-t .footer-t-gird .qcode.t-list .share a i {
  color: var(--color);
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-t .footer-t-gird .qcode.t-list .share a:hover {
  background-color: var(--color);
}
#footer .footer-t .footer-t-gird .qcode.t-list .share a:hover i {
  color: white;
}
#footer .footer-t .footer-t-gird .qcode.t-list .share a:last-child {
  margin-right: 0;
}
#footer .footer-t .footer-t-gird .t-list.contact {
  max-width: 365px;
}
#footer .footer-t .footer-t-gird .t-list.contact ul li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-t .footer-t-gird .t-list.contact ul li i {
  font-size: 20px;
}
#footer .footer-t .footer-t-gird .t-list.contact ul li span {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: 15px;
  font-size: 16px;
  line-height: 32px;
}
#footer .footer-t .footer-t-gird .t-list.contact ul li:first-child {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#footer .footer-t .footer-t-gird .t-list.link.f-link .box{
  max-width: 290px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
}
#footer .footer-t .footer-t-gird .t-list.link.f-link span {
  min-width: 140px;
}
#footer .footer-t .footer-t-gird .t-list.link span {
  margin-bottom: 15px;
}
#footer .footer-t .footer-t-gird .t-list.link span a {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-t .footer-t-gird .t-list.link span:hover a {
  color: white;
  font-weight: bold;
  border-bottom: 1px solid white;
}
#footer .footer-t .footer-t-gird .t-list {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#footer .footer-t .footer-t-gird .t-list .qc-img img,
#footer .footer-t .footer-t-gird .t-list .qc-img canvas {
  width: 75px;
  height: auto;
  border: 5px solid #fff;
}
#footer .footer-t .footer-t-gird .t-list h4 {
  font-size: 24px;
  font-family: Poppins-SemiBold;
  margin-bottom: 15px;
  color: white;
}
#footer .footer-t .footer-t-gird .t-list span {
  font-size: 18px;
  color: #999999;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-b .footer-b-box {
  height: 75px;
  line-height: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer-b .footer-b-box span {
  display: block;
  font-size: 14px;
  font-family: Poppins-Light;
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer-b .footer-b-box span:first-child a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-b .footer-b-box span:first-child a:hover {
  color: white;
}
#footer .footer-b .footer-b-box img {
  width: 240px;
  height: auto;
  padding-top: 8px;
  margin-left: 5px;
  opacity: 0.6;
}
@media (max-width: 1650px) {
  .ui.container {
    width: 1400px;
  }
  #banner .banner-content ul li .content .img {
    max-width: 60%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #header .nav .ui.menu .right {
    margin-left: 30px;
  }
  .language-box {
    margin-left: 20px;
    margin-right: 20px;
  }
  #index-body .product .content .left .title h3 {
    font-size: 72px;
    line-height: 1;
    margin: 10px 0 -50px;
  }
  #index-body .product .right {
    width: 50%;
  }
  #index-body .product .right ul li {
    height: 200px;
  }
  #index-body .manufacturing .manufacturing-content ul li {
    padding: 75px 15px 0;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .logo {
    max-width: 120px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #banner .banner-content ul li .content .box h2 {
    font-size: 40px;
  }
  #index-body .product .content .left .title h3 {
    font-size: 58px;
  }
  #index-body .product .right ul li {
    height: 165px;
  }
  .h-title h3 {
    font-size: 34px;
  }
  #footer .footer-t .footer-t-gird .t-list.link.f-link span,
  #footer .footer-t .footer-t-gird .t-list.link.f-link .box{
    min-width: unset;
  }
  #footer .footer-t .footer-t-gird .t-list.link.f-link .box {
    -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;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #banner .banner-content ul li .content {
    top: 60%;
  }
  #banner .banner-content ul li .content .img {
    max-width: 50%;
  }
  #banner .banner-content ul li .content .box p {
    margin: 25px 0;
  }
  #header .nav .ui.menu .right .h-inquiry {
    display: none;
  }
  .language-box {
    margin-right: 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
  }
  #banner .banner-content ul li .content .box h2 {
    font-size: 30px;
    line-height: 1.4;
  }
  #index-body .product .right ul li .box .box-content h4 {
    font-size: 20px;
  }
  #index-body .product .content .left {
    padding-right: 30px;
  }
  #index-body .product .content .left .title {
    margin-top: 15px;
  }
  #index-body .product .content .left .title h3 {
    font-size: 44px;
    margin: 10px 0 30px;
  }
  #index-body .about .about-content .content .right {
    padding: 60px 0 60px 50px;
  }
  #index-body .advantage .right,
  #index-body .advantage .btn {
    display: none;
  }
  #index-body .advantage .adv-content .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .footer-t .footer-t-gird .t-list.contact {
    max-width: 270px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #banner {
    margin-top: 120px;
  }
  #mobile {
    display: block !important;
  }
  .ui.container {
    width: 700px;
  }
  #banner .banner-content ul li .content .box p {
    font-size: 16px;
  }
  #banner .banner-content ul li .content .img {
    max-width: 45%;
  }
  #banner .banner-content ul li .content .box {
    max-width: 50%;
  }
  #banner .banner-content ul li .content .box h2 {
    font-size: 24px;
  }
  #banner .banner-content ul li .content {
    top: 50%;
  }
  #index-body .category {
    padding: 65px 0;
  }
  #index-body .product .content .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .product .right {
    width: 100%;
  }
  #index-body .product .content {
    position: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  #index-body .product .right ul li {
    height: 220px;
  }
  #index-body .about .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #index-body .about .about-content .left {
    width: 100%;
    position: relative;
  }
  #index-body .about .about-content .content .right {
    padding: 60px 0;
    width: 100%;
    margin: 0;
  }
  #index-body .manufacturing {
    padding: 100px 0;
  }
  #footer .top form input[type='text'] {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .footer-t .footer-t-gird .t-list.link {
    display: none;
  }
  #footer .footer-t .footer-t-gird .t-list.contact {
    max-width: 50%;
  }
  #footer .footer-b .footer-b-box {
    height: auto;
    padding: 15px 0;
  }
  #mobile #gotop {
    background-color: white;
    cursor: pointer;
    background: #aba1a1 !important;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #banner .banner-content ul li .content .img {
    display: none;
  }
  #banner .banner-content ul li .content .box {
    max-width: 100%;
  }
  #banner .banner-content ul li .content .box p {
    margin: 10px 0 0;
  }
  #banner .banner-content ul li .content .box .more {
    display: none;
  }
  #index-body .category .category-content ul li .img-box img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .manufacturing,
  #index-body .advantage,
  #index-body .partner {
    display: none;
  }
  #index-body .news {
    padding: 80px 0;
  }
  #index-body .news .news-content .top .h-title {
    margin-bottom: 30px;
  }
  #footer .top h2 {
    font-size: 34px;
  }
  #index-body .news .news-content ul li .text {
    padding: 45px 35px;
    height: auto;
  }
  #footer .footer-t .footer-t-gird {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-t .footer-t-gird .t-list.contact {
    max-width: 100%;
    margin-top: 60px;
  }
  #footer .footer-b .footer-b-box span {
    text-align: center;
  }
  #footer {
    padding-top: 70px;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #banner .banner-content ul li .content .box p {
    display: none;
  }
  #banner .banner-content ul li .content .box h2 {
    font-size: 20px;
    line-height: 36px;
  }
  .h-title h3 {
    font-size: 24px;
  }
  #index-body .product .content .left .title h3 {
    font-size: 30px;
    line-height: 1.2;
  }
  #index-body .product .content .left {
    padding-top: 45px;
  }
  #index-body .product .content .left h4 {
    font-size: 18px;
    line-height: 34px;
  }
  #index-body .product .right ul li .box {
    padding: 0 20px;
  }
  #index-body .product .right ul li {
    height: auto;
    padding: 30px 0;
  }
  #index-body .product .right ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .product .right ul li .box .img {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .product .right ul li .box .text {
    width: 100%;
    max-width: 100%;
  }
  #index-body .product .right ul li .box .text h3 {
    font-size: 90px;
  }
  #index-body .about .about-content .left .play {
    zoom: 0.8;
  }
  #index-body .news .news-content ul li .text .bot {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .news .news-content ul li .text .bot .date {
    margin-bottom: 15px;
  }
  #footer .top h2 {
    font-size: 24px;
  }
}



















/*------------------------------------inner-page-------------------------------*/
@keyframes round_translate1 {
  0% {
    right: 75%;
  }
  74.99% {
    opacity: 1;
  }
  75% {
    right: -25%;
    top: 100%;
    opacity: 0;
  }
  75.05% {
    right: 100%;
    opacity: 0;
  }
  75.1% {
    opacity:1;
  }  
  100%{
    right: 75%;
  }
}
@keyframes round_translate2 {
  0% {
    right: 40%;
  }
  64.99% {
    opacity: 1;
  }
  65% {
    right: -30%;
    opacity: 0;
  }
  65.05% {
    right: 100%;
    opacity: 0;
  }
  65.1% {
    opacity:1;
  }  
  100%{
    right: 40%;
  }
}
@keyframes round_translate3 {
  0% {
    right: 0;
  }
  9.99% {
    opacity: 1;
  }
  10% {
    right: -25%;
    opacity: 0;
  }
  10.05% {
    right: 100%;
    opacity: 0;
  }
  10.1% {
    opacity:1;
  }  
  100%{
    right: 0;
  }
}
.inner-banner {
  height: 250px;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  margin: 135px auto 0;
  overflow: hidden;
  position: relative;
}
.inner-banner::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  right: 100%;
  height: 200%;
  background-color: rgba(11, 105, 170, 0.9);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-animation: round_translate2 12s linear infinite;
  -moz-animation: round_translate2 12s linear infinite;
  animation: round_translate2 12s linear infinite;
  z-index: 10;
}
.inner-banner .inner-content {
  width: 100%;
  height: 100%;
  background: url("../images/banner.png") no-repeat;
  background-size: cover;
  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;
  position: relative;
}
.inner-banner .inner-content::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  right: 100%;
  height: 200%;
  background-color: rgba(45, 50, 121, 0.9);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: round_translate1 12s linear infinite;
  -moz-animation: round_translate1 12s linear infinite;
  animation: round_translate1 12s linear infinite;
}
.inner-banner .inner-content::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 100%;
  height: 200%;
  background-color: rgba(39, 68, 151, 0.9);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: round_translate3 12s linear infinite;
  -moz-animation: round_translate3 12s linear infinite;
  animation: round_translate3 12s linear infinite;
}
.inner-banner .mbx {
  color: white;
  text-align: center;
  position: relative;
  z-index: 10;
}
.inner-banner .mbx h2 {
  font-size: 44px;
  line-height: 1;
  font-family: var(--font);
  margin-bottom: 10px;
}
.inner-banner .mbx p {
  font-size: 16px;
  line-height: 32px;
}
.inner-page {
  padding: 120px 0;
}


.inner-page .m-page {
  font-size: 17px;
  margin-top: 3.88235294em;
  font-weight: bold;
}
.inner-page .m-page > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 .5em;
    width: 2.5em;
    height: 2.5em;
  border-radius: 100%;
  background-color: #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}
.service-page .service-1 ul {
  margin-top: 85px;
  background-color: #f7f7f7;
}
.service-page .service-1 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-1 ul li .text {
  padding: 0 75px;
}
.service-page .service-1 ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-page .service-2 {
  padding: 100px 0 0;
}
.service-page .service-2 .left {
  padding-right: 10%;
}
.service-page .service-2 .right form input[type="text"] {
  width: 100%;
  margin-bottom: 25px;
  height: 50px;
  background-color: #f7f7f7;
  padding: 0 32px;
  border: none;
  font-size: 14px;
  font-family: Poppins-Light;
}
.service-page .service-2 .right form input[type="submit"] {
  width: 125px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--color);
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.service-page .service-2 .right form input[type="submit"]:hover {
  background-color: black;
}
.faq-page .faq-list {
  margin-top: 60px;
}
.faq-page .faq-list ul li {
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-page .faq-list ul li.active .title .btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .faq-list ul li.active .con {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 30px 40px 30px 50px;
}
.faq-page .faq-list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-list ul li .title {
  padding-left: 50px;
  padding-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 85px;
  background-color: #f7f7f7;
  border-radius: 45px;
}
.faq-page .faq-list ul li .title h4 {
  font-size: 18px;
  max-width: -webkit-calc(100% - 100px);
  max-width: -moz-calc(100% - 100px);
  max-width: calc(100% - 100px);
}
.faq-page .faq-list ul li .title .btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #000;
  display: block;
  position: relative;
  cursor: pointer;
}
.faq-page .faq-list ul li .title .btn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  height: 1px;
  background-color: white;
}
.faq-page .faq-list ul li .title .btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 15px;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-page .faq-list ul li .con {
  padding: 0 40px 0 50px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.quality-page .quality-1 .box {
  margin-top: 45px;
}
.quality-page .quality-1 .box .img {
  padding-right: 35px;
  height: 360px;
}
.quality-page .quality-1 .box .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.quality-page .quality-1 .box .text {
  padding-left: 60px;
}
.quality-page .quality-1 .box .text .line {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 30px 0;
}
.quality-page .quality-2 {
  padding: 85px 0;
}
.about-page .about-1 .text {
  margin-bottom: 45px;
}
.about-page .about-1 .text p {
  font-size: 16px;
  line-height: 32px;
}
.about-page .about-1 .img {
  position: relative;
}
.about-page .about-1 .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  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;
}
.about-page .about-1 .img .play:before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: rgba(39, 74, 169, 0.1);
  width: 100%;
  height: 100%;
  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%);
  -webkit-animation: img_scale 1s infinite;
  -moz-animation: img_scale 1s infinite;
  animation: img_scale 1s infinite;
}
.about-page .about-1 .img .play:after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: rgba(39, 74, 169, 0.3);
  width: 135px;
  height: 135px;
  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%);
  -webkit-animation: img_scale 1s infinite;
  -moz-animation: img_scale 1s infinite;
  animation: img_scale 1s infinite;
}
.about-page .about-1 .img .play img {
  position: relative;
  z-index: 10;
}
.about-page .about-2 {
  padding: 100px 0;
}
.about-page .about-2 .right ul li {
  width: 100%;
  line-height: 50px;
  background-color: #f7f7f7;
  padding: 0 45px;
  font-size: 16px;
  margin-bottom: 15px;
}
.about-page .about-2 .right ul li::before {
  content: '\f058';
  font-family: FontAwesome;
  display: inline-block;
  color: var(--color);
  font-size: 24px;
  margin-right: 30px;
}
.about-page .about-2 .right ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-3 .bottom ul {
  margin: 65px -15px 0;
}
.about-page .about-3 .bottom ul li {
  padding: 0 15px;
}
.about-page .about-3 .bottom ul li:hover .img .text {
  opacity: 1;
}
.about-page .about-3 .bottom ul li .img {
  width: 100%;
  position: relative;
}
.about-page .about-3 .bottom ul li .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-3 .bottom ul li .img .text {
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#2659aa), to(rgba(38, 89, 170, 0)));
  background: -webkit-linear-gradient(bottom, #2659aa 0%, rgba(38, 89, 170, 0) 100%);
  background: -moz-linear-gradient(bottom, #2659aa 0%, rgba(38, 89, 170, 0) 100%);
  background: linear-gradient(to top, #2659aa 0%, rgba(38, 89, 170, 0) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 20px 20px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .about-4 {
  padding: 120px 0 0;
}
.about-page .about-4 ul{
  margin: 0 -15px;
}
.about-page .about-4 ul li{
  padding: 0 15px;
}
@media (max-width: 1400px) {
  .service-page .service-1 ul li .img {
    height: 360px;
  }
  .about-page .about-2 .left {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
  }
  .about-page .about-2 .right {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .service-page .service-2 .left {
    padding-right: 4%;
  }
}
@media (max-width: 1000px) {
  .inner-banner{
    width: 100%;
    margin-top: 120px;
  }
.seoIndustry.Auxil-industry {
    display: none!important;
}
a.xinbeifoot {
   display: none!important;
}
.con.font-16.mt-30 {
    padding: 0 20px!important;
    width: 100%!important;
}




  .inner-banner .mbx h2{
    font-size: 24px;
    padding: 0 15px;
    line-height: 38px;
  }
  .inner-banner .mbx p{
    padding: 0 15px;
  }
  .quality-page .quality-1 .box .text {
    width: 100%;
    padding-left: 0;
  }
  .quality-page .quality-1 .box .img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .quality-2 .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .quality-2 .right {
    width: 100%;
  }
  .inner-page {
    padding: 80px 0;
  }
  .faq-page .faq-list ul li .title {
    padding: 15px 40px 15px 50px;
    height: auto;
  }
  .faq-page .faq-list ul li .title h4 {
    font-size: 16px;
  }
  .quality-2 .left .text {
    padding-right: 0;
  }
  .service-page .service-1 ul li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .service-page .service-1 ul li .text {
    width: 100%;
    padding: 50px 20px;
  }
  .service-page .service-1 ul li .img {
    width: 100%;
  }
  .service-page .service-2 .left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 60px;
  }
  .service-page .service-2 .right {
    width: 100%;
  }
  .about-page .about-1 .text p {
    width: 100%;
    margin: 20px 0;
    padding: 0;
  }
}
@media (max-width: 700px) {
  .about-page .about-1 .img {
    height: 300px;
  }
  .about-page .about-1 .img > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-page .about-1 .img .play {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  .about-page .about-2 .right ul li {
    padding: 15px;
    line-height: 1.4;
    font-size: 14px;
    height: auto;
    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;
  }
  .about-page .about-3 .top .h-title {
    width: 100%;
  }
  .about-page .about-3 .top .text {
    width: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 500px) {
  .faq-page .faq-list ul li .title {
    border-radius: 20px;
    padding: 15px 20px;
  }
  .faq-page .faq-list ul li .title h4 {
    max-width: 100%;
  }
  .faq-page .faq-list ul li .title .btn {
    display: none;
  }
  .about-page .about-1 .img {
    height: 200px;
  }
}









.inner-page .slideBar-left {
  width: 20% !important;
  margin-bottom: 75px;
}
.inner-page .slideBar-left .slideNav > li {
  margin-bottom: 14px;
}
.inner-page .slideBar-left .slideNav > li > a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  font-size: 18px;
  background: #f5f5f5;
  padding: 15px;
}
.inner-page.product-page .slideBar-left .slideNav>li>a{
  background: white;
}
.inner-page .slideBar-left .slideNav > li > a .fa {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .slideBar-left .slideNav > li ul li {
  margin: 5px;
  margin-right: 0;
}
.inner-page .slideBar-left .slideNav > li ul li a {
  padding: 10px;
  font-size: 17px;
  display: block;
}
.inner-page .slideBar-left .slideNav > li ul li.active a,
.inner-page .slideBar-left .slideNav > li ul li:hover a {
  background: #bc1b21;
  color: white;
}
.inner-page .slideBar-left .slideNav > li:hover > a,
.inner-page .slideBar-left .slideNav > li.active > a {
  background: #3449a2;
  color: white;
}
.inner-page .slideBar-left .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
}
.inner-page .slideBar-left .share li {
  width: 30px;
  height: 30px;
  background: #bc1b21;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 33px;
  margin-right: 15px;
}
.inner-page .slideRight {
  width: 80% !important;
  padding-left: 60px;
}
.inner-page.prodet-page .slideRight{
  width: 100% !important;
  padding-left: 0;
}
.news-page{
  padding-top: 110px;
  padding-bottom: 100px
}
.news-page .slideRight .i-news {
  overflow: unset !important;
      padding: 0 !important;
}
.news-page .slideRight .i-news .wrap .column {
  margin-bottom: 35px;
}
.news-page .i-news .wrap{
      margin: -23px;
}
.news-page .i-news .wrap .column {
    padding: 23px;
}
.news-page .slideRight .i-news .wrap .column {
    margin-bottom: 35px;
}
.news-page .i-news .wrap .column .item {
    display: block;
    position: relative;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    padding: 50px 25px 85px;
}
.news-page .i-news .wrap .column .item .content {
    line-height: 30px;
    text-align: center;
}
.news-page .i-news .wrap .column .item h4 {
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 30px 0 20px;
}
.news-page .i-news .wrap .column .item .time {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: center;
}
.news-page .i-news .wrap .column .item .douhao {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    line-height: 74px;
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    background: #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;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
@media screen and (max-width: 1200px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .inner-page .sideLeft{
    display: none;
  }
  .inner-page .sideRight{
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .slideRight .i-news .wrap .column {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
    .news-page .slideRight .i-news .wrap .column {
    width: 100%;
  }
}

.newdet2-page {
    padding: 80px 0;
}
.newdet2-page h1 {
    font-size: 30px;
    line-height: 1.6;
    color: #0b2239;
    font-weight: bold;
    text-transform: capitalize;
}
.newdet2-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
    color: black;
    opacity: .6;
}
.newdet2-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #868686;
    line-height: 32px;
}
.newdet2-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}
.newdet2-page .share h4 {
    font-size: 14px;
    line-height: 2;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet2-page .share ul li:hover {
    color: var(--color);
}
@media screen and (max-width: 500px){
   .newdet2-page{
        padding: 50px 0 10px;
    }
}


.contact-page {
  padding: 100px 0;
  position: relative;
}
.contact-page .box .left {
  padding-right: 5%;
}
.contact-page .box .left .text {
  margin: 1em 0 1.5em;
  font-size: 20px;
  line-height: 1.7;
  color: #666;
}
.contact-page .box .left .form ul {
  margin: -13px -10px;
}
.contact-page .box .left .form ul li {
  padding: 13px 10px;
}
.contact-page .box .left .form ul li input {
  display: block;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  font-size: 16px;
  font-weight: normal;
  color: #120c0b;
  padding: .5em 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .left .form ul li input::-webkit-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-ms-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:focus {
  border-color: var(--color);
}
.contact-page .box .left .form ul li.mt {
  margin-top: 2em;
}
.contact-page .box .left .form ul li .more {
  margin-top: 1em;
}
.contact-page .box .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .box .left .form ul li input[type="submit"] {
  width: 180px;
  height: 50px;
  background-color: var(--color);
  border: none;
  font-size: 18px;
  color:white;
  transition: all 0.5s;
}
.contact-page .box .left .form ul li input[type="submit"]:hover{
  background-color: black;
}
.contact-page .box .right {
  padding-left: 10%;
}
.contact-page .box .right span.h3 {
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #333;
}
.contact-page .box .right span.h3 em {
  color: var(--color);
}
.contact-page .box .right .text {
  margin-top: 1em;
  font-size: 20px;
  line-height: 1.7;
  color: #666;
}
.contact-page .box .right .info {
  font-size: 18px;
  color: #120c0b;
  margin: 2em 0 3em;
}
.contact-page .box .right .info li {
  margin-bottom: .8em;
}
.contact-page .box .right .info li:last-child {
  margin-bottom: 0;
}
.contact-page .box .right .info li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}
.contact-page .box .right .info li a i {
  width: 1.5em;
  text-align: center;
  height: 1.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .5em;
  color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .box .right .info li a i img {
  display: block;
  margin: 0 auto;
}
.contact-page .box .right .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .box .right .share a {
  font-size: 20px;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1em;
  color: #120c0b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .right .share a:hover {
  color: white;
  background-color: var(--color);
}
.contact-page .map {
  height: 500px;
  margin-top: 100px;
  background-color: #eee;
}
.contact-page .map iframe {
  height: 100%;
  width: 100%;
  display: block;
  border: 0;
}

.factory-page {
  padding: 100px 0 80px;
}
.factory-page .bottom .list ul {
  margin: 0px -10px;
}
.factory-page .bottom .list ul li {
  padding: 35px 10px;
}
.factory-page .bottom .list ul li a.img-box {
  display: block;
}
.factory-page .bottom .list ul li a.img-box img {
  width: 100%;
}
.factory-page .bottom .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-zoom.png") center center no-repeat rgba(39,74,164, 0.7);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .bottom .list ul li a.img-box:hover:after {
  opacity: 1;
}
.factory-page .bottom .list ul li span.h6 {
  font-size: 22px;
  font-family: var(--font);
  color: #120c0b;
  display: block;
  margin-top: .5em;
}
@media screen and (max-width: 1600px){
  .contact-page .box .right .info {
    font-size: 16px;
  }
  .contact-page,
  .factory-page {
    padding: 80px 0;
  }
  .contact-page .map {
    margin-top: 60px;
  }
  .contact-page .box .right span.h3 {
    font-size: 28px;
  }
  
  .factory-page .bottom .list ul li span.h6{
    font-size: 20px;
  }
  .factory-page .bottom .list {
    margin: 50px 0;
  }
  .factory-page .bottom .list ul li {
    padding: 10px;
  }
  .factory-page .bottom .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1450px){
    .contact-page,
  .factory-page {
    padding: 60px 0;
  }
  .contact-page .box .right span.h3 {
    font-size: 24px;
  }
  .contact-page .map {
    height: 400px;
  }
  .contact-page .box .right .info li {
    margin-bottom: .5em;
  }
  .contact-page .box .left .form ul li input {
    font-size: 14px;
  }
  .contact-page .box .left .form ul li.mt {
    margin-top: 1em;
  }
  .contact-page .box .right .info {
    margin: 1.5em 0 2em;
  }
  
  .factory-page .bottom .list ul li span.h6{
    font-size: 18px;
  }
  .factory-page .bottom .list ul li span.h6{
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px){
  .contact-page .box .right {
    padding-left: 5%;
  }
  .contact-page .box .right span.h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .map {
    height: 300px;
  }
  .factory-page .bottom .list ul li span.h6{
     font-size: 14px;
     line-height: 2;
   }
}
@media screen and (max-width: 1000px){
    .contact-page .box .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .box .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .map {
    margin-top: 30px;
    height: 240px;
  }
  .contact-page .box .right .share a {
    font-size: 16px;
  }
  .contact-page .box .right .info {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 500px){
  .contact-page,
  .factory-page{
    padding: 40px 0;
  }
}







.tag {
    color: var(--color);
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.seo_content .title small {
    display: block;
    font-family: var(--font);
}

.seo_content .title {
    margin-bottom: 30px;
    font-family: var(--font);
}

.seo_content .title em {
    color: var(--color)
}

.news-page .seo_content .seo_news {
    background-color: transparent
}

.seo_content .seo_news {
    background-color: #f6f6f6;
    padding: 30px 0;
    padding-top: 60px
}

.seo_content .seo_news .content {
    margin-top: 61px
}

.seo_content .seo_news .content ul {
    margin-right: -25px;
    margin-bottom: 60px
}

.seo_content .seo_news .content ul li {
    padding-right: 60px
}

.seo_content .seo_news .content ul li::nth-child(3n) {
    padding-right: 0
}

.seo_content .seo_news .content ul li .img {
    position: relative
}

.seo_content .seo_news .content ul li .img .img-box {
    border-radius: 0 100px 0 0
}

.seo_content .seo_news .content ul li .img .img-box img {
    width: 100%
}

.seo_content .seo_news .content ul li .img .img-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 100px 0 0;
    background: rgba(0,0,0,.2)
}

.seo_content .seo_news .content ul li .img time {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 96px;
    background-color: var(--color);
    border-radius: 40px 40px 0 0;
    color: #fff;
    padding: 27px 33px 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.seo_content .seo_news .content ul li .img time em {
    line-height: 1;
    display: block;
    padding-bottom: 7px
}

.seo_content .seo_news .content ul li .img time span {
    display: block;
    margin-top: 5px
}

.seo_content .seo_news .content ul li .text {
    padding: 24px 30px 0 16px
}

.seo_content .seo_news .content ul li .text .tit {
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seo_content .seo_news .content ul li .text .tit:hover {
    color: var(--color)
}

.seo_content .seo_news .content ul li .text .con {
    font-size: 16px;
    color: #737373;
    line-height: 2;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.seo_content .seo_about {
    background-color: #f6f6f6;
    padding: 8.282% 0 9.115%
}

.seo_content .seo_about .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0,0,0,.6);
    padding-right: 57px;
    margin-top: 43px;
    max-height: 467px;
    overflow-y: auto
}

.seo_content .seo_about .con::-webkit-scrollbar {
    width: 6px
}

.seo_content .seo_about .con::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.22)
}

.seo_content .seoIndustry {
    padding: 40px 0
}

.seo_content .seoIndustry .text {
    font-size: 18px;
    line-height: 1.8
}

.seo_content .seo_honor {
    padding: 5.782% 0 10.209%
}

.seo_content .seo_honor .content {
    margin-top: 29px
}

.seo_content .seo_honor .content ul {
    margin-right: -25px
}

.seo_content .seo_honor .content ul li {
    padding-right: 25px
}

.seo_content .seo_honor .content ul li .img-box img {
    width: 100%
}

.seo_content .seo_honor .content ul.slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -89px;
    width: 100%;
    text-align: center;
    margin: 0
}

.seo_content .seo_honor .content ul.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000;
    padding: 0;
    margin-right: 31px;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.seo_content .seo_honor .content ul.slick-dots li button {
    display: none
}

.seo_content .seo_honor .content ul.slick-dots li.slick-active {
    background: var(--color)
}

.seo_content .seo_honor .content ul.slick-dots li:last-child {
    margin-right: 0
}

.seo_content .seo_industry {
    padding-top: 5%
}

.seo_content .seo_industry .con {
    color: rgba(0,0,0,.6);
    margin-top: 41px
}

.product-page {
    padding: 7% 0 0;
    position: relative;
    z-index: 1
}

.product-page .Auxil-h1 {
    font-size: 28px;
    color: var(--color)
}

.product-page .list .in-num {
    color: var(--color)
}

.product-page .list .in-num:before {
    width: 14px;
    height: 14px;
    margin: 5px 7px 0 0
}

.product-page .list .title {
    margin-top: 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    width: 90%
}

.product-page .list .title:hover {
    color: var(--color)
}
.product-page .list{
  margin-top: 20px;
}
.product-page .list ul li {
    padding: 46px 0 14px;
    position: relative;
    z-index: 1;
    margin-bottom: 150px
}

.honors .right ul li:after {
    display: none
}

.product-page .list ul li .ig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-page .list ul li .ig .text {
    width: 45.549%;
    padding-right: 71px
}

.product-page .list ul li .ig .text .con {
    font-size: 18px;
    line-height: 32px;
    color: rgba(0,0,0,.6);
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    margin-bottom: 30px
}

.product-page .list ul li .ig .text .more {
    margin-top: 46px
}

.product-page .list ul li .ig .text .more:hover {
    color: #fff
}

.product-page .list ul li .ig .text .more:hover:after {
    background: #000
}

.product-page .list ul li .ig .text .more:hover i {
    color: #fff
}

.product-page .list ul li .ig .img {
    width: 54.451%
}

.product-page .list ul li .ig .img a {
    height: 447px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
}

.product-page .list ul li:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: -16%;
    width: 774px;
    height: 578px;
    background-color: #f6f6f6;
    border-radius: 289px 0 0 289px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.product-page .list ul li:hover:after {
    background: rgb(237 243 251)
}

.product-page .list ul li:nth-child(even) .ig {
    -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
}

.product-page .list ul li:nth-child(even) .ig .text {
    padding: 0 0 0 71px
}

.product-page .list ul li:nth-child(even):after {
    right: initial;
    left: 0;
    width: 964px;
    height: 578px;
    border-radius: 0 289px 289px 0
}

.product-page .list ul li:last-child {
    margin-bottom: 0
}

.product-page:after {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    top: -43px;
    right: 0;
    font-size: 457px;
    line-height: 1;
    font-weight: 700;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(240,241,243,.5)),to(rgba(240,241,243,0)));
    background-image: -webkit-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
    background-image: -moz-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
    background-image: linear-gradient(to bottom,rgba(240,241,243,.5),rgba(240,241,243,0));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

@media screen and (max-width: 1680px) {
    .product-page .list ul li:after {
        width:700px;
        height: 500px
    }

    .product-page .list ul li:nth-child(even):after {
        width: 820px;
        height: 500px
    }
}

@media screen and (max-width: 1440px) {
    .product-page .list ul li .ig .text {
        padding-right:40px
    }

    .product-page:after {
        font-size: 300px;
        top: -20px
    }

    .product-page .list ul li:after {
        width: 600px;
        height: 400px;
        border-radius: 200px 0 0 200px;
        top: 8%
    }

    .product-page .list ul li:nth-child(even):after {
        width: 720px;
        height: 400px;
        border-radius: 0 200px 200px 0
    }

    .product-page .list ul li:nth-child(even) .ig .text {
        padding: 0 0 0 40px
    }
}

@media screen and (max-width: 1280px) {
    .product-page:after {
        font-size:260px;
        top: -20px
    }

    .product-page .list .title {
        width: 100%
    }

    .product-page .list ul li:after {
        width: 500px;
        height: 300px;
        border-radius: 150px 0 0 150px;
        top: 24%
    }

    .product-page .list ul li:nth-child(even):after {
        width: 620px;
        height: 300px;
        border-radius: 0 200px 200px 0
    }

    .product-page .list ul li {
        margin-bottom: 80px
    }
}

@media screen and (max-width: 1100px) {
    .product-page .list ul li:nth-child(even):after {
        width:500px
    }

    .font-36 {
        font-size: 32px
    }
}

@media screen and (max-width: 1000px) {
    .product-page:after {
        display:none
    }

    .product-page .list ul li {
        margin-bottom: 40px;
        padding: 0
    }

    .product-page .list ul li .ig .text {
        width: 100%;
        padding-right: 0
    }

    .product-page .list ul li .ig .text .more {
        padding-left: 31px;
        margin-top: 20px
    }

    .product-page .list ul li .ig .img {
        width: 100%
    }

    .product-page .list ul li:after {
        display: none
    }

    .product-page .list ul li:nth-child(even) .ig .text {
        padding: 0
    }

    .seo_content .seo_about {
        border-radius: 0
    }

    .seo_content .seo_honor .content ul.slick-dots {
        bottom: -40px
    }
}

@media screen and (max-width: 700px) {
    .font-24 {
        font-size:20px
    }

    .product-page .list .in-num:before {
        margin: 3px 7px 0 0
    }

    .font-36 {
        font-size: 30px
    }

    .seo_content .seo_about .con {
        margin-top: 20px;
        padding-right: 20px
    }

    .seo_content .seo_honor .content ul.slick-dots li {
        margin-right: 10px
    }

    .seo_content .seo_news .content ul {
        margin-right: -10px
    }

    .seo_content .seo_news .content ul li {
        padding-right: 10px
    }

    .seo_content .seo_news .content ul li .text {
        padding: 10px 0 0
    }
}

@media screen and (max-width: 500px) {
    .font-24 {
        font-size:16px;
        line-height: 32px;
    }

    .product-page .list .in-num:before {
        margin: 0 7px 0 0
    }

    .font-36 {
        font-size: 24px
    }

    .product-page .list ul li .ig .text .more {
        padding-left: 19px
    }

    .seo_content .seo_honor .content {
        margin-top: 10px
    }

    .seo_content .seo_honor .content ul.slick-dots {
        bottom: -26px
    }

    .seo_content .seo_honor .content ul.slick-dots li {
        margin-right: 5px
    }

    .seo_content .seo_news .content {
        margin-top: 20px
    }
}

.flex_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_a_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.prodet-page {
    padding: 7% 0 0;
    position: relative;
    z-index: 1
}

.prodet-page .prodet-1 {
    position: relative;
    padding: 0 197px 0 136px
}

.prodet-page .prodet-1 .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%
}

.prodet-page .prodet-1 .text .in-num {
    color: var(--color)
}

.prodet-page .prodet-1 .text .in-num:before {
    width: 14px;
    height: 14px;
    margin: 5px 7px 0 0
}

.prodet-page .prodet-1 .text .title {
    margin-top: 11px
}

.prodet-page .prodet-1 .img img {
    width: 100%
}

.prodet-page .prodet-2 {
    padding-top: 8.639%
}

.prodet-page .prodet-2 .ret {
    margin-top: 30px
}
.prodet-page .prodet-2 .ret .slide table{
  max-width: 100%;
  overflow-x: auto;
  display: block;
}
.prodet-page .prodet-2 .ret .slide table tr td{
  min-width: 200px;
}
.prodet-page .prodet-2 .Auxil-form {
    margin-top: 30px
}

.prodet-page .prodet-2 .ret .bt {
    height: 106px;
    padding: 0 104px 0 79px;
    line-height: 106px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    background: var(--color);
    border-radius: 0 0 50px;
    color: #fff;
    display: none;
    margin-bottom: 30px
}

.prodet-page .prodet-2 .ret .bt:before {
    content: '';
    position: absolute;
    left: 47px;
    top: 42px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff
}

.prodet-page .prodet-2 .ret .con {
    color: rgba(0,0,0,.6)
}

.prodet-page .prodet-2 .ret .con ul {
    margin: -10px
}

.prodet-page .prodet-2 .ret .con ul li {
    padding: 10px
}

.prodet-page .prodet-2 .ret .con ul li a {
    border: 2px solid #eee;
    display: block
}

.prodet-page .prodet-2 .ret .con ul li a img {
    display: block;
    max-width: 100%;
    margin: auto
}

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

.prodet-page .prodet-2 .ret form input {
    width: 46%;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    height: 46px;
    margin-bottom: 30px
}

.prodet-page .prodet-2 .ret form p {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    opacity: .6;
    margin-bottom: 20px
}

.prodet-page .prodet-2 .ret form textarea {
    width: 100%;
    height: 177px;
    font-size: 18px;
    padding: 18px 8px;
    border: 1px solid #dbdbdb
}

.prodet-page .prodet-2 .ret form input[type=submit] {
    background: var(--color);
    color: #fff;
    border: none;
    width: 186px;
    height: 57px;
    margin-top: 45px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.prodet-page .prodet-2 .ret form input[type=submit]:hover {
    background: #000
}

.prodet-page .prodet-3 {
    margin-top: 89px
}

.prodet-page .prodet-3 .content {
    margin: 55px 0;
}

.prodet-page .prodet-3 .content ul {
    margin-right: -30px
}

.prodet-page .prodet-3 .content ul li {
    padding-right: 30px;
    margin-bottom: 30px
}

.prodet-page .prodet-3 .content ul li .img-box {
    background-color: #f6f6f6;
    border-radius:0px;
    text-align: center
}

.prodet-page .prodet-3 .content ul li .text {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.prodet-page .prodet-3 .content ul li .text .in-num {
    color: var(--color)
}

.prodet-page .prodet-3 .content ul li .text .in-num:before {
    width: 14px;
    height: 14px;
    margin: 2px 7px 0 0
}

.prodet-page .prodet-3 .content ul li .text .tit {
    line-height: 1.8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 20px;
    margin-bottom: 30px
}

.prodet-page .prodet-3 .content ul li .text .tit:hover {
    color: var(--color)
}

.prodet-page .prodet-3 .content ul li .text .more {
    margin-top: 22px
}

.prodet-page .prodet-3 .content ul li .text .more:hover {
    color: #fff
}

.prodet-page .prodet-3 .content ul li .text .more:hover i {
    color: #fff
}

.prodet-page .prodet-3 .content ul li .text .more:hover:after {
    background: #000
}

.prodet-page .prodet-4 .container {
    align-items: flex-start
}

.prodet-page .prodet-4 .left {
    width: 40%;
    display: block
}

.prodet-page .prodet-4 .left .img-box {
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    display: block
}

.prodet-page .prodet-4 .left .img-box img {
    width: 100%
}

.prodet-page .prodet-4 .right {
    width: 60%;
    padding-left: 60px
}

.prodet-page .prodet-4 .right .title {
    margin-top: 20px
}

.prodet-page .prodet-4 .right .cont {
    font-size: 16px;
    line-height: 32px;
    margin: 30px 0;
    max-height: 200px;
    overflow-y: auto;
}

.prodet-page .prodet-4 .imgList {
    margin-top: 30px
}

.prodet-page .prodet-4 .imgList .swiper {
    padding: 10px;
    margin: -10px;
    overflow: hidden
}

.prodet-page .prodet-4 .imgList li {
    padding: 10px
}

.prodet-page .prodet-4 .imgList a {
    display: block;
    box-shadow: 0 0 6px rgba(0,0,0,.1)
}

.prodet-page .prodet-4 .imgList a img {
    width: 100%
}

.prodet-page .opt {
    background-color: #f6f6f6
}

.prodet-page .opt dl {
    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
}

.prodet-page .opt dl dd {
    height: 106px;
    padding: 0 104px 0 79px;
    line-height: 106px;
    position: relative;
    z-index: 1;
    margin-right: 24px;
    cursor: pointer
}

.prodet-page .opt dl dd:before {
    content: '';
    position: absolute;
    left: 47px;
    top: 42px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--color)
}

.prodet-page .opt dl dd:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color);
    border-radius: 0 0 50px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0
}

.prodet-page .opt dl dd:hover,.prodet-page .opt dl dd.active {
    color: #fff
}

.prodet-page .opt dl dd:hover:before,.prodet-page .opt dl dd.active:before {
    background: #fff
}

.prodet-page .opt dl dd:hover:after,.prodet-page .opt dl dd.active:after {
    opacity: 1
}

.prodet-page .opt dl dd:last-child {
    margin-right: 0
}

/*.prodet-page:after {
    content: attr(data-text);
    font-family: 'MICROGBE';
    position: absolute;
    z-index: -1;
    top: -43px;
    right: 0;
    font-size: 240px;
    line-height: 1;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(240,241,243,.5)),to(rgba(240,241,243,0)));
    background-image: -webkit-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
    background-image: -moz-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
    background-image: linear-gradient(to bottom,rgba(240,241,243,.5),rgba(240,241,243,0));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}*/

@media screen and (max-width: 1680px) {
    .prodet-page .prodet-1 .text {
        width:40%
    }
}

@media screen and (max-width: 1440px) {
    .prodet-page:after {
        font-size:300px;
        top: -20px
    }

    .prodet-page .prodet-1 {
        padding: 0 100px 0 136px
    }

    .font-30 {
        font-size: 27px
    }

    .prodet-page .prodet-3 .content ul li .text .more {
        margin-top: 30px
    }
}

@media screen and (max-width: 1250px) {
    .prodet-page .opt dl dd {
        padding:0 79px
    }

    .font-30 {
        font-size: 24px
    }

    .prodet-page .prodet-4 .left {
        width: 100%;
        max-width: 400px
    }

    .prodet-page .prodet-4 .right {
        width: 100%;
        margin-top: 40px;
        padding-left: 0
    }
}

@media screen and (max-width: 1100px) {
    .prodet-page:after {
        font-size:260px
    }

    .prodet-page .prodet-1 {
        padding: 0 80px 0 100px
    }

    .prodet-page .opt dl dd {
        padding: 0 60px
    }

    .prodet-page .opt dl dd:before {
        left: 30px
    }

    .prodet-page .prodet-3 .content ul {
        margin-right: -20px
    }

    .prodet-page .prodet-3 .content ul li {
        padding-right: 20px
    }
}

@media screen and (max-width: 1000px) {
    .prodet-page:after {
        display:none
    }

    .prodet-page .prodet-1 {
        padding: 0
    }

    .prodet-page .prodet-1 .text {
        position: initial;
        width: 100%
    }

    .prodet-page .opt dl dd {
        margin-right: 0;
        padding: 0 20px 0 40px
    }

    .prodet-page .opt dl dd:before {
        left: 15px
    }

    .font-20 {
        font-size: 18px
    }


    .prodet-page .prodet-4 .right .cont {
        margin: 20px 0 20px
    }
}

@media screen and (max-width: 700px) {
  .font-48 {
    font-size: 30px;
}
    .prodet-page .prodet-2 .opt {
        display:none
    }

    .prodet-page .prodet-2 .ret .bt {
        display: block;
        height: 80px;
        line-height: 80px
    }

    .prodet-page .prodet-2 .ret .bt:before {
        top: 30px
    }

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

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

    .prodet-page .prodet-3 {
        margin-top: 30px
    }

    .prodet-page .prodet-3 .opt dl dd {
        padding: 0 104px 0 79px;
        height: 80px;
        line-height: 80px;
        width: 100%
    }

    .prodet-page .prodet-3 .opt dl dd:before {
        top: 30px;
        left: 47px
    }
}

@media screen and (max-width: 500px) {
    .font-48 {
    font-size: 24px;
}
    .prodet-page .prodet-2 .ret {
        margin-top:0
    }

    .prodet-page .prodet-3 .opt dl dd,.prodet-page .prodet-2 .ret .bt {
        height: 60px;
        line-height: 60px;
        padding: 0 0 0 30px
    }

    .prodet-page .prodet-3 .opt dl dd:before,.prodet-page .prodet-2 .ret .bt:before {
        left: 10px;
        top: 22px;
        width: 14px;
        height: 14px
    }

    .prodet-page .prodet-2 .ret form input {
        width: 100%;
        margin-right: 0
    }


    .prodet-page .prodet-4 .imgList {
        margin-top: 30px
    }
}


h1.xinh1 {
    Display: inline;
}


a.xinbeifoot {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 550px;
    display: inline-block;
    vertical-align: middle;
}

.con.font-16.mt-30 {
    padding: 0 100px;
    width: 1630px;
    /* margin: 0 auto; */
    position: relative;
    line-height: 34px;
}

.con.font-16.mb-30.mt-20 {
    line-height: 32px;
}


#mobile .m-nav ul li a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    line-height: 32px;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-right: 40px;
}

h2, h3 {
    font-size: 18px;
    font-weight: 800;
    line-height: 36px;
}
