@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.eot');
  src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-SemiBold.woff2') format('woff2'), url('../fonts/Gilroy-SemiBold.woff') format('woff'), url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.eot');
  src: url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Black.woff2') format('woff2'), url('../fonts/Gilroy-Black.woff') format('woff'), url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
body {
  --color: #0467b8;
  --color1: #0e3092;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Gilroy';
  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: 1630px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  background-image: -webkit-linear-gradient(62deg, #0467b8 0%, #507bf0 100%);
  background-image: -moz-linear-gradient(62deg, #0467b8 0%, #507bf0 100%);
  background-image: linear-gradient(28deg, #0467b8 0%, #507bf0 100%);
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  padding: 16px 47px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00923f;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center 0;
  -moz-transform-origin: center 0;
  -ms-transform-origin: center 0;
  transform-origin: center 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover::before,
.more:focus::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 18px;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top {
  color: #515151;
  border-bottom: 1px solid #d9d9d9;
}
#header .h-top .container {
  height: 60px;
}
#header .h-top .name {
  height: 100%;
  border-right: 1px solid #d9d9d9;
  font-weight: 500;
}
#header .h-top .name::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0e3092;
  margin-right: 9px;
}
#header .h-top .list {
  margin: 0 0 0 auto;
  height: 100%;
}
#header .h-top .list ul {
  height: 100%;
}
#header .h-top .list ul li {
  height: 100%;
  border-left: 1px solid #d9d9d9;
  font-weight: 500;
}
#header .h-top .list ul li i {
  color: var(--color);
  font-size: 18px;
}
#header .h-top .list ul li:last-child {
  cursor: pointer;
}
#header .nav .ui.menu {
  height: 100%;
  height: 98px;
}
#header .nav .ui.menu .menu-box {
  margin: 0 auto;
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 2.5em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  height: 100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: inline-block;
  padding: 0 11px;
  position: relative;
  line-height: 98px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  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 .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  line-height: 24px;
  padding: .5em 1em;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after,
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .phone span {
  color: #515151;
}
#header .nav .ui.menu .yuy span img {
  width: 26px;
}
#header .nav .ui.menu .yuy ul {
  left: initial;
  right: 0;
}
#header .nav .ui.menu .msg {
  padding: 20px 39px 19px;
}
#header.active {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 159px;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
  height: 81vh;
  min-height: 200px;
}
#banner ul li video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 3;
  top: 47%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
#banner ul li .text .box {
  width: 63.1875%;
}
#banner ul li .text span.wz {
  display: block;
}
#banner ul li .text span.wz::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin: 0 4px 4px 0;
}
#banner ul li .text .title {
  line-height: 1.25;
  font-weight: 900;
}
#banner ul li .text span.wz,
#banner ul li .text .title {
  -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 li .text .ig {
  width: 59.35%;
  height: 252px;
  background-image: -webkit-linear-gradient(62deg, #0467b8 0%, #507bf0 100%);
  background-image: -moz-linear-gradient(62deg, #0467b8 0%, #507bf0 100%);
  background-image: linear-gradient(28deg, #0467b8 0%, #507bf0 100%);
  border-radius: 4px;
  position: relative;
}
#banner ul li .text .ig dl dd .top i {
  width: 100px;
}
#banner ul li .text .ig dl dd .top em {
  font-weight: 600;
  font-style: italic;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#banner ul li .text .ig dl dd .tz i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .text .ig dl dd .tz:hover i {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
}
#banner ul li .change {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
#banner ul li .dots li {
  display: inline-block;
  width: 13px;
  height: 13px;
  min-height: auto;
  border-radius: 50%;
  border: 1px solid transparent;
  margin-right: 3px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .dots li button {
  display: none;
}
#banner ul li .dots li::after {
  content: '';
  position: absolute;
  top: 49%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f7f9f8;
}
#banner ul li .dots li.slick-active {
  border-color: #fff;
}
#banner ul li .page span {
  font-weight: 500;
}
#banner ul li .page span::before {
  display: none;
}
#banner ul .swiper-slide-active .text span.wz,
#banner ul .swiper-slide-active .text .title {
  -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 span.wz {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#banner ul .swiper-slide-active .text .title {
  -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.7;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
.font-24 {
  line-height: 1.5;
}
.i-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;
}
#index-body .slickBtn {
  font-size: 21px;
}
#index-body .slickBtn div {
  width: 2.52381em;
  height: 2.52381em;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 6px 1px rgba(42, 31, 8, 0.06);
  box-shadow: 0px 1px 6px 1px rgba(42, 31, 8, 0.06);
  color: var(--color);
  font-weight: bold;
}
#index-body .slickBtn div:hover {
  background: var(--color);
  color: #fff;
}
#index-body .i-category {
  background: url(../images/category-bg.jpg) no-repeat center;
  padding: 4.323% 0 6.2%;
  background-size: cover;
}
#index-body .i-category ul li .ig {
  height: 400px;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
#index-body .i-category ul li .ig::after{
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1) 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1) 100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category ul li .ig .desc {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category ul li .ig .desc .con {
  line-height: 1.5;
}
#index-body .i-category ul li .ig .title {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category ul li .ig:hover::after{
  opacity: 0;
}
#index-body .i-category ul li .ig:hover .desc {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-category ul li .ig:hover .title {
  opacity: 0;
}
#index-body .i-about .top {
  background: url(/yessjet/2026/02/27/623526.jpg?imageView2/2/format/webp/q/100) no-repeat center;
  background-size: cover;
  padding: 4.21875% 0 3.8021% 0;
}
#index-body .i-about .top .box {
  width: 53.875%;
}
#index-body .i-about .top .box span {
  border-bottom: 1px solid #c1c7ce;
}
#index-body .i-about .top .box .title {
  line-height: 1.12;
  width: 70%;
}
#index-body .i-about .top .box .con {
  line-height: 1.6;
}
#index-body .i-about .top .box .con h1 {
  display: inline;
}
#index-body .i-about .top .name {
  position: absolute;
  right: 0;
  bottom: -66px;
  line-height: 1;
  font-size: 161px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
