@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.eot');
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Anton-Regular.eot');
  src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.eot');
  src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-SemiBold.woff2') format('woff2'), url('../fonts/Barlow-SemiBold.woff') format('woff'), url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.eot');
  src: url('../fonts/Barlow-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Light.woff2') format('woff2'), url('../fonts/Barlow-Light.woff') format('woff'), url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
table {
  text-align: center;
  table-layout: fixed;
}
table td,
table th {
    border: 1px solid #ccc;
    width: 100px !important;
}
table tr,
table tr:nth-child(even){
  background: #f6f6f6;
}
body {
  --color: #01207b;
  --color1: #e00007;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Barlow';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1700px;
  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: 16px;
  line-height: 1;
  background: var(--color);
  color: #fff;
  padding: 7px 53px 7px 8px;
  border-radius: 23px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more em {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 22px;
  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;
  overflow: hidden;
}
.more em img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.more em img:last-child {
  position: absolute;
  -webkit-transform: translate(-150%, 150%);
  -moz-transform: translate(-150%, 150%);
  -ms-transform: translate(-150%, 150%);
  transform: translate(-150%, 150%);
}
.more.white {
  background: #fff;
  color: #000;
}
.more.white em {
  background: var(--color1);
}
.more.white em img {
  -webkit-filter: none;
  filter: none;
}
.more:hover em img:first-child {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -webkit-transform: translate(150%, -150%);
  -moz-transform: translate(150%, -150%);
  -ms-transform: translate(150%, -150%);
  transform: translate(150%, -150%);
}
.more:hover em img:last-child {
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.1s;
  transition: -webkit-transform 0.3s ease-in-out 0.1s;
  -moz-transition: transform 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.link {
  font-size: 16px;
  background-color: var(--color);
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  padding: 13px 38px 13px 39px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.link::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  background-color: #000;
  z-index: -1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.link:hover {
  color: #fff;
}
.link:hover::before {
  width: 160%;
}
#header {
  z-index: 20;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
#header .h-top {
  background: var(--color);
  color: #fff;
}
#header .h-top .info {
  margin: 0 0 0 auto;
}
#header .h-top .info ul li {
  line-height: 2;
}
#header .h-top .info ul li em {
  width: 1.86em;
  height: 1.86em;
  background: #fff;
  border-radius: 50%;
}
#header .nav {
  position: relative;
}
#header .nav .menu-box {
  margin: 0 0 0 auto;
}
#header .nav .menu-box ul.menu > li {
  font-size: 20px;
  line-height: 1;
  margin-right: 3.4em;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 17px;
  background: #fff;
  top: 130%;
  left: 0;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .menu-box ul.menu > li:hover,
