@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyRegular.eot');
  src: url('../fonts/RanyRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyRegular.woff2') format('woff2'), url('../fonts/RanyRegular.woff') format('woff'), url('../fonts/RanyRegular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'MODERNIZ';
  src: url('../fonts/MODERNIZ.eot');
  src: url('../fonts/MODERNIZ.eot?#iefix') format('embedded-opentype'), url('../fonts/MODERNIZ.woff2') format('woff2'), url('../fonts/MODERNIZ.woff') format('woff'), url('../fonts/MODERNIZ.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyMedium.eot');
  src: url('../fonts/RanyMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyMedium.woff2') format('woff2'), url('../fonts/RanyMedium.woff') format('woff'), url('../fonts/RanyMedium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyBold.eot');
  src: url('../fonts/RanyBold.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyBold.woff2') format('woff2'), url('../fonts/RanyBold.woff') format('woff'), url('../fonts/RanyBold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  --color: #86c9db;
  --color1: #1c6f99;
  font-family: 'Rany';
  font-weight: 400;
  color: #111;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1470px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  background: #1c6f99;
  color: #fff;
  padding: 15px 35px 14px 34px;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  background-color: #86c9db;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.more:hover:before {
  width: 100%;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#header .box .h-top {
  padding: 13px 0 12px;
  border-bottom: 1px solid #fff;
}
#header .box .h-top ul li span {
  font-size: 20px;
  margin-left: 9px;
  color: #fff;
}
#header .box .h-top .search {
  margin: 0 0 0 auto;
  width: 34.483%;
}
#header .box .h-top .search form {
  width: 100%;
  position: relative;
}
#header .box .h-top .search form input[type="text"] {
  width: 100%;
  height: 35px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 18px;
  border: 0;
  font-size: 16px;
  padding: 0 42px 0 28px;
}
#header .box .h-top .search form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
#header .box .h-top .search form input[type="text"]:-moz-placeholder {
  color: #fff;
}
#header .box .h-top .search form input[type="text"]::-moz-placeholder {
  color: #fff;
}
#header .box .h-top .search form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
#header .box .h-top .search form input[type="text"]::placeholder {
  color: #fff;
}
#header .box .h-top .search form input[type="submit"] {
  position: absolute;
  top: 8px;
  right: 20px;
  width: 17px;
  height: 17px;
  background: url(../images/search.png) no-repeat center;
  border: 0;
}
#header .nav {
  position: relative;
  padding-top: 12px;
}
#header .nav .menu-box ul.menu > li {
  font-size: 18px;
  line-height: 1;
  margin-right: 69px;
  color: #fff;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .menu-box ul.menu > li:first-child {
  display: none;
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .yuy {
  margin: 0 0 0 auto;
}
#header .nav .yuy span {
  display: inline-block;
  padding-right: 21px;
  border-right: 1px solid #fff;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
}
#header.inner,
#header.active {
  background: var(--color);
}
.i-tag {
  font-size: 18px;
  color: var(--color);
  line-height: 1.6;
  display: block;
  text-transform: uppercase;
}
.i-title {
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 60px;
  margin-top: 10px;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#banner ul li {
  position: relative;
  height: 100vh;
  min-height: 200px;
}
#banner ul li video{
  width: 100%;
  height: 100%;
  object-fit: fill;
}
#banner ul li::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/lanxicool/2026/03/19/123.png) no-repeat center;
  background-size: cover;
}
#banner ul li .text {
  position: absolute;
  top: 32%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
#banner ul li .text .tit {
  line-height: 1.2;
  font-family: 'MODERNIZ';
}
#banner ul li .text .tit:first-child {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(rgba(255, 255, 255, 0.01)));
  background: -webkit-linear-gradient(top, #fff 50%, rgba(255, 255, 255, 0.01) 100%);
  background: -moz-linear-gradient(top, #fff 50%, rgba(255, 255, 255, 0.01) 100%);
  background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0.01) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#banner ul li .text .con {
  line-height: 1.5;
  color: #666;
  max-width: 510px;
  margin: 10px auto 0;
}
#banner ul li .text .tit,
#banner ul li .text .con {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .tit,
#banner ul .swiper-slide-active .text .con {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .tit {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-16 {
  line-height: 1.6;
}
.font-18 {
  line-height: 1.7;
}
@-webkit-keyframes imgIn {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes imgIn {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes imgIn {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes upshake {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  30% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  40% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  60% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  70% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  80% {
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }
  90% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
@-moz-keyframes upshake {
  0%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20% {
    -moz-transform: translateY(3px);
    transform: translateY(3px);
  }
  30% {
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  40% {
    -moz-transform: translateY(2px);
    transform: translateY(2px);
  }
  50% {
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  60% {
    -moz-transform: translateY(1px);
    transform: translateY(1px);
  }
  70% {
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  80% {
    -moz-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }
  90% {
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
@keyframes upshake {
  0%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    transform: translateY(3px);
  }
  30% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  40% {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    transform: translateY(2px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  60% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    transform: translateY(1px);
  }
  70% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  80% {
    -webkit-transform: translateY(0.5px);
    -moz-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }
  90% {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
#index-body .i-category {
  padding: 4.6875% 0 6.875%;
}
#index-body .i-category .arrow a {
  width: 45px;
  height: 45px;
  font-size: 22px;
  background: var(--color);
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .arrow a:hover {
  background: var(--color1);
}
#index-body .i-category .content ul li {
  padding-bottom: 4px;
}
#index-body .i-category .content ul li .ig .img-box {
  background: var(--color);
}
#index-body .i-category .content ul li .ig .tit {
  line-height: 1.3;
}
#index-body .i-category .content ul li .ig .line {
  width: 0;
  border-bottom: 1px solid var(--color);
  position: relative;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
  margin-top: 3px;
}
#index-body .i-category .content ul li .ig .line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: var(--color);
  opacity: 0;
}
#index-body .i-category .content ul li .ig:hover .img-box {
  background: var(--color1);
}
#index-body .i-category .content ul li .ig:hover .tit {
  color: var(--color1);
}
#index-body .i-category .content ul li .ig:hover .line {
  width: 100%;
}
#index-body .i-category .content ul li .ig:hover .line::after {
  opacity: 1;
}
#index-body .i-category .content .slick-list {
  overflow: unset;
  padding-right: 12.6%;
}
#index-body .i-application .content {
  height: 717px;
}
#index-body .i-application .content .img {
  height: inherit;
  position: relative;
}
#index-body .i-application .content .img .item {
  width: 100%;
  height: 100%;
  background-position: center left;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
}
#index-body .i-application .content .img .item.zIndex {
  z-index: 1;
}
#index-body .i-application .content .img .item.active {
  opacity: 1;
  z-index: 2;
}
#index-body .i-application .content .text {
  position: absolute;
  z-index: 2;
  top: -131px;
  right: 12.5%;
  width: 29.375%;
  background-color: #86c9db;
  padding: 57px 55px 49px;
  color: #fff;
}
#index-body .i-application .content .text .con {
  line-height: 1.3;
}
#index-body .i-application .content .text ul {
  margin: -10px -9px;
}
#index-body .i-application .content .text ul li {
  padding: 10px 9px;
}
#index-body .i-application .content .text ul li .ig {
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  padding: 35px 25px 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-application .content .text ul li .ig i {
  display: inline-block;
  line-height: 76px;
}
#index-body .i-application .content .text ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-application .content .text ul li .ig p {
  line-height: 1.2;
  font-weight: 500;
}
#index-body .i-application .content .text ul li.active .ig {
  background: #fff;
  color: var(--color1);
}
#index-body .i-application .content .text ul li.active .ig i {
  -webkit-animation: upshake 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -moz-animation: upshake 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: upshake 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
