@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Semibold.eot');
  src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff2') format('woff2'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans.eot');
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Medium.eot');
  src: url('../fonts/OpenSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Medium.woff2') format('woff2'), url('../fonts/OpenSans-Medium.woff') format('woff'), url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  --color: #014295;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Open Sans';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1650px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  background-color: var(--color);
  color: #fff;
  border-radius: 48px;
  padding: 15px 46px 14px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0;
}
.more i {
  margin-left: 22px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #000;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  -moz-transition: width 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: width 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.more:hover i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.more:hover::after {
  width: 100%;
}
#header {
  z-index: 20;
  position: -webkit-sticky;
  position: sticky;
  top: 35px;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .logo {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
}
#header .nav .box {
  margin: 0 0 0 auto;
  height: auto;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
}
#header .nav .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .menu-box ul.menu > li {
  margin-right: 2.267em;
  font-weight: 500;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  text-transform: capitalize;
  color: #fff;
}
#header .nav .menu-box ul.menu > li > a {
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .menu-box ul.menu > li:hover::after,
#header .nav .menu-box ul.menu > li.active::after {
  width: 100%;
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  cursor: pointer;
  padding: 1px 22px 1px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
}
#header .nav .yuy span {
  line-height: 1;
  color: #fff;
}
#header .nav .yuy span i {
  display: block;
  margin-top: -3px;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
  z-index: 100;
}
#header .nav .msg {
  cursor: pointer;
  padding: 1px 20px 2px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
}
#header.inner,
#header.active {
  top: 0;
}
#header.inner .nav,
#header.active .nav{
  background: rgba(0,0,0,0.4)
}
#header.inner .nav .logo,
#header.active .nav .logo,
#header.inner .nav .box,
#header.active .nav .box{
  background: transparent;
}
.text-color {
  color: var(--color);
}
.font-500 {
  font-weight: 500;
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
}
#banner ul li .text .box {
  max-width: 985px;
}
#banner ul li .text .title {
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.27);
}
#banner ul li .text .con {
  width: 76%;
}
#banner ul li .text .title,
#banner ul li .text .con,
#banner ul li .text .btn {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.28);
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
#banner .wz {
  right: 31px;
  bottom: 89px;
  z-index: 3;
  color: #fff;
}
#banner .wz dd {
  line-height: 1.4;
  width: 203px;
  padding: 0 39px 0 43px;
  border-right: 2px solid rgba(255, 255, 255, 0.36);
}
#banner .wz dd:last-child {
  border-right: 0;
  padding-right: 0;
  width: 164px;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 2;
}
.font-16 {
  line-height: 1.8;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
.title,
.i-title {
  font-weight: 600;
}
.i-title {
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
}
.i-title em {
  color: var(--color);
}
@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translateX(-3015.91px);
    transform: translateX(-3015.91px);
  }
}
@-moz-keyframes marquee {
  100% {
    -moz-transform: translateX(-3015.91px);
    transform: translateX(-3015.91px);
  }
}
@keyframes marquee {
  100% {
    -webkit-transform: translateX(-3015.91px);
    -moz-transform: translateX(-3015.91px);
    transform: translateX(-3015.91px);
  }
}
#index-body {
  position: relative;
  z-index: 2;
  background: #fff;
}
#index-body .i-app {
  background-color: #1a1a1e;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#index-body .i-app .content {
  height: 100%;
  position: relative;
  overflow: hidden;
}
#index-body .i-app .left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
#index-body .i-app .left ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
#index-body .i-app .left ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-app .left ul li .desc {
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 16.146%;
}
#index-body .i-app .left ul li.active {
  opacity: 1;
  z-index: 1;
}
#index-body .i-app .right {
  position: absolute;
  z-index: 1;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding: 50vh 0 80vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#index-body .i-app .right::-webkit-scrollbar {
  display: none;
}
#index-body .i-app .right ul {
  width: 38.646%;
  margin: 0 auto;
}
#index-body .i-app .right ul li {
  height: 40vh;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .i-app .right ul li img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#index-body .i-app .right ul li.active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-app .title {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  text-align: center;
  pointer-events: none;
}
#index-body .i-app .title dl dd {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.22);
  opacity: 0;
  -webkit-transform: translateY(-90%);
  -moz-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  transform: translateY(-90%);
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#index-body .i-app .title dl dd.active {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-category {
  padding: 5.99% 0 5.42%;
}
#index-body .i-category .box {
  background-color: #2b394c;
  border-radius: 20px;
  color: #fff;
}
#index-body .i-category .box .left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 46%;
}
#index-body .i-category .box .left .con {
  line-height: 1.5;
  color: #ababab;
  padding-top: 35.445%;
}
#index-body .i-category .box .right {
  width: 43.886%;
}
#index-body .i-category .box .right ul li {
  margin-bottom: 25px;
  background-color: #364458;
  border-radius: 20px;
}
#index-body .i-category .box .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-category .box .right ul li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .i-category .box .right ul li dd {
  width: 100%;
  font-size: 16px;
  line-height: 2;
  padding-left: 31px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .box .right ul li dd::after {
  content: '';
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
#index-body .i-category .box .right ul li dd:hover {
  text-decoration: underline;
}
#index-body .i-category .box .right ul li:first-child dd:nth-child(odd) {
  width: 49%;
}
#index-body .i-category .box .right ul li:first-child dd:nth-child(even) {
  width: 51%;
}
#index-body .i-category .box .right ul li:nth-child(2) dl:has(dd:nth-child(5)):not(:has(dd:nth-child(6))) {
  display: grid;
  grid-template-columns: 4fr 4fr;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
}
#index-body .i-about {
  background-color: #f2f5f8;
  padding: 7.6042% 0 5.0521%;
}
#index-body .i-about .top .left {
  width: 57%;
}
#index-body .i-about .top .left .tit {
  line-height: .86;
  font-size: 150px;
}
#index-body .i-about .top .left .tit em {
  color: var(--color);
}
#index-body .i-about .top .left .data {
  color: #111111;
}
#index-body .i-about .top .left .num {
  font-weight: 600;
  line-height: 1;
}
#index-body .i-about .top .right {
  width: 26.3%;
}
#index-body .i-about .top .right .play {
  width: 3.35em;
  height: 3.35em;
}
#index-body .i-about .top .right .play i {
  border-left: 1em solid white;
  border-top: .6em solid transparent;
  border-bottom: .6em solid transparent;
}
#index-body .i-about .bottom .left {
  width: 52.1605%;
}
#index-body .i-about .bottom .left .img {
  width: 63.79%;
}
#index-body .i-about .bottom .left .img1 {
  width: 32.43%;
}
#index-body .i-about .bottom .right {
  width: 36%;
}
#index-body .i-about .bottom .right .con {
  color: #111111;
  line-height: 1.75;
}
#index-body .i-about .bottom .right .con h1 {
  display: inline;
}
#index-body .i-about .bottom .right .list ul {
  margin: -11px;
}
#index-body .i-about .bottom .right .list ul li {
  padding: 11px;
}
#index-body .i-about .bottom .right .list ul li img {
  width: 100%;
  border-radius: 10px;
}
#index-body .i-about .bottom .right .more {
  background-color: #000000;
  text-transform: capitalize;
}
#index-body .i-about .bottom .right .more::after {
  background: var(--color);
}
#index-body .i-advantage {
  padding-top: 7.5%;
}
#index-body .i-advantage .container {
  width: 1030px;
}
#index-body .i-advantage .box {
  max-width: 746px;
  margin: 0 0 0 auto;
}
#index-body .i-advantage .box .con {
  line-height: 1.4;
  color: #111;
}
#index-body .i-advantage .content {
  padding-top: 6.823%;
}
#index-body .i-advantage .content ul li .img-box .text {
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  z-index: 1;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .content ul li .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .content ul li .img-box:hover .text,
#index-body .i-advantage .content ul li .img-box:hover::after {
  opacity: 0;
}
#index-body .i-case {
  padding: 11.3542% 0 4.59%;
}
#index-body .i-case .wz p {
  white-space: nowrap;
  font-size: 6em;
  color: var(--color);
  font-weight: 500;
  line-height: 1;
  -webkit-animation: 41.35s linear 0s infinite normal none running marquee;
  -moz-animation: 41.35s linear 0s infinite normal none running marquee;
  animation: 41.35s linear 0s infinite normal none running marquee;
}
#index-body .i-case .content {
  margin-top: 5.99%;
  position: relative;
}
#index-body .i-case .content .btn {
  margin-bottom: -4.66666667em;
}
#index-body .i-case .content .bottom {
  max-width: 1200px;
  top: 40%;
  left: 36%;
}
#index-body .i-case .content .bottom .left {
  width: 35.25%;
  text-align: left;
}
#index-body .i-case .content .bottom .left #slide-title {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#index-body .i-case .content .bottom .right {
  width: 64.75%;
}
#index-body .i-case .content .bottom .right ul .slick-list {
  padding-top: 40px;
}
#index-body .i-case .content .bottom .right ul .slick-slide {
  -webkit-transform: scale(0.86);
  -moz-transform: scale(0.86);
  -ms-transform: scale(0.86);
  transform: scale(0.86);
  z-index: -2;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  margin-top: -40px;
  opacity: .2 !important;
  -webkit-transition: 1.5s !important;
  -moz-transition: 1.5s !important;
  transition: 1.5s !important;
}
#index-body .i-case .content .bottom .right ul .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 0;
  margin-top: 0;
  opacity: 1 !important;
}
#index-body .i-case .content .bottom .right ul .slick-slide.slick-current + div {
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  z-index: -1;
  margin-top: -20px;
  opacity: .4 !important;
}
#index-body .i-case .content .slickBtn div {
  top: 54.6%;
  background: #000;
}
#index-body .i-case .content .slickBtn div:hover {
  background: var(--color);
}
#index-body .i-case .content::after {
  content: '';
  position: absolute;
  top: 54.5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(1, 66, 149, 0.21);
}
#index-body .i-custom {
  background-color: #f2f5f8;
  padding: 5.9% 0 7.03125%;
}
#index-body .i-custom .box {
  max-width: 1775px;
  padding-left: 15px;
  margin: 0 0 0 auto;
}
#index-body .i-custom .box .header .con {
  color: #111;
  line-height: 1.4;
  max-width: 693px;
}
#index-body .i-custom .box .content .left {
  width: 38.29%;
}
#index-body .i-custom .box .content .left ul li {
  font-size: 18px;
  padding-left: 48px;
  color: #111;
  position: relative;
  margin-bottom: 17px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-custom .box .content .left ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 16px;
  border-radius: 50%;
  background-color: #cfcfcf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-custom .box .content .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-custom .box .content .left ul li:hover,