#header .nav .menu-box ul.menu > li.active {
  color: var(--color1);
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  cursor: pointer;
}
#header .nav .h-search img {
  vertical-align: middle;
}
#header .nav .yuy span {
  position: relative;
}
#header .nav .yuy span img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
}
#header .nav .menu-btn {
  width: 27px;
  cursor: pointer;
}
#header .nav .menu-btn span {
  display: block;
  border-bottom: 1px solid #000000;
}
#header .nav .menu-btn span + span {
  margin-top: 7px;
}
#header.active {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
}
#banner ul li .text .box {
  max-width: 770px;
}
#banner ul li .text .title {
  line-height: 1.2;
  letter-spacing: 1px;
  text-shadow: 0px 1px 10px rgba(6, 6, 6, 0.21);
}
#banner ul li .text .con {
  font-weight: 600;
}
#banner ul li .text .title,
#banner ul li .text .con,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
#banner .change {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-bottom: 6.3542%;
  color: #fff;
}
#banner .change .prev,
#banner .change .next {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
#banner .change .prev::after {
  content: '';
  width: 97px;
  height: 1px;
  border: solid 1px #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 3px 3px;
}
#banner .change .next::before {
  content: '';
  width: 97px;
  height: 1px;
  border: solid 1px #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 3px 0;
}
#banner .change .swiper-pagination {
  position: initial;
  margin: 6px 8px 0;
}
#banner .change .swiper-pagination span {
  width: 17px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: solid 1px transparent;
  margin-right: 5px;
  position: relative;
}
#banner .change .swiper-pagination span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .change .swiper-pagination span:last-child {
  margin-right: 0;
}
#banner .change .swiper-pagination span.swiper-pagination-bullet-active {
  border-color: var(--color1);
}
#banner .change .swiper-pagination span.swiper-pagination-bullet-active::after {
  width: 7px;
  height: 7px;
  background: var(--color1);
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.7;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
.font-24 {
  line-height: 1.5;
}
.title,
.i-title {
  font-weight: 200;
      /*color: #01207b;*/
}
@-webkit-keyframes down {
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes down {
  50% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes down {
  50% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes img-in {
  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-in {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes img-in {
  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);
  }
}
@-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);
  }
}
#index-body .tip {
  font-size: 221px;
  font-weight: 200;
  line-height: .8;
  color: transparent;
  -webkit-text-stroke: 1px #d6d6d6;
}
#index-body .i-why {
  color: #fff;
  padding: 4.84375% 0 8.28125%;
  background-size: 100% 100%;
}
#index-body .i-why .box {
  max-width: 969px;
  margin: 0 auto;
}
#index-body .i-why .icon {
  bottom: -59px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 151px;
  height: 133px;
  background: url(../images/bg.png) no-repeat;
}
#index-body .i-why .icon .down {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background: var(--color1);
}
#index-body .i-why .icon .down img {
  -webkit-animation: down 5s linear infinite;
  -moz-animation: down 5s linear infinite;
  animation: down 5s linear infinite;
}
#index-body .i-category {
  padding: 66px 0 23px;
}
#index-body .i-category .left {
  width: 42%;
}
#index-body .i-category .left .list {
  margin-top: -53px;
}
#index-body .i-category .left .list .title {
  line-height: 1.2;
}
#index-body .i-category .left .list .title em {
  color: var(--color);
}
#index-body .i-category .left .list .con {
  color: #333;
}
#index-body .i-category .left .list .slickBtn {
  font-size: 24px;
}
#index-body .i-category .left .list .slickBtn div {
  width: 2em;
  height: 2em;
  background: transparent;
  border: 1px solid #c5c5c5;
  color: #c5c5c5;
}
#index-body .i-category .left .list .slickBtn div i {
  font-size: 1em;
}
#index-body .i-category .left .list .slickBtn div.next {
  margin-left: .542em;
}
#index-body .i-category .left .list .slickBtn div:hover {
  background: var(--color1);
  border-color: var(--color1);
  color: #fff;
}
#index-body .i-category .right {
  width: 58%;
}
#index-body .i-category .right ul li {
  -webkit-transform: scale(0.36);
  -moz-transform: scale(0.36);
  -ms-transform: scale(0.36);
  transform: scale(0.36);
  position: relative;
}
#index-body .i-category .right ul li .img-box {
  width: 708px;
  height: 708px;
  padding: 69px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #fff;
}
#index-body .i-category .right ul li .img-box span {
  display: block;
  padding: 62px;
  background-image: url(../images/ipbg1.png);
  background-repeat: center;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  border-radius: 50%;
}
#index-body .i-category .right ul li .img-box span i {
  display: block;
  padding: 30px;
  border-radius: 50%;
  background: #fff;
}
#index-body .i-category .right ul li .img-box::before {
  content: '';
  position: absolute;
  top: 39px;
  left: 39px;
  bottom: 39px;
  right: 39px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .right ul .swiper-slide-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-left: -140px;
  z-index: 1;
}
#index-body .i-category .right ul .swiper-slide-active .img-box {
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.1);
}
#index-body .i-category .right ul .swiper-slide-active .img-box::before {
  opacity: 1;
}
#index-body .i-category .right ul .swiper-slide-active .img-box span {
  background-image: url(../images/ip-bg.png);
}
#index-body .i-category .right ul .swiper-slide-active .img-box span i {
  padding: 5px;
}
#index-body .i-category .right ul .swiper-slide-prev {
  margin-left: 40px;
}
#index-body .i-category .right ul .swiper-slide-next {
  margin-left: -50px;
}
#index-body .i-advantage {
  background-color: #f7f7f7;
  padding: 5% 0 5.46875%;
}
#index-body .i-advantage ul li {
  height: auto;
}
#index-body .i-advantage ul li .ig {
  padding-bottom: 31px;
}
#index-body .i-advantage ul li .ig .item {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
#index-body .i-advantage ul li .ig .item .title em {
  color: var(--color);
}
#index-body .i-advantage ul li .ig .item .con {
  color: #666;
  line-height: 1.4;
  height: 112px;
  overflow-y: auto;
}
#index-body .i-advantage ul li .ig .icon {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 94px;
  height: 95px;
  border-radius: 50%;
  background: var(--color);
}
#index-body .i-advantage ul li .ig .icon img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage ul li .ig .icon:hover img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
#index-body .i-about {
  padding: 7.5% 0 8.542%;
}
#index-body .i-about .left {
  width: 51.149%;
  z-index: 1;
}
#index-body .i-about .left .tip {
  font-size: 200px;
  left: 0;
  top: -11%;
  z-index: -1;
  white-space: nowrap;
}
#index-body .i-about .left .tit {
  font-weight: 600;
}
#index-body .i-about .left .i-title {
  line-height: 1.15;
}
#index-body .i-about .left .con {
  color: #282828;
}
#index-body .i-about .left .con h1 {
  display: inline;
}
#index-body .i-about .left ul li {
  padding: 0 46px;
  border-right: 1px solid #d6d6d6;
}
#index-body .i-about .left ul li .text {
  line-height: 1;
}
#index-body .i-about .left ul li:first-child {
  padding-left: 0;
}
#index-body .i-about .left ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
#index-body .i-about .right {
  width: 48.851%;
  border-radius: 10px;
  overflow: hidden;
}
#index-body .i-about .right .play {
  background: #fff;
  width: 4.7em;
  height: 4.7em;
}
#index-body .i-about .right .play::before,
#index-body .i-about .right .play::after {
  background: transparent;
  border: 1px solid #fff;
}
#index-body .i-application .box {
  padding-left: 4.6875%;
  position: relative;
  z-index: 1;
  padding-top: 6.198%;
}
#index-body .i-application .box .left {
  width: 28.524%;
  color: #fff;
}
#index-body .i-application .box .right {
  width: 71.476%;
}
#index-body .i-application .box .right .content {
  height: 733px;
  position: relative;
}
#index-body .i-application .box .right .content .img {
  height: inherit;
}
#index-body .i-application .box .right .content .img .item {
  width: 100%;
  height: 100%;
  background-position: center left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-animation: img-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .i-application .box .right .content .img .item.zIndex {
  z-index: 1;
}
#index-body .i-application .box .right .content .img .item.active {
  -webkit-animation: img-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 2;
}
#index-body .i-application .box .right .content .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  z-index: 2;
}
#index-body .i-application .box .right .content .text ul {
  width: 100%;
  height: 100%;
}
#index-body .i-application .box .right .content .text ul li {
  height: auto;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-application .box .right .content .text ul li .h3 {
  height: 93px;
  border: 1px solid #fff;
  border-right: 0;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-application .box .right .content .text ul li .h3 i {
  position: absolute;
  right: 4px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-application .box .right .content .text ul li.active .h3 {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}
#index-body .i-application .box .right .content .text ul li.active .h3 i {
  opacity: 1;
}
#index-body .i-application .box .tip {
  position: absolute;
  top: 0;
  right: 4.6875%;
  font-size: 153px;
}
#index-body .i-application .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 42.917%;
  height: 100%;
  background: var(--color);
}
#index-body .i-wz {
  white-space: nowrap;
  margin: 0 -67px 0 -44px;
  -webkit-animation: wordsloop 24s linear infinite;
  -moz-animation: wordsloop 24s linear infinite;
  animation: wordsloop 24s linear infinite;
}
#index-body .i-wz span {
  font-size: 100px;
  line-height: 1;
  font-weight: 200;
  display: inline-block;
  padding: 0 34px 0 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
  position: relative;
}
#index-body .i-wz span img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0) opacity(0.12);
  filter: brightness(0) opacity(0.12);
}
#index-body .i-wz span::before {
  content: attr(data-text);
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  max-width: 0;
  -webkit-text-fill-color: var(--color);
  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-wz span:hover::before {
  max-width: 100%;
}
#index-body .i-wz span:hover img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-news {
  padding: 4.95% 0 4.8%;
}
#index-body .i-news .content ul li .ig {
  background: #f6f6f6;
}
#index-body .i-news .content ul li .ig .header {
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}
#index-body .i-news .content ul li .ig .header span,
#index-body .i-news .content ul li .ig .header time {
  display: inline-block;
  font-size: 14px;
  background: var(--color);
  height: 28px;
  line-height: 28px;
  color: #fff;
}
#index-body .i-news .content ul li .ig .header span {
  padding: 0 16px 0 15px;
}
#index-body .i-news .content ul li .ig .header time {
  padding: 0 12px 0 11px;
  background: var(--color1);
}
#index-body .i-news .content ul li .ig .tit {
  font-weight: 600;
  line-height: 1.25;
  color: #333;
}
#index-body .i-news .content ul li .ig .tit:hover {
  color: var(--color);
}
#index-body .i-news .content ul li .ig p {
  color: #666666;
  width: 96%;
}
#footer {
  background-color: #031a5c;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer .f-content .title {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 34px;
  text-transform: capitalize;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 13px;
}
#footer .f-content ul li a {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  padding-left: 19px;
}
#footer .f-content ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--color1);
}
#footer .f-content ul li a:hover {
  color: var(--color1);
}
#footer .f-content ul li i {
  width: 20px;
}
#footer .f-content ul li span {
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .left .ig {
  width: 84.196%;
}
#footer .f-content .left .ig .con {
  font-weight: 300;
  opacity: .53;
}
#footer .f-content .left .ig .form ul {
  margin: -11px -6px;
}
#footer .f-content .left .ig .form ul li {
  padding: 11px 6px;
  margin-bottom: 0;
}
#footer .f-content .left .ig .form ul li input {
  width: 100%;
  height: 42px;
  padding: 0 27px;
  background: #fff;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  border-radius: 10px;
}
#footer .f-content .left .ig .form ul li input::-webkit-input-placeholder {
  color: #000;
}
#footer .f-content .left .ig .form ul li input:-moz-placeholder {
  color: #000;
}
#footer .f-content .left .ig .form ul li input::-moz-placeholder {
  color: #000;
}
#footer .f-content .left .ig .form ul li input:-ms-input-placeholder {
  color: #000;
}
#footer .f-content .left .ig .form ul li input::placeholder {
  color: #000;
}
#footer .f-content .left .ig .form ul li button {
  border: 0;
  font-size: 18px;
  padding: 12px 58px;
  background: var(--color1);
  border-radius: 10px;
}
#footer .f-content .left .ig .form ul li button::before {
  background: #fff;
}
#footer .f-content .left .ig .form ul li button:hover {
  color: var(--color1);
}
#footer .f-content .f-nav ul li:first-child {
  display: none;
}
#footer .f-copy {
  line-height: 1.7;
  font-size: 14px;
  font-weight: 300;
  background: #fff;
  color: #000;
  padding: 9px 0 17px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -1px;
  opacity: 1;
  text-transform: capitalize;
}
#sidebar {
  border-radius: 14px 0px 0px 10px;
  right: 8px;
  bottom: 22%;
}
#sidebar ul li {
  background: #fff;
  color: var(--color1);
  border-radius: 0;
  font-size: 28px;
  width: 1.9643em;
  height: 1.9643em;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0);
}
#sidebar ul li .child {
  background: var(--color1);
  color: #fff;
  font-size: 22px;
  white-space: nowrap;
}
#sidebar ul li .child::before {
  border-left: 0.5em solid var(--color1);
}
#sidebar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate3d(0, 1, 0, 90deg);
  -moz-transform: rotate3d(0, 1, 0, 90deg);
  transform: rotate3d(0, 1, 0, 90deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#sidebar ul li:hover {
  background: var(--color1);
  color: #fff;
}
#sidebar ul li:hover #ewm {
  right: 112%;
  opacity: 1;
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
  -moz-transform: rotate3d(0, 1, 0, 0deg);
  transform: rotate3d(0, 1, 0, 0deg);
}
#sidebar ul li:nth-child(3) i {
  font-size: 36px;
}
@media (max-width: 1700px) {
  #header .nav .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 3em;
  }
  #index-body .i-category .right ul li .img-box {
    width: 508px;
    height: 508px;
  }
  #index-body .tip {
    font-size: 200px;
  }
  .font-28 {
    font-size: 23px;
  }
  #index-body .i-about .left .tip {
    font-size: 180px;
  }
  #index-body .i-about .left ul li {
    padding: 0 30px;
  }
}
@media (max-width: 1450px) {
  #header .nav .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 2em;
  }
  .font-28 {
    font-size: 20px;
  }
  #index-body .i-advantage ul li .ig .item .text {
    padding: 16px 15px;
  }
  #index-body .i-about .left ul li {
    padding: 0 15px;
  }
  #index-body .i-application .box .tip {
    font-size: 125px;
  }
  #footer .f-content ul li {
    font-size: 16px;
  }
}
@media (max-width: 1250px) {
  .font-24 {
    font-size: 20px;
  }
  .font-18 {
    font-size: 18px;
  }
  #index-body .tip {
    font-size: 130px;
  }
  #index-body .i-category .right ul li .img-box {
    width: 430px;
    height: 430px;
  }
  #index-body .i-category .right ul .swiper-slide-active {
    margin-left: -100px;
  }
  #index-body .i-category .right ul .swiper-slide-next {
    margin-left: -106px;
  }
  #index-body .i-about .left .tip {
    font-size: 130px;
  }
  #footer .f-content .left .ig {
    width: 90%;
  }
  #footer .f-content .right {
    zoom: .8;
  }
  #sidebar,
  .fixed-toolbar {
    zoom: .9;
  }
}
@media (max-width: 1000px) {
  #index-body .tip {
    font-size: 100px;
  }
  #index-body .i-category .right {
    padding-right: 50px;
  }
  #index-body .i-category .right ul li .img-box {
    width: auto;
    height: auto;
    padding: 35px;
  }
  #index-body .i-category .right ul li .img-box::before {
    top: 17px;
    left: 17px;
    right: 17px;
    bottom: 17px;
  }
  #index-body .i-category .right ul .swiper-slide-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-left: 0;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .left ul li {
    padding: 0 40px;
  }
  #index-body .i-about .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-application .box {
    padding: 0 15px;
  }
  #index-body .i-application .box .left {
    width: 100%;
    color: #000;
  }
  #index-body .i-application .box .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-application .box .right .content {
    height: 500px;
  }
  #index-body .i-application .box::after {
    display: none;
  }
  #footer .f-content .left {
    width: 100%;
  }
  #footer .f-content .right {
    display: none;
  }
}
@media (max-width: 700px) {
  .font-18 {
    font-size: 16px;
    line-height: 1.8;
  }
  .font-16 {
    line-height: 2 !important;
  }
  .more {
    padding: 7px 20px 7px 8px;
  }
  .more em {
    margin-right: 11px;
  }
  #banner .change {
    padding-bottom: 6px;
  }
  .font-42 {
    font-size: 26px;
  }
  #index-body .tip {
    display: none;
  }
  #index-body .i-category {
    padding: 90px 0 30px;
  }
  #index-body .i-category .left {
    padding-left: 15px;
  }
  #index-body .i-category .right ul li .img-box span {
    padding: 10px;
  }
  #index-body .i-advantage ul li .title {
    min-height: 60px;
  }
  #index-body .i-about .left ul li {
    padding: 0;
    width: 50%;
    border-right: 0;
  }
  #index-body .i-application .box .right .content {
    height: 400px;
  }
  #footer .f-copy svg {
    max-height: 22px;
  }
}
@media (max-width: 500px) {
  .more {
    font-size: 14px;
  }
  .more em {
    width: 24px;
    height: 24px;
  }
  #banner ul li .text .title {
    font-size: 20px;
    line-height: 1.4;
  }
  #banner ul li .text .con {
    display: none;
  }
  #banner ul li .text .btn {
    margin-top: 6px;
  }
  #banner .change {
    padding-bottom: 3px;
  }
  #banner .change .prev,
  #banner .change .next {
    display: none;
  }
  #index-body .i-why .icon {
    display: none;
  }
  #index-body .i-category .left {
    width: 100%;
  }
  #index-body .i-category .right {
    width: 100%;
    padding: 20px 15px 0;
  }
  #index-body .i-category .right ul li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #index-body .i-category .right ul .swiper-slide-prev,
  #index-body .i-category .right ul .swiper-slide-next,
  #index-body .i-category .right ul .swiper-slide-active {
    margin: 0 !important;
  }
  #index-body .i-about .left {
    padding-right: 0;
  }
  #index-body .i-application .box .left {
    padding-right: 0;
  }
  #index-body .i-application .box .left .more {
    background: var(--color);
    color: #fff;
  }
  #index-body .i-application .box .left .more em {
    background: #fff;
  }
  #index-body .i-application .box .left .more em img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }
  #index-body .i-application .box .right .content {
    height: 300px;
    zoom: .8;
  }
  #index-body .i-wz span {
    font-size: 70px;
  }
  #index-body .i-news .more {
    margin-top: 20px;
  }
  #footer .f-content .left .ig {
    width: 92%;
  }
  #footer .f-content .left .ig .form ul li {
    width: 100%;
  }
  #footer .f-copy .container {
    display: block;
  }
  #footer .f-copy .container p {
    display: inline;
  }
  #sidebar,
  .fixed-toolbar {
    zoom: .6;
  }
}
@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes transAni2 {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.inner_banner {
  position: relative;
  z-index: 0;
  margin-top: 0;
}
#innerMobileBanner{
  margin-top: 60px;
}

