@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyRegular.eot');
  src: url('../fonts/RanyRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyRegular.woff2') format('woff2'), url('../fonts/RanyRegular.woff') format('woff'), url('../fonts/RanyRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyBold.eot');
  src: url('../fonts/RanyBold.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyBold.woff2') format('woff2'), url('../fonts/RanyBold.woff') format('woff'), url('../fonts/RanyBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.pop {
  font-family: 'Poppins';
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Rany';
  font-weight: 400;
  margin: 0 auto;
  color: #010101;
  font-size: 16px;
  height: auto;
  --color: #22aff7;
}
.container {
  width: 1530px;
  padding: 0 15px;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.minTitl {
  color: var(--color);
}
.Hbtn span,
.inner-page .Hbtn span {
  border: 1px solid #bdbec0;
  color: #5e5e5e;
  border-radius: 28px;
  display: inline-block;
  line-height: var(--px55);
}
.Hbtn i,
.inner-page .Hbtn i {
  font-size: 18px;
  width: var(--px55);
  height: var(--px55);
  min-width: 25px;
  min-height: 25px;
  font-weight: 500;
  margin-left: -14px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
}
.Hbtn:hover span,
.inner-page .Hbtn:hover span {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.Hbtn:hover i,
.inner-page .Hbtn:hover i {
  transform: rotate(45deg);
}
.swiperBtn .btn {
  width: 48px;
  height: 48px;
  border: solid 1px #333333;
  opacity: 0.4;
  color: #333;
  border-radius: 50%;
}
.swiperBtn .btn i {
  font-size: 22px;
}
.swiperBtn .btn:hover {
  opacity: 1;
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: transparent;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu {
  padding-top: 40px;
  padding-bottom: 8px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .left .logo img.img2 {
  display: none;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  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;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 1.5vw;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  /*width: 6vw;*/
  /*min-width: 100px;*/
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  /*padding: 16px 0 0 0;*/
  text-align: left;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  /*border-top: 1px solid #fff;*/
  border: none;
  padding-right: 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::after {
  content: "\e768";
  font-family: "iconfont" !important;
  font-size: 14px;
  position: absolute;
  right: 0;
  opacity: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  padding-left: 1.5vw;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 32px;
  height: 32px;
  margin-right: var(--px20);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 32px;
  height: 22px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC img {
  width: 9px;
  height: 5px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .formBtn {
  color: #fff;
  background-color: var(--color);
  border-radius: 21px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .formBtn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active {
  top: -30px;
}
#header.active > .nav,#header.actived > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
  background-color: #fff;
}
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a,
#header.actived > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  color: #000;
  border-color: #000;
}
#header.active > .nav > .menu .menu-box .right .lang_cont .c_cont .textC img,
#header.actived > .nav > .menu .menu-box .right .lang_cont .c_cont .textC img,
#header.active > .nav > .menu .menu-box .right .search,
#header.actived > .nav > .menu .menu-box .right .search {
  filter: invert(1);
}
#header.active > .nav > .menu .menu-box .left .logo img.img1,
#header.actived > .nav > .menu .menu-box .left .logo img.img1 {
  display: none;
}
#header.active > .nav > .menu .menu-box .left .logo img.img2,#header.actived > .nav > .menu .menu-box .left .logo img.img2 {
  display: block;
}
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a, 
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header.actived > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a, 
#header.actived > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a {
  color: var(--color);
}

#banner .swiper ul li {
  position: relative;
}
#banner .swiper ul li .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#banner .swiper ul li .container .btn img {
  border-radius: 50%;
}
#banner .swiper ul li .container .btn:hover img {
  transform: rotate(45deg);
}
#banner .swiper ul li.swiper-slide-active .titl {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .btn {
  -webkit-animation: fadeInUp 1s linear;
  -moz-animation: fadeInUp 1s linear;
  -o-animation: fadeInUp 1s linear;
  animation: fadeInUp 1s linear;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .numBox .list .txt {
  color: #999;
}
#index-body .init-1 .container .numBox .list .num {
  color: var(--color);
  border-top: 1px solid #bdbec0;
}
#index-body .init-1 .container .center {
  position: relative;
  margin-bottom: -15.6708vw;
}
#index-body .init-1 .container .center img {
  border-radius: 30px;
}
#index-body .init-1 .container .center .box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
}
#index-body .init-1 .container .center .box .play {
  width: var(--px76);
  height: var(--px76);
  position: relative;
  transform: none;
  top: 0;
  left: 30px;
}
#index-body .init-2 {
  background-image: url('../images/init-2Bg.jpg');
  background-position: center bottom;
  padding-top: 22.7083vw;
}
#index-body .init-2 .botBox .navBox .navItem {
  border-radius: 10px;
  border: 1px solid #ccc;
  color: #ccc;
}
#index-body .init-2 .botBox .navBox .navItem.active,#index-body .init-2 .botBox .navBox .navItem:hover {
  color: #fff;
  background-color: var(--color);
}
#index-body .init-2 .botBox .swiperBox {
  display: none;
}
#index-body .init-2 .botBox .swiperBox:first-child {
  display: block;
}
#index-body .init-2 .botBox .swiperBox .swiper-pagination {
  bottom: -50px;
}
#index-body .init-2 .botBox .swiperBox .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color);
}
#index-body .init-2 .bot .left {
  width: 69.5%;
  position: relative;
  
}
#index-body .init-2 .bot .left .swiper {
  padding-left: 10.9375vw;
}
#index-body .init-2 .bot .left .swiper ul li {
  opacity: 0;
}
#index-body .init-2 .bot .left .swiper ul li.swiper-slide-active {
  opacity: 1;
}
#index-body .init-2 .bot .left .swiper ul li .textBox {
  width: 40%;
}
#index-body .init-2 .bot .left .swiper ul li .textBox .titl {
  color: #333;
}
#index-body .init-2 .bot .left .swiper ul li .textBox .titl:hover {
  color: var(--color);
}
#index-body .init-2 .bot .left .swiper ul li .textBox .txt {
  color: #999;
}
#index-body .init-2 .bot .left .swiper ul li .imgBox {
  width: 45%;
}
#index-body .init-2 .bot .left .swiperBtn {
  padding-left: 10.9375vw
}
#index-body .init-2 .bot .left .round {
  position: absolute;
  top: 45%;
  right: 0;
  transform: translateY(-50%);
}
#index-body .init-2 .bot .right {
  width: 30.5%;
  opacity: .5;
}
#index-body .init-2 .bot .right .swiper ul li a {
  width: 50%;
  max-width: 205px;
}
#index-body .init-3 {
  background-image: url('../images/init-3Bg.jpg');
}
#index-body .init-3 .box .left {
  padding-right: 1%;
  position: relative;
  z-index: 1;
  width: 30.8%;
}
#index-body .init-3 .box .left ul {
  height: 100%;
  color: #010101;
}
#index-body .init-3 .box .left ul li {
  opacity: 0.27;
  padding-bottom: var(--px60);
  width: 100%;
}
#index-body .init-3 .box .left ul li span.num {
  width: var(--px65);
  height: var(--px65);
  border-radius: 100%;
  border: 1px solid #010101;
  position: relative;
  background-color: #f6f8fa;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-3 .box .left ul li span.num i {
  width: 1px;
  background-color: #010101;
  height: var(--px60);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#index-body .init-3 .box .left ul li span.num i::before {
  content: '';
  width: 100%;
  height: 0;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .init-3 .box .left ul li span.h6 {
  width: calc(100% - var(--px65));
}
#index-body .init-3 .box .left ul li:last-child {
  padding-bottom: 0;
}
#index-body .init-3 .box .left ul li:last-child span.num i {
  display: none;
}
#index-body .init-3 .box .left ul li.active {
  opacity: 1;
}
#index-body .init-3 .box .left ul li.active span.num {
  border-color: var(--color);
}
#index-body .init-3 .box .left ul li.active span.num i {
  background-color: #cbcccb;
}
#index-body .init-3 .box .left ul li.active span.num i::before {
  background-color: var(--color);
  height: 100%;
  /*-webkit-transition: 6.5s;
  -moz-transition: 6.5s;
  transition: 6.5s;*/
}
#index-body .init-3 .box .right {
  width: 69%;
}
#index-body .init-3 .box .right img.img {
  border-radius: 20px;
}
#index-body .init-3 .box .right .content {
  left: var(--px45);
  bottom: 30px;
  background-color: #ffffff;
  border-radius: 30px;
  opacity: 0.93;
  max-width: 380px;
}
#index-body .init-3 .box .right .content .icon {
  width: 35px;
}
#index-body .init-3 .box .right .content span.h6 {
  width: calc(100% - 35px);
}
#index-body .init-3 .box .right .content .titl {
  width: calc(100% - var(--px45));
}
#index-body .init-3 .box .right .content .btn {
  width: var(--px45);
  height: var(--px45);
  background-color: #000;
  border-radius: 50%;
}
#index-body .init-3 .box .right .content .btn i {
  font-size: 16px;
  color: #ffffff;
}
#index-body .init-3 .box .right .content .btn:hover {
  background-color: var(--color);
}
#index-body .init-3 .box .right .content .text {
  color: #999;
}
#index-body .init-4 .left {
  color: #fff;
  width: 46%;
  overflow: hidden;
  border-radius: 30px;
}
#index-body .init-4 .left::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.5) 50%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
#index-body .init-4 .left img.bg {
  border-radius: 30px;
}

