@font-face {
  font-family: 'Poppins';
  src: url('../fonts/321Perfect.eot');
  src: url('../fonts/321Perfect.eot?#iefix') format('embedded-opentype'), url('../fonts/321Perfect.woff2') format('woff2'), url('../fonts/321Perfect.woff') format('woff'), url('../fonts/321Perfect.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.eot');
  src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Anton-Regular.eot');
  src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
}
body {
  --color: #be1b2e;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Poppins';
  font-weight: 400;
  color: #333;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1430px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 241px;
  height: 55px;
  font-size: 18px;
  line-height: 1;
  background-color: var(--color);
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more i {
  margin-left: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  color: #fff;
}
.more:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more:hover::before {
  left: 0;
  right: 0;
  width: 100%;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top {
  background: var(--color);
  color: #fff;
}
#header .h-top .list {
  margin: 0 0 0 auto;
}
#header .h-top .list ul li {
  line-height: 1;
}
#header .nav {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box {
  margin: 0 auto;
}
#header .nav .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .menu-box ul.menu > li {
  margin-right: 3.1875em;
  color: #fff;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  text-transform: uppercase;
}
#header .nav .menu-box ul.menu > li > a {
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .menu-box ul.menu > li::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 34px;
  height: 28px;
  top: -6px;
  left: -21px;
  background: url(../images/h-icon.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box ul.menu > li:hover::after,
#header .nav .menu-box ul.menu > li.active::after {
  opacity: 1;
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  cursor: pointer;
}
#header .nav .yuy span {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
#header .nav .yuy span img {
  width: 30px;
  height: 20px;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
  z-index: 100;
}
#header .nav::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 33px;
  right: 34px;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active {
  top: -67px;
}
#header.active .nav::after {
  left: 0;
  right: 0;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 2;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
}
#banner ul li .text .box {
  max-width: 1000px;
  margin: 0 auto;
}
#banner ul li .text .title {
  line-height: 1.7;
  position: relative;
  font-weight: 100;
  letter-spacing: 2px;
}
#banner ul li .text .con {
  line-height: 1.3;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#banner ul li .text .more:first-child::before {
  background: #fff;
}
#banner ul li .text .more:first-child:hover {
  color: #000;
}
#banner ul li .text .more:last-child {
  background: #fff;
  color: #000;
}
#banner ul li .text .more:last-child::before {
  background: var(--color);
}
#banner ul li .text .more:last-child:hover {
  color: #fff;
}
#banner ul li .text .title,
#banner ul li .text .con,
#banner ul li .text .btn {
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  transition: all 900ms ease;
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
.i-tag {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color);
}
.i-tag::before {
  content: '';
  width: 28px;
  height: 6px;
  background: var(--color);
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
#index-body .i-about {
  padding-bottom: 12.45%;
}
#index-body .i-about .top .tit {
  width: 25.643%;
}
#index-body .i-about .top .right {
  width: 74.357%;
  position: relative;
}
#index-body .i-about .top .right::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 16%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
#index-body .i-about .bottom {
  z-index: 1;
}
#index-body .i-about .bottom .left {
  width: 49%;
}
#index-body .i-about .bottom .left .play {
  width: 4.85em;
  height: 4.85em;
  left: 87%;
}
#index-body .i-about .bottom .left .play i {
  border-left: 1.1em solid white;
  border-top: .65em solid transparent;
  border-bottom: .65em solid transparent;
}
#index-body .i-about .bottom .left .data {
  width: 49.27%;
  background: var(--color);
  color: #fff;
  bottom: 29px;
  right: -169px;
}
#index-body .i-about .bottom .left .data .num {
  line-height: 1;
}
#index-body .i-about .bottom .left .data .num em {
  font-size: 8.2143em;
  font-weight: 200;
}
#index-body .i-about .bottom .left .data .num sup {
  font-size: 2.43em;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
