@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyBold.eot');
  src: url('../fonts/RanyBold.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyBold.woff2') format('woff2'), url('../fonts/RanyBold.woff') format('woff'), url('../fonts/RanyBold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyMedium.eot');
  src: url('../fonts/RanyMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyMedium.woff2') format('woff2'), url('../fonts/RanyMedium.woff') format('woff'), url('../fonts/RanyMedium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyRegular.eot');
  src: url('../fonts/RanyRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyRegular.woff2') format('woff2'), url('../fonts/RanyRegular.woff') format('woff'), url('../fonts/RanyRegular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
body {
  --color: #078cd1;
  font-family: 'Rany';
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1590px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  background-image: -webkit-gradient(linear, right top, left top, from(#0bbafb), to(#4285ec));
  background-image: -webkit-linear-gradient(right, #0bbafb 0%, #4285ec 100%);
  background-image: -moz-linear-gradient(right, #0bbafb 0%, #4285ec 100%);
  background-image: linear-gradient(-90deg, #0bbafb 0%, #4285ec 100%);
  border-image-source: linear-gradient(-83deg, #0bbafb 0%, #4285ec 100%);
  color: #fff;
  padding: 13px 31px 13px 30px;
  border-radius: 22px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.more::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.more:hover::before {
  width: 130%;
}
@-webkit-keyframes updown {
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-moz-keyframes updown {
  50% {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes updown {
  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  position: relative;
  padding: 24px 0;
}
#header .nav .menu-box {
  margin: 0 0 0 auto;
}
#header .nav .menu-box ul.menu > li {
  font-size: 18px;
  line-height: 1;
  margin-right: 55px;
  font-weight: 500;
  color: #fff;
  float: left;
  position: relative;
  text-transform: uppercase;
}
#header .nav .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  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: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .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;
}
#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:hover,
#header .nav .menu-box ul.menu > li.active {
  color: var(--color);
}*/
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  font-size: 26px;
  color: #fff;
}
#header .nav .yuy span {
  display: inline-block;
  position: relative;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
}
#header .nav .msg {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: 16px 27px 14px 29px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .msg:hover {
  background: #fff;
  color: var(--color);
}
#header.active {
  background: #000;
}
.title,
.i-title {
  font-weight: bold;
}
.i-title {
  line-height: 1.2;
  font-size: 60px;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#banner .container {
  width: 1380px;
}
#banner ul li {
  position: relative;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 53%;
  -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: 590px;
}
#banner ul li .text .title {
  line-height: 1.1;
}
#banner ul li .text .con {
  line-height: 1.5;
}
#banner ul li .text .btn a:last-child {
  background: transparent;
  border: 2px solid #fff;
  padding: 12px 31px 11px 30px;
}
#banner ul li .text .btn a:last-child:hover {
  border-color: #000;
}
#banner ul li .text .title,
#banner ul li .text .con,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.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-14 {
  line-height: 2;
}
@-webkit-keyframes img {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes img {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes img {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
#index-body .i-title {
  color: #151515;
}
#index-body .i-category {
  padding: 5.46875% 0 9.01042%;
  z-index: 1;
}
#index-body .i-category .title {
  line-height: 1;
}
#index-body .i-category .content .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-category .content .left .text {
  width: 47%;
}
#index-body .i-category .content .left .img {
  width: 53%;
}
#index-body .i-category .content .left ul li .text {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -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);
}
#index-body .i-category .content .left ul li .img {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  -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);
}
#index-body .i-category .content .left ul .swiper-slide-active .text,
#index-body .i-category .content .left ul .swiper-slide-active .img {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-category .content .left ul .swiper-slide-active .text {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
#index-body .i-category .content .left ul .swiper-slide-active .img {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
#index-body .i-category .content .right {
  width: 207px;
  overflow: hidden;
}
#index-body .i-category .content .right ul {
  padding-top: 63px;
  position: relative;
}
#index-body .i-category .content .right ul::after {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  width: 1px;
  height: 46px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#078cd1), to(#078cd1)), -webkit-gradient(linear, left top, left bottom, from(#93bf3b), to(#93bf3b));
  background-image: -webkit-linear-gradient(#078cd1, #078cd1), -webkit-linear-gradient(#93bf3b, #93bf3b);
  background-image: -moz-linear-gradient(#078cd1, #078cd1), -moz-linear-gradient(#93bf3b, #93bf3b);
  background-image: linear-gradient(#078cd1, #078cd1), linear-gradient(#93bf3b, #93bf3b);
  background-blend-mode: normal,normal;
}
#index-body .i-category .content .right ul li {
  height: 138px !important;
}
#index-body .i-category .content .right ul li a {
  display: block;
  font-size: 20px;
  color: #191919;
  line-height: 1.5;
  padding: 0 0 0 42px;
  position: relative;
  height: 100%;
}
#index-body .i-category .content .right ul li a::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: solid 3px #078cd1;
}
#index-body .i-category .content .right ul li a::after {
  content: '';
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#078cd1), to(#078cd1)), -webkit-gradient(linear, left top, left bottom, from(#93bf3b), to(#93bf3b));
  background-image: -webkit-linear-gradient(#078cd1, #078cd1), -webkit-linear-gradient(#93bf3b, #93bf3b);
  background-image: -moz-linear-gradient(#078cd1, #078cd1), -moz-linear-gradient(#93bf3b, #93bf3b);
  background-image: linear-gradient(#078cd1, #078cd1), linear-gradient(#93bf3b, #93bf3b);
  background-blend-mode: normal, normal;
}
#index-body .i-category .content .right ul li:nth-child(4) a::after {
  height: 80px;
  top: 33px;
  bottom: initial;
}
#index-body .i-category .content .right ul .slick-current li a {
  color: var(--color);
}
#index-body .i-category .content .right ul .slick-current + div + div + div li a::after {
  height: 60px;
  top: 33px;
  bottom: initial;
}
#index-body .i-category .content .right ul .swiper-slide-active a {
  color: var(--color);
}
#index-body .i-category::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -55px;
  left: 50%;
  min-width: 676px;
  min-height: 470px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-category::before {
  content: '';
  position: absolute;
  top: 72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 48.073vw;
  height: 48.073vw;
  border-radius: 50%;
  border: solid 180px rgba(7, 140, 209, 0.16);
}
#index-body .i-product .con {
  color: #404040;
}
#index-body .i-product .content {
  color: #151515;
}
#index-body .i-product .content ul li {
  background: #fff;
  padding: 44px 38px 28px;
}
#index-body .i-product .content ul li .tit {
  font-weight: 500;
  line-height: 1.4;
}
#index-body .i-product .content ul li:hover {
  background: #f5f5f5;
  color: var(--color);
}
#index-body .i-product .content .swiper-scrollbar {
  position: relative;
  height: 5px;
  background-color: #f9f9f9;
}
#index-body .i-product .content .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color);
}
#index-body .i-about {
  padding-top: 7.34375%;
}
#index-body .i-about .top .left {
  width: 47.1354%;
  background: var(--color);
  padding: 4.63542% 7.13542% 5.26042% 9.375%;
  color: #fff;
}
#index-body .i-about .top .left .i-title {
  color: #fff;
}
#index-body .i-about .top .left .con h1 {
  display: inline;
}
#index-body .i-about .top .left .more {
  background: transparent;
  border: solid 1px #ffffff;
  padding: 13px 28px 12px 27px;
}
#index-body .i-about .top .left .more:hover {
  border-color: #000;
}
#index-body .i-about .top .right {
  width: 52.8646%;
}
#index-body .i-about .top .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-about .bottom .left,
#index-body .i-about .bottom .right {
  width: 37.4%;
}
#index-body .i-about .bottom .left img,
#index-body .i-about .bottom .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-about .bottom .middle {
  width: 25.2%;
  background-color: #daab5b;
  color: #fff;
}
#index-body .i-about .bottom .middle ul {
  width: 100%;
  height: 100%;
}
#index-body .i-about .bottom .middle ul li a {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .bottom .middle ul li a em {
  width: 1.46em;
  height: 1.46em;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  color: var(--color);
  margin-right: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .bottom .middle ul li a em i {
  font-size: 1em;
}
#index-body .i-about .bottom .middle ul li a span {
  font-weight: bold;
  line-height: 1.2;
}
#index-body .i-about .bottom .middle ul li a:hover {
  color: var(--color);
}
#index-body .i-about .bottom .middle ul li a:hover em {
  background: var(--color);
  color: #fff;
}
#index-body .i-about .bottom .middle ul li:nth-child(1) a {
  margin-left: -77px;
}
#index-body .i-about .bottom .middle ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-about .bottom .middle ul li:last-child a {
  margin-right: -74px;
  -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;
}
#index-body .i-about .bottom .middle ul li:last-child a em {
  margin: 0 0 0 18px;
}
#index-body .i-advantage {
  padding: 5.1042% 0 5.26042%;
}
#index-body .i-advantage .left {
  width: 38.7%;
}
#index-body .i-advantage .left li {
  color: #8d8c8c;
}
#index-body .i-advantage .left li .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 23px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .left li .icon::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: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .left li .box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-advantage .left li i {
  top: -2px;
  left: 0;
  width: 47px;
  opacity: .2;
}
#index-body .i-advantage .left li .text p {
  line-height: 1.4;
  display: none;
}
#index-body .i-advantage .left li:hover,
#index-body .i-advantage .left li.active {
  color: #231916;
}
#index-body .i-advantage .left li:hover i,
#index-body .i-advantage .left li.active i {
  opacity: 1;
}
#index-body .i-advantage .left li:hover .icon,
#index-body .i-advantage .left li.active .icon {
  background: var(--color);
}
#index-body .i-advantage .left li:hover .icon::after,
#index-body .i-advantage .left li.active .icon::after {
  background: #fff;
}
#index-body .i-advantage .left li:last-child {
  margin-bottom: 0;
}
#index-body .i-advantage .right {
  width: 61.3%;
}
#index-body .i-advantage .right .top ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-advantage .right .top ul .swiper-slide-active {
  -webkit-animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .i-news {
  background-color: #f9f9f9;
  padding: 7.71% 0 91px;
  z-index: 1;
}
#index-body .i-news .left {
  width: 27.7564%;
}
#index-body .i-news .left .title {
  font-size: 130px;
  line-height: 1;
  color: #151515;
}
#index-body .i-news .left ul {
  max-width: 278px;
}
#index-body .i-news .left ul li {
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  height: 81px;
  color: #202020;
  font-weight: 500;
}
#index-body .i-news .left ul li i {
  width: 39px;
  text-align: center;
}
#index-body .i-news .left ul li i img {
  -webkit-filter: brightness(0) opacity(0.3);
  filter: brightness(0) opacity(0.3);
}
#index-body .i-news .left ul li span {
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-news .left ul li:hover,
#index-body .i-news .left ul li.active {
  background: var(--color);
  color: #fff;
}
#index-body .i-news .left ul li:hover i img,
#index-body .i-news .left ul li.active i img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-news .left .more {
  background: #fff;
  border: 1px solid #737373;
  color: #737373;
}
#index-body .i-news .left .more::before {
  background: var(--color);
}
#index-body .i-news .left .more:hover {
  border-color: var(--color);
  color: #fff;
}
#index-body .i-news .left .more:hover img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
#index-body .i-news .right {
  width: 72.2436%;
  color: #151515;
}
#index-body .i-news .right .item {
  display: none;
}
#index-body .i-news .right .tit {
  font-weight: 500;
  line-height: 1.4;
}
#index-body .i-news .right .link {
  text-decoration: underline;
  font-weight: 500;
}
#index-body .i-news .right .top .img-box {
  width: 45.431%;
}
#index-body .i-news .right .top .text {
  width: 54.569%;
  border-bottom: 1px solid #ececec;
  padding-bottom: 22px;
}
#index-body .i-news .right .top .text time {
  color: #9a9999;
  display: block;
  margin-top: 12px;
}
#index-body .i-news .right .top .text time::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--color);
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px 2px 0;
}
#index-body .i-news .right .top .text .con {
  color: #404040;
}
#index-body .i-news .right .bottom .ig {
  background-color: #f9f9f9;
  overflow: hidden;
}
#index-body .i-news .right .bottom .ig .tit i {
  width: 22px;
}
#index-body .i-news .right .bottom .ig .tit span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 14px;
}
#index-body .i-news .right .bottom .ig .line {
  display: block;
  height: 1px;
  background-color: #ececec;
  margin-left: -30px;
  width: 130%;
}
#index-body .i-news .right .bottom .ig time {
  color: #9a9999;
}
#index-body .i-news .right .bottom .ig .link {
  color: #737373;
}
#index-body .i-news .right .bottom .ig .link:hover {
  color: var(--color);
}
#index-body .i-news .right .bottom .slickBtn {
  font-size: 35px;
}
#index-body .i-news .right .bottom .slickBtn div {
  width: 1.46em;
  height: 1.46em;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  color: var(--color);
}
#index-body .i-news .right .bottom .slickBtn div.next {
  margin-left: .97em;
}
#index-body .i-news .right .bottom .slickBtn div:hover {
  background: var(--color);
  color: #fff;
}
#index-body .i-news::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 115px;
  right: 0;
  width: 72%;
  height: 75.199%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 31px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 31px 1px rgba(0, 0, 0, 0.04);
}
#footer {
  background-color: #0a0a0c;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer .f-header form ul {
  margin: -10px;
}
#footer .f-header form ul li {
  padding: 10px;
  width: 38%;
}
#footer .f-header form ul li input {
  width: 100%;
  height: 42px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #343333;
  font-size: 18px;
}
#footer .f-header form ul li input::-webkit-input-placeholder {
  color: #504f4f;
}
#footer .f-header form ul li input:-moz-placeholder {
  color: #504f4f;
}
#footer .f-header form ul li input::-moz-placeholder {
  color: #504f4f;
}
#footer .f-header form ul li input:-ms-input-placeholder {
  color: #504f4f;
}
#footer .f-header form ul li input::placeholder {
  color: #504f4f;
}
#footer .f-header form ul li input:focus {
  border-color: #fff;
}
#footer .f-header form ul li button {
  width: 100%;
  border: 0;
  padding: 0;
  height: 55px;
  background-color: var(--color);
  border-radius: 28px;
}
#footer .f-header form ul li button::before {
  background: #fff;
}
#footer .f-header form ul li button:hover {
  color: #000;
}
#footer .f-header form ul li button:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#footer .f-header form ul li:last-child {
  width: 24%;
}
#footer .f-content {
  color: #fff;
}
#footer .f-content .title {
  font-size: 30px;
  line-height: 1.3;
  margin: 23px 0 27px;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 1px;
  color: #dbdada;
}
#footer .f-content ul li a {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: #fff;
}
#footer .f-content ul li a:hover::after {
  width: 100%;
}
#footer .f-content ul li span {
  margin-left: 19px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .f-ab {
  max-width: 209px;
}
#footer .f-content .f-ab p {
  line-height: 1.4;
}
#footer .f-content .f-ab .share {
  font-size: 18px;
}
#footer .f-content .f-ab .share a {
  display: inline-block;
  margin-right: 17px;
}
#footer .f-content .f-ab .share a:last-child {
  margin-right: 0;
}
#footer .f-content .f-ab .share a #ewm {
  position: absolute;
  top: 0;
  right: -100px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-ab .share a:hover #ewm {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#footer .f-content .f-ab #ewm {
  width: 86px;
  border: 4px solid #fff;
}
#footer .f-content .f-contact {
  width: 23%;
}
#footer .f-copy {
  line-height: 2;
  font-size: 14px;
  color: #9c9b9b;
  border-top: 1px solid #343434;
  padding: 31px 0 33px;
}
#footer .f-copy .gs {
  text-decoration: underline;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  opacity: 1;
  text-transform: capitalize;
  fill: #9c9b9b;
}
#footer .f-copy svg text {
  fill: #9c9b9b;
}
@media screen and (max-width: 1680px) {
  #index-body .i-about .top .left {
    padding: 4.63542% 5% 5.26042% 6%;
  }
}
@media screen and (max-width: 1450px) {
  .font-24 {
    font-size: 24px;
  }
  .font-22 {
    font-size: 22px;
  }
  .font-18 {
    font-size: 18px;
  }
  #header .nav .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 40px;
  }
  #index-body .i-category .content .left {
    padding-right: 40px;
  }
  #index-body .i-category .content .left .text {
    padding-right: 30px;
  }
  .i-title {
    font-size: 50px;
  }
  #index-body .i-product .content ul li {
    padding: 44px 20px 28px;
  }
  #index-body .i-about .bottom .middle ul li a {
    font-size: 22px;
  }
  #index-body .i-about .bottom .middle ul li p {
    font-size: 16px;
  }
  #index-body .i-about .bottom .middle ul li:nth-child(1) a {
    margin-left: -60px;
  }
  #index-body .i-about .bottom .middle ul li:last-child a {
    margin-right: -54px;
  }
  #index-body .i-advantage .left li {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .font-20 {
    font-size: 20px;
  }
  #index-body .i-category .content .right ul li {
    height: 100px !important;
  }
  #index-body .i-category .content .right ul li a::after {
    height: 60px;
    bottom: 0;
    top: 33px;
  }
  #index-body .i-category .content .right ul li:last-child a::after {
    height: 60px;
  }
  #index-body .i-about .bottom {
    zoom: .8;
  }
  #index-body .i-advantage .left {
    zoom: .8;
  }
  #index-body .i-news .left .title {
    font-size: 90px;
  }
  #index-body .i-news .right {
    zoom: .8;
  }
  #index-body .i-news::after {
    top: 49px;
  }
  #footer .f-header {
    zoom: .8;
  }
  #footer .f-content {
    zoom: .8;
  }
}
@media screen and (max-width: 1000px) {
  .i-title {
    font-size: 40px;
  }
  .font-40 {
    font-size: 30px;
  }
  #index-body .i-category::after {
    top: -30px;
  }
  #index-body .i-category .content .left {
    padding-right: 0;
  }
  #index-body .i-category .right {
    display: none;
  }
  #index-body .i-product .header .i-title {
    width: 100%;
  }
  #index-body .i-product .header .con {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-product .content ul li .tit {
    font-size: 18px;
  }
  #index-body .i-about .top .left {
    padding: 4.63542% 15px 5.26042%;
  }
  #index-body .i-about .bottom {
    zoom: .6;
  }
  #index-body .i-advantage .left {
    width: 100%;
    zoom: 1;
  }
  #index-body .i-advantage .left ul li .box {
    padding-left: 61px;
  }
  #index-body .i-advantage .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-news .left {
    width: 100%;
  }
  #index-body .i-news .left ul {
    display: none;
  }
  #index-body .i-news .right {
    width: 100%;
    zoom: 1;
  }
  #index-body .i-news::after {
    width: 100%;
    top: 30%;
    height: 60%;
  }
  #footer .f-header {
    zoom: 1;
  }
  #footer .f-header .i-title {
    width: 100%;
  }
  #footer .f-header .form {
    width: 100%;
    margin-top: 30px;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-contact {
    width: 56%;
  }
  .fixed-toolbar {
    zoom: .7;
    bottom: 14%;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .con {
    font-size: 16px;
  }
  #index-body .i-category::after {
    display: none;
  }
  #index-body .i-category::before {
    display: none;
  }
  #index-body .i-category .content .left ul li .box {
    -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 .i-category .content .left ul li .text {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-category .content .left ul li .img {
    width: 100%;
  }
  #index-body .i-product .content ul li {
    padding: 20px 15px;
  }
  #index-body .i-about .top {
    -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 .i-about .top .left {
    width: 100%;
  }
  #index-body .i-about .top .right {
    width: 100%;
  }
  #index-body .i-about .bottom {
    display: none;
  }
  #index-body .i-news {
    padding-bottom: 30px;
  }
  #index-body .i-news .right .top .img-box {
    width: 100%;
  }
  #index-body .i-news .right .top .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #index-body .i-news::after {
    height: 65%;
  }
  #footer .f-header .form ul li {
    width: 100%;
  }
  #footer .f-header .form ul li:last-child {
    width: 40%;
  }
  #footer .f-content .f-ab {
    max-width: 100%;
  }
  #footer .f-content .f-ab .share a:last-child {
    display: none;
  }
  #footer .f-content .f-contact {
    width: 100%;
  }
  #footer .f-copy {
    padding: 9px 0 10px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .title {
    font-size: 24px;
    line-height: 1.5;
  }
  #banner ul li .text .con {
    display: none;
  }
  #banner ul li .text .btn {
    zoom: .7;
  }
  .i-title {
    font-size: 30px;
    line-height: 1.3;
  }
  .font-20 {
    font-size: 18px;
    line-height: 1.6 !important;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2 !important;
  }
  #index-body .i-category .title {
    font-size: 26px;
  }
  #index-body .i-category .content .left .text .tit {
    font-size: 24px;
  }
  #index-body .i-advantage .left ul li {
    padding-right: 15px;
  }
  #index-body .i-advantage .left ul li .box {
    padding-left: 0;
  }
  #index-body .i-advantage .left ul li i {
    position: initial;
  }
  #index-body .i-advantage .left ul li .title {
    font-size: 18px;
  }
  #index-body .i-advantage .left ul li p {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .i-news .left .title {
    font-size: 70px;
  }
  #index-body .i-news .right .tit {
    font-size: 20px;
  }
  #index-body .i-news .right .bottom .slickBtn {
    font-size: 26px;
  }
  #footer .f-header .form ul li:last-child {
    width: 50%;
  }
  #footer .f-content ul li {
    font-size: 16px;
  }
}
.inner-banner {
  -o-background-size: cover;
  background-size: cover;
  padding: 202px 0 100px 0;
  color: #fff;
  text-align: center;
}
.inner-banner .container .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .container .mbx a:hover {
  color: var(--color);
}
@media (max-width: 1000px) {
  .inner-banner {
    padding: 40px 0;
    background: #000 !important;
  }
}
.about-page .about-1 {
  padding: 110px 0 0;
  position: relative;
}
.about-page .about-1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 235px;
  width: 100%;
  height: 615px;
  background-color: #f6f6f6;
  z-index: -1;
}
.about-page .about-1 .container .left {
  max-width: 785px;
  width: 54%;
}
.about-page .about-1 .container .left h3 {
  line-height: 1.2;
  font-weight: bold;
}
.about-page .about-1 .container .left .img {
  margin-top: 80px;
}
.about-page .about-1 .container .right {
  max-width: 600px;
  width: 42%;
}
.about-page .about-1 .container .right p {
  max-width: 540px;
}
.about-page .about-1 .container .right img {
  margin-top: 80px;
}
.about-page .about-1 .text {
  margin-top: 80px;
  padding-bottom: 130px;
}
.about-page .about-1 .text p {
  padding: 0 60px;
}
.about-page .about-1 ul {
  margin-bottom: 180px;
}
.about-page .about-1 ul li {
  width: 34%;
  height: 235px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  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;
}
.about-page .about-1 ul li .left {
  margin-right: 35px;
}
.about-page .about-1 ul li .left h4 {
  font-size: 60px;
  line-height: 1;
  color: var(--color);
  font-weight:bold;
}
.about-page .about-1 ul li .left p {
  font-size: 16px;
    line-height:30px;
}
.about-page .about-1 ul li .right {
  font-size: 16px;
    line-height: 30px;
}
.about-page .about-1 ul li:first-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 65px;
}
.about-page .about-1 ul li:nth-child(2) {
  width: 32%;
}
.about-page .about-1 ul li:last-child {
  border-right: 1px solid transparent;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 50px;
}
.about-page .about-2 {
  padding: 0 70px;
}
.about-page .about-2 .bg {
  position: absolute;
  right: 0;
  top: -90px;
}
.about-page .about-2 .line {
  width: 100%;
  height: 10px;
  background-color: var(--color);
}
.about-page .about-2 .content {
  background-color: var(--color);
  height: 675px;
  padding-top: 90px;
  position: relative;
}
.about-page .about-2 .content .title {
  color: white;
  text-align: left;
}
.about-page .about-2 .content .title p {
  max-width: 650px;
}
.about-page .about-2 .content ul {
  margin: 90px -28px 0;
}
.about-page .about-2 .content ul li {
  width: 25%;
  padding: 0 28px;
  color: white;
}
.about-page .about-2 .content ul li .icon {
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-2 .content ul li .icon h4 {
  font-weight: bold;
  margin-bottom: -10px;
}
.about-page .about-2 .content ul li p {
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-3 {
  margin: 130px 0 0;
}
.about-page .about-3 .left{
  width: 32%;
}
.about-page .about-3 .right {
  width: 67%;
}
.about-page .about-3 .right .text {
  padding-left: 50px;
}
.about-page .about-3 .right .text .img_box {
  margin-left: 200px;
  margin-top: -110px;
}
.about-page .about-3 .right .box {
  margin-top: 85px;
}
.about-page .about-3 .right .box .box-l {
  width: 50%;
  background-color: #151515;
  color: white;
  padding-left: 50px;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-3 .right .box .box-r {
  width: 50%;
}
.about-page .about-4 {
  padding: 0px 0 110px;
}
.about-page .about-4 h2 {
  margin-top: 95px;
  line-height: 1.8;
}
.about-page .about-4 h2 span {
  border-bottom: 2px solid var(--color);
}
.factory-page .factory-1 {
  padding: 110px 0 110px;
  position: relative;
}
.factory-page .factory-1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 68%;
  background-color: #ffffff;
  z-index: -1;
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.factory-page .factory-1 .container .left {
  max-width: 785px;
}
.factory-page .factory-1 .container .left h3 {
  line-height: 1.2;
  font-weight:bold;
}
.factory-page .factory-1 .container .left img {
  margin-top: 80px;
}
.factory-page .factory-1 .container .right {
  max-width: 600px;
}
.factory-page .factory-1 .container .right p {
  max-width: 540px;
}
.factory-page .factory-1 .container .right img {
  margin-top: 80px;
}
.factory-page .factory-1 .text {
  margin-top: 80px;
  padding-bottom: 130px;
}
.factory-page .factory-1 .text p {
  padding: 0 60px;
}
.factory-page .factory-1 ul {
  margin: 0px -15px 0;
}
.factory-page .factory-1 ul li {
  margin: 25px 0;
  padding: 0 15px;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color);
  color: var(--color);
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 5px;
}
.m-page a.current,
.m-page span.current {
  background: var(--color);
  color: #fff;
}
.m-page a:hover {
  background: var(--color);
  color: #fff;
}
.product-page .init-1 {
  padding: 40px;
  background-color: #fafafa;
  border-radius: 5px;
}
.product-page .init-1 .tip_title {
  font-size: 30px;
  font-weight: bold;
}
.product-page .init-1 .des {
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
  font-weight:400;
  line-height: 2;
  max-height: 180px;
  overflow-y: scroll;
}
@media (max-width: 1600px) {
  .about-page .about-1 .container .left {
    width: 52%;
  }
  .about-page .about-1 .container .right {
    width: 48%;
  }
  .about-page .about-2 .bg {
    max-width: 50%;
  }
  .about-page .about-2 {
    padding: 0;
  }
  .about-page .about-3 .right .text .img_box {
    display: none;
  }
  .about-page .about-3 .right {
    width: 55%;
  }
  .about-page .about-3 .right .box .box-r {
    display: none;
  }
  .about-page .about-3 .right .box .box-l {
    width: 100%;
    padding: 50px;
  }
}
@media (max-width: 1400px) {
  .about-page .about-1 .container .right {
    width: 42%;
  }
  .about-page .about-1 ul li .left {
    margin-right: 35px;
  }
  .about-page .about-1 ul li .left h4 {
    font-size: 48px;
  }
  .about-page .about-1 ul li .left p {
    font-size: 14px;
  }
  .about-page .about-1 ul li .right {
    font-size: 14px;
  }
  .about-page .about-2 .content .title p {
    max-width: 50%;
  }
  .about-page .about-2 .content ul {
    margin: 80px -15px 0;
  }
  .about-page .about-2 .content ul li {
    padding: 0 15px;
  }
  .about-page .about-3 .left {
    width: 45%;
  }
  .about-page .about-3 .right {
    padding-left: 50px;
  }
  .about-page .about-4 {
    padding: 120px 0;
  }
}
@media (max-width: 1200px) {
  .about-page .about-1 .container .left h3,
  .about-page .about-1 .container .left span,
  .about-page .about-1 .container .left .btn-go {
    margin-left: 0;
  }
  .about-page .about-1 ul li {
    -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;
    padding: 0 !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .about-page .about-1 ul li .left {
    margin-right: 0 ;
    margin-bottom: 10px;
  }
  .about-page .about-3 .right .text {
    padding-left: 0;
  }
  .about-page .about-3 .right .text .text-l h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .about-page .about-3 .right .box {
    margin-top: 40px;
  }
  .factory-page .factory-1 .container .right {
    max-width: 100%;
  }
  .factory-page .factory-1 .container .right p {
    max-width: 100%;
    margin-top: 0;
  }
  .factory-page .factory-1 .container .left span {
    margin-left: 0;
  }
  .factory-page .factory-1 .container .left h3 {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1000px) {
  .about-page .about-1 .container .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .about-page .about-1 .container .right {
    width: 100%;
    max-width: 100%;
  }
  .about-page .about-1 .container .right p {
    max-width: 100%;
  }
  .about-page .about-2 .content .title p {
    max-width: 100%;
  }
  .about-page .about-2 .content ul li {
    width: 48%;
    margin: 20px 0;
  }
  .about-page .about-2 .content {
    height: auto;
    padding-bottom: 90px;
  }
  .about-page .about-3 .left {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .about-page .about-3 .left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 0 15px;
  }
  .about-page .about-3 .right .box .box-r {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .about-page .about-3 .right .box .box-r img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .factory-page .factory-1{
    padding: 40px 0;
  }
   .phone_hide {
    display: none;
  }
}
@media (max-width: 700px) {
  .about-page .about-1 .text p {
    padding: 0 15px;
  }
  .about-page .about-1 .text {
    margin-top: 60px;
    padding-bottom: 55px;
  }
  .about-page .about-1 ul li {
    width: 100% !important;
    border-right: 1px solid transparent;
  }
  .about-page .about-1:before {
    height: 705px;
    bottom: 0;
  }
  .about-page .about-2 .bg {
    display: none;
  }
  .about-page .about-1 ul {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .container .left h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .about-page .about-1 .container .left .img {
    margin-top: 50px;
  }
  .about-page .about-1 .text p {
    padding: 0;
  }
  .about-page .about-2 .content ul li {
    width: 100%;
  }
  .about-page .about-2 .content {
    padding-bottom: 50px;
  }
  .about-page .about-2 .content ul {
    margin: 50px -15px 0;
  }
  .about-page .about-3 .right .box .box-l {
    padding: 50px 15px;
  }
  .about-page .about-4 p {
    padding: 0;
  }
  .about-page .about-4 h2 {
    margin-top: 40px;
  }
  .about-page .about-4 {
    padding: 80px 0;
  }
}
.product-page .product-2 {
  margin-top: 90px;
}
.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
  position: relative;
  font-weight: bold;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  padding-top: 3px;
font-size: 16px;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: var(--color);
}
.sider-box .sider-left .category .catelist > ul > li > a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 24px;
}
.sider-box .sider-left .category .catelist > ul > li > ul{
  display: none;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #73ae53;
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit{
  margin: 10px auto 0;
}
.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}
.sider-box .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}
.sider-box .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}
.sider-box .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}
.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more{
  margin-top: 30px;
}
.sider-box .sider-left .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  padding: 10px 50px;
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: var(--color);
}
.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: var(--color);
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
  color: #858585;
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 70%;
}
.inner-page .submit {
    width: 195px;
    height: 50px;
    background: var(--color);
    border-radius: 5px;
    border: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    text-align: center;
}
.inner-page .submit::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.inner-page .submit input[type="submit"] {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    color: white;
    position: relative;
    z-index: 2;
    background-color: transparent;
    border: none;
}
.inner-page .submit:hover::before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.product_list {
  background-color: #fafafa;
  border-radius: 5px;
  padding: 40px;
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list .img {
  overflow: hidden;
  border-radius: 0px;
  margin-bottom: 10px;
  background: #fff;
}
.product_list .img a{
  display: block;
}
.product_list .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: var(--color);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(var(--color)));
  background-image: -webkit-linear-gradient(left, var(--color), var(--color));
  background-image: -moz-linear-gradient(left, var(--color), var(--color));
  background-image: linear-gradient(to right, var(--color), var(--color));
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product_list h3{
  margin-top: 15px;
}
.img_bg {
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1250px) {
  .sider-box .sider-left .category{
    padding: 30px 15px;
  }
  .sider-box .sider-left .category .catelist > ul > li > a{
    padding-left: 15px;
    padding-right: 20px;
  }
  .sider-box .sider-left .category .catelist > ul > li > a::after{
    right: 10px;
    top: 3px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .about-page .about-4{
    padding: 60px 0;
  }
  .about-page .about-4 h2{
    margin-top: 0;
  }
  .about-page .about-1 .text {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .about-page .about-1{
    padding: 60px 0 0 0;
  }
  .about-page .about-1 .container .left .img{
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .flex-3 > * {
    width: 50%;
  }
  .product-page .product-2{
    margin-top: 30px;
  }
  .about-page .about-4{
    padding: 30px 0;
  }
  .about-page .about-1{
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .product_list {
    padding: 15px;
  }
  .flex-3 > * {
    width: 100%;
  }
}
.product-page .pro_init_1 {
  padding-top: 80px;
}
.product-page .pro_init_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .pro_init_1 .container .left {
  width: 49%;
  overflow: hidden;
}
.product-page .pro_init_1 .container .left .smallImg {
    width: 22.6%;
    float: left;
}
.product-page .pro_init_1 .container .left .smallImg ul {
    margin: -10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg {
    width: 77.4%;
    padding-left: 4%;
    display: inline-block;
}
.product-page .pro_init_1 .container .left .bigImg ul li{
  padding: 1px;
}
.product-page .pro_init_1 .container .left .bigImg ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg img{
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--color);
}
.product-page .pro_init_1 .container .left .big_img {
  width: 100%;
  display: block;
}
.product-page .pro_init_1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-page .prodet-2 {
    padding: 90px 0;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 24px;
    color: #b7b7b7;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--primary);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #373330;
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.product-page .prodet-2 .ret {
    margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.product-page .prodet-2 .ret .content table tr td{
  min-width: 120px;
}
.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}
.product-page .form ul {
    margin: -17px;
}
.product-page .form ul li {
    padding: 17px;
}
.product-page .form ul li input,
.product-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}
.product-page .form ul li input:focus,
.product-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input::placeholder,
.product-page .form ul li textarea::placeholder {
    color: #898989;
}
.product-page .form ul li.wid-100 {
    width: 100%;
}
.product-page .form ul li textarea {
    height: 210px;
}
.product-page .form ul li input[type="submit"] {
    /*padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--color);
    color: white;
    font-size: 18px;*/
    width: auto;
    border: none;
    padding: 0;
}
/*.product-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}*/
.product-page .pro_init_1 .container .right .share ul li {
  width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .right .share ul li a {
    display: block;
}
.product-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--color);
}
.product-page .pro_init_1 .container .left .swiper {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: 115px;
  display: block;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page .pro_init_1 .container .right {
  width: 43%;
}

.product-page .pro_init_1 .container .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}

.product-page .pro_init_1 .container .right .text_1 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #a8a8a8;
  font-weight:500;
}

.product-page .pro_init_1 .container .right .text_2 {
  font-size: 30px;
  line-height: 1.4;
  color: #000000;
  font-weight: bold;
}
.product-page .pro_init_1 .container .right .shangxia a{
  display: block;
}
.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .right .cont_list .list {
  position: relative;
}

.product-page .pro_init_1 .container .right .cont_list .list .title {
  font-size: 18px;
  padding: 25px 0;
  padding-right: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .title span {
  color: #4a4a4a;
  font-weight:bold;
  text-transform: uppercase;
}

.product-page .pro_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .content {
  /*padding: 40px 0 0;*/
  font-size: 16px;
  color: #3f3f3f;
  line-height: 2;
  /*display: none;*/
  max-height: 320px;
  overflow: auto;
  padding-right: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--primary);
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li{
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con{
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child{
  margin-bottom: 0;
}
.product-page .pro_init_1 .container .right .more{
  margin-top: 30px;
}

.product-page .pro_init_1 .container .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
.news-page {
  padding: 110px 0;
}
.news-page .news-box .news-left {
  width: 65%;
}
.news-page .news-box .news-left h1{
  font-weight: bold;
}
.news-page .news-box .news-left ul li {
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 50px;
}
.news-page .news-box .news-left ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-box .news-left ul li .box-t {
  height: 85px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news-page .news-box .news-left ul li .box-t span {
  margin-bottom: -12px;
}
.news-page .news-box .news-left ul li .box-b {
  padding: 35px 45px 55px 40px;
}

.news-page .news-box .news-left ul li .box-b h4{
  font-weight: bold;
}

.news-page .news-box .news-right {
  width: 35%;
  padding-left: 65px;
}
.news-page .news-box .news-right .line {
  width: 60px;
  height: 2px;
  background-color: var(--color);
}
.news-page .news-box .news-right .news-category {
  padding: 50px 30px 40px;
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.news-page .news-box .news-right .news-category h2{
  font-weight: bold;
}
.news-page .news-box .news-right .news-category ul li {
  font-size: 16px;
  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;
  height: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}
.news-page .news-box .news-right .news-category ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.news-page .news-box .news-right .news-category ul li a {
}
.news-page .news-box .news-right .news-media {
  padding: 50px 30px 40px;
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.news-page .news-box .news-right .news-media h2{
  font-weight: bold;
}
.news-page .news-box .news-right .news-media ul li {
  margin-right: 25px;
}
.news-page .news-box .news-right .news-media ul li:last-child {
  margin-right: 0;
}
.news-page .news-box .news-right .news-media ul li 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;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color);
}
.news-page .news-box .news-right .news-media ul li a i {
  font-size: 20px;
  color: white;
}
.news-page .news-box .news-right .box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.news-page .news-box .news-right .box .box-b {
  position: absolute;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 100px);
}
.news-page .news-box .news-right .box .box-b h4 {
  color: white;
  text-align: center;
}
.news-page .news-box .news-right .box .box-b .text {
  background-color: white;
  padding: 15px 0;
  border-radius: 5px;
}
.news-page .news-box .news-right .box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .news-box .news-left .line {
  width: 60px;
  height: 2px;
  background-color: var(--color);
}
.newdet-page .news-box .news-left .content {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newdet-page .news-box .news-left .n-link {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newdet-page .news-box .news-left .n-link a {
  display: block;
  font-size: 16px;
  line-height: 30px;
}
.newdet-page .news-box .news-left .n-link a span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 2px solid transparent;
}
.newdet-page .news-box .news-left .n-link a:hover span {
  color: var(--color);
  border-bottom: 2px solid var(--color);
}
.newdet-page .news-box .news-left .form h2{
  font-weight: bold;
}
.newdet-page .news-box .news-left .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .news-box .news-left .form form input[type='text'] {
  width: 100%;
  height: 65px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 15px;
  font-size: 16px;
  margin-bottom: 40px;
  width: 48%;
  border-radius: 8px;
}
.newdet-page .news-box .news-left .form form input[name='content'] {
  width: 100%;
}
.newdet-page .news-box .news-left .form form input::-webkit-input-placeholder {
  color: #999;
}
@media screen and (max-width: 1700px) {
  .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 15px;
    }
}
@media screen and (max-width: 1500px) {
  .product-page .prodet-2 {
        padding: 70px 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
     .product-page .form ul li input,
    .product-page .form ul li textarea {
        font-size: 16px;
    }
    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
}
@media screen and (max-width: 1250px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2.5%;
  }
  .product-page .form ul li {
        padding: 10px;
    }
    .product-page .form ul {
        margin: -10px;
    }
    .news-page .news-box .news-right .box .box-b .text {
    padding: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 4%;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%;
  }
  .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }
   .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
  }
  .product-page .prodet-2 .options ul li {
        margin-right: 25px;
    }
    .product-page .prodet-2 .options {
        display: none;
    }
    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }
    .product-page .prodet-2 {
        padding-top: 0;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
    .product-page .prodet-2 .ret .det {
      overflow-x: auto;
    }
    .product-page .prodet-2 .ret .det table{
      table-layout: auto;
    }
    .product-page .prodet-2 .ret .det table td{
      min-width: 200px;
      width: auto;
      font-size: 14px;
      line-height: 28px;
    }
     .product-page .pro_init_1 .container .left {
    width: 100%;
  }

  .product-page .pro_init_1 .container .right {
    width: 100%;
    margin-top: 30px;
  }

  .product-page .pro_init_1 .container .right {
    text-align: center;
  }

  .product-page .pro_init_1 .container .right .sub_img {
    display: block;
    margin: auto;
  }

  .product-page .pro_init_1 .container .right .more {
    margin: auto;
    margin-top: 40px;
  }
  .news-page .news-box .news-right {
    display: none;
  }
  .news-page .news-box .news-left {
    width: 100%;
  }
  .news-page .news-box .news-left ul li .box-b {
    padding: 35px 40px;
  }
  .news-page .news-box .news-left ul li .box-b p {
    margin-bottom: 30px;
  }
  .news-page {
    padding: 80px 0;
  }
}
@media screen and (max-width: 500px) {
    .product-page .prodet-2 .ret {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
    .product-page .pro_init_1 .container .right .text_1 {
    margin-top: 10px;
    font-size: 16px;
  }

  .product-page .pro_init_1 .container .right .text_2 {
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
  }

  .product-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title {
    padding: 15px 0;
    font-size: 18px;
    padding-right: 25px;
    padding-bottom: 5px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title i {
    top: 16px;
    font-size: 24px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .content {
    padding: 20px 0;
  }
  .news-page .news-box .news-left ul li .box-b {
    padding: 20px 10px;
  }
  .newdet-page .news-box .news-left .form form input[type='text'] {
    width: 100%;
  }
}
.contact-page .init-1 {
  margin-top: 120px;
}
.contact-page .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .left {
  width: 41%;
}
.contact-page .init-1 .container .left .title {
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
}
.contact-page .init-1 .container .left .des {
  font-size: 18px;
  font-weight:500;
  color: #666666;
  margin-top: 10px;
  line-height: 2;
}
.contact-page .init-1 .container .left img {
  margin-top: 50px;
  width: 100%;
}
.contact-page .init-1 .container .right {
  margin-top: 65px;
  width: 53%;
}
.contact-page .init-1 .container .right .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .right .cont .s_right {
  width: 395px;
}
.contact-page .init-1 .container .right .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page .init-1 .container .right .cont .list .img {
  margin-top: 8px;
  min-width: 22px;
}
.contact-page .init-1 .container .right .cont .list .img img {
  max-width: 100%;
}
.contact-page .init-1 .container .right .cont .list .text {
  margin-left: 15px;
  font-size: 18px;
  font-weight:500;
  color: #5d5d5d;
  line-height: 2;
}
.contact-page .init-1 .container .right form {
  margin-top: 30px;
}
.contact-page .init-1 .container .right form .list {
  margin-top: 20px;
}
.contact-page .init-1 .container .right form .list .tip {
  font-size: 18px;
}
.contact-page .init-1 .container .right form .list input,
.contact-page .init-1 .container .right form .list textarea {
  background-color: #f7f7f7;
  margin-top: 5px;
  padding: 15px;
  border: none;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight:500;
  color: #b0b0b0;
}
.contact-page .init-1 .container .right form .list .upload_cont {
  position: relative;
  padding: 15px;
  font-size: 16px;
  font-weight:500;
  background-color: #f7f7f7;
  color: #b0b0b0;
  margin-top: 5px;
}
.contact-page .init-1 .container .right form .list .upload_cont input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  opacity: 0;
}
.contact-page .init-1 .container .right form .form_des {
  font-size: 18px;
  line-height: 32px;
  color: #b0b0b0;
  font-weight:500;
  margin-top: 20px;
}
.contact-page .init-1 .container .right form .submit_btn {
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  margin-top: 50px;
}
.contact-page .init-1 .container .right{
  position: relative;
}
.contact-page .init-1 .container .right #ewm{
  width: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
}
.contact-page .init-1 .container .right #ewm img,.contact-page .init-1 .container .right canvas{
  display: block;
  width: 100%;
}
.contact-page .init-2 {
  margin-top: 185px;
  position: relative;
  z-index: 2;
}
.contact-page .init-2 .container {
  padding: 0;
  width: 100%;
}
.font-70{
  line-height: 1.2;
}
@media (max-width: 1250px) {
      .font-25 {
        font-size: 25px;
    }
    .newdet-page .news-box .news-left .content{
    line-height: 2;
  }
}
@media (max-width:700px) {
  .news-page{
    padding: 30px 0;
  }
  .contact-page .init-2{
    margin-top: 30px;
  }
  .contact-page .init-1{
    margin-top: 30px;
  }
  .contact-page .init-1 .container .left {
    display: none;
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
  }
  .contact-page .init-1 .container .right form .form_des {
    text-align: center;
  }
  .contact-page .init-1 .container .right form .submit_btn {
    margin: auto;
    margin-top: 30px;
  }
  .contact-page .init-1 .container .right #ewm{
    position: relative;
    margin: auto;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
   .contact-page .init-1 {
    margin-top: 40px;
  }
  .contact-page .init-1 .container .right .cont .s_left {
    width: 100%;
  }
  .contact-page .init-1 .container .right .cont .s_right {
    width: 100%;
  }
  .contact-page .init-2 {
    margin-top: 40px;
  }
}
.faq-1 {
  padding-top: 100px;
}
.faq-1 .left {
  vertical-align: middle;
}
.faq-1 .right {
  padding-left: 55px;
  vertical-align: middle;
}
.faq-1 .right .text {
  color: #777777;
}
.faq-2 {
  padding: 120px 0 150px;
}
.faq-2 .desc {
  color: #777777;
}
.faq-2 .list {
  margin-top: 50px;
}
.faq-2 .list li {
  padding: 20px 50px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.faq-2 .list li:not(.active) {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq-2 .list li:not(:last-child) {
  margin-bottom: 27px;
}
.faq-2 .list li.active {
  background-color: #f0f9fb;
}
.faq-2 .list li.active .name i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq-2 .list li .name i {
  float: right;
  margin-top: 5px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.faq-2 .list li .text {
  margin-top: 15px;
  padding-top: 15px;
  color: #777777;
  border-top: 1px solid #cacaca;
  display: none;
}
.baseCateNav {
  margin-top: 50px;
  overflow: hidden;
}
.baseCateNav ul {
  border-bottom: 1px solid #d6d6d6;
}
.baseCateNav li {
  display: inline-block;
  padding: 20px 0;
  position: relative;
}
.baseCateNav li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  border-left: 1px solid #d6d6d6;
}
.baseCateNav li a {
  display: inline-block;
  color: #777777;
  position: relative;
}
.baseCateNav li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21px;
  border-bottom: 3px solid transparent;
  border-radius: 3px;
}
.baseCateNav li.active a {
  font-weight: bold;
  color: var(--color);
}
.baseCateNav li.active a::before {
  border-color: var(--color);
}
.baseCateNav.wAuto ul {
  margin-right: -25px;
}
.baseCateNav.wAuto li {
  width: auto;
  padding: 0;
  margin: 0;
  margin-right: 25px;
  margin-bottom: 25px;
}
.baseCateNav.wAuto li::before {
  display: none;
}
.baseCateNav.wAuto li a::before {
  display: none;
}
@media (max-width: 1024px) {
  .faq-1 {
    padding-top: 60px;
  }
  .faq-1 .left {
    width: 100%!important;
  }
  .faq-1 .right {
    width: 100%!important;
    padding: 0;
    margin-top: 40px;
  }
  .faq-2 {
    padding: 60px 0;
  }
  .faq-2 .list li {
    padding: 15px 25px;
  }
  .baseCateNav {
    margin-top: 30px;
  }
  .baseCateNav li {
    width: auto!important;
    padding: 0;
    margin: 10px;
  }
  .baseCateNav li a::before {
    display: none;
  }
  .baseCateNav li + li::before {
    display: none;
  }
}
.support-1 {
  padding-top: 100px;
}
.support-1 .desc {
  max-width: 800px;
  margin: auto;
}
.support-1 .list ul {
  margin-right: -35px;
}
.support-1 .list li {
  padding-right: 35px;
  margin-bottom: 35px;
}
.support-1 .list .box {
  position: relative;
  overflow: hidden;
}
.support-1 .list .box .text {
  background-color: #e0eef5;
  padding: 0 20px 40px;
}
.support-1 .list .box .text i {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  margin: -50px auto 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.support-1 .list .box .text i img {
  vertical-align: middle;
}
.support-1 .list .box .text p {
  color: #777777;
}
.support-2 {
  padding: 130px 0;
}
.support-2 .box {
  padding: 70px 80px;
  border: 1px solid #c6c6c6;
}
.support-2 .form ul {
  margin: -12px;
}
.support-2 .form li {
  padding: 12px;
}
.support-2 .form li:last-child{
  text-align: center;
}
.support-2 .form li.wid-100 {
  width: 100%;
}
.support-2 .form input,
.support-2 .form textarea {
  padding: 20px;
  width: 100%;
  font-size: 18px;
  background-color: #f9f9f9;
  border: none;
}
.support-2 .form input[type='submit'] {
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
  max-width: 290px;
  color: #FFFFFF;
  background-color: var(--color);
}
.support-2 .form textarea {
  height: 280px;
}
@media (max-width: 1024px) {
  .support-1 {
    padding-top: 60px;
  }
  .support-2 {
    padding: 60px 0;
  }
  .support-2 .box {
    padding: 35px;
  }
  .support-2 .form input,
  .support-2 .form textarea {
    padding: 15px;
    font-size: 16px;
  }
  .support-2 .form textarea {
    height: 200px;
  }
  .support-2 .form input[type='submit'] {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .support-2 .box {
    padding: 15px;
  }
  .support-2 .form input,
  .support-2 .form textarea {
    padding: 10px;
    font-size: 14px;
  }
  .support-2 .form textarea {
    height: 150px;
  }
}
@media (max-width: 500px) {
  .support-2 .form input[type='submit'] {
    font-size: 16px;
    max-width: 100%;
  }
}
.download-1 {
  margin-top: 90px;
}
.download-1 .box {
  padding: 50px 50px 70px;
  background-color: #f0f9fb;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.download-1 ul {
  margin: 0 -20px;
}
.download-1 li {
  padding: 0 20px;
}
.download-1 li label {
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 10px;
}
.download-1 li input,
.download-1 li select {
  width: 100%;
  height: 48px;
  padding: 0 25px;
  font-size: 18px;
  border: none;
}
.download-1 li select {
  background: #FFFFFF url(../images/arrow_down.png) no-repeat right 1rem center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.download-2 .list ul {
  margin: -10px;
}
.download-2 .list li {
  padding: 10px;
}
.download-2 .list li > div {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 48px;
  padding-right: 22px;
  line-height: 44px;
  background-color: #f9f9f9;
  overflow: hidden;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.download-2 .list li > div:hover {
  background-color: #e0eef5;
}
.download-2 .list li > div:hover .btn {
  opacity: 1;
}
.download-2 .list li img {
  vertical-align: middle;
}
.download-2 .list li .icon {
  float: left;
}
.download-2 .list li .name {
  padding-left: 65px;
  line-height: 1.5;
  margin-top: 10px;
}
.download-2 .list li .btn {
  float: right;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.download-2 {
  padding: 120px 0 100px;
}
@media (max-width: 1024px) {
  .download-1 {
    margin-top: 60px;
  }
  .download-1 li {
    margin-bottom: 15px;
    width: 100%!important;
  }
  .download-1 .box {
    padding: 45px;
  }
  .download-2 {
    padding: 60px 0;
  }
  .download-2 .list li {
    width: 100%!important;
  }
}
@media (max-width: 500px) {
  .download-1 .box {
    padding: 20px;
  }
  .download-2 .list li > div {
    padding: 15px;
  }
  .download-2 .list li .name {
    padding-left: 50px;
  }
}
.video-1 {
  padding: 90px 0;
}
.video-1 + .video-1 {
  padding-top: 0;
}
.video-1 .list ul {
  margin: -35px -15px;
}
.video-1 .list li {
  padding: 35px 15px;
}
.video-1 .list .name {
  padding: 30px;
  background-color: #f0f9fb;
}
.video-1 .list .img .play {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 1240px) {
  .video-1 .list .name {
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  .video-1 {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .video-1 .list ul {
    margin: -15px;
  }
  .video-1 .list li {
    padding: 15px;
  }
}
#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;
  -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;
}
@media (max-width: 1000px) {
  .support-1 .list ul{
    margin-right: -15px;
  }
  .support-1 .list li{
    padding-right: 15px;
  }
  .support-1 .list .box .text {
    padding: 0 10px 20px;
  }
  .support-1 .list .box .text .name{
    font-size: 18px;
    min-height: 54px;
  }
  .support-1 .list .box .text p{
    font-size: 16px;
    min-height: 180px;
  }
}
@media (max-width: 500px) {
  .support-1 .list .box .text .name,
  .support-1 .list .box .text p{
    min-height: 100%;
  }
}