#index-body .i-custom .box .content .left ul li.active {
  color: var(--color);
}
#index-body .i-custom .box .content .left ul li:hover::before,
#index-body .i-custom .box .content .left ul li.active::before {
  background: var(--color);
}
#index-body .i-custom .box .content .right {
  width: 61.71%;
}
#index-body .i-custom .box .content .right .item {
  display: none;
}
#index-body .i-custom .box .content .right .item:first-child {
  display: block;
}
#index-body .i-custom .box .content .right .slickBtn div {
  background-color: #000000;
}
#index-body .i-custom .box .content .right .slickBtn div:hover {
  background: var(--color);
}
#index-body .i-custom .box .content .right .slickBtn div.prev {
  right: 98%;
}
#index-body .i-custom .box .content .right .slickBtn div.next {
  left: 98%;
}
#index-body .i-news {
  padding: 6.3021% 0 9.01042%;
}
#index-body .i-news .i-title {
  color: #fff;
}
#index-body .i-news .box {
  max-width: 1252px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
#index-body .i-news .box .left {
  width: 39.137%;
}
#index-body .i-news .box .left .tit {
  line-height: 1.8;
  width: 86%;
}
#index-body .i-news .box .right {
  width: 60.863%;
  background-color: #f2f5f8;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(10, 10, 10, 0.39);
  box-shadow: 0px 0px 18px 0px rgba(10, 10, 10, 0.39);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#index-body .i-news .box .right time {
  line-height: 1.5;
  color: #979797;
}
#index-body .i-news .box .right .title {
  line-height: 1.5;
}
#index-body .i-news .box .right .con {
  color: #979797;
}
#index-body .i-news .box .right .link {
  font-size: 18px;
}
#index-body .i-news .box .right .link i {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .box .right .link:hover {
  color: var(--color);
}
#index-body .i-news .box .right .link:hover i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#footer {
  background-color: #323232;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