#index-body .i-product {
  background: url(../images/pbg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 7.5% 0 73px;
}
#index-body .i-product .left {
  width: 32.5%;
  overflow: hidden;
}
#index-body .i-product .left .slick-track {
  display: block;
}
#index-body .i-product .left ul {
  margin-bottom: -27px;
}
#index-body .i-product .left ul li {
  padding-bottom: 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#index-body .i-product .left ul li .ig {
  background-color: #dadada;
  padding: 10px 20px;
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .left ul li .ig .text {
  width: 61.5%;
  letter-spacing: 1px;
  color: #666666;
  line-height: 1.4;
}
#index-body .i-product .left ul li .ig .img-box {
  width: 38.5%;
}
#index-body .i-product .left ul li .ig .img-box img {
  width: 100%;
  height: 89px;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-product .left ul .slick-current li .ig {
  opacity: 1;
}
#index-body .i-product .right {
  width: 56.32%;
}
#index-body .i-product .right .title {
  display: block;
  color: var(--color1);
  letter-spacing: 1px;
  line-height: 1.2;
  margin-top: 8px;
}
#index-body .i-product .right .img-box img {
  width: 100%;
  height: 457px;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-about {
  background: url(../images/a-bg.png) no-repeat right top;
  padding: 6.51042% 0 4.6875%;
}
#index-body .i-about .top .img {
  width: 50.139%;
}
#index-body .i-about .top .img .play {
  width: 4.05em;
  height: 4.05em;
  background: var(--color1);
}
#index-body .i-about .top .text {
  width: 49.861%;
}
#index-body .i-about .top .text .con {
  color: #666;
}
#index-body .i-about .top .text .con h1 {
  display: inline;
}
#index-body .i-about .bottom {
  border-top: 1px solid #cbcbcb;
}
#index-body .i-about .bottom ul li .top {
  line-height: 1.5;
  color: #777777;
}
#index-body .i-about .bottom ul li .top i {
  width: 24px;
}
#index-body .i-about .bottom ul li .top span {
  margin-left: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-about .bottom ul li:hover .num{
  color: var(--color);
}
#index-body .i-advantage {
  background: url(../images/adbg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 5.83% 0 6.2%;
  color: #fff;
}
#index-body .i-advantage .i-tag {
  color: #fff;
}
/*#index-body .i-advantage .i-tag::before {
  content: '';
  width: 35px;
  height: 19px;
  background: url(../images/ad-tb.png) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 14px 0 0;
}*/
#index-body .i-advantage ul {
  margin: -21.5px;
}
#index-body .i-advantage ul li {
  padding: 21.5px;
}
#index-body .i-advantage ul li .ig .text {
  background: rgba(134, 201, 219, 0.64);
  padding-bottom: 30px;
}
#index-body .i-advantage ul li .ig .text i {
  position: relative;
  display: block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  margin: -43px auto 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#index-body .i-advantage ul li .ig .text i img {
  vertical-align: middle;
}
#index-body .i-advantage ul li .ig .mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 59px 62px 54px 54px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#index-body .i-advantage ul li .ig .mask .name {
  color: #333;
  width: 90%;
}
#index-body .i-advantage ul li .ig .mask .desc {
  color: #777;
  line-height: 1.5;
  max-height: 144px;
  overflow-y: auto;
}
#index-body .i-advantage ul li .ig .mask .line {
  border-bottom: 1px solid var(--color);
  position: relative;
}
#index-body .i-advantage ul li .ig .mask .line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: var(--color);
}
#index-body .i-advantage ul li .ig .mask .more {
  background: var(--color);
}
#index-body .i-advantage ul li .ig .mask .more::before {
  background: var(--color1);
}
#index-body .i-advantage ul li .ig:hover .mask {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-case {
  background-color: #f0f9fb;
  padding: 5.6771% 0 5.573%;
}
#index-body .i-case ul li .tag {
  color: rgba(0, 0, 0, 0.5);
}
#index-body .i-case ul li .tag img {
  margin-right: 14px;
}
#index-body .i-case ul li .line {
  border-bottom: 1px solid var(--color);
}
#index-body .i-case ul li .line::after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color);
}
#index-body .i-news {
  padding: 5.99% 0 0;
}
#index-body .i-news .right {
  border-bottom: 1px solid var(--color);
  color: #777777;
  position: relative;
}
#index-body .i-news .content ul .slick-track{
  display: block;
}
#index-body .i-news .right a:first-child {
  color: var(--color1);
}
#index-body .i-news .right::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color);
}
#index-body .i-news .content .img {
  width: 48.403%;
}
#index-body .i-news .content .text {
  width: 51.597%;
}
#index-body .i-news .content .text .title {
  color: #333;
  line-height: 1.1;
  width: 90%;
}
#index-body .i-news .content .text .title:hover {
  color: var(--color1);
}
#index-body .i-news .content .text p {
  color: #777777;
  line-height: 1.5;
}
#index-body .i-news .content .text time {
  color: #777777;
}
#index-body .i-news .content ul {
  margin-bottom: -42px;
}
#index-body .i-news .content ul li {
  border-bottom: 1px solid #cbcbcb;
  padding: 68px 0 42px;
}
#index-body .i-news .content .img ul li{
  padding: 0;
}
#index-body .i-news .content ul .slick-current li {
  padding-top: 0;
}
#index-body .i-news .content ul .slick-current + div li {
  border-bottom: 0;
}
#index-body .i-partner {
  padding: 4.58% 0 4.792%;
}
#index-body .i-partner ul li .img-box {
  padding: 33px;
  border-radius: 50%;
  background: url(../images/pabg.png) no-repeat center;
  background-size: 100% 100%;
}
#footer {
  background: var(--color1);
  color: #fff;
}
#footer .f-form {
  background: var(--color);
  margin-top: -86px;
  position: relative;
  z-index: 1;
  padding: 40px 50px 40px;
}
#footer .f-form .form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-form .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#footer .f-form .form form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  padding: 0 10px;
  outline: none;
}
#footer .f-form .form form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-form .form form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-form .form form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-form .form form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-form .form form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-form .form form input:nth-child(3) {
  border-left: 0;
}
#footer .f-form .form form input[name="content"] {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -moz-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
#footer .f-form .form form button {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
#footer .f-content {
  color: #fff;
}
#footer .f-content .tit {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  margin: 4px 0 19px;
  text-transform: uppercase;
}
#footer .f-content ul li {
  font-size: 16px;
  line-height: 1.8;
  opacity: .75;
  margin-bottom: 4px;
}
#footer .f-content ul li a {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover::after {
  width: 100%;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .f-ab .f-logo {
  display: inline-block;
}
#footer .f-content .f-ab .tit {
  margin: 0;
}
#footer .f-content .f-ab dl dd {
  margin-right: 24px;
}
#footer .f-content .f-ab dl dd a {
  display: block;
  width: 30px;
  height: 31px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  line-height: 31px;
  font-size: 18px;
  color: var(--color1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-ab dl dd a:hover{
  background: var(--color);
  color: #fff;
}
#footer .f-content .f-ab dl dd:last-child {
  margin-right: 0;
}
#footer .f-content .f-ab #ewm {
  width: 86px;
  border: 4px solid #fff;
}
#footer .f-content .f-contact {
  max-width: 290px;
}
#footer .f-content .f-contact ul li {
  line-height: 2;
  margin-bottom: 8px;
}
#footer .f-content .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-copy {
  line-height: 1.4;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 4px 0 1px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  opacity: 1;
  text-transform: capitalize;
  fill: rgba(255, 255, 255, 0.5);
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1680px) {
  #index-body .i-application .content .text {
    right: 7.5%;
    width: 37%;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .menu-box ul.menu > li {
    margin-right: 50px;
  }
  #banner ul li .text {
    top: 36%;
  }
  #index-body .i-application .content .text {
    right: 3.5%;
    padding: 30px 28px 25px;
  }
  #index-body .i-application .content {
    height: 600px;
  }
  #index-body .i-advantage ul li .ig .mask {
    padding: 59px 31px 54px 27px;
  }
}
@media screen and (max-width: 1250px) {
   #banner ul li {
    height: 500px;
  }
  .i-tag {
    font-size: 17px;
  }
  .i-title {
    font-size: 50px;
  }
  #index-body .i-application .content {
    height: 500px;
  }
  #index-body .i-application .content .text ul li .ig {
    padding: 18px 13px 13px;
  }
  #index-body .i-about .top .text {
    padding-left: 30px;
  }
  #index-body .i-about .top .text .more {
    margin-top: 40px;
  }
  #index-body .i-advantage .font-30 {
    font-size: 18px;
  }
  #index-body .i-advantage ul li .ig .mask {
    padding: 20px 15px;
  }
  #index-body .i-advantage ul li .ig .mask .name {
    width: 100%;
  }
  #index-body .i-advantage ul li .ig .mask .desc {
    max-height: 130px;
  }
  #index-body .i-news .content ul li {
    padding: 34px 0 21px;
  }
  #footer .f-form .form {
    margin: 20px 0 0 0;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
  }
  #footer .f-content {
    zoom: .78;
  }
}
@media screen and (max-width: 1000px) {
  #banner ul li {
    height: 400px;
  }
  .font-24,
  .font-20 {
    font-size: 20px;
  }
  .i-title {
    font-size: 40px;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-29 {
    font-size: 24px;
  }
  #index-body .i-application .content {
    height: auto;
  }
  #index-body .i-application .content .img {
    height: 300px;
  }
  #index-body .i-application .content .text {
    position: initial;
    width: 100%;
  }
  #index-body .i-product .left {
    display: none;
  }
  #index-body .i-product .right {
    width: 100%;
  }
  #index-body .i-about .top .img {
    width: 100%;
  }
  #index-body .i-about .top .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #index-body .i-about .bottom ul {
    margin: -6px;
  }
  #index-body .i-about .bottom ul li {
    width: 50%;
    padding: 6px;
  }
  #index-body .i-advantage ul li {
    width: 50%;
  }
  #index-body .i-news .content .img {
    display: none;
  }
  #index-body .i-news .content .text {
    width: 100%;
    padding: 0;
  }
  #footer .f-form {
    padding: 30px 20px;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  .fixed-toolbar {
    bottom: 5%;
    zoom: .8;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li {
    height: 300px;
  }
  .font-24,
  .font-20 {
    font-size: 18px;
  }
  .font-30 {
    font-size: 22px;
  }
  #index-body .i-category .content ul .slick-list {
    padding-right: 0;
    overflow: hidden;
  }
  #index-body .i-product .right .img-box img {
    height: auto;
  }
  #index-body .i-advantage ul {
    margin: -6px;
  }
  #index-body .i-advantage ul li {
    padding: 6px;
    width: 100%;
  }
  #index-body .i-news .right {
    width: 100%;
  }
  #footer .f-form .form form {
    display: block;
    border-bottom: 0;
  }
  #footer .f-form .form form input {
    font-size: 14px;
    padding: 15px 0;
    margin-bottom: 15px;
    width: 100%;
    -webkit-box-flex: unset!important;
    -webkit-flex: unset!important;
    -moz-box-flex: unset!important;
    -ms-flex: unset!important;
    flex: unset!important;
    border-left: none!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #footer .f-content .f-ab .bottom {
    margin-top: 20px;
  }
  #footer .f-content .f-ab #ewm {
    display: none;
  }
  #footer .f-content .f-contact {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li {
    height: 200px;
  }
  #banner ul li .text .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  #banner ul li .text .con {
    display: none;
  }
  .i-tag {
    font-size: 16px;
  }
  .i-title {
    font-size: 30px;
  }
  #index-body .i-application .content .img {
    height: 200px;
  }
  #index-body .i-application .content .text {
    padding: 30px 15px 25px;
  }
  #index-body .i-application .content .text ul li .ig {
    padding: 18px 9px 13px;
  }
  #index-body .i-application .content .text ul li .ig p {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .i-product {
    padding: 30px 0;
  }
  .more {
    font-size: 16px;
    padding: 10px 20px;
  }
  #index-body .i-about .top .text .more {
    margin-top: 20px;
  }
  #index-body .i-about .bottom ul li {
    width: 100%;
  }
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.moreCont .moreCir {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: var(--color1);
  margin-right: 20px;
}
.moreCont .moreCir .moreImg {
  width: 13px;
  height: 13px;
}
.moreCont:hover .moreCir {
  background-color: #000;
}
.moreCont:hover .moreCir .moreImg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inner-banner {
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 658px;
  padding: 80px;
}
.inner-banner .container {
  color: #fff;
}
.inner-banner .container .imgC .img {
  width: 50px;
  height: 50px;
  margin-top: 10px;
}
.inner-banner .container .imgC .text {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  padding-left: 16px;
}
.inner-banner .container .catName {
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 10px;
  display: none;
}
.inner-banner .container .catName span {
  display: inline-block;
  position: relative;
}
.inner-banner .container .catDes {
  margin: 30px 0;
  max-width: 1030px;
}
.inner-banner .container .mbx {
  margin-top: 10px;
}
.inner-banner .container .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .container .mbx a:hover {
  color: var(--color1);
}
.about-page .init-1 .container .left {
  padding-right: 60px;
  width: 50%;
}
.about-page .init-1 .container .left .title1 {
  display: block;
}
.about-page .init-1 .container .left .title1 img {
  display: block;
  margin: auto;
}
.about-page .init-1 .container .left .title2 {
  color: var(--color1);
  text-align: center;
  margin-top: 20px;
}
.about-page .init-1 .container .left .title3 {
  margin-top: 20px;
  color: var(--color1);
}
.about-page .init-1 .container .left .title3 .playTips{
  font-size: 40px;
  margin-left: 20px;
  margin-top: 10px;
}
.about-page .init-1 .container .left .title3 .play {
  position: relative;
  margin: 10px 0 0 50px;
  cursor: pointer;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--color1);
  color: #fff;
}
.about-page .init-1 .container .left .title3 .play .img {
  width: 26px;
  height: 26px;
  position: relative;
}
.about-page .init-1 .container .left .title3 .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color1);
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.about-page .init-1 .container .left .title3 .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-page .init-1 .container .right {
  padding-left: 40px;
  width: 50%;
}
.about-page .init-1 .container .right .title {
  color: var(--color1);
}
.about-page .init-1 .container .right .des {
  color: #666666;
  line-height: 1.8;
  margin-top: 20px;
}
.about-page .init-2 {
  overflow: hidden;
}
.about-page .init-2 .container {
  overflow: hidden;
  height: 700px;
}
.about-page .init-2 .container img {
  display: block;
  width: 100%;
}
.about-page .init-3 {
  margin-top: -24px;
}
.about-page .init-3 .container ul {
  padding-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-3 .container ul li {
  padding: 0 5px;
}
.about-page .init-3 .container ul li .box .top {
      font-family: 'rany';
  font-size: 60px;
  line-height: 1;
  font-weight:bold;
}
.about-page .init-3 .container ul li .box .top .sub {
  font-size: 30px;
}
.about-page .init-3 .container ul li .box .bottom {
  color: #777777;
  margin-top: 10px;
}
.about-page .init-3 .container ul li .box:hover .top {
  color: var(--color1);
}
.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-4 .container .tipsTitle {
  text-align: center;
  color: var(--color1);
  font-weight:bold;
}
.about-page .init-4 .container .content {
  position: relative;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 10px auto 0;
}
.about-page .init-4 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 0;
  -webkit-box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.about-page .init-4 .container .content .btn.slick-disabled{
  opacity: 0;
  pointer-events: none;
}
.about-page .init-4 .container .content .btn i {
  width: 20px;
  height: 20px;
}
.about-page .init-4 .container .content .btn:hover {
  background-color: var(--color1);
}
.about-page .init-4 .container .content .btn:hover i {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page .init-4 .container .content .prev {
  left: 0;
}
.about-page .init-4 .container .content ul li {
  padding: 0 20px;
}
.about-page .init-4 .container .content ul li .box {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
.about-page .init-4 .container .content ul li .box .num {
  font-size: 480px;
  font-weight: bold;
  text-align: center;
  color: rgba(229, 229, 229, 0.6);
  line-height: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .init-4 .container .content ul li .box .desC {
  height: 500px;
  padding-right: 10px;
  overflow-y: hidden;
}
.about-page .init-4 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.about-page .init-4 .container .content2 {
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 20px auto 0;
  position: relative;
}
.about-page .init-4 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #a6a6a6;
}
.about-page .init-4 .container .content2 ul .slick-track {
  margin-left: 0;
}
.about-page .init-4 .container .content2 ul .slick-current li .box .num {
  color: var(--color1);
}
.about-page .init-4 .container .content2 ul .slick-current li .box .cir {
  background-color: var(--color1);
}
.about-page .init-4 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page .init-4 .container .content2 ul li .box .num {
  font-size: 24px;
  line-height: 1;
}
.about-page .init-4 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}
.about-page .init-5 .container .tipsTitle {
  text-align: center;
  color: var(--color1);
  font-weight:bold;
}
.about-page .init-5 .container .content ul {
  margin: -6px -6px -6px 0;
}
.about-page .init-5 .container .content ul li {
  position: relative;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 16.66%;
}
.about-page .init-5 .container .content ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--color1);
  border-radius: 50%;
  bottom: -5px;
  right: -5px;
  z-index: 2;
}
.about-page .init-5 .container .content ul li .box {
  height: 100%;
}
.about-page .init-5 .container .content ul li .box .imgC {
  padding: 20px;
  height: 100%;
}
.about-page .init-5 .container .content ul li .box .imgC img {
  max-width: 100%;
}
.about-page .init-5 .container .content ul li:nth-child(-n+6) {
  border-top: none;
}
.about-page .init-5 .container .content ul li:nth-child(6n) {
  border-right: none;
}
.about-page .init-6 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-6 .container .left {
  width: 35%;
}
.about-page .init-6 .container .left .tipsTitle {
  color: var(--color1);
  font-weight:bold;
}
.about-page .init-6 .container .left .tipsDes {
  color: #666666;
  margin-top: 30px;
  line-height: 1.8;
}
.about-page .init-6 .container .left .img {
  margin-top: 60px;
}
.about-page .init-6 .container .left .img img {
  width: 100%;
}
.about-page .init-6 .container .right {
  width: 59%;
  margin: 10px 0 0 auto;
}
@media (max-width: 1800px) {
  .inner-banner .container .catName {
    font-size: 80px;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 400px;
  }
}
@media (max-width: 1500px) {
  .font-80 {
    font-size: 60px;
  }
  .about-page .init-2 .container {
    height: 600px;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 300px;
  }
}
@media (max-width: 1250px) {
  .inner-banner {
    min-height: 500px;
  }
  .inner-banner .container .catName {
    font-size: 60px;
  }
  .about-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    text-align: center;
  }
  .about-page .init-1 .container .right .title {
    padding-left: 0;
  }
  .about-page .init-2 .container {
    height: 530px;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 200px;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
    background: #000 !important;
    min-height: auto;
    padding: 40px 0;
  }
  .inner-banner .container .catName {
    font-size: 60px;
  }
  .about-page .init-1 .container .left .title1 img {
    max-width: 400px;
    width: 100%;
  }
  .about-page .init-3 .container ul li .box .top {
    font-size: 40px;
  }
  .about-page .init-2 .container {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 160px;
  }
  .about-page .init-4 .container .content {
    width: 100%;
  }
  .about-page .init-5 .container .content ul li .box .imgC {
    padding: 10px;
  }
  .about-page .init-6 .container .left {
    width: 100%;
  }
  .about-page .init-6 .container .right {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .about-page .init-2 .container {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 130px;
  }
}
@media (max-width: 500px) {
  .font-80 {
    font-size: 24px;
  }
  .inner-banner .container .imgC .img {
    width: 30px;
    height: 30px;
    margin-top: 4px;
  }
  .inner-banner .container .imgC .text {
    padding-left: 8px;
  }
  .about-page .init-1 .container .left .title2 {
    margin-top: 30px;
  }
  .about-page .init-1 .container .left .title3 .play {
    margin-left: 30px;
  }
  .inner-banner .container .catName {
    font-size: 24px;
  }
  .about-page .init-3 {
    margin-top: 20px;
  }
  .about-page .init-3 .container ul{
    padding-top: 0;
  }
  .about-page .init-3 .container ul li {
    margin-top: 20px;
    width: 50%;
  }
  .about-page .init-3 .container ul li .box .top {
    font-size: 30px;
  }
  .about-page .init-4 .container .content {
    padding-top: 80px;
  }
  .about-page .init-4 .container .content .btn {
    width: 40px;
    height: 40px;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 50%;
  }
  .about-page .init-4 .container .content .prev {
    left: -webkit-calc(0%);
    left: -moz-calc(0%);
    left: calc(50% - 50px);
  }
  .about-page .init-4 .container .content .next {
    left: -webkit-calc(60%);
    left: -moz-calc(60%);
    left: calc(50% + 10px);
  }
  .about-page .init-4 .container .content ul li {
    padding: 0 10px;
  }
  .about-page .init-4 .container .content ul li .box {
    padding: 0;
  }
  .about-page .init-4 .container .content ul li .box .num {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page .init-4 .container .content ul li .box .desC {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 60px;
  }
  .about-page .init-4 .container .content ul li .box .desC {
    text-align: left;
    margin-top: 20px;
  }
  .about-page .init-4 .container .content ul li .box .desC .des {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }
  .about-page .init-4 .container .content2 {
    width: 100%;
  }
  .about-page .init-5 .container .content .contC {
    padding-right: 4px;
    overflow-y: auto;
    max-height: 400px;
  }
  .about-page .init-5 .container .content ul li {
    width: 33.33%;
  }
  .about-page .init-6 .container .left .img {
    margin-top: 30px;
  }
}
.factory-page{
  padding: 70px 0;
}
.factory-page .gallery-list ul {
  margin: -15px;
}
.factory-page .gallery-list ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.factory-page .gallery-list ul li {
  padding: 15px;
}
.factory-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.factory-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.factory-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.factory-page .gallery-list ul li .box:hover h5 {
  background: var(--color1);
  color: white;
}
.m-page a,
.m-page span {
  width: 38px;
  height: 38px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  border: 1px solid var(--color1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 5px;
  border-radius: 4px;
  color: var(--color1);
}
.m-page a.current,
.m-page span.current,
.m-page a:hover,
.m-page span:hover {
  color: #fff;
  background-color: var(--color1);
}
.solution-page .init-1 {
  padding-top: 210px;
  position: relative;
  z-index: 2;
}
.solution-page .init-1 .subText {
  font-size: 300px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-weight: bold;
  z-index: -1;
  color: #f3f3f3;
}
.solution-page .init-1 .container .tipsTitle {
  position: relative;
  text-align: center;
}
.solution-page .init-1 .container .tipsDes {
  position: relative;
  margin: auto;
  max-width: 700px;
  text-align: center;
}
.solution-page .init-1 .container .imgSub {
  display: block;
  margin: -60px auto 0;
  position: relative;
  z-index: -1;
}
.solution-page .init-1 .container .desC {
  overflow: hidden;
  border-radius: 20px;
  -o-background-size: cover;
  background-size: cover;
  text-align: left;
  min-height: 500px;
  color: #fff;
  padding: 10px 90px;
}
.solution-page .init-1 .container .desC .title {
  font-weight: bold;
}
.solution-page .init-1 .container .desC .des {
  max-width: 820px;
  margin-top: 24px;
}
@-webkit-keyframes comet {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-30%) scaleX(1);
    transform: translateX(-30%) scaleX(1);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(6%) scaleX(1);
    transform: translateX(6%) scaleX(1);
  }
}
@-moz-keyframes comet {
  0% {
    opacity: 1;
    -moz-transform: translateX(-30%) scaleX(1);
    transform: translateX(-30%) scaleX(1);
  }
  50% {
    opacity: 0.6;
    -moz-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(6%) scaleX(1);
    transform: translateX(6%) scaleX(1);
  }
}
@keyframes comet {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-30%) scaleX(1);
    -moz-transform: translateX(-30%) scaleX(1);
    transform: translateX(-30%) scaleX(1);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateX(0) scaleX(1);
    -moz-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(6%) scaleX(1);
    -moz-transform: translateX(6%) scaleX(1);
    transform: translateX(6%) scaleX(1);
  }
}
.solution-page .init-1 .list{
  margin-top: -4%;
}
.solution-page .init-1 .list ul li .icon{
  width: 118px;
	height: 118px;
	border: solid 2px #2678b5;
  border-radius: 50%;
}
.solution-page .init-1 .list ul li:last-child{
  padding-right: 0;
}
.solution-page .init-1 .list ul li:last-child .icon{
  margin-right: 0;
}
.solution-page .init-1 .list ul li:last-child i{
  display: none;
}
.solution-page .init-1 .list ul li i{
  -webkit-animation: comet 3s linear infinite;
  -moz-animation: comet 3s linear infinite;
  animation: comet 3s linear infinite;
}
.solution-page .init-4 .container .tipsTitle {
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight:bold;
}
.solution-page .init-add1{
  padding-top: 6.40625%;
}
.solution-page .init-4 .container .content {
  margin-top: 90px;
}
.solution-page .init-4 .container .content ul {
  margin: 0 -45px;
}
.solution-page .init-4 .container .content ul li {
  width: 25%;
  padding: 0 25px;
}
.solution-page .init-4 .container .content ul li .box {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.solution-page .init-4 .container .content ul li .box .img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 270px;
  margin: auto;
  display: block;
  margin-top: -110px;
}
.solution-page .init-4 .container .content ul li .box .img2 {
  display: block;
  width: 52px;
  margin: auto;
  position: relative;
  z-index: 2;
  -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page .init-4 .container .content ul li .box .title {
  margin-top: -40px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight:bold;
}
.solution-page .init-4 .container .content ul li .box .des {
  margin-top: 20px;
  color: #666666;
  text-align: center;
}
.solution-page .init-4 .container .content ul li .box:hover .img2 {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page .init-4 .container .content ul li .box:hover .img {
  -webkit-transform: rotateX(36deg);
  -moz-transform: rotateX(36deg);
  transform: rotateX(36deg);
}
.solution-page .init-5 .container .cont {
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 70px 80px;
}
.solution-page .init-5 .container .cont .tips {
  text-align: center;
  font-weight:bold;
}
.solution-page .init-5 .container .cont .content {
  margin-top: 20px;
}
.solution-page .init-5 .container .cont .content form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.solution-page .init-5 .container .cont .content form .list {
  padding: 0 6px;
  margin-top: 12px;
  width: 33.33%;
}
.solution-page .init-5 .container .cont .content form .list input,
.solution-page .init-5 .container .cont .content form .list textarea {
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 16px 24px;
}
.solution-page .init-5 .container .cont .content form .w-66 {
  width: 66.66%;
}
.solution-page .init-5 .container .cont .content form .w-100 {
  width: 100%;
}
.solution-page .init-5 .container .cont .content form .btn {
  max-width: 100%;
  margin: 20px auto 0;
  width: 310px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1800px) {
  .solution-page .init-1 {
    padding-top: 140px;
  }
  .solution-page .init-1 .subText {
    font-size: 200px;
  }
  .solution-page .init-1 .list{
    zoom: .987;
  }
}
@media (max-width: 1450px) {
  .solution-page .init-1 .list{
    zoom: .85;
  }
}
@media (max-width: 1250px) {
  .solution-page .init-1 .subText {
    font-size: 100px;
  }
  .solution-page .init-4 .container .content ul li {
    width: 50%;
    margin-top: 60px;
  }
  .solution-page .init-1 .list{
    zoom: 1;
  }
  #innerMobileBanner{
    margin-top: 50px;
  }
}
@media (max-width: 1000px) {
  .solution-page .init-1 {
    padding-top: 40px;
  }
  .solution-page .init-1 .subText {
    display: none;
  }
  .solution-page .init-1 .container .tipsDes {
    padding-top: 40px;
  }
  .solution-page .init-1 .container .desC {
    padding: 10px 20px;
  }
  .solution-page .init-4 .container .content ul {
    margin: 0 -16px;
  }
  .solution-page .init-4 .container .content ul li {
    padding: 0 16px;
  }
  .solution-page .init-5 .container .cont {
    padding: 60px 16px;
  }
}
@media (max-width: 700px) {
  .solution-page .init-4 .container .content ul li {
    width: 100%;
  }
  .solution-page .init-5 .container .cont .content form .list {
    width: 100%;
  }
  .solution-page .init-1 .list ul li{
    width: 50%;
  }
}
@media (max-width: 500px) {
  .solution-page .init-1 .container .tipsDes {
    padding-top: 20px;
  }
  .solution-page .init-4 .container .content {
    margin-top: 20px;
  }
  .solution-page .init-5 .container .cont {
    padding: 40px 16px;
  }
  .solution-page .init-5 .container .cont .content form .list input,
  .solution-page .init-5 .container .cont .content form .list textarea {
    padding: 8px 10px;
  }
  .solution-page .init-5 .container .cont .content form .btn {
    padding: 4px 10px;
  }
  .solution-page .init-1 .list ul li i{
    display: none;
  }
  .solution-page .init-1 .list ul li .icon{
    margin-right: 0;
  }
}
.product-yd-page {
  background-position: left top;
  -o-background-size: auto;
  background-size: auto;
}
.product-yd-page .init-1 {
  padding-top: 190px;
}
.product-yd-page .init-1 .container .left {
  width: 50%;
  padding-right: 80px;
}
.product-yd-page .init-1 .container .left .cat_name {
  font-size: 120px;
  color: var(--color1);
  font-weight: bold;
  line-height: 1.1;
}
.product-yd-page .init-1 .container .left form {
  margin-top: 80px;
  position: relative;
}
.product-yd-page .init-1 .container .left form input {
  background: none;
  width: 100%;
  border: none;
}
.product-yd-page .init-1 .container .left form .text {
  border-bottom: 1px solid #cfcfcf;
  padding: 10px 36px 10px 6px;
}
.product-yd-page .init-1 .container .left form .img {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 12px;
  right: 0;
  background: none;
}
.product-yd-page .init-1 .container .right {
  width: 50%;
  padding-left: 100px;
}
.product-yd-page .init-1 .container .right .mbx {
  margin-top: 10px;
  color: #777777;
}
.product-yd-page .init-1 .container .right .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-yd-page .init-1 .container .right .mbx a:hover {
  color: var(--color1);
}
.product-yd-page .init-1 .container .right .titleC {
  margin-top: 10px;
}
.product-yd-page .init-1 .container .right .titleC .title {
  width: -webkit-calc(30%);
  width: -moz-calc(30%);
  width: calc(100% - 70px);
  padding-right: 10px;
  font-weight:bold;
}
.product-yd-page .init-1 .container .right .titleC .btn {
  margin-top: 10px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: var(--color1);
  border-radius: 50%;
}
.product-yd-page .init-1 .container .right .titleC .btn .cont {
  height: 30px;
  width: 18px;
  overflow: hidden;
  position: relative;
}
.product-yd-page .init-1 .container .right .titleC .btn .cont .img {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: pro_ani_1 2s linear infinite;
  -moz-animation: pro_ani_1 2s linear infinite;
  -o-animation: pro_ani_1 2s linear infinite;
  animation: pro_ani_1 2s linear infinite;
}
.product-yd-page .init-1 .container .right .titleC .btn .cont .img2 {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
.product-yd-page .init-1 .container .right .titleC .btn:hover {
  background-color: #000;
}
.product-yd-page .init-1 .container .right .des {
  margin-top: 40px;
  color: #666;
}
.product-yd-page .init-2 {
  padding-top: 40px;
}
.product-yd-page .init-2 .container .content ul li {
  margin-top: 80px;
}
.product-yd-page .init-2 .container .content ul li .box .left {
  width: 40%;
  padding-right: 60px;
}
.product-yd-page .init-2 .container .content ul li .box .left .con{
  max-height: 200px;
  overflow-y: auto;
  margin-top: 20px;
}
.product-yd-page .init-2 .container .content ul li .box .left .img {
  margin-top: 40px;
}
.product-yd-page .init-2 .container .content ul li .box .left .more {
  margin-top: 40px;
}
.product-yd-page .init-2 .container .content ul li .box .left .more .moreCir {
  background-color: #000;
}
.product-yd-page .init-2 .container .content ul li .box .right {
  position: relative;
  width: 60%;
}
.product-yd-page .init-2 .container .content ul li .box .right .video{
  position: absolute;
  z-index: 2;
  width: 200px;
  max-width: 100%;
  box-shadow: 0 0 30px rgba(0, 43, 155, 0.3);
  right: 0;
  display: block;
  bottom: 30px;
}
.product-yd-page .init-2 .container .content ul li .box .right .img {
  position: relative;
  display: block;
  padding: 80px 0;
}
.product-yd-page .init-2 .container .content ul li .box .right .img .img-box{
  overflow: unset;
}
.product-yd-page .init-2 .container .content ul li .box .right .img img {
  position: relative;
  z-index: 2;
}
.product-yd-page .init-2 .container .content ul li .box .right .img .shadow {
  position: absolute;
  width: -webkit-calc(600%);
  width: -moz-calc(600%);
  width: calc(100% + 500px);
  height: 68%;
  top: 16%;
  left: 28%;
  background-color: var(--color);
  border-radius: 10px;
}
.product-yd-page .init-2 .container .content ul li .box:hover .left .more .moreCir {
  background-color: var(--color1);
}
.product-yd-page .init-2 .container .content ul li .box:hover .right .img .shadow {
  background-color: var(--color1);
}
.product-yd-page .init-2 .container .content ul li:nth-child(2n) .box .left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  padding-left: 60px;
}
.product-yd-page .init-2 .container .content ul li:nth-child(2n) .box .right .shadow {
  left: unset;
  right: 28%;
}
.product-yd-page .init-2 .container .content ul li:nth-child(2n) .box .right .video{
  right: unset;
  left: 10px;
}
@media (max-width: 1800px) {
  .product-yd-page .init-1 .container .left .cat_name {
    font-size: 100px;
  }
}
@media (max-width: 1500px) {
  .product-yd-page .init-1 .container .left .cat_name {
    font-size: 70px;
  }
}
@media (max-width: 1250px) {
  .product-yd-page .init-1 {
    padding-top: 120px;
  }
  .product-yd-page .init-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .product-yd-page .init-1 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .product-yd-page .init-1 .container .left .cat_name {
    font-size: 60px;
  }
  .product-yd-page .init-2 .container .content ul li .box .left {
    width: 100%;
    padding-right: 0;
  }
  .product-yd-page .init-2 .container .content ul li .box .right {
    margin-top: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    background-color: #efefef;
    padding: 20px 16px;
  }
  .product-yd-page .init-2 .container .content ul li .box .right .img {
    margin: auto;
  }
  .product-yd-page .init-2 .container .content ul li .box .right .img .shadow {
    display: none;
  }
  .product-yd-page .init-2 .container .content ul li .box .left {
    margin-top: 20px;
  }
  .product-yd-page .init-2 .container .content ul li:nth-child(2n) .box .left {
    padding-left: 0;
  }
  .product-yd-page .init-2 .container .content ul li .box .right .video{
    left: 10px;
    bottom: 10px;
  }
}
@media (max-width: 700px) {
  .product-yd-page .init-1 .container .left .cat_name {
    font-size: 40px;
  }
  .product-yd-page .init-1 .container .right .titleC .title {
    width: 100%;
    padding-right: 0;
  }
  .product-yd-page .init-1 .container .right .titleC .btn {
    width: 50px;
    height: 50px;
  }
  .product-yd-page .init-1 .container .right .des {
    margin-top: 20px;
  }
  .product-yd-page .init-2 .container .content ul li .box .right .img {
    padding: 0;
  }
  .product-yd-page .init-2 .container .content ul li .box .right .video{
    display: none;
  }
}
@media (max-width: 500px) {
  .product-yd-page .init-1 {
    padding-top: 80px;
  }
  .product-yd-page .init-1 .container .left .cat_name {
    font-size: 30px;
  }
  .product-yd-page .init-1 .container .left form {
    margin-top: 20px;
  }
  .product-yd-page .init-2 {
    padding-top: 0;
  }
  .product-yd-page .init-2 .container .content ul li {
    margin-top: 40px;
  }
  .product-yd-page .init-2 .container .content ul li .box .left .img {
    margin-top: 20px;
  }
  .product-yd-page .init-2 .container .content ul li .box .left .more {
    margin-top: 20px;
  }
}
.product-page {
  background-color: #f6f8fc;
  background-repeat: no-repeat;
}
.product-page .init-1 {
  padding-top: 160px;
}
.product-page .init-1 .container .titleC .left {
  width: -webkit-calc(30%);
  width: -moz-calc(30%);
  width: calc(100% - 70px);
  padding-right: 10px;
}
.product-page .init-1 .container .titleC .left .mbx {
  color: #777777;
}
.product-page .init-1 .container .titleC .left .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .init-1 .container .titleC .left .mbx a:hover {
  color: var(--color1);
}
.product-page .init-1 .container .titleC .left .catName {
  margin-top: 10px;
  font-weight:bold;
}
.product-page .init-1 .container .titleC .btn {
  margin-top: 30px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: var(--color1);
  border-radius: 50%;
}
.product-page .init-1 .container .titleC .btn .cont {
  height: 30px;
  width: 18px;
  overflow: hidden;
  position: relative;
}
.product-page .init-1 .container .titleC .btn .cont .img {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: pro_ani_1 2s linear infinite;
  -moz-animation: pro_ani_1 2s linear infinite;
  -o-animation: pro_ani_1 2s linear infinite;
  animation: pro_ani_1 2s linear infinite;
}
.product-page .init-1 .container .titleC .btn .cont .img2 {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
.product-page .init-1 .container .titleC .btn:hover {
  background-color: #000;
}
.product-page .init-2 .container .des {
  color: #777;
  margin-top: 20px;
}
.product-page .init-2 .container .content ul {
  margin: 0 -25px;
}
.product-page .init-2 .container .content ul li {
  width: 33.33%;
  padding: 0 25px;
  margin-top: 40px;
}
.product-page .init-2 .container .content ul li .box {
  padding: 10px;
  position: relative;
  height: 100%;
  background-color: #fff;
}
.product-page .init-2 .container .content ul li .box a {
  display: block;
}
/*.product-page .init-2 .container .content ul li .box .img img {
  min-height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}*/
.product-page .init-2 .container .content ul li .box .moreCont {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-page .init-2 .container .content ul li .box .text {
  text-align: center;
  padding: 0 10px 10px;
  /*bottom: 40px;
  left: 0;
  position: absolute;*/
  display: block;
  width: 100%;
}
.product-page .init-2 .container .content ul li .box .text:hover {
  color: var(--color1);
}
.product-page .init-2 .container .content ul li .box:hover {
  background-color: var(--color);
}
.product-page .init-2 .container .content ul li .box:hover .moreCont {
  opacity: 1;
}
.product-page .init-2 .container .content ul li .box .moreCont:hover .moreCir{
  background: var(--color1);
}
.m-page a,
.m-page span {
  width: 38px;
  height: 38px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  border: 1px solid var(--color1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 5px;
  border-radius: 4px;
  color: var(--color1);
}
.m-page a.current,
.m-page span.current,
.m-page a:hover,
.m-page span:hover {
  color: #fff;
  background-color: var(--color1);
}
@media (max-width: 1500px) {
  .product-page .init-1 {
    padding-top: 120px;
  }
}
@media (max-width: 1000px) {
  .product-page .init-1 {
    padding-top: 80px;
  }
  .product-page .init-2 .container .content ul {
    margin: 0 -10px;
  }
  .product-page .init-2 .container .content ul li {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 700px) {
  .product-page .init-1 .container .titleC .left {
    padding-right: 0;
    width: 100%;
  }
  .product-page .init-1 .container .titleC .btn {
    width: 50px;
    height: 50px;
    margin-top: 20px;
  }
  .product-page .init-2 .container .content ul li .box .img img {
    min-height: unset;
  }
  .product-page .init-2 .container .content ul li .box .text {
    position: relative;
    bottom: 0;
    margin-top: 16px;
  }
}
@media (max-width: 500px) {
  .product-page .init-2 .container .content ul li {
    width: 100%;
  }
}
@-webkit-keyframes pro_ani_1 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@-moz-keyframes pro_ani_1 {
  0% {
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@-o-keyframes pro_ani_1 {
  0% {
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@keyframes pro_ani_1 {
  0% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
}
.prodet-page {
  -o-background-size: auto;
  background-size: auto;
  background-position: top left;
  background-color: #fafbfd;
}
.prodet-page .init-1 {
  padding-top: 10%;
}
.prodet-page .init-1 .container .titleC .left {
  background: var(--color);
}
.prodet-page .init-1 .right .con{
  line-height: 1.8;
  max-height: 290px;
  overflow-y: auto;
}
.prodet-page .init-1 .right .smallImg ul li a{
  display: block;
  background: var(--color);
}
.prodet-page .init-2 {
  margin-top: 60px;
}
.prodet-page .init-2 .container {
  overflow: unset;
  -webkit-box-shadow: 0 0 30px rgba(85, 156, 255, 0.1);
  box-shadow: 0 0 30px rgba(85, 156, 255, 0.1);
}
.prodet-page .init-2 .container .titleC {
  background-color: #f5f5f5;
  padding: 0 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: sticky;
  top: 106px;
  z-index: 2;
  
}
.prodet-page .init-2 .container .titleC .list {
  margin: 0 5px;
  padding: 12px 0;
  color: #777777;
  cursor: pointer;
}
.prodet-page .init-2 .container .titleC .list .cir {
  background-color: #777777;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 12px 12px 0 0;
}
.prodet-page .init-2 .container .titleC .list:hover,
.prodet-page .init-2 .container .titleC .list.active {
  color: var(--color1);
  font-weight: bold;
}
.prodet-page .init-2 .container .titleC .list:hover .cir,
.prodet-page .init-2 .container .titleC .list.active .cir {
  background-color: var(--color1);
}
.prodet-page .init-2 .container .contentC {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}
.prodet-page .init-2 .container .contentC .list {
  padding-left: 80px;
  padding-right: 80px;
}
.prodet-page .init-2 .container .contentC .list .titleC2 {
  border-bottom: 1px solid #9c9c9c;
  padding-bottom: 10px;
}
.prodet-page .init-2 .container .contentC .list .titleC2 .btnC {
  margin-left: auto;
}
.prodet-page .init-2 .container .contentC .list .titleC2 .btnC .btn {
  width: 34px;
  height: 34px;
  background-color: #d3d3d3;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 10px;
}
.prodet-page .init-2 .container .contentC .list .titleC2 .btnC .btn .img {
  width: 12px;
  height: 12px;
}
.prodet-page .init-2 .container .contentC .list .titleC2 .btnC .btn:hover {
  background-color: var(--color1);
}
.prodet-page .init-2 .container .contentC .list .content {
  margin-top: 40px;
}
.prodet-page .init-2 .container .contentC .list .content table{
  border: none;
}
.prodet-page .init-2 .container .contentC .list .content1 tr td {
  min-width: 120px;
  border: 1px solid #fff;
}
.prodet-page .init-2 .container .contentC .list .content2 {
  margin: 40px -15px 0;
}
.prodet-page .init-2 .container .contentC .list .content2 ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .init-2 .container .contentC .list .content2 ul .slick-list {
  width: 100%;
}
.prodet-page .init-2 .container .contentC .list .content2 ul .slick-list .slick-track {
  margin-left: 0;
}
.prodet-page .init-2 .container .contentC .list .content2 ul li {
  width: 16.66%;
  padding: 0 15px;
  text-align: center;
  font-size: 18px;
}
.prodet-page .init-2 .container .contentC .list .content2 ul li img {
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
.prodet-page .init-2 .container .contentC .list .content3 ul {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .init-2 .container .contentC .list .content3 ul .slick-list {
  width: 100%;
}
.prodet-page .init-2 .container .contentC .list .content3 ul .slick-list .slick-track {
  margin-left: 0;
}
.prodet-page .init-2 .container .contentC .list .content3 ul li {
  width: 25%;
  padding: 0 15px;
  text-align: center;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
}
.prodet-page .init-2 .container .contentC .list .content3 ul li img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 10px;
      border: 1px solid #d9d9d9;
}
.prodet-page .init-2 .container .contentC .list .content3 ul li:hover img {
  border-radius: 50%;
}
.prodet-page .init-2 .container .contentC .list .content3 ul li:hover{
  color: var(--color1);
}
.prodet-page .init-2 .container .contentC .list .content4 ul {
  margin: 0 -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .init-2 .container .contentC .list .content4 ul .slick-list {
  width: 100%;
}
.prodet-page .init-2 .container .contentC .list .content4 ul .slick-list .slick-track {
  margin-left: 0;
}
.prodet-page .init-2 .container .contentC .list .content4 ul li {
  width: 16.66%;
  padding: 0 12px;
  text-align: center;
}
.prodet-page .init-2 .container .contentC .list .content4 ul li img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .init-2 .container .contentC .list .content4 ul li p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 10px;
  font-size: 18px;
}
.prodet-page .init-2 .container .contentC .list .content4 ul li:hover img {
  border-radius: 50%;
}
.prodet-page .init-2 .container .contentC .list .content4 ul li:hover p {
  color: var(--color1);
}
.prodet-page .init-2 .container .contentC .list .content5 ul {
  margin: 0 -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .init-2 .container .contentC .list .content5 ul .slick-list {
  width: 100%;
}
.prodet-page .init-2 .container .contentC .list .content5 ul .slick-list .slick-track {
  margin-left: 0;
}
.prodet-page .init-2 .container .contentC .list .content5 ul li {
  width: 33.33%;
  padding: 0 12px;
  text-align: center;
}
.prodet-page .init-2 .container .contentC .list .content5 ul li img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .init-2 .container .contentC .list .content5 ul li p {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 10px;
  font-size: 18px;
}
.prodet-page .init-2 .container .contentC .list .content6 form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .init-2 .container .contentC .list .content6 form .list {
  padding: 0 6px;
  margin-top: 12px;
  width: 33.33%;
}
.prodet-page .init-2 .container .contentC .list .content6 form .list input,
.prodet-page .init-2 .container .contentC .list .content6 form .list textarea {
  width: 100%;
  background-color: #f5f5f5;
  border: none;
  padding: 16px 24px;
}
.prodet-page .init-2 .container .contentC .list .content6 form .w-66 {
  width: 66.66%;
}
.prodet-page .init-2 .container .contentC .list .content6 form .w-100 {
  width: 100%;
}
.prodet-page .init-2 .container .contentC .list .content6 form .btn {
  max-width: 100%;
  margin: 20px 0 0 6px;
  width: 310px;
  cursor: pointer;
}
.relatedProduct .container .tipsTitle {
  text-align: center;
  font-weight:bold;
}
.relatedProduct .container .content {
  margin-top: 40px;
}
.relatedProduct .container .content .swiper {
  margin: 0 -25px;
}
.relatedProduct .container .content .swiper ul li {
  width: 33.33%;
  padding: 0 25px;
}
.relatedProduct .container .content .swiper ul li .box {
  padding: 10px;
  position: relative;
  height: 100%;
  background-color: #fff;
}
.relatedProduct .container .content .swiper ul li .box a {
  display: block;
}
.relatedProduct .container .content .swiper ul li .box .img img {
  min-height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}
.relatedProduct .container .content .swiper ul li .box .moreCont {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.relatedProduct .container .content .swiper ul li .box .text {
  text-align: center;
  padding: 0 10px;
  bottom: 40px;
  position: absolute;
  width: 100%;
  left: 0;
}
.relatedProduct .container .content .swiper ul li .box .text:hover {
  color: var(--color1);
}
.relatedProduct .container .content .swiper ul li .box:hover {
  background-color: var(--color);
}
.relatedProduct .container .content .swiper ul li .box:hover .moreCont {
  opacity: 1;
}
.relatedProduct .container .content .swiper ul li .box:hover .moreCont .moreCir{
  background: var(--color1);
}
@media (max-width: 1250px) {
  .prodet-page .init-1 {
    padding-top: 120px;
  }
  .prodet-page .init-2 .container .titleC {
    padding: 0 20px;
  }
  .prodet-page .init-2 .container .contentC .list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1000px) {
  .prodet-page .init-1 .container .titleC .left {
    width: 100%;
  }
  .prodet-page .init-1 .container .titleC .right {
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .titleC .right .btn {
    margin-top: 0;
  }
  .prodet-page .init-1 .container .titleC .right .btn .text {
    width: auto;
  }
  .prodet-page .init-1 .container .titleC .right .btn .imgC {
    width: 50px;
    height: 50px;
  }
  .prodet-page .init-1 .container .content .left {
    width: 100%;
  }
  .prodet-page .init-1 .container .content .right {
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page .init-1 .container .m-link {
    margin-top: 30px;
  }
  .prodet-page .init-1 .container .m-link a {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .init-2 .container .titleC {
    display: none;
  }
  .prodet-page .init-2 .container .contentC {
    border-radius: 10px;
  }
}
@media (max-width: 700px) {
  .prodet-page .init-2 .container .contentC .list .titleC2 .tips {
    width: 100%;
  }
  .prodet-page .init-2 .container .contentC .list .titleC2 .btnC {
    margin-top: 10px;
  }
  .prodet-page .init-2 .container .contentC .list .content6 form .list {
    width: 100%;
  }
  .relatedProduct .container .content .swiper ul li .box .img img {
    height: auto;
    min-height: 1px;
  }
  .relatedProduct .container .content .swiper ul li .box .text {
    position: relative;
    bottom: 0;
    margin-top: 16px;
  }
}
@media (max-width: 500px) {
  .prodet-page .init-1 {
    padding-top: 80px;
  }
  .prodet-page .init-1 .container .content .right {
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .m-link a {
    margin-top: 8px;
  }
  .prodet-page .init-2 {
    margin-top: 40px;
  }
  .prodet-page .init-2 .container .contentC .list .content {
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .contentC .list .content2 ul {
    margin: 0;
  }
  .prodet-page .init-2 .container .contentC .list .content2 ul li p,
  .prodet-page .init-2 .container .contentC .list .content3 ul li p,
  .prodet-page .init-2 .container .contentC .list .content5 ul li p {
    font-size: 16px;
    line-height: 2;
  }
  .prodet-page .init-2 .container .contentC .list .content6 form .list {
    padding: 0;
  }
  .prodet-page .init-2 .container .contentC .list .content6 form .btn {
    margin-left: 0;
  }
  .relatedProduct .container .content {
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .contentC .list .content6 form .list input,
  .prodet-page .init-2 .container .contentC .list .content6 form .list textarea {
    padding: 8px 16px;
  }
  .prodet-page .init-2 .container .contentC .list .content6 form .btn {
    width: 100%;
    padding: 4px 16px;
  }
}
.aft02 {
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden
}
.aft02 .bg_fix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
}
.aft02 .bg_fix:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: var(--color);
    position: absolute;
    left: 0;
    top: 0
}
.aft02 .bg_fix img {
    height: 100%;
    width: 100%;
    object-fit: cover
}
.aft02 .top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 47px;
    z-index: 1;
    position: relative
}
.aft02 .top .hu_h3 {
    color: #fff;
    font-family: var(--font);
}
.aft02 .top p {
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    margin-top: 10px
}
.aft02 .top .line {
    height: 75px;
    width: 1px;
    background-color: var(--color);
    margin: 28px 0;
    position: relative
}
.aft02 .top .line:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: var(--color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    animation: 2s linear .5s infinite hua2
}
@keyframes hua2 {
    from {
        top: 0
    }
    to {
        top: 95%
    }
}
.aft02 .top h4 {
    color: #000;
    font-weight: bold;
}
.aft02 .botF {
    position: relative
}
.aft02 .botF .fa {
    background-image: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 74px;
    color: #cbcbcb;
    outline: none
}
.aft02 .botF .fa:hover {
    color: var(--color)
}
.aft02 .bot {
    position: relative;
    overflow: hidden;
    margin: auto
}
.aft02 .bot .swiper-slide{
  padding: 15px 10px;
  height: auto;
}
.aft02 .bot .box {
    background-color: #fff;
    padding: 50px 30px;
    box-shadow: 0px 5px 15px rgb(102 102 102/30%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
}
.aft02 .bot .box .icon {
    border-radius: 50%;
    position: relative;
    height: 111px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 111px
}
.aft02 .bot .box:hover .icon:before {
    animation: img01anime 10s 0s linear infinite
}
.aft02 .bot .box:hover .icon:after {
    animation: img02anime 10s 0s linear infinite
}
.aft02 .bot .box .icon:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    border: 1.6px dashed var(--color)
}
.aft02 .bot .box .icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.6px dashed var(--color)
}
@keyframes img01anime {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
@keyframes img02anime {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(-360deg)
    }
}
.aft02 .bot .box .icon img {
    width: 56px;
    transition: 0s
}
.aft02 .bot .box h4 {
    font-size: 24px;
    font-family: 'Montserrat-SemiBold';
    color: #333;
    margin-bottom: 20px;
    margin-top: 54px;
    min-height: 72px;
}
.aft02 .bot .box h5 {
    width: 239px;
    font-size: 18px;
    position: relative;
    color: #666;
    text-align: center;
    line-height: 26px;
    height: 52px
}
.aft02 .bot .box h5:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: var(--color);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}
.aft02 .bot .box p {
    padding: 0;
    font-size: 16px;
}
.aft02 .bot .box:hover h5:after {
    background-color: #fff
}
.aft02 .bot .box:hover h4,.aft02 .bot .box:hover h5,.aft02 .bot .box:hover p {
    color: #fff
}
.aft02 .bot .box:hover .icon img {
    filter: grayscale(10) brightness(10)
}
.aft02 .bot .box:hover .icon,.aft02 .bot .box:hover .icon:before,.aft02 .bot .box:hover .icon:after {
    border-color: #fff
}
.aft02 .bot .box:hover {
    background-color: var(--color)
}
.aft02 .bot .aft02Swiper {
    margin: auto
}
.aft02 .bot {
    margin: auto;
    padding: 22px 0
}
.aft03 {
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    margin-top: 90px;
}
.aft03 .icenter2 {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.aft03 .icenter2 .le {
    overflow: hidden;
    position: relative;
    width: 45%;
    height: 695px
}
.aft03 .icenter2 .le:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
    z-index: 1
}
.aft03 .icenter2 .le:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,115%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,115%,0)
}
.aft03 .icenter2 .le img {
    height: 100%
}
.aft03 .icenter2 .le:hover img {
    transform: scale(1.1)
}
.aft03 .icenter2 .ri {
    width: 50%
}
.aft03 .icenter2 .ri>ul {
    margin: 20px 0 0
}
.aft03 .icenter2 .ri>ul li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    color: #666;
    line-height: 30px
}
.aft03 .icenter2 .ri>ul li:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666;
    position: absolute;
    left: 0;
    top: 13px;
    content: ""
}
.aft03 dl dd {
    padding-top: 60px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5
}
.aft03 dl dd .icon {
    width: 86px;
    margin-right: 58px
}
.aft03 dl dd .text h4 {
    position: relative;
    padding-bottom: 0;
    font-size: 18px;
    color: #333;
    width: fit-content;
    margin-bottom: 10px
}
.aft03 dl dd .text h4 strong {
    font-size: 70px;
    font-weight: 700
}
.aft03 dl dd .text h4:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: var(--color)
}
.aft03 dl dd .text p {
    font-size: 18px;
    color: #666
}
.custom-2 .ui .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.custom-2 .ui .top .left {
    padding-right: 65px
}
.custom-2 .ui .top .left .h3 {
    padding-left: 35px;
    border-left: 3px solid var(--color)
}
.custom-2 .ui .top .left p {
    line-height: 2;
    margin-top: 35px
}
.custom-2 .ui .bottom {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}
.custom-2 .ui .bottom .left {
    padding-right: 80px
}
.custom-2 .ui .bottom .left p {
    max-width: 600px;
    line-height: 1.8;
    margin-top: 45px
}
.custom-2 .ui .bottom .right ul.list3 li:hover {
    background: #f3f3f3;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}
.custom-2 .ui .bottom .right ul.list3 li .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 28px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee
}
.custom-2 .ui .bottom .right ul.list3 li .top em {
    margin-left: 25px;
    font-family: "rom"
}
.custom-2 .ui .bottom .right ul.list3 li .top i.fr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px
}
.custom-2 .ui .bottom .right ul.list3 li .content {
    padding: 10px 30px 20px;
    line-height: 1.8;
    display: none;
    font-size: 16px
}
/*.service-page .service-6 .ui.container {
    width: auto;
    max-width: 1700px
}*/
.service-page .service-6 .box {
    height: 700px;
    position: relative;
    overflow: hidden;
    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;
    padding: 5%
}
.service-page .service-6 .box .mask i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}
.service-page .service-6 .box .mask i.active {
    opacity: 1
}
.service-page .service-6 .box .content {
    width: 660px;
    border: 1px solid #e5e5e5;
    padding: 4% 3%;
    position: relative;
    z-index: 1;
    background-color: rgba(255,255,255,0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.service-page .service-6 .box .content span.tag {
    display: block;
    color: #3ea6c2;
    margin-bottom: .5em;
    font-weight: 500
}
.service-page .service-6 .box .content .text {
    margin: 1.5em 0;
    max-width: 90%
}
.service-page .service-6 .box .content .slickBtn {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right
}
.faq-page .marginBox {
  padding: 110px 0 100px;
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: #ebebeb;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-family:var(--font);
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #8e8e8e;
  margin-bottom: 1em;
  line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #eee;
  border: 1px solid #bfbfbf;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-family:var(--font);
  font-size: 18px;
  color: #242424;
  /*text-align: right;*/
  display: block;
  position: relative;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  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%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -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 .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
.inner-page .form ul {
  margin: -15px -7px;
}
.inner-page .form ul li {
  padding: 15px 7px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  border-radius: 3px;
  padding: .6em 1em;
  border: 1px solid #ccc;
}
.inner-page .form ul li input::-webkit-input-placeholder, .inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-moz-placeholder, .inner-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::-moz-placeholder, .inner-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-ms-input-placeholder, .inner-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li textarea {
  height: 150px;
}
.inner-page .form ul li input[type="submit"] {
  border: none;
  background: #c1c1c1;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: var(--color);
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.contact-page .marginBox {
  padding-bottom: 90px;
}
.contact-page .contact-1 {
  padding: 100px 0 110px;
  text-align: center;
}
.contact-page .contact-1 .text {
  font-size: 20px;
  color: #626262;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 2em;
}
.contact-page .contact-1 .list ul {
  margin: -20px;
  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;
}
.contact-page .contact-1 .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .list ul li .box {
  padding: 35px 5% 15px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact-page .contact-1 .list ul li .box i {
  display: block;
}
.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact-page .contact-1 .list ul li .box span.h6 {
  font-family:var(--font);
  font-size: 24px;
  color: #242424;
  margin: 1em 0 .5em;
  display: block;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #626262;
  line-height: 1.4;
  max-width: 400px;
  margin: auto;
}
.contact-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}
.contact-page .map {
  position: relative;
  z-index: 1;
}
.contact2-page .marginBox {
    padding-top: 0
}
.contact2-page .contact-1 {
    padding: 150px 0 110px;
    text-align: center
}
.contact2-page .contact-1 .text {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 1.6;
    max-width: 650px;
    display: block;
    margin: 1em auto 3em
}
.contact2-page .contact-1 .list ul {
    margin: -20px;
    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
}
.contact2-page .contact-1 .list ul li {
    padding: 20px
}
.contact2-page .contact-1 .list ul li .box {
    padding: 35px 5% 35px;
    border: 1px solid #bfbfbf;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    height: 100%;
    position: relative;
    top: 0
}
.contact2-page .contact-1 .list ul li .box i {
    display: block
}
.contact2-page .contact-1 .list ul li .box i img {
    display: block;
    margin: 0 auto
}
.contact2-page .contact-1 .list ul li .box span.h6 {
    font-weight: 500;
    font-size: 24px;
    color: #242424;
    margin: 1em 0 .5em;
    display: block
}
.contact2-page .contact-1 .list ul li .box p {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 2
}
.contact2-page .contact-1 .list ul li .box:hover {
    border-color: var(--color);
    top: -20px
}
.contact2-page .form ul {
    margin: -15px -7px
}
.contact2-page .form ul li {
    padding: 15px 7px
}
.contact2-page .form ul li input,.contact2-page .form ul li textarea {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: .6em 1em;
    border: 1px solid #bfbfbf
}
.contact2-page .form ul li input::-webkit-input-placeholder,.contact2-page .form ul li textarea::-webkit-input-placeholder {
    color: #8e8e8e
}
.contact2-page .form ul li input:-moz-placeholder,.contact2-page .form ul li textarea:-moz-placeholder {
    color: #8e8e8e
}
.contact2-page .form ul li input::-moz-placeholder,.contact2-page .form ul li textarea::-moz-placeholder {
    color: #8e8e8e
}
.contact2-page .form ul li input:-ms-input-placeholder,.contact2-page .form ul li textarea:-ms-input-placeholder {
    color: #8e8e8e
}
.contact2-page .form ul li input::placeholder,.contact2-page .form ul li textarea::placeholder {
    color: #8e8e8e
}
.contact2-page .form ul li textarea {
    height: 150px
}
.contact2-page .form ul li input[type=submit] {
    border: none;
    background: var(--color);
    color: #fff;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}
.contact2-page .form ul li input[type=submit]:hover {
    background: #242424
}
.contact2-page .form ul li.wid-100 {
    width: 100%
}
.news-page {
  padding: 60px 0 51px;
}
.news-page .ui.container ul.newslist {
  margin-top: 60px;
}
.news-page .ui.container ul.newslist li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.news-page .ui.container ul.newslist li .column {
  vertical-align: top;
}
.news-page .ui.container ul.newslist li:last-child {
  margin-bottom: 0;
}
.news-page .ui.container ul.newslist li .date {
  min-width: 120px;
  width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.news-page .ui.container ul.newslist li .date span {
  font-size: 90px;
  color: var(--color);
  line-height: 1;
  text-align: center;
}
.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: .news-page .ui.container ul.newslist li .date em;
  margin-top: 10px;
}
.news-page .ui.container ul.newslist li .text {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-left: 80px;
}
.news-page .ui.container ul.newslist li .text .content{
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .text h5 {
  margin-bottom: 20px;
    line-height: 2;
}
.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.news-page .ui.container ul.newslist li .text p {
  color: #a5a5a5;
  line-height: 2;
}
.news-page .ui.container ul.newslist li .text .content p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;
  overflow: hidden;
  width: 30%;
}
.newdet-page{
  padding-bottom: 6%;
}
.newdet-page .ui.container .newst {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .ui.container .newst span {
  color: var(--color);
  font-weight: 500;
}
.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}
.newdet-page .ui.container h1 {
  margin: 0 0 30px;
}
.newdet-page .ui.container .content {
  color: #626262;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}
.newdet-page .ui.container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 30px;
  border-bottom: 1px solid #ccc;
}
.newdet-page .ui.container .bottom .sharebox {
  color: #222;
}
.newdet-page .ui.container .bottom .sharebox span {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.newdet-page .ui.container .bottom .sharebox ul {
  width: auto;
  vertical-align: middle;
}
.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
}
.newdet-page .ui.container .bottom .sharebox ul li a {
  font-size: 24px;
  color: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .mores i {
  width: 50px;
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  font-size: 24px;
  color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newdet-page{
  padding-top: 80px;
}
@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
  .inner-page .form ul li {
    padding: 6px;
  }
  .inner-page .form ul {
    margin: -6px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
  .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .contact-page .contact-1 .text {
    font-size: 18px;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .text {
    margin-bottom: 2em;
  }
  .contact-page .contact-1 .list ul li .box {
    padding: 15px 5%;
  }
  .contact-page .contact-1 .list ul li .box i img {
    max-height: 80px;
  }
  .contact2-page .form ul li {
        padding:6px
    }
    .contact2-page .form ul {
        margin: -6px
    }
    .contact2-page .form ul li input,.contact2-page .form ul li textarea,.contact2-page .form ul li input[type=submit] {
        font-size: 16px
    }
}
@media screen and (max-width: 1450px) {
    .service-page .service-6 .box {
        height: 600px
    }
    .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .contact-page .contact-1 .text {
    font-size: 16px;
  }
  .contact-page .contact-1 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1250px) {
    .font-48 {
        font-size:30px
    }
    .custom-2 .ui .bottom .left {
        padding-right: 0
    }
    .font-36 {
        font-size: 28px
    }
    .font-16 {
        font-size: 16px;
        line-height: 30px
    }
     .service-page .service-6 .box {
        height: 500px
    }
    .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
  .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .contact-page .contact-1 .text {
    font-size: 14px;
  }
  .contact-page .contact-1 .list ul li .box i img {
    max-height: 60px;
  }
  .contact-page .contact-1 .list ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
    .font-30 {
        font-size:18px;
        line-height: 32px
    }
    .custom-1 .btm ul.list2 li.item {
        width: 120px;
        height: 120px
    }
    .custom-2 .ui .bottom .right {
        padding-right: 0
    }
    .custom-2 .ui .bottom {
        padding: 30px 25px
    }
    .aft02 {
     padding: 80px 0;
   }
   .aft03 .icenter2 .le {
      width: 100%;
      height: auto;
  }
  .aft03 .icenter2{
    flex-direction: column;
  }
  .aft03 .icenter2 .ri {
    width: 100%;
    margin-top: 60px;
  } 
  .aft02 .bg_fix {
    height: 100%;
  }
  .aft02 .bot .box p {
    height: auto;
  }
  .aft02 .bot .box {
    padding: 50px 30px;
  }
  .custom-2 .ui .bottom {
    padding: 30px 0;
  }
  .custom-2 .ui .bottom {
    padding: 0;
    margin: 0;
  }
  .custom-2 .ui .bottom .right ul.list3 li .top {
    padding: 15px;
  }
   .service-page .service-6 .box {
        height: 420px
    }
    .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
     .contact2-page .form ul li input,.contact2-page .form ul li textarea,.contact2-page .form ul li input[type=submit] {
    font-size:14px;
    padding: .5em
  }
  .contact2-page .contact-1 {
    padding: 80px 0;
  }
  .seoIndustry {
    display: none
  }
  .seoPublic{
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 700px) {
    .font-40 {
        font-size:28px
    }
    .font-20 {
        font-size: 14px
    }
    .custom-2 .ui .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .custom-2 .ui .top .left {
        padding-right: 0;
        width: 100%
    }
    .custom-2 .ui .top .right {
        width: 100%
    }
    .custom-2 .ui .bottom .right ul.list3 li .top {
        flex-wrap: nowrap;
        font-size: 16px
    }
    .custom-2 .ui .bottom .left {
        padding-right: 0;
        width: 100%
    }
    .custom-2 .ui .bottom .right {
        padding-right: 0;
        width: 100%;
        margin-top: 40px
    }
     .service-page .service-6 .box .content {
        max-width: 100%
    }
    .service-page .service-6 .box {
        height: auto
    }
    .service-page .service-6 .box .content {
        background-color: rgba(255,255,255,.6)
    }
     .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
    .font-40 {
        font-size:20px
    }
    .font-48 {
        font-size: 24px;
        line-height: 40px
    }
    .font-36 {
        font-size: 24px
    }
    .news-page .ui.container ul.newslist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-page .ui.container ul.newslist li .text {
    max-width: 600px;
    padding: 0 0px;
    width: 100%;
  }
  .news-page .ui.container ul.newslist li .date span {
    text-align: left;
  }
}
#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;
}
.about-page .about-6 ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about-page .about-6 ul li{
  width: 50%;
  position: relative;
}
.about-page .about-6 ul li img{
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}
.about-page .about-6 ul li .text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 80px ;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-page .about-6 ul li .text .box{
  flex: 1;
  display: flex;
    flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}
.about-page .about-6 ul li .text .box .cont{
  display: none;
}
.solution-page .init-add1 li{
  color: #fff;
}
.solution-page .init-add1 li .list dl dd{
  padding: 8px 0 4px;
  border-bottom: 1px solid #fff;
}
.solution-page .init-add1 li:last-child{
  margin-bottom: 0;
}
.solution-page .init-add1 li .left,
.solution-page .init-add1 li .right{
  vertical-align: bottom;
}
.solution-page .init-add1 li .right dl{
  margin: -20.5px;
}
.solution-page .init-add1 li .right dl dd{
  padding: 20.5px;
}
.solution-page .init-add1 li .right dl dd .img-box{
  background: rgba(255,255,255,0.9)
}
.solution-page .init-add2{
  background: #eff8fa;
  padding: 3.28125% 0 6.3542%;
}
.solution-page .init-add2 .img img{
  width: 100%;
}
.solution-page .init-add2 .img .text{
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solution-page .init-add2 .img .text .con{
  width: 70%;
  line-height: 1.3;
}
.solution-page .init-add2 .img::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(#000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, #000 100%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solution-page .init-add2 .swiper-slide-active .img::after,
.solution-page .init-add2 .swiper-slide-active .img .text{
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  .about-page .about-6 ul li .text{
    padding: 80px 
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-6 ul li .text{
    padding: 80px 60px 
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-6 ul li .text{
    padding: 80px 40px 
  }
}
@media screen and (max-width: 1100px) {
   .about-page .about-6 ul li .text{
    padding: 80px 20px 
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-6 ul li{
    width: 50%
   }
}
@media screen and (max-width: 700px) {
  .about-page .about-6 {
    display: none
   }
}
/*2026-3-19*/
#index-body .init-2 .swiper-big {
  width: calc(100% - 250px);
}
#index-body .init-2 .swiper-big ul li .left {
  width: 28%;
}
#index-body .init-2 .swiper-big ul li .left .demiText {
  color: var(--color);
}
#index-body .init-2 .swiper-big ul li .left .regularText {
  color: #9d9d9d;
}
#index-body .init-2 .swiper-big ul li .right {
  width: 780px;
  height: 780px;
}
#index-body .init-2 .swiper-big ul li .right .imgBg {
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .textBox {
  width: 100%;
  height: 100%;
  position: absolute;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .textBox .regularTextBox {
  position: absolute;
  z-index: 15;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .textBox .regularTextBox .iconBg {
  width: 62px;
  height: 62px;
  background-color: #ffffff;
  box-shadow: -2px 3px 16px 0px rgba(4, 23, 41, 0.08);
  border-radius: 50%;
  margin-right: 15px;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .textBox .regularTextBox .regularText {
  max-width: 390px;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .textBox .regularTextBox:nth-child(1) {
  top: 6.5%;
  left: 11%;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .textBox .regularTextBox:nth-child(2) {
  bottom: 3%;
  right: -9%;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .imgBox {
  position: relative;
  width: 555px;
  height: 555px;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .imgBox img{
  position: relative;
  z-index: 15;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .imgBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  z-index: -1;
  border-radius: 50%;
  -webkit-animation: ks2 5s linear infinite;
  -moz-animation: ks2 5s linear infinite;
  animation: ks2 5s linear infinite;
  animation-delay: 4s;
}
#index-body .init-2 .swiper-big ul li .right .imgBg .imgBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  z-index: -1;
  border-radius: 50%;
  -webkit-animation: ks2 5s linear infinite;
  -moz-animation: ks2 5s linear infinite;
  animation: ks2 5s linear infinite;
  animation-delay: 2s;
}
#index-body .init-2 .swiper-big ul li .right .imgBg::before {
  content: "";
  width: 555px;
  height: 555px;
  position: absolute;
  background-color: var(--color);
  z-index: -1;
  border-radius: 50%;
  -webkit-animation: ks2 5s linear infinite;
  -moz-animation: ks2 5s linear infinite;
  animation: ks2 5s linear infinite;
}
#index-body .init-2 .swiper-small {
  width: 250px;
  height: 640px;
}
#index-body .init-2 .swiper-small ul li {
  opacity: 0.3;
  display: flex;
  align-items: flex-start;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#index-body .init-2 .swiper-small ul li .redRound {
  display: inline-block;
  width: 23px;
  height: 23px;
  border: solid 3px var(--color);
  margin-right: 15px;
  border-radius: 50%;
  margin-top: 5px;
}
#index-body .init-2 .swiper-small ul li::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 11px;
  width: 1px;
  height: calc(100% - 40px);
  background-color: var(--color);
}
#index-body .init-2 .swiper-small ul li:nth-last-child(1)::after {
  height: 0;
}
#index-body .init-2 .swiper-small ul li.active {
  opacity: 1;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.45);
    -moz-transform: scale(1.45);
    -o-transform: scale(1.45);
    transform: scale(1.45);
    opacity: 0;
  }
}
@media screen and (max-width: 1700px) {
  #index-body .init-2 .swiper-big ul li .right .imgBg .textBox .regularTextBox:nth-child(2) {
    right: 0;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-2 .swiper-big {
    width: calc(100% - 200px);
  }
  #index-body .init-2 .swiper-big ul {
    padding-top: 50px;
  }
  #index-body .init-2 .swiper-big ul li .left {
    width: 37%;
  }
  #index-body .init-2 .swiper-big ul li .right {
    width: 460px;
    height: 460px;
  }
  #index-body .init-2 .swiper-big ul li .right .imgBg::before {
    width: 350px;
    height: 350px;
  }
  #index-body .init-2 .swiper-big ul li .right .imgBg .imgBox {
    width: 300px;
    height: 300px;
  }
  #index-body .init-2 .swiper-big ul li .right .imgBg .imgBox img {
    width: 85%;
  }
  #index-body .init-2 .swiper-small {
    width: 200px;
    height: 500px;
  }
  #index-body .init-2 .swiper-small ul {
    margin-top: 50px;
  }
}
@media (max-width: 1250px) {
  #index-body .init-2 {
    display: none;
  }
}