#index-body .init-4 .left .con {
  left: 0;
  bottom: 0;
  z-index: 5;
}
#index-body .init-4 .left .con .titl {
  width: calc(100% - var(--px56));
}
#index-body .init-4 .left .con .titl:hover {
  color: var(--color);
}
#index-body .init-4 .left .con .btn {
  width: var(--px56);
  height: var(--px56);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
#index-body .init-4 .left .con .btn:hover {
  background-color: var(--color);
}
#index-body .init-4 .left .con .btn:hover i {
  transform: rotate(45deg);
}
#index-body .init-4 .right {
  width: 54%;
}
#index-body .init-4 .right .item {
  border-bottom: 1px solid #999;
}
#index-body .init-4 .right .item .titl {
  line-height: 1.25;
  color: #333;
  width: 60%;
}
#index-body .init-4 .right .item .titl:hover {
  color: var(--color);
}
#index-body .init-4 .right .item .date {
  color: #b7b7b7;
}
#index-body .init-4 .right .item:last-child {
  border-bottom: none;
}
#index-body .init-5 {
  margin-bottom: calc(var(--px118) * -1);
}
#index-body .init-5 img.img {
  object-fit: cover;
  object-position: center;
  border-bottom-left-radius: var(--px80);
}
#index-body .init-5 .right {
  color: #fff;
}
#index-body .init-5 .right img.bg {
  border-bottom-right-radius: var(--px80);
}
#index-body .init-5 .right .cont {
  bottom: var(--px70);
  left: 0;
  width: 100%;
  padding-left: 12.4%;
  padding-right: 16%;
}
#index-body .init-5 .right .cont .txtBox {
  width: 100%;
}
#index-body .init-5 .right .cont .txtBox .txt {
  width: calc(100% - var(--px90));
}
#index-body .init-5 .right .cont .txtBox .btn {
  width: var(--px90);
  height: var(--px90);
  min-width: 35px;
  min-height: 35px;
  border-radius: 50%;
  background-color: rgba(220, 220, 220, 0.4);
  color: var(--color);
  font-size: 28px;
}
#index-body .init-5 .right .cont .txtBox .btn:hover {
  background-color: #fff;
}
#index-body .init-5 .right .cont .txtBox .btn:hover i {
  transform: rotate(45deg);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #191919;
}
#footer .footerForm {
  padding-top: 118px;
  -o-background-size: cover;
  background-size: cover;
  background-position: top right;
}
#footer .footerForm .titleBox .txt {
  color: #999;
}
#footer .footerForm input {
  border: none;
  background-color: #fff;
  border-radius: 44px;
  height: var(--px87);
  min-height: 50px;
  padding-left: var(--px39);
  padding-right: var(--px39);
}
#footer .footerForm input::placeholder {
  font-weight: bold;
  font-size: var(--px18);
  color: #191919;
  opacity: 0.2;
}
#footer .footerForm input.inquery {
  min-width: 200px;
  background-image: linear-gradient(151deg, #22aff7 0%, #2666a2 100%), linear-gradient(#ff792d, #ff792d);
}
#footer .footerForm input.inquery:hover {
  color: var(--color);
}
#footer .centerF {
  border-bottom: 1px solid #3b3b3b;
  border-top: 1px solid #3b3b3b;
}
#footer .centerF .item1 .share li {
  width: 50px;
  height: 50px;
  background-color: #262626;
  color: #666666;
  margin-right: 2px;
  font-size: 20px;
}
#footer .centerF .item1 .share li:hover {
  background-color: var(--color);
  color: #fff;
}
#footer .centerF .itemR {
  color: #fff;
  width: 61.3%;
}
#footer .centerF .itemR p.link {
  text-transform: uppercase;
}
#footer .centerF .itemR p.link:hover {
  color: var(--color);
}
#footer .centerF .itemR p.link span {
  width: 8px;
  height: 8px;
  background-color: #22aff7;
  border-radius: 50%;
}
#footer .centerF .item4 {
  width: 33.5%;
}
#footer .centerF .item4 .icon {
  width: 31px;
  height: 30px;
}
#footer .centerF .item4 .txt {
  width: calc(100% - 31px);
}
#footer .copyright {
  position: relative;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: rgba(255, 255, 255, 0.2);
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: rgba(255, 255, 255, 0.2);
  margin-right: 10px;
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
    width: 25px;
    height: 18px;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .right .formBtn {
    display: none;
  }
  #header > .nav > .menu .menu-box .left {
    width: 14%;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 14px;
  }
  #index-body .init-2 .bot .left .round {
    width: 51%;
  }
  #index-body .init-5 img {
    min-height: 320px;
  }
  #index-body .init-5 .right .cont {
    padding-left: 5%;
    padding-right: 5%;
    bottom: 20px;
  }
}
@media (max-width: 1250px) {
  #banner .swiper ul li.swiper-slide-active .titl {
    width: 100%;
  }
  #index-body .init-2 .bot {
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
  }
  #footer .centerF .item4 {
    width: 38%;
  }
}
@media (max-width: 1000px) {
  #banner .swiper ul li img.bg {
    min-height: 450px;
    object-fit: cover;
    object-position: center;
  }
  #index-body .init-1 .container .numBox .list {
    width: 48%;
  }
  #index-body .init-1 .container .center .box {
    position: relative;
    color: #010101;
  }
  #index-body .init-1 .container .center .box .play {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
  }
  #index-body .init-2 .bot .left .swiper,#index-body .init-2 .bot .left .swiperBtn {
    padding-left: 0;
  }
  #index-body .init-4 .right .item .titl {
    width: 85%;
  }
  .Hbtn span,
  .inner-page .Hbtn span {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #index-body .init-5 {
    margin-bottom: 0;
  }
  #footer .footerForm {
    padding-top: 10px;
  }
  #footer .footerForm input {
    width: 49%;
  }
  #footer .centerF .item {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .centerF .itemR {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #index-body .init-2 .bot .left .swiper ul li .textBox {
    width: 100%;
  }
  #index-body .init-2 .bot .left .swiper ul li .imgBox {
    margin: 15px auto;
  }
  #index-body .init-2 .bot .left .round {
    display: none;
  }
  #index-body .init-2 .bot .right {
    width: 60% !important;
    margin: auto;
  }
  #index-body .init-3 .box .right .content {
    position: relative;
    width: 90%;
    max-width: none;
  }
  #index-body .init-5 .right {
    width: 100%;
  }
  #footer .footerForm input {
    width: 100%;
  }
  #footer .footerForm input.inquery {
    width: auto;
  }
}
@media (max-width: 500px) {
  #index-body .init-1 .container .numBox .list {
    width: 100%;
    text-align: center;
  }
  #index-body .init-5 .right .cont .txtBox .txt {
    width: 100%;
    padding-right: 0;
  }
}
.inner-banner {
  margin-top: 130px;
  color: #fff;
}
.inner-banner .mbx span {
  color: #fff;
}
.inner-banner .mbx {
  font-size: 0;
}
.inner-banner .mbx * {
  font-size: 16px;
}
.inner-banner .mbx a:after {
  content: '\e7de';
  font-family: 'iconfont';
  font-size: .5em;
  margin: 0 1em;
  color: #fff;
  position: relative;
  top: -.2em;
}
.inner-page {
  border-radius: var(--px70);
  margin: -1em 0 calc(var(--px118) * -1);
  -o-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  background-color: white;
  position: relative;
  z-index: 2;
}
.inner-page .ProductBox {
  padding: 1em 1em 2em;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  height: 100%;
}
.inner-page .ProductBox:before {
  content: '';
  width: 100%;
  height: 42%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f2f2f2;
}
.inner-page .ProductBox a.img-box {
  width: 90%;
  margin: 0 auto;
  /*-webkit-box-reflect: below 0px linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));*/
}
.inner-page .ProductBox .btn a {
  width: 10em;
  padding: 0 1em;
  height: 2.71428571em;
  -webkit-transition: .5s all,color 0s;
  -moz-transition: .5s all,color 0s;
  transition: .5s all,color 0s;
  border: 1px solid transparent;
}
.inner-page .ProductBox .btn a:last-child {
  background-color: var(--color);
  color: white;
}
.inner-page .ProductBox .btn a:hover {
  background-color: black !important;
  border-color: black !important;
  color: white !important;
}
.inner-page .ProductBox:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .ProductBox:hover span.tag {
  color: inherit;
}
.inner-page .ProductBox:hover .btn a:first-child {
  border-color: white;
  background-color: white;
  color: var(--color);
}
.inner-page .ProductBox:hover .btn a:last-child {
  background-color: transparent;
  color: white;
  border-color: white;
}
.inner-page .ProductBox .h6 .title {
  line-height: 30px;
  min-height: 90px;
}
.inner-page .m-page > div {
  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;
  gap: .5em;
}
.inner-page .m-page > div a,
.inner-page .m-page > div span {
  height: 2.25em;
  width: 2.25em;
  border-radius: .3em;
  border: 1px solid #d4d4d4;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page > div a:hover,
.inner-page .m-page > div span.current {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}

.inner-page .relatedPro .box {
  height: 100%;
  border: 1px solid #c8c8c8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .relatedPro .box a.img-box {
  padding: 7%;
  border-radius: inherit;
}
.inner-page .relatedPro .box .btn {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.inner-page .relatedPro .box .btn a {
  height: 2.71428571em;
  min-width: 2.71428571em;
  padding: 0 1.42857143em;
  border-radius: 1.42857143em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .relatedPro .box .btn a:first-child {
  padding: 0;
  background-color: #ccc;
}
.inner-page .relatedPro .box .btn a:first-child i {
  font-size: 1.5em;
}
.inner-page .relatedPro .box .btn a:last-child {
  background-color: var(--color);
  color: white;
  margin-top: -2.71428571em;
  opacity: 0;
}
.inner-page .relatedPro .box .btn a:last-child:hover {
  background-color: black;
}
.inner-page .relatedPro .box:hover {
  border-color: var(--color);
}
.inner-page .relatedPro .box:hover .btn a:last-child {
  opacity: 1;
}
.inner-page .relatedPro .slick li {
  height: 100%;
  padding-bottom: 1.35714286em;
}
.inner-page .relatedPro .slickDots li {
  margin: 0 1.2em;
  background-color: #ccc;
  border: none;
}
.inner-page .relatedPro .slickDots li.slick-active {
  background-color: var(--color);
}

.inner-page .slickBtn {
  font-size: var(--px30);
}
.inner-page .slickBtn div {
  background-color: #1c1c1c;
}
.inner-page .slickBtn div.next {
  margin-left: .5em;
}
.inner-page .slickBtn div:hover,
.inner-page .slickBtn div.prev {
  background-color: var(--color);
}
.inner-page .honor .slickBtn div {
  border: 1px solid black;
  background-color: black;
}
.inner-page .honor .slickBtn div.prev {
  background-color: transparent;
  color: black;
}
.inner-page .honor .slickBtn div:hover {
  background-color: var(--color);
  color: white !important;
  border-color: var(--color);
}
.inner-page .honor .slick-track {
  align-items: center;
}

.inner-page .news-cat {
  line-height: 1;
}
.inner-page .news-cat a {
  padding: .8em 2.5em;
  border-radius: 2em;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .news-cat a.active,
.inner-page .news-cat a:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.inner-page span.h2 em {
  color: var(--color);
}
@media screen and (max-width: 1250px) {
  .inner-page {
    margin: 40px auto;
    margin-bottom: calc(var(--px118) * -1);
  }
}
@media screen and (max-width: 1000px) {
  .inner-page {
    margin-bottom: 0;
  }
}

.product-page .top .text {
  color: #171717;
  max-height: 280px;
  overflow: auto;
  line-height: 1.8;
}
.prodet-page .prodet-1 .left .small .slick-track {
  display: block;
}
.prodet-page .prodet-1 .left .small .arrows {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: black;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .small .slick-track .slick-slide>div,
.prodet-page .prodet-1 .left .small .slick-track .slick-slide {
  height: auto;
  width: 100%;
}
.prodet-page .prodet-1 .left .small .arrows:hover {
  background-color: var(--color);
}
.prodet-page .prodet-1 .left .small ul {
  margin: -0.5em 0;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: .5em 0;
}
.prodet-page .prodet-1 .left .big ul li {
  height: 100%;
}
.prodet-page .prodet-1 .left .big ul li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prodet-page .prodet-1 .right h1 {
  line-height: 1.3;
}
/*.prodet-page .prodet-2 .top {
  border-bottom: 1px solid #cdcdcd;
}
.prodet-page .prodet-2 .top span {
  height: 3.36363636em;
  padding-left: .8em;
  padding-right: 2.45454545em;
  border-top-left-radius: 0.72727273em;
  border-top-right-radius: 0.72727273em;
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .top i.plus {
  width: 1em;
  height: 1em;
  margin: 0 1em;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .top i.plus:before,
.prodet-page .prodet-2 .top i.plus:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-2 .top i.plus:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.prodet-page .prodet-2 .content {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
.prodet-page .prodet-2 .content table {
  color: black;
  text-align: center;
}
.prodet-page .prodet-2 .content table tbody {
  table-layout: fixed;
}
.prodet-page .prodet-2 .content table tr td {
  padding: 1em;
  border-color: #dcdcdc;
}
.prodet-page .prodet-2 .content table tr td p {
  display: inline-block;
  text-align: left;
}
.prodet-page .prodet-2 .list {
  -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
}
.prodet-page .prodet-2 .list li {
  height: 100%;
}
.prodet-page .prodet-2 .list .box {
  background-color: white;
  height: 100%;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  justify-content: flex-start;
}*/
/*.prodet-page .prodet-2 .list .box .text {
  margin-top: auto;
}*/
/*.prodet-page .prodet-2 .list .box i {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.prodet-page .prodet-2 .list .box i img {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .list .box i:before,
.prodet-page .prodet-2 .list .box i:after {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--color);
  position: absolute;
  z-index: -1;
}
.prodet-page .prodet-2 .list .box i:before {
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.prodet-page .prodet-2 .list .box i:after {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%) scale(0.6);
  -moz-transform: translate(-50%, 50%) scale(0.6);
  -ms-transform: translate(-50%, 50%) scale(0.6);
  transform: translate(-50%, 50%) scale(0.6);
}
.prodet-page .prodet-2 .list .box:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .list .box:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-2 .list .box:hover .text {
  color: inherit;
}*/
.prodet-page .prodet-3 {
  background-color: #f7f7f7;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
}
.prodet-page .prodet-3 .form ul li input,
.prodet-page .prodet-3 .form ul li textarea {
  width: 100%;
  padding: 1em 2em;
  background-color: white;
  border: none;
}
.prodet-page .prodet-3 .form ul li textarea {
  height: 14.44444444em;
}
.prodet-page .prodet-3 .form ul li button {
  height: 2.75em;
  width: 10em;
  padding: 0 1em;
  max-width: 100%;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: none;
}
.prodet-page .prodet-3 .form ul li button:hover {
  background-color: black;
}
.prodet-page .prodet-4 span.h2 em {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .product-page .product-1 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .prodet-page .prodet-1 .imgSlick ul li {
    width: 32%;
  }
}
@media screen and (max-width: 700px) {
  .product-page .product-1 .list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .prodet-page .prodet-1 .imgSlick ul li {
    width: 49%;
  }
}

.about-page .about-1 span.h6 {
  line-height: 1.2;
}

.about-page .about-1 .text em {
  color: var(--color);
}

.about-page .about-1 .bottom {
  margin-top: -7%;
}

.about-page .about-1 .bottom img {
  z-index: -1;
  position: relative;
}

.about-page .about-1 .bottom .pos {
  bottom: 13%;
  width: 100%;
}

.about-page .about-1 .bottom .pos .play-btn {
  position: relative;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  margin-left: auto;
  font-size: inherit;
  left: auto;
}

.about-page .about-2 {
  position: relative;
}

.about-page .about-2:before {
  content: '';
  width: 100%;
  height: 20%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-page .about-2 .list ul li .box {
  padding: 8%;
  background-color: white;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: relative;
  background-repeat: no-repeat;
  background-position: center right -10%;
  background-size: 35% auto;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}

.about-page .about-2 .list ul li .box:before,
.about-page .about-2 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  z-index: -1;
}

.about-page .about-2 .list ul li .box:before {
  background-image: unset;
}

.about-page .about-2 .list ul li .box:after {
  opacity: 0;
  background-color: transparent;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.about-page .about-2 .list ul li .box i.icon {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-2 .list ul li .box i.icon:before,
.about-page .about-2 .list ul li .box i.icon:after {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  position: absolute;
  background-color: var(--color);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-2 .list ul li .box i.icon:before {
  width: .5em;
  height: .5em;
  left: -0.25em;
  bottom: -0.25em;
}

.about-page .about-2 .list ul li .box i.icon:after {
  right: -0.5em;
  top: -0.5em;
}

.about-page .about-2 .list ul li .box .content {
  margin-left: auto;
}

.about-page .about-2 .list ul li .box .content span.h6 {
  line-height: 1;
}

.about-page .about-2 .list ul li .box .content span.h6 sub {
  vertical-align: bottom;
  line-height: .8;
  display: inline-block;
}

.about-page .about-2 .list ul li .box .content hr {
  margin: .2em 0;
  opacity: .3;
}

.about-page .about-2 .list ul li .box:hover {
  color: white;
  background-color: var(--color);
}

.about-page .about-2 .list ul li .box:hover:after {
  opacity: .2;
}

.about-page .about-2 .list ul li .box:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.about-page .about-2 .list ul li .box:hover i.icon:before {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.about-page .about-2 .list ul li .box:hover i.icon:after {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.about-page .about-3 {
  position: relative;
}

.about-page .about-3:after,
.about-page .about-3:before {
  content: '';
  width: 100%;
  height: 25vh;
  margin-left: auto;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

.about-page .about-3:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  top: 0;
}

.about-page .about-3:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: -webkit-linear-gradient(top, transparent, white);
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: linear-gradient(to bottom, transparent, white);
}

.about-page .about-3 .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  padding-top: 10%;
}

.about-page .about-3 .img img {
  position: -webkit-sticky;
  position: sticky;
  bottom: -15%;
  max-width: 61.09375%;
}

.about-page .about-3 .box .left {
  top: 25%;
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 25%;
}

.about-page .about-3 .box .right {
  position: relative;
}

.about-page .about-3 .box .right .year {
  line-height: .8;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  color: var(--color);
}

.about-page .about-3 .box .right .year svg {
  position: absolute;
  left: 1.2em;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: -1;
}

.about-page .about-3 .box .right .year svg .circle1 {
  stroke: var(--color);
  stroke-dasharray: 566;
  stroke-dashoffset: 566;
}

.about-page .about-3 .box .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-3 .box .right .list li .year {
  margin-right: 1em;
  color: #ddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 2.733em;
}

.about-page .about-3 .box .right .list li .content {
  padding: 7% 0;
  border-top: 2px solid #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-3 .box .right .list li.active {
  opacity: 1;
}

.about-page .about-3 .box .right .list li.active .year {
  color: var(--color);
}

.about-page .about-3 .box .right .list li.active .content {
  border-top-color: var(--color);
}

.about-page .about-4 .list ul:last-child {
  direction: rtl;
}

.about-page .about-5 {
  background-repeat: no-repeat;
  background-position: center top 33%;
  background-size: contain;
}

.about-page .about-5 .list ul {
  -webkit-filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
  filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
}

.about-page .about-5 .list ul li,
.about-page .about-5 .list ul .box {
  height: 100%;
}

.about-page .about-5 .list ul .box {
  background-color: white;
  overflow: hidden;
}

.about-page .about-5 .list ul .content {
  padding: 8%;
}

.about-page .about-5 .list ul .content a.link i {
  color: var(--color);
}
@media screen and (max-width: 1450px) {
  .about-page .about-3 .box .right {
    width: 69%;
  }
  .about-page .about-3 .box .right .year svg {
    width: 20vw;
  }
}
@media screen and (max-width: 1000px) {
  
  .about-page .about-3 .box .left {
    position: static;
  }

  .about-page .about-3 .box .right .year svg {
    width: 26vw;
  }
  .about-page .about-4 .list ul:last-child {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .list ul li .box i.icon {
    zoom: .7;
  }
  .about-page .about-3 .box .right .year em {
    font-size: 1em;
  }

  .about-page .about-3 .box .right .year svg {
    width: 22vw;
  }
  .about-page .about-3 .img img {
    max-width: 120%;
  }

  .about-page .about-3 .box .right .list li .year {
    width: 1.5em;
  }

  .about-page .about-3 .box {
    margin-bottom: 15%;
  }

  .about-page .about-3 .box .right .year {
    margin-bottom: 15%;
  }
  .about-page .about-3 .box .right .list {
    width: 80%;
  }
}

.faq-page span.h6 {
  padding: 1em 1.6em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.faq-page span.h6 i {
  width: 1em;
  height: 1em;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

.faq-page span.h6 i:after,
.faq-page span.h6 i:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
}

.faq-page span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-page .text {
  padding: 1.5em 3em 0;
}

.faq-page li.active span.h6 {
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.07);
}

.faq-page li.active span.h6 i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width: 700px){
  .faq-page span.h6 img {
    max-width: 30px;
  }
}

.news-page .list ul li {
  border: 1px solid #e3e3e3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .list ul li time {
  padding: 0 3%;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .list ul li time:before {
  content: '';
  border-left: 1em solid var(--color);
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -0.5em;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .list ul li time:after {
  content: '';
  width: 3em;
  left: 100%;
  height: 1px;
  background-color: #666;
  position: absolute;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .list ul li time em {
  line-height: 1;
}

.news-page .list ul li .content {
  padding: 0 5%;
}

.news-page .list ul li:hover {
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
}

.news-page .list ul li:hover time {
  background-color: var(--color);
  color: white;
}

.news-page .list ul li:hover time:before {
  opacity: 1;
}

.news-page .list ul li:hover time:after {
  background-color: var(--color);
}

.newdet-page .newdet-1 span.tag2 i {
  color: var(--color);
}

.newdet-page .newdet-1 .text {
  line-height: 1.8;
}

.newdet-page .newdet-1 .m-link span {
  display: block;
  color: var(--color);
}

.newdet-page .newdet-1 .m-link span a {
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .newdet-1 .m-link span a:hover {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  
  .news-page .list ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
    padding-bottom: .5em;
  }

  .news-page .list ul li time {
    width: 20%;
  }

  .news-page .list ul li .content {
    width: 80%;
  }

  .news-page .list ul li .img-box {
    width: 100%;
    margin-bottom: .5em;
  }

  .news-page .list ul li time:after {
    display: none;
  }

}
@media screen and (max-width: 700px) {
  .news-page .list ul li time {
    display: none;
  }

  .news-page .list ul li .content {
    width: 100%;
  }
} 
.honor-page .honor .list ul {
  margin: -10px;
}
.honor-page .honor .list ul li {
  padding: 10px;
}
@media screen and (max-width: 1250px) {
  .honor-page .honor .list ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1000px) {
  .honor-page .honor .list ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 700px) {
  .honor-page .honor .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .honor-page .honor .list ul li {
    width: 100%;
  }
}

.contact-page .contact-1 .info li {
  margin-bottom: 1em;
}

.contact-page .contact-1 .info li i {
  color: var(--color);
  font-size: 1.2em;
  line-height: 1;
}

.contact-page .contact-1 .info li:last-child {
  margin-bottom: 0;
}

.contact-page .contact-1 iframe {
  height: 100%;
  border: none;
  background-color: #999;
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 iframe {
    height: 250px;
  }
}

.prodet-page .prodet-2 .options {
  background-color: #f6f6f6;
}
.prodet-page .prodet-2 .options span {
  padding: 1.8em;
  border-bottom-right-radius: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .options span:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span:hover,
.prodet-page .prodet-2 .options span.active {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .options span:hover:before,
.prodet-page .prodet-2 .options span.active:before {
  background-color: white;
}
.prodet-page .prodet-2 .form input,
.prodet-page .prodet-2 .form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  padding: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .form input:focus,
.prodet-page .prodet-2 .form textarea:focus {
  border-bottom-color: var(--color);
}
.prodet-page .prodet-2 .form textarea {
  height: 120px;
}
.prodet-page .prodet-2 .form button {
  border: none;
}
.inner-page .tag {
  color: var(--color);
  padding-left: 30px;
  background-image: url('../images/logogo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.inner-page .tag.no {
  padding-left: 0;
  background-image: none;
}
#index-body .init-2N .container ul li {
  transition: all 0.5s ease-in-out;
  padding-top: 50px;
  height: 100%;
  width: 20%;
}
#index-body .init-2N .container ul li .box {
  height: 100%;
}
#index-body .init-2N .container ul li .imgBox {
  border-radius: 30px;
  width: 100%;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  height: 100%;
}
#index-body .init-2N .container ul li .imgBox a.img {
  width: 90%;
  display: inline-block;
}
#index-body .init-2N .container ul li .imgBox img {
  display: block;
  margin: auto;
  /*box-shadow: -10px 16px 59px 0px rgba(0, 0, 0, 0.18);*/
}
#index-body .init-2N .container ul li .regularText {
  color: #9d9d9d;
  width: 96%;
  margin: auto;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#index-body .init-2N .container ul li .titl {
  display: inline-block;
  width: 95%;
  margin: auto;
}
#index-body .init-2N .container ul li .titl p {
  line-height: 30px;
  height: 60px;
}
#index-body .init-2N .container ul li:hover {
  transform: translateY(-50px);
}
#index-body .init-2N .container ul li:hover .regularText {
  opacity: 1;
}
#index-body .init-2N .container ul li:hover .imgBox {
  background-color: var(--color);
}
#index-body .init-2N .container ul li:hover .imgBox .demiText {
  color: #fff;
}
swiperBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#index-body .init-2N .container .swiperBtn i {
  font-size: var(--px80);
  color: #000;
}
#index-body .init-2N .container .swiperBtn div {
  width: 28px;
  height: 53px;
  background-color: transparent;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
}
#index-body .init-2N .container .swiperBtn .prev {
  margin-left: -60px;
  left: 0;
}
#index-body .init-2N .container .swiperBtn .next {
  margin-right: -10px;
  right: 0;
}
@media (max-width: 1800px){
  #index-body .init-2N .container .swiperBtn {
    top: 55%;
  }
  #index-body .init-2N .container .swiperBtn .prev {
    margin-left: -30px;
  }
  #index-body .init-2N .container .swiperBtn .next {
    margin-right: 0;
  }
}
@media (max-width: 1000px) {
  #index-body .init-2N .container .swiperBtn {
    top: 100%;
    justify-content: space-around;
  }
}

