@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.eot');
  src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
body {
  --color: #023894;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Poppins';
  font-weight: 300;
  color: #333;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1750px;
  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;
  font-weight: 500;
  line-height: 1;
  background-color: #023894;
  color: #fff;
  border-radius: 23px;
  padding: 7px 9px 7px 26px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more em {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more span {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 14px;
  color: #023894;
  font-size: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover,
.more:active,
.more:focus,
.more:visited {
    background-color: #023894 !important;
}
.more:not(:disabled) {
    background-color: #023894;
}
#header {
  z-index: 20;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
#header .nav {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box {
  margin: 0 auto;
}
#header .nav .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .menu-box ul.menu > li {
  margin-right: 3em;
  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;
}
#header .nav .menu-box ul.menu > li > a {
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 146%;
  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::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#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 .menu-box ul.menu > li:last-child:hover,
#header .nav .menu-box ul.menu > li:last-child.active {
  color: var(--color);
}
#header .nav .h-search {
  cursor: pointer;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
  z-index: 100;
}
#header.active {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner .left {
  width: 5.15625%;
  text-align: center;
}
#banner .left span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
#banner .left .swiper-scrollbar {
  position: relative;
  width: 2px;
  height: 162px;
  background: #acafb5;
  margin: 12px auto 15px;
}
#banner .left .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color);
}
#banner .right {
  width: 94.84375%;
  position: relative;
}
#banner .right .swiper-pagination {
  width: 139px;
  height: 51px;
  background: #fff;
  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;
  bottom: 0;
}
#banner .right .swiper-pagination span {
  margin: 0 1.125em;
  width: 10px;
  height: 10px;
  background-color: #d1d1d1;
  border: 1px solid #d1d1d1;
  opacity: 1;
}
#banner .right .swiper-pagination span.swiper-pagination-bullet-active {
  background: transparent;
  border-color: #333;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding-left: 6.3152%;
  color: #fff;
}
#banner ul li .text .box {
  max-width: 935px;
}
#banner ul li .text .title {
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
#banner ul li .text .title em {
  display: inline-block;
  position: relative;
}
#banner ul li .text .title em::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -10px;
  bottom: 14px;
  width: 100%;
  height: 16px;
  background: var(--color);
}
#banner ul li .text .con {
  line-height: 1.25;
}
#banner ul li .text .play {
  position: relative;
  width: 1.6em;
  height: 1.6em;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#banner ul li .text .play i {
  border-left: .5em solid white;
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
}
#banner ul li .text .title,
#banner ul li .text .con,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#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 ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
.title,
.i-title {
  font-weight: bold;
}
.i-tag {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  color: var(--color);
  font-weight: 400;
}
.i-tag::after {
  content: '';
  width: 12px;
  height: 2px;
  background: var(--color);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.i-title {
  font-size: 40px;
  margin-top: 9px;
}
.fw-500 {
  font-weight: 500;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-webkit-keyframes img {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes img {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes img {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
#index-body .i-category .tab ul li {
  text-align: center;
  border: solid 1px #cccccc;
  background-color: #ffffff;
}
#index-body .i-category .tab ul li a {
  height: 63px;
  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;
  font-weight: 500;
}
#index-body .i-category .tab ul li a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 3px;
  background: var(--color);
  margin: 0 13px 3px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .tab ul li:nth-child(odd) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#index-body .i-category .tab ul li:nth-child(even) {
  border-left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#index-body .i-category .tab ul li:hover a,
#index-body .i-category .tab ul li.active a {
  color: var(--color);
  font-weight: bold;
}
#index-body .i-category .tab ul li:hover a::before,
#index-body .i-category .tab ul li.active a::before {
  width: 12px;
}
#index-body .i-category ul li {
  padding: 3px;
}
#index-body .i-category ul li .box {
  background: #fff;
  border-radius: 10px;
  border: solid 1px #ccc;
  position: relative;
  z-index: 3;
}
#index-body .i-category ul li .box .img-box {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#index-body .i-category ul li .box .text {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#index-body .i-category ul li .box .text i.line {
  display: block;
  height: 1px;
  background: #7f7f7f;
}
#index-body .i-category ul li .box .text span {
  display: block;
  font-weight: 400;
}
#index-body .i-category ul li .box .text .link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--color);
  border: 1px solid var(--color);
  color: #fff;
  font-size: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category ul li .box em {
  position: absolute;
  border: 3px solid #7f7f7f;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  height: 0;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
}
#index-body .i-category ul li .box em:first-child {
  left: -3px;
  bottom: -3px;
}
#index-body .i-category ul li .box em:last-child {
  right: -3px;
  top: -3px;
}
#index-body .i-category ul li .box:hover .text .link {
  background: #fff;
  color: var(--color);
}
#index-body .i-category ul li .box:hover em {
  width: 101%;
  height: 101%;
  opacity: 1;
}
#index-body .i-category .swiper-scrollbar {
  position: relative;
  width: 96.28%;
  height: 1px;
  background: #ccc;
  overflow: hidden;
}
#index-body .i-category .swiper-scrollbar .swiper-scrollbar-drag {
  top: -2px;
  height: 4px;
  background-color: #808080;
}
#index-body .i-category .arrow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 5px;
}
#index-body .i-category .arrow a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 14px;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .arrow a.next {
  margin-left: 3px;
}
#index-body .i-category .arrow a:hover {
  background: var(--color);
  color: #fff;
}
#index-body .i-category .item {
  display: none;
}
#index-body .i-advantage .ad-list ul {
   height: calc(100vh - 102px);
  position: -webkit-sticky;
  position: sticky;
  top: 102px;
}
#index-body .i-advantage .ad-list ul li {
  width: 100%;
   height: calc(100vh - 102px);
  position: absolute;
  overflow: hidden;
}
#index-body .i-advantage .ad-list ul li .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
   height: calc(100vh - 102px);
}
#index-body .i-advantage .ad-list ul li .imgBox {
  width: 100%;
  height: 100%;
}
#index-body .i-advantage .ad-list ul li .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-advantage .ad-list ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .i-advantage .ad-list ul li .text .container {
  height: 100%;
  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;
}
#index-body .i-advantage .ad-list ul li .text .ig {
  max-width: 1146px;
  margin: 26px 0 0 auto;
}
#index-body .i-advantage .ad-list ul li .text .ig .line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 63px 11px 0 -31px;
}
#index-body .i-advantage .ad-list ul li .text .ig .desc {
  width: 43.02%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: #fff;
}
#index-body .i-advantage .ad-list ul li .text .ig .desc .icon {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  border: 1px solid #fff;
}
#index-body .i-advantage .ad-list ul li .text .ig .desc .con {
  line-height: 1.56;
}
#index-body .i-advantage .ad-list ul li .text .header {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#index-body .i-advantage .ad-list ul li .text .header .container {
  height: auto;
}
#index-body .i-advantage .ad-list ul li .text .header .i-title {
  color: #fff;
  margin-top: 0;
}
#index-body .i-advantage .ad-list ul li:nth-child(2) .text .container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 12.24%;
}
#index-body .i-advantage .ad-list ul li:nth-child(2) .text .ig {
  max-width: 1055px;
}
#index-body .i-advantage .ad-list ul li:nth-child(2) .text .ig .line {
  margin: 0 11px 40px -31px;
}
#index-body .i-advantage .ad-list ul li:nth-child(2) .text .ig .desc {
  width: 46.73%;
}
#index-body .i-advantage .ad-list ul li:nth-child(2) .text .header .container {
  padding-top: 0;
}
#index-body .i-advantage .ad-list ul li:nth-child(3) .text .container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 3.8542%;
}
#index-body .i-advantage .ad-list ul li:nth-child(3) .text .ig {
  max-width: 1403px;
}
#index-body .i-advantage .ad-list ul li:nth-child(3) .text .ig .line {
  margin: 42px 11px 0 -31px;
}
#index-body .i-advantage .ad-list ul li:nth-child(3) .text .ig .desc {
  width: 35.139%;
}
#index-body .i-advantage .ad-list-mob {
  display: none;
}
#index-body .i-advantage .ad-list-mob ul li {
  position: relative;
}
#index-body .i-advantage .ad-list-mob ul li .text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}
#index-body .i-advantage .ad-list-mob ul li .text .ig {
  max-width: 1146px;
  margin: 26px 0 0 auto;
}
#index-body .i-advantage .ad-list-mob ul li .text .ig .line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 63px 11px 0 -31px;
}
#index-body .i-advantage .ad-list-mob ul li .text .ig .desc {
  width: 43.02%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: #fff;
}
#index-body .i-advantage .ad-list-mob ul li .text .ig .desc .icon {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  border: 1px solid #fff;
}
#index-body .i-advantage .ad-list-mob ul li .text .ig .desc .con {
  line-height: 1.56;
}
#index-body .i-advantage .ad-list-mob ul li:nth-child(2) .text {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 12.24%;
}
#index-body .i-advantage .ad-list-mob ul li:nth-child(2) .ig {
  max-width: 1055px;
}
#index-body .i-advantage .ad-list-mob ul li:nth-child(2) .ig .line {
  margin: 0 11px 40px -31px;
}
#index-body .i-advantage .ad-list-mob ul li:nth-child(2) .ig .desc {
  width: 46.73%;
}
#index-body .i-advantage .ad-list-mob ul li:last-child .text {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 3.8542%;
}
#index-body .i-advantage .ad-list-mob ul li:last-child .ig {
  max-width: 1403px;
}
#index-body .i-advantage .ad-list-mob ul li:last-child .ig .line {
  margin: 42px 11px 0 -31px;
}
#index-body .i-advantage .ad-list-mob ul li:last-child .ig .desc {
  width: 35.139%;
}
#index-body .i-about .wz {
  white-space: nowrap;
  margin: 0 -20px;
  -webkit-animation: wordsloop 24s linear infinite;
  -moz-animation: wordsloop 24s linear infinite;
  animation: wordsloop 24s linear infinite;
}
#index-body .i-about .wz span {
  font-size: 95px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px #333;
  text-transform: uppercase;
  position: relative;
  padding: 0 20px;
}
#index-body .i-about .wz span::before {
  content: attr(data-text);
  position: absolute;
  top: 0px;
  left: 20px;
  width: 100%;
  max-width: 0;
  -webkit-text-fill-color: #393939;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: max-width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: max-width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: max-width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-text-stroke: transparent;
}
#index-body .i-about .wz span:hover::before {
  max-width: 100%;
}
#index-body .i-about .left {
  width: 55.4%;
}
#index-body .i-about .left .data {
  top: 32px;
  left: 0;
  width: 32.33%;
  background: var(--color);
  color: #fff;
  border-radius: 10px;
}
#index-body .i-about .left .data p {
  line-height: 1.2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-about .left .data::after {
  content: '';
  position: absolute;
  left: 1px;
  bottom: -28px;
  width: 29px;
  height: 31px;
  background-color: #0a2552;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
#index-body .i-about .right {
  width: 44.6%;
}
#index-body .i-about .right .con {
  line-height: 1.56;
}
#index-body .i-about .right .con h1 {
  display: inline;
}
#index-body .i-indu {
  color: #fff;
  height: 836px;
  position: relative;
}
#index-body .i-indu .header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
#index-body .i-indu .header .i-tag {
  color: #fff;
}
#index-body .i-indu .header .i-tag::after {
  background: #fff;
}
#index-body .i-indu .img ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-indu .img ul li .text {
  width: 100%;
  height: 100%;
}
#index-body .i-indu .img ul li .text .box {
  max-width: 722px;
}
#index-body .i-indu .img ul li .text .box i {
  display: block;
  line-height: 60px;
}
#index-body .i-indu .img ul li .text .box i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-indu .img ul li.active {
  opacity: 1;
  z-index: 2;
  -webkit-animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .i-indu .img ul li.zIndex {
  opacity: 1;
  z-index: 1;
}
#index-body .i-indu .bottom {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 0;
  width: 100%;
}
#index-body .i-indu .bottom ul li {
  height: auto;
  background: rgba(255, 255, 255, 0);
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-indu .bottom ul li i {
  display: block;
  line-height: 60px;
}
#index-body .i-indu .bottom ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-indu .bottom ul li p {
  line-height: 1.2;
}
#index-body .i-indu .bottom ul li.active {
  background: rgba(255, 255, 255, 0.4);
}
#index-body .i-process ul li {
  padding-top: 30px;
}
#index-body .i-process ul li .ig {
  padding-top: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-process ul li .ig > img {
  border-radius: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#index-body .i-process ul li .ig .num {
  font-size: 109px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  top: 0;
  left: 14px;
}
#index-body .i-process ul li .ig .text {
  left: 23px;
  right: 29px;
  bottom: 21px;
  background-color: #ffffff;
  border-radius: 10px;
}
#index-body .i-process ul li .ig .text span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-process ul li .ig .text .link {
  width: 38px;
  height: 38px;
  font-size: 18px;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
}
#index-body .i-process ul li .ig .text1 {
  background: var(--color);
  color: #fff;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  z-index: 2;
  padding-right: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-process ul li .ig .text1 .con {
  line-height: 1.56;
  width: 86%;
}
#index-body .i-process ul li .ig .text1 .link {
  position: absolute;
  right: 12px;
  bottom: 10px;
  background: #fff;
  color: var(--color);
}
#index-body .i-process ul li:hover .ig {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
#index-body .i-process ul li:hover .ig > img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#index-body .i-process ul li:hover .ig .text1 {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-process ul li:hover .ig .text2 {
  opacity: 0;
}
#index-body .i-news ul li .ig {
  background-color: #f2f2f2;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-news ul li .ig .top {
  border-bottom: 1px solid #ddd;
}
#index-body .i-news ul li .ig .top span {
  background: var(--color);
  border-radius: 15px;
  color: #fff;
}
#index-body .i-news ul li .ig .con {
  line-height: 1.2;
}
#index-body .i-news ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news ul li .ig:hover {
  color: #fff;
}
#index-body .i-news ul li .ig:hover .top span {
  background: #fff;
  color: var(--color);
}
#index-body .i-news ul li .ig:hover::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#footer {
  background: url(../images/fbg.png) no-repeat center top var(--color);
  position: relative;
  z-index: 1;
  color: #fff;
}
#footer .left {
  width: 69.94%;
}
#footer .left .title {
  font-size: 9.84375vw;
  line-height: .9;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
  margin-top: -3px;
}
#footer .left .tit {
  margin-top: -7px;
}
#footer .left ul li {
  font-size: 16px;
  margin-bottom: 6px;
}
#footer .left ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .left ul li a::before {
  content: '';
  width: 0;
  height: 3px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .left ul li a:hover {
  font-weight: bold;
}
#footer .left ul li a:hover::before {
  width: 14px;
  margin-right: 9px;
}
#footer .left ul li ul {
  display: none;
}
#footer .left ul li:last-child {
  margin-bottom: 0;
}
#footer .left p {
  line-height: 1.25;
  max-width: 190px;
}
#footer .left .share .tit {
  margin-top: 0;
}
#footer .left .share ul li {
  margin-right: 10px;
  margin-bottom: 0;
}
#footer .left .share ul li a {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 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;
  font-size: 19px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .left .share ul li a::before {
  display: none;
}
#footer .left .share ul li a:hover {
  background: #fff;
  color: var(--color);
  font-weight: inherit;
}
#footer .left .share ul li:nth-child(even) a {
  font-size: 24px;
}
#footer .left .share ul li:last-child {
  margin-right: 0;
}
#footer .left #ewm {
  width: 69px;
  border-radius: 10px;
  border: 7px solid #fff;
}
#footer .left .f-contact ul {
  max-width: 280px;
}
#footer .left .f-contact ul li i {
  font-size: 18px;
}
#footer .left .f-contact ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 13px;
  color: #ddd;
}
#footer .right {
  width: 30.06%;
  background: #fff;
  border-radius: 10px;
  color: #333;
}
#footer .right .i-title {
  margin-top: 0;
}
#footer .right p {
  line-height: 1.2;
}
#footer .right input,
#footer .right textarea {
  width: 100%;
  height: 42px;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #7f7f7f;
  margin-top: 18px;
}
#footer .right input::-webkit-input-placeholder, #footer .right textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
#footer .right input:-moz-placeholder, #footer .right textarea:-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
#footer .right input::-moz-placeholder, #footer .right textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
#footer .right input:-ms-input-placeholder, #footer .right textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
#footer .right input::placeholder,
#footer .right textarea::placeholder {
  color: rgba(51, 51, 51, 0.3);
}
#footer .right input:focus,
#footer .right textarea:focus {
  border-color: var(--color);
}
#footer .right textarea {
  height: 120px;
}
#footer .right button {
  border: 0;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  position: relative;
}
#footer .f-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 88.3721%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
#footer svg {
  max-height: 26px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
}
#footer svg text {
  fill: #fff;
}
@media (max-width: 1700px) {
  #header .nav .menu-box ul.menu > li{
    font-size: 14px;
    margin-right: 2em;
  }
  #banner ul li .text .box {
    max-width: 790px;
  }
  #banner ul li .text .con {
    width: 90%;
  }
  #index-body .i-category .swiper-scrollbar {
    width: 95%;
  }
  #index-body .i-about .right {
    padding-left: 2%;
  }
  #index-body .i-about .right .con {
    max-height: 200px;
    overflow-y: auto;
  }
  #index-body .i-about .left .data {
    width: 38%;
  }
  #index-body .i-news .left {
    width: 80%;
  }
}
@media (max-width: 1450px) {
  #header .nav .menu-box ul.menu > li {
    margin-right: .7em;
  }
  #banner ul li .text .box {
    max-width: 740px;
  }
  #index-body .i-category .swiper-scrollbar {
    width: 94%;
  }
  .fixed-toolbar {
    right: 10px;
  }
}
@media (max-width: 1250px) {
  #banner ul li .text .box {
    max-width: 660px;
  }
  #index-body .i-category .swiper-scrollbar {
    width: 93%;
  }
  #index-body .i-about .left .data {
    width: 42%;
  }
  #index-body .i-indu {
    height: 720px;
  }
  #index-body .i-news .left {
    width: 76%;
  }
  #footer .box {
    zoom: .8;
  }
}
@media (max-width: 1000px) {
  #banner ul li .text .box {
    max-width: 520px;
  }
  #index-body .i-news .left {
    width: 76%;
  }
  #banner .right .swiper-pagination {
    height: 30px;
  }
  .i-title {
    font-size: 36px;
  }
  #index-body .i-category .header .more {
    margin-top: 20px;
  }
  #index-body .i-category .tab ul li {
    width: 33.3333%;
    font-size: 18px;
  }
  #index-body .i-category .swiper-scrollbar {
    width: 90%;
  }
  #index-body .i-advantage .ad-list {
    display: none;
  }
  #index-body .i-advantage .ad-list-mob {
    display: block;
  }
  #index-body .i-advantage .ad-list-mob ul li .text {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 0 !important;
  }
  #index-body .i-advantage .ad-list-mob ul li .text .ig {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 360px !important;
  }
  #index-body .i-advantage .ad-list-mob ul li .text .ig .circle,
  #index-body .i-advantage .ad-list-mob ul li .text .ig .line {
    display: none;
  }
  #index-body .i-advantage .ad-list-mob ul li .text .ig .desc {
    width: 100%;
  }
  #index-body .i-advantage .ad-list-mob ul li .text .ig .desc .title {
    font-size: 20px;
  }
  #index-body .i-about .wz span {
    font-size: 80px;
  }
  #index-body .i-about .left {
    padding-left: 30px !important;
  }
  #index-body .i-about .left .data ul li {
    font-size: 36px;
  }
  #index-body .i-about .left .data p {
    font-size: 20px;
  }
  #index-body .i-about .right {
    margin-top: 30px;
  }
  #index-body .i-about .right .con {
    max-height: 100%;
    overflow-y: inherit;
  }
  #index-body .i-indu .tit {
    font-size: 18px;
  }
  #index-body .i-news .left {
    width: 100%;
  }
  #index-body .i-news .more {
    margin-top: 20px;
  }
  #index-body .i-news ul li .ig .tit {
    font-size: 18px;
    line-height: 1.6;
  }
  #index-body .i-news ul li .ig .con {
    line-height: 2;
  }
  #footer .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .left .title {
    font-size: 140px;
  }
  #footer .left #ewm {
    display: none;
  }
  #footer .left .f-product,
  #footer .left .f-nav {
    display: none;
  }
  #footer .left .tit {
    font-size: 25px;
  }
  #footer .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  #banner .left {
    display: none;
  }
  #banner .right {
    width: 100%;
  }
  #banner ul li .text {
    padding: 0 15px;
    z-index: 2;
  }
  #banner ul li .text .title::after {
    display: none;
  }
  #banner ul li .text .con {
    width: 100%;
  }
  #banner ul li .text .btn {
    margin-top: 6px;
    zoom: .8;
  }
  #banner ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 56, 148, 0.5);
  }
  .more {
    font-size: 16px;
  }
  .i-title {
    font-size: 30px;
  }
  #index-body .i-category .tab ul li {
    width: 50%;
  }
  #index-body .i-category .swiper-scrollbar {
    width: 86%;
  }
  #index-body .i-advantage .ad-list-mob ul li > img {
    width: 100%;
    min-height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-advantage .ad-list-mob ul li .text .ig {
    max-width: 300px !important;
  }
  #index-body .i-advantage .ad-list-mob ul li .text .ig .desc {
    background: rgba(255, 255, 255, 0.5);
  }
  #index-body .i-about .left .data {
    width: 50%;
  }
  #index-body .i-indu {
    height: 500px;
  }
  #index-body .i-indu .img ul li .text {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 5%;
  }
  #index-body .i-indu .bottom {
    display: none;
  }
  #footer .left .title {
    font-size: 98px;
  }
  #footer .left .f-contact ul {
    max-width: 320px;
  }
}
@media (max-width: 500px) {
  .more {
    font-size: 14px;
    padding: 7px 9px;
  }
  .more span {
    width: 20px;
    height: 20px;
    margin-left: 7px;
  }
  #banner ul li .text .title {
    font-size: 20px;
  }
  #banner ul li .text .con {
    display: none;
  }
  .i-tag {
    font-size: 14px;
  }
  .i-title {
    font-size: 25px;
  }
  #index-body .i-category .tab ul li {
    font-size: 15px;
  }
  #index-body .i-category .swiper-scrollbar {
    width: 80%;
  }
  #index-body .i-advantage .ad-list-mob ul li .text .ig .desc {
    background: rgba(0, 0, 0, 0.5);
  }
  #index-body .i-about .left {
    padding-left: 0 !important;
  }
  #index-body .i-about .left .data {
    display: none;
  }
  #index-body .i-about .right .con {
    line-height: 2;
  }
  #index-body .i-process ul li .ig .text2 {
    opacity: 0;
  }
  #index-body .i-process ul li .ig .text1 {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  #index-body .i-process ul li .ig .text1 .con {
    width: 82%;
  }
  #footer .left .title {
    font-size: 65px;
  }
  #footer .left p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
    max-width: 100%;
  }
  #footer .left .f-contact {
    margin-top: 20px;
  }
  #footer .left .f-contact ul {
    max-width: 100%;
  }
  #footer .right p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.inner-banner {
  position: relative;
  overflow: hidden;
}
.inner-banner .textAniC {
  font-size: 300px;
  font-weight: bold;
  color: #333333;
  opacity: 0.05;
  line-height: 1;
}
.inner-banner .textAniC .c {
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.1;
  -webkit-animation: transAni2 60s linear infinite;
  -moz-animation: transAni2 60s linear infinite;
  animation: transAni2 60s linear infinite;
}
.inner-banner .line {
  position: absolute;
  width: 100%;
  bottom: 55px;
}
.inner-banner .line .bor {
  border: solid 1px rgba(51, 51, 51, 0.5);
}
.inner-banner .box2 {
  position: absolute;
  width: 100%;
  top: 50px;
}
.inner-banner .box2 .tit {
  line-height: 1;
}
.inner-banner .box2 .mbx {
  font-size: 16px;
  margin-top: 25px;
  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;
}
.inner-banner .box2 .mbx i {
  font-size: 20px;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
.product-page .fl{
  display: none;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-page .fl .box {
    padding: 30px;
    background: #f7f7f7;
}
.product-page .fl .box h3 {
  display: block;
  padding: 38px 25px;
  background: var(--primary);
  font-size: 30px;
  color: white;
}
.product-page .fl .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid var(--primary);
  font-size: 18px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.product-page .fl .box .list ul li.active ul{
  display: block;
}
.product-page .fl .box .list ul li i{
  position: absolute;
  top: 6px;
  right: 0px;
  padding: 10px;
  font-size: 18px;
}
.product-page .fl .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.product-page .fl .box .list ul li ul li{
  border: none;
  background: #fff;;
}
.product-page .fl .box .list ul li ul li:hover{
  background: var(--primary);
  color: #fff;
}
.product-page .fl .box .list ul li ul li.active{
  background: var(--primary);
  color: #fff;
}
.product-2 .sidebar-info {
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 20px;
    background: url(/jinaoroll/2026/06/24/89461.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.product-2 .sidebar-info h5 {
    line-height: 1;
    color: #ffffff;
    font-family: 'Hemihead';
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}
.product-2 .sidebar-info p {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
}
.product-2 .sidebar-info .info-tel {
    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;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin: 2.5rem 0 2.8rem;
}
.product-2 .sidebar-info .info-tel img {
    margin-right: 2rem;
}
.product-2 .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}
.product-page .product-2 {
  margin-bottom: 90px;
}
.sider-box {
  width: 100%;
}
.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
  padding-left: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
.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: 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 .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li{
  position: relative;
}
.sider-box .sider-left .category .catelist ul li a {
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  font-size: 16px;
}
.sider-box .sider-left .category .catelist > ul > li:hover > a,
.sider-box .sider-left .category .catelist > ul > li.active > a{
  color: #FFFFFF;
  background-color: var(--color);
}
.sider-box .sider-left .category .catelist > ul > li i {
  position: absolute;
  right: 20px;
  top: 9px;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sider-box .sider-left .category .catelist > ul > li:hover i,
.sider-box .sider-left .category .catelist > ul > li.active i{
  color: #fff;
}
.sider-box .sider-left .category .catelist > ul > li i.active{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sider-box .sider-left .category .catelist > ul > li > ul{
  display: none;
}
.sider-box .sider-left .category .catelist > ul > li.active ul{
  display: block;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: var(--color);
}
.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-left .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: var(--color);
  box-shadow: 0 0 20px rgba(3, 110, 184, .6);
}
.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: var(--color);
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
  color: #858585;
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 70%;
}
.product_list {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 40px;
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list .img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
  background: #fff;
}
.product_list .img a{
  display: block;
  padding: 30px;
}
.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(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product_list h3{
  margin-top: 15px;
  font-weight: bold;
  line-height: 28px;
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
}
#pro-form button{
  border: 0;
}
@media screen and (max-width: 1450px) {
  .product-2 .sidebar-info .icon a{
    margin: 0 20px
  }
  .product-page{
    padding: 30px 0;
  }
  .product-2{
    margin-bottom: 30px;
  }
  .sider-box .sider-left .category,
  .sider-box .sider-left .quote{
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
  .product-page .product-2{
    margin-top: 0px!important;
  }
  .inner-page .m-page{
    margin-top: 40px;
  }
  .flex-4 > *{
    width: 33.3333%;
  }
}
@media screen and (max-width: 700px) {
  .product-page .fl{
    display: block;
  }
  .product-page .fl .box{
    padding: 30px 15px;
    display: none;
  }
  .product-page .fl .box h3{
    padding: 10px 15px;
    font-size: 24px;
  }
  .product-page .product-1 .box {
    padding: 20px;
  }
  .product_list{
    padding: 20px
  }
  .flex-3 > *,
  .flex-4 > *{
    width: 50%;
  }
  .inner-page .m-page{
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .fl .box .list ul li{
    font-size: 16px;
  }
  .flex-2 > *,
  .flex-3 > *,
  .flex-4 > *{
    width: 100%;
  }
}
.product-page .pro_init_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .pro_init_1 .container .left {
  width: 49%;
  overflow: hidden;
}
.product-page .pro_init_1 .container .left .smallImg {
    width: 22.6%;
    float: left;
}
.product-page .pro_init_1 .container .left .smallImg ul {
    margin: -10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg {
    width: 77.4%;
    padding-left: 4%;
    display: inline-block;
}
.product-page .pro_init_1 .container .left .bigImg ul li{
  padding: 1px;
}
.product-page .pro_init_1 .container .left .bigImg ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg img{
    border: 1px solid #dcdcdc;
    width: 90%
}
.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 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;
    text-transform: uppercase;
    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-family: var(--font-en);
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--primary);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #373330;
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}
.product-page .prodet-2 .ret {
    margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.product-page .prodet-2 .ret .content 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;
    font-family: 'Hemihead';
    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 .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);
}
@media screen and (max-width: 1500px) {
  .product-page .prodet-2 {
        padding: 70px 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
}
@media screen and (max-width: 1250px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2.5%;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 4%;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%;
  }
  .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }
   .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
  }
  .product-page .prodet-2 .options ul li {
        margin-right: 25px;
    }
    .product-page .prodet-2 .options {
        display: none;
    }
    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }
    .product-page .prodet-2 {
        padding-top: 0;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
    .product-page .prodet-2 .ret .det {
      overflow-x: auto;
    }
    .product-page .prodet-2 .ret .det table{
      table-layout: auto;
    }
    .product-page .prodet-2 .ret .det table td{
      min-width: 200px;
      width: auto;
      font-size: 14px;
      line-height: 2;
    }
}
@media screen and (max-width: 500px) {
    .product-page .prodet-2 .ret {
        margin-top: 0;
    }
    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
}
.product-page .pro_init_1 .container .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;
  font-weight: bold;
  text-transform: uppercase;
}
.product-page .pro_init_1 .container .right .shangxia a{
  display: block;
}
.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