#index-body .i-about .bottom {
  background-image: -webkit-linear-gradient(62deg, #0467b8 0%, #507bf0 100%);
  background-image: -moz-linear-gradient(62deg, #0467b8 0%, #507bf0 100%);
  background-image: linear-gradient(28deg, #0467b8 0%, #507bf0 100%);
  color: #fff;
  padding: 63px 0 57px;
}
#index-body .i-about .bottom ul li i {
  line-height: 58px;
}
#index-body .i-about .bottom ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-about .bottom ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  line-height: 1;
}
#index-body .i-about .bottom ul li .text sub {
  font-weight: 400;
}
#index-body .i-about .play {
  width: 4.75em;
  height: 4.75em;
  background: #fff;
  top: 75%;
}
#index-body .i-about .play i {
  border-left: 0.95em solid var(--color);
  border-top: .55em solid transparent;
  border-bottom: .55em solid transparent;
}
#index-body .i-about .play::before,
#index-body .i-about .play::after {
  background: transparent;
  border: 1px solid #fff;
}
#index-body .i-advantage {
  padding: 3.125% 0 5.3646%;
}
#index-body .i-advantage ul .slick-slide {
  height: auto;
}
#index-body .i-advantage ul .slick-slide > div {
  height: 100%;
}
#index-body .i-advantage ul li {
  height: 100%;
}
#index-body .i-advantage ul li .ig {
  background-color: #f6f6f6;
  border-radius: 4px;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-advantage ul li .ig .top {
  border-bottom: 1px solid #d0d0d0;
}
#index-body .i-advantage ul li .ig .title {
  width: 62%;
  line-height: 1.3;
  min-height: 52px;
}
#index-body .i-advantage ul li .ig .link {
  font-size: 20px;
  width: 1.75em;
  height: 1.75em;
  background: var(--color);
  color: #fff;
  border-radius: 50%;
}
#index-body .i-advantage ul li .ig .con {
  line-height: 1.6;
  width: 90%;
  min-height: 230px;
  overflow-y: auto;
}
#index-body .i-advantage ul li .ig .icon {
  width: 55px;
  height: 55px;
  background-color: var(--color);
  border-radius: 50%;
}
#index-body .i-advantage ul li .ig .icon img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
#index-body .i-advantage ul li .ig .tp {
  right: 6px;
  bottom: 3px;
}
#index-body .i-advantage ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(62deg, #0467b8 0%, #507bf0 100%);
  background-image: -moz-linear-gradient(62deg, #0467b8 0%, #507bf0 100%);
  background-image: linear-gradient(28deg, #0467b8 0%, #507bf0 100%);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage ul li .ig:hover {
  color: #fff;
}
#index-body .i-advantage ul li .ig:hover::after {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
#index-body .i-advantage ul li .ig:hover .link {
  background: #fff;
  color: var(--color);
}
#index-body .i-advantage ul li .ig:hover .link i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .i-advantage ul li .ig:hover .icon {
  background: #fff;
}
#index-body .i-advantage ul li .ig:hover .icon img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-product {
  background: url(../images/pbg.jpg) no-repeat center;
  background-size: cover;
  padding: 3.7% 0 5.42%;
}
#index-body .i-product ul li .con {
  font-weight: 500;
  line-height: 1.3;
  color: #666666;
}
#index-body .i-application .top ul li img {
  width: 100%;
  opacity: 0;
  transition: opacity .5s ease;
}
#index-body .i-application .top ul .slick-current li img {
  opacity: 1;
}
#index-body .i-application .top ul li .text {
  bottom: 142px;
  left: 0;
  width: 44.0625%;
  z-index: 1;
  color: #fff;
}
#index-body .i-application .top ul li .text .con {
  font-weight: 500;
  line-height: 1.3;
}
#index-body .i-application .top ul li .text .more {
  background: #fff;
  color: #333;
  padding: 16px 44px;
}
#index-body .i-application .top ul li .text .more:hover {
  color: #fff;
}
#index-body .i-application .top ul li .text::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(62deg, #0467b8 0%, #507bf0 100%);
  background-image: -moz-linear-gradient(62deg, #0467b8 0%, #507bf0 100%);
  background-image: linear-gradient(28deg, #0467b8 0%, #507bf0 100%);
  opacity: 0.54;
}
#index-body .i-application .top ul li .text .title,
#index-body .i-application .top ul li .text .con,
#index-body .i-application .top ul li .text .btn {
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-application .top ul .slick-current li .text .title,
#index-body .i-application .top ul .slick-current li .text .con,
#index-body .i-application .top ul .slick-current li .text .btn {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .i-application .top ul .slick-current li .text .title {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#index-body .i-application .top ul .slick-current li .text .con {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
#index-body .i-application .top ul .slick-current li .text .btn {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
#index-body .i-application .bottom {
  bottom: 0;
  left: 0;
  width: 100%;
}
#index-body .i-application .bottom ul li a {
  height: 142px;
  background-color: #0467b8;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  border-right: 1px solid #fff;
  position: relative;
  z-index: 1;
}
#index-body .i-application .bottom ul li a::before {
  background: #000;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: skewX(-20deg) scale(0.5);
  -moz-transform: skewX(-20deg) scale(0.5);
  -ms-transform: skewX(-20deg) scale(0.5);
  transform: skewX(-20deg) scale(0.5);
  -webkit-transform-origin: unset;
  -moz-transform-origin: unset;
  -ms-transform-origin: unset;
  transform-origin: unset;
}
#index-body .i-application .bottom ul li.active a::before,
#index-body .i-application .bottom ul li a:hover::before {
  -webkit-transform: skewX(0deg) scale(1);
  -moz-transform: skewX(0deg) scale(1);
  -ms-transform: skewX(0deg) scale(1);
  transform: skewX(0deg) scale(1);
  opacity: 1;
}
#index-body .i-application .bottom ul .slick-current li a::before {
  -webkit-transform: skewX(0deg) scale(1);
  -moz-transform: skewX(0deg) scale(1);
  -ms-transform: skewX(0deg) scale(1);
  transform: skewX(0deg) scale(1);
  opacity: 1;
}
#index-body .i-news {
  background: url(../images/nbg.png) no-repeat center;
  background-size: cover;
  padding: 5.3125% 0 6%;
}
#index-body .i-news ul li .ig {
  background-color: #f4f4f4;
  border-radius: 4px;
}
#index-body .i-news ul li .ig .title {
  color: #040714;
  line-height: 1.75;
}
#index-body .i-news ul li .ig .con {
  color: #666;
  line-height: 1.5;
}
#index-body .i-news ul li .ig .line {
  display: block;
  position: relative;
  height: 2px;
  background: #a7a4a4;
}
#index-body .i-news ul li .ig .line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news ul li .ig .bottom {
  color: #949494;
}
#index-body .i-news ul li .ig:hover .title {
  color: var(--color);
  font-weight: bold;
}
#index-body .i-news ul li .ig:hover .line::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#footer {
  background: url(../images/fbg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer .tit {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}
#footer .f-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
}
#footer .f-header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .f-header ul li {
  margin-right: 36px;
}
#footer .f-header ul li a {
  padding-left: 28px;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-header ul li a::before {
  content: "\e794";
  position: absolute;
  top: -3px;
  left: 0;
  font-family: 'iconfont';
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #fff;
}
#footer .f-header ul li a:hover {
  color: #279eff;
}
#footer .f-header ul li a:hover::before {
  opacity: 1;
}
#footer .f-header ul li ul {
  display: none;
}
#footer .f-header ul li:last-child {
  margin-right: 0;
}
#footer .share a {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  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;
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
  margin-right: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer .share a:last-child {
  margin-right: 0;
}
#footer .share a #ewm {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  border: 3px solid #fff;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .share a:hover {
  background: #fff;
  color: #00923f;
}
#footer .share a:hover #ewm {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#footer .f-content .tit {
  margin: 21px 0 32px;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(238, 238, 238, 0.7);
  margin-bottom: 12px;
}
#footer .f-content ul li a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: #eee;
  text-decoration: underline;
}
#footer .f-content ul li i {
  width: 21px;
  margin-top: 4px;
}
#footer .f-content ul li span {
  margin-left: 11px;
  -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-product {
  width: 41.625%;
}
#footer .f-contact {
  width: 24.375%;
}
#footer .f-form {
  border-radius: 43px;
  background: rgba(255, 255, 255, 0.15);
}
#footer .f-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-form form input {
  background: transparent;
  height: 21px;
  border: 0;
  border-left: 1px solid #ccc;
  padding: 0 6px;
  font-size: 16px;
  width: 19%;
}
#footer .f-form form input::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-form form input:-moz-placeholder {
  color: #fff;
}
#footer .f-form form input::-moz-placeholder {
  color: #fff;
}
#footer .f-form form input:-ms-input-placeholder {
  color: #fff;
}
#footer .f-form form input::placeholder {
  color: #fff;
}
#footer .f-form form input:nth-child(6) {
  width: 34.5%;
}
#footer .f-form form .more {
  border: 0;
  font-size: 16px;
  font-weight: 400;
  border-radius: 19px;
  padding: 11px 36px;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  position: relative;
  padding: 50px 0 31px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: #fff;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #fff;
}
@media (max-width: 1700px) {
  #header .nav .ui.menu .msg {
    padding: 16px 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 2em;
  }
  .slickBtn.pos div.prev {
    right: 97%;
  }
  .slickBtn.pos div.next {
    left: 97%;
  }
  #index-body .i-news .slickBtn div.prev {
    right: 99%;
  }
  #index-body .i-news .slickBtn div.next {
    left: 99%;
  }
  #footer .f-form form input:nth-child(6) {
    width: 33%;
  }
}
@media (max-width: 1450px) {
  #header .h-top .list ul li {
    padding: 0 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 1em;
  }
  #header .nav .ui.menu .phone {
    zoom: .8;
  }
  #header .nav .ui.menu .msg {
    zoom: .8;
  }
  #index-body .i-application .top ul li .text {
    padding: 30px 60px;
  }
  #index-body .i-application .bottom ul li a {
    font-size: 22px;
  }
  #footer .f-form form input:nth-child(6) {
    width: 31%;
  }
}
@media (max-width: 1250px) {
  .more {
    font-size: 16px;
    padding: 12px 30px;
  }
  #banner {
    margin-top: 60px;
  }
  #banner ul li {
    height: 70vh;
  }
  #banner ul li .text .ig {
    width: 66%;
    height: 200px;
  }
  #banner ul li .text .title{
    font-size: 30px;
  }
  #index-body .i-category ul li .ig {
    height: 320px;
  }
  #index-body .i-about .top .name {
    bottom: -39px;
    font-size: 130px;
  }
  .font-20 {
    font-size: 20px;
  }
  .slickBtn.pos div.prev {
    right: 96%;
  }
  .slickBtn.pos div.next {
    left: 96%;
  }
  #index-body .i-application .top ul li .text {
    bottom: 100px;
    padding: 30px;
  }
  #index-body .i-application .bottom ul li a {
    font-size: 20px;
    height: 100px;
  }
  #index-body .i-news .slickBtn div {
    zoom: .8;
  }
  #index-body .i-news .slickBtn div.prev {
    right: 98%;
  }
  #index-body .i-news .slickBtn div.next {
    left: 97%;
  }
  #footer .f-header ul li {
    margin-right: 30px;
  }
  #footer .f-content ul li {
    font-size: 16px;
  }
  #footer .f-form form input:nth-child(6) {
    width: 28%;
  }
}
@media (max-width: 1000px) {
  #banner ul li {
    height: auto;
    min-height: auto;
  }
  #banner ul li .text .box {
    width: 100%;
  }
  #banner ul li .text .ig {
    height: 200px;
  }
  .font-24,
  .font-22 {
    font-size: 20px;
  }
  .font-36 {
    font-size: 24px;
  }
  .i-title {
    font-size: 40px;
  }
  .slickBtn.pos {
    zoom: .8;
  }
  .slickBtn.pos div.prev {
    right: initial;
    left: 0;
  }
  .slickBtn.pos div.next {
    left: initial;
    right: 0;
  }
  #index-body .i-about .top .box {
    width: 100%;
  }
  #index-body .i-about .play {
    top: 67%;
  }
  #index-body .i-application .top ul li .text {
    width: 100%;
    position: initial;
    background-image: -webkit-linear-gradient(62deg, #0467b8 0%, #507bf0 100%);
    background-image: -moz-linear-gradient(62deg, #0467b8 0%, #507bf0 100%);
    background-image: linear-gradient(28deg, #0467b8 0%, #507bf0 100%);
  }
  #index-body .i-application .bottom {
    position: initial;
  }
  #index-body .i-application .bottom ul li a {
    font-size: 18px;
  }
  #index-body .i-news .slickBtn div.prev {
    left: -15px;
  }
  .font-18 {
    font-size: 16px;
  }
  #footer .f-header {
    display: none;
  }
  #footer .f-product {
    display: none;
  }
  #footer .f-contact {
    width: 56%;
  }
  #footer .f-form form input {
    width: 33.3333%;
    margin: 10px 0;
  }
  #footer .f-form form input:nth-child(6) {
    width: 100%;
  }
  #footer .f-copy {
    padding: 20px 0 16px;
  }
  .fixed-toolbar {
    zoom: .8;
  }
  #index-body .i-about .top{
    position: relative;
    z-index: 1;
  }
  #index-body .i-about .top::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
  }
  #index-body .i-about .top .box .con{
    font-weight: 500;
  }
}
@media (max-width: 700px) {
  .i-tag {
    font-size: 18px;
  }
  .i-title {
    font-size: 40px;
  }
  #banner ul li {
    height: auto;
    min-height: auto;
  }
  #banner ul li .text .ig {
    display: none;
  }
  #index-body .i-advantage .right ul li .top .title {
    font-size: 24px;
  }
   #index-body .i-application .bottom ul li a {
    font-size: 15px;
  }
  .font-40 {
    font-size: 30px;
  }
  .font-16 {
    font-size: 16px;
  }
  .font-60 {
    font-size: 36px;
  }
  .i-title {
    font-size: 36px;
  }
  #index-body .i-category {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .i-about .top .box .title {
    width: 100%;
  }
  #index-body .i-about .top .name {
    display: none;
  }
  #index-body .i-about .bottom ul li {
    width: 50%;
  }
  #index-body .i-advantage .content ul li .ig .con {
    width: 100%;
    min-height: auto;
    max-height: 230px;
  }
  #footer .f-contact {
    width: 100%;
  }
  #footer .f-form form input {
    width: 50%;
  }
  #footer .f-form form input:nth-child(5) {
    width: 100%;
  }
  #index-body .i-about .play{
    top: 61%;
  }
}
@media (max-width: 500px) {
  #banner ul li .text .title {
    font-size: 24px;
    line-height: 1.5;
  }
  .i-title {
    font-size: 30px;
  }
  #index-body .i-about .bottom {
    padding: 30px 0;
  }
  #index-body .i-about .bottom ul li {
    width: 100%;
  }
  #index-body .i-about .play {
    left: 57%;
  }
  .font-60 {
    font-size: 30px;
  }
  #index-body .i-application .top ul li .text {
    padding: 20px 15px;
  }
  #index-body .i-application .bottom{
    zoom: .64;
  }
  #footer .f-content {
    padding-top: 0;
  }
  #footer .f-form {
    margin-top: 20px;
  }
  #footer .f-form form input {
    width: 100%;
  }
}
@keyframes round_translate1 {
  0% {
    right: 75%;
  }
  74.99% {
    opacity: 1;
  }
  75% {
    right: -25%;
    top: 100%;
    opacity: 0;
  }
  75.05% {
    right: 100%;
    opacity: 0;
  }
  75.1% {
    opacity:1;
  }  
  100%{
    right: 75%;
  }
}
@keyframes round_translate2 {
  0% {
    right: 40%;
  }
  64.99% {
    opacity: 1;
  }
  65% {
    right: -30%;
    opacity: 0;
  }
  65.05% {
    right: 100%;
    opacity: 0;
  }
  65.1% {
    opacity:1;
  }  
  100%{
    right: 40%;
  }
}
@keyframes round_translate3 {
  0% {
    right: 0;
  }
  9.99% {
    opacity: 1;
  }
  10% {
    right: -25%;
    opacity: 0;
  }
  10.05% {
    right: 100%;
    opacity: 0;
  }
  10.1% {
    opacity:1;
  }  
  100%{
    right: 0;
  }
}
.inner-banner {
  height: 250px;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  margin: 159px auto 0;
  overflow: hidden;
  position: relative;
}
.inner-banner::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  right: 100%;
  height: 200%;
  background-color: rgba(11, 105, 170, 0.9);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-animation: round_translate2 12s linear infinite;
  -moz-animation: round_translate2 12s linear infinite;
  animation: round_translate2 12s linear infinite;
  z-index: 10;
}
.inner-banner .inner-content {
  width: 100%;
  height: 100%;
  background: url("../images/banner.png") no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.inner-banner .inner-content::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  right: 100%;
  height: 200%;
  background-color: rgba(4,103,184, 0.9);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: round_translate1 12s linear infinite;
  -moz-animation: round_translate1 12s linear infinite;
  animation: round_translate1 12s linear infinite;
}
.inner-banner .inner-content::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 100%;
  height: 200%;
  background-color: rgba(80,123,240, 0.9);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: round_translate3 12s linear infinite;
  -moz-animation: round_translate3 12s linear infinite;
  animation: round_translate3 12s linear infinite;
}
.inner-banner .mbx {
  color: white;
  text-align: center;
  position: relative;
  z-index: 10;
}
.inner-banner .mbx h2 {
  font-size: 44px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.inner-banner .mbx p {
  font-size: 16px;
  line-height: 1.8;
}
.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%;
}
.contact-page {
  padding: 100px 0;
  position: relative;
}
.contact-page .box .left {
  padding-right: 5%;
}
.contact-page .box .left .text {
  margin: 1em 0 1.5em;
  font-size: 20px;
  line-height: 1.7;
  color: #666;
}
.contact-page .box .left .form ul {
  margin: -13px -10px;
}
.contact-page .box .left .form ul li {
  padding: 13px 10px;
}
.contact-page .box .left .form ul li input {
  display: block;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  font-size: 16px;
  font-weight: normal;
  color: #120c0b;
  padding: .5em 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .left .form ul li input::-webkit-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-ms-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:focus {
  border-color: var(--color);
}
.contact-page .box .left .form ul li.mt {
  margin-top: 2em;
}
.contact-page .box .left .form ul li .more {
  margin-top: 1em;
}
.contact-page .box .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .box .left .form ul li input[type="submit"] {
  width: 180px;
  height: 50px;
  background-color: var(--color);
  border: none;
  font-size: 18px;
  color:white;
  transition: all 0.5s;
}
.contact-page .box .left .form ul li input[type="submit"]:hover{
  background-color: black;
}
.contact-page .box .right {
  padding-left: 10%;
}
.contact-page .box .right span.h3 {
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #333;
}
.contact-page .box .right span.h3 em {
  color: var(--color);
}
.contact-page .box .right .text {
  margin-top: 1em;
  font-size: 20px;
  line-height: 1.7;
  color: #666;
}
.contact-page .box .right .info {
  font-size: 18px;
  color: #120c0b;
  margin: 2em 0 3em;
}
.contact-page .box .right .info li {
  margin-bottom: .8em;
}
.contact-page .box .right .info li:last-child {
  margin-bottom: 0;
}
.contact-page .box .right .info li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}
.contact-page .box .right .info li a i {
  width: 1.5em;
  text-align: center;
  height: 1.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .5em;
  color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .box .right .info li a i img {
  display: block;
  margin: 0 auto;
}
.contact-page .box .right .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .box .right .share a {
  font-size: 20px;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1em;
  color: #120c0b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .right .share a:hover {
  color: white;
  background-color: var(--color);
}
.contact-page .map {
  height: 500px;
  margin-top: 100px;
  background-color: #eee;
}
.contact-page .map iframe {
  height: 100%;
  width: 100%;
  display: block;
  border: 0;
}
.inner-page .slideBar-left {
  width: 20% !important;
  margin-bottom: 75px;
}
.inner-page .slideBar-left .slideNav > li {
  margin-bottom: 14px;
}
.inner-page .slideBar-left .slideNav > li > a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  font-size: 18px;
  background: #f5f5f5;
  padding: 15px;
}
.inner-page.product-page .slideBar-left .slideNav>li>a{
  background: white;
}
.inner-page .slideBar-left .slideNav > li > a .fa {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .slideBar-left .slideNav > li ul li {
  margin: 5px;
  margin-right: 0;
}
.inner-page .slideBar-left .slideNav > li ul li a {
  padding: 10px;
  font-size: 17px;
  display: block;
}
.inner-page .slideBar-left .slideNav > li ul li.active a,
.inner-page .slideBar-left .slideNav > li ul li:hover a {
  background: #bc1b21;
  color: white;
}
.inner-page .slideBar-left .slideNav > li:hover > a,
.inner-page .slideBar-left .slideNav > li.active > a {
  background: #3449a2;
  color: white;
}
.inner-page .slideBar-left .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
}
.inner-page .slideBar-left .share li {
  width: 30px;
  height: 30px;
  background: #bc1b21;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 33px;
  margin-right: 15px;
}
.inner-page .slideRight {
  width: 80% !important;
  padding-left: 60px;
}
.inner-page.prodet-page .slideRight{
  width: 100% !important;
  padding-left: 0;
}
.news-page{
  padding-top: 110px;
  padding-bottom: 100px
}
.news-page .slideRight .i-news {
  overflow: unset !important;
  padding: 0 !important;
}
.news-page .slideRight #index-body .i-news{
  background: transparent;
}
.news-page .slideRight .i-news .wrap .column {
  margin-bottom: 35px;
}
.news-page .i-news .wrap{
      margin: -23px;
}
.news-page .i-news .wrap .column {
    padding: 23px;
}
.news-page .slideRight .i-news .wrap .column {
    margin-bottom: 35px;
}
.news-page .i-news .wrap .column .item {
    display: block;
    position: relative;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    padding: 50px 25px 85px;
}
.news-page .i-news .wrap .column .item .content {
    line-height: 30px;
    text-align: center;
}
.news-page .i-news .wrap .column .item h4 {
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 30px 0 20px;
}
.news-page .i-news .wrap .column .item .time {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: center;
}
.news-page .i-news .wrap .column .item .douhao {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    line-height: 74px;
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
.newdet2-page {
    padding: 80px 0;
}
.newdet2-page h1 {
    font-size: 30px;
    line-height: 1.6;
    color: #0b2239;
    font-weight: bold;
    text-transform: capitalize;
}
.newdet2-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
    color: black;
    opacity: .6;
}
.newdet2-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #868686;
    line-height: 32px;
}
.newdet2-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}
.newdet2-page .share h4 {
    font-size: 14px;
    line-height: 2;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet2-page .share ul li:hover {
    color: var(--color);
}
.faq-page{
  padding: 6.25% 0;
}
.faq-page .faq-list {
  margin-top: 60px;
}
.faq-page .faq-list ul li {
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-page .faq-list ul li.active .title .btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .faq-list ul li.active .con {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 30px 40px 30px 50px;
}
.faq-page .faq-list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-list ul li .title {
  padding-left: 50px;
  padding-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 85px;
  background-color: #f7f7f7;
  border-radius: 45px;
}
.faq-page .faq-list ul li .title h4 {
  font-size: 18px;
  max-width: -webkit-calc(100% - 100px);
  max-width: -moz-calc(100% - 100px);
  max-width: calc(100% - 100px);
}
.faq-page .faq-list ul li .title .btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #000;
  display: block;
  position: relative;
  cursor: pointer;
}
.faq-page .faq-list ul li .title .btn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  height: 1px;
  background-color: white;
}
.faq-page .faq-list ul li .title .btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 15px;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-page .faq-list ul li .con {
  padding: 0 40px 0 50px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1600px){
  .contact-page .box .right .info {
    font-size: 16px;
  }
  .contact-page,
  .factory-page {
    padding: 80px 0;
  }
  .contact-page .map {
    margin-top: 60px;
  }
  .contact-page .box .right span.h3 {
    font-size: 28px;
  }
}
@media (max-width: 1450px){
  .contact-page{
    padding: 60px 0;
  }
  .contact-page .box .right span.h3 {
    font-size: 24px;
  }
  .contact-page .map {
    height: 400px;
  }
  .contact-page .box .right .info li {
    margin-bottom: .5em;
  }
  .contact-page .box .left .form ul li input {
    font-size: 14px;
  }
  .contact-page .box .left .form ul li.mt {
    margin-top: 1em;
  }
  .contact-page .box .right .info {
    margin: 1.5em 0 2em;
  }
}
@media (max-width: 1250px){
  .contact-page .box .right {
    padding-left: 5%;
  }
  .contact-page .box .right span.h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .map {
    height: 300px;
  }
   .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .inner-page .sideLeft{
    display: none;
  }
  .inner-page .sideRight{
    width: 100%;
    padding-left: 0;
  }
}
@media (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%;
    }
  .inner-banner{
    width: 100%;
    margin-top: 60px;
  }
  .inner-banner .mbx h2{
    font-size: 24px;
    padding: 0 15px;
    line-height: 38px;
  }
  .inner-banner .mbx p{
    padding: 0 15px;
  }
  .contact-page .box .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .box .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .map {
    margin-top: 30px;
    height: 240px;
  }
  .contact-page .box .right .share a {
    font-size: 16px;
  }
  .contact-page .box .right .info {
    font-size: 14px;
    line-height: 2;
  }
  .news-page .slideRight .i-news .wrap .column {
    width: 50%;
  }
  .faq-page .faq-list ul li .title {
    padding: 15px 40px 15px 50px;
    height: auto;
  }
  .faq-page .faq-list ul li .title h4 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
    .news-page .slideRight .i-news .wrap .column {
    width: 100%;
  }
}
@media (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 (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%;
    }
  .contact-page{
    padding: 40px 0;
  }
  .newdet2-page{
    padding: 50px 0 10px;
  }
  .faq-page .faq-list ul li .title {
    border-radius: 20px;
    padding: 15px 20px;
  }
  .faq-page .faq-list ul li .title h4 {
    max-width: 100%;
  }
  .faq-page .faq-list ul li .title .btn {
    display: none;
  }
}
.tag {
    color: var(--color);
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.seo_content .title small {
    display: block;
    font-weight: bold;
}
.seo_content .title {
    margin-bottom: 30px;
    font-weight: bold;
}
.seo_content .title em {
    color: var(--color)
}
.seo_content .seo_news {
    background-color: #f6f6f6;
    padding: 30px 0;
    padding-top: 60px
}
.seo_content .seo_news .content {
    margin-top: 61px
}
.seo_content .seo_news .content ul {
    margin-right: -25px;
    margin-bottom: 60px
}
.seo_content .seo_news .content ul li {
    padding-right: 60px
}
.seo_content .seo_news .content ul li::nth-child(3n) {
    padding-right: 0
}
.seo_content .seo_news .content ul li .img {
    position: relative
}
.seo_content .seo_news .content ul li .img .img-box {
    border-radius: 0 100px 0 0
}
.seo_content .seo_news .content ul li .img .img-box img {
    width: 100%
}
.seo_content .seo_news .content ul li .img .img-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 100px 0 0;
    background: rgba(0,0,0,.2)
}
.seo_content .seo_news .content ul li .img time {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 96px;
    background-color: var(--color);
    border-radius: 40px 40px 0 0;
    color: #fff;
    padding: 27px 33px 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.seo_content .seo_news .content ul li .img time em {
    line-height: 1;
    display: block;
    padding-bottom: 7px
}
.seo_content .seo_news .content ul li .img time span {
    display: block;
    margin-top: 5px
}
.seo_content .seo_news .content ul li .text {
    padding: 24px 30px 0 16px
}
.seo_content .seo_news .content ul li .text .tit {
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}
.seo_content .seo_news .content ul li .text .tit:hover {
    color: var(--color)
}
.seo_content .seo_news .content ul li .text .con {
    font-size: 16px;
    color: #737373;
    line-height: 2;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
.seo_content .seo_about {
    background-color: #f6f6f6;
    padding: 8.282% 0 9.115%
}
.seo_content .seo_about .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0,0,0,.6);
    padding-right: 57px;
    margin-top: 43px;
    max-height: 467px;
    overflow-y: auto
}
.seo_content .seo_about .con::-webkit-scrollbar {
    width: 6px
}
.seo_content .seo_about .con::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.22)
}
.seo_content .seoIndustry {
    padding: 40px 0
}
.seo_content .seoIndustry .text {
    font-size: 18px;
    line-height: 1.8
}
.seo_content .seo_honor {
    padding: 5.782% 0 10.209%
}
.seo_content .seo_honor .content {
    margin-top: 29px
}
.seo_content .seo_honor .content ul {
    margin-right: -25px
}
.seo_content .seo_honor .content ul li {
    padding-right: 25px
}
.seo_content .seo_honor .content ul li .img-box img {
    width: 100%
}
.seo_content .seo_honor .content ul.slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -89px;
    width: 100%;
    text-align: center;
    margin: 0
}
.seo_content .seo_honor .content ul.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000;
    padding: 0;
    margin-right: 31px;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}