.app-page .init-1 {
  padding-top: 60px;
}

.app-page .init-1 .container .content ul {
  margin: 0 -20px;
}

.app-page .init-1 .container .content ul>p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}

.app-page .init-1 .container .content ul li {
  padding: 0 20px;
  margin-top: 60px;
}

.app-page .init-1 .container .content ul li .box {
  height: 100%;
}

.app-page .init-1 .container .content ul li .box .boxC {
  padding-bottom: 50px;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
}

.app-page .init-1 .container .content ul li .box .boxC .img {
  display: block;
}

.app-page .init-1 .container .content ul li .box .boxC .title {
  text-align: center;
  display: block;
  padding: 0 10px;
  margin-top: 24px;
  font-weight: bold;
}

/*.app-page .init-1 .container .content ul li .box .boxC .title:hover {
  color: var(--color);
}*/

.app-page .init-1 .container .content ul li .box .more {
  background-color: #111111;
  margin: auto;
  margin-top: -34px;
  width: 68px;
  height: 68px;
  border-radius: 68px;
  position: relative;
}

.app-page .init-1 .container .content ul li .box .more .moreText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /*width: 74px;*/
  left: 55px;
  color: #fff;
  opacity: 0;
}

.app-page .init-1 .container .content ul li .box .more .moreImg {
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-right: 28px;
}