.product-page .pro_init_1 .container .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
@media (max-width: 1000px) {
   .product-page .pro_init_1 .container .left {
    width: 100%;
  }
  .product-page .pro_init_1 .container .right {
    width: 100%;
    margin-top: 30px;
  }
  .product-page .pro_init_1 .container .right {
    text-align: center;
  }
  .product-page .pro_init_1 .container .right .sub_img {
    display: block;
    margin: auto;
  }
  .product-page .pro_init_1 .container .right .more {
    margin: auto;
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  .product-page .init-1 {
    padding: 10px 20px;
  }
  .product-page .init-1 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-1 .container .des {
    margin-top: 20px;
    display: none!important;
  }
  .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;
  }
}
.about-page .init-1 .container .left {
  padding-right: 60px;
  width: 50%;
}
.about-page .init-1 .container .left .title1 {
  display: block;
}
.about-page .init-1 .container .left .title1 img {
  display: block;
  margin: auto;
}
.about-page .init-1 .container .left .title2 {
  color: var(--color);
  text-align: center;
  margin-top: 20px;
}
.about-page .init-1 .container .left .title3 {
  margin-top: 20px;
  color: var(--color);
}
.about-page .init-1 .container .left .title3 .playTips{
  font-size: 40px;
  margin-left: 20px;
  margin-top: 10px;
  font-weight: 500;
}
.about-page .init-1 .container .left .title3 .play {
  position: relative;
  margin: 10px 0 0 50px;
  cursor: pointer;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
}
.about-page .init-1 .container .left .title3 .play .img {
  width: 26px;
  height: 26px;
  position: relative;
}
.about-page .init-1 .container .left .title3 .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.about-page .init-1 .container .left .title3 .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-page .init-1 .container .right {
  padding-left: 40px;
  width: 50%;
}
.about-page .init-1 .container .right .title {
  color: var(--color);
}
.about-page .init-1 .container .right .des {
  color: #666666;
  line-height: 1.8;
  margin-top: 20px;
}
.about-page .init-2 {
  overflow: hidden;
}
.about-page .init-2 .container {
  overflow: hidden;
  height: 700px;
}
.about-page .init-2 .container img {
  display: block;
  width: 100%;
}
.about-page .init-3 {
  margin-top: -24px;
}
.about-page .init-3 .container ul {
  padding-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-3 .container ul li {
  padding: 0 5px;
}
.about-page .init-3 .container ul li .box .top {
  font-size: 60px;
  line-height: 1;
  font-weight:bold;
}
.about-page .init-3 .container ul li .box .top .sub {
  font-size: 30px;
}
.about-page .init-3 .container ul li .box .bottom {
  color: #777777;
  margin-top: 10px;
}
.about-page .init-3 .container ul li .box:hover .top {
  color: var(--color);
}
.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-4 .container .tipsTitle {
  text-align: center;
  color: var(--color);
  font-weight:bold;
}
.about-page .init-4 .container .content {
  position: relative;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 10px auto 0;
}
.about-page .init-4 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 0;
  -webkit-box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.about-page .init-4 .container .content .btn.slick-disabled{
  opacity: 0;
  pointer-events: none;
}
.about-page .init-4 .container .content .btn i {
  width: 20px;
  height: 20px;
}
.about-page .init-4 .container .content .btn:hover {
  background-color: var(--color);
}
.about-page .init-4 .container .content .btn:hover i {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page .init-4 .container .content .prev {
  left: 0;
}
.about-page .init-4 .container .content ul li {
  padding: 0 20px;
}
.about-page .init-4 .container .content ul li .box {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
.about-page .init-4 .container .content ul li .box .num {
  font-size: 480px;
  font-weight: bold;
  text-align: center;
  color: rgba(229, 229, 229, 0.6);
  line-height: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .init-4 .container .content ul li .box .desC {
  height: 500px;
  padding-right: 10px;
  overflow-y: hidden;
}
.about-page .init-4 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.about-page .init-4 .container .content2 {
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 20px auto 0;
  position: relative;
}
.about-page .init-4 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #a6a6a6;
}
.about-page .init-4 .container .content2 ul .slick-track {
  margin-left: 0;
}
.about-page .init-4 .container .content2 ul .slick-current li .box .num {
  color: var(--color);
}
.about-page .init-4 .container .content2 ul .slick-current li .box .cir {
  background-color: var(--color);
}
.about-page .init-4 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page .init-4 .container .content2 ul li .box .num {
  font-size: 24px;
  line-height: 1;
}
.about-page .init-4 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}
.about-page .init-5 .container .tipsTitle {
  text-align: center;
  color: var(--color);
  font-weight:bold;
}
.about-page .init-5 .container .content ul {
  margin: -6px -6px -6px 0;
}
.about-page .init-5 .container .content ul li {
  position: relative;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 16.66%;
}
.about-page .init-5 .container .content ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  bottom: -5px;
  right: -5px;
  z-index: 2;
}
.about-page .init-5 .container .content ul li .box {
  height: 100%;
}
.about-page .init-5 .container .content ul li .box .imgC {
  padding: 20px;
  height: 100%;
}
.about-page .init-5 .container .content ul li .box .imgC img {
  max-width: 100%;
}
.about-page .init-5 .container .content ul li:nth-child(-n+6) {
  border-top: none;
}
.about-page .init-5 .container .content ul li:nth-child(6n) {
  border-right: none;
}
.about-page .init-6 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-6 .container .left {
  width: 35%;
}
.about-page .init-6 .container .left .tipsTitle {
  color: var(--color);
  font-weight:bold;
}
.about-page .init-6 .container .left .tipsDes {
  color: #666666;
  margin-top: 30px;
  line-height: 1.8;
}
.about-page .init-6 .container .left .img {
  margin-top: 60px;
}
.about-page .init-6 .container .left .img img {
  width: 100%;
}
.about-page .init-6 .container .right {
  width: 59%;
  margin: 10px 0 0 auto;
}
.about-page .about-2 .top .right span::after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 10px;
}
.about-page .about-2 .img .imgbox{
    margin-right: calc((1520px - 100vw) / 2);
}
.about-page .about-2 .img .imgbox img{
    width: 100%;
}
.about-page .about-honor {
    padding: 135px 0;
    overflow: hidden;
}
.about-page .about-honor .bg {
    bottom: 0;
    left: 0;
}
.about-page .about-honor .list.list-r {
    margin-left: auto;
    padding-bottom: 13%;
    max-width: 780px;
}
.about-page .about-honor .list.list-l {
    position: absolute;
    left: 50px;
    top: 20%;
    max-width: 900px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}