.seo_content .seo_honor .content ul.slick-dots li button {
    display: none
}
.seo_content .seo_honor .content ul.slick-dots li.slick-active {
    background: var(--color)
}
.seo_content .seo_honor .content ul.slick-dots li:last-child {
    margin-right: 0
}
.seo_content .seo_industry {
    padding-top: 5%
}
.seo_content .seo_industry .con {
    color: rgba(0,0,0,.6);
    margin-top: 41px
}
.product-page {
    padding: 7% 0 0;
    position: relative;
    z-index: 1
}
.product-page .Auxil-h1 {
    font-size: 28px;
    color: var(--color)
}
.product-page .list ul p{
  padding: 0 15px;
}
.product-page .list .in-num {
    color: var(--color)
}
.product-page .list .in-num:before {
    width: 14px;
    height: 14px;
    margin: 5px 7px 0 0
}
.product-page .list .title {
    margin-top: 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    width: 90%;
    font-weight: bold;
}
.product-page .list .title:hover {
    color: var(--color)
}
.product-page .list{
  margin-top: 20px;
}
.product-page .list ul li {
    padding: 46px 0 14px;
    position: relative;
    z-index: 1;
}
.honors .right ul li:after {
    display: none
}
.product-page .list ul li .ig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.product-page .list ul li .ig .text {
    width: 45.549%;
    padding-right: 71px
}
.product-page .list ul li .ig .text .con {
    font-size: 18px;
    line-height: 32px;
    color: rgba(0,0,0,.6);
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    margin-bottom: 30px
}
.product-page .list ul li .ig .text .more {
    margin-top: 46px
}
.product-page .list ul li .ig .text .more:hover {
    color: #fff
}
.product-page .list ul li .ig .text .more:hover:after {
    background: #000
}
.product-page .list ul li .ig .text .more:hover i {
    color: #fff
}
.product-page .list ul li .ig .img {
    width: 54.451%
}
.product-page .list ul li .ig .img a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-page .list ul li:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 50%;
    width: 774px;
    height: 578px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-color: #f6f6f6;
    border-radius: 289px 0 0 289px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}