/*.app-page .init-1 .container .content ul li .box .more:hover {
  width: 186px;
  background-color: var(--color);
}

.app-page .init-1 .container .content ul li .box .more:hover .moreText {
  opacity: 1;
}*/

.app-page .init-1 .container .content ul li .box .more:hover .moreImg {
  margin-right: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1000px) {
  .app-page .init-1 .container .content ul {
    margin: 0 -10px;
  }

  .app-page .init-1 .container .content ul li {
    padding: 0 10px;
    width: 50%;
  }
}
@media (max-width: 500px){
  .app-page .init-1 {
    padding-top: 20px;
  }

  .app-page .init-1 .container .content ul li {
    margin-top: 40px;
    width: 100%;
  }
}
.about-page .about-his {
  color: #fff;
  background-image: url('https://mywuyou.oss-cn-beijing.aliyuncs.com/20250509/651e3f8a756d2d457f906d207978dd49.jpeg');
  overflow: hidden;
}
.about-page .about-his .lists .lis {
  display: flex;
  flex-direction: column;
  gap: 10vh;
}
.about-page .about-his .lists .lis .listLine::before {
  content: '';
  position: absolute;
  left: 5px;
  top: calc(50% + 6px);
  width: 2px;
  height: calc(50vh + 6px); 
  background: linear-gradient(to bottom, #ffffff 50%, transparent 50%);
  background-size: 2px 10px;
  z-index: 1;
}
.about-page .about-his .lists .lis .list .round {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
}
.about-page .about-his .lists .lis .list .textBox {
  max-width: calc(100% - 12px);
}
.about-page .about-his .lists .lis1 {
  margin-top: 8%;
}
.about-page .about-his .lists .lis1 .listLine::before {
  height: calc(40vh + 6px);
}
.about-page .about-his .lists .lis2 {
  margin-top: 15%;
}
.about-page .about-his .lists .lis2 .listLine::before {
  height: calc(32vh + 6px);
}
.about-page .about-his .lists .lis3 .listLine::before {
  height: calc(54vh + 6px);
}
.about-page .about-his .lists .lis4 {
  margin-top: 8%;
}
.about-page .about-his .lists .lis4 .listLine::before {
  height: calc(40vh + 6px);
}
.about-page .about-his .lists .lis5 {
  margin-top: 3%;
}
.about-page .about-his .lists .lis5 .listLine::before {
  height: calc(46vh + 6px);
}
.about-page .about-his .lists .lis6 {
  margin-top: -8%;
}
.about-page .about-his .lists .lis6 .listLine::before {
  height: calc(57vh + 6px);
}
.about-page .about-his .lists2 {
  display: none;
}
.about-page .about-bra .titleBox .titl {
  color: #333;
}
.about-page .about-bra .navItem {
  color: #999;
  align-items: stretch;
}
.about-page .about-bra .navItem .item {
  width: 18.4%;
  min-height: 112px;
  border-radius: 20px 20px 0px 0px;
	border: solid 1px #d2d2d2;
  border-bottom: none;
  height: 100%;
  flex-shrink: 0;
}
.about-page .about-bra .navItem .item.active {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
.about-page .about-bra .contBox {
  width: 100%;
  background-color: #f2f2f2;
	box-shadow: 0px 4px 65px 0px rgba(34, 175, 247, 0.11);
	border-radius: var(--px30);
}
.about-page .about-bra .contBox .cont {
  width: 100%;
  display: none;
}
.about-page .about-bra .contBox .cont:first-child {
  display: block;
}
.about-page .about-bra .contBox .cont .left {
  width: 23%;
}
.about-page .about-bra .contBox .cont .right {
  width: 77%;
  color: #333333;
}
.about-page .about-cor {
  color: #fff;
}
.about-page .about-cor .top ul {
  margin: 0 var(--npx23);
}
.about-page .about-cor .top ul li {
  position: relative;
  padding: 0 var(--px23);
  /*-webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;*/
  transition: 1s;
  width: 12.5%;
}
.about-page .about-cor .top ul li .acc {
  position: relative;
  height: 610px;
  border-radius: 30px;
  cursor: pointer;
  overflow: hidden;
}
.about-page .about-cor .top ul li .acc .tit3 {
  position: absolute;
  left: 50%;
  bottom: var(--px44);
  -webkit-transform: translateX(-50%) rotate(-180deg);
  transform: translateX(-50%) rotate(-180deg);
  color: #fff;
  line-height: 1;
  z-index: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}
.about-page .about-cor .top ul li .acc .box {
  position: absolute;
  left: 0;
  bottom: var(--px40);
  width: 100%;
  padding: 0 var(--px55);
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}
/*.about-page .about-cor .top ul li .acc .black {
  width: 100%;
  height: 100%;
  background-color: #333333;
  position: absolute;
  left: 0;
  top:0;
  z-index: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}*/
.about-page .about-cor .top ul li.active {
  /*-webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7*/
  width: 62%;
}
.about-page .about-cor .top ul li.active .acc .tit3 {
  opacity: 0;
  z-index: -1;
}
.about-page .about-cor .top ul li.active .acc .box {
  opacity: 1;
  z-index: 11
}
/*.about-page .about-cor .top ul li.active .black {
  opacity: 0;
  z-index: -1;
}*/
.about-page .about-map .mapBox {
  min-height: 60vh;
}
.about-page .about-map .mapBox .map_img {
  background-color: var(--color);
  position: absolute;
  width: 13vw;
  /*opacity: 0;
  transform: translateX(-100px);*/
}
.about-page .about-map .mapBox .map_img1 {
  left: 8%;
  top: -16%;
}
.about-page .about-map .mapBox .map_img2 {
  left: 8%;
  top: 26%;
}
.about-page .about-map .mapBox .map_img3 {
  left: 8%;
  bottom: 0%;
}

.about-page .about-map .mapBox .map_img4 {
  background-color: #d79946;
  right: 10%;
  bottom: 10%;
}
.about-page .about-map .mapBox .map_img5 {
  right: 10%;
  top: 14%;
}
@media screen and (max-width: 1450px) {
  .about-page .about-cor .top ul li .acc {
    height: 510px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-his .lists1 {
    display: none;
  }
  .about-page .about-his .lists2 {
    display: flex;
  }
  .about-page .about-his .lists2 .lis .listLine::before {
    height: 26vh;
  }
  .about-page .about-his .lists2 li.lis {
    width: 33.33%;
    gap:20px;
    padding-bottom: 20px;
  }
  .about-page .about-cor .top ul li .acc {
    height: 420px;
  }
  .about-page .about-map .mapBox .map_img {
    width: 17vw;
  }
  .about-page .about-map .mapBox .map_img1,.about-page .about-map .mapBox .map_img2,.about-page .about-map .mapBox .map_img3 {
    left: 4%;
  }
  .about-page .about-map .mapBox .map_img4,.about-page .about-map .mapBox .map_img5 {
    right: 6%;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-bra .navItem .item {
    width: calc(50% - 12px);
  }
  .about-page .about-cor .top ul {
    margin: 0 -5px;
  }
  .about-page .about-cor .top ul li {
    padding: 0 5px;
  }
  .about-page .about-bra .navItem {
    flex-wrap: wrap;
  }
  .about-page .about-bra .navItem .item {
    width: calc(33.33% - 12px);
    margin-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    min-height: 80px;
  }
  .about-page .about-map .text {
    width: 100%;
  }
  .about-page .about-map .mapBox .map_img_box {
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-map .mapBox .map_img {
    width: 19%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-cor .top ul {
    margin: 0 -5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-cor .top ul li {
    padding: 0 5px;
    width: 50%;
    margin-bottom: 10px;
  }
  .about-page .about-cor .top ul li.active {
    width: 50%;
  }
  /*.about-page .about-cor .top ul li .black {
    opacity: 0;
    z-index: -1;
  }*/
  .about-page .about-cor .top ul li .acc .tit3 {
    opacity: 0;
    z-index: -1;
  }
  .about-page .about-cor .top ul li .acc .box {
    opacity: 1;
    z-index: 11;
  }
  .about-page .about-his .lists2 li.lis {
    width: 50%;
  }
  .about-page .about-map .mapBox .map_img_box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .about-page .about-map .mapBox .map_img {
    width: 32%;
    margin-right: 1.3%;
    margin-bottom: 10px;
  }
  
}

@media screen and (max-width: 500px) {
  .about-page .about-cor .top ul li.active,.about-page .about-cor .top ul li {
    width: 100%;
  }
  .about-page .about-map .mapBox .map_img {
    width: 49%;
    margin-right: 1%;
  }
}
.minTit {
  color: var(--color);
}
.video_box video, .video_box iframe {
  min-width: 300px !important;
}
.about-page .about_1 .content {
  align-items: stretch; 
}

.about-page .about_1 .content .left,.about-page .about_1 .content .right {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.about-page .about_1 .content .left {
  width: 29.7%;
}
.about-page .about_1 .content .center {
  width: 40.6%;
}
.about-page .about_1 .content .right {
  width: 29.7%;
}
.about-page .about_1 .content .item {
  min-height: 10vw;
}
.about-page .about_1 .content .item .icon {
  width: var(--px59);
	height: var(--px59);
  min-width: 40px;
  min-height: 40px;
	background-color: var(--color);
  border-radius: 50%;
} 
.about-page .about_1 .content .item .icon img {
  max-width: 70%;
}
.about-page .about_1 .content .item .tit {
  color: #333;
  border-bottom: 1px solid #544442;
}
.about-page .about_1 .content .item .txt {
  color: #999;
  position: relative;
}
.about-page .about_1 .content .item .txt p:last-child {
  padding-bottom: 0;
}
.about-page .about_1 .content .item .txt p {
  position: relative;
  padding-left: 16px;
}
.about-page .about_1 .content .item .txt p::before {
  content: '';
  position: absolute;
  width: 5px;
	height: 5px;
	background-color: #22aff7;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
.about-page .about_rd {
  background-color: #f8f8f8;
}
.about-page .about_rd .rdBox {
  height: 49vw; 
} 
.about-page .about_rd .rdBox img.bg {
  width: 62.5%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.about-page .about_rd .rdBox .titleBox {
  left: 50%;
  transform: translateX(-50%);
  bottom: 4.27083vw;
  color: #fff;
  z-index: 5;
}
.about-page .about_rd .rdBox .titleBox .title {
  font-size: var(--px114);
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-page .about_rd .rdBox .item {
  width: 14.5833vw;
  min-width: 150px;
  position: relative;
  z-index: 2;
}
.about-page .about_rd .rdBox .item img {
  border-radius: 10px;
}
.about-page .about_rd .rdBox .item1,.about-page .about_rd .rdBox .item5 {
  margin-top: 31.8%;
}
.about-page .about_rd .rdBox .item2,.about-page .about_rd .rdBox .item4 {
  margin-top: 14.8%;
}
.about-page .about_rd .rdBox .item1 {
  margin-right: 1.145833vw;
}
.about-page .about_rd .rdBox .item2 {
  margin-right: 7.5vw
}
.about-page .about_rd .rdBox .item3 {
  margin-top: 8%;
  margin-right: 6.1458vw;
}
.about-page .about_rd .rdBox .item4 {
  margin-right: 1.302vw;
}
/*.about-page .about_rd .rdBox .item1 {
  left: 4.8%;
  top: 58%;
}
.about-page .about_rd .rdBox .item2 {
  left: 20.625%;
  top: 27%;
}
.about-page .about_rd .rdBox .item3 {
  left: 42.8083%;
  top: 14.5%;
}
.about-page .about_rd .rdBox .item4 {
  left: 63.4375%;
  top: 27%;
}*/

.about-page .about_2 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.about-page .about_2 .right {
  width: 60%;
  margin-right: -15%;
}

.about-page .about_2 .right img {
  width: 100%;
}
.about-page .about_2 .right ul li p {
  padding-left: 6%;
  padding-bottom: 20px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.about-page .about_partner .titleBox {
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about_partner .content ul {
  margin: 0 -10px;
}
.about-page .about_partner .content ul li {
  padding: 0 10px;
}

.about-page .about_partner .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: calc(var(--px50) * -1);
  width: 100%;
  margin: 0;
  text-align: center;
}
.about-page .about_partner .content ul .slick-dots li {
  width: 12px;
  height: 12px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 12px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  transition: 0.5;
  padding: 0;
}
.about-page .about_partner .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about_partner .content ul .slick-dots li button {
  display: none;
}
.about-page .about_partner .content ul .slick-dots li.slick-active {
  background: var(--color);
}
@media screen and (max-width: 1000px) {
  .about-page .about_1 .content .left, .about-page .about_1 .content .right {
    width: 50%;
    padding: 15px;
  }
  .about-page .about_1 .content .item {
    margin-bottom: 20px;
    width: 100%;
  }
  .about-page .about_rd .rdBox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding-top: var(--px80);
    padding-bottom: var(--px80);
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-page .about_rd .rdBox .titleBox {
    position: static;
    transform: translateX(0);
    color: #333;
    text-align: center;
    width: 100%;
  }
  .about-page .about_rd .rdBox .titleBox .title {
    background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .about-page .about_rd .rdBox .item {
    width: 33.33%;
    padding: 10px;
  }
  .about-page .about_rd .rdBox .item img {
    display: block;
    margin: auto;
  }
  .about-page .about_rd .rdBox .item1, .about-page .about_rd .rdBox .item2,.about-page .about_rd .rdBox .item3, .about-page .about_rd .rdBox .item4,.about-page .about_rd .rdBox .item5 {
    margin-top: 0;
    margin-right: 0;
  }
  .about-page .about_rd .rdBox img.bg {
    display: none;
  }
  .about-page .about_2 .left {
    position: static;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about_rd .rdBox {
    padding-left: 10px;
    padding-right: 10px;

  }
  .about-page .about_rd .rdBox .item {
    width: 50%;
    padding: 5px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about_1 .content .left, .about-page .about_1 .content .right {
    width: 100%;
    padding: 0;
  }
  
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.productNav .sub-menu {
  display: none;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.productNav {
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.productNav::before {
  width: 100%;
  content: '';
  position: absolute;
  height: 50px;
  background-color: transparent;
  left: 0;
  bottom: -30px;

}
#header .proNav {
  width: 100vw;
  background-color: rgba(253, 253, 253, .95);
  /*background-color: red;*/
  left: 50%;
  /*transform: translateX(-50%);*/
  top: 100%;
  padding: var(--px40);
  padding-top: 40px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .proNav .proMenu1 {
  max-width: 33%;
  color: #666;
}
#header .proNav .proMenu1 a {
  position: relative;
  padding-bottom: 2px;
  display: inline-block;
}
#header .proNav .proMenu1 a::before {
  content: '';
  height: 2px;
  width: 0;
  background-color: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .proNav .proMenu1 a.menu1::before {
  display: none;
}
#header .proNav .proMenu1 a:hover {
  color: var(--color);
}
#header .proNav .proMenu1 a:hover::before {
  width: 100%;
}
#header .proNav .proMenu1 .proMenu2 {
  /*border-top: 1px solid #666;*/
  padding-top: 10px;
}
#header .proNav .proMenu1 .menu1 {
  min-height: 56px;
  margin-bottom: 10px;
  color:#000;
  display: inline-flex;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.productNav.show,
#header .proNav.show {
  -webkit-transform: scaleY(1) translateX(-50%);
  -moz-transform: scaleY(1) translateX(-50%);
  -ms-transform: scaleY(1) translateX(-50%);
  -o-transform: scaleY(1) translateX(-50%);
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.inner-page .slideBarBox .slideBarLeft {
  width: 28%;
  padding-right: 5%;
  /*position: -webkit-sticky;
  position: sticky;
  top: 100px;*/
}

.inner-page .slideBarBox .slideBarLeft .border {
  border: 1px solid #bebebe;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.inner-page .slideBarBox .slideBarLeft .border span.h6 {
  font-size: var(--px24);
  line-height: 1.8;
  display: block;
}

.inner-page .slideBarBox .slideBarLeft .border.search {
  padding: var(--px25);
}

.inner-page .slideBarBox .slideBarLeft .border.search form {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  padding: 0 .8em;
  font-size: 14px;
  line-height: 2;
}

.inner-page .slideBarBox .slideBarLeft .border.search form input {
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: transparent;
  width: 100%;
}

.inner-page .slideBarBox .slideBarLeft .border.search form input[type="submit"] {
  width: 22px;
  background: url("../images/icon-search.png") center center no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.inner-page .slideBarBox .slideBarLeft .border.nav span.h6 {
  padding: var(--px25);
  color: white;
  background-color: #01a9f8;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li {
  border-top: 1px solid #bebebe;
} 
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a {
  font-size: var(--px22);
  font-weight: 500;
  line-height: 1.81;
  padding: 10px;
  display: inline-flex;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  max-width: calc(100% - 22px);
}

.fenlei {
  font-size: var(--px24);
  line-height: 1.6;
  font-weight: 700;
  color: #01a9f8;
  margin-bottom: var(--px20);
}

.miaoshu {
  font-size: 16px;
  line-height: 2;
  margin-bottom: var(--px20);
  margin-top: var(--px20);
  max-height: 200px;
  overflow-y: auto;
}
img.shuiyin {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}

.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a.active {
  color: #01a9f8;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li.active ul {
  display: block;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li ul {
  display: none;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a {
  font-size: var(--px18);
  font-weight: normal;
  padding: 15px;
  padding-left: var(--px25);
}
.inner-page .slideBarBox .slideBarRight {
  width: 72%;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li i.iconfont {
  font-size: 22px;
  right: 5px;
  top: var(--px25);
}

.productList ul {
  margin: -20px;
}

.productList ul li {
  padding: 20px;
}

.productList ul li a.img-box {
  display: block;
  /*padding: 70px 18% 40px;*/
  background-color: #f3f3f3;
  overflow: unset;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 10px;
}

.productList ul li a.img-box img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}

.productList ul li .content {
  padding: 0 5%;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.productList ul li .content span.h6 {
  font-weight: 500;
  font-size: var(--px18);
  color: #120c0b;
  display: block;
  /*border-bottom: 1px solid #ececec;*/
  line-height: 32px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 64px;
}

.productList ul li .content .text {
  font-size: var(--px18);
  line-height: 1.8;
  margin-top: 1em;
  padding: 0 5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.productList ul li:hover a.img-box {
  background-color: var(--color);
}
.product-list-page .productList ul {
  margin: var(--npx35) -6px;
}
.product-list-page .productList ul li{
  padding: var(--px35) 6px;
}
@media screen and (max-width: 1450px) {
  
}
@media screen and (max-width: 1250px) {
  .productList ul li .content span.h6 {
    min-height: 0 !important;
  }
  .inner-page .slideBarBox .slideBarLeft {
    display: none;
  }

  .inner-page .slideBarBox .slideBarRight {
    width: 100%;
  }
  .productList ul li:hover a.img-box img {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .productList ul li:hover .content .text,
  .productList ul li:hover .content span.h6 {
    color: black;
  }

  .productList ul li:hover .content span.h6 {
    border-color: #ececec;
  }
}
@media screen and (max-width: 700px) {
  .product-list-page .productList ul li {
    width: 50%;
  }
}