.about-page .about-honor .list.list-l img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-10deg);
    -moz-transform: rotateY(-10deg);
    transform: rotateY(-10deg);
    -webkit-box-reflect: below 10px linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.2) 100%);
    box-reflect: below 10px linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.2) 100%);
}
.about-page .about-honor .list.list-l .btn::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: auto;
}
.about-page .about-honor .list .btn::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid var(--color);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 15px;
}
.product-page .init-4 {
  padding: 120px 0;
  background-image: url(/hypapercup/2023/03/13/p212.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.product-page .init-4 .container {
  text-align: center;
  color: #fff;
}
.product-page .init-4 .container .tip_title {
  font-size: 48px;
  font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
}
.product-page .init-4 .container .des {
  font-size: 18px;
  line-height: 32px;
  font-weight:500;
  color: #ffffff;
  margin-top: 20px;
}
@media (max-width: 1800px) {
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 400px;
  }
  .about-page .about-2 .img .imgbox{
    margin-right: calc((1370px - 100vw) / 2);
  }
}
@media (max-width: 1500px) {
  .about-page .init-2 .container {
    height: 600px;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 300px;
  }
  .about-page .about-honor .list.list-r,
  .about-page .about-honor .list.list-l {
    max-width: 50%;
  }
  .about-page .about-2 .img .imgbox{
    margin-right: calc((1170px - 100vw) / 2);
  }
}
@media (max-width: 1250px) {
  .about-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    text-align: center;
  }
  .about-page .init-1 .container .right .title {
    padding-left: 0;
  }
  .about-page .init-2 .container {
    height: 530px;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 200px;
  }
  .about-page .about-2 .img .imgbox{
    margin-right: calc((940px - 100vw) / 2);
  }
}
@media (max-width: 1000px) {
  .about-page .init-1 .container .left .title1 img {
    max-width: 400px;
    width: 100%;
  }
  .about-page .init-3 .container ul li .box .top {
    font-size: 40px;
  }
  .about-page .init-2 .container {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 160px;
  }
  .about-page .init-4 .container .content {
    width: 100%;
  }
  .about-page .init-5 .container .content ul li .box .imgC {
    padding: 10px;
  }
  .about-page .init-6 .container .left {
    width: 100%;
  }
  .about-page .init-6 .container .right {
    width: 100%;
  }
  .about-page .about-honor .list img {
    max-width: 70%;
  }
  .about-page .about-2 .top .right {
    width: 100%;
    margin-top: 60px;
  }
  .about-page .about-2 .img .imgbox {
    margin-right: 0;
  }
  .about-page .about-honor {
    padding: 85px 0;
  }
  .about-page .about-2 .img {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  .about-page .init-2 .container {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 130px;
  }
  .about-page .about-honor .list img {
    max-width: 60%;
  }
}
@media (max-width: 500px) {
  .about-page .init-1 .container .left .title2 {
    margin-top: 30px;
  }
  .about-page .init-1 .container .left .title3 .play {
    margin-left: 30px;
  }
  .inner-banner .container .catName {
    font-size: 24px;
  }
  .about-page .init-3 {
    margin-top: 20px;
  }
  .about-page .init-3 .container ul{
    padding-top: 0;
  }
  .about-page .init-3 .container ul li {
    margin-top: 20px;
    width: 50%;
  }
  .about-page .init-3 .container ul li .box .top {
    font-size: 30px;
  }
  .about-page .init-4 .container .content {
    padding-top: 80px;
  }
  .about-page .init-4 .container .content .btn {
    width: 40px;
    height: 40px;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 50%;
  }
  .about-page .init-4 .container .content .prev {
    left: -webkit-calc(0%);
    left: -moz-calc(0%);
    left: calc(50% - 50px);
  }
  .about-page .init-4 .container .content .next {
    left: -webkit-calc(60%);
    left: -moz-calc(60%);
    left: calc(50% + 10px);
  }
  .about-page .init-4 .container .content ul li {
    padding: 0 10px;
  }
  .about-page .init-4 .container .content ul li .box {
    padding: 0;
  }
  .about-page .init-4 .container .content ul li .box .num {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page .init-4 .container .content ul li .box .desC {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 60px;
  }
  .about-page .init-4 .container .content ul li .box .desC {
    text-align: left;
    margin-top: 20px;
  }
  .about-page .init-4 .container .content ul li .box .desC .des {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }
  .about-page .init-4 .container .content2 {
    width: 100%;
  }
  .about-page .init-5 .container .content .contC {
    padding-right: 4px;
    overflow-y: auto;
    max-height: 400px;
  }
  .about-page .init-5 .container .content ul li {
    width: 33.33%;
  }
  .about-page .init-6 .container .left .img {
    margin-top: 30px;
  }
   .product-page .init-4 {
    padding: 60px 0;
    margin-top: 40px;
  }
  .product-page .init-4 .container .tip_title {
    font-size: 20px;
  }
  .about-page .about-2 .top .right span::after {
    width: 35px;
  }
  .about-page .about-honor {
    display: none;
  }
}
.quality-page .quality-1 .st {
  font-size: 16px;
  color: #666666;
}
.quality-page .quality-1 .tip .right {
  color: #666666;
}
.quality-page .quality-1 .comy img {
  width: 100%;
}
.quality-page .quality-1 .dates {
  text-align: center;
}
.quality-page .quality-1 .dates p {
  color: #666666;
}
.quality-page .quality-1 .dates .num {
  color: var(--color);
}
.quality-page .quality-1 .dates .num em {
  line-height: 1;
}
.quality-page .quality-1 .dates .line {
  width: 1px;
  height: 46px;
  background: #333333;
  opacity: 0.5;
}
.quality-page .quality-2 .img-box{
  border-radius: 10px;
  overflow: hidden;
}
.quality-page .quality-3 .item .left {
  width: 50%;
}
.quality-page .quality-3 .item .left .img {
  width: 130%;
  height: 100%;
}
.quality-page .quality-3 .item .left .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.quality-page .quality-3 .item .right {
  width: 50%;
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
.quality-page .quality-3 .item .right .box {
  height: 100%;
  background: var(--color);
  border-radius: 10px;
  color: #ffffff;
  padding: 50px 55px  59px 65px;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.quality-page .quality-3 .item .right .box .cont {
  font-size: 16px;
}
.quality-page .quality-3 .item .right .box .cont strong {
  display: block;
}
.quality-page .quality-3 .item .right .box .cont p {
  margin-bottom: 1em;
}
.quality-page .quality-3 .item .right .box .more {
  background: #fff;
  color: var(--color);
  height: 47px;
}
.quality-page .quality-3 .item .right .box .more:hover {
  background: #000;
  color: #fff;
}
.quality-page .quality-3 .item:nth-child(2n) .left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.quality-page .quality-3 .item:nth-child(2n) .left .img {
  margin-left: -30%;
}
.factory-page{
  padding: 0 0 100px;
}
.factory-page .gallery-list ul {
  margin: -15px;
}
.factory-page .gallery-list ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.factory-page .gallery-list ul li {
  padding: 15px;
}
.factory-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.factory-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.factory-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.factory-page .gallery-list ul li .box:hover h5 {
  background: var(--color);
  color: white;
}
@media screen and (max-width: 1000px) {
  .quality-page .quality-1 .tip .right {
    margin-top: 20px;
  }
  .quality-page .quality-3 .item .left .img {
    width: 100%;
  }
  .quality-page .quality-3 .item:nth-child(2n) .left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .quality-page .quality-3 .item:nth-child(2n) .left .img {
    margin: 0;
  }
  .quality-page .quality-1 .dates li {
    width: 50%;
    margin-bottom: 15px;
  }
  .quality-page .quality-1 .dates .line {
    display: none;
  }
  .quality-page .quality-3 .item .right .box {
    padding: 30px 35px  39px 45px;
    display: block
  }
  .quality-page .quality-3 .item .right {
    margin-top: -20px;
  }
  .factory-page{
   padding: 0 0 60px;
  }
}
@media screen and (max-width: 700px) {
  .factory-page{
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 500px) {
  .quality-page .quality-1 .dates li {
    width: 100%;
  }
  .quality-page .quality-3 .item .right .box {
    padding: 20px;
  }
}
.honor-page .init-1 .container .left {
  width: 230px;
}
.honor-page .init-1 .container .left .listC .list {
  cursor: pointer;
  margin-top: 80px;
  color: #777777;
}
.honor-page .init-1 .container .left .listC .list .num {
  line-height: 1;
}
.honor-page .init-1 .container .left .listC .list .text {
  margin-top: 10px;
}
.honor-page .init-1 .container .left .listC .list .line {
  height: 5px;
  width: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  background-color: var(--color);
  margin-top: 10px;
}
.honor-page .init-1 .container .left .listC .list:hover,
.honor-page .init-1 .container .left .listC .list.active {
  color: var(--color);
}
.honor-page .init-1 .container .left .listC .list:hover .line,
.honor-page .init-1 .container .left .listC .list.active .line {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.honor-page .init-1 .container .left .listC .list:first-child {
  margin-top: 0;
}
.honor-page .init-1 .container .right {
  width: -webkit-calc(-130%);
  width: -moz-calc(-130%);
  width: calc(100% - 230px);
  padding-left: 120px;
}
.honor-page .init-1 .container .right .list {
  display: none;
  width: 100%;
}
.honor-page .init-1 .container .right .list .listC {
  width: 100%;
  position: relative;
}
.honor-page .init-1 .container .right .list .imgC {
  padding-right: 70px;
  width: -webkit-calc(-150%);
  width: -moz-calc(-150%);
  width: calc(100% - 250px);
  position: relative;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-slide {
  height: auto;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-slide > div {
  height: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-list {
  height: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul li {
  height: 100%;
  padding: 90px 0;
  width: 30%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.honor-page .init-1 .container .right .list .imgC ul li .box {
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.4;
  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 .init-1 .container .right .list .imgC ul li .box .img img {
  width: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-current li {
  z-index: 2;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2;
  opacity: 1;
}
.honor-page .init-1 .container .right .list .galleryC {
  width: 250px;
  text-align: center;
  padding: 40px 0;
  position: relative;
}
.honor-page .init-1 .container .right .list .galleryC i {
  font-size: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}
.honor-page .init-1 .container .right .list .galleryC i:hover {
  color: var(--color);
}
.honor-page .init-1 .container .right .list .galleryC .prev {
  top: 0;
  bottom: unset;
}
.honor-page .init-1 .container .right .list .galleryC ul li {
  padding: 10px 0;
}
.honor-page .init-1 .container .right .list .galleryC ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  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: 10px;
  height: 74px;
  cursor: pointer;
  font-size: 18px;
}
.honor-page .init-1 .container .right .list .galleryC ul li .box p {
  overflow-y: auto;
  padding-right: 4px;
  max-height: 74px;
}
.honor-page .init-1 .container .right .list .galleryC ul .slick-current li .box {
  background-color: var(--color);
  color: #fff;
}
.honor-page .init-1 .container .right .list.active {
  display: block;
}
.honor-page .init-1 .container .right .list.active .listC .imgC {
  -webkit-animation: fadeInLeftSmall 0.5s linear;
  -moz-animation: fadeInLeftSmall 0.5s linear;
  -o-animation: fadeInLeftSmall 0.5s linear;
  animation: fadeInLeftSmall 0.5s linear;
}
.honor-page .init-1 .container .right .list.active .listC .galleryC {
  -webkit-animation: fadeInRightSmall 0.5s linear;
  -moz-animation: fadeInRightSmall 0.5s linear;
  -o-animation: fadeInRightSmall 0.5s linear;
  animation: fadeInRightSmall 0.5s linear;
}
@media (max-width: 1250px) {
  .honor-page .init-1 .container .left {
    width: 150px;
  }
  .honor-page .init-1 .container .right {
    width: -webkit-calc(-50%);
    width: -moz-calc(-50%);
    width: calc(100% - 150px);
    padding-left: 20px;
  }
  .honor-page .init-1 .container .right .list .imgC {
    padding-right: 20px;
  }
}
@media (max-width: 1000px) {
  .honor-page .init-1 .container .left .listC .list{
    width: 45%;
  }
  .honor-page .init-1 .container .left {
    width: 100%;
  }
  .honor-page .init-1 .container .left .listC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .honor-page .init-1 .container .left .listC .list {
    margin: 20px 15px 0;
    text-align: center;
  }
  .honor-page .init-1 .container .left .listC .list:first-child {
    margin-top: 20px;
  }
  .honor-page .init-1 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .honor-page .init-1 .container .right .list .imgC {
    width: 100%;
  }
  .honor-page .init-1 .container .right .list .galleryC {
    width: 100%;
  }
  .honor-page .init-1 .container .right .list .galleryC ul li .box {
    height: auto;
    padding: 16px;
  }
  .honor-page .init-1 .container .right .list .imgC {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .honor-page .init-1 .container .right .list .imgC ul li {
    padding: 40px 5px;
    padding-top: 20px;
  }
}
.app-page .init-1 .container .content ul {
  margin: 0 -20px;
}
.app-page .init-1 .container .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.app-page .init-1 .container .content ul li {
  padding: 0 20px;
  margin-bottom: 60px;
}
.app-page .init-1 .container .content ul li .box {
  height: 100%;
}
.app-page .init-1 .container .content ul li .box .boxC {
  padding-bottom: 50px;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
}
.app-page .init-1 .container .content ul li .box .boxC .img {
  display: block;
}
.app-page .init-1 .container .content ul li .box .boxC .title {
  text-align: center;
  display: block;
  padding: 0 10px;
  margin-top: 24px;
  font-weight:bold;
}
.app-page .init-1 .container .content ul li .box .boxC .title:hover {
  color: var(--color);
}
.app-page .init-1 .container .content ul li .box .more {
  background-color: #111111;
  margin: auto;
  margin-top: -34px;
  width: 68px;
  height: 68px;
  border-radius: 68px;
  position: relative;
  padding: 0;
  display: flex;
}
.app-page .init-1 .container .content ul li .box .more .moreText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 55px;
  color: #fff;
  opacity: 0;
}
.app-page .init-1 .container .content ul li .box .more .moreImg {
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-right: 28px;
}
.app-page .init-1 .container .content ul li .box .more:hover {
  width: 186px;
  background-color: var(--color);
}
.app-page .init-1 .container .content ul li .box .more:hover .moreText {
  opacity: 1;
}
.app-page .init-1 .container .content ul li .box .more:hover .moreImg {
  margin-right: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.appdet-page .init-1 .container {
  border-bottom: 1px solid #bababa;
}
.appdet-page .init-1 .container .content {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1400px;
  margin: auto;
  color: #666666;
}
.appdet-page .init-1 .container .content .list {
  padding: 0 10px;
  width: 230px;
  margin-top: 10px;
  text-align: center;
  position: relative;
}
.appdet-page .init-1 .container .content .list::before {
  content: '/';
  position: absolute;
  font-weight: 400;
  top: 0;
  right: 0;
}
.appdet-page .init-1 .container .content .list:hover {
  color: var(--color);
  font-weight: bold;
}
.appdet-page .init-1 .container .content .list:hover::before {
  color: #666666;
}
.appdet-page .init-1 .container .content .list:last-child::before {
  display: none;
}
.appdet-page .init-2 {
  padding-top: 20px;
}
.appdet-page .init-2 .container .img {
  width: 38%;
  text-align: center;
}
.appdet-page .init-2 .container .right {
  width: 62%;
  padding-left: 100px;
}
.appdet-page .init-2 .container .right .title {
  color: var(--color);
}
.appdet-page .init-2 .container .right .des {
  margin-top: 30px;
  color: #666666;
  /*height: 270px;
  overflow-y: auto*/
}
.appdet-page .init-2 .container .right .listC {
  overflow: hidden;
  margin-top: 80px;
}
.appdet-page .init-2 .container .right .listC ul {
  margin-right: -4px;
  margin-top: -4px;
  margin-bottom: -4px;
}
.appdet-page .init-2 .container .right .listC ul li {
  position: relative;
  width: 25%;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.appdet-page .init-2 .container .right .listC ul li .box {
  padding: 20px 16px;
  text-align: center;
}
.appdet-page .init-2 .container .right .listC ul li::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: var(--color);
  top: -4px;
  right: -4px;
  border-radius: 50%;
}
.appdet-page .init-3 {
  background-color: #f5f5f5;
}
.appdet-page .init-3 .container .tipsTitle {
  text-align: center;
}
.appdet-page .init-3 .container .content {
  padding: 0 100px;
  margin-top: 40px;
  position: relative;
}
.appdet-page .init-3 .container .content .btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #929292;
  color: #929292;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.appdet-page .init-3 .container .content .btn:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.appdet-page .init-3 .container .content .prev {
  right: unset;
  left: 0;
}
.appdet-page .init-3 .container .content .swiper {
  padding: 64px 0;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  position: relative;
  opacity: 0.6;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .img1 {
  width: 100%;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--color);
  cursor: pointer;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .ling {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .img2 {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 2;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide-active .box {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2;
}
.appdet-page .init-3 .container .content2 {
  padding: 0 100px;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box {
  text-align: center;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .title {
  margin-top: 40px;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .des {
  margin-top: 16px;
  color: #777777;
}
.appdet-page .relatedProduct .content .swiper .swiper-slide .box {
  background-color: #efefef;
}
.appdet-page .relatedProduct .content .swiper .swiper-slide .box:hover {
  background-color: #e6effe;
}
@media (max-width: 1000px) {
  .app-page .init-1 .container .content ul {
    margin: 0 -10px;
  }
  .app-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
  .appdet-page .init-1 {
    display: none;
  }
  .appdet-page .init-2 {
    padding-top: 40px;
  }
  .appdet-page .init-2 .container .img {
    width: 100%;
    text-align: left;
  }
  .appdet-page .init-2 .container .right {
    width: 100%;
    padding-left: 0;
  }
  .appdet-page .init-3 .container .content .swiper {
    padding: 0;
  }
  .appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide-active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 700px) {
  .appdet-page .init-3 .container .content {
    padding: 0 25px;
  }
  .appdet-page .init-3 .container .content .btn {
    background-color: #fff;
  }
  .appdet-page .init-3 .container .content2 {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .app-page .init-1 {
    padding-top: 20px;
  }
  .app-page .init-1 .container .content ul li {
    margin-bottom: 40px;
  }
  .appdet-page .init-2 .container .right .des {
    margin-top: 10px;
  }
  .appdet-page .init-2 .container .right .listC {
    margin-top: 20px;
  }
  .appdet-page .init-2 .container .right .listC ul li {
    width: 33.33%;
  }
  .appdet-page .init-2 .container .right .listC ul li .box {
    padding: 10px 5px;
  }
  .appdet-page .init-3 .container .content {
    padding: 0 12px;
    margin-top: 20px;
  }
  .appdet-page .init-3 .container .content .btn {
    width: 38px;
    height: 38px;
    line-height: 36px;
  }
  .appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .title {
    margin-top: 20px;
  }
}
.services-page .init-1 .top .cont p{
  margin-bottom: 1em;
}
.services-page .init-1 .top .cont p span{
  font-weight: bold;
}
.services-page .init-1 .bottom li {
  padding-top: 20px;
}
.services-page .init-1 .bottom .box {
  height: 420px;
  background: #eeeeee no-repeat right bottom;
  border-radius: 20px;
  padding: 40px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.5s;
  z-index: 2;
  overflow: hidden;
}
.services-page .init-1 .bottom .box .mask{
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #264c9d url(../images/lg.png) no-repeat right bottom;
  transition: .5s;
}
.services-page .init-1 .bottom .box .tip {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.services-page .init-1 .bottom .box .tip .num .ty {
  color: #999999;
  opacity: 0.6;
  line-height: 1;
  margin-top: 5px;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon {
  width: 60px;
  height: 60px;
  background-color: #264c9d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon img {
  filter: brightness(100);
}
.services-page .init-1 .bottom .box .text .t1 {
  transition: 0s;
}
.services-page .init-1 .bottom .box .text{
  transition: .5s;
}
.services-page .init-1 .bottom .box .text2{
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 50px;
  color: #ffffff;
  transform: translateY(100%);
  transition: .5s;
}
.services-page .init-1 .bottom .box .text2 .more {
  zoom: 0.8;
  font-size: 20px;
  transition: 0s;
}
.services-page .init-1 .bottom .box .text2 .cont {
  line-height: 1.8;
  transition: 0.5s;
  opacity: 0.6;
  color: #ffffff;
  height: 5.5em;
  overflow-y: auto;
  padding-right: 5px;
}
.services-page .init-1 .bottom .box:hover {
  color: #ffffff;
  transform: translateY(-20px);
}
.services-page .init-1 .bottom .box:hover .mask{
  height: 100%;
}
.services-page .init-1 .bottom .box:hover .tip .num .ty {
  color: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon {
  background: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon img {
  filter: none;
}
.services-page .init-1 .bottom .box:hover .text  {
 opacity: 0
}
.services-page .init-1 .bottom .box:hover .text2  {
 opacity: 1;
  transform: translateY(0);
}
.services-page .init-1 .tip .cont{
  max-width:930px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px){
  .services-page .init-1 .bottom .box .text2 .cont{
    height: 7.2em;
  }
}
.services-page .init-2 {
    color: white;
    padding: 107px 0 70px;
}
.services-page .init-2 .left {
    position: sticky;
    top: 170px;
    width: 45%;
}
.services-page .init-2 .left p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}
.services-page .init-2 .left .i-title {
    line-height: 1.2;
}
.services-page .init-2 .right {
    width: 50%;
}
.services-page .init-2 .right ul li {
    padding-left: 140px;
    position: relative;
    padding-bottom: 50px;
}
.services-page .init-2 .right ul li .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #ffffff;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}
.services-page .init-2 .right ul li .icon img {
    vertical-align: middle;
}
.services-page .init-2 .right ul li::after {
    content: "";
    position: absolute;
    left:38px;
    top: 87px;
    width: 1px;
    height: calc(100% - 97px);
    background: rgba(255, 255, 255, 0.3);
}
.services-page .init-2 .right ul li:last-child::after{
    display: none;
}
.services-page .init-2 .right ul li:last-child .icon::after {
    content: none;
}
.services-page .init-2 .right ul li h4 {
    font-size: 30px;
    font-weight: bold;
}
.services-page .init-2 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
}
.services-page .init-2 .right ul li .des .item{
  display: flex;
}
.services-page .init-2 .right ul li .des .item .txt{
  flex: 1;
  margin-left: 10px;
}
@media screen and (max-width: 1250px) {
   .services-page .init-2 .right ul li {
        padding-left: 105px;
        padding-bottom: 40px;
    }
    .services-page .init-2 .right ul li .icon:after {
        height: 225%;
    }
    .services-page .init-2 .right ul li h4{
      font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
   .services-page .init-2 .left {
        position: relative;
        width: 100%;
        top: 0;
    }
.services-page .init-2 .right ul li h4{
      font-size: 20px;
    }
    .services-page .init-2 .right {
        width: 100%;
        margin-top: 20px;
    }
}
@media screen and (max-width: 700px) {
  .services-page .init-2 .right {
        padding-left: 0;
       
    }
    .services-page .init-2 .left {
        width: 100%;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 500px) {
    .services-page .init-2 .right ul li {
        padding-left: 0;
    }
    .services-page .init-2 .right ul li .icon {
        position: relative;
        margin-bottom: 12px;
    }
    .services-page .init-2 .right ul li .icon::after {
        content: none;
    }
    .services-page .init-2 .right ul li::after{
        display: none;
    }  
}
.download-page .border {
  border: 1px solid #dfdfdf;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.download-page span.h3 {
  padding: 1em;
  background-color: var(--color);
  color: white;
}
.download-page .nav li {
  padding: 0 1em;
  border-bottom: 1px solid #dfdfdf;
}
.download-page .nav li:last-child {
  border-bottom: none;
}
.download-page .nav a {
  padding: 1.5em 0;
}
.download-page .nav a i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
}
.download-page .nav a i:before {
  font-size: 1.4em;
  opacity: 0;
}
.download-page .nav a.active {
  color: var(--color);
}
.download-page .nav a.active i:before {
  opacity: 1;
}
.download-page .right .border {
  padding: 1em;
}
.download-page form {
  padding-bottom: 1%;
}
.download-page form button {
  width: 2em;
  height: 2em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: transparent;
  border: none;
}
.download-page form button i {
  font-size: 1.5em;
}
.download-page form input {
  width: 100%;
  border: none;
  background-color: transparent;
}
.download-page .list li {
  padding: 3% 0;
  border-top: 1px solid #dfdfdf;
}
.download-page .list li i.font-70 {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #dfdfdf;
}
.download-page .list li i.font-70 img {
  max-width: 40%;
}
.download-page .list li .link em {
  color: var(--color2);
}
.download-page .list li .more i {
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}
@media screen and (max-width: 1000px) {
  .download-page .list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .list li i.font-70 {
    display: none;
  }
}
.faq-page .marginBox {
  padding: 0px 0 100px;
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
    border-radius: 20px;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
  color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
  border-radius: 20px;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
  font-size: 18px;
  color: #242424;
  text-align: right;
  display: block;
  position: relative;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
      border-radius: 20px;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
    padding-left: 10px;
    line-height: 2;
  }
   .faq-page .marginBox .box .right .list ul li span.title i{
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
}
.news-page .news-1 {
    padding: 0 0 50px;
}
.news-page .news-1 .list ul {
    margin: -15px;
}
.news-page .news-1 .list ul li {
    padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
    display: block;
}
.news-page .news-1 .list ul li .content {
    -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    padding: 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    border-radius: 20px;
    z-index: 1;
    background-color: white;
}
.news-page .news-1 .list ul li .content::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 4.8em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .text {
    font-size: 16px;
    line-height: 28px;
}
.news-page .news-1 .list ul li .content .pre {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .pre .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news-page .news-1 .list ul li .content a.link {
    margin-top: 2em;
}
.news-page .news-1 .list ul li:hover .content {
    margin-top: -30px;
    color: #fff;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
    opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 30px;
}
.news-page .news-1 .list ul li:hover .content::after{
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.news-page .news-1 .list ul li:hover .content a.link::before{
  background: #fff;
}
.news-page .news-1 .list ul li:hover .content a.link img{
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.news-page .news-1 .list ul li:hover .content a.link:hover{
  color: #fff;
}
.news-page .news-1 .list ul li:hover .content a.link:hover img{
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.newdet-page {
    padding: 50px 0;
        background-color: #faf9f9;
}
.newdet-page .slideBarRight time {
    font-size: 14px;
    line-height: 28px;
    display: block;
}
.m-link Auxil-through{
    font-size: 14px;
    line-height: 28px;
}
.newdet-page .slideBarRight h1 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
}
.newdet-page .slideBarRight .text {
    margin: 2em 0;
}
.newdet-page .slideBarRight .text p {
    margin-top: 1em;
}
.newdet-page .slideBarRight .text p:first-child {
    margin-top: 0;
}
.newdet-page .slideBarRight .share {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}
.newdet-page .slideBarRight .share a {
    margin-left: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: black;
    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: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .slideBarRight .share a:hover {
    background-color: var(--color);
}
.newdet-page .slideBarRight span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 2em 0 1em;
    display: block;
}
.newdet-page .slideBarRight .text h3 {
    font-weight: 600;
    margin-top: 20px;
}
.newdet-page .slideBarRight .text strong {
    font-weight: 600;
}
.newdet-page .slideBarRight .text ul>li>ul>li:before {
    content: "○";
    margin-right: .5em;
    color: #8a8a8a;
    font-size: 0.9em;
}
.newdet-page .slideBarRight .text ul>li>ul {
    text-indent: 2em;
}
.newdet-page .slideBarRight .text table td, .newdet-page .slideBarRight .text table th {
    border: 1px solid gray;
}
.newdet-page .slideBarRight .text table {
    margin: 10px 0;
}
.newdet-page .slideBarRight .text ul li {
    margin-left: 20px;
}
.inner-page a.link {
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  padding-bottom: .3em;
  font-weight: 500;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link img {
  margin-left: 1em;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  max-width: .7em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:hover {
  color: var(--color);
}
.inner-page a.link:hover:before {
  width: 0;
}
.inner-page a.link:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inner-page .slideBarBox .slideBarRight {
    width: 70%;
    padding-left: 4%;
}

.inner-page .slideBarBox .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.inner-page .slideBarBox .sider-left h2 {
  padding-top: 8px;
    padding-left: 20px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: bold;
}
.inner-page .slideBarBox .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.inner-page .slideBarBox .sider-left .category {
  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);
}
.inner-page .slideBarBox .sider-left .category .catelist {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .category .catelist ul li a {
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
font-size: 16px;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > a:hover,
.inner-page .slideBarBox .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: var(--color);
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > ul{
  display: none;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #73ae53;
}
.inner-page .slideBarBox .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.inner-page .slideBarBox .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);
}
.inner-page .slideBarBox .sider-left .quote .form {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .quote .form form .submit{
  margin: 24px auto 0;
}
.inner-page .slideBarBox .sider-left .quote .form form .submit .more{
  border: none
}
.inner-page .slideBarBox .sider-left .quote .form input[type='text'],
.inner-page .slideBarBox .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.inner-page .slideBarBox .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}
.inner-page .slideBarBox .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}
.inner-page .slideBarBox .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;
}
.inner-page .slideBarBox .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}
.inner-page .slideBarBox .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.inner-page .slideBarBox .sider-left .quote .form .more{
  margin-top: 30px;
}
.inner-page .slideBarBox .sider-left .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: var(--color);
  box-shadow: 0 0 20px rgba(3, 110, 184, .6);
}
.inner-page .slideBarBox .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.inner-page .slideBarBox .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.inner-page .slideBarBox .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: var(--color);
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.inner-page .slideBarBox .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .hot-news .list {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.inner-page .slideBarBox .sider-left .hot-news .list time {
  color: #858585;
}
.inner-page .slideBarBox .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left  .sidebar-info {
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 20px;
    background: url(/wxhhcable/2025/10/27/us.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.inner-page .slideBarBox .sider-left  .sidebar-info h5 {
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}
.inner-page .slideBarBox .sider-left  .sidebar-info p {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
}
.inner-page .slideBarBox .sider-left  .sidebar-info .info-tel {
    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;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin: 2.5rem 0 2.8rem;
}
.inner-page .slideBarBox .sider-left  .sidebar-info .info-tel img {
    margin-right: 2rem;
}
.inner-page .slideBarBox .sider-left .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}
@media screen and (max-width: 1700px) {
    .newdet-page,
    .news-page .news-1,
    .gallery-page, 
    .product-page{
        padding: 20px 0;
    }
    .newdet-page .slideBarRight h1{
        font-size: 32px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 30px;
    }
    .inner-page .product_list ul li span.h6 {
        font-size: 18px;
    } 
    .news-page .news-1 .list ul li .content{
        padding: 7%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 18px;
    }
}
@media screen and (max-width: 1450px) {
.inner-page .slideBarBox .sider-left  .sidebar-info .icon a{
    margin: 0 20px
  }
   .newdet-page .slideBarRight h1{
        font-size: 28px;
    }
    .inner-page a.link {
        font-size: 14px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 20px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
        padding: 1em;
    }
    .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
        font-size: 18px;
    }
    .Auxil-catdes{
        display: none!important;
    }
    .news-page .news-1 .list ul li .content{
        padding: 5%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 16px;
        line-height: 30px;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 50px;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: -50px;
    }
}
@media screen and (max-width: 1250px) { 
    .newdet-page .slideBarRight h1{
        font-size: 24px;
    }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        padding-left: 2%;
    }
    .news-page .news-1 .list ul li .content .pre .text {
        position: static;
        opacity: 1;
        margin-top: 1em;
    }
}
@media screen and (max-width: 1000px) {
  .inner-page .slideBarBox .sider-left {
    display: none
  }
  .inner-page .slideBarBox .slideBarRight{
    padding-left: 0
  }
  .inner-page .slideBarBox .slideBarRight{
    width: 100%
  }
}
@media screen and (max-width: 700px) {
    .newdet-page,
    .news-page .news-1{
        padding: 30px 0;
    } 
    .newdet-page .slideBarRight h1{
        font-size: 28px;
        line-height: 1.6;
    }
    .news-page .news-1 .list ul li:hover .content span.h6 {
        opacity: 1;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: 0;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 0;
    }
    .news-page .news-1 .list ul li .content a.link {
        margin-top: 1em;
    }
}
@media screen and (max-width: 500px) {
    .news-page .news-1 .list ul li .content span.h6,
    .news-page .news-1 .list ul li .content .pre .text {
        height: auto;
    }
}
.newdet-page .form ul {
    margin: -10px;
}
.newdet-page .form ul li {
    padding: 10px;
    font-size: 14px;
}
.newdet-page .form ul li label {
    display: block;
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: .5em 0;
    border-bottom: 1px solid #999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .form ul li input:focus,
.newdet-page .form ul li textarea:focus {
    border-color: var(--color);
}
.newdet-page .form ul li textarea {
    height: 80px;
}
.newdet-page .form ul li.wid-100 {
    width: 100%;
}
.newdet-page .form ul li button{
  border: 0;
}
.newdet-page #index-body .i-category .link{
  padding-bottom: 0;
  line-height: 1;
}
.newdet-page #index-body .i-category .link::before{
  display: none;
}
.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);
}
.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-1 button{
  border: 0;
}
.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 #6076f1;
  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%;
  }
}
.why-page .why-1 .content h2 {
  line-height: 1.2;
}
.why-page .why-1 .content .des {
  line-height: 24px;
  color: #666666;
}
.why-page .why-2 .left h2 {
  line-height: 1.2;
}
.why-page .why-2 .left .img {
  border-radius: 10px;
  overflow: hidden;
}
.why-page .why-2 .right_box h2 em {
  color: var(--color);
}
.why-page .why-2 .right_box ul {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.why-page .why-2 .right_box ul li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}
.why-page .why-2 .right_box ul li p {
  color: #666666;
}
.why-page .why-2 .right_box ul li:hover {
  color: var(--color);
}
.why-page .why-2 .right_box ul li:hover p {
  color: var(--color);
}
.why-page .why-3 {
  text-align: center;
  background-color: #fafafa;
}
.why-page .why-3 ul {
  margin: -20px -10px;
}
.why-page .why-3 ul li {
  padding: 20px 10px;
  overflow: hidden;
}
.why-page .why-3 ul li:nth-child(1){
  order: 1;
}
.why-page .why-3 ul li:nth-child(2){
  order: 2;
}
.why-page .why-3 ul li:nth-child(3){
  order: 3;
}
.why-page .why-3 ul li:nth-child(4){
  order: 4;
}
.why-page .why-3 ul li:nth-child(5){
  order: 8;
}
.why-page .why-3 ul li:nth-child(6){
  order: 7;
}
.why-page .why-3 ul li:nth-child(7){
  order: 6;
}
.why-page .why-3 ul li:nth-child(8){
  order: 5;
}
.why-page .why-3 ul li:nth-child(9){
  order: 9;
}
.why-page .why-3 ul li:nth-child(10){
  order: 10;
}
.why-page .why-3 ul li .num{
  font-size: 20px;
  color: var(--color);
  margin-bottom: 10px;
  position: relative;

}

.why-page .why-3 ul li .line{
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--color);
  position: relative;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.why-page .why-3 ul li .line::before{
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 200px;
  height: 1px;
  background: var(--color);
}
.why-page .why-3 ul li .line::after{
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 200px;
  height: 1px;
  background: var(--color);
}
/*.why-page .why-3 ul .slick-slide:first-child li .line::before{
  content: none;
}
.why-page .why-3 ul .slick-slide:last-child li .line::after{
  content: none;
}*/
.why-page .why-3 ul li .icon {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  text-align: center;
  line-height: 95px;
  background-color: var(--color);
  margin: auto;
}
.why-page .why-3 ul li .icon img {
  vertical-align: middle;
}
.why-page .why-3 ul li p {
  margin-top: 12px;
}
.why-page .why-4 .left h2 em {
  color: var(--color);
}
.why-page .why-4 .left .des {
  line-height: 24px;
  color: #666666;
}
.why-page .why-4 .img img {
  border-radius: 10px;
}
.why-page .why-6 .left img {
  border-radius: 10px;
}
.why-page .why-6 .right_box h2 {
  line-height: 1.2;
}
.why-page .why-6 .right_box h2 em {
  color: var(--color);
}
.why-page .why-6 .right_box .des {
  line-height: 24px;
  color: #666666;
}
.why-page .why-7 .left {
  width: 70%;
}
.why-page .why-7 .left ul li {
  margin-bottom: 25px;
}
.why-page .why-7 .left ul li .box {
  background-color: #f9f9f9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  height: 180px;
  padding: 40px 20px;
}
.why-page .why-7 .left ul li .box .num {
  line-height: 1;
}
.why-page .why-7 .left ul li .box .content {
  padding-left: 15px;
}
.why-page .why-7 .left ul li .box .content .des {
  margin-top: 10px;
}
.why-page .why-7 .left ul li:hover .box {
  background-color: var(--color);
  color: white;
}
.why-page .why-7 .right_box {
  width: 30%;
}
.why-page .why-7 .right_box .box {
  border-radius: 10px;
  background-color: var(--color);
  color: white;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px;
}
.why-page .why-7 .right_box .box form input,
.why-page .why-7 .right_box .box form textarea {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  padding: 0 15px;
  color: black;
  margin-bottom: 20px;
}
.why-page .why-7 .right_box .box form textarea {
  height: 90px;
}
.why-page .why-7 .right_box .box form button {
  border: none;
  background-color: white;
  color: var(--color);
}
.why-page .why-7 .right_box .box form button span{
  background: var(--color);
  color: #fff;
}
.services-page .service-3 {
      padding: 90px 0 150px;
    background-color: #f9f9f9;
    margin-top: 80px;
}
.services-page .service-3 h2 {
  font-weight: bold;
  font-size: 40px;
  color: #191919;
  text-transform: capitalize;
  line-height: 1;
  text-align: center;
}
.services-page .service-3 h2:after {
  content: '';
  display: block;
  margin: 23px auto 0;
  width: 10%;
  height: 4px;
  background: var(--color);
}
.services-page .service-3 .list {
  margin: 65px 0 85px;
}
.services-page .service-3 .list .slide ul{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.services-page .service-3 .list .slide ul li {
  margin-bottom: 15px;
  width: 48%;
}
.services-page .service-3 .list .slide ul li h6 {
  padding: 12px 0;
  font-size: 18px;
  border-bottom: 2px solid #efefef;
  padding-right: 30px;
  position: relative;
}
.services-page .service-3 .list .slide ul li h6 i {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 17px;
  right: 10px;
  cursor: pointer;
}
.services-page .service-3 .list .slide ul li h6 i:after,
.services-page .service-3 .list .slide ul li h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.services-page .service-3 .list .slide ul li h6 i:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.services-page .service-3 .list .slide ul li h6 i.active:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.services-page .service-3 .list .slide ul li .text {
  font-size: 18px;
  line-height: 1.6;
  padding: 15px 0;
  font-weight: 300;
  color: var(--color);
  display: none;
}
.services-page .service-3 .list .slide ul li:last-child {
  margin-bottom: 0;
}
.services-page .service-3 .list .slide:first-child {
  padding-right: 2%;
}
.services-page .service-3 .list .slide:last-child {
  padding-left: 2%;
}
.services-page .service-3 .content {
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  max-width: 70%;
  display: inline-block;
}
.services-page .service-3 a.more {
  float: right;
}
@media screen and (max-width: 1700px) {
  .services-page .service-3 h2 {
    font-size: 32px;
  }
  .services-page .service-3 {
    padding: 70px 0;
  }
  .services-page .service-3 a.more {
    line-height: 44px;
    height: 44px;
    padding: 0 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1450px) {
  .why-page .why-7 .left {
    width: 65%;
  }
  .why-page .why-7 .right_box {
    width: 35%;
  }
}
@media screen and (max-width: 1250px) {
  .services-page .service-3 h2:after {
    margin-top: 15px;
  }
  .services-page .service-3 .list {
    margin: 30px 0 50px;
  }
  .services-page .service-3 h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .why-page .why-7 .left {
    width: 100%;
  }
  .why-page .why-7 .right_box {
    width: 100%;
    padding-left: 0;
  }
  .services-page .service-3 h2 {
    font-size: 24px;
  }
  .services-page .service-3 .list .slide {
    width: 100%;
    padding: 0 !important;
  }
  .services-page .service-3 .list .slide ul li {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  .why-page .why-1 ul li > div {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
  .why-page .why-2 .left {
    width: 100%;
    padding: 0;
  }
  .why-page .why-2 .right_box {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .why-page .why-3 ul li .icon {
    zoom: 0.6;
  }
  .why-page .why-6 .flex-2 > *,
  .why-page .why-4 .flex-2 > * {
    width: 100%;
    padding: 0;
    margin: 12px 0;
  }
  .services-page .service-3 .content {
    max-width: none;
  }
  .services-page .service-3 a.more {
    margin-top: 20px;
    float: none;
  }
}
@media screen and (max-width: 500px) {
  .why-page .why-7 .left ul li {
    width: 100%;
  }
  .why-page .why-3 ul li {
    width: 33.33%;
  }
}
ul>p{
  padding: 0 20px;
}
#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;
}