#index-body .i-about .bottom .left .data .num sub {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.3;
  margin: 0 0 8px -24px;
}
#index-body .i-about .bottom .right {
  width: 51%;
}
#index-body .i-about .bottom .right .title {
  line-height: 1;
}
#index-body .i-about .bottom .right .con {
  line-height: 1.75;
  color: #999999;
}
#index-body .i-about .bottom .right .con h1 {
  display: inline;
}
#index-body .i-about .bottom .icon {
  z-index: -1;
  top: 29px;
  right: -17%;
  width: 34.643%;
}
#index-body .i-about .tp {
  width: 33.59375%;
  right: 0;
  bottom: 55px;
}
#index-body .i-category {
  background-color: #f5f5f5;
}
#index-body .i-category .header .title {
  max-width: 480px;
  margin: 10px auto 0;
  line-height: 1;
}
#index-body .i-category .header .con {
  color: #999;
}
#index-body .i-category .tab i {
  display: block;
  height: 55px;
  line-height: 55px;
}
#index-body .i-category .tab i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-category .tab p {
  line-height: 1.4;
}
#index-body .i-category ul li .title {
  line-height: 1.7;
}
#index-body .i-category .play img{
  width: auto;
}
#index-body .i-category .slickBtn div {
  font-size: 22px;
  width: 2.9546em;
  height: 2.9546em;
  background-color: #333;
  top: 42%;
}
#index-body .i-category .slickBtn div:hover {
  background: var(--color);
}
#index-body .i-app {
  background-color: #f5f5f5;
  padding-bottom: 6.25%;
}
#index-body .i-app ul {
 -webkit-mask-image: radial-gradient(ellipse 56% 8% at top center, #0000 0 96%, #000 96.5%), radial-gradient(ellipse 56% 8% at bottom center, #0000 0 96%, #000 96.5%), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  -webkit-mask-image: -webkit-radial-gradient(top center, ellipse 56% 8%, #0000 0 96%, #000 96.5%), -webkit-radial-gradient(bottom center, ellipse 56% 8%, #0000 0 96%, #000 96.5%), -webkit-linear-gradient(#000, #000);
  mask-image: radial-gradient(ellipse 56% 8% at top center, #0000 0 96%, #000 96.5%), radial-gradient(ellipse 56% 8% at bottom center, #0000 0 96%, #000 96.5%), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  mask-image: radial-gradient(ellipse 56% 8% at top center, #0000 0 96%, #000 96.5%), radial-gradient(ellipse 56% 8% at bottom center, #0000 0 96%, #000 96.5%), linear-gradient(#000, #000);
  -webkit-mask-composite: destination-in;
  mask-composite: exclude;
}
#index-body .i-app ul .slick-list {
  padding: 0 22.6%;
}
#index-body .i-app ul li .ig {
  z-index: 1;
}
#index-body .i-app ul li .ig > img {
  width: 100%;
  height: 100%;
}
#index-body .i-app ul li .ig .text {
  color: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-app ul li .ig .text .left {
  width: 69%;
}
#index-body .i-app ul li .ig .text .link {
  width: 2.257143em;
  height: 2.257143em;
  border-radius: 50%;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-app ul li .ig .text .link:hover {
  background: #fff;
  color: var(--color);
}
#index-body .i-app ul li .ig::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(#000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, #000 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #000 100%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-app ul .slick-current li .ig .text,
#index-body .i-app ul .slick-current li .ig::after {
  opacity: 1;
}
#index-body .i-app .arrow a {
  display: inline-block;
  font-size: 56px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-app .arrow a:hover {
  color: var(--color);
}
#index-body .i-solution {
  z-index: 1;
  padding: 17.8125% 0 17.45%;
  color: #fff;
}
#index-body .i-solution .box {
  max-width: 980px;
  margin: 0 auto;
  z-index: 1;
}
#index-body .i-solution .box .con {
  font-weight: 300;
  width: 90%;
  margin: 3px auto 0;
}
#index-body .i-solution .box .more::before {
  background: #fff;
}
#index-body .i-solution .box .more:hover {
  color: var(--color);
}
#index-body .i-solution .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -42px;
  top: -30px;
  width: 175px;
  height: 111px;
  background: url(../images/solu-icon.png) no-repeat center;
  background-size: cover;
}
#index-body .i-solution::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
#index-body .i-indu .left {
  padding-top: 4.53125%;
}
#index-body .i-indu .left .top {
  padding-left: 27.0834%;
}
#index-body .i-indu .left .top .con {
  line-height: 1.75;
  color: rgba(51, 51, 51, 0.6);
}
#index-body .i-indu .left .bottom {
  background: var(--color);
  color: #fff;
  padding-left: 27.0834%;
}
#index-body .i-indu .left .bottom .title {
  font-weight: 200;
}
#index-body .i-indu .left .bottom .con {
  line-height: 1.75;
}
#index-body .i-indu .left .bottom .more {
  background: #fff;
  color: #333;
}
#index-body .i-indu .left .bottom .more:hover{
  color: #fff;
}
#index-body .i-indu .left .slickBtn div {
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 37px;
}
#index-body .i-indu .left .slickBtn div.next {
  margin-left: .81em;
}
#index-body .i-indu .right {
  height: auto;
}
#index-body .i-indu .right ul {
  height: 100%;
}
#index-body .i-indu .right ul div {
  height: 100%;
}
#index-body .i-indu .right ul li {
  height: 100%;
}
#index-body .i-indu .right ul li img {
  width: 100%;
  height: 100%;
}
#index-body .i-advantage {
  background: url(../images/adbg.png) no-repeat right top;
  padding: 7.70834% 0 6.67%;
}
#index-body .i-advantage ul li {
  text-align: center;
}
#index-body .i-advantage ul li i {
  height: 53px;
  line-height: 53px;
}
#index-body .i-advantage ul li i img {
  vertical-align: middle;
}
#index-body .i-advantage ul li .con {
  font-weight: 300;
  line-height: 1.75;
  color: rgba(51, 51, 51, 0.6);
}
#index-body .i-news {
  background-color: #f5f5f5;
  padding: 6.6146% 0 7.13542%;
}
#index-body .i-news ul li .ig {
  height: 306px;
  background-color: #fff;
}
#index-body .i-news ul li .ig .top {
  line-height: 1;
}
#index-body .i-news ul li .ig .top i {
  margin: 3px 12px 0 11px;
}
#index-body .i-news ul li .ig .btn {
  bottom: 0;
  right: 0;
  padding: 13px 0 0 12px;
  background: #f5f5f5;
  -webkit-clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0 100%);
}
#index-body .i-news ul li .ig .btn .more {
  width: 271px;
  -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0 100%);
}
#index-body .i-map {
  background-color: #1a1a1a;
  color: #ffff;
}
#index-body .i-map .container {
  width: 1530px;
}
#index-body .i-map .header {
  max-width: 735px;
  margin: 0 auto;
}
#index-body .i-map .header .title {
  line-height: 1;
}
#index-body .i-map .header .con {
  font-weight: 300;
  opacity: .7;
  line-height: 1.7;
}
.public-contact .header .con {
  max-width: 977px;
  margin-left: auto;
  margin-right: auto;
  color: #666;
}
.public-contact ul {
  margin: -30.5px -10.5px;
}
.public-contact ul li {
  padding: 30.5px 10.5px;
}
.public-contact ul li label {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.public-contact ul li input {
  width: 100%;
  height: 70px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 300;
}
.public-contact ul li input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.public-contact ul li input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.public-contact ul li input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.public-contact ul li input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.public-contact ul li input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.public-contact ul li input:focus {
  border-color: #000;
}
.public-contact ul li input[type="checkbox"] {
  width: 23px;
  height: 23px;
  border-radius: 5px;
  border: solid 1px #cecece;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.public-contact ul li span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.7;
  width: 95%;
  padding-left: 12px;
}
.public-contact ul li span em {
  color: var(--color);
  text-decoration: underline;
}
.public-contact ul li button {
  border: 0;
  font-weight: bold;
  width: 46.2143%;
  height: 51px;
  margin-top: 2px;
}
#footer {
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.3;
  color: #333333;
  margin-bottom: 15px;
}
#footer .f-content ul li a {
  opacity: 0.7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: var(--color);
  opacity: 1;
}
#footer .f-content ul li i {
  width: 15px;
  text-align: center;
}
#footer .f-content ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 11px;
  opacity: .7;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .left p {
  max-width: 308px;
  line-height: 1.5;
}
#footer .f-content .f-contact {
  width: 71%;
}
/*#footer .f-content .f-contact ul li:last-child span {
  margin-top: -13px;
}*/
#footer .f-content .code {
  width: 144px;
  padding: 6px;
  background-color: #e9e9e9;
  margin: 0 0 0 auto;
  overflow: hidden;
}
#footer .f-content .code #ewm {
  width: 132px;
  border: 8px solid #fff;
}
#footer .f-copy .share {
  width: 26.357%;
  margin-top: -20px;
}
#footer .f-copy .share a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: solid 1px #666;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-copy .share a:hover {
  border-color: var(--color);
  background: var(--color);
  color: #fff;
}
#footer .f-copy .right {
  width: 73.643%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  text-align: center;
  color: #333333;
  opacity: 0.8;
}
#footer svg {
  max-height: 26px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  fill: rgba(51, 51, 51, 0.8);
}
#footer svg text {
  fill: rgba(51, 51, 51, 0.8);
}
@media (max-width: 1700px) {
  #header .h-top {
    zoom: .87;
  }
  #index-body .i-about .bottom .icon {
    right: -2%;
  }
  #index-body .i-category .slickBtn div.prev {
    right: 98%;
  }
  #index-body .i-category .slickBtn div.next {
    left: 98%;
  }
}
@media (max-width: 1450px) {
  #header .h-top {
    zoom: .77;
  }
  #header .nav .menu-box ul.menu > li {
    margin-right: 2.2em;
  }
  #index-body .i-about .bottom .left .data .num em {
    font-size: 7.2143em;
  }
  #index-body .i-app ul li .ig .text .left {
    width: 80%;
  }
  .fixed-toolbar {
    right: 10px;
  }
}
@media (max-width: 1250px) {
  #index-body .i-about .bottom .left .data {
    right: -90px;
  }
  #index-body .i-about .bottom .left .data .num em {
    font-size: 4.2143em;
  }
  #index-body .i-about .bottom .left .data .num sup {
    font-size: 1.5em;
  }
  #index-body .i-about .bottom .left .data .num sub {
    margin: 0px 0 4px -17px;
  }
  #index-body .i-about .bottom {
    zoom: .89;
  }
  #index-body .i-category .slickBtn div.prev {
    left: -15px;
    right: initial;
  }
  #index-body .i-category .slickBtn div.next {
    left: initial;
    right: -15px;
  }
  #index-body .i-app ul li .ig .text {
    padding: 0 20px 40px;
  }
  #index-body .i-app ul li .ig::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, #000 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #000 100%);
  }
  #index-body .i-indu .left .top {
    padding-left: 14%;
    padding-right: 15px;
  }
  #index-body .i-indu .left .bottom {
    padding-left: 14%;
  }
  #index-body .i-news ul li .ig .btn .more {
    width: 200px;
  }
  .public-contact ul li span {
    width: 93%;
  }
  #footer .f-copy .share a {
    font-size: 16px;
    width: 36px;
    height: 36px;
    margin-right: 9px;
  }
}
@media (max-width: 1000px) {
  #index-body .i-about .top .tit {
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
  }
  #index-body .i-about .top .right {
    width: 100%;
  }
  #index-body .i-about .bottom {
    zoom: 1;
  }
  #index-body .i-about .bottom .left {
    width: 100%;
  }
  #index-body .i-about .bottom .left .data {
    width: 36%;
    right: -4px;
  }
  #index-body .i-about .bottom .right {
    width: 100%;
  }
  #index-body .i-about .bottom .icon {
    display: none;
  }
  #index-body .i-about .tp {
    position: initial;
    width: 100%;
    padding: 20px 15px 0;
  }
  .font-38 {
    font-size: 30px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-20 {
    font-size: 18px;
  }
  #index-body .i-indu .left {
    width: 100%;
  }
  #index-body .i-indu .left .top,
  #index-body .i-indu .left .bottom {
    padding-left: 7%;
  }
  #index-body .i-indu .right {
    display: none;
  }
  .public-contact ul {
    margin: -16px -11px;
  }
  .public-contact ul li {
    width: 50%;
    padding: 16px 11px;
  }
  .public-contact ul li input {
    height: 60px;
  }
  .public-contact ul li.wid-50 {
    width: 100%;
  }
  .public-contact ul li .box {
    padding-left: 0;
  }
  .public-contact ul li:last-child {
    text-align: left;
  }
  #footer .f-content .title {
    font-size: 20px;
  }
  #footer .f-content .left {
    width: 42%;
  }
  #footer .f-content .right {
    width: 58%;
  }
  #footer .f-content .f-nav {
    display: none;
  }
  #footer .f-content .f-contact {
    width: 100%;
  }
  #footer .f-content .code {
    display: none;
  }
  #footer .f-copy .share {
    display: none;
  }
  #footer .f-copy .right {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .more {
    font-size: 16px;
    width: 200px;
    height: 50px;
  }
  .font-38 {
    line-height: 1.4 !important;
  }
  #banner ul li .text .con {
    display: none;
  }
  #index-body .i-about .bottom .left .data .num em {
    font-size: 3em;
  }
  .font-28 {
    font-size: 20px;
  }
  #index-body .i-app {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .i-app ul li .ig::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, #000 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000 100%);
  }
  #index-body .i-solution .box::after {
    background-size: 50%;
  }
  #index-body .i-solution .box .con {
    width: 100%;
  }
  #index-body .i-indu .left .top,
  #index-body .i-indu .left .bottom {
    padding-left: 15px;
  }
  .public-contact ul li input {
    font-size: 14px;
  }
  #footer .f-content .left {
    width: 100%;
  }
  #footer .f-content .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  #banner ul li .text .title {
    font-size: 14px;
  }
  #banner ul li .text .btn {
    zoom: .8;
  }
  .more {
    font-size: 14px;
    width: 170px;
    height: 40px;
  }
  #index-body .i-about .top .right::after {
    width: 33.3333%;
  }
  .font-38 {
    font-size: 25px;
  }
  .i-tag {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .i-about .bottom .left .data {
    display: none;
  }
  #index-body .i-app ul li .ig .text {
    position: initial;
    color: #333;
    padding: 20px 0 0 0;
  }
  #index-body .i-app ul li .ig .text .left {
    width: 100%;
  }
  #index-body .i-app ul li .ig .text .link {
    color: #fff;
    margin-top: 20px;
  }
  #index-body .i-app ul li .ig .text .link:hover {
    background: #000;
    color: #fff;
  }
  #index-body .i-app ul li .ig::after {
    display: none;
  }
  #index-body .i-category .slickBtn div {
    font-size: 20px;
    width: 2em;
    height: 2em;
  }
  .public-contact ul li {
    width: 100%;
  }
  .public-contact ul li label {
    font-size: 15px;
  }
  .public-contact ul li input {
    height: 40px;
  }
  .public-contact ul li span {
    width: 91%;
    font-size: 15px;
  }
  #footer .f-content ul li {
    font-size: 15px;
    line-height: 1.4;
  }
  #footer .f-content .f-contact ul li:last-child span {
    margin-top: -11px;
  }
}
.inner-banner {
  position: relative;
}
.inner-banner .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  padding-bottom: 4.1146%;
}
.inner-banner .text .mbx {
  color: var(--color);
}
.inner-banner .text .title {
  line-height: 1;
  position: relative;
}
.inner-banner .text .title.font-40 {
  line-height: 1.35;
}
.inner-banner .text .title::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 12px;
  height: 59px;
  background: var(--color);
}
.inner-banner .text .desc {
  max-width: 1020px;
  font-weight: 300;
  line-height: 1.56;
}
.inner-banner.product-banner .text {
  padding-bottom: 1.9271%;
}
.prodet-banner {
  position: relative;
}
.prodet-banner::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 60%, #ffffff 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 60%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #ffffff 100%);
}
.prodet-banner .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  padding-bottom: 10.73%;
}
.prodet-banner .text .mbx {
  color: var(--color);
}
.inner-page .font-38 {
  line-height: 1;
}
.inner-page .m-page {
  text-align: center;
  margin-top: 62px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 35px;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  color: #525252;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: var(--color);
  color: #fff;
}
.inner-page .inner-tab {
  background-color: #f2f2f2;
}
.inner-page .inner-tab ul li a {
  height: 209px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .inner-tab ul li a i {
  display: block;
  line-height: 55px;
}
.inner-page .inner-tab ul li a i img {
  vertical-align: middle;
}
.inner-page .inner-tab ul li a p {
  line-height: 1.375;
}
.inner-page .inner-tab ul li a:hover,
.inner-page .inner-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.inner-page .inner-tab ul li a:hover i img,
.inner-page .inner-tab ul li a.active i img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
@-webkit-keyframes kd {
  0% {
    width: 0;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 75%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes kd {
  0% {
    width: 0;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 75%;
  }
  100% {
    width: 100%;
  }
}
@keyframes kd {
  0% {
    width: 0;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 75%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes py {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(75%);
    transform: translateX(75%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }
}
@-moz-keyframes py {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  25% {
    -moz-transform: translateX(25%);
    transform: translateX(25%);
    opacity: 1;
  }
  50% {
    -moz-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 1;
  }
  75% {
    -moz-transform: translateX(75%);
    transform: translateX(75%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }
}
@keyframes py {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    transform: translateX(25%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(75%);
    -moz-transform: translateX(75%);
    transform: translateX(75%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }
}
@-webkit-keyframes rotarrow {
  50% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
}
@-moz-keyframes rotarrow {
  50% {
    -moz-transform: skew(10deg);
    transform: skew(10deg);
  }
}
@keyframes rotarrow {
  50% {
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    transform: skew(10deg);
  }
}
.about-page .about-1 {
  padding-top: 6.771%;
}
.about-page .about-1 .top .left {
  width: 44.21%;
}
.about-page .about-1 .top .right {
  width: 55.79%;
  max-height: 298px;
  overflow-y: auto;
  line-height: 1.75;
  color: #999;
}
.about-page .about-1 .bottom {
  padding-bottom: 10.5%;
}
.about-page .about-1 .bottom .play{
  top: 38%;
}
.about-page .about-1 .bottom .i1 {
  position: absolute;
  left: 0;
  bottom: 12.27%;
  width: 34.7143%;
}
.about-page .about-1 .bottom .i2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35.2143%;
}
.about-page .about-1 .bottom .i3 {
  width: 70.07143%;
}
.about-page .about-2 .item {
  background-color: #f8f8f8;
}
.about-page .about-2 .item .left {
  width: 50.643%;
}
.about-page .about-2 .item .left span {
  font-weight: 200;
  opacity: .2;
  line-height: 1;
}
.about-page .about-2 .item .left .tit {
  color: var(--color);
  line-height: 1.2;
  width: 76%;
}
.about-page .about-2 .item .right {
  width: 43.5%;
  color: #999;
  line-height: 1.75;
}
.about-page .about-2 .item:first-child .tit {
  padding-right: 23.274%;
}
.about-page .about-2 .item:nth-child(even) {
  background: var(--color);
  color: #f8f8f8;
}
.about-page .about-2 .item:nth-child(even) .tit {
  color: #f8f8f8;
}
.about-page .about-2 .item:nth-child(even) .right {
  color: #f8f8f8;
}
.about-page .about-2 .item:last-child .tit {
  width: 67%;
}
.about-page .about-3 {
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
}
.about-page .about-3 .left {
  width: 39.57143%;
  position: relative;
  z-index: 1;
}
.about-page .about-3 .right {
  width: 69.857143%;
  margin-left: -9.428573%;
}
.about-page .about-3 ul li .num {
  color: #ee142d;
  line-height: 1;
  font-weight: 200;
}
.about-page .about-3 ul li p {
  font-weight: 300;
  max-width: 285px;
}
.about-page .about-4 {
  background-color: #f9f9f9;
  margin-top: -5%;
  padding: 9.95% 0 5.1042% 0;
}
.about-page .about-4 .top .left {
  width: 44.714%;
}
.about-page .about-4 .top .right {
  width: 55.286%;
  color: #999;
}
.about-page .about-4 .tab {
  width: 90vw;
}
.about-page .about-4 .tab ul {
  margin-right: -93px;
}
.about-page .about-4 .tab ul li {
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
  padding-right: 93px;
}
.about-page .about-4 .tab ul li .title {
  font-weight: 200;
  color: rgba(26, 26, 26, 0.2);
  line-height: 1;
  position: relative;
  padding-bottom: 78px;
  overflow: hidden;
  cursor: pointer;
}
.about-page .about-4 .tab ul li .title::before,
.about-page .about-4 .tab ul li .title::after {
  content: '';
  position: absolute;
}
.about-page .about-4 .tab ul li .title::before {
  left: 0;
  bottom: 1px;
  width: 100px;
  height: 36px;
  background: url(../images/about-8-icon.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
}
.about-page .about-4 .tab ul li .title::after {
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color);
}
.about-page .about-4 .tab ul .slick-current li .title {
  color: var(--color);
}
.about-page .about-4 .tab ul .slick-current li .title::before {
  -webkit-animation: py 6.5s linear alternate;
  -moz-animation: py 6.5s linear alternate;
  animation: py 6.5s linear alternate;
}
.about-page .about-4 .tab ul .slick-current li .title::after {
  -webkit-animation: kd 6.5s linear alternate;
  -moz-animation: kd 6.5s linear alternate;
  animation: kd 6.5s linear alternate;
}
.about-page .about-4 .content ul li .img {
  width: 42.4286%;
}
.about-page .about-4 .content ul li .text {
  width: 57.5714%;
}
.about-page .about-4 .content ul li .text span {
  display: inline-block;
  line-height: 1;
  background-color: #1a1a1a;
  color: #fff;
  padding: 14px 18px 13px;
}
.about-page .about-4 .content ul li .text .title {
  color: #1a1a1a;
  margin-top: 27px;
}
.about-page .about-4 .content ul li .text .con {
  font-weight: 300;
  line-height: 1.56;
  color: #666;
  margin-top: 11px;
}
.factory-page .factory-1 {
  padding-top: 7.13542%;
}
.factory-page .factory-1 .left {
  width: 65.07143%;
  position: relative;
  z-index: 1;
}
.factory-page .factory-1 .right {
  width: 36.786%;
  margin-left: -1.85743%;
}
.factory-page .factory-1 .right .icon {
  top: 30%;
  left: 0;
}
.factory-page .factory-1 .right .icon i {
  width: 220px;
  height: 1px;
  background: var(--color);
}
.factory-page .factory-1 .bottom {
  width: 60.77%;
  right: 0;
  bottom: 56px;
  z-index: 3;
}
.factory-page .factory-1 .bottom .play {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background-color: #f9f9f9;
  z-index: 1;
}
.factory-page .factory-1 .bottom .play svg {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 3px;
  -webkit-animation: xz 12s linear infinite;
  -moz-animation: xz 12s linear infinite;
  animation: xz 12s linear infinite;
}
.factory-page .factory-1 .bottom .play .icon {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background: var(--color);
}
.factory-page .factory-1 .bottom .play::before,
.factory-page .factory-1 .bottom .play::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.factory-page .factory-1 .bottom .play::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.factory-page .factory-1 .bottom .ig {
  width: 91.484%;
  background: var(--color);
  margin-left: -4.718%;
  color: #f9f9f9;
  padding: 24px 0 32px 14.27%;
  line-height: 1.2;
}
.factory-page .factory-2 .top::after,
.factory-page .factory-2 .bottom::after {
  content: '';
  position: absolute;
  top: 0;
  width: 13.32%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.factory-page .factory-2 .top::after {
  right: 0;
}
.factory-page .factory-2 .bottom::after {
  left: 0;
}
.factory-page .factory-2 .img-box {
  background-color: #efefef;
  padding: 10px;
}
.factory-page .factory-2 p {
  color: #000;
}
.factory-page .factory-2 .slickBtn div {
  font-size: 22px;
  width: 2.95em;
  height: 2.95em;
  background: #333;
  color: #fff;
}
.factory-page .factory-2 .slickBtn div:hover {
  background: var(--color);
}
.factory-page .factory-2 .slickBtn div.prev {
  right: initial;
  left: 81px;
}
.factory-page .factory-2 .slickBtn div.next {
  left: initial;
  right: 87px;
}
.factory-page .factory-2 .slick-reverse {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.factory-page .factory-2 .slick-reverse .slick-slide {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.honor-page {
  padding-top: 6.771%;
}
.honor-page .header .con {
  color: #999999;
  max-width: 942px;
  margin: 0 auto;
}
.honor-page ul {
  margin: -32px -21px;
}
.honor-page ul li {
  padding: 32px 21px;
}
.case-page {
  padding: 7.13542% 0 34px;
}
.case-page ul {
  margin: -18.5px -19.5px;
}
.case-page ul li {
  padding: 18.5px 19.5px;
}
.case-page ul li .ig img {
  width: 100%;
}
.case-page ul li .ig .text {
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 2;
}
.case-page ul li .ig .text .tag {
  font-weight: 300;
}
.case-page ul li .ig .text .tag ul {
  margin: -4px;
}
.case-page ul li .ig .text .tag ul li {
  padding: 4px;
}
.case-page ul li .ig .text .tag ul li span {
  background: var(--color);
  padding: 8px 26px 6px;
  display: block;
}
.case-page ul li .ig .text .title {
  line-height: 1.4;
}
.case-page ul li .ig::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(#000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, #000 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #000 100%);
}
.contact-page {
  padding-top: 6.875%;
}
.contact-page .contact-1 .left {
  width: 46.3%;
}
.contact-page .contact-1 .left .con {
  color: #999;
}
.contact-page .contact-1 .right {
  width: 37.5%;
}
.contact-page .contact-1 .right ul li {
  padding-left: 32px;
  position: relative;
}
.contact-page .contact-1 .right ul li p {
  line-height: 1.5;
  color: #525252;
}
.contact-page .contact-1 .right ul li::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../images/contact-icon.png) no-repeat center;
  background-size: 100% 100%;
}
.contact-page .contact-1 .right .bottom .title {
  line-height: 1.3;
}
.contact-page .contact-1 .right .bottom .icon {
  right: 75px;
  bottom: -70px;
  -webkit-animation: 2s linear 0s infinite normal none running rotarrow;
  -moz-animation: 2s linear 0s infinite normal none running rotarrow;
  animation: 2s linear 0s infinite normal none running rotarrow;
}
.contact-page .public-contact {
  max-width: 1800px;
  margin: 0 auto -12.76042%;
  position: relative;
  z-index: 1;
  background: #fff;
}
.contact-page .contact-2 iframe {
  display: block;
  border: 0;
  width: 100%;
  height: 785px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.news-page {
  padding: 7.03125% 0 43px 0;
}
.news-page .tit {
  color: #525252;
}
.news-page #index-body .i-news {
  background: transparent;
  padding: 0;
}
.news-page #index-body .i-news ul {
  margin: -14px -12px;
}
.news-page #index-body .i-news ul li {
  padding: 14px 12px;
}
.news-page #index-body .i-news ul li .ig {
  background-color: #f3f3f3;
}
.news-page #index-body .i-news ul li .ig .btn {
  background: #fff;
}
.news-page #index-body .i-news ul li .ig .btn .more {
  background: rgba(0, 0, 0, 0.3);
}
.news-page #index-body .i-news ul li .ig .btn .more::before {
  background: var(--color);
}
.newdet-page {
  padding: 7.60417% 0 0 0;
}
.newdet-page time {
  color: #999999;
  font-weight: 300;
  line-height: 1.75;
}
.newdet-page time::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 1px;
  background: var(--color);
  margin-right: 16px;
}
.m-link {
  border-top: 1px solid rgba(82, 82, 82, 0.2);
  color: rgba(82, 82, 82, 0.8);
}
.product-yd-page .product-yd-1 {
  padding: 5.78125% 0 2.65625%;
}
.product-yd-page .product-yd-1 .left {
  width: 46%;
}
.product-yd-page .product-yd-1 .right {
  width: 45.2143%;
  color: #999;
}
.product-yd-page .product-yd-2 {
  background-color: #f7f7f7;
}
.product-yd-page .product-yd-2 ul {
  margin: -76px -38.5px;
}
.product-yd-page .product-yd-2 ul li {
  padding: 76px 38.5px;
}
.product-yd-page .product-yd-2 ul li .ig {
  border-left: 1px solid var(--color);
  height: 100%;
}
.product-yd-page .product-yd-2 ul li .ig .icon {
  line-height: 251px;
}
.product-yd-page .product-yd-2 ul li .ig .icon img {
  vertical-align: middle;
}
.product-yd-page .product-yd-2 ul li .ig .text .con {
  font-weight: 300;
  color: #999;
}
.product-yd-page .product-yd-3 {
  padding: 6.823% 0 7.083% 0;
}
.product-yd-page .product-yd-3 ul {
  margin: -38px 0;
}
.product-yd-page .product-yd-3 ul li {
  padding: 38px 0;
  height: auto;
}
.product-yd-page .product-yd-3 ul li .ig {
  height: 100%;
  border-left: 1px solid var(--color);
}
.product-yd-page .product-yd-3 ul li i {
  display: block;
  line-height: 67px;
}
.product-yd-page .product-yd-3 ul li i img {
  vertical-align: middle;
}
.product-yd-page .product-yd-3 ul li p {
  line-height: 1.7;
}
.product-yd-page .product-yd-4 {
  background: #333;
  color: #f7f7f7;
}
.product-yd-page .product-yd-4 .content ul li {
  opacity: .7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-4 .content ul li .text {
  background-color: #525252;
}
.product-yd-page .product-yd-4 .content ul li .text .con {
  color: #f5f5f5;
}
.product-yd-page .product-yd-4 .content ul .slick-current li {
  opacity: 1;
}
.product-yd-page .product-yd-4 .content ul .slick-current li .text {
  background: var(--color);
}
.product-yd-page .product-yd-4 .content .slickBtn div {
  width: auto;
  height: auto;
  font-size: 57px;
  color: var(--color);
  background: transparent;
}
.product-yd-page .product-yd-4 .content .slickBtn div:hover {
  color: #fff;
}
.product-yd-page .product-yd-4 .content .slickBtn div.next {
  margin: 0 0 0 .65em;
}
.product-yd-page .product-yd-4 .bottom .title {
  line-height: 1;
}
.product-yd-page .product-yd-4 .bottom .link {
  display: inline-block;
  padding: 0 29px 27px;
  border-radius: 50%;
  background: var(--color);
}
.product-page {
  padding-bottom: 4.6875%;
}
.product-page .product-list {
  padding: 5.521% 0 0 0;
}
.product-page .product-list ul {
  margin: -22.5px -12.5px;
}
.product-page .product-list ul li {
  padding: 22.5px 12.5px;
}
.product-page .product-list ul li .ig {
  height: 100%;
  background-color: #f6f6f6;
  overflow: hidden;
}
.product-page .product-list ul li .ig .text .title {
  line-height: 1.9;
  height: 110px;
  overflow-y: auto;
}
.product-page .product-list ul li .ig .text .line {
  display: block;
  margin-left: -44px;
  margin-right: -44px;
  height: 1px;
  background: rgba(52, 52, 52, 0.1);
}
.product-page .con {
  color: #525252;
  font-weight: 300;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto;
}
.about-bg {
  background: #f5f5f5;
  padding: 5% 0;
}
.about-honor {
  padding: 5% 0;
}
.seoIndustry .content {
  color: #999;
  font-weight: 300;
}
.prodet-page .prodet-1 {
  /*margin-top: -4%;*/
}
.prodet-page .prodet-1 h1 {
  padding-left: 22px;
  position: relative;
}
.prodet-page .prodet-1 h1::before {
  content: '';
  width: 12px;
  height: 59px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
}
.prodet-page .prodet-1 .content .item .options {
  border-bottom: 1px solid rgba(82, 82, 82, 0.2);
}
.prodet-page .prodet-1 .content .item .tit {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 11px 27px 10px 24px;
}
.prodet-page .prodet-1 .content .item .ret {
  color: #525252;
}
.prodet-page .prodet-1 .content .item .list {
  width: 87vw;
}
.prodet-page .prodet-1 .content .item .list ul .slick-list {
  padding-right: 263px;
}
.prodet-page .prodet-1 .content .item .list .play {
  position: absolute;
  width: 59px;
  height: 34px;
  background: var(--color);
  border-radius: 7px;
  top: 56%;
  left: 12%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-2 {
  padding: 6.771% 0 5% 0;
}
.prodet-page .prodet-2 .title::before {
  content: '';
  width: 12px;
  height: 59px;
  background: var(--color);
  display: inline-block;
  vertical-align: middle;
  margin: -6px 21px 0 0;
}
.prodet-page .prodet-2 ul li .ig {
  height: 100%;
  background-color: #f6f6f6;
  overflow: hidden;
}
.prodet-page .prodet-2 ul li .ig .text .title {
  line-height: 1.9;
  height: 110px;
  overflow-y: auto;
}
.prodet-page .prodet-2 ul li .ig .text .title::before {
  display: none;
}
.prodet-page .prodet-2 ul li .ig .text .line {
  display: block;
  margin-left: -44px;
  margin-right: -44px;
  height: 1px;
  background: rgba(52, 52, 52, 0.1);
}
.prodet-page .prodet-2 .slickBtn div {
  font-size: 22px;
  width: 2.95em;
  height: 2.95em;
  background: #333;
}
.prodet-page .prodet-2 .slickBtn div:hover {
  background: var(--color);
}
.tech-page .tech-1 {
  background-color: #1a1a1a;
  color: #fff;
  padding: 6.6146% 0 5.521%;
}
.tech-page .tech-1 .box {
  max-width: 984px;
  margin: 0 auto;
}
.tech-page .tech-2 {
  padding: 7.13542% 0 6.6146%;
}
.tech-page .tech-2 .right {
  width: 58%;
}
.tech-page .tech-2 .right .con {
  color: #666;
}
.tech-page .tech-2 .right .con strong {
  color: #1a1a1a;
}
.tech-page .tech-3 {
  background-color: #f6f6f6;
  padding-bottom: 5.99%;
}
.tech-page .tech-3 .container {
  width: 1630px;
}
.tech-page .tech-3 ul {
  margin: -12px -5.5px;
}
.tech-page .tech-3 ul li {
  padding: 12px 5.5px;
}
.tech-page .tech-3 ul li .ig {
  background-color: #ffffff;
  border-radius: 27px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 100%;
  -webkit-box-shadow: 0px 4px 21px 0px rgba(56, 56, 56, 0);
  box-shadow: 0px 4px 21px 0px rgba(56, 56, 56, 0);
}
.tech-page .tech-3 ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.tech-page .tech-3 ul li .ig:hover {
  color: #fff;
  -webkit-box-shadow: 0px 4px 21px 0px rgba(56, 56, 56, 0.35);
  box-shadow: 0px 4px 21px 0px rgba(56, 56, 56, 0.35);
}
.tech-page .tech-3 ul li .ig:hover::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.tech-page .tech-3 ul li .ig:hover i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.tech-page .tech-3 ul li .ig:hover .con {
  color: #fff;
}
.tech-page .tech-3 ul li i {
  line-height: 112px;
}
.tech-page .tech-3 ul li i img {
  vertical-align: middle;
}
.tech-page .tech-3 ul li .con {
  color: #666;
}
.tech-page .tech-4 {
  height: 780px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
}
.tech-page .tech-4 .box {
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 4.9%;
}
.tech-page .tech-4 .box .left {
  width: 42%;
}
.tech-page .tech-4 .box .right {
  width: 47.57143%;
}
.indu-page {
  padding: 7.13542% 0 45px;
}
.indu-page ul {
  margin: -27px -16.5px;
}
.indu-page ul li {
  padding: 27px 16.5px;
}
.indu-page ul li .img-box .icon {
  bottom: -100%;
  right: 0;
  font-size: 49px;
  width: 2.7143em;
  height: 2.347em;
  background: #fff;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.indu-page ul li .img-box:hover .icon {
  bottom: 0;
  opacity: 1;
}
.indu-page ul li .text .top i {
  line-height: 59px;
}
.indu-page ul li .text .top i img {
  vertical-align: middle;
}
.indu-page ul li .text .top span {
  line-height: 1.1;
}
.indu-page ul li .text .con {
  color: #666;
}
.public-top {
  background-repeat: no-repeat;
  padding: 6.6146% 0 5.10417% 0;
  background-size: 100% 100%;
}
.public-top .container {
  width: 100%;
  max-width: 1514px;
}
.public-top .box {
  width: 66%;
  margin: 0 0 0 auto;
}
.faq-page .faq-list {
  padding: 4.84375% 0 5.0521% 0;
}
.faq-page .faq-list .item:first-child {
  margin-top: 0;
}
.faq-page .faq-list ul li {
  border: 1px solid rgba(26, 26, 26, 0.1);
  cursor: pointer;
  margin-bottom: 18px;
}
.faq-page .faq-list ul li .top span {
  width: 90%;
}
.faq-page .faq-list ul li .top i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.faq-page .faq-list ul li .bottom {
  color: #999;
  display: none;
}
.faq-page .faq-list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-list ul li.active .top i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.trouble-page .trouble-1 {
  padding: 3.1771% 0 7.13542%;
}
.trouble-page .trouble-1 .title {
  line-height: 1.1;
  height: 83px;
}
.trouble-page .trouble-1 ul li {
  padding-left: 22px;
  position: relative;
}
.trouble-page .trouble-1 ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--color);
}
.trouble-page .trouble-1 ul li:last-child {
  margin-bottom: 0;
}
.trouble-page .trouble-1 .left {
  border-right: 1px solid rgba(51, 51, 51, 0.2);
}
.trouble-page .trouble-2 {
  background: #1a1a1a;
  color: #fff;
  padding: 5.25042% 0 5.3646%;
}
.trouble-page .trouble-2 .title {
  max-width: 820px;
  line-height: 1.1;
}
.trouble-page .trouble-2 .list ul li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 58px 69px 0;
}
.trouble-page .trouble-2 .list ul li i {
  width: 39px;
  height: 39px;
  background-color: var(--color);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 8px;
}
.trouble-page .trouble-2 .list ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.trouble-page .trouble-2 .list ul li:nth-child(4),
.trouble-page .trouble-2 .list ul li:nth-child(5),
.trouble-page .trouble-2 .list ul li:nth-child(6) {
  margin-right: 20px;
}
.trouble-page .trouble-2 .list ul li:last-child {
  margin-right: 0;
}
.trouble-page .trouble-2 .more::before {
  background: #fff;
}
.trouble-page .trouble-2 .more:hover {
  color: var(--color);
}
.train-page .train-1 {
  padding: 4.84375% 0 0 0;
}
.train-page .train-1 ul {
  margin: 0 -40px 0 -51px;
}
.train-page .train-1 ul li {
  padding: 0 40px 0 51px;
  border-right: 1px solid rgba(51, 51, 51, 0.1);
}
.train-page .train-1 ul li i {
  display: block;
  line-height: 73px;
}
.train-page .train-1 ul li p {
  line-height: 1.3;
}
.train-page .train-1 ul li:nth-child(odd) p {
  max-width: 270px;
}
.train-page .train-1 ul li:nth-child(even) p {
  max-width: 326px;
}
.train-page .train-1 ul li:nth-child(3) p {
  max-width: 200px;
}
.train-page .train-1 ul li:last-child {
  border-right: 0;
}
.train-page .train-2 {
  padding-top: 6.98%;
}
.train-page .train-2 .item {
  width: 49.143%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.train-page .train-2 .item .tit {
  display: inline-block;
  border-bottom: 6px solid var(--color);
}
.train-page .train-2 .item ul li span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: var(--color);
}
.train-page .train-2 .item ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
  color: #999;
  line-height: 1.75;
}
.train-page .train-2 .item ul li:last-child {
  margin-bottom: 0;
}
.train-page .train-2 .item .icon {
  bottom: -2px;
  right: 0;
  z-index: -1;
}
.spare-page .spare-1 {
  padding-top: 6.875%;
}
.spare-page .spare-1 .box {
  max-width: 787px;
  margin: 0 auto;
}
.spare-page .spare-1 .box .con {
  color: #999;
}
.spare-page .spare-2 {
  padding: 6.04167% 0 7.1354167% 0;
}
.spare-page .spare-2 ul {
  margin: 0 -30px;
}
.spare-page .spare-2 ul li {
  border-right: 1px solid rgba(51, 51, 51, 0.1);
  padding: 0 30px;
}
.spare-page .spare-2 ul li i {
  line-height: 72px;
}
.spare-page .spare-2 ul li i img {
  vertical-align: middle;
}
.spare-page .spare-2 ul li p {
  line-height: 1.3;
}
.spare-page .spare-3 {
  padding-bottom: 16.98%;
  background-size: 100% 100%;
}
.spare-page .spare-3 ul {
  margin: -28.5px -30px;
}
.spare-page .spare-3 ul li {
  padding: 28.5px 30px;
}
.spare-page .spare-3 ul li span {
  width: 52px;
  height: 52px;
  background: var(--color);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  color: #f4f4f4;
}
.spare-page .spare-3 ul li .tit {
  margin-left: -14px;
  line-height: 1.3;
  height: 73px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.spare-page .spare-3 ul li .con {
  color: #999;
}
.spare-page .spare-4 {
  padding-bottom: 5.78125%;
}
.spare-page .spare-4 .left {
  background: var(--color);
  color: #f4f4f4;
  padding: 7.1354167% 6.9271% 8.073% 13.4375%;
  z-index: 1;
}
.spare-page .spare-4 .left .icon {
  z-index: -1;
  top: 103px;
  right: 24px;
}
.spare-page .spare-4 .right {
  padding-left: 4.479167%;
}
.spare-page .spare-4 .right .box {
  max-width: 615px;
}
.spare-page .spare-4 .right .box ul {
  margin: -30px -28px;
}
.spare-page .spare-4 .right .box ul li {
  padding: 30px 28px;
}
.spare-page .spare-4 .right .box ul li label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.spare-page .spare-4 .right .box ul li input {
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: 300;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.spare-page .spare-4 .right .box ul li input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.spare-page .spare-4 .right .box ul li input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.spare-page .spare-4 .right .box ul li input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.spare-page .spare-4 .right .box ul li input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.spare-page .spare-4 .right .box ul li input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.spare-page .spare-4 .right .box ul li input:focus {
  border-color: #333;
}
.spare-page .spare-4 .right .box ul li input[type="file"] {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.spare-page .spare-4 .right .box ul li .file {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.spare-page .spare-4 .right .box ul li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.3);
}
.spare-page .spare-4 .right .box ul li span i {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  text-align: center;
  line-height: 22px;
  border: 1px dashed rgba(51, 51, 51, 0.2);
  margin-left: 17px;
}
.spare-page .spare-4 .right .box ul li button {
  width: 100%;
  height: 51px;
  border: 0;
  font-size: 16px;
  font-weight: bold;
}
.load-page .load-1 ul {
  margin: -9.5px -5px;
}
.load-page .load-1 ul li {
  padding: 9.5px 5px;
}
.load-page .load-1 ul li .ig {
  background-color: #f6f6f6;
  height: 100%;
}
.load-page .load-1 ul li .ig span {
  line-height: 1;
  color: var(--color);
  position: relative;
}
.load-page .load-1 ul li .ig span::after {
  content: '';
  position: absolute;
  bottom: 18px;
  right: 2px;
  width: 77px;
  height: 41px;
  background-color: #f6f6f6;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.load-page .load-1 ul li .ig .tit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: -20px;
  position: relative;
  z-index: 1;
}
.load-page .load-2 {
  padding: 6.98% 0 7.13542%;
}
.load-page .load-2 ul {
  margin: -8px -10px;
}
.load-page .load-2 ul li {
  padding: 8px 10px;
}
.load-page .load-2 ul li .img img {
  width: 100%;
}
.load-page .load-2 ul li .img .text {
  height: 98px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.load-page .load-2 ul li .img:hover .text {
  background: var(--color);
}
.load-page .load-2 ul li:nth-child(2) {
  width: 36.198%;
}
.load-page .load-2 ul li:nth-child(2) .img .text {
  height: 113px;
}
.load-page .load-2 ul li:nth-child(1),
.load-page .load-2 ul li:nth-child(4) {
  width: 31.832%;
}
.load-page .load-2 ul li:nth-child(3),
.load-page .load-2 ul li:nth-child(5) {
  width: 31.97%;
}
.load-page .load-2 ul li:nth-child(4),
.load-page .load-2 ul li:last-child {
  position: absolute;
  bottom: 0;
}
.load-page .load-2 ul li:nth-child(4) {
  left: 0;
}
.load-page .load-2 ul li:last-child {
  right: 0;
}
.load-page .load-3 {
  color: #fff;
  padding-bottom: 8.28125%;
}
.load-page .load-3 .box {
  max-width: 805px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.load-page .load-3 .box ul li .ig {
  max-width: 310px;
  margin: 0 auto;
}
.load-page .load-3 .box ul li .ig i {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--color);
}
.load-page .load-3 .box ul li .ig p {
  line-height: 1.2;
}
.load-page .load-3 .box ul li:nth-child(2) .ig i,
.load-page .load-3 .box ul li:nth-child(3) .ig i,
.load-page .load-3 .box ul li:nth-child(6) .ig i {
  background: #fff;
}
.load-page .load-3 .box ul li:nth-child(2) .ig,
.load-page .load-3 .box ul li:nth-child(4) .ig {
  margin: 0 auto 0 0;
}
.load-page .load-3 .box ul li:nth-child(3) .ig,
.load-page .load-3 .box ul li:nth-child(5) .ig {
  margin: 0 0 0 auto;
}
.load-page .load-3 .box ul li:nth-child(2),
.load-page .load-3 .box ul li:nth-child(3) {
  margin-top: -23px;
}
.load-page .load-3 .box ul li:nth-child(4),
.load-page .load-3 .box ul li:nth-child(5) {
  margin-top: 105px;
}
.load-page .load-3 .box ul li:last-child {
  margin-top: -39px;
}
.load-page .load-3 .box .item::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0.95%;
  top: 0;
  width: 98.1%;
  height: 97.908%;
  background: url(../images/load-circle.png) no-repeat center;
  background-size: cover;
  -webkit-animation: xz 40s 0.3s linear infinite;
  -moz-animation: xz 40s 0.3s linear infinite;
  animation: xz 40s 0.3s linear infinite;
}
.load-page .load-3 .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.load-page .load-3 .bottom .title {
  width: 36.43%;
}
.load-page .load-3 .bottom .con {
  width: 54.43%;
}
.indud-page .indud-1 {
  background-color: #f3f3f3;
  padding: 6.40625% 0 6.354167% 0;
}
.indud-page .indud-1 .con {
  line-height: 1.5;
  font-weight: 300;
}
.indud-page .indud-2 {
  z-index: 1;
}
.indud-page .indud-2 .text {
  z-index: 1;
  color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 4.63542%;
}
.indud-page .indud-2 .text .title {
  line-height: 1.4;
  max-width: 1020px;
  margin: 0 auto;
}
.indud-page .indud-2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.indud-page .indud-3 {
  margin-top: -16.98%;
  position: relative;
  z-index: 2;
}
.indud-page .indud-3 .left {
  width: 50%;
  margin-right: -2.143%;
  background-color: #f3f3f3;
  position: relative;
  z-index: 1;
}
.indud-page .indud-3 .right {
  width: 52.143%;
  background: var(--color);
  color: #fff;
}
.indud-page .indud-3 .right img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.indud-page .indud-3 img {
  display: block;
}
.indud-page .indud-3 strong {
  font-size: 32px;
  line-height: 1.2;
  margin-top: 22px;
  display: block;
}
.indud-page .indud-3 p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 12px;
}
.indud-page .indud-4 {
  padding: 6.9271% 0 7.13542%;
}
.indud-page .indud-4 .title {
  line-height: 1;
}
.indud-page .indud-4 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: -13.5px -27.5px;
}
.indud-page .indud-4 ul li {
  width: 33.3333%;
  padding: 13.5px 27.5px;
}
.indud-page .indud-4 ul li .ig {
  background-color: #f3f3f3;
  height: 100%;
  padding: 75px 52px 99px;
}
.indud-page .indud-4 ul li .ig i {
  display: block;
  line-height: 107px;
}
.indud-page .indud-4 ul li .ig i img {
  vertical-align: middle;
}
.indud-page .indud-4 ul li .ig p {
  font-size: 20px;
  line-height: 1.9;
  font-weight: 500;
  margin-top: 63px;
  width: 88%;
}
.indud-page .indud-5 {
  background-color: #f3f3f3;
}
.indud-page .indud-5 .top strong {
  font-size: 32px;
  line-height: 1.2;
}
.indud-page .indud-5 .top p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 21px;
}
.indud-page .indud-5 .bottom {
  max-width: 1675px;
  padding-right: 15px;
}
.indud-page .indud-5 .bottom img {
  margin-top: 59px;
}
.indud-page .indud-5 .bottom ul {
  width: 28.5%;
}
.indud-page .indud-5 .bottom ul li {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 34px 31px;
  margin-top: 25px;
}
.indud-page .indud-5 .bottom ul li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/indud3-icon.png) no-repeat center;
  background-size: 100% 100%;
}
.indud-page .indud-5 .bottom ul li:first-child {
  margin-top: 0;
}
.indud-page .indud-5 .bottom ul li:last-child {
  padding-bottom: 0;
  border: 0;
}
@media (max-width: 1700px) {
  .inner-banner .text {
    padding-bottom: 9.2%;
  }
  .factory-page .factory-1 .bottom .ig {
    width: 90%;
    margin-left: -3.718%;
  }
  .contact-page .public-contact {
    max-width: 1400px;
  }
  .prodet-page .prodet-2 .slickBtn div.prev {
    right: 97%;
  }
  .prodet-page .prodet-2 .slickBtn div.next {
    left: 97%;
  }
  .prodet-page .prodet-1 .content .item .list {
    width: 97vw;
  }
  .train-page .train-1 ul {
    margin: 0 -40px;
  }
  .train-page .train-1 ul li {
    padding: 0 40px;
  }
  .spare-page .spare-4 .right .box ul {
    margin: -20px -28px;
  }
  .spare-page .spare-4 .right .box ul li {
    padding: 20px 28px;
  }
  .load-page .load-1 ul li .ig span::after {
    bottom: 14px;
  }
  .indud-page .indud-5 .bottom {
    max-width: 1400px;
  }
  .indud-page .indud-5 .bottom img {
    width: 70%;
  }
}
@media (max-width: 1450px) {
  .factory-page .factory-1 .bottom .ig {
    width: 87%;
  }
  .factory-page .factory-1 .right .icon i {
    width: 180px;
  }
  .contact-page .public-contact {
    max-width: 1200px;
  }
  .prodet-page .prodet-2 .slickBtn div.prev {
    left: -15px;
    right: initial;
  }
  .prodet-page .prodet-2 .slickBtn div.next {
    left: initial;
    right: -15px;
  }
  .tech-page .tech-4 {
    height: 680px;
  }
  .tech-page .tech-3 .container {
    width: 1400px;
  }
  .train-page .train-1 ul {
    margin: 0 -20px;
  }
  .train-page .train-1 ul li {
    padding: 0 20px;
  }
  .train-page .train-1 ul li:nth-child(odd) p {
    max-width: 220px;
  }
  .train-page .train-1 ul li:nth-child(even) p {
    max-width: 300px;
  }
  .spare-page .spare-3 {
    padding-bottom: 20%;
  }
  .spare-page .spare-4 .right .box ul {
    margin: -10px -14px;
  }
  .spare-page .spare-4 .right .box ul li {
    padding: 10px 14px;
  }
  .indud-page .indud-5 .bottom {
    max-width: 1200px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 1250px) {
  .about-page .about-3 ul li p {
    max-width: 200px;
  }
  .about-page .about-4 .tab {
    width: 100vw;
  }
  .about-page .about-4 .tab ul {
    margin-right: -47px;
  }
  .about-page .about-4 .tab ul li {
    padding-right: 47px;
  }
  .factory-page .factory-1 .bottom {
    bottom: 16px;
  }
  .factory-page .factory-1 .bottom .ig {
    width: 84%;
    padding: 24px 0 32px 9.27%;
    line-height: 1.2;
  }
  .factory-page .factory-2 .slickBtn div.prev {
    left: 30px;
  }
  .factory-page .factory-2 .slickBtn div.next {
    right: 30px;
  }
  .contact-page .public-contact {
    max-width: 970px;
  }
  .contact-page .contact-2 iframe {
    height: 700px;
  }
  .news-page #index-body .i-news ul li .ig {
    height: 250px;
  }
  .tech-page .tech-3 .container {
    width: 1200px;
  }
  .tech-page .tech-4 {
    height: 580px;
  }
  .indu-page ul li .img-box .icon {
    font-size: 40px;
  }
  .train-page .train-1 ul {
    margin: 0 -20px;
  }
  .train-page .train-1 ul li {
    padding: 0 20px;
    width: 25%;
  }
  .spare-page .spare-4 .left {
    padding: 7.1354167% 6.9271% 8.073% 7.4375%;
  }
  .spare-page .spare-4 .left .icon {
    top: 60px;
  }
  .spare-page .spare-4 .right .box ul li label {
    font-size: 16px;
  }
  .spare-page .spare-4 .right .box ul li input {
    font-size: 14px;
  }
  .spare-page .spare-3 {
    padding-bottom: 29%;
  }
  .load-page .load-1 ul li .ig span::after {
    bottom: 12px;
    width: 62px;
    height: 32px;
  }
  .indud-page .indud-3 p {
    font-size: 16px;
  }
  .indud-page .indud-4 ul {
    margin: -7px -14px;
  }
  .indud-page .indud-4 ul li {
    padding: 7px 14px;
  }
  .indud-page .indud-4 ul li .ig {
    padding: 38px 26px 50px;
  }
  .indud-page .indud-5 .bottom ul li {
    padding: 13px 0 17px 31px;
  }
}
@media (max-width: 1000px) {
  .inner-page .font-38 {
    line-height: 1.3;
  }
  .about-page .about-1 .top .right {
    margin-top: 20px;
  }
  .about-page .about-2 .item .right {
    margin: 20px 0;
  }
  .factory-page .factory-1 .bottom {
    width: 100%;
    position: initial;
  }
  .honor-page ul {
    margin: -16px -12px;
  }
  .honor-page ul li {
    padding: 16px 12px;
  }
  .case-page ul {
    margin: -9px -10px;
  }
  .case-page ul li {
    padding: 9px 10px;
  }
  .case-page ul li .ig .text .tag ul li span {
    padding: 4px 10px 3px;
  }
  .contact-page .public-contact {
    margin-bottom: 0;
  }
  .contact-page .contact-2 iframe {
    height: 500px;
  }
  .news-page #index-body .i-news ul li {
    width: 50%;
  }
  .inner-page .inner-tab {
    display: none;
  }
  .product-yd-page .product-yd-1 .right {
    margin-top: 20px;
  }
  .product-yd-page .product-yd-1 .more {
    margin-top: 20px;
  }
  .product-yd-page .product-yd-2 ul {
    margin: -38px -20px;
  }
  .product-yd-page .product-yd-2 ul li {
    padding: 38px 20px;
  }
  .product-yd-page .product-yd-2 ul li .ig .icon {
    line-height: 180px;
  }
  .product-page .product-list ul li {
    width: 50%;
  }
  .tech-page .tech-2 .right {
    margin-top: 20px;
  }
  .tech-page .tech-3 .container {
    width: 970px;
  }
  .tech-page .tech-3 ul li {
    width: 50%;
  }
  .tech-page .tech-4 {
    height: 500px;
  }
  .tech-page .tech-4 .right {
    margin-top: 20px;
  }
  .public-top {
    padding: 30px 0;
  }
  .public-top .box {
    width: 60%;
  }
  .trouble-page .trouble-1 .title {
    height: auto;
  }
  .trouble-page .trouble-1 .left {
    border: 0;
  }
  .trouble-page .trouble-1 .left .title {
    width: 100%;
  }
  .trouble-page .trouble-1 .right {
    margin-top: 30px;
  }
  .train-page .train-1 ul {
    margin: -10px -40px;
  }
  .train-page .train-1 ul li {
    padding: 10px 40px;
    width: 50%;
    border-right: 0;
  }
  .train-page .train-2 .item {
    padding: 30px 20px !important;
  }
  .spare-page .spare-2 ul li {
    width: 33.3333%;
    margin: 6px 0;
  }
  .spare-page .spare-3 ul {
    margin: -14.5px -15px;
  }
  .spare-page .spare-3 ul li {
    padding: 14.5px 15px;
  }
  .spare-page .spare-3 ul li .tit {
    font-size: 16px;
    height: 80px;
    margin-left: -7px;
  }
  .spare-page .spare-3 {
    padding-bottom: 47%;
  }
  .spare-page .spare-4 .left,
  .spare-page .spare-4 .right {
    padding: 30px 20px !important;
  }
  .load-page .load-1 ul li .ig span::after {
    bottom: 9px;
    width: 50px;
    height: 32px;
  }
  .load-page .load-2 ul {
    zoom: .7;
  }
  .load-page .load-3 .box ul li .ig {
    max-width: 280px;
  }
  .indud-page .indud-3 .left,
  .indud-page .indud-3 .right {
    padding: 30px 20px !important;
  }
  .indud-page .indud-4 ul li .ig p {
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
  }
  .indud-page .indud-5 .bottom {
    max-width: 100%;
    padding: 0 15px 30px;
  }
  .indud-page .indud-5 .bottom img {
    margin-top: 20px;
  }
  .indud-page .indud-5 .bottom ul {
    margin-top: 20px;
  }
  .font-32,
  .font-40 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .about-page .about-4 .content ul li .img,
  .about-page .about-4 .content ul li .text {
    width: 100%;
  }
  .about-page .about-4 .content ul li .text {
    padding: 20px 0 0 0;
  }
  .factory-page .factory-1 .bottom .ig {
    margin-left: -8.718%;
  }
  .flex-3 > * {
    width: 50%;
  }
  .case-page ul li .ig::after {
    display: none;
  }
  .case-page ul li .ig .text {
    position: initial;
    padding: 20px 0 0 0;
  }
  .case-page ul li .ig .text .title {
    color: #333;
  }
  .inner-page .m-page {
    margin-top: 30px;
  }
  .contact-page .contact-1 .right .bottom .icon {
    width: 14%;
    bottom: 0;
  }
  .news-page .tit {
    font-size: 26px;
  }
  .news-page #index-body .i-news ul {
    margin: -7px -6px;
  }
  .news-page #index-body .i-news ul li {
    padding: 7px 6px;
  }
  .product-yd-page .product-yd-2 ul {
    margin: -20px -10px;
  }
  .product-yd-page .product-yd-2 ul li {
    padding: 20px 10px;
  }
  .product-yd-page .product-yd-3 ul {
    margin: -19px 0;
  }
  .product-yd-page .product-yd-3 ul li {
    padding: 19px 0;
  }
  .product-page .product-list ul {
    margin: -11px -6px;
  }
  .product-page .product-list ul li {
    padding: 11px 6px;
  }
  .product-page .product-list ul li .ig .text .title {
    font-size: 16px;
    line-height: 1.8;
    height: 90px;
  }
  .prodet-page .prodet-1 .content .item .list ul .slick-list {
    padding-right: 160px;
  }
  .tech-page .tech-3 .container {
    width: 100%;
  }
  .tech-page .tech-3 ul li .ig {
    padding: 30px 15px;
  }
  .tech-page .tech-4 {
    height: 400px;
  }
  .indu-page ul {
    margin: -14px -9px;
  }
  .indu-page ul li {
    padding: 14px 9px;
  }
  .indu-page ul li .img-box .icon {
    font-size: 30px;
    width: 2em;
    height: 2em;
  }
  .trouble-page .trouble-2 .list ul li {
    margin: 0 30px 30px 0;
  }
  .trouble-page .trouble-2 .list ul li {
    margin: 0 15px 15px 0 !important;
  }
  .public-top {
    padding: 12px 0;
  }
  .public-top .box {
    width: 66%;
  }
  .train-page .train-1 ul {
    margin: -10px -20px;
  }
  .train-page .train-1 ul li {
    padding: 10px 20px;
  }
  .spare-page .spare-3 {
    background: #f8f8f8 !important;
    padding-bottom: 5%;
  }
  .load-page .load-1 ul li .ig span {
    font-size: 50px;
  }
  .load-page .load-2 ul {
    zoom: .6;
  }
  .load-page .load-3 .box {
    zoom: .7;
  }
  .indud-page .indud-3 strong {
    font-size: 26px;
    line-height: 1.4;
  }
  .indud-page .indud-3 {
    margin-top: 20px;
  }
  .indud-page .indud-3 p {
    line-height: 1.8;
  }
  .indud-page .indud-4 ul {
    margin: -7px;
  }
  .indud-page .indud-4 ul li {
    width: 50%;
    padding: 7px;
  }
  .indud-page .indud-4 ul li .ig {
    padding: 20px 15px 25px;
  }
}
@media (max-width: 500px) {
  .about-page .about-2 .item .left .tit {
    width: 80%;
  }
  .about-page .about-2 .item:first-child .tit {
    padding-right: 0;
  }
  .about-page .about-3 ul {
    margin: -6px;
  }
  .about-page .about-3 ul li {
    width: 50%;
    padding: 6px;
  }
  .about-page .about-3 ul li p {
    max-width: 100%;
  }
  .about-page .about-4 .tab ul li .title {
    padding-bottom: 30px;
  }
  .factory-page .factory-1 .right .icon i {
    width: 78px;
  }
  .factory-page .factory-1 .right .icon img {
    width: 20%;
  }
  .factory-page .factory-1 .bottom .ig {
    width: 72%;
  }
  .factory-page .factory-2 .slickBtn div {
    width: 2em;
    height: 2em;
  }
  .factory-page .factory-2 .slickBtn div.prev {
    left: 0;
  }
  .factory-page .factory-2 .slickBtn div.next {
    right: 0;
  }
  .flex-2 > *,
  .flex-3 > * {
    width: 100%;
  }
  .honor-page ul li p {
    font-size: 18px;
  }
  .contact-page .contact-1 .right .bottom .icon {
    display: none;
  }
  .contact-page .contact-1 .right .bottom {
    margin-top: 30px;
  }
  .contact-page .contact-2 iframe {
    height: 400px;
  }
  .news-page #index-body .i-news ul li {
    width: 100%;
  }
  .product-yd-page .product-yd-2 ul li .ig .icon {
    line-height: inherit;
  }
  .product-yd-page .product-yd-2 ul li .ig {
    padding: 20px 0;
  }
  .product-yd-page .product-yd-3 ul {
    margin: -10px 0;
  }
  .product-yd-page .product-yd-3 ul li {
    padding: 10px 0;
    width: 50%;
  }
  .product-yd-page .product-yd-4 .bottom .title {
    line-height: 1.3;
  }
  .product-page .product-list ul li {
    width: 100%;
  }
  .prodet-page .prodet-1 .content .item .btn {
    margin: -4px;
  }
  .prodet-page .prodet-1 .content .item .more {
    margin: 4px;
  }
  .prodet-page .prodet-1 .content .item .list ul .slick-list {
    padding-right: 100px;
  }
  .prodet-page .prodet-2 .slickBtn div {
    font-size: 20px;
    width: 2em;
    height: 2em;
  }
  .tech-page .tech-3 ul li {
    width: 100%;
  }
  .trouble-page .trouble-1 ul {
    font-size: 16px;
  }
  .trouble-page .trouble-2 .list ul li {
    width: 100%;
    margin: 0 0 15px !important;
  }
  .public-top {
    background: #f8f8f8 !important;
  }
  .public-top .box {
    width: 100%;
  }
  .train-page .train-1 ul {
    margin: -10px;
  }
  .train-page .train-1 ul li {
    padding: 10px;
  }
  .train-page .train-1 ul li p {
    font-size: 15px;
    line-height: 2;
  }
  .train-page .train-2 .item ul li .text {
    padding-left: 12px;
  }
  .spare-page .spare-2 ul li {
    width: 50%;
  }
  .load-page .load-1 ul li .ig span::after {
    width: 40px;
    height: 26px;
  }
  .load-page .load-2 ul li {
    width: 100% !important;
    position: initial !important;
  }
  .load-page .load-3 .box {
    zoom: .56;
  }
  .load-page .load-3 .box ul li {
    width: 50%;
  }
  .load-page .load-3 .box ul li.wid-100 {
    width: 100%;
  }
  .indud-page .indud-2 .text .title {
    font-size: 20px;
  }
  .indud-page .indud-4 ul li {
    width: 100%;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