.product-page .list ul li:hover:after {
    background: rgb(237 243 251)
}
.product-page .list ul li:nth-child(even) .ig {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}
.product-page .list ul li:nth-child(even) .ig .text {
    padding: 0 0 0 71px
}
.product-page .list ul li:nth-child(even):after {
    right: initial;
    left: 0;
    width: 964px;
    height: 578px;
    border-radius: 0 289px 289px 0
}
.product-page .list ul li:last-child {
    margin-bottom: 0
}
.product-page:after {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    top: -43px;
    right: 0;
    font-size: 457px;
    line-height: 1;
    font-weight: 700;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(240,241,243,.5)),to(rgba(240,241,243,0)));
    background-image: -webkit-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
    background-image: -moz-linear-gradient(top,rgba(240,241,243,.5),rgba(240,241,243,0));
    background-image: linear-gradient(to bottom,rgba(240,241,243,.5),rgba(240,241,243,0));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}
@media screen and (max-width: 1680px) {
    .product-page .list ul li:after {
        width:700px;
        height: 500px
    }
    .product-page .list ul li:nth-child(even):after {
        width: 820px;
        height: 500px
    }
}
@media screen and (max-width: 1440px) {
    .product-page .list ul li .ig .text {
        padding-right:40px
    }
    .product-page:after {
        font-size: 300px;
        top: -20px
    }
    .product-page .list ul li:after {
        width: 600px;
        height: 400px;
        border-radius: 200px 0 0 200px;
        top: 8%
    }
    .product-page .list ul li:nth-child(even):after {
        width: 720px;
        height: 400px;
        border-radius: 0 200px 200px 0
    }
    .product-page .list ul li:nth-child(even) .ig .text {
        padding: 0 0 0 40px
    }
}
@media screen and (max-width: 1280px) {
    .product-page:after {
        font-size:260px;
        top: -20px
    }
    .product-page .list .title {
        width: 100%
    }
    .product-page .list ul li:after {
        width: 500px;
        height: 300px;
        border-radius: 150px 0 0 150px;
        top: 24%
    }
    .product-page .list ul li:nth-child(even):after {
        width: 620px;
        height: 300px;
        border-radius: 0 200px 200px 0
    }
    .product-page .list ul li {
        margin-bottom: 80px
    }
}
@media screen and (max-width: 1100px) {
    .product-page .list ul li:nth-child(even):after {
        width:500px
    }
    .font-36 {
        font-size: 32px
    }
}
@media screen and (max-width: 1000px) {
    .product-page:after {
        display:none
    }
    .product-page .list ul li {
        margin-bottom: 40px;
        padding: 0
    }
    .product-page .list ul li .ig .text {
        width: 100%;
        padding-right: 0
    }
    .product-page .list ul li .ig .text .more {
        padding-left: 31px;
        margin-top: 20px
    }
    .product-page .list ul li .ig .img {
        width: 100%
    }
    .product-page .list ul li:after {
        display: none
    }
    .product-page .list ul li:nth-child(even) .ig .text {
        padding: 0
    }
    .seo_content .seo_about {
        border-radius: 0
    }
    .seo_content .seo_honor .content ul.slick-dots {
        bottom: -40px
    }
}
@media screen and (max-width: 700px) {
    .font-24 {
        font-size:20px
    }
    .product-page .list .in-num:before {
        margin: 3px 7px 0 0
    }
    .font-36 {
        font-size: 30px
    }
    .seo_content .seo_about .con {
        margin-top: 20px;
        padding-right: 20px
    }
    .seo_content .seo_honor .content ul.slick-dots li {
        margin-right: 10px
    }
    .seo_content .seo_news .content ul {
        margin-right: -10px
    }
    .seo_content .seo_news .content ul li {
        padding-right: 10px
    }
    .seo_content .seo_news .content ul li .text {
        padding: 10px 0 0
    }
}
@media screen and (max-width: 500px) {
    .font-24 {
        font-size:16px;
        line-height: 32px;
    }
    .product-page .list .in-num:before {
        margin: 0 7px 0 0
    }
    .font-36 {
        font-size: 24px
    }
    .product-page .list ul li .ig .text .more {
        padding-left: 19px
    }
    .seo_content .seo_honor .content {
        margin-top: 10px
    }
    .seo_content .seo_honor .content ul.slick-dots {
        bottom: -26px
    }
    .seo_content .seo_honor .content ul.slick-dots li {
        margin-right: 5px
    }
    .seo_content .seo_news .content {
        margin-top: 20px
    }
}
.prodet-page {
    padding: 7% 0 0;
    position: relative;
    z-index: 1
}
.prodet-page .prodet-2 {
    padding-top: 8.639%
}
.prodet-page .prodet-2 .ret {
    margin-top: 30px
}
.prodet-page .prodet-2 .ret .slide table{
  max-width: 100%;
  overflow-x: auto;
  display: block;
}
.prodet-page .prodet-2 .ret .slide table tr td{
  min-width: 200px;
}
.prodet-page .prodet-2 .Auxil-form {
    margin-top: 30px
}
.prodet-page .prodet-2 .ret .bt {
    height: 106px;
    padding: 0 104px 0 79px;
    line-height: 106px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    background: var(--color);
    border-radius: 0 0 50px;
    color: #fff;
    display: none;
    margin-bottom: 30px
}
.prodet-page .prodet-2 .ret .bt:before {
    content: '';
    position: absolute;
    left: 47px;
    top: 42px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff
}
.prodet-page .prodet-2 .ret .con {
    color: rgba(0,0,0,.6)
}
.prodet-page .prodet-2 .ret .con ul {
    margin: -10px
}
.prodet-page .prodet-2 .ret .con ul li {
    padding: 10px
}
.prodet-page .prodet-2 .ret .con ul li a {
    border: 2px solid #eee;
    display: block
}
.prodet-page .prodet-2 .ret .con ul li a img {
    display: block;
    max-width: 100%;
    margin: auto
}
.prodet-page .prodet-2 .ret form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.prodet-page .prodet-2 .ret form input {
    width: 46%;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    height: 46px;
    margin-bottom: 30px
}
.prodet-page .prodet-2 .ret form p {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    opacity: .6;
    margin-bottom: 20px
}
.prodet-page .prodet-2 .ret form textarea {
    width: 100%;
    height: 177px;
    font-size: 18px;
    padding: 18px 8px;
    border: 1px solid #dbdbdb
}
.prodet-page .prodet-2 .ret form input[type=submit] {
    background: var(--color);
    color: #fff;
    border: none;
    width: 186px;
    height: 57px;
    margin-top: 45px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
.prodet-page .prodet-2 .ret form input[type=submit]:hover {
    background: #000
}
.prodet-page .prodet-3 {
    margin-top: 89px
}
.prodet-page .prodet-3 .content {
    margin: 55px 0;
}
.prodet-page .prodet-3 .content ul {
    margin-right: -30px
}
.prodet-page .prodet-3 .content ul li {
    padding-right: 30px;
    margin-bottom: 30px
}
.prodet-page .prodet-3 .content ul li .img-box {
    background-color: #f6f6f6;
    border-radius:0px;
    text-align: center
}
.prodet-page .prodet-3 .content ul li .text {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}
.prodet-page .prodet-3 .content ul li .text .in-num {
    color: var(--color)
}
.prodet-page .prodet-3 .content ul li .text .in-num:before {
    width: 14px;
    height: 14px;
    margin: 2px 7px 0 0
}
.prodet-page .prodet-3 .content ul li .text .tit {
    line-height: 1.8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 20px;
    margin-bottom: 30px
}
.prodet-page .prodet-3 .content ul li .text .tit:hover {
    color: var(--color)
}
.prodet-page .prodet-3 .content ul li .text .more {
    margin-top: 22px
}
.prodet-page .prodet-3 .content ul li .text .more:hover {
    color: #fff
}
.prodet-page .prodet-3 .content ul li .text .more:hover i {
    color: #fff
}
.prodet-page .prodet-3 .content ul li .text .more:hover:after {
    background: #000
}
.prodet-page .prodet-4 .container {
    align-items: flex-start
}
.prodet-page .prodet-4 .left {
    width: 40%;
    display: block
}
.prodet-page .prodet-4 .left .img-box {
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    display: block
}
.prodet-page .prodet-4 .left .img-box img {
    width: 100%
}
.prodet-page .prodet-4 .right {
    width: 60%;
    padding-left: 60px
}
.prodet-page .prodet-4 .right .title {
    margin-top: 20px
}
.prodet-page .prodet-4 .right .cont {
    font-size: 16px;
    line-height: 32px;
    margin: 30px 0;
    max-height: 200px;
    overflow-y: auto;
}
.prodet-page .prodet-4 .right .play{
  cursor: pointer;
}
.prodet-page .prodet-4 .right .play-btn{
  background: #507bf0;
}
.prodet-page .prodet-4 .imgList {
    margin-top: 30px
}
.prodet-page .prodet-4 .imgList .swiper {
    padding: 10px;
    margin: -10px;
    overflow: hidden
}
.prodet-page .prodet-4 .imgList li {
    padding: 10px
}
.prodet-page .prodet-4 .imgList a {
    display: block;
    box-shadow: 0 0 6px rgba(0,0,0,.1)
}
.prodet-page .prodet-4 .imgList a img {
    width: 100%
}
.prodet-page .prodet-4 .v-list ul{
  margin: -12px;
}
.prodet-page .prodet-4 .v-list ul li{
  padding: 12px;
}
.prodet-page .opt {
    background-color: #f6f6f6
}
.prodet-page .opt dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.prodet-page .opt dl dd {
    height: 106px;
    padding: 0 104px 0 79px;
    line-height: 106px;
    position: relative;
    z-index: 1;
    margin-right: 24px;
    cursor: pointer
}
.prodet-page .opt dl dd:before {
    content: '';
    position: absolute;
    left: 47px;
    top: 42px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--color)
}
.prodet-page .opt dl dd:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color);
    border-radius: 0 0 50px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0
}
.prodet-page .opt dl dd:hover,.prodet-page .opt dl dd.active {
    color: #fff
}
.prodet-page .opt dl dd:hover:before,.prodet-page .opt dl dd.active:before {
    background: #fff
}
.prodet-page .opt dl dd:hover:after,.prodet-page .opt dl dd.active:after {
    opacity: 1
}
.prodet-page .opt dl dd:last-child {
    margin-right: 0
}
@media screen and (max-width: 1440px) {
    .prodet-page:after {
        font-size:300px;
        top: -20px;
    }
    .font-30 {
        font-size: 27px
    }
    .prodet-page .prodet-3 .content ul li .text .more {
        margin-top: 30px
    }
}
@media screen and (max-width: 1250px) {
    .prodet-page .opt dl dd {
        padding:0 79px
    }
    .font-30 {
        font-size: 24px
    }
    .prodet-page .prodet-4 .left {
        width: 100%;
        max-width: 400px
    }
    .prodet-page .prodet-4 .right {
        width: 100%;
        margin-top: 40px;
        padding-left: 0
    }
}
@media screen and (max-width: 1100px) {
    .prodet-page:after {
        font-size:260px;
    }
    .prodet-page .opt dl dd {
        padding: 0 60px
    }
    .prodet-page .opt dl dd:before {
        left: 30px
    }
    .prodet-page .prodet-3 .content ul {
        margin-right: -20px
    }
    .prodet-page .prodet-3 .content ul li {
        padding-right: 20px
    }
}
@media screen and (max-width: 1000px) {
    .prodet-page:after {
        display:none;
    }
    .prodet-page .opt dl dd {
        margin-right: 0;
        padding: 0 20px 0 40px
    }
    .prodet-page .opt dl dd:before {
        left: 15px
    }
    .font-20 {
        font-size: 18px
    }
    .prodet-page .prodet-4 .right .cont {
        margin: 20px 0 20px
    }
}
@media screen and (max-width: 700px) {
  .font-48 {
    font-size: 30px;
   }
    .prodet-page .prodet-2 .opt {
        display: none;
    }
    .prodet-page .prodet-2 .ret .bt {
        display: block;
        height: 80px;
        line-height: 80px
    }
    .prodet-page .prodet-2 .ret .bt:before {
        top: 30px
    }
    .prodet-page .prodet-2 .ret .slide {
        display: block !important;
        margin-top: 30px
    }
    .prodet-page .prodet-2 .ret .slide:first-child {
        margin-top: 0
    }
    .prodet-page .prodet-3 {
        margin-top: 30px
    }
    .prodet-page .prodet-3 .opt dl dd {
        padding: 0 104px 0 79px;
        height: 80px;
        line-height: 80px;
        width: 100%
    }
    .prodet-page .prodet-3 .opt dl dd:before {
        top: 30px;
        left: 47px
    }
}
@media screen and (max-width: 500px) {
    .font-48 {
      font-size: 24px;
    }
    .prodet-page .prodet-2 .ret {
        margin-top:0
    }
    .prodet-page .prodet-3 .opt dl dd,.prodet-page .prodet-2 .ret .bt {
        height: 60px;
        line-height: 60px;
        padding: 0 0 0 30px
    }
    .prodet-page .prodet-3 .opt dl dd:before,.prodet-page .prodet-2 .ret .bt:before {
        left: 10px;
        top: 22px;
        width: 14px;
        height: 14px
    }
    .prodet-page .prodet-2 .ret form input {
        width: 100%;
        margin-right: 0
    }
    .prodet-page .prodet-4 .imgList {
        margin-top: 30px
    }
}
.about-page .about-1 {
  background: url(../images/about1-bg.png) no-repeat center;
  background-size: cover;
  padding: 5.78125% 0 3.28125% 0;
  position: relative;
}
.about-page .about-1 .left {
  width: 68.023%;
}
.about-page .about-1 .left .con {
  line-height: 1.7;
}
.about-page .about-1 .left .data ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .left .data ul li .num {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-1 .left .data ul li .num sub {
  display: inline-block;
  vertical-align: bottom;
  font-size: 28px;
  margin-bottom: 3px;
}
.about-page .about-1 .left .data ul li p {
  margin-top: 6px;
}
.about-page .about-1 .left .data ul li:hover {
  color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color1)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background-image: -moz-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background-image: linear-gradient(0deg, var(--color1) 0%, var(--color) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.about-page .about-1::after {
  content: '';
  position: absolute;
  left: 5.21%;
  right: 5.21%;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.about-page .about-1 .play{
  width: 6.15em;
  height: 6.15em;
  position: relative;
  top: 0;
  left: -100%;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  background: #2f4b9e;
}
.about-page .about-1 .play svg {
  font-size: 24px;
  /*-webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;*/
}
.about-page .about-1 .play svg text {
  font-size: 24px;
  fill: #fff;
}
.about-page .about-1 .play::before,
.about-page .about-1 .play::after{
  background: rgba(47,75,158,0.11);
}
.about-page .about-1 .play i{
  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%);
}
.about-page .about-3{
  padding-top: 6.25%;
}
.about-page .about-3 .bottom ul {
  margin: 65px -15px 0;
}
.about-page .about-3 .bottom ul li {
  padding: 0 15px;
}
.about-page .about-3 .bottom ul li:hover .img .text {
  opacity: 1;
}
.about-page .about-3 .bottom ul li .img {
  width: 100%;
  position: relative;
}
.about-page .about-3 .bottom ul li .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-3 .bottom ul li .img .text {
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#2659aa), to(rgba(38, 89, 170, 0)));
  background: -webkit-linear-gradient(bottom, #2659aa 0%, rgba(38, 89, 170, 0) 100%);
  background: -moz-linear-gradient(bottom, #2659aa 0%, rgba(38, 89, 170, 0) 100%);
  background: linear-gradient(to top, #2659aa 0%, rgba(38, 89, 170, 0) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 20px 20px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .about-4 {
  padding: 6.25% 0;
}
.about-page .about-4 ul{
  margin: 0 -15px;
}
.about-page .about-4 ul li{
  padding: 0 15px;
}
.about-page .about-5 {
  padding: 9.01042% 0 3.4375% 0;
}
.about-page .about-5 .content .top ul .slick-slide {
  height: auto;
}
.about-page .about-5 .content .top ul .slick-slide > div {
  height: 100%;
}
.about-page .about-5 .content .top ul li {
  height: 100%;
}
.about-page .about-5 .content .top ul li .ig {
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .content .top ul li .ig time {
  width: 79px;
  height: 79px;
  background-color: var(--color);
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.about-page .about-5 .content .top ul li .ig .line {
  display: block;
  width: 1px;
  height: 109px;
  background: rgba(0, 0, 0, 0.2);
  margin: 33px auto 20px;
}
.about-page .about-5 .content .top ul li .ig .con {
  line-height: 1.7;
}
.about-page .about-5 .content .top ul li .ig .icon {
  margin: 47px 0 -10px;
}
.about-page .about-5 .content .top ul li .ig .icon img {
  -webkit-filter: brightness(0) opacity(0.5);
  filter: brightness(0) opacity(0.5);
  display: inline-block;
}
.about-page .about-5 .content .top ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(210deg, #0467b8 0%, #507bf0 100%);
  background-image: -moz-linear-gradient(210deg, #0467b8 0%, #507bf0 100%);
  background-image: linear-gradient(240deg, #0467b8 0%, #507bf0 100%);
  border-radius: 10px;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .content .top ul li .ig .text .con{
  max-height: 180px;
  overflow-y: auto;
  padding-right: 10px;
}
.about-page .about-5 .content .top ul li .ig:hover {
  color: #fff;
}
.about-page .about-5 .content .top ul li .ig:hover::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.about-page .about-5 .content .top ul li .ig:hover time {
  background-color: #ffffff;
  color: var(--color1);
}
.about-page .about-5 .content .top ul li .ig:hover .line {
  background: rgba(255, 255, 255, 0.5);
}
.about-page .about-5 .content .top ul li .ig:hover .icon img {
  -webkit-filter: none;
  filter: none;
}
.about-page .about-5 .content .bottom .prev,
.about-page .about-5 .content .bottom .next {
  width: 51px;
  height: 51px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0467b8), to(#507bf0));
  background-image: -webkit-linear-gradient(bottom, #0467b8 0%, #507bf0 100%);
  background-image: -moz-linear-gradient(bottom, #0467b8 0%, #507bf0 100%);
  background-image: linear-gradient(0deg, #0467b8 0%, #507bf0 100%);
  border-radius: 10px;
  text-align: center;
  line-height: 51px;
  color: #fff;
  font-size: 22px;
  position: relative;
  z-index: 2;
}
.about-page .about-5 .content .bottom .qh {
  width: 94%;
  position: relative;
  z-index: 1;
}
.about-page .about-5 .content .bottom .qh ul {
  padding: 0 130px;
}
.about-page .about-5 .content .bottom .qh ul li {
  padding: 7px;
}
.about-page .about-5 .content .bottom .qh ul li i {
  width: 16px;
  height: 16px;
  background-color: #666666;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .content .bottom .qh ul li i::before,
.about-page .about-5 .content .bottom .qh ul li i::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;
}
.about-page .about-5 .content .bottom .qh ul li i::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-5 .content .bottom .qh ul .slick-current li i {
  background-color: var(--color1);
}
.about-page .about-5 .content .bottom .qh ul .slick-current + div li,
.about-page .about-5 .content .bottom .qh ul .slick-current + div + div li {
  text-align: center;
}
.about-page .about-5 .content .bottom .qh ul .slick-current + div li {
  padding-right: 130px;
}
.about-page .about-5 .content .bottom .qh ul .slick-current + div + div li {
  padding-left: 130px;
}
.about-page .about-5 .content .bottom .qh ul .slick-current + div + div + div li {
  text-align: right;
}
.about-page .about-5 .content .bottom .qh::after {
  content: '';
  position: absolute;
  top: 46%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.factory-page {
  padding: 100px 0 80px;
}
.factory-page .bottom .list ul {
  margin: 0px -10px;
}
.factory-page .bottom .list ul li {
  padding: 35px 10px;
}
.factory-page .bottom .list ul li a.img-box {
  display: block;
}
.factory-page .bottom .list ul li a.img-box img {
  width: 100%;
}
.factory-page .bottom .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-zoom.png") center center no-repeat rgba(4,103,184, 0.7);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .bottom .list ul li a.img-box:hover:after {
  opacity: 1;
}
.factory-page .bottom .list ul li span.h6 {
  font-size: 22px;
  font-family: var(--font);
  color: #120c0b;
  display: block;
  margin-top: .5em;
}
.inner-page .m-page {
  margin-top: 30px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  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;
  color: #0a1119;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 5px;
  border: 1px solid rgba(10, 17, 25, 0.15);
  border-radius: 50%;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
@media (max-width: 1800px) {
  .about-page .about-5 .content .bottom .qh {
    width: 92%;
  }
}
@media (max-width: 1600px) {
  .factory-page {
    padding: 80px 0;
  }
  .factory-page .bottom .list ul li span.h6{
    font-size: 20px;
  }
  .factory-page .bottom .list {
    margin: 50px 0;
  }
  .factory-page .bottom .list ul li {
    padding: 10px;
  }
  .factory-page .bottom .list ul {
    margin: -10px;
  }
}
@media (max-width: 1450px) {
  .about-page .about-5 .content .bottom .qh ul .slick-current + div li {
    padding-right: 0;
  }
  .about-page .about-5 .content .bottom .qh ul .slick-current + div + div li {
    padding-left: 0;
    text-align: right;
  }
   .factory-page {
    padding: 60px 0;
  }
  .factory-page .bottom .list ul li span.h6{
    font-size: 18px;
  }
  .factory-page .bottom .list ul li span.h6{
    font-size: 16px;
  }
}
@media (max-width: 1250px) {
  .about-page .about-5 .content .bottom .qh ul {
    padding: 0 100px;
  }
  .about-page .about-5 .content .bottom .qh {
    width: 90%;
  }
  .factory-page .bottom .list ul li span.h6{
     font-size: 14px;
     line-height: 2;
   }
}
@media (max-width: 1000px) {
  .about-page .about-1 .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;
  }
  .about-page .about-1 .left {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-5 .content .top ul {
    margin: 0 -12px;
  }
  .about-page .about-5 .content .top ul li {
    padding: 0 12px;
  }
  .about-page .about-5 .content .top ul li .ig {
    padding: 20px 10px;
  }
  .about-page .about-5 .content .bottom .qh {
    width: 83%;
  }
  .about-page .about-5 .content .bottom .qh ul {
    padding: 0 60px;
  }
}
@media (max-width: 700px) {
  .about-page .about-1 .left .data ul li .num {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .data ul li {
    width: 50%;
  }
  .about-page .about-5 .content .bottom .qh {
    width: 66%;
  }
  .about-page .about-5 .content .bottom .qh ul .slick-current li {
    text-align: center;
  }
  .factory-page{
    padding: 40px 0;
  }
}
.down-page .content ul{
  margin: 0 -16px;
}
.down-page .content ul li{
  width: 50%;
  padding: 16px;
}
.down-page .content ul li .box{
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 30px;
}
.down-page .content ul li .box .text{
  gap:20px;
}
.down-page .content ul li .box .text h5{
  font-size:18px;
  font-weight: bold;
  width: 100%;
  word-break: break-all;
}
.down-page .content ul li .box .text a,.down-page .content ul li .box .text img{
  flex-shrink: 0;
}
@media (max-width: 700px) {
  .down-page .content ul li{
    width: 100%;
  }
}
ul.video{
    margin: 0 -15px;
}
ul.video li{
    padding: 15px;
}
ul.video li .block{
    position: relative;
}
ul.video li .block .play{
 position: absolute;
 z-index: 9;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%);
}
.service-page{
  padding: 5.625% 0 7.4%;
}
.service-page ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-page ul li .text{
  background-color: #f6f6f6;
  height: auto;
  padding: 20px 7.75% 20px 6.625%;
}
.service-page ul li .text .ig{
  height: 100%;
}
.service-page ul li .text .ig .con{
  line-height: 1.6;
}
.service-page ul li:nth-child(even){
  -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
}
.service-page ul li:last-child{
  margin-bottom: 0;
}
.turn-page{
  padding-top: 4.8%;
}
.turn-page .turn1 .left{
  width: 40.75%;
}
.turn-page .turn1 .left .tag{
  font-weight: 400;
  border-bottom: 1px solid #cecece;
}
.turn-page .turn1 .left .title{
  line-height: 1.1;
}
.turn-page .turn1 .left .con{
  line-height: 1.6;
}
.turn-page .turn1 .right{
  width: 50.75%;
}
.turn-page .turn2{
  padding: 4.1146% 0 3.96%;
}
.turn-page .turn2 ul .slick-slide{
  height: auto;
}
.turn-page .turn2 ul .slick-slide > div{
  height: 100%;
}
.turn-page .turn2 ul li{
  height: 100%;
}
.turn-page .turn2 ul li .ig{
  background-color: #f4f4f4;
	border-radius: 4px;
  height: 100%;
}
.turn-page .turn2 ul li .ig i{
  display: inline-block;
  line-height: 49px;
}
.turn-page .turn2 ul li .ig i img{
  vertical-align: middle;
}
.turn-page .turn2 ul li .ig .con{
  line-height: 1.5;
}
.turn-page .turn2 ul li .ig:hover .title{
  color: var(--color);
}
.turn-page .turn3{
  background-color: #f4f4f4;
	border-radius: 4px;
  padding: 5.1042% 0 5.21%;
}
.turn-page .turn3 .left{
  width: 40.75%;
}
.turn-page .turn3 .left .title{
  line-height: 1.1;
}
.turn-page .turn3 .left .content ul li i{
  width: 23px;
}
.turn-page .turn3 .left .content ul li span{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 18px;
}
.turn-page .turn3 .left .content ul li:last-child{
  margin-bottom: 0;
}
.turn-page .turn3 .right{
  width: 50.75%;
}
.turn-page .turn3 .right form input[type="text"] {
  width: 100%;
  margin-bottom: 25px;
  height: 50px;
  background-color: #ececec;
  padding: 0 32px;
  border: none;
  font-size: 14px;
}
.turn-page .turn3 .right form input[type="submit"] {
  width: 125px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #32469b;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.turn-page .turn3 .right form input[type="submit"]:hover {
  background-color: #00923f;
}
@media (max-width: 1000px) {
  .font-40{
    font-size: 30px;
  }
  .turn-page .turn1 .left,
  .turn-page .turn3 .left,
  .turn-page .turn1 .right,
  .turn-page .turn3 .right{
    width: 100%;
  }
  .turn-page .turn1 .right,
  .turn-page .turn3 .right{
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
    .font-26 {
     font-size: 22px;
   }
  .service-page ul li .img,
  .service-page ul li .text{
    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;
  -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;
}