.inner_banner .textAniC{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.inner_banner .textAniC .text .c{
  white-space: nowrap;
  -webkit-animation: transAni2 24s linear infinite;
  -moz-animation: transAni2 24s linear infinite;
  animation: transAni2 24s linear infinite;
}
.inner_banner .textAniC .text .c span{
  font-size: 360px;
    line-height: 1;
    font-weight: 200;
    display: inline-block;
    padding: 0 34px 0 0;
    color: transparent;
    -webkit-text-stroke: 1px #d6d6d6;
    text-transform: uppercase;
    position: relative;
}
.inner_banner .container{
  position: relative;
  z-index: 2;
}
.inner_banner .innerBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner_banner .cont {
  padding: 100px 0 100px 0;
}
.inner_banner .cont .mbx {
  font-size: 0;
  /*font-weight: bold;*/
  margin-top: 10px;
}
.inner_banner .cont .mbx span {
  font-size: 18px;
  padding-left: 20px;
  position: relative;
}
.inner_banner .cont .mbx a {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner_banner .cont .mbx a:hover {
  color: var(--color);
}
.inner_banner .cont .mbx a:first-child {
  padding-left: 0;
}
.inner_banner .cont .mbx a:first-child::before {
  display: none;
}
.inner_banner .cont .mbx a:before,
.inner_banner .cont .mbx span:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  top: 13px;
  left: 7px;
  background-color: #000;
}
@media (max-width: 1450px) {
  .inner_banner .textAniC{
    top: 34px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 360px;
  }
}
@media (max-width: 1250px) {
  .inner_banner{
    display: none;
  }
  .inner_banner .textAniC{
    top: 40px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 260px;
  }
}
@media (max-width: 1000px) {
  .inner_banner {
    margin-top: 40px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 160px;
  }
  .inner_banner .cont {
    padding: 40px 0;
  }
}
@media (max-width: 700px) {
  .inner_banner .textAniC .text .c{
    font-size: 100px;
  }
}
@media (max-width: 500px) {
  .inner_banner .textAniC{
    top: 30px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 80px;
  }
}
.tipsTitleCont {
  font-weight: 200;
}
.tipsTitleCont .tipsTitle1 {
  text-transform: uppercase;
}
.tipsTitleCont .tipsTitle1 .cir {
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  margin: 7px 10px 0 0;
}
.tipsTitleCont .tipsTitle1 span {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  letter-spacing: 4px;
}
.tipsTitleCont .tipsTitle2 {
  margin-top: 20px;
}
.about-page .about-1 .top .img {
  position: relative;
}
.about-page .about-1 .top .img video{
  display: block;
  border: 1px solid #f2f2f2;
  width: 100%;
}
.about-page .about-1 .top .img .play {
  position: absolute;
  display: inline-block;
  background: var(--color);
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%,-50%);
}
.about-page .about-1 .top .img .play .cont{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
.about-page .about-1 .top .img .play .cont i{
  margin-left: 4px;
}
.about-page .about-1 .top .img .play .ling{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 50%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 3s linear infinite;
}
.about-page .about-1 .top .img .play .ling:last-child{
  animation-delay: -1.5s;
}
.about-page .about-1 .top .text {
  max-width: 1500px;
  width: 100%;
  margin: 80px auto 0;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .top .text .title {
  line-height: 1.2;
  font-size: 50px;
  font-weight: 200;
}
.about-page .about-1 .top .text .con {
  margin-top: 46px;
  line-height: 1.8;
  color: #7b7b7b;
  max-height: 690px;
  overflow-y: auto;
  padding-right: 4px;
}
.about-page .about-1 .bottom {
  max-width: 1500px;
  width: 100%;
  margin: 111px auto 0;
}
.about-page .about-1 .bottom ul {
  margin-right: -70px;
}
.about-page .about-1 .bottom ul li {
  padding-right: 70px;
}
.about-page .about-1 .bottom ul li .data {
  padding-bottom: 26px;
  border-bottom: 1px solid #58596c;
  font-weight: 200;
}
.about-page .about-1 .bottom ul li .data em {
  font-size: 50px;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
  font-size: 30px;
  color: var(--color);
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  margin: 0 0 9px 7px;
}
.about-page .about-1 .bottom ul li .text .tit {
  font-size: 20px;
  /*font-weight: 200;*/
  color: #000000;
  line-height: 2;
  margin-top: 23px;
}
.about-page .about-1 .bottom ul li .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(0,0,0,.5);
}
.about-page .about-2 {
  margin-top: 120px;
}
.about-page .about-2 .box {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .box .img {
  width: 50.06%;
  vertical-align: middle;
}
.about-page .about-2 .box .text {
  width: 49.94%;
  max-width: 832px;
  padding-left: 80px;
  padding-right: 10px;
  vertical-align: middle;
  color: #fff;
}
.about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
  background-color: #fff;
}
.about-page .about-2 .box .text .con {
  line-height: 1.8;
  margin-top: 40px;
  font-size: 18px;
}
.about-page .about-2 .box .text .list {
  margin-top: 29px;
}
.about-page .about-2 .box .text .list ul {
  margin-bottom: -25px;
}
.about-page .about-2 .box .text .list ul li {
  position: relative;
  padding-left: 47px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 2px;
  background: white;
}
.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 81.25%;
  height: 100%;
  background: var(--color);
}
.about-page .about-3 {
  background-color: #f6f6f6;
  padding: 12% 0 7%;
  margin-top: -122px;
}
.about-page .about-3 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-3 .header .left {
  width: 50%;
}
.about-page .about-3 .header .left span.tag {
  color: var(--color);
}
.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-3 .header .right {
  width: 50%;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(0,0,0,.5);
}
.about-page .about-3 .content {
  margin-top: 88px;
}
.about-page .about-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -15px;
}
.about-page .about-3 .content ul li {
  padding: 0 15px;
  width: 33.33%;
}
.about-page .about-3 .content ul li .box {
  padding: 30px 20px;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #121212;
  height: 100%;
}
.about-page .about-3 .content ul li .box .tit {
  font-size: 24px;
  font-weight: 200;
  line-height: 2;
  margin-top: 15px;
}
.about-page .about-3 .content ul li .box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(0, 0, 0, .5);
}
.about-page .about-3 .content ul li .box:hover {
  background: var(--color);
}
.about-page .about-3 .content ul li .box:hover i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.about-page .about-3 .content ul li .box:hover .tit {
  color: white;
}
.about-page .about-3 .content ul li .box:hover p {
  color: white;
}
.about-page .about-3 .content .slickDots li{
  width: 1em;
  padding: 0;
  background-color: #d2d2d2;
  border: 0;
}
.about-page .about-3 .content .slickDots li.slick-active{
  background: var(--color);
}
.about-page .about-3 .list {
  margin-top: 151px;
}
.about-page .about-3 .list .img-box {
  display: block;
}
.about-page .about-3 .list .img-box img {
  width: 100%;
}
.about-page .about-3 .list .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: right;
  padding-right: 22px;
}
.about-page .about-3 .list .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}
.about-page .about-3 .list .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-3 .list .slick-dots li button {
  display: none;
}
.about-page .about-3 .list .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-5 {
  padding: 110px 0 180px;
}
.about-page .about-5 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 45px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-5 .header span.tag {
  color: var(--color);
}
.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-5 .header .more {
  margin-bottom: 4px;
}
.about-page .about-5 .content {
  margin-top: 47px;
}
.about-page .about-5 .content ul {
  margin: 0 -20px;
}
.about-page .about-5 .content ul li {
  padding: 0 20px;
}
.about-page .about-5 .content ul li .img-box {
  display: block;
  position: relative;
}
.about-page .about-5 .content ul li video{
  width: 100%;
  max-height: 270px;
  object-fit: contain;
  display: block;
  margin: auto;
}
.about-page .about-5 .content ul li .play{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  width: 40px;
  height: 40px;
  transition: all .5s;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.about-page .about-5 .content ul li .play i{
  margin-left: 4px;
}
.about-page .about-5 .content ul li .play:hover{
  background: var(--color);
  color: #fff;
}
.about-page .about-5 .content ul li .img-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.about-page .about-5 .content ul li:hover .img-box:before {
    -webkit-animation: circle .75s;
    -moz-animation: circle .75s;
    -o-animation: circle .75s;
    animation: circle .75s;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3sease;
    transition: all .3sease;
}
.about-page .about-5 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.about-page .about-5 .content ul .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}
.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}
.about-page .about-5 .content ul .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-6{
  overflow: hidden;
}
.about-page .about-6 .contentC{
  margin-top: 60px;
}
.about-page .about-6 .contentC .container{
  margin-left: auto;
  width: 1770px;
  margin-right: 0;
}
.about-page .about-6 .contentC .container .titleC{
  width: 48%;
  position: relative;
  z-index: 2;
  top: 70px;
}
.about-page .about-6 .contentC .container .titleC .subline{
  position: absolute;
  bottom: 6px;
  right: 0;
  background: #e2e0e0;
  width: 1200px;
  height: 1px;
}
.about-page .about-6 .contentC .container .titleC li{
  cursor: pointer;
}
.about-page .about-6 .contentC .container .titleC .num{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.about-page .about-6 .contentC .container .titleC li.active .num{
  color: var(--color);
}
.about-page .about-6 .contentC .container .titleC .cir{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e2e0e0;
  margin: 10px auto 0;
}
.about-page .about-6 .contentC .container .titleC li.active .cir{
  background: var(--color);
}
.about-page .about-6 .contentC .container .content{
  position: relative;
  margin-top: -80px;
}
.about-page .about-6 .contentC .container .content .box .left{
  width: 48%;
  padding-right: 200px;
  padding-top: 200px;
}
.about-page .about-6 .contentC .container .content .box .left .title{
  /*font-weight: 600;*/
  font-size: 24px;
  line-height: 1.6;
  font-weight: 200;
}
.about-page .about-6 .contentC .container .content .box .left .des{
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}
.about-page .about-6 .contentC .container .content .box .right{
  width: 52%;
  padding-left: 40px;
}
.about-page .about-6 .contentC .container .content .box .right img{
  width: 100%;
}
@media (max-width: 1700px) {
  .about-page .about-6 .contentC .container{
    width: 1360px;
    margin: auto;
  }
}
@media (max-width: 1500px) {
  .about-page .about-6 .contentC .container{
    width: 1200px;
  }
  .about-page .about-6 .contentC .container .content .box .left{
    padding-right: 40px;
  } 
}
@media (max-width: 1250px) {
  .about-page .about-1 .bottom ul {
    margin-right: -30px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 30px;
  }
  .about-page .about-3{
    margin-top: -60px;
  }
  .about-page .about-6 .contentC .container{
    width: 970px;
  }
  .about-page .about-6 .contentC .container .titleC{
    width: 100%;
    top: 0;
  }

  .about-page .about-6 .contentC .container .titleC .subline{
    width: 100%;
  }
  .about-page .about-6 .contentC .container .content .box .left{
    width: 100%;
    padding-top: 130px;
    padding-right: 0;
  }
  .about-page .about-6 .contentC .container .content .box .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .about-page .about-1 .top .text {
    margin-top: 40px;
  }
  .about-page .about-2 {
    margin-top: 20px;
  }
  .about-page .about-2 .box {
    width: 700px;
    margin: auto;
  }
  .about-page .about-2 .box .img {
    width: 100%;
  }
  .about-page .about-2 .box::after {
    display: none;
  }
  .about-page .about-2 .box .text {
    width: 100%;
    padding: 20px 0 40px 0;
    max-width: 100%;
    color: #000;
  }
  .about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
    background-color: var(--color);
  }
  .about-page .about-3 .header {
    padding-bottom: 20px;
  }
  .about-page .about-3 .header .left {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .about-3 .content {
    margin-top: 20px;
  }
  .about-page .about-3 .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 .header .left {
    width: 100%;
  }
  .about-page .about-5 .header .right {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul .slick-dots {
    position: relative;
    bottom: 0;
    top: 0;
    margin-top: 20px;
    color: #666;
    line-height: 1.6;
  }
  .about-page .about-1 .bottom ul {
    margin: 0;
  }
  .about-page .about-1 .bottom ul li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .about-6{
    margin-top: 0;
    padding-top: 0;
  }
  .about-page .about-6 .contentC .container{
    width: 700px;
  }
}
@media (max-width: 700px) {
  .about-page .about-2 .box {
    width: 100%;
    padding: 0 16px;
  }
  .about-page .about-3 {
    margin-top: 40px;
  }
  .about-page .about-6 .contentC .container{
    width: 100%;
  }
  .flex-3>*{
    width: 50%;
  }
}
@media (max-width: 500px) {
  .flex-2>*,
  .flex-3>*{
    width: 100%;
  }
  .about-page .about-1 .top .text .con {
    margin-top: 20px;
  }
  .about-page .about-1 .bottom {
    margin-top: 40px;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 40px;
  }
  .about-page .about-1 .top .text .title{
    font-size: 24px!important;
    line-height: 1.6!important;
  }
  .about-page .about-1 .top .text .con {
    max-height: 460px;
  }
  .about-page .about-2 {
    margin-top: 40px;
  }
  .about-page .about-2 .box .text .con {
    margin-top: 20px;
  }
  .about-page .about-3 {
    margin-top: 0;
  }
  .about-page .about-5 {
    padding: 40px 0;
  }
  .about-page .about-5 .header {
    padding-bottom: 20px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .tipsTitleCont .tipsTitle2 {
    margin-top: 10px;
  }
}
.gallery-page .init-1 .container .cont{
  border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
  margin-right: 40px;
}
.gallery-page .init-1 .container .cont li:last-child{
  margin-right: 0;
}
.gallery-page .init-1 .container .cont li .box a {
  padding: 8px 20px;
  font-weight: 200;
  font-size: 20px;
  display: block;
  position: relative;
}
.gallery-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.gallery-page .init-2 {
  padding-top: 30px;
}
.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}
.gallery-page .init-2 .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.gallery-page .init-2 .container ul li {
  margin-top: 10px;
  padding: 0 5px;
}
.gallery-page .init-2 .container ul li .box video{
  display: block;
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .title{
  text-align: center;
  margin-top: 16px;
  font-weight: 200;
}
.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  transition: all 0.3sease;
}
@media (max-width: 1000px) {
  .gallery-page .init-1 {
    display: none;
  }
  .gallery-page .init-2 {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
}
.faq-page .marginBox {
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox span.txt {
  color: var(--color);
}
.faq-page .marginBox span.h2 {
  font-weight: 200;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
}
.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: 32px;
  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: 32px;
}
.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: 100%;
  /*padding-left: 3%;*/
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 25px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #242424;
  /*text-align: right;*/
  text-align: left;
  display: block;
  position: relative;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 99%;
  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: 32px;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}

@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;
  }
}
@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;
  }
}
@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;
  }
}
@keyframes round_translate1 {
    0% {
        right: 75%;
    }
    74.99% {
        opacity: 1;
    }
    75% {
        right: -25%;
        top: 100%;
        opacity: 0;
    }
    75.05% {
        right: 100%;
        opacity: 0;
    }
    75.1% {
        opacity: 1;
    }
    100% {
        right: 75%;
    }
}
@keyframes round_translate2 {
    0% {
        right: 40%;
    }
    64.99% {
        opacity: 1;
    }
    65% {
        right: -30%;
        opacity: 0;
    }
    65.05% {
        right: 100%;
        opacity: 0;
    }
    65.1% {
        opacity: 1;
    }
    100% {
        right: 40%;
    }
}
@keyframes round_translate3 {
    0% {
        right: 0;
    }
    9.99% {
        opacity: 1;
    }
    10% {
        right: -25%;
        opacity: 0;
    }
    10.05% {
        right: 100%;
        opacity: 0;
    }
    10.1% {
        opacity: 1;
    }
    100% {
        right: 0;
    }
}
.inner-banner {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.inner-banner::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 200%;
    background-color: #002bbb7d;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-animation: round_translate2 12s linear infinite;
    -moz-animation: round_translate2 12s linear infinite;
    animation: round_translate2 12s linear infinite;
    z-index: 10;
}
.inner-banner .inner-content {
    width: 100%;
    height: 100%;
    /*background: #01207b;*/
        background-image: url(/template/en/images/why-bg.jpg);
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-attachment: fixed;
}
.inner-banner .inner-content::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 100%;
    height: 200%;
    background-color: #002bbb7d;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate1 12s linear infinite;
    -moz-animation: round_translate1 12s linear infinite;
    animation: round_translate1 12s linear infinite;
}
.inner-banner .inner-content::after {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 200%;
    background-color: #002bbb7d;
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate3 12s linear infinite;
    -moz-animation: round_translate3 12s linear infinite;
    animation: round_translate3 12s linear infinite;
}
.inner-banner .mbx {
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
}
.inner-banner .mbx h2 {
    font-size: 44px;
    line-height: 1;
    font-weight: 200;
    /*font-style:italic;*/
    text-transform:uppercase;
    margin-bottom: 10px;
}
.inner-banner .mbx p {
    font-size: 16px;
    line-height: 32px;
}
@media (max-width: 1250px) {
    .inner-banner {
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .inner-banner {
        width: 100%;
    }
    .inner-banner .mbx h2 {
        font-size: 24px;
        padding: 0 15px;
        line-height: 38px;
    }
    .inner-banner .mbx p {
        padding: 0 15px;
    }
}
.product-page .sideBarBox .slideRight {
  /*background-color: #f7f7f7;*/
      border-radius: 20px;
}
.product-page .product-1 .sideBarBox .slideRight .text {
  max-height: 200px;
  overflow: auto;
  padding-right: 20px;
}
.product-page .sideBarBox .slideRight h1 {
  line-height: 1.8;
  font-weight: 200;
}
.product-page .sideBarBox .slideRight .img {
  border: 1px solid #eee;
  /*border-radius: 10px;*/
  /*background-color: #f5f5f5;*/
}
.product-page .sideBarBox .slideRight .img .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 30px;
  opacity: 0;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sideBarBox .slideRight .img .link a {
  display: block;
  width: 100%;
  text-align: center;
  padding: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: var(--color);
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
}
.product-page .sideBarBox .slideRight .img .link a:hover {
  background-color: var(--color1);
  color: #fff;
}
.product-page .sideBarBox .slideRight .img:hover .link {
  opacity: 1;
}
.inner-page .sideBarBox .slideLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
.inner-page .sideBarBox .slideLeft .menus {
    margin-bottom: 50px;
}
.inner-page .sideBarBox .slideLeft .menus>li {
    border-radius: 5px;
    border-top: none;
    margin-bottom: 10px;
}
.inner-page .sideBarBox .slideLeft .menus>li:last-child {
    margin-bottom: 0;
}
.inner-page .sideBarBox .slideLeft .menus>li.active .menu-a span,
.inner-page .sideBarBox .slideLeft .menus>li:hover .menu-a span {
    right: 0;
}
.inner-page .sideBarBox .slideLeft .menus>li.active .menu-a a,
.inner-page .sideBarBox .slideLeft .menus>li:hover .menu-a a,
.inner-page .sideBarBox .slideLeft .menus>li.active .menu-a i,
.inner-page .sideBarBox .slideLeft .menus>li:hover .menu-a i {
    font-weight:bold;
   font-style:italic;
}
.inner-page .sideBarBox .slideLeft .menus>li.active .menu-a i {
    transform:translateY(-50%) rotate(-90deg);
}
.inner-page .sideBarBox .slideLeft .menus>li .menu-a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 27px;
    font-size: 18px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    z-index: 5;
}
.inner-page .sideBarBox .slideLeft .menus>li .menu-a span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: -webkit-calc(100% - 8px);
    right: -moz-calc(100% - 8px);
    right: calc(100% - 8px);
    top: 0;
    background-image: linear-gradient(90deg,var(--color) 0%, var(--color) 100%), linear-gradient(#3e3e3c, #3e3e3c);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}
.inner-page .sideBarBox .slideLeft .menus>li .menu-a i {
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.inner-page .sideBarBox .slideLeft .menus>li .sub-menu {
    padding: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    margin-top: -3px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
}
.inner-page .sideBarBox .slideLeft .menus>li .sub-menu li {
    padding: 5px 30px;
}
.inner-page .sideBarBox .slideLeft .menus>li .sub-menu li a {
    font-size: 18px;
    transition: all 0.5s;
}
.inner-page .sideBarBox .slideLeft .menus>li .sub-menu li a:hover {
    color: #fff;
}
.inner-page .sideBarBox .slideLeft .menus>li .sub-menu li.active a {
    color: #fff;
}
.inner-page .sideBarBox .slideLeft .menus>li:hover,
.inner-page .sideBarBox .slideLeft .menus>li.active{
  color: #fff;
}
.inner-page .sideBarBox .slideLeft .nav {
  background-color: #000000;
  color: white;
  border-radius: 20px;
}
.inner-page .sideBarBox .slideLeft .nav span.h6 {
  background-color: var(--color);
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
   border-radius: 20px;
}
.inner-page .sideBarBox .slideLeft .nav .links {
  font-weight: 300;
}
.inner-page .sideBarBox .slideLeft .nav .links ul li {
  margin-bottom: .7em;
  line-height: 1.8;
  position: relative;
}
.inner-page .sideBarBox .slideLeft .nav .links > ul > li > a{
  display: block;
  padding-right: 20px;
} 
.inner-page .sideBarBox .slideLeft .nav .links > ul > li i{
  position: absolute;
  top: 2px;
  cursor: pointer;
  right: 0;
  transition: all .5s;
  transform: rotate(-90deg);
  transform-origin: center center;
}
.inner-page .sideBarBox .slideLeft .nav .links > ul > li i.active{
  transform: rotate(0);
}
.inner-page .sideBarBox .slideLeft .nav .links ul li ul {
  font-size: .8em;
  margin-top: .8em;
  padding-left: 1em;
  display: none;
}
.inner-page .sideBarBox .slideLeft .nav .links > ul > li.active ul{
  display: block;
}
.inner-page .sideBarBox .slideLeft .nav .links ul li a:hover,
.inner-page .sideBarBox .slideLeft .nav .links ul li a.active {
  text-decoration: underline;
}
.prodet-page .prodet-1{
  width: 100%;
}
.prodet-page .prodet-1 .box {
  padding-left: 0;
  padding-right: 0;
  background-color: #f0f0f0;
  width: 100%;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .box .left {
  position: sticky;
  top: 80px;
}
.prodet-page .prodet-1 .box .left li {
  display: block !important;
  width: auto !important;
}
.prodet-page .prodet-1 .box .left li .imgTitle{
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.prodet-page .prodet-1 .box .left img {
  width: 100%;
}
.prodet-page .prodet-1 .box .left .small {
  position: relative;
  width: 19%;
}
.prodet-page .prodet-1 .box .left .big{
  width: 79%;
}
.prodet-page .prodet-1 .box .left .small .slick-track{
  display: block;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -4px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 3px 4px;
}
.prodet-page .prodet-1 .box .left .small ul .slick-slide {
  height: auto;
}
.prodet-page .prodet-1 .box .right .title {
  line-height: 1.4;
}
.prodet-page .prodet-1 .box .right .download li{
  width: auto;
  max-width: 100px;
}
.prodet-page .prodet-1 .box .right .link a {
  padding: 0.7em 3em;
  font-weight: 400;
    color: #fff;
    background-color: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .box .right .link a:before{
  background: #fff;
}
.prodet-page .prodet-1 .box .right .link a:hover {
  color: var(--color);
  background-color: #d42633;
}
.prodet-page .prodet-1 .box .right .icon img {
  max-height: 50px;
  width: auto;
}
.prodet-page .prodet-1 .box .right .det{
  white-space: nowrap;
}
.prodet-page .prodet-1 .box .right .det .slide {
  border-bottom: 1px solid #000000;
}
.prodet-page .prodet-1 .box .right .det .slide span.name {
  cursor: pointer;
  font-weight: 200;
}
.prodet-page .prodet-1 .box .right .det .slide span.name i {
  margin-left: 1em;
}
.prodet-page .prodet-1 .box .right .det .slide span.name.active i {
  transform: rotate(45deg);
}
.prodet-page .prodet-1 .box .right .share {
  line-height: 1;
}
.prodet-page .prodet-2 .box .h2{
  font-weight: 200;
}
.prodet-page .prodet-2 .box .img {
  border: 1px solid #eee;
}
.prodet-page .prodet-2 .box .img .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  border-top: 1px solid #000000;
  line-height: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #000000;
}
.prodet-page .prodet-2 .box .img .link a {
  width: 100%;
  text-align: center;
  padding: .5em;
  border-right: 1px solid #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .box .img .link a:hover {
  background-color: var(--color);
}
.prodet-page .prodet-2 .box .img:hover .link {
  opacity: 1;
}
.proListContShadow{
  position: fixed;
  top: 0;
  display: none;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 29;
}
.proListCont > p{
  font-size: 0;
  display: none;
}
.proListCont .proListContList{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  opacity: 0;
  transition: all .5s;
  pointer-events: none;
}
.proListCont .proListContList.active{
  pointer-events: all;
  opacity: 1;
}
.proListCont .proListContList .close{
  position: absolute;
  cursor: pointer;
  transition: all .5s;
  top: -10px;
  right: 10px;
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 30px;
  z-index: 2;
}
.proListCont .proListContList .close:hover{
  background: var(--color);
}
.proListCont .proListContList .prodet-page .prodet-1 .box .left{
  top: 0;
  padding: 40px 20px;
  position: sticky;
}
.proListCont .proListContList .prodet-page .prodet-1 .box .right{
  padding: 40px 20px;
}
.proListCont .proListContList .prodet-page{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.prodet-page .prodet-1{
  max-height: 100%;
}
.prodet-page .prodet-1 .container{
  max-height: 80vh;
}
.prodet-page .prodet-1 .box{
  max-height: 76vh;
  overflow-y: auto;
}
.m-page {
  margin-top: 60px;
  text-align: center;
  width: 100%;
}
.m-page a,
.m-page span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 2px;
  line-height: 40px;
      border-radius: 50%;
}
.m-page a::before,
.m-page span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a.current,
.m-page span.current {
  background-color: var(--color1);
  color: #fff;
  border-radius: 50%;
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a:hover {
  background-color: var(--color1);
  color: #fff;
}
.m-page a:hover::before {
  opacity: 0;
}
.m-link a {
  display: block;
  color: #767676;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-link a:hover {
  color: var(--color1);
}
@media screen and (max-width: 1000px) {
  .product-page .sideBarBox .slideRight h1{
    font-size: 24px;
    line-height: 40px;
  }
  .product-page .product-1 .sideBarBox .slideRight .text p{
    display: none;
  }
  .inner-page .sideBarBox .slideLeft {
    display: none;
  }
  .inner-page .sideBarBox .slideRight {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .left {
    position: relative;
    top: 0;
  }
  .proListCont .proListContList .prodet-page .prodet-1 .box .left{
    width: 100%;
    position: relative;
  }
  .proListCont .proListContList .prodet-page .prodet-1 .box .right{
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .box .right .share {
    font-size: 16px;
    gap: 1em;
  }
  .prodet-page .prodet-1 .box .left .small ul li {
    padding: 1px;
  }
  .prodet-page .prodet-1 .box .left .small ul {
    margin: -1px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .box .right .link a {
    padding: .5em 1.5em;
  }
  .m-page {
    margin-top: 40px;
  }
}
.seoCustom span.h2 {
  font-weight: 200;
}
.seoCustom .soe-1 .box {
  /*padding-left: 5%;*/
  color: #fff;
  padding-right: 5%;
  background-color: var(--color);
}
.seoCustom .soe-1 .box .right .text{
  max-height: 320px;
  padding-right: 4px;
  overflow-y: auto;
}
.seoCustom .soe-1 .box .right .more::before{
  background: #fff;
}
.seoCustom .soe-1 .box .moreCont .moreCir1{
  background: #d16870;
}
.seoCustom .soe-1 .box .moreCont .moreCir2{
  background: #fff;
}
.seoCustom .soe-1 .box .img {
  height: 530px;
      border-radius: 20px;
}
.seoCustom .soe-1 .box .img .play {
  color: #000000;
}
.seoCustom .soe-3 .box {
  background-color: #f7f7f7;
  padding-left: 5%;
  padding-right: 5%;
}
.seoCustom .soe-3 .box .boxC{
  padding-right: 8px;
  overflow-y: auto;
  max-height: 400px;
}
.seoCustom .soe-3 .box ul li {
  border-bottom: 1px solid #898989;
  line-height: 1.8;
}
.seoCustom .soe-3 .box ul li .content {
  margin-right: auto;
  width: calc(100% - 170px);
}
.seoCustom .soe-3 .box ul li .content time {
  font-weight: 600;
  line-height: 30px;
}
.seoCustom .soe-3 .box ul li a.link {
  font-weight: 200;
  padding: .8em 2em;
  width: 150px;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  white-space: nowrap;
}
.seoCustom .soe-3 .box ul li a.link:hover {
  background-color: var(--color);
}
.seoCustom .soe-3 .box ul li:last-child {
  border-bottom: none;
}
.Auxil-industry .text{
  padding-right: 10px;
}
@media screen and (max-width: 1450px) {
  .seoCustom .soe-1 .box .img {
    height: 500px;
  }
}
@media screen and (max-width: 1250px) {
  .seoCustom .soe-3 .box ul li .content{
    width: 100%;
    margin: 10px 0;
  }
  #cp-Nav .nav div.title{
    line-height: 1.8;
  }
  #cp-Nav .nav ul li a{
      font-size: 16px;
  line-height: 30px;
  }
  #innerMobileBanner .banner2 .mbx .cont{
    line-height: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .seoCustom .soe-1 .box .img {
    height: 300px;
  }
}

@media screen and (max-width: 700px) {
  .seoCustom .soe-1 .box .img {
    height: 240px;
  }
  .seoCustom .soe-3 .box ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .seoCustom .soe-3 .box ul li .content {
    margin: 10px 0;
  }
}
.news-page {
  padding: 110px 0;
}
.news-page .list ul {
  margin: -25px -20px;
}
.news-page .list ul li {
  padding: 25px 20px;
}
.news-page .list ul li a.img-box {
  display: block;
  border-radius: 5px;
}
.news-page .list ul li a.img-box time {
  font-size: 14px;
  line-height: 2;
  position: absolute;
  left: .5em;
  bottom: 1em;
  color: black;
}
.news-page .list ul li .tag .tag span {
    padding: 0 16px 0 15px;
}
.newdet-page .list ul li .tag .tag{
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}
.news-page .list ul li .tag span,
.news-page .list ul li .tag time{
  display: inline-block;
  font-size: 14px;
  background: var(--color);
  height: 28px;
  line-height: 28px;
  color: #fff;
      padding: 0 12px 0 11px;
}
.news-page .list ul li .tag time{
  padding: 0 12px 0 11px;
  background: var(--color1);
}
.news-page .list ul li .content {
  padding: 0 5px;
}
.news-page .list ul li .content span.h6 {
  font-size: 20px;
  line-height: 1.8;
  margin: 0.8em 0;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: bold;
  min-height: 2em;
}
.news-page .list ul li .content span.h6:hover {
  color: var(--color);
}
.news-page .list ul li .content .text {
  font-size: 16px;
  line-height: 30px;
  color: #979797;
}
.inner-page .sideBarBox2 .sideBarLeft {
  width: 27%;
  padding-left: 3%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  border-left: 1px solid #f0f0f0;
}
.inner-page .sideBarBox2 .sideBarLeft form {
  font-size: 16px;
  padding: 5px 0;
  border-radius: .25em;
  background-color: #f2f1ec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.inner-page .sideBarBox2 .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.5em;
}
.inner-page .sideBarBox2 .sideBarLeft form button {
  width: 4.375em;
  background-color: transparent;
  border: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox2 .sideBarLeft form button i {
  font-size: 1.6em;
}
.inner-page .sideBarBox2 .sideBarLeft form button:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox2 .sideBarLeft .box {
  margin-top: 45px;
}
.inner-page .sideBarBox2 .sideBarLeft .box span.h2 {
  font-size: 24px;
  margin-bottom: 1em;
  display: inline-block;
  font-weight: 200;
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav {
  font-size: 18px;
  line-height: 32px;
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li {
  padding: .6em 0;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li i {
  opacity: .8;
  font-size: .8em;
  position: absolute;
  top: .9em;
  left: 0;
  width: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li i.active {
  top: 1.1em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li a em {
  padding: 0 .5em;
  border-radius: .25em;
  background-color: #eeede7;
  margin-left: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li a:hover,
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li a.active {
  color: var(--color);
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li a:hover em,
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li a.active em {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li:hover i,
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li.active i {
  color: var(--color);
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li ul {
  padding-left: 2.5em;
  font-size: 0.88888889em;
  margin-top: 1em;
  display: none;
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li ul li {
  border-bottom: none;
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li ul li a {
  padding-left: 0;
}
.inner-page .sideBarBox2 .sideBarLeft .box .nav ul li.active ul {
  display: block;
}
.inner-page .sideBarBox2 .sideBarLeft .box .newsList ul li {
  margin-bottom: 15px;
  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-page .sideBarBox2 .sideBarLeft .box .newsList ul li .img-box {
  width: 30%;
  border-radius: 3px;
}
.inner-page .sideBarBox2 .sideBarLeft .box .newsList ul li .content {
  overflow-y: scroll;
  max-height: 70px;
}
.inner-page .sideBarBox2 .sideBarLeft .box .newsList ul li .content span.h6 {
  font-size: 18px;
  line-height: 1.8;
}
.inner-page .sideBarBox2 .sideBarLeft .box .newsList ul li .content time {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: #9a9a9a;
  margin-top: .4em;
}
.inner-page .sideBarBox2 .sideBarLeft .box .newsList ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBarBox2 .sideBarRight {
  width: 73%;
  padding-right: 3%;
}
.inner-page .sideBarBox2 .sideBarRight h1 {
  font-weight: 200;
}
.inner-page .sideBarBox2 .sideBarRight .productList li {
  padding: 10px 15px;
}
.inner-page .sideBarBox2 .sideBarRight .productList ul {
  margin: 0 -15px;
}
.inner-page .sideBarBox2 .sideBarRight .right .text p {
  font-size: 16px;
}
.inner-page .sideBarBox2 .sideBarRight .right .text .neirong {
  -webkit-line-clamp: 10;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.inner-page.product-page .sideBarBox2 .sideBarLeft .box .nav ul li:nth-child(2) ul {
  display: none;
}
.newdet-page .sideBarBox2 .sideBarRight .text p img.wscnph {
  padding: 15px;
  border-radius: 20px;
}
.inner-page.newdet-page .sideBarRight .category .time span {
  padding-right: 25px;
  color: var(--color);
  font-weight: bold;
}
.inner-page.newdet-page .sideBarRight .category .time {
  font-size: 16px;
  line-height: 30px;
}
.newdet-page .sideBarBox2 .sideBarRight .text p img.wscnph1 {
  padding: 20px 0;
}
@media screen and (max-width: 1700px) {
  .news-page {
    padding: 80px 0;
  }
  .news-page .list ul li .content span.h6 {
    font-size: 18px;
  }
  .inner-page .sideBarBox2 .sideBarLeft .box .nav,
  .inner-page .sideBarBox2 .sideBarLeft .box .newsList ul li .content span.h6 {
    font-size: 16px;
  }
  .inner-page .sideBarBox2 .sideBarLeft form {
    font-size: 14px;
    height: 4em;
  }
  .inner-page .sideBarBox2 .sideBarLeft .box span.h2 {
    font-size: 20px;
  }
  .newdet-page .sideBarBox2 .sideBarRight .m-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1250px) {
  .news-page {
    padding: 60px 0;
  }
  .news-page .list ul li .content span.h6 {
    font-size: 16px;
  }
  .news-page .list ul li {
    padding: 15px;
  }
  .news-page .list ul {
    margin: -15px;
  }
  .inner-page .sideBarBox2 .sideBarLeft .box .nav,
  .inner-page .sideBarBox2 .sideBarLeft .box .newsList ul li .content span.h6 {
    font-size: 14px;
    line-height: 28px;
  }
  .inner-page .sideBarBox2 .sideBarLeft .box span.h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .list ul li {
    width: 50% !important;
  }
  .inner-page .sideBarBox2 .sideBarLeft {
    display: none;
  }
  .inner-page .sideBarBox2 .sideBarRight {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sideBarBox2 .sideBarLeft .box span.h2 {
    font-size: 16px;
  }
  .newdet-page {
    padding: 30px 0;
  }
}

@media screen and (max-width: 700px) {
  .news-page {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .news-page .list ul li .content span.h6 {
    font-size: 20px;
    line-height: 36px;
  }
  .news-page .list ul li {
    width: 100% !important;
  }
}
.contact-page {
  padding-top: 40px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}
.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 25px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, .5);
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #83827f;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .right {
  padding-left: 7.65%;
}
.contact-page .contact-1 .right .title {
  line-height: 1.2;
}
.contact-page .contact-1 .right p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #83827f;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  color: var(--color);
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  font-size: 18px;
  font-weight: 500;
  padding-left: 10px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
@media (max-width: 1250px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}
@media (max-width: 1000px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 6px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}
.solution-page .init-5 {
  background-color: #eeeeee;
}
.solution-page .init-5 .container .tipsTitleCont {
  max-width: 800px;
}
.solution-page .init-5 .container .content {
  margin-top: 30px;
}
.solution-page .init-5 .container .content .swiper ul {
  flex-wrap: wrap;
}
.solution-page .init-5 .container .content ul li {
  height: auto;
  margin-top: 10px;
  padding: 0 10px;
}
.solution-page .init-5 .container .content ul li .box {
  height: 100%;
  background-color: #fff;
  padding: 30px 15px 40px 45px;
  border-radius: 10px;
}
.solution-page .init-5 .container .content ul li .box .img {
  display: block;
}
.solution-page .init-5 .container .content ul li .box .img img {
  display: block;
  margin: auto;
  max-width: 300px;
}
.solution-page .init-5 .container .content ul li .box .title {
  margin-top: 20px;
  display: block;
  font-weight: 400;
  font-weight: 200;
}
.solution-page .init-5 .container .content ul li .box .title:hover {
  color: var(--color);
}
.solution-page .init-5 .container .content ul li .box .des {
  margin-top: 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
  /*border-bottom: 1px solid #d2d2d2;*/
}
.solution-page .init-5 .container .content ul li .box .more {
  margin-top: 20px;
}
.solution-page .init-5 .container .content .sPage {
  margin-top: 60px;
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet {
  margin: 3px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(191, 0, 0, 0);
  opacity: 1;
  background-color: #f6f6f6;
  -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;
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet::before {
  content: '';
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet-active {
  border: 1px solid var(--color);
}
.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet-active::before {
  background-color: var(--color);
}
@media (max-width: 1450px) {
  .solution-page .init-5 .container .content ul li {
    width: 25%;
  }
}
@media (max-width: 1000px) {
  .solution-page .init-5 .container .content ul li {
    width: 33.33%;
  }
}
@media (max-width: 700px) {
  .solution-page .init-5 .container .content ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .solution-page .init-5 .container .content {
    margin-top: 20px;
  }
  .solution-page .init-5 .container .content ul li {
    width: 100%;
    padding: 0;
  }
  .solution-page .init-5 .container .content ul li .box {
    padding: 20px 16px;
  }
  .solution-page .init-5 .container .content .sPage {
    margin-top: 20px;
  }
}
.service-page span.h2 {
  font-size: 60px;
  display: inline-block;
  font-weight: 200;
  line-height: 1.2;
}
.service-page .service-2 {
  padding-bottom: 100px;
  position: relative;
}

.service-page .service-2:before {
  content: '';
  width: 100%;
  height: 76%;
  position: absolute;
  bottom: 0;
  right: 0;
  /*background-image: url('../images/service-2-bg.jpg');*/
  background-repeat: no-repeat;
  background-size: 27.3%;
  background-position: right bottom;
  background-color: #f7f7f7;
}

.service-page .service-2 .box .left {
  padding-right: 8%;
  vertical-align: bottom;
}

.service-page .service-2 .box .left .img {
  position: relative;
  display: block;
}

.service-page .service-2 .box .left .img>img {
  display: block;
  margin-left: auto;
  mix-blend-mode: darken;
  width: 100%;
}

.service-page .service-2 .box .left .img .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: white;
}

.service-page .service-2 .box .left .img .tag div {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 150px;
  background-color: rgba(150, 150, 150, 0.74);
  padding: 0 5%;
}

.service-page .service-2 .box .left .img .tag div span.h6 {
  font-size: 26px;
  font-weight: 200;
  line-height: 1.2;
}

.service-page .service-2 .box .left .img .tag div.first {
  background-color: rgba(0, 0, 0, 0.7);
}

.service-page .service-2 .box .left .img .tag div.first i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.service-page .service-2 .box .left .img .tag div.first span.h6 {
  margin-left: .5em;
  font-weight: 200;
  color: var(--color1);
}

.service-page .service-2 .box .left .img .tag div.last {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-page .service-2 .box .left .img .tag div.last p {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid white;
  line-height: 1;
  margin: .5em 0;
}

.service-page .service-2 .box .left .img .tag div.last em {
  font-size: 26px;
  width: 100%;
  display: block;
  line-height: .7;
  text-align: center;
}

.service-page .service-2 .box .right {
  vertical-align: bottom;
  padding-right: 2%;
}

.service-page .service-2 .box .right .list {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 2em;
}

.service-page .service-2 .box .right .list li {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.service-page .service-2 .box .right .list li:before {
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  background-color: var(--color);
  margin-right: .8em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .6em;
}

.service-page .service-2 .box .right .list li:last-child {
  margin-bottom: 0;
}

.service-page .service-3 {
  padding: 120px 0 150px;
}

.service-page .service-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-page .service-3 .top span.h2 {
  margin-bottom: 0;
}

.service-page .service-3 .top .text {
  max-width: 55%;
}

.service-page .service-3 .list {
  margin-top: 70px;
}

.service-page .service-3 .list ul {
  margin: -20px;
}

.service-page .service-3 .list ul li {
  padding: 20px;
}

.service-page .service-3 .list ul li .box {
  padding: 40px;
  background-color: #2d2c28;
  color: white;
  height: 100%;
}

.service-page .service-3 .list ul li .box i {
  height: 89px;
  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;
}

.service-page .service-3 .list ul li .box i img {
  max-height: 100%;
}

.service-page .service-3 .list ul li .box span.h6 {
  font-size: 26px;
  font-weight: bold;
  margin: .8em 0;
  display: block;
  line-height: 1.2;
}


.service-page .service-4 {
  background-color: #f6f6f6;
  padding: 100px 0 110px;
}

.service-page .service-4 .inner .left h3 {
  font-weight: 200;
}

.service-page .service-4 .container ul {
  margin-top: 45px;
}

.service-page .service-4 .container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.service-page .service-4 .container ul li:nth-child(even) {
  background-color: #fbfbfb;
}

.service-page .service-4 .container ul li:first-child span {
  background-color: var(--color);
  color: #fff;
  text-transform: uppercase;
  font-weight: 200;
  height: 60px;
  line-height: 60px;
}

.service-page .service-4 .container ul li span {
  display: block;
  width: 50%;
}

.service-page .service-4 .container ul li span:last-child {
  text-align: center;
}

.service-page .service-4 .container ul li span:nth-child(n + 2) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 1700px) {
  .service-page span.h2 {
    font-size: 48px;
  }
  .service-page .service-3 {
    padding: 90px 0;
  }
  .service-page .service-3 .list ul li .box i {
    height: 70px;
  }
  .service-page .service-3 .list ul li .box span.h6 {
    font-size: 20px;
    line-height: 1.8;
  }
  .service-page .service-2 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1450px) {
  .service-page span.h2 {
    font-size: 36px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 280px;
  }
  .service-page .service-2 .box .right .list {
    font-size: 16px;
  }
  .service-page .service-2 .box .left .img .tag div span.h6,
  .service-page .service-2 .box .left .img .tag div.last em {
    font-size: 20px;
  }
  .service-page .service-2 .box .left .img .tag div.last p {
    font-size: 16px;
  }
  .service-page .service-2 .box .left .img .tag div.first i {
    width: 60px;
  }
}
@media screen and (max-width: 1250px) {
  .service-page span.h2 {
    font-size: 28px;
  }
  .service-page .service-2 .box .right .list,
  .service-page .service-2 .box .left .img .tag div.last p {
    font-size: 14px;
    line-height: 2;
  }
  .service-page .service-2 .box .left .img .tag div span.h6,
  .service-page .service-2 .box .left .img .tag div.last em {
    font-size: 18px;
    line-height: 1.8;
  }
  .service-page .service-2 .box .left .img .tag div.last p {
    text-align: center;
  }
  .service-page .service-2 .box .left {
    padding-right: 4%;
  }
  .service-page .service-3 .list {
    margin-top: 40px;
  }
  .service-page .service-3 .list ul li .box {
    padding: 25px;
  }
  .service-page .service-3 .list ul li .box i {
    height: 50px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  .service-page span.h2 {
    font-size: 24px;
  }
  .service-page .service-2 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-2 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service-page .service-3 .top {
    display: block;
  }
  .service-page .service-3 .top .text {
    max-width: none;
    margin-top: 1em;
  }
  .service-page .service-3 .list ul li {
    padding: 10px;
    width: 100%;
  }
  .service-page .service-3 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-2 .box .left .img .tag {
    display: block;
  }
  .service-page .service-2 .box .left .img .tag div {
    width: 100%;
    height: 100px;
  }
  .service-page .service-2 .box .left .img .tag div.last {
    text-align: center;
  }
  .service-page .service-2 .box .left .img .tag div span.h6 {
    width: 100%;
  }
  .service-page .service-2 {
    padding-bottom: 20px;
  }
  .service-page .service-4 {
    padding: 40px 0;
  }
  .service-page .service-4 .content {
    overflow-x: auto;
    padding: 8px 0;
    width: 100%;
  }
  .service-page .service-4 .container ul {
    margin-top: 10px;
  }
  .service-page .service-4 .content::-webkit-scrollbar {
    height: 5px;
  }
  .service-page .service-4 .content ul {
    width: 500px;
  }
  .service-page .service-4 .content ul li {
    min-width: 250px;
  }
}
.applicaation-page ul li {
  background-color: #f5f5f5;
  border-radius: 10px;
}
.applicaation-page ul li .left {
  position: relative;
  width: 50%;
  vertical-align: middle;
  max-height: 495px;
  overflow: hidden;
  border-radius: 10px;
}
.applicaation-page ul li .left img {
  width: 100%;
}
.applicaation-page ul li .right {
  position: relative;
  width: 50%;
  vertical-align: middle;
  padding: 60px 55px 20px 105px;
}
.applicaation-page ul li .right .title {
  position: relative;
  padding-right: 90px;
}
.applicaation-page ul li .right .title .more7 {
  position: absolute;
  right: 0;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  top: -7px;
  font-weight: 400;
  transition: all 0.5s;
}
.applicaation-page ul li .right .title .more7:hover {
  transform: scale(1.1);
}
.applicaation-page ul li .right .title .more7::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px dashed #dbdbdb;
  border-radius: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
  animation: xz 5s linear infinite;
}
@keyframes xz {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.applicaation-page ul li .right .title .more7 em {
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 100%;
  background: #dbdbdb;
  transition: all 0.5s;
}
.applicaation-page ul li .right .des {
  margin-top: 30px;
  font-weight: 400;
}
.applicaation-page ul li:nth-child(2n) .left {
  left: 50%;
}
.applicaation-page ul li:nth-child(2n) .right {
  left: -50%;
}
.applicaation-page ul li:hover {
  background-color: var(--color);
  color: #fff;
}
.applicaation-page ul li:hover .title .more7::before {
  border: 2px dashed #fff;
}
.applicaation-page ul li:hover .title .more7 em {
  background: #fff;
  color: #000;
}
@media (max-width: 1000px) {
  .applicaation-page ul li {
    margin-top: 10px;
  }
  .applicaation-page ul li .left {
    width: 100%;
  }
  .applicaation-page ul li .right {
    width: 100%;
    padding: 10px;
  }
  .applicaation-page ul li:nth-child(2n) .left {
    left: 0;
  }
  .applicaation-page ul li:nth-child(2n) .right {
    left: 0;
  }
}
@media (max-width: 500px) {
  .applicaation-page ul li .right .des {
    margin-top: 16px;
  }
  .applicaation-page ul li .right .title .more7 {
    width: 50px;
    height: 50px;
  }
  .applicaation-page ul li .right .title {
    padding-right: 60px;
  }
  .applicaation-page ul li .right .title .more7 em {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.industries-page1 .init-2 .container .img {
  width: 39.5%;
  text-align: center;
  max-height: 380px;
  overflow: hidden;
  border-radius: 10px;
}
.industries-page1 .init-2 .container .img img {
  border-radius: 10px;
}
.industries-page1 .init-2 .container .right {
  width: 60.5%;
  padding-left: 72px;
}
.industries-page1 .init-2 .container .right .title {
  color: var(--color);
}
.industries-page1 .init-2 .container .right .des {
  margin-top: 18px;
  color: #666666;
  line-height: 1.5;
  /*text-indent: 36px;*/
}
.industries-page1 .init-2 .container .right .listC {
  overflow: hidden;
  margin-top: 52px;
}
.industries-page1 .init-2 .container .right .listC ul li .box {
  padding-bottom: 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;
  color: #666666;
}
.industries-page1 .init-2 .container .right .listC ul li .box .icon {
  margin-right: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  .industries-page1 .init-2 {
    padding-top: 40px;
  }
  .industries-page1 .init-2 .container .img {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
  }
  .industries-page1 .init-2 .container .right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .industries-page1 .init-2 .container .right .des {
    margin-top: 10px;
    /*text-indent: 32px;*/
  }
  .industries-page1 .init-2 .container .right .listC {
    margin-top: 20px;
  }
  .industries-page1 .init-2 .container .right .listC ul li .box {
    padding: 10px 5px;
  }
}
.industries-page1 .industries-page1-wrap1 {
  position: relative;
  padding-bottom: 115px;
}
.industries-page1 .industries-page1-wrap1 .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.industries-page1 .industries-page1-wrap1 .content .text-box {
  margin-left: auto;
  background-color: var(--color);
  border-radius: 30px 0px 0px 30px;
  color: #fff;
  position: relative;
  max-width: 990px;
  z-index: 1;
}
.industries-page1 .industries-page1-wrap1 .content .text-box::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  -webkit-transform: translateX(90%);
  -moz-transform: translateX(90%);
  -ms-transform: translateX(90%);
  transform: translateX(90%);
  z-index: -1;
}
.industries-page1 .industries-page1-wrap1 .content .text-box .intro {
  font-weight: 300;
}
.industries-page1 .relatedProduct .content .swiper1 .swiper-slide1 .box {
  background-color: #efefef;
}
.industries-page1 .relatedProduct .content .swiper1 .swiper-slide1 .box:hover {
  background-color: #e6effe;
}
@media screen and (max-width: 700px) {
  .industries-page1 .init-2 .container .right .listC {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .industries-page1 .init-2 {
    padding-top: 0;
  }
  .industries-page1 .industries-page1-wrap1 .content {
    position: unset;
  }
  .industries-page1 .industries-page1-wrap1 {
    padding-bottom: 0px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}

.seoCustom .soe-1 .box {
    color: #000;
    padding-right: 5%;
    background-color: #f5f5f5;
    border-radius: 20px;
    }

.seoCustom .soe-1 .box .right .text {
    max-height: 250px;
    }

    .seoCustom .soe-3 .box {
    background-color: #f7f7f7;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 20px;
    }

    .pro-single-page{
    margin-top: 40px;
}
.product-page .init-1 {
    padding: 40px;
    background-color: #fafafa;
    border-radius: 20px;
}
.product-page .init-1 .tip_title {
    font-size: 36px;
    
    text-transform: uppercase;
}
.product-page .init-1 .des {
    margin-top: 10px;
    font-size: 18px;
    color: #000000;
    font-weight:400;
    line-height: 2;
    max-height: 210px;
    overflow-y: scroll;
}
.product-page .init-2 {
    margin-top: 100px;
}
.product-page .init-2 .container .list_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-page .init-2 .container .list_cont .list {
    width: 50%;
    padding: 0 15px;
    height: 430px;
    position: relative;
    margin-top: 30px;
}
.product-page .init-2 .container .list_cont .list .box {
    padding: 10px;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.product-page .init-2 .container .list_cont .list .box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.product-page .init-2 .container .list_cont .list .box .img_2 {
    width: 40px;
    height: 40px;
    left: inherit;
    right: 20px;
    top: 20px;
}
.product-page .init-2 .container .list_cont .list .box div {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight:bold;
}
.product-page .init-2 .container .list_cont .list:hover .box .img_1 {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.product-page .init-2 .container .list_cont.box_cont .list {
    width: 33.33%;
    height: 370px;
}
.product-page .init-2 .container .list_cont.labels_cont .list {
    width: 33.333%;
}
.product-page .init-2 .container .list_cont.heat_cont .list {
    width: 50%;
}
.product-page .init-2 .container .list_cont.paper_cont .list {
    width: 50%;
}
.product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 33.333%;
}
.product-page .init-2 .container .list_cont.variable_cont .list {
    width: 100%;
}
.product-page .init-2 .container .list_cont.baozhuang2_cont .list {
    width: 50%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list {
    width: 33.33%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list:nth-child(4) {
    width: 100%;
}
.product-page .init-2 .container .bag_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-page .init-2 .container .bag_cont .list {
    width: 50%;
    padding: 0 15px;
    height: 430px;
    position: relative;
    margin-top: 30px;
}
.product-page .init-2 .container .bag_cont .list .box {
    padding: 10px;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.product-page .init-2 .container .bag_cont .list .box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.product-page .init-2 .container .bag_cont .list .box .img_2 {
    width: 40px;
    height: 40px;
    left: inherit;
    right: 20px;
    top: 20px;
}
.product-page .init-2 .container .bag_cont .list .box div {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 10px 15px;
    padding-bottom: 4px;
    font-size: 18px;
    font-weight:500;
}
.product-page .init-2 .container .bag_cont .list:hover .box .img_1 {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.product-page .init-3 {
    margin-top: 130px;
}
.product-page .init-3 .container .tip_title {
    font-weight:bold;
    font-size: 36px;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
}
.product-page .init-3 .container .content {
    margin-top: 90px;
    position: relative;
}
.product-page .init-3 .container .content .next,
.product-page .init-3 .container .content .prev {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 85px;
    right: 60px;
    border-radius: 50%;
    padding: 2px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    cursor: pointer;
}
.product-page .init-3 .container .content .next img,
.product-page .init-3 .container .content .prev img {
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.product-page .init-3 .container .content .next:hover,
.product-page .init-3 .container .content .prev:hover {
    background-color: var(--color);
}
.product-page .init-3 .container .content .next:hover img,
.product-page .init-3 .container .content .prev:hover img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
.product-page .init-3 .container .content .prev {
    left: 60px;
}
.product-page .init-3 .container .content .swiper {
    width: 75%;
    margin: 0 auto;
    overflow: hidden;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
    position: relative;
    padding: 20px 50px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .sub_div {
    background-color: #f6f6f5;
    position: absolute;
    width: 100%;
    height: 225px;
    bottom: 0;
    left: 0;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*height: 259px;*/
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
    max-width: 100%;
    max-height: 112%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
    position: relative;
    z-index: 2;
    margin-top: -9px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    display: block;
    height: 90px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .des {
    position: relative;
    z-index: 2;
    margin-top: 15px;
    font-size: 16px;
    font-weight:500;
    text-align: center;
}
.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;
    
    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;
}
.product-page .init-4 .container .more {
    margin: auto;
    margin-top: 70px;
    border: 1px solid #fff;
    color: var(--white);
}
.product-page .init-4 .container .more::after {
    width: 1px;
    height: 50px;
    left: 95px;
    top: -43px;
}
.product-page .init-5 {
    margin-top: 50px;
}
.product-page .init-5 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 120px;
}
.product-page .init-5 .container .list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 30%;
    border: #c1c1c1 solid 2px;
    border-radius: 5px;
    height: 330px;
}
.product-page .init-5 .container .list div img {
    display: block;
    margin: auto;
    max-width: 70px;
}
.product-page .init-5 .container .list div .text {
    font-size: 16px;
    font-weight:500;
    margin-top: 15px;
    text-align: center;
}


.product-page .pro_init_1 {
    padding-top: 20px;
}

.product-page .pro_init_1 .container .left {
    width: 49%;
    overflow: hidden;
    border-radius: 10px;
}

.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;
}
.prodet-page .pro_init_1 .container .left .bigImg{
  width: 100%;
  padding: 0 4% 0 0;
}
.prodet-page .pro_init_1 .container .left .bigImg img{
  width: 100%;
}
.product-page .pro_init_1 .container .left .bigImg ul li{
    padding: 1px;
}
.product-page .pro_init_1 .container .left .bigImg ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg img{
    /*border: 1px solid #dcdcdc;*/
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--color);
}

.product-page .pro_init_1 .container .left .big_img {
    width: 100%;
    display: block;
}

.product-page .pro_init_1 .container .left .big_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-page .pro_init_1 .container .box{
  background-color: #f5f5f5;
	border-radius: 10px;
}
.product-page .pro_init_1 .container .right h1 em{
  color: var(--color);
}
.product-page .pro_init_add ul{
  margin: -10.5px
}
.product-page .pro_init_add ul li{
  padding: 10.5px;
}
.product-page .pro_init_add ul li .ig{
  background-color: #f5f5f5;
}
.product-page .pro_init_add ul li .ig .title{
  line-height: 1.3;
  border-bottom: 1px solid rgba(0,0,0,0.16);
  min-height: 90px;
}
.product-page .pro_init_add ul li .ig .con{
  max-height: 144px;
  overflow-y: auto;
}
.product-page .pro_init_add ul li .ig .more{
  padding: 7px 30px 7px 8px;
}
.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;
    
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--color);
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #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;
    line-height: 30px;
    font-size: 16px;
}
.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;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}

.product-page .form ul {
    margin: -17px;
}
.product-page .form ul li {
    padding: 17px;
}
.product-page .form ul li input,
.product-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}
.product-page .form ul li input:focus,
.product-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input::-webkit-input-placeholder, .product-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.product-page .form ul li input:-moz-placeholder, .product-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input::-moz-placeholder, .product-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.product-page .form ul li input:-ms-input-placeholder, .product-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.product-page .form ul li input::placeholder,
.product-page .form ul li textarea::placeholder {
    color: #898989;
}
.product-page .form ul li.wid-100 {
    width: 100%;
}
.product-page .form ul li textarea {
    height: 210px;
}
.product-page .form ul li input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--color);
    color: white;
    font-size: 18px;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    width: auto;
    border: none;
}
.product-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}

.product-page .pro_init_1 .container .right .share ul li {
    width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .right .share ul li a {
    display: block;
}
.product-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--color);
}

@media screen and (max-width: 1700px) {
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 15px;
    }
}

@media screen and (max-width: 1500px) {
    .product-page .prodet-2 {
        padding: 70px 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: 20px;
    }
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        font-size: 16px;
    }
    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1250px) {
    .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2.5%;
    }
    .product-page .form ul li {
        padding: 10px;
    }
    .product-page .form ul {
        margin: -10px;
    }
}

@media screen and (max-width: 1000px) {
    .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 4%;
    }
    .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%;
    }
    .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }
    .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
    }
    .product-page .prodet-2 .options ul li {
        margin-right: 25px;
    }
    .product-page .prodet-2 .options {
        display: none;
    }
    .product-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }
    .product-page .prodet-2 {
        padding-top: 0;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .form ul li input,
    .product-page .form ul li textarea {
        padding: 10px;
    }
    .product-page .form ul li input[type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
    .product-page .prodet-2 .ret .det {
        overflow-x: auto;
    }
    /*.product-page .prodet-2 .ret .det table{
        table-layout: auto;
    }*/
    .product-page .prodet-2 .ret .det table td{
        /*min-width: 200px;
        width: auto;*/
        font-size: 14px;
        line-height: 28px;

    }
}
@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 .left{
  width: 50%;
}
.prodet-page .pro_init_1 .container .right{
  width: 51%;
}
.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;
    
    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 {
    /*padding: 40px 0 0;*/
    font-size: 18px;
    color: #3f3f3f;
    line-height: 2;
    /*display: none;*/
    max-height: 300px;
    overflow: auto;
    padding-right: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
    background: var(--color);
}

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

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

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

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

.product-page .pro_init_1 .container .right .more_cont {
    margin-top: 55px;
    border-color: #000;
    color: #000;
}
/*.product-page .pro_init_1 .container .right .more::before {
  display: none;
}*/

.product-page .pro_init_2 {
    padding: 100px 0;
}

.product-page .pro_init_2 .tip_cont {
    text-align: center;
}

.product-page .pro_init_2 .tip_cont .title_1 {
    font-size: 36px;
    font-weight:bold;
}

.product-page .pro_init_2 .tip_cont .title_2 {
    font-size: 18px;
    line-height: 32px;
    font-weight:500;
    margin-top: 5px;
}

.product-page .pro_init_2 .list_cont {
    padding: 0 80px;
    margin-top: 55px;
    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_2 .list_cont .list {
    margin-top: 40px;
    width: 27%;
    text-align: center;
}

.product-page .pro_init_2 .list_cont .list .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    border: 2px solid #3c3c3c;
    margin: auto;
}

.product-page .pro_init_2 .list_cont .list .img img {
    width: 40%;
}

.product-page .pro_init_2 .list_cont .list .title {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    font-family: var(--font);
    text-transform: uppercase;
}

.product-page .pro_init_2 .list_cont .list .des {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    color: #666666;
    font-weight: 500;
    padding-right: 5px;
}

.product-page .pro_init_2 .list_cont .list .more {
    margin: auto;
    margin-top: 30px;
    text-transform: inherit;
}

/*.product-page .pro_init_2 .list_cont .list .more::before {
  display: none;
}*/

.product-page .pro_init_3 {
    padding: 100px 0;
}

.product-page .pro_init_3 .container form {
    max-width: 950px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-page .pro_init_3 .container form input {
    margin-top: 20px;
    padding: 15px 0;
    border: none;
    border-bottom: #000 solid 2px;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight:500;
    width: 49%;
}

.product-page .pro_init_3 .container form input::-webkit-input-placeholder {
    color: #000;
}

.product-page .pro_init_3 .container form input:-ms-input-placeholder {
    color: #000;
}

.product-page .pro_init_3 .container form input::-ms-input-placeholder {
    color: #000;
}

.product-page .pro_init_3 .container form input::placeholder {
    color: #000;
}

.product-page .pro_init_3 .container form .mail {
    width: 100%;
}

.product-page .pro_init_3 .container form .shadow_input {
    display: none;
}

.product-page .pro_init_3 .container form .list {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}

.product-page .pro_init_3 .container form .list .tip {
    font-weight:500;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
}

.product-page .pro_init_3 .container form .list .text {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 46px;
    border: 1px solid #dadada;
    margin-top: 10px;
    line-height: 46px;
    padding-left: 15px;
    font-weight:500;
    color: #313131;
    font-size: 16px;
}

.product-page .pro_init_3 .container form .list .text span {
    cursor: pointer;
}

.product-page .pro_init_3 .container form .list .text input {
    cursor: pointer;
}

.product-page .pro_init_3 .container form .list input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    padding: 0;
    opacity: 0;
}

.product-page .pro_init_3 .container form .list .content {
    width: 100%;
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px solid #dadada;
    font-weight:500;
}

.product-page .pro_init_3 .container form .submit_btn {
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    margin: auto;
    margin-top: 40px;
    /*padding: 16px 42px 15px;
  border: solid 1px #d5d5d5;*/
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #222;
}
@media (max-width: 1250px) {
    .product-page .init-2 .container .list_cont .list {
        height: 300px;
    }

    .product-page .init-2 .container .list_cont .list {
        height: 300px;
    }
}
@media (max-width: 1000px) {
    .product-page .init-1 .container .des {
        width: 100%;
    }
    .product-page .init-2 .container .list_cont .list {
        height: 215px;
    }
    .product-page .init-2 .container .list_cont.box_cont .list {
        height: 200px;
    }
    .product-page .init-3 .container .content .next {
        display: none;
    }
    .product-page .init-3 .container .content .prev {
        display: none;
    }
    .product-page .init-5 .container {
        padding: 0;
    }
    .product-page .init-5 .container .list {
        height: 210px;
    }
    .pro-single-page{
        margin-top: 40px;
    }
    .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;
    }

    .product-page .pro_init_2 .list_cont .list {
        width: 100%;
    }

    .product-page .pro_init_2 .list_cont .list .des {
        height: auto;
    }
    .product-page .init-2 .container .list_cont .list {
        height: 30vw;
    }
    .product-page .init-2 .container .list_cont.box_cont .list {
        width: 50%;
        height: 40vw;
    }
    .product-page .init-2 .container .list_cont.labels_cont .list {
        width: 50%;
        height: 40vw;
    }
    .product-page .init-2 .container .list_cont.specialties_cont .list {
        width: 50%;
        height: 40vw;
    }
    .product-page .init-5 .container {
        padding: 0 15px;
    }
}
@media (max-width: 500px) {
    .product-page {
        padding-bottom: 40px;
    }
    .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 .init-2 {
        margin-top: 40px;
    }
    .product-page .init-2 .container .list_cont .list {
        margin-top: 20px;
        width: 100%;
        padding: 0;
        height: 55vw;
    }
    .product-page .init-2 .container .list_cont .list .box .img_2 {
        height: 30px;
        width: 30px;
    }
    .product-page .init-2 .container .list_cont .list .box div {
        font-size: 16px;
    }
    .product-page .init-2 .container .list_cont.box_cont .list {
        width: 100%;
        height: 90vw;
    }
    .product-page .init-2 .container .list_cont.heat_cont .list {
        width: 100%;
        height: 60vw;
    }
    .product-page .init-2 .container .list_cont.labels_cont .list {
        width: 100%;
        height: 90vw;
    }
    .product-page .init-2 .container .list_cont.paper_cont .list {
        width: 100%;
        height: 60vw;
    }
    .product-page .init-2 .container .list_cont.variable_cont .list {
        height: 30vw;
    }
    .product-page .init-2 .container .list_cont.baozhuang2_cont .list {
        width: 100%;
    }
    .product-page .init-2 .container .list_cont.specialties_cont .list {
        width: 100%;
        height: 90vw;
    }
    .product-page .init-2 .container .list_cont.biaoqian_cont .list {
        width: 100%;
        height: 90vw;
    }
    .product-page .init-3 {
        margin-top: 40px;
    }
    .product-page .init-3 .container .tip_title {
        font-size: 20px;
    }
    .product-page .init-3 .container .content {
        margin-top: 20px;
    }
    .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
        padding: 10px 20px;
    }
    .product-page .init-4 {
        padding: 60px 0;
        margin-top: 40px;
    }
    .product-page .init-4 .container .tip_title {
        font-size: 20px;
        line-height: 36px;
    }
    .product-page .init-5 {
        margin-top: 20px;
    }
    .product-page .init-5 .container .list {
        width: 100%;
        height: 85vw;
    }



    .pro-single-page {
        padding-bottom: 0;
    }


    .product-page .pro_init_1 {
        margin-top: 40px;
        padding-top: 40px;
    }

    .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
        height: 90vw;
    }

    .product-page .pro_init_1 .container .right .text_1 {
        margin-top: 10px;
        font-size: 16px;
    }

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

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

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

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

    .product-page .pro_init_1 .container .right .cont_list .list .content {
        padding: 20px 0;
    }

    .product-page .pro_init_2 {
        padding: 40px 0;
    }

    .product-page .pro_init_2 .tip_cont .title_1 {
        font-size: 20px;
    }

    .product-page .pro_init_2 .tip_cont .title_2 {
        font-size: 16px;
        line-height: 2;
    }

    .product-page .pro_init_2 .list_cont {
        padding: 0;
        margin-top: 0;
    }

    .product-page .pro_init_3 {
        padding: 40px 0;
    }

    .product-page .pro_init_3 .container form input {
        width: 100%;
    }
}
.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color: var(--color);
  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}

.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  line-height: 2;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  line-height: 2;
  left: 0;
}
.support-page .init-3 .container form button {
  margin: 14px 0 0 auto;
  border: none;
}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content {
  margin-top: 60px;
}
.support-page .init-4 .container .content ul {
  margin: -20px;
}
.support-page .init-4 .container .content ul li {
  padding: 20px;
  height: 100%;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  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;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 98px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
background-image: linear-gradient(to top, #8e2121, var(--color));
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}

.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
}
.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
.support-page .init-4 .container .content li {
  padding-top: 20px;
}
.support-page .init-4 .container .content .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;
}
.support-page .init-4 .container .content .box .mask{
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #01207b url(../images/lg.png) no-repeat right bottom;
  transition: .5s;
}
.support-page .init-4 .container .content .box .tip {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.support-page .init-4 .container .content .box .tip .num .ty {
  color: #999999;
  opacity: 0.6;
  line-height: 1;
  margin-top: 5px;
  transition: 0.5s;
}
.support-page .init-4 .container .content .box .tip .icon {
  width: 60px;
  height: 60px;
  background-color: #01207b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.support-page .init-4 .container .content .box .tip .icon img {
  filter: brightness(100);
}

.support-page .init-4 .container .content .box .text .t1 {
  transition: 0s;
}
.support-page .init-4 .container .content .box .text{
  transition: .5s;
}
.support-page .init-4 .container .content .box .text2{
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 50px;
  color: #ffffff;
  transform: translateY(100%);
  transition: .5s;
}
.support-page .init-4 .container .content .box .text2 .more {
  zoom: 0.8;
  font-size: 20px;
  transition: 0s;
}
.support-page .init-4 .container .content .box .text2 .cont {
  line-height: 1.8;
  transition: 0.5s;
  opacity: 0.6;
  color: #ffffff;
  height: 5.5em;
  overflow-y: auto;
  padding-right: 5px;
}
.support-page .init-4 .container .content .box:hover {
  color: #ffffff;
  transform: translateY(-20px);
}
.support-page .init-4 .container .content .box:hover .mask{
  height: 100%;
}
.support-page .init-4 .container .content .box:hover .tip .num .ty {
  color: #ffffff;
}
.support-page .init-4 .container .content .box:hover .tip .icon {
  background: #ffffff;
}
.support-page .init-4 .container .content .box:hover .tip .icon img {
  filter: none;
}
.support-page .init-4 .container .content .box:hover .text  {
 opacity: 0
}
.support-page .init-4 .container .content .box:hover .text2  {
 opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .product-page .pro_init_add ul li{
    width: 50%;
  }
  .product-page .pro_init_add ul li .ig .title{
    font-size: 23px;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
  .support-page .init-4 .container .content .box .text2 .cont{
    height: 7.2em;
  }
  .font-45 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
  .product-page .pro_init_add ul li{
    width: 100%;
  }
  .product-page .pro_init_add ul li .ig .title{
    min-height: 100%;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}