#footer .tit {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 26px;
}
#footer ul li {
  font-size: 16px;
  line-height: 1.5;
}
#footer ul li a {
  display: inline-block;
  position: relative;
}
#footer ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer ul li a:hover::after {
  width: 100%;
}
#footer ul li:last-child {
  margin-bottom: 0;
}
#footer ul li ul {
  display: none;
}
#footer .left {
  width: 58.58025%;
}
#footer .left .top {
  padding-right: 20.865%;
}
#footer .left .bottom .tit {
  margin-bottom: 23px;
}
#footer .left .bottom .f-mail {
  width: 25.6%;
}
#footer .left .bottom p {
  line-height: 1.3;
  max-width: 298px;
}
#footer .left > div {
  border-top: 1px solid #3f3f3f;
}
#footer .right {
  width: 29.7%;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 20px;
}
#footer .right ul {
  margin: -11px -6px;
}
#footer .right ul li {
  padding: 11px 6px;
}
#footer .right ul li input,
#footer .right ul li textarea {
  width: 100%;
  height: 50px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
}
#footer .right ul li input:focus,
#footer .right ul li textarea:focus {
  border-color: #fff;
}
#footer .right ul li .more {
  margin-top: 21px;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.4;
  color: #838383;
}
#footer svg {
  max-height: 26px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #838383;
}
#footer svg text {
  fill: #838383;
}
@media (max-width: 1700px) {
  #index-body .i-case .content .slickBtn div {
    top: 64%;
  }
  #index-body .i-case .content .slickBtn div.prev {
    right: 99%;
  }
  #index-body .i-case .content .slickBtn div.next {
    left: 99%;
  }
}
@media (max-width: 1450px) {
  #index-body .i-category .box .right {
    width: 50%;
  }
  #index-body .i-category .box .right ul li dd {
    padding-left: 20px;
    font-size: 15px;
  }
  #index-body .i-about .top .left .tit {
    font-size: 112px;
  }
  #index-body .i-case .content .slickBtn div.prev {
    right: initial;
    left: 0;
  }
  #index-body .i-case .content .slickBtn div.next {
    left: initial;
    right: 0;
  }
  .fixed-toolbar {
    right: 10px;
  }
}
@media (max-width: 1250px) {
  .i-title {
    font-size: 40px;
  }
  #index-body .i-category .box {
    padding: 20px;
  }
  #index-body .i-category .box .left .con {
    padding-top: 28%;
  }
  #index-body .i-category .box .right ul li {
    padding: 30px 15px;
  }
  #index-body .i-category .box .right ul li dd {
    font-size: 14px;
  }
  #index-body .i-category .box .right ul li dd::after {
    top: 50%;
    width: 8px;
    height: 8px;
  }
  #index-body .i-app .content {
    height: 660px;
  }
  #footer .left .top {
    padding-right: 0;
  }
  #footer .left .top > div,
  #footer .left .bottom > div {
    width: 33.3333%;
  }
  #footer ul li {
    font-size: 15px;
  }
  #footer .left .bottom .f-mail {
    width: 33.3333%;
  }
  #footer .right {
    width: 33%;
  }
}
@media (max-width: 1000px) {
  #banner ul li .text .con {
    font-size: 16px;
  }
  #banner .wz {
    display: none;
  }
  .more {
    font-size: 16px;
    padding: 10px 20px;
  }
  .more i {
    margin-left: 11px;
  }
  #index-body .i-category .box .left {
    position: static;
  }
  #index-body .i-category .box .left .con {
    padding-top: 20px;
  }
  #index-body .i-category .box .right {
    margin-top: 20px;
  }
  .font-22 {
    font-size: 20px;
  }
  #index-body .i-app{
    height: 67vh;
  }
  #index-body .i-about .top .left .tit {
    font-size: 90px;
  }
  #index-body .i-about .top .right {
    margin-top: 30px;
  }
  #index-body .i-about .top .right img {
    width: 100%;
  }
  #index-body .i-about .bottom .right {
    margin-top: 30px;
  }
  #index-body .i-about .bottom .right .con {
    padding-right: 0;
  }
  #index-body .i-custom .box .content .left {
    display: none;
  }
  #index-body .i-custom .box .content .right {
    width: 100%;
  }
  #index-body .i-case .content .btn{
    margin-bottom: 0;
  }
  #index-body .i-case .box > img{
    display: none;
  }
  #index-body .i-case .content .bottom{
    position: initial;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  #index-body .i-app .content {
    height: 560px;
  }
  .font-27 {
    font-size: 22px;
  }
  #footer {
    position: static;
  }
  #footer .f-content .left {
    width: 100%;
  }
  #footer .f-content .left .top {
    display: none;
  }
  #footer .f-content .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .f-copy {
    padding-top: 30px;
    display: block;
    font-size: 14px;
  }
  #footer .f-copy p {
    display: inline;
  }
  #footer svg {
    max-height: 24px;
  }
  .flex-4 > *{
    width: 33.3333%;
  }
}
@media (max-width: 700px) {
  #banner ul li .text .con {
    width: 100%;
    margin-top: 12px;
  }
  .i-title {
    font-size: 36px;
  }
  .font-20,
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  #index-body .i-app {
    display: none;
  }
  #index-body .i-about .top .left .tit {
    font-size: 66px;
  }
  .font-40 {
    font-size: 26px;
  }
  #index-body .i-about .top .left .num sub {
    line-height: 1 !important;
  }
  #index-body .i-advantage .content ul li .img-box .text {
    font-size: 20px;
  }
  #index-body .i-case .content .box > img {
    display: none;
  }
  #index-body .i-case .content .btn {
    margin-bottom: 20px;
  }
  #index-body .i-case .content .bottom {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #index-body .i-case .content::after {
    display: none;
  }
  #index-body .i-news .box .left {
    padding: 0 15px;
  }
  #footer .left .bottom .tit {
    margin-bottom: 12px;
  }
  #footer .left .bottom .f-phone,
  #footer .left .bottom .f-mail {
    width: 50%;
  }
  #footer .left .bottom .f-add {
    width: 100%;
    margin-top: 12px;
  }
  .flex-3 > *,
  .flex-4 > *{
    width: 50%;
  }
}
@media (max-width: 500px) {
  #banner ul li .text .title {
    font-size: 20px;
  }
  #banner ul li .text .con {
    display: none;
  }
  .more {
    font-size: 14px;
    padding: 6px 20px;
  }
  .i-title {
    font-size: 30px;
  }
  .font-20,
  .font-18 {
    font-size: 14px;
    line-height: 2 !important;
  }
  #index-body .i-category .box .right ul li {
    padding: 20px 15px;
  }
  #index-body .i-category .box .right ul li dd {
    width: 100% !important;
  }
  #index-body .i-category .box .right ul li:nth-child(2) dl:has(dd:nth-child(5)):not(:has(dd:nth-child(6))) {
    display: block;
  }
  #index-body .i-about .top .left .tit {
    font-size: 45px;
  }
  #index-body .i-about .top .left ul li {
    width: 50%;
  }
  #index-body .i-about .top .left ul li .num {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .i-about .bottom .right .list ul {
    margin: -6px;
  }
  #index-body .i-about .bottom .right .list ul li {
    padding: 6px;
    width: 33.3333%;
  }
  #index-body .i-case .wz p {
    font-size: 3em;
  }
  #index-body .i-case .content .slickBtn div.prev {
    left: 0;
  }
  #index-body .i-custom .box .content .right .slickBtn div.next {
    left: 95%;
  }
  #index-body .i-custom .box .content .right .slickBtn div.prev {
    right: 94%;
    left: initial;
  }
  #index-body .i-case .content .bottom .right{
    width: 100%;
  }
  #index-body .i-news .box .left {
    width: 100%;
    padding: 30px 20px;
  }
  #index-body .i-news .box .right {
    width: 100%;
    padding: 30px 20px;
  }
  #index-body .i-news .box .right .link {
    font-size: 15px;
  }
  .flex-2 > *,
  .flex-3 > *,
  .flex-4 > * {
    width: 100%;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.m-auto{
  margin: 0 auto;
}
.inner-banner {
  background-color: white;
  position: relative;
  z-index: 2;
}
.inner-banner .bg {
    min-height: 300px;
    object-fit: cover;
    object-position: center;
}
.inner-banner::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}
.inner-banner .text{
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
}
.inner-banner .mbx {
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}
.inner-banner2 {
  position: relative;
  z-index: 2;
  color: white;
}
.inner-banner2 .mbx {
  position: absolute;
  left: 50%;
  top: 110px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.inner-banner2 .content {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.inner-banner2 .content h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
.inner-banner2 .content h2.light {
  font-weight: 200;
  margin: 10px 0 30px;
}
.inner-banner2 .content p {
  font-size: 16px;
  max-width: 50%;
  margin: auto;
}
.inner-page {
  background: #fff;
  position: relative;
  z-index: 2;
}
.img_cover{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-1 .content h3 {
  font-weight: 800;
}
.about-page .about-1 .content ul li {
  margin: 0 84px;
  text-align: center;
}
.about-page .about-1 .content ul li h2 {
  font-size: 70px;
  font-weight: 600;
  line-height: 0.8;
}
.about-page .about-2 .top .left {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.about-page .about-2 .top .right ol li {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.about-page .about-2 .top .right ol li:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .top .right ol li::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: var(--color);
  border-radius: 50%;
  margin-right: 13px;
}
.about-page .about-2 .top .right ol li p {
  width: -webkit-calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px);
}
.about-page .about-2 .top .right ol li em {
  font-weight: 500;
  color: var(--color);
}
.about-page .about-2 .bottom ul {
  margin: 0 -7px;
}
.about-page .about-2 .bottom ul li {
  padding: 0 7px;
}
.about-page .about-2 .bottom ul .slick-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background-color: transparent;
  color: transparent;
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('../images/arrow-left.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 2;
}
.about-page .about-2 .bottom ul .slick-arrow.slick-prev {
  left: -65px;
}
.about-page .about-2 .bottom ul .slick-arrow.slick-next {
  right: -65px;
  background-image: url('../images/arrow-right.png');
}
.about-page .about-3 {
  background: url('../images/about-1.jpg') no-repeat;
  background-size: cover;
}
.about-page .about-3 .i-title {
  text-transform: capitalize;
}
.about-page .about-3 .top .text em {
  font-weight: 500;
  color: var(--color);
  font-size: 24px;
}
.about-page .about-3 .bottom .map{
  position: absolute;
  inset:0;
}
.about-page .about-3 .bottom .map .list{
  position: absolute;
  width:fit-content;
}
.about-page .about-3 .bottom .map .list .text{
  position: absolute;
  left: 150%;
  top:0;
  white-space: nowrap;
  border-radius: 5px;
  padding: 25px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(0);
  transition: 0.5s;
  transform-origin: 0 0;
  z-index: 5;
}
.about-page .about-3 .bottom .map .list.right .text{
  left: unset;
  right: 150%;
  transform-origin: 100% 0;
}
.about-page .about-3 .bottom .map .list > img{
  transition: 0.5s;
}
.about-page .about-3 .bottom .map .list:hover > img{
  transform: scale(1.2);
}
.about-page .about-3 .bottom .map .list:hover .text{
  transform: scale(1);
}
.about-page .about-3 .bottom .map .list .text a{
  font-size: 16px;
  line-height: 1;
  color: var(--color);
  border-bottom:1px solid var(--color);
}
.about-page .about-4 {
  background-color: #f8f8f8;
}
.about-page .about-4 .list .text h4 {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.about-page .about-5 {
  position: relative;
  z-index: 5;
}
.about-page .about-5 .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.about-page .about-5 .top a.btn {
  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;
  color: var(--color);
}
.about-page .about-5 .top a.btn:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-page .about-5 .top a.btn span {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 500;
}
.about-page .about-5 .top a.btn i {
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-5 .bottom .left {
  max-width: 775px;
}
.about-page .about-5 .bottom .left ul {
  margin: 0 -6px;
  padding: 0 35px;
  position: relative;
}
.about-page .about-5 .bottom .left ul li {
  padding: 30px 6px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-5 .bottom .left ul li:hover {
  padding-top: 0;
}
.about-page .about-5 .bottom .left ul li a.img {
  display: block;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.about-page .about-5 .bottom .left ul .slick-arrow {
  width: 15px;
  height: 40px;
  color: transparent;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-5 .bottom .left ul .slick-arrow::before {
  content: '\e6de';
  font-family: 'iconfont';
  font-size: 20px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-5 .bottom .left ul .slick-arrow.slick-prev {
  left: 8px;
}
.about-page .about-5 .bottom .left ul .slick-arrow.slick-next {
  right: 8px;
}
.about-page .about-5 .bottom .left ul .slick-arrow.slick-next::before {
  content: '\e618';
}
.about-page .about-5 .bottom .right {
  max-width: 335px;
}
.about-page .about-5 .bottom .right a.img {
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1700px) {
  .about-page .about-2 .bottom {
    padding: 0 75px;
  }
  .inner-page {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1450px) {
   .inner-banner2 .content p {
    max-width: 75%;
  }
  .about-page .about-1 .content ul li {
    margin: 0 30px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page {
    padding-bottom: 0;
  }
  .inner-banner .mbx {
    height: auto;
    padding: 10px 0;
    font-size: 16px;
  }
  .inner-banner2 .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .inner-banner2 .content {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    inset: 0;
    padding: 80px 15px 60px;
  }
  .about-page .about-1 .content ul {
    padding: 0;
  }
  .about-page .about-2 .top .right ol li {
    font-size: 14px;
  }
  .about-page .about-5 .bottom .left {
    padding-right: 60px;
  }
  .about-page .about-2 .top .left h4,
  .about-page .about-2 .top .right h4,
  .about-page .about-5 .bottom .left h4,
  .about-page .about-5 .top h2,
  .about-page .about-1 .content h3 {
    font-size: 24px;
  }
  .about-page .about-3 {
    padding-bottom: 100px;
  }
  .about-page .about-3 .bottom .map .list > img {
    max-width: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .text .title{
    display: none;
  }
  .inner-banner .mbx{
    margin: 0;
    padding: 0;
  }
  .inner-banner2 .content h2 {
    font-size: 30px;
  }
  .inner-banner2 .content p {
    max-width: 100%;
  }
  .about-page .about-1 .content ul li h2 {
    font-size: 50px;
  }
  .about-page .about-1 .content ul li {
    margin: 0;
    width: 33.333333%;
    padding: 0 15px;
  }
  .about-page .about-2 .bottom {
    padding: 0;
  }
  .about-page .about-5 .top a.btn {
    margin: 10px 0;
  }
  .about-page .about-5 .bottom .left ul {
    padding: 0;
  }
  .about-page .about-2 .top .left {
    width: 100%;
    margin-bottom: 30px;
    border-right: none;
  }
  .about-page .about-2 .top .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-4 .list .text {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .about-page .about-4 .list .img {
    width: 100%;
  }
  .about-page .about-4 .list:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-page .about-5 .bottom .right {
    display: none;
  }
  .about-page .about-5 .bottom .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-5 .top {
    padding: 0 0 30px;
  }
  .about-page .about-3 .bottom .map .list .text{
    zoom:0.8;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .content ul li {
    margin: 10px 0;
    width: 50%;
  }
  .inner-banner .bg{
    min-height: 220px;
  }
}
.honor-page .download{
  padding: 10px 25px;
  background-color: var(--color);
  color: white; 
  position: absolute;
  left: 50%;
  border-radius:35px;
  transform: translateX(-50%);
  bottom: -100%;
  transition: 0.5s;
}
.honor-page .download img{
  filter: invert(1);
}
.honor-page .honor-1 .honor-right ul li .img_box{
  overflow: hidden;
}
.honor-page .honor-1 .honor-right ul li:hover .download{
  bottom:25px;
}
.honor-page .download span{
  font-size: 16px;
  margin-right: 10px;
}
.honor-page .honor-1 .honor-left {
  width: 280px;
  position: sticky;
  top: 120px;
  position: -webkit-sticky;
}
.honor-page .honor-1 .honor-left h3 {
  font-size: 22px;
  font-weight: 500;
}
.honor-page .honor-1 .honor-left ul {
  margin: 45px 0;
}
.honor-page .honor-1 .honor-left ul li {
  margin-bottom: 10px;
}
.honor-page .honor-1 .honor-left ul li:last-child {
  margin-bottom: 0;
}
.honor-page .honor-1 .honor-left ul li.active a i::before {
  opacity: 1;
}
.honor-page .honor-1 .honor-left ul li a {
  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;
}
.honor-page .honor-1 .honor-left ul li a i {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.honor-page .honor-1 .honor-left ul li a i::before {
  content: '';
  display: block;
  width: 14px;
  height: 9px;
  background: url('../images/gou.png') no-repeat;
  opacity: 0;
}
.honor-page .honor-1 .honor-left ul li a span {
  font-size: 14px;
  font-weight: 200;
  width: -webkit-calc(100% - 24px);
  width: -moz-calc(100% - 24px);
  width: calc(100% - 24px);
  padding-left: 15px;
}
.honor-page .honor-1 .honor-right {
  width: -webkit-calc(100% - 280px);
  width: -moz-calc(100% - 280px);
  width: calc(100% - 160px);
}
.honor-page .honor-1 .honor-right h2 {
  font-size: 20px;
  font-weight: 500;
}
.honor-page .honor-1 .honor-right p {
  font-size: 18px;
  font-weight: 200;
  margin: 20px 0 40px;
}
.honor-page .honor-1 .honor-right ul {
  margin: -9px -12px;
}
.honor-page .honor-1 .honor-right ul li {
  width: 25%;
  padding: 9px 12px;
}
.honor-page .honor-1 .honor-right ul li a.img {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.honor-page .honor-2 .honor_tab ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.honor-page .honor-2 .honor_tab ul li {
  margin-right: 80px;
}
.honor-page .honor-2 .honor_tab ul li:last-child {
  margin-right: 0;
}
.honor-page .honor-2 .honor_tab ul li.active a {
  border-color: var(--color);
}
.honor-page .honor-2 .honor_tab ul li a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 3px solid transparent;
  padding-bottom: 10px;
  display: block;
}
.honor-page .honor-2 .content ul {
  margin: -18px -25px;
  display: none;
}
.honor-page .honor-2 .content ul li {
  width: 25%;
  padding: 18px 25px;
}
.honor-page .honor-2 .content ul li a.img {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.inner-page .m-page {
    text-align: right;
    margin-top: 60px;
}
.inner-page .m-page a,
.inner-page .m-page span {
    width: 50px;
    height: 40px;
    background: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    margin-left: 15px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background: var(--color);
    color: white;
}
@media screen and (max-width: 1250px) {
  .honor-page .honor-1 .honor-right ul,
  .honor-page .honor-2 .content ul {
    margin: -15px -10px;
  }
  .honor-page .honor-1 .honor-right ul li,
  .honor-page .honor-2 .content ul li {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .honor-page .honor-1 .honor-left {
    position: relative;
    top: 0;
  }
  .honor-page .honor-1 .honor-left {
    width: 100%;
  }
  .honor-page .honor-1 .honor-right {
    width: 100%;
    padding-left: 0;
    margin-top: 45px;
  }
  .honor-page .honor-1 .honor-left ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .honor-page .honor-1 .honor-left ul li {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .honor-page .honor-2 .content ul li {
    width: 33.33333333%;
  }
  .honor-page .honor-2 .honor_tab ul li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 700px) {
  .honor-page .honor-2 .honor_tab ul li {
    margin-bottom: 20px;
  }
  .honor-page .honor-2 .honor_tab ul li a {
    padding-bottom: 0;
  }
  .honor-page .honor-1 .honor-right ul li,
  .honor-page .honor-2 .content ul li {
    width: 50%;
  }
}
.manu-page .list_box li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 8px;
}
.manu-page .list_box li:last-child {
  margin-bottom: 0;
}
.manu-page .list_box li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}
.manu-page .manu-1 .right .list-t,
.manu-page .manu-1 .right .list-b {
  margin: 0 -13px;
}
.manu-page .manu-1 .right .list-b {
  padding-right: 59px;
}
.manu-page .manu-1 .right .img {
  padding: 8px 13px;
}
.manu-page .manu-2 {
  background-color: #f9f9f9;
}
.manu-page .manu-2 ul {
  margin: 0 -8px;
}
.manu-page .manu-2 ul li {
  padding: 0 8px;
}
.manu-page .manu-2 ul li .box {
  background-color: white;
}
.manu-page .manu-2 ul li .box .text {
  padding: 30px 40px 40px;
}
.manu-page .manu-3 .list .img,
.manu-page .manu-3 .list .text {
  width: -webkit-calc((100% - 20px) / 2);
  width: -moz-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
}
.manu-page .manu-3 .list:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.manu-page .manu-3 .list .text {
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 45px 75px;
}
.manu-page .manu-4 ul {
  margin: -20px -15px;
}
.manu-page .manu-4 ul li {
  padding: 20px 15px;
  width: 25%;
}
.manu-page .manu-4 ul .slick-slide>div{
  height: auto !important;
}
.manu-page .manu-4 ul li .box .title {
  padding: 20px;
  background-color: #f7f7f7;
}
.manu-page .manu-5 ul {
  margin: 0 -6%;
}
.manu-page .manu-5 ul li {
  padding: 0 6%;
  text-align: center;
}
.manu-page .manu-5 ul li .box .icon {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.manu-page .manu-5 ul li .box:hover .icon {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
@media (max-width: 1800px) {
  .manu-page .manu-1 .right {
    zoom: 0.9;
  }
}
@media (max-width: 1700px) {
  .manu-page .manu-1 .right {
    zoom: 0.8;
  }
}
@media (max-width: 1450px) {
  .manu-page .manu-1 .right {
    zoom: 0.7;
  }
}
@media (max-width: 1250px) {
  .manu-page h2 {
    font-size: 30px;
  }
  .manu-page .manu-1 .right {
    zoom: 0.5;
    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;
  }
  .manu-page .manu-1 .right .list-b {
    padding-right: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 15px;
  }
  .manu-page .manu-4 ul li {
    width: 33.333333333%;
  }
}
@media (max-width: 1000px) {
  .manu-page .manu-1 .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .manu-page .manu-1 .right {
    width: 100%;
    zoom: 0.8;
  }
  .manu-page .manu-3 .list .img {
    width: 100%;
  }
  .manu-page .manu-3 .list .text {
    width: 100%;
  }
  .manu-page .manu-4 ul li {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .manu-page .manu-3 .list .text {
    padding: 40px;
  }
  .manu-page .manu-4 ul {
    margin: -10px -5px;
  }
  .manu-page .manu-4 ul li {
    padding: 10px 5px;
  }
}
@media (max-width: 500px) {
  .manu-page h2 {
    font-size: 24px;
  }
  .manu-page .manu-3 .list .text {
    padding: 20px;
  }
  .manu-page .list_box li span {
    display: inline-block;
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
  }
  .manu-page .manu-4 ul li {
    width: 100%;
  }
  .manu-page .manu-5 ul li {
    width: 100%;
    margin: 15px 0;
  }
}
@-webkit-keyframes dot_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.85);
    transform: translate(-50%, -50%) scale(0.85);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes dot_scale {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.85);
    transform: translate(-50%, -50%) scale(0.85);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes dot_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.85);
    -moz-transform: translate(-50%, -50%) scale(0.85);
    transform: translate(-50%, -50%) scale(0.85);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.loader {
  position: fixed;
  width: 5em;
  height: 5em;
  top: 50%;
  left: 50%;
  margin-left: -2.5em;
  margin-top: -2.5em;
}
.circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}
._page_container {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    user-select: none
}
.m-page ._page_container {
  text-align: right;
}
._page_container input[type=number] {
    -moz-appearance: textfield
}
._page_container input[type=number]::-webkit-inner-spin-button, ._page_container input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
._page_container ._pages {
    display: inline-block;
    margin: 0 -40px 0 auto;
    vertical-align: top;
}
._page_container ul._pages_1{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
._page_container ul._pages li {
    display: inline-block;
    list-style: none;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 40px;
    width: 45px !important;
    height: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
._page_container ._pages li:hover {
    color: var(--color);
}

._page_container ._pages li:first-child, ._page_container ._pages li:last-child {
    font-size: 14px
}

._page_container ._pages ._prev, ._page_container ._pages ._next, ._page_container ._pages ._home, ._page_container ._pages ._last {
    font-size: 12px;
    font-weight: 400;
    padding: 0 8px;
    display: none;
}
._page_container ._jumper {
    display: none;
    color: #606266;
    margin-left: 10px;
    vertical-align: top;
}
._page_container ._next_ _iconfont iconGroup{
    display: none;
}
._page_container ._jumper ._count {
    margin-right: 10px;
    padding: 0;
    width: auto;
    line-height: 1;
    background: transparent;
    display: none;
}

._page_container ._jumper ._jumper_input {
    display: inline-block;
    font-size: 14px;
    color: #606266;
    width: 50px;
    height: 26px;
    text-align: center;
    margin: 0 5px;
    padding: 3px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    background: 0 0;
    outline: none;
    box-sizing: border-box
}
._page_container ._jumper ._jumper_input:focus {
    border-color: #076d9a
}
._pages_1 li {
    background-color: #f4f4f5;
    padding: 0 5px !important;
}
._active_1 {
    color: #fff !important;
    background-color: var(--color) !important
}
._active_2 {
    color: #e60012!important
}
._disabled {
    cursor: not-allowed !important
}
._disabled_c {
    color: #c0c4cc !important
}
._page_container ._pages ._next_ _iconfont.iconGroup-{
  display: none;
}
._next_ _iconfont iconGroup-,
._next_ _iconfont{
    display: none !important;
}
@media screen and (max-width: 1000px) {
      ._page_container ._pages li {
    margin: 0 2px;
    min-width: 24px;
  }
  ._page_container {
    height: auto !important;
  }
}
.inner-page .i-title{
  text-transform: capitalize;
}
.white {
  color: white;
}
.case-page .case-1 {
  padding: 10.41% 0;
  position: relative;
}
.case-page .case-1 .bg {
  position: absolute;
  left: 0;
  top: 0;
}
.case-page .case-1 .arrow {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.case-page .case-1 .arrow::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(1, 66, 149, 0.4);
  -webkit-animation: dot_scale 2s linear infinite;
  -moz-animation: dot_scale 2s linear infinite;
  animation: dot_scale 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.case-page .case-box .top {
  margin-bottom: 55px;
}
.case-page .case-box .top h2 {
  font-size: 30px;
  font-weight: 500;
}
.case-page .case-box .top .right a.btn {
  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;
  color: var(--color);
}
.case-page .case-box .top .right a.btn:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.case-page .case-box .top .right a.btn span {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
}
.case-page .case-box .top .right a.btn i {
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.case-page .case-box .caseBox .case-left {
  width: 360px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 60px 35px 80px;
  position: -webkit-sticky;
  top: 180px;
}
.case-page .case-box .caseBox .case-left h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1;
}
.case-page .case-box .caseBox .case-left ul.one li a.tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}
.case-page .case-box .caseBox .case-left ul.one li a.tit i {
  font-size: 24px;
}
.case-page .case-box .caseBox .case-left ul.one li ul.sub-menu li {
  margin-bottom: 10px;
}
.case-page .case-box .caseBox .case-left ul.one li ul.sub-menu li:last-child {
  margin-bottom: 0;
}
.case-page .case-box .caseBox .case-left ul.one li ul.sub-menu li a.active i::before {
  opacity: 1;
}
.case-page .case-box .caseBox .case-left ul.one li ul.sub-menu li a {
  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;
}
.case-page .case-box .caseBox .case-left ul.one li ul.sub-menu li a i {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.case-page .case-box .caseBox .case-left ul.one li ul.sub-menu li a i::before {
  content: '';
  display: block;
  width: 14px;
  height: 9px;
  background: url('../images/gou.png') no-repeat;
  opacity: 0;
}
.case-page .case-box .caseBox .case-left ul.one li ul.sub-menu li a span {
  font-size: 14px;
  font-weight: 200;
  width: -webkit-calc(100% - 24px);
  width: -moz-calc(100% - 24px);
  width: calc(100% - 24px);
  padding-left: 15px;
}
.case-page .case-box .caseBox .case-right {
  width: -webkit-calc(100% - 360px);
  width: -moz-calc(100% - 360px);
  width: calc(100% - 360px);
}
.case-page .case-box .caseBox .case-right .text p {
  font-size: 18px;
}
.case-page .case-box .caseBox .case-right .text form {
  width: 50%;
  max-width: 550px;
  position: relative;
}
.case-page .case-box .caseBox .case-right .text form input[type='text'] {
  width: 100%;
  height: 60px;
  background-color: #f4f6f8;
  padding: 0 65px 0 25px;
  border-radius: 35px;
  border: none;
  font-size: 14px;
}
.case-page .case-box .caseBox .case-right .text form input[type='submit'] {
  width: 23px;
  height: 23px;
  background-color: transparent;
  border: none;
  background: url('../images/inner-s.png') no-repeat;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.case-page .case-box .caseBox .case-right .case-label ul {
  margin: -5px;
}
.case-page .case-box .caseBox .case-right .case-label ul li {
  padding: 5px;
}
.case-page .case-box .caseBox .case-right .case-label ul li a {
  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: 0 20px;
  height: 40px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.case-page .case-box .caseBox .case-right .case-label ul li a span {
  font-size: 14px;
  font-weight: 400;
}
.case-page .case-box .caseBox .case-right .case-label ul li a i {
  font-size: 18px;
  margin-left: 25px;
}
.case-page .case-box .caseBox .case-right .case-list-box ul {
  margin: -22px -10px;
}
.case-page .case-box .caseBox .case-right .case-list-box ul li {
  padding: 22px 10px;
  width: 33.3333%;
}
.case-page .case-box .caseBox .case-right .case-list-box ul li a.img {
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.case-page .case-2 h2 {
  font-size: 30px;
  font-weight: 500;
}
.case-page .case-2 p {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0 30px;
}
.case-page .case-2 a.btn {
  padding: 0 40px;
  height: 50px;
  background-color: var(--color);
  border-radius: 30px;
  color: white;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.case-page .case-2 a.btn:hover {
  background-color: transparent;
  border-color: var(--color);
  color: var(--color);
}
.case-page .case-2 .content {
  padding: 70px 0 65px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fefffe), color-stop(30%, #f7f7f7), color-stop(70%, #f7f7f7), to(#fefffe));
  background-image: -webkit-linear-gradient(left, #fefffe 0%, #f7f7f7 30%, #f7f7f7 70%, #fefffe 100%);
  background-image: -moz-linear-gradient(left, #fefffe 0%, #f7f7f7 30%, #f7f7f7 70%, #fefffe 100%);
  background-image: linear-gradient(to right, #fefffe 0%, #f7f7f7 30%, #f7f7f7 70%, #fefffe 100%);
}
@media screen and (max-width: 1250px) {
  .case-page .case-box .caseBox .case-right .text form {
    width: 100%;
    margin-top: 15px;
  }
  .case-page .case-box .caseBox .case-left {
    width: 300px;
  }
  .case-page .case-box .caseBox .case-right {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
  }
  .case-page .case-box .top .text {
    width: 100%;
    margin-bottom: 35px;
  }
  .case-page .case-box .caseBox .case-right .text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .case-page .case-box .caseBox .case-left {
    width: 100%;
  }
  .case-page .case-box .caseBox .case-left ul.one li ul.sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -10px 0;
  }
  .case-page .case-box .caseBox .case-left ul.one li ul.sub-menu li {
    padding: 10px;
    margin-bottom: 0;
  }
  .case-page .case-box .caseBox .case-right {
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .case-page .case-box .top h2 {
    font-size: 24px;
  }
  .case-page .case-1 .arrow {
    zoom: 0.5;
  }
  .case-page .case-2 a.btn {
    height: auto;
    padding: 10px 30px;
  }
  .case-page .case-box .caseBox .case-right .case-list-box ul li .text h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .case-page .case-box .caseBox .case-right .case-list-box ul li {
    width: 100%;
  }
}
.casedet-page .casedet-1 .right {
  background: url('../images/casedet-1.jpg') no-repeat;
  background-size: cover;
  height: -webkit-fill-available;
  padding: 100px 85px;
}
.casedet-page .casedet-1 .right .content table{
  border: none;
  max-width: 510px;
  white-space: normal;
}
.casedet-page .casedet-1 .right .content table tr{
  background-color: transparent !important;
}
.casedet-page .casedet-1 .right .content table tr td{
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 500;
  min-width: 200px;
  white-space: normal;
}
.casedet-page .casedet-1 .right .content table tr td:first-child{
  color: #b8b8b8;
}
.casedet-page .casedet-1 .right .content table tbody{
  min-width: auto;
}
.casedet-page .casedet-2 {
  background-color: #f6f6f6;
}
.casedet-page .casedet-2 .container2 > ul > li {
  margin-bottom: 30px;
}
.casedet-page .casedet-2 .container2 > ul > li:last-child {
  margin-bottom: 0;
}
.casedet-page .casedet-2 ul li table{
  border: none;
  max-width: 620px;
  color: #000;
  white-space: normal;
}
.casedet-page .casedet-2 ul li table tr{
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.casedet-page .casedet-2 ul li table tr td{
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
  white-space: normal;
}
.casedet-page .casedet-2 ul li table tr td:first-child{
  color: #636363;
}
.casedet-page .casedet-2 ul li table tbody{
  min-width: auto;
}
.casedet-page .casedet-2 ul li a.title {
  width: 100%;
  height: 115px;
  padding: 0 105px 0 130px;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.casedet-page .casedet-2 ul li a.title h4 {
  font-size: 22px;
  font-weight: 700;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
}
.casedet-page .casedet-2 ul li a.title i {
  font-size: 30px;
}
.casedet-page .casedet-2 ul li .con {
  padding: 50px 105px 50px 130px;
  font-size: 18px;
  line-height: 1.6;
}
.casedet-page .casedet-3 .left .con {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.casedet-page .casedet-3 .left a.btn {
  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;
  color: var(--color);
}
.casedet-page .casedet-3 .left a.btn:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.casedet-page .casedet-3 .left a.btn span {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
}
.casedet-page .casedet-3 .left a.btn i {
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.casedet-page .casedet-4 h2 {
  font-size: 30px;
}
.casedet-page .casedet-4 ul {
  margin: -10px;
}
.casedet-page .casedet-4 ul li {
  padding: 0 10px;
}
.casedet-page .casedet-4 ul li a.img {
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1450px) {
  .casedet-page .casedet-1 .right {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 1250px) {
  .casedet-page .casedet-2 ul li a.title {
    padding: 0 40px;
  }
  .casedet-page .casedet-2 ul li .con {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .casedet-page .casedet-1 .left {
    width: 100%;
  }
  .casedet-page .casedet-1 .right {
    width: 100%;
  }
  .casedet-page .casedet-1 .right h2 {
    font-size: 24px;
  }
  .casedet-page .casedet-2 h2 {
    font-size: 24px;
  }
  .casedet-page .casedet-2 ul li .con {
    font-size: 16px;
  }
  .casedet-page .casedet-3 .left {
    width: 100%;
    margin-bottom: 45px;
    padding-right: 0;
  }
  .casedet-page .casedet-3 .left .con {
    margin-top: 20px;
    padding-right: 0;
  }
  .casedet-page .casedet-3 .right {
    width: 100%;
  }
  .casedet-page .casedet-4 h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  .casedet-page .casedet-2 ul li a.title {
    height: auto;
    padding: 10px 30px;
  }
  .casedet-page .casedet-2 ul li a.title h4 {
    font-size: 18px;
  }
  .casedet-page .casedet-2 ul li .con {
    padding: 30px 15px;
  }
  .casedet-page .casedet-4 h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.faq-page .faq-1 {
  position: relative;
  padding: 90px 0;
}
.faq-page .faq-1 .bg {
  position: absolute;
  inset: 0;
}
.faq-page .faq-1 .content ul li {
  margin-bottom: 25px;
}
.faq-page .faq-1 .content ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 .content ul li.active a .dot {
  background-color: var(--color);
}
.faq-page .faq-1 .content ul li a {
  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;
}
.faq-page .faq-1 .content ul li a span {
  width: -webkit-calc(100% - 22px);
  width: -moz-calc(100% - 22px);
  width: calc(100% - 22px);
  padding-left: 15px;
  font-size: 16px;
  font-weight: 500;
}
.faq-page .faq-1 .content ul li a .dot {
  width: 22px;
  height: 22px;
  background-color: #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.faq-page .faq-1 .content ul li a .dot::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}
.faq-page .faq-2 h2 {
  font-size: 30px;
  font-weight: 600;
}
.faq-page .faq-2 .content {
  border-top: 2px solid #dbdbdb;
}
.faq-page .faq-2 .content ul li {
  padding: 65px 45px;
  border-bottom: 2px solid #dbdbdb;
}
.faq-page .faq-2 .content ul li a.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 500;
}
.faq-page .faq-2 .content ul li a.title h4 {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  padding-left: 25px;
  padding-right: 15px;
}
.faq-page .faq-2 .content ul li a.title span {
  font-size: 30px;
}
.faq-page .faq-2 .content ul li a.title i {
  font-size: 30px;
}
.faq-page .faq-2 .content ul li .con {
  display: none;
}
@media screen and (max-width: 700px) {
  .faq-page .faq-2 .content ul li {
    padding: 25px 15px;
  }
  .faq-page .faq-2 .content ul li a.title {
    font-size: 20px;
  }
}
.history-page .init-1 .container .content ul {
  z-index: 2;
  position: relative;
}
.history-page .init-1 .container .content ul .sub {
  position: absolute;
  width: 6px;
  height: 100%;
  top: 0;
  left: 265px;
  background-color: #e3e8f7;
  z-index: -1;
}
.history-page .init-1 .container .content ul li .box {
  border-top: 2px solid #e6e6e6;
  font-weight: 500;
}
.history-page .init-1 .container .content ul li .box .year {
  width: 260px;
  font-size: 70px;
  color: var(--color);
  line-height: 1.2;
  font-weight: 600;
}
.history-page .init-1 .container .content ul li .box .cir {
  width: 16px;
  height: 16px;
  background-color: var(--color);
  border-radius: 50%;
  margin-top: 40px;
}
.history-page .init-1 .container .content ul li .box .year2 {
  margin-top: 40px;
  width: 114px;
  text-align: center;
}
.history-page .init-1 .container .content ul li .box .des {
  width: -webkit-calc(-290%);
  width: -moz-calc(-290%);
  width: calc(100% - 390px);
  color: #000;
  margin-top: 36px;
  max-width: 700px;
}
.history-page .init-1 .container .content ul li:first-child .box {
  border-top: none;
  padding-top: 20px;
}
@media (max-width: 1250px) {
  .history-page .init-1 .container .content ul li .box .year {
    font-size: 60px;
    width: 180px;
  }
  .history-page .init-1 .container .content ul li .box .cir {
    margin-top: 22px;
  }
  .history-page .init-1 .container .content ul li .box .year2 {
    margin-top: 22px;
    width: 110px;
  }
  .history-page .init-1 .container .content ul .sub {
    left: 185px;
  }
  .history-page .init-1 .container .content ul li .box .des {
    margin-top: 20px;
    width: -webkit-calc(-206%);
    width: -moz-calc(-206%);
    width: calc(100% - 306px);
  }
}
@media (max-width: 700px) {
  .history-page .init-1 .container .content ul li .box .year {
    width: 100%;
  }
  .history-page .init-1 .container .content ul li .box .year2 {
    width: auto;
    margin-left: 16px;
  }
  .history-page .init-1 .container .content ul li .box .des {
    width: 100%;
    max-width: 100%;
  }
  .history-page .init-1 .container .content ul .sub {
    display: none;
  }
}
@media (max-width: 500px) {
  .history-page .init-1 .container .content ul li .box {
    padding: 30px 0;
  }
  .history-page .init-1 .container .content ul li .box .year {
    font-size: 30px;
  }
}
.solution-page {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.solution-page .shadow1 {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 720px;
  top: 0;
  left: 0;
  background-color: #f9f9f9;
}
.solution-page .init-1 {
  padding-top: 50px;
}
.solution-page .init-1 .container .tipsTitleC .tipsTitle {
  text-align: center;
}
.solution-page .init-1 .container .tipsTitleC .tipsLine {
  margin: 10px auto 0;
}
.solution-page .init-1 .container .tipsTitleC .tipsDes {
  font-weight: 500;
  color: #4a4949;
  max-width: 600px;
  margin: 20px auto 0;
  text-align: center;
}
.solution-page .init-1 .container .content {
  padding-top: 20px;
}
.solution-page .init-1 .container .content ul {
  margin: 0 -10px;
}
.solution-page .init-1 .container .content ul > p {
  font-size: 20px;
  letter-spacing: 0;
  margin: 20px;
}
.solution-page .init-1 .container .content ul li {
  margin-top: 40px;
  padding: 0 10px;
}
.solution-page .init-1 .container .content ul li .box .img {
  display: block;
}
.solution-page .init-1 .container .content ul li .box .img img {
  width: 100%;
}
.solution-page .init-1 .container .content ul li .box .text {
  font-weight: 500;
  margin-top: 10px;
  display: block;
}
.solution-page .init-1 .container .content ul li .box .text:hover {
  color: var(--color);
}
.solution-page .init-2 .content ul li {
  margin-top: 40px;
  padding: 0 10px;
}
.solution-page .init-2 .content ul li .box {
  text-align: center;
}
.solutiondet-page .init-1 .container {
  border-top: 1px solid #dbdbdb;
}
.solutiondet-page .init-1 .container .left {
  padding: 40px 90px 10px 0;
  border-right: 1px solid #dbdbdb;
  width: 44%;
}
.solutiondet-page .init-1 .container .left .tips {
  font-weight: 500;
  color: #9a9a9a;
}
.solutiondet-page .init-1 .container .left .img {
  margin-top: 20px;
  width: 100%;
}
.solutiondet-page .init-1 .container .right {
  width: 56%;
  padding: 40px 0 10px 80px;
}
.solutiondet-page .init-1 .container .right .title {
  font-weight: 500;
}
.solutiondet-page .init-1 .container .right .des {
  font-weight: 500;
  margin-top: 40px;
}
.solutiondet-page .init-1 .container .right .des2 {
  color: #5b5b5b;
  margin-top: 16px;
}
.reletedProduct {
  background-color: #f2f2f2;
}
.reletedProduct .container .tipsTitle {
  text-align: center;
}
.reletedProduct .container .tipsLine {
  margin: 10px auto 0;
}
.reletedProduct .container .content .swiper {
  margin: 0 -15px;
}
.reletedProduct .container .content .swiper li {
  margin-top: 30px;
  padding: 15px;
  height: auto;
}
.reletedProduct .container .content .swiper li .box {
  padding: 20px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.reletedProduct .container .content .swiper li .box .img {
  display: block;
}
.reletedProduct .container .content .swiper li .box .img img {
  width: 100%;
}
.reletedProduct .container .content .swiper li .box .line {
  background-color: #cccccc;
  margin-top: 10px;
  height: 1px;
}
.reletedProduct .container .content .swiper li .box .title {
  margin-top: 20px;
  display: block;
  font-weight: 500;
}
.reletedProduct .container .content .swiper li .box .title:hover {
  color: var(--color);
}
.reletedProduct .container .content .swiper li .box .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666666;
  margin-top: 10px;
}
#index-body .init-6 .container .left {
  width: 33%;
  min-height: 100px;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 20px;
}
#index-body .init-6 .container .right {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 67%;
  padding: 50px 50px 30px 50px;
  border-radius: 20px;
}
#index-body .init-6 .container .right .title {
  font-weight: 500;
}
#index-body .init-6 .container .right form {
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-6 .container .right form input,
#index-body .init-6 .container .right form textarea {
  margin-top: 30px;
  border: 1px solid #dcdcdc;
  width: -webkit-calc(42%);
  width: -moz-calc(42%);
  width: calc(50% - 8px);
  padding: 15px 30px;
}
#index-body .init-6 .container .right form textarea {
  width: 100%;
}
#index-body .init-6 .container .right form .btnC {
  margin-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .init-6 .container .right form .btnC .btnDes {
  padding-right: 110px;
  width: -webkit-calc(-140%);
  width: -moz-calc(-140%);
  width: calc(100% - 240px);
  color: #4b4b4b;
}
@media (max-width: 1250px) {
  .solutiondet-page .init-1 .container .left {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .solutiondet-page .init-1 .container .right {
    width: 100%;
    padding-left: 0;
  }
   #index-body .init-6 .container .left {
    display: none;
  }
  #index-body .init-6 .container .right {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #index-body .init-6 .container .right form .btnC .btnDes {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-6 .container .right form .btnC .more {
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  #index-body .init-6 .container .right {
    padding: 30px 16px;
  }
  #index-body .init-6 .container .right form input,
  #index-body .init-6 .container .right form textarea {
    width: 100%;
    padding: 8px 10px;
    margin-top: 10px;
  }
  #index-body .init-6 .container .right form .btnC {
    margin-top: 16px;
  }
}
@media (max-width: 500px) {
  .solution-page .init-1 .container .content {
    padding-top: 0;
  }
  .solution-page .init-1 .container .content ul li {
    margin-top: 20px;
  }
  .solution-page .init-2 .content {
    padding-top: 20px;
  }
  .solution-page .init-2 .content ul li {
    width: 33.33%;
    margin-top: 20px;
  }
  .solutiondet-page .init-1 .container .right {
    padding-top: 20px;
  }
  .solutiondet-page .init-1 .container .right .des {
    margin-top: 20px;
  }
   #index-body .init-6 .container .right form .btnC .more {
    width: auto;
    padding: 10px 20px;
  }
}
.strength-page .inner-banner {
  position: relative;
  color: #fff;
  z-index: 2;
}
.strength-page .inner-banner .mbx{
  color: #fff;
}
.strength-page .inner-banner .img {
  z-index: -1;
  position: absolute;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
.strength-page .inner-banner .tipsTitle {
  text-align: center;
  font-weight: 600;
}
.strength-page .inner-banner .tipsLine {
  background-color: #fff;
  margin: 10px auto 0;
}
.strength-page .inner-banner .des {
  margin: 30px auto 0;
  max-width: 1060px;
  text-align: center;
  line-height: 2.6;
  font-weight: 500;
}
.strength-page .inner-banner .des p {
  max-height: 400px;
  padding-right: 6px;
  overflow-y: auto;
}
.strength-page .nextBtn {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  margin: -44px auto 0;
  background-color: #fff;
  cursor: pointer;
}
.strength-page .nextBtn .img {
  width: 30px;
  height: 30px;
}
.strength-page .nextBtn:hover {
  background-color: var(--color);
}
.strength-page .nextBtn:hover .img {
  -webkit-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);
}
.strength-page .init-1 .container {
  border-top: 2px solid #efefef;
  padding-top: 40px;
}
.strength-page .init-1 .container .left {
  width: 42%;
  font-weight: 500;
}
.strength-page .init-1 .container .left .des {
  margin-top: 50px;
  color: #4a4949;
}
.strength-page .init-1 .container .right {
  margin: 0px 0 0 auto;
  width: 50%;
}
.strength-page .init-2 .container ul li .box .img {
  display: block;
}
.strength-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.strength-page .init-2 .container ul li .box .text {
  margin-top: 10px;
  text-align: center;
}
.strength-page .init-3 .container .cont {
  background-color: #f8f8f8;
  padding: 90px 110px 80px;
}
.strength-page .init-3 .container .cont .titleC .btnC {
  margin-left: auto;
}
.strength-page .init-3 .container .cont .titleC .btnC .btn {
  width: 60px;
  height: 60px;
  background-color: #e6e6e6;
  cursor: pointer;
  font-size: 26px;
  margin-left: 14px;
}
.strength-page .init-3 .container .cont .titleC .btnC .btn:hover {
  background-color: var(--color);
  color: #fff;
}
.strength-page .init-3 .container .cont .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.strength-page .init-3 .container .cont .content .swiper .swiper-wrapper .swiper-slide .box .num {
  margin-top: 50px;
  color: var(--color);
  font-weight: 500;
}
.strength-page .init-3 .container .cont .content .swiper .swiper-wrapper .swiper-slide .box .title {
  font-weight: 500;
  margin-top: 10px;
}
.strength-page .init-4 .container {
  padding-top: 40px;
  border-top: 2px solid #efefef;
}
.strength-page .init-4 .container .left {
  width: 42%;
}
.strength-page .init-4 .container .left .des {
  margin-top: 40px;
  color: #4a4949;
  font-weight: 500;
}
.strength-page .init-4 .container .right {
  width: 50%;
  margin-left: auto;
}
.strength-page .init-4 .container .right ul li .box {
  border-top: 1px solid #efefef;
  padding: 50px 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.strength-page .init-4 .container .right ul li .box .img {
  width: 50px;
}
.strength-page .init-4 .container .right ul li .box .text {
  font-weight: 500;
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
  padding-left: 60px;
}
.strength-page .init-4 .container .right ul li .box .text .title {
  margin-top: 14px;
}
.strength-page .init-4 .container .right ul li .box .text .des {
  color: #4a4949;
  margin-top: 10px;
}
.strength-page .init-4 .container .right ul li:first-child .box {
  border-top: none;
}
.strength-page .init-5 .container .tipsTitle {
  text-align: center;
}
.strength-page .init-5 .container .tipsLine {
  margin: 10px auto 0;
}
.strength-page .init-5 .container .content {
  margin-top: 40px;
}
.strength-page .init-5 .container .content .list {
  overflow: hidden;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #efefef;
  margin: 20px;
}
.strength-page .init-5 .container .content .list img {
  max-width: 80%;
}
.strength-page .init-5 .container .content .list:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.strength-page .init-6 {
  background-color: #fafafa;
  padding: 90px 0 50px 0;
}
.strength-page .init-6 .container .content {
  padding: 0 20px;
  position: relative;
}
.strength-page .init-6 .container .content .btn {
  position: absolute;
  right: 0;
  top: 40%;
  border: 2px solid #b8b8b8;
  width: 60px;
  height: 60px;
  font-size: 30px;
  color: #b8b8b8;
  cursor: pointer;
  z-index: 2;
}
.strength-page .init-6 .container .content .btn:hover {
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}
.strength-page .init-6 .container .content .prev {
  left: 0;
  right: unset;
}
.strength-page .init-6 .container .swiper .swiper-wrapper .swiper-slide {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.strength-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .box {
  -webkit-transform: rotateY(34deg);
  -moz-transform: rotateY(34deg);
  transform: rotateY(34deg);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0.4;
  left: 72px;
  opacity: 0;
  position: relative;
}
.strength-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .box .img {
  display: block;
}
.strength-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.strength-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .box .text {
  opacity: 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin-top: 10px;
  padding: 0 40px;
}
.strength-page .init-6 .container .swiper .swiper-wrapper .my-slide-visible .box {
  opacity: 0.4;
}
.strength-page .init-6 .container .swiper .swiper-wrapper .swiper-slide-active .box {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
  left: 0;
}
.strength-page .init-6 .container .swiper .swiper-wrapper .swiper-slide-active .box .text {
  opacity: 1;
}
.strength-page .init-6 .container .swiper .swiper-wrapper .swiper-slide-prev .box {
  -webkit-transform: rotateY(16deg);
  -moz-transform: rotateY(16deg);
  transform: rotateY(16deg);
  left: 0;
}
.strength-page .init-6 .container .swiper .swiper-wrapper .swiper-slide-next .box {
  -webkit-transform: rotateY(-16deg);
  -moz-transform: rotateY(-16deg);
  transform: rotateY(-16deg);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  left: 0;
}
.strength-page .init-6 .container .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide .box {
  -webkit-transform: rotateY(-34deg);
  -moz-transform: rotateY(-34deg);
  transform: rotateY(-34deg);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  left: -72px;
}
.strength-page .init-6 .container .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide .box {
  -webkit-transform: rotateY(-34deg);
  -moz-transform: rotateY(-34deg);
  transform: rotateY(-34deg);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  left: -72px;
}
@media (max-width: 1500px) {
  .strength-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .box .text {
    padding: 0;
  }
}
@media (max-width: 1250px) {
  .strength-page .init-1 .container .left {
    width: 100%;
  }
  .strength-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .strength-page .init-3 .container .cont {
    padding: 60px 20px;
  }
  .strength-page .init-4 .container .left {
    width: 100%;
  }
  .strength-page .init-4 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .strength-page .nextBtn {
    display: none;
  }
  .strength-page .init-3 .container .cont .titleC .tipsTitleC {
    width: 100%;
  }
  .strength-page .init-3 .container .cont .titleC .btnC {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .strength-page .init-4 .container .right ul li .box .text {
    padding-left: 20px;
  }
  .strength-page .init-5 .container .content .list {
    width: 90px;
    height: 90px;
  }
  .strength-page .init-6 .container .content .btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 500px) {
  .strength-page .init-1 .container .left .des {
    margin-top: 20px;
  }
  .strength-page .init-3 .container .cont {
    padding: 40px 16px;
  }
  .strength-page .init-3 .container .cont .titleC .btnC .btn {
    width: 40px;
    height: 40px;
  }
  .strength-page .init-3 .container .cont .content .swiper .swiper-wrapper .swiper-slide .box .num {
    margin-top: 20px;
  }
  .strength-page .init-4 .container .right ul li .box {
    padding: 30px 0;
  }
  .strength-page .init-4 .container .right ul li .box .text {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
  .strength-page .init-5 .container .content .list {
    width: 60px;
    height: 60px;
    margin: 5px;
  }
  .strength-page .init-6 {
    padding: 40px 0;
  }
}
.news-page .inner-banner{
  padding-top: 0;
}
.news-page .inner-banner .mbx {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 60px;
}
.news-page .init-1 .container .titleC {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.news-page .init-1 .container .titleC .right {
  margin: 0 0 0 auto;
}
.news-page .init-1 .container .titleC .right .list {
  color: #8f8f8f;
  padding: 0 30px;
  border-left: 1px solid #b6b6b6;
  line-height: 1;
}
.news-page .init-1 .container .titleC .right .list:first-child {
  border-left: none;
}
.news-page .init-1 .container .titleC .right .list:hover,
.news-page .init-1 .container .titleC .right .list.active {
  color: #000;
}
.news-page .init-1 .container .content ul li .box {
  border-bottom: 2px solid #efefef;
  padding: 40px 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.news-page .init-1 .container .content ul li .box .left {
  width: 42%;
}
.news-page .init-1 .container .content ul li .box .left .cate {
  color: var(--color);
}
.news-page .init-1 .container .content ul li .box .left .title {
  margin-top: 10px;
  font-weight: 500;
  display: block;
}
.news-page .init-1 .container .content ul li .box .left .title:hover {
  color: var(--color);
}
.news-page .init-1 .container .content ul li .box .left .time {
  color: #545454;
  margin-top: 20px;
}
.news-page .init-1 .container .content ul li .box .right {
  width: 50%;
  margin-left: auto;
  padding-top: 40px;
  color: #4e4d4d;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-page .init-1 .container .content .m-page .wp-pagenavi {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.newdet-page .container .title {
  font-weight: 500;
}
.newdet-page .container .time {
  color: #999;
}
.newdet-page .container .content {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
}
@media (max-width: 1250px) {
  .news-page .init-1 .container .titleC .right {
    display: none;
  }
  .news-page .init-1 .container .content ul li .box .left {
    width: 100%;
  }
  .news-page .init-1 .container .content ul li .box .right {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .news-page .inner-banner .mbx {
    position: relative;
  }
}
@media (max-width: 500px) {
  .news-page .init-1 .container .content ul li .box {
    padding: 20px 0;
  }
  .news-page .init-1 .container .content ul li .box .right {
    padding-top: 20px;
  }
}
.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
  padding-left: 20px;
  font-family: 'Hemihead';
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist>ul>li{
   border-radius:25px;
   background: #f0f0f0;
   margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist ul li a {
   padding: 15px 0;
  height: auto;
  border-radius: 25px;
   background: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  font-size: 24px;
  transition: .5s;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
  color: #FFFFFF;
  background-color: var(--color);
}
.sider-box .sider-left .category .catelist > ul > li > a i {
  position: absolute;
  right: 16px;
  top: 9px;
  font-size: 24px;
  font-family: cursive;
  width: 30px;
  text-align: center;
  transition: .5s;
}
.sider-box .sider-left .category .catelist > ul > li > a i.active{
  transform: rotate(90deg);
}
.sider-box .sider-left .category .catelist > ul > li > ul{
  display: none;
}
.sider-box .sider-left .category .catelist > ul > li > ul {
  padding: 10px 25px 30px;
  background-color: #f0f0f0;
  border-radius: 25px;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a{
  line-height: 1.2;
  border-bottom: 1px solid #dddddd;
   border-radius: 0;
   height: auto;
   padding: 15px 0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active,.sider-box .sider-left .category .catelist > ul > li > ul > li > a:hover {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit{
  margin: 24px auto 0;
}
.sider-box .sider-left .quote .form form .submit .more{
  border: none
}
.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}
.sider-box .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}
.sider-box .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}
.sider-box .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}
.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more{
  margin-top: 30px;
}
.sider-box .sider-right {
  width: 70%;
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list ul li .box{
  background: #eeeeee;
  transition: .5s;
  height: 100%;
}
.product_list ul li .box {
  display: flex;
  flex-direction: column;
    border-radius: 15px;
}
.product_list ul li .box .txt{
  transition: .5s;
}
.product_list ul li .box .img{
  transition: .5s
}
.product_list ul li .box:hover{
  color: #ffffff;
  background: linear-gradient(to bottom,var(--color) 4%, #fff 90%)
}
.product_list ul li .box:hover .txt .more{
  opacity: 1;
}
.product_list ul li .box:hover .txt{
  transform: translateY(-180%);
}
.product_list ul li .box:hover .img{
  transform: translateY(60%);
}
.product_list ul li .box .txt{
  padding:0px 20px 0;
}
.product_list ul li .box .txt h3{
  margin-bottom: 0px;
}
.product_list ul li .box .txt .more{
  opacity: 0;
  margin-top: 15px;
}
.product_list .img {
  overflow: hidden;
}
.product_list .img a{
  display: block;
  padding: 20px;
}
.product_list .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: var(--color);
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product_list h3{
  margin-top: 15px;
  font-family: var(--font);
  line-height: 28px;
}
@media screen and (max-width: 1700px) {
.product_list ul li .box:hover .txt{
  transform: translateY(-135%);
}
.product_list ul li .box:hover .img{
  transform: translateY(90%);
}
}
@media screen and (max-width: 1450px){
  .product_list ul{
    grid-template-columns: repeat(2, 1fr);
  }
  .product_list ul li .box:hover .txt{
  transform: translateY(-200%);
}
.product_list ul li .box:hover .img{
  transform: translateY(60%);
}
}
@media screen and (max-width: 1250px) {
.product_list ul li .box:hover .txt{
  transform: translateY(-150%);
}
.product_list ul li .box:hover .img{
  transform: translateY(70%);
}
.sider-box .sider-left h2{
  font-size: 19px;
}
}
@media screen and (max-width: 1000px) {
  .product_list ul li .box:hover .txt{
  transform: translateY(0);
}
.product_list ul li .box:hover .img{
  transform: translateY(0);
}
  .product_list ul li .box .txt{
  transform: translateY(0);
  order: -1;
}
.product_list ul li .box .img{
  transform: translateY(0);
}
.product_list ul li .box{
  color: #ffffff;
  background: linear-gradient(to bottom,var(--color) 20%, rgba(38, 76, 157, 0) 60%)
}
.product_list ul li .box .txt .more{
  opacity: 1;
}
.sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px){
   .product_list ul li .box .txt{
  padding: 10px 15px 0;
}
.product_list ul{
  margin: 0 -15px;
}
.product_list ul li{
  padding: 20px 10px
}
}
@media screen and (max-width: 500px) {
.product_list ul{
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-page .pro_init_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .pro_init_1 .container .left {
  width: 49%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 120px;
  position: -webkit-sticky;
  position: sticky;
}
.product-page .pro_init_1 .container .left .smallImg {
    width: 24%;
}
.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
    padding: 10px;
}
.product-page .pro_init_1 .container .left .bigImg {
   width: 76%;
    display: inline-block;
    padding: 10px;
}
.product-page .pro_init_1 .container .left .bigImg ul li{
  padding: 1px;

}
.product-page .pro_init_1 .container .left .bigImg ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg ul{
 border: 1px solid #dcdcdc;
 
}
.product-page .pro_init_1 .container .left .bigImg img{
   BACKGROUND: #f6f8ff;
    padding: 10px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--color);
}
.product-page .pro_init_1 .container .left .big_img {
  width: 100%;
  display: block;
}
.product-page .pro_init_1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-page .prodet-2 {
    padding: 90px 0;
}
.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 30px;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: 600;
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--color);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: var(--color);
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.product-page .prodet-2 .ret {
    margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.product-page .prodet-2 .ret .content.faq li{
      margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
   font-size: 30px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}
.product-page .form ul {
    margin: -17px;
}
.product-page .form ul li {
    padding: 17px;
}
.product-page .form ul li input,
.product-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}
.product-page .form ul li input:focus,
.product-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input::placeholder,
.product-page .form ul li textarea::placeholder {
    color: #898989;
}
.product-page .form ul li.wid-100 {
    width: 100%;
}
.product-page .form ul li textarea {
    height: 210px;
}
.product-page .form ul li input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--color);
    color: white;
    font-size: 18px;
    width: auto;
    border: none;
}
.product-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}
.product-page .pro_init_1 .container .right .share ul li {
  width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .right .share ul li a {
    display: block;
}
.product-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--color);
}
.product-page .pro_init_1 .container .left .swiper {
  margin-top: 20px;
}
.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: 115px;
  display: block;
}
.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .pro_init_1 .container .right {
  width: 46%;
}
.product-page .pro_init_1 .container .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}
.product-page .pro_init_1 .container .right .text_1 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #a8a8a8;
  font-weight:500;
}
.product-page .pro_init_1 .container .right .text_2 {
  font-size: 36px;
  line-height: 1.4;
  color: #4a4a4a;
}
.product-page .pro_init_1 .container .right .shangxia a{
  display: block;
}
.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 20px;
}
.product-page .pro_init_1 .container .right .cont_list .list {
  position: relative;
}
.product-page .pro_init_1 .container .right .cont_list .list .title {
  font-size: 18px;
  padding: 25px 0;
  padding-right: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .pro_init_1 .container .right .cont_list .list .title span {
  color: #4a4a4a;
  font-weight:bold;
  text-transform: uppercase;
}
.product-page .pro_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .pro_init_1 .container .right .cont_list .list .model{
  font-size: 18px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content {
  font-size: 16px;
  color: #3f3f3f;
  line-height: 2;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--color);
}
.product-page .pro_init_1 .container .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}
.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li{
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con{
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child{
  margin-bottom: 0;
}
.product-page .pro_init_1 .container .right .more{
  margin-top: 30px;
}
.product-page .pro_init_1 .container .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
@media (max-width: 1700px) {
  .product-page .form ul li input,
  .product-page .form ul li textarea {
    padding: 15px;
  }
}
@media (max-width: 1500px) {
  .product-page .prodet-2 {
    padding: 70px 0;
  }
  .product-page .prodet-2 .options ul li {
    font-size: 20px;
  }
  .product-page .form ul li input,
  .product-page .form ul li textarea {
    font-size: 16px;
  }
  .product-page .pro_init_1 .container .right .share ul li {
    width: 35px;
    height: 35px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1250px) {
  .product-page .form ul li {
     padding: 10px;
   }
   .product-page .form ul {
      margin: -10px;
   }
}
@media (max-width: 1000px) {
  .product-page .prodet-2 .options ul li {
        margin-right: 25px;
    }
    .product-page .prodet-2 .options {
        display: none;
    }
    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }
    .product-page .prodet-2 {
        padding-top: 50px;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
    .product-page .prodet-2 .ret .det {
      overflow-x: auto;
    }
    .product-page .prodet-2 .ret .det table{
      table-layout: auto;
    }
    .product-page .prodet-2 .ret .det table td{
      min-width: 200px;
      width: auto;
      font-size: 14px;
     line-height: 28px;
    }
  .product-page .pro_init_1 .container .left{
    position: static;
  }
  .product-page .pro_init_1 .container .left {
    width: 100%;
  }
  .product-page .pro_init_1 .container .right {
    width: 100%;
    margin-top: 30px;
  }
  .product-page .pro_init_1 .container .right {
    text-align: center;
  }
  .product-page .pro_init_1 .container .right .sub_img {
    display: none;
    margin: auto;
  }
  .product-page .pro_init_1 .container .right .more {
    margin: auto;
    margin-top: 40px;
  }
  .product-page .pro_init_1 .container .right .text_2 {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .product-page .prodet-2{
    padding: 35px 0;
  }
    .product-page .prodet-2 .ret {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
    .product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev{
      left: 0;
    }
    .product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next{
      right: 0;
    }
    .product-page .pro_init_1 .container .left .smallImg ul li a img{
      padding: 5px;
          BACKGROUND: #f6f8ff;
    }
    .product-page .pro_init_1 .container .left .bigImg{
      padding: 5px;
    }
  .product-page .pro_init_1 {
    padding-top: 40px;
  }
  .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 90vw;
  }
  .product-page .pro_init_1 .container .right .text_1 {
    margin-top: 10px;
    font-size: 16px;
  }
  .product-page .pro_init_1 .container .right .text_2 {
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
  }
  .product-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
  }
  .product-page .pro_init_1 .container .right .cont_list .list .title {
    padding: 15px 0;
    font-size: 18px;
    padding-right: 25px;
    padding-bottom: 5px;
  }
  .product-page .pro_init_1 .container .right .cont_list .list .title i {
    top: 16px;
    font-size: 24px;
  }
  .product-page .pro_init_1 .container .right .cont_list .list .content {
    padding: 20px 0;
  }
}
.contact-page .init-1 .container .contentC {
  overflow: hidden;
  padding: 60px 80px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.contact-page .init-1 .container .contentC .tipsTitle {
  text-align: center;
}
.contact-page .init-1 .container .contentC .subImg {
  z-index: -1;
  bottom: -50px;
  right: 0;
  height: 150px;
  width: 100%;
  position: absolute;
  background-position: right bottom;
}
.contact-page .init-1 .container .contentC form {
  margin-top: 20px;
}
.contact-page .init-1 .container .contentC form .list {
  width: 33.33%;
  margin-top: 30px;
  padding: 0 10px;
}
.contact-page .init-1 .container .contentC form .list .tips {
  color: #767676;
}
.contact-page .init-1 .container .contentC form .list input,
.contact-page .init-1 .container .contentC form .list textarea {
  width: 100%;
  background-color: #f7f7f7;
  border: none;
  margin-top: 6px;
  padding: 10px;
}
.contact-page .init-1 .container .contentC form .list .btn {
  display: inline-block;
  padding: 14px;
  min-width: 190px;
  border: 1px solid var(--color);
  color: var(--color);
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.contact-page .init-1 .container .contentC form .list .btn:hover {
  background-color: var(--color);
  color: #fff;
}
.contact-page .init-1 .container .contentC form .w-100 {
  width: 100%;
}
.contact-page .init-2 .container .listCont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}
.contact-page .init-2 .container .listCont .list {
  margin-top: 60px;
  text-align: center;
  padding: 0 5px;
}
.contact-page .init-2 .container .listCont .list .cir {
  width: 124px;
  height: 124px;
  border: 1px solid #014295;
  border-radius: 50%;
  margin: auto;
}
.contact-page .init-2 .container .listCont .list .cir img {
  max-width: 60%;
}
.contact-page .init-2 .container .listCont .list .title {
  margin-top: 20px;
}
.contact-page .init-2 .container .listCont .list .des {
  color: #767676;
  margin-top: 6px;
}
.contact-page .init-2 .container .listCont .list:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .contentC .subImg {
    display: none;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .contentC {
    padding: 60px 20px;
  }
  .contact-page .init-1 .container .contentC form .list {
    width: 50%;
  }
  .contact-page .init-1 .container .contentC form .w-100 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .contentC form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .contentC {
    padding: 40px 6px;
  }
  .contact-page .init-1 .container .contentC form .list {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .contentC form .list .btn {
    padding: 6px;
  }
  .contact-page .init-2 .container .listCont {
    padding-top: 0;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 100%;
  }
}
.seoPublic .Auxil-related .list ul li .box .content a.more{
  color: #fff;
  border: 0;
}