@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.eot');
  src: url('../fonts/Inter-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Black.woff2') format('woff2'), url('../fonts/Inter-Black.woff') format('woff'), url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.eot');
  src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.eot');
  src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.eot');
  src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.eot');
  src: url('../fonts/Inter-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Light.woff2') format('woff2'), url('../fonts/Inter-Light.woff') format('woff'), url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Inter';
  font-weight: 400;
  margin: 0 auto;
  color: #000;
  font-size: 16px;
  height: auto;
  --color: #105ea8;
}
.container {
  width: 1550px;
  padding: 0 15px;
}
.col {
  color: var(--color);
}
.col0 {
  color: #000;
}
.col3 {
  color: #333;
}
.col6 {
  color: #666;
}
.col9 {
  color: #999;
}
.cold {
  color: #ddd;
}
.black {
  font-weight: 900;
}
@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;
  }
}
.stroke {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  line-height: 0.8;
  font-weight: 600;
  display: block;
  color: transparent;
}
.stroke em {
  line-height: 0.8;
  display: block;
}
.Hbtn,
.inner-page .Hbtn {
  overflow: hidden;
  position: relative;
  border-radius: 37px;
  border: 1px solid var(--color);
}
.Hbtn .bg,
.inner-page .Hbtn .bg {
  background-image: linear-gradient(#105ea8, #105ea8), linear-gradient(var(--color), var(--color));
  background-blend-mode: normal,
      normal;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.Hbtn .por,
.inner-page .Hbtn .por {
  z-index: 3;
}
.Hbtn:hover,
.inner-page .Hbtn:hover {
  color: var(--color);
}
.Hbtn:hover .bg,
.inner-page .Hbtn:hover .bg {
  opacity: 0;
}
.Hbtn.bgF,
.inner-page .Hbtn.bgF {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.3);
}
.Hbtn.bgF .bg,
.inner-page .Hbtn.bgF .bg {
  opacity: 0;
}
.Hbtn.bgF .por,
.inner-page .Hbtn.bgF .por {
  z-index: 3;
}
.Hbtn.bgF:hover,
.inner-page .Hbtn.bgF:hover {
  color: #fff;
}
.Hbtn.bgF:hover .bg,
.inner-page .Hbtn.bgF:hover .bg {
  opacity: 1;
}
.swiperBtns1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.swiperBtns1 .btns {
  width: var(--px68);
  height: var(--px68);
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.swiperBtns1 .btns:hover {
  background-color: var(--color);
}
#header {
  position: fixed;
  top: 0;
  right: 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: #fff;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu {
  padding: 20px 0 17px;
}
#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 .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: right;
  -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-right: var(--px45);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-right: 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: 4px 0 4px 0;
  text-align: right;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
  color: #333;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  right: 0;
  background-color: var(--color);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  right: 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: right;
  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: var(--color);
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  right: 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;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 18px;
  height: 18px;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  border-right: 1px solid #c1c1c1;
}
#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: #333;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 8px;
  height: 5px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#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%;
  left: 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: right;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: var(--color);
  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-right: 10px;
  color: #000;
}
#header.active > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
}
#banner {
  padding-top: 91px;
  overflow: hidden;
}
#banner .swiper ul li {
  height: auto;
}
#banner .swiper ul li .container {
  z-index: 3;
}
#banner .swiper ul li .container .textBox .text {
  width: 46%;
}
#banner .swiper ul li .container .imgBox {
  width: 43%;
}
#banner .swiper ul li.swiper-slide .hero-section {
  position: absolute;
  top: -20%;
  right: -20%;
  width: 140%;
  height: 140%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .swiper ul li.swiper-slide .hero-section .blue-glow {
  width: 80%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle, rgba(0, 94, 184, 0.8) 0%, rgba(0, 94, 184, 0.3) 40%, rgba(0, 94, 184, 0));
  filter: blur(40px);
  will-change: transform;
  pointer-events: none;
}
#banner .swiper ul li.swiper-slide .hero-section .noise-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.2;
  filter: url(#grainy);
  pointer-events: none;
}
#banner .textBot {
  position: absolute;
  right: 50%;
  transform: translateX(50.0%);
  bottom: 0;
  z-index: 3;
}
#banner .textBot .textBox {
  width: 670px;
  margin-right: auto;
  margin-left: var(--px40);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  border: 1px solid #fff;
  margin-bottom: var(--px45);
}
#banner .textBot .textBox .item {
  border-left: 1px solid #fff;
}
#banner .textBot .textBox .item:last-child {
  border-left: none;
}
#banner .swiperBtns1 {
  left: var(--px95);
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init_1 .left {
  width: 50%;
}
#index-body .init_1 .left img.img {
  width: 43.9583vw;
  max-width: none;
  margin-right: calc((1550px - 100vw) / 2 - 15px);
}
#index-body .init_1 .right {
  width: 50%;
}
#index-body .init_1 .right .imgBox {
  width: 100%;
}
#index-body .init_1 .right .imgBox .imgL {
  width: 53.16%;
}
#index-body .init_1 .right .imgBox .imgL .play-btn {
  width: var(--px86);
  height: var(--px86);
  min-width: 40px;
  min-height: 40px;
  background-color: #fff;
  color: var(--color);
}
#index-body .init_1 .right .imgBox .imgR {
  width: 44.8%;
  overflow: hidden;
}
#index-body .init_1 .right .imgBox .imgR .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, rgba(0, 94, 184, 0.9) 0%, rgba(0, 94, 184, 0.1) 100%);
  z-index: 1;
  opacity: 0;
}
#index-body .init_1 .right .imgBox .imgR .tetxBox {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
}
#index-body .init_1 .right .imgBox .imgR:hover .bg {
  opacity: 1;
}
#index-body .init_1 .right .imgBox .imgR:hover .tetxBox {
  opacity: 1;
  transform: translateY(0);
}
#index-body .init_1 .rollBox {
  white-space: nowrap;
}
#index-body .init_2 {
  background-color: #f3f6fb;
}
#index-body .init_2 .itemul {
  width: 100%;
}
#index-body .init_2 .itemul .itemLi {
  border-bottom: 1px solid #dfe2e7;
}
#index-body .init_2 .itemul .itemLi .itemBox {
  width: 100%;
}
#index-body .init_2 .itemul .itemLi .itemBox .item {
  width: 100%;
}
#index-body .init_2 .itemul .itemLi .itemBox .item .title {
  width: 38.1%;
}
#index-body .init_2 .itemul .itemLi .itemBox .item .title span {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
#index-body .init_2 .itemul .itemLi .itemBox .item .imgbox {
  width: 15%;
}
#index-body .init_2 .itemul .itemLi .itemBox .item .imgbox img {
  opacity: 0;
}
#index-body .init_2 .itemul .itemLi .itemBox .item .txtbox {
  width: 33.4%;
}
#index-body .init_2 .itemul .itemLi .itemBox .item .mk-btn {
  width: 56px;
  height: 56px;
  border: 1px solid var(--color);
  border-radius: 50%;
  color: var(--color);
}
#index-body .init_2 .itemul .itemLi .itemBox .item .mk-btn:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init_2 .itemul .itemLi .itemBox .item .mk-btn:hover i {
  transform: rotate(45deg);
}
#index-body .init_2 .itemul .itemLi .itemBox .item:hover .title .titl {
  color: #333;
}
#index-body .init_2 .itemul .itemLi .itemBox .item:hover .title .titl span {
  background-size: 100% 3px;
}
#index-body .init_2 .itemul .itemLi .itemBox .item:hover .imgbox img {
  opacity: 1;
}
#index-body .init_3 {
  position: relative;
  overflow: hidden;
}
#index-body .init_3 .container {
  z-index: 3;
  width: 1700px;
}
#index-body .init_3 .mk-content .mk-bottom ul li {
  width: 25%;
}
#index-body .init_3 .mk-content .mk-bottom ul li .box {
  position: relative;
}
#index-body .init_3 .mk-content .mk-bottom ul li .box .op {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100.1%;
}
#index-body .init_3 .mk-content .mk-bottom ul li .box .op span em {
  opacity: 0;
}
#index-body .init_3 .mk-content .mk-bottom ul li .box .op::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
#index-body .init_3 .mk-content .mk-bottom ul li .box .op::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
#index-body .init_3 .mk-content .mk-bottom ul li .box .num {
  position: relative;
}
#index-body .init_3 .mk-content .mk-bottom ul li .box .des {
  color: #d0d0d0;
  max-height: 145px;
  overflow-y: auto;
  width: 100%;
}
#index-body .init_3 .mk-content .mk-bottom ul li .box .mk-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: all 0.5s;
  opacity: 0;
}
#index-body .init_3 .mk-content .mk-bottom ul li .box .mk-btn:hover {
  background-color: var(--color);
  border-color: #fff;
}
#index-body .init_3 .mk-content .mk-bottom ul li .box:hover .mk-btn {
  opacity: 1;
}
#index-body .init_3 .mk-content .mk-bottom ul li.item1 .op::before {
  opacity: 0;
}
#index-body .init_3 .mk-content .mk-bottom ul li.item2 .op,
#index-body .init_3 .mk-content .mk-bottom ul li.item4 .op {
  gap: 0;
}
#index-body .init_3 .mk-content .mk-bottom ul li.item2 .op span,
#index-body .init_3 .mk-content .mk-bottom ul li.item4 .op span {
  width: 0;
  position: relative;
}
#index-body .init_3 .mk-content .mk-bottom ul li.item2 .op span::after,
#index-body .init_3 .mk-content .mk-bottom ul li.item4 .op span::after {
  content: "";
  display: block;
  width: 1px;
  height: 146px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50.0%);
}
#index-body .init_3 .mk-content .mk-bottom ul li.item2 .num,
#index-body .init_3 .mk-content .mk-bottom ul li.item4 .num {
  margin-top: 198px;
  position: relative;
}
#index-body .init_3 .mk-content .mk-bottom ul li.item4 .op::after {
  opacity: 0;
}
#index-body .init_3 .hero-section {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 120%;
  height: 120%;
  overflow: hidden;
  z-index: 1;
}
#index-body .init_3 .hero-section .blue-glow {
  width: 80%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle, rgba(0, 94, 184, 0.9) 0%, rgba(0, 94, 184, 0.4) 40%, rgba(0, 94, 184, 0));
  filter: blur(40px);
  will-change: transform;
  pointer-events: none;
}
#index-body .init_3 .hero-section .noise-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.2;
  filter: url(#grainy);
  pointer-events: none;
}
#index-body .init_4 {
  background-color: #f3f6fb;
}
#index-body .init_4 .swiper ul li .box .imgBox {
  border-radius: 10px;
}
#index-body .init_4 .swiper ul li .box .titl {
  width: 100%;
  margin: auto;
  max-width: 220px;
}
#index-body .init_5 .left {
  width: 42%;
  position: sticky;
  top: 100px;
  z-index: 9;
}
#index-body .init_5 .right {
  width: 51%;
}
#index-body .init_5 .right .item .imgBox img {
  border-radius: 10px;
}
#index-body .init_5 .right .item .titlBox {
  max-width: calc(100% - 46px);
}
#index-body .init_5 .right .item .btn_so {
  width: 46px;
  height: 46px;
  background-color: var(--color);
  border-radius: 50%;
}
#index-body .init_5 .right .item .btn_so:hover i {
  transform: rotate(45deg);
}
#index-body .init_6 {
  background-color: #f3f6fb;
}
#index-body .init_6 .swiper ul li .list {
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
#index-body .init_6 .swiper ul li .list .dateBox {
  border-bottom: solid 1px #dddddd;
}
#index-body .init_6 .swiper ul li .list .dateBox .date {
  padding-top: 5px;
  padding-bottom: 5px;
}
#index-body .init_6 .swiper ul li .list .dateBox .menu {
  background-color: var(--color);
  border-radius: 15px;
}
#index-body .init_6 .swiper ul li .list .por {
  z-index: 3;
}
#index-body .init_6 .swiper ul li .list .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/init_6ListBg.jpg');
  border-radius: 10px;
  opacity: 0;
}
#index-body .init_6 .swiper ul li .list:hover {
  color: #fff;
}
#index-body .init_6 .swiper ul li .list:hover .dateBox .menu {
  color: var(--color);
  background-color: #fff;
}
#index-body .init_6 .swiper ul li .list:hover .txt {
  color: #fff;
}
#index-body .init_6 .swiper ul li .list:hover .bg {
  opacity: 1;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #070304;
}
#footer .footerTop {
  overflow: hidden;
}
#footer .footerTop .container {
  z-index: 5;
}
#footer .footerTop .hero-section {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 120%;
  height: 120%;
  overflow: hidden;
}
#footer .footerTop .hero-section .blue-glow {
  width: 80%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle, rgba(0, 94, 184, 0.9) 0%, rgba(0, 94, 184, 0.4) 40%, rgba(0, 94, 184, 0));
  filter: blur(40px);
  will-change: transform;
  pointer-events: none;
}
#footer .footerTop .hero-section .noise-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.2;
  filter: url(#grainy);
  pointer-events: none;
}
#footer .footerTop .formBox {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}
#footer .footerTop .formBox form {
  width: 100%;
}
#footer .footerTop .formBox form input {
  height: 41px;
  background-color: transparent;
  border: none;
  color: #fff;
  width: 24%;
}
#footer .footerTop .formBox form input::placeholder {
  color: #fff;
}
#footer .footerTop .formBox form input.mes {
  width: calc(100% - 48% - 100px);
}
#footer .footerTop .formBox form input.inquery {
  width: 100px;
  background-color: var(--color);
  border-radius: 20px;
}
#footer .footerTop .formBox form input.inquery:hover {
  background-color: #fff;
  color: var(--color);
}
#footer .footerTop .mail {
  color: rgba(255, 255, 255, 0.1);
}
#footer .topF {
  border-bottom: 1px solid #393536;
}
#footer .topF .share a {
  width: 47px;
  height: 47px;
  background-color: #393536;
  border-radius: 10px;
  font-size: 20px;
}
#footer .topF .share a:hover {
  background-color: var(--color);
}
#footer .centerF .list {
  line-height: 1.875;
}
#footer .centerF .list p.linkH a:hover {
  color: #fff;
  opacity: 1;
}
#footer .centerF .list .contQr {
  width: 101px;
  height: 101px;
  border-radius: 10px;
  background-color: #fff;
  padding: 8px;
}
#footer .centerF .list .contQr * {
  width: 100%;
  height: 100%;
}
#footer .centerF .list1 {
  width: 25%;
  max-width: 310px;
}
#footer .centerF .list1 .contBox .iconBox {
  width: 18px;
}
#footer .centerF .list1 .contBox .txt {
  width: 100%;
  max-width: calc(100% - 18px);
}
#footer .centerF .list2 {
  width: 16%;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  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: calc(100% + var(--npx165));
  position: relative;
  top: 0;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .copyright .container .topBtn {
  width: var(--px114);
  height: var(--px114);
  min-width: 75px;
  min-height: 75px;
  margin-bottom: 18px;
  background-color: var(--color);
  border-radius: 50%;
  border: 1px solid var(--color);
}
#footer .copyright .container .topBtn:hover {
  background-color: #fff;
  color: var(--color);
}
@media (max-width: 1700px) {
  #index-body .init_1 .left img.img {
    margin-right: calc((1400px - 100vw) / 2 - 15px);
  }
  #index-body .init_3 .container {
    width: 1400px;
  }
}
@media (max-width: 1450px) {
  #index-body .init_1 .left img.img {
    margin-right: calc((1200px - 100vw) / 2 - 15px);
  }
  #index-body .init_3 .container {
    width: 1200px;
  }
}
@media (max-width: 1250px) {
  #banner {
    padding-top: 0;
  }
  #index-body .init_1 .left img.img {
    margin-right: calc((970px - 100vw) / 2 - 15px);
  }
  #index-body .init_3 .container {
    width: 970px;
  }
  #footer .centerF .list1 {
    width: 40%;
    max-width: none;
  }
}
@media (max-width: 1000px) {
  #banner .swiper ul li .container .textBox .text {
    width: 55%;
  }
  #banner .textBot {
    position: relative;
    right: 0;
    transform: translateX(-0.0);
  }
  #banner .textBot .textBox {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 10px auto;
  }
  #index-body .init_1 .left img.img {
    display: block;
    margin-right: 0;
    margin: 10px auto;
    width: 80%;
  }
  #index-body .init_2 .itemul .itemLi .itemBox .item {
    padding-bottom: 15px;
  }
  #index-body .init_2 .itemul .itemLi .itemBox .item .imgbox {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #index-body .init_2 .itemul .itemLi .itemBox .item .imgbox img {
    opacity: 1;
  }
  #index-body .init_3 .container {
    width: 700px;
  }
  #index-body .init_3 .mk-content .mk-bottom ul li {
    width: 49%;
    margin-bottom: 15px;
  }
  #index-body .init_3 .mk-content .mk-bottom ul li .box .op {
    display: none;
  }
  #index-body .init_3 .mk-content .mk-bottom ul li .box .mk-btn {
    opacity: 1;
  }
  #index-body .init_3 .mk-content .mk-bottom ul li.item2 .num,
  #index-body .init_3 .mk-content .mk-bottom ul li.item4 .num {
    margin-top: 0;
  }
  #index-body .init_5 .left {
    position: static;
  }
  #footer .footerTop .formBox form input {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 49%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #footer .footerTop .formBox form input.mes {
    width: 100%;
  }
  #footer .centerF .list1 {
    width: calc(100% - 110px);
  }
  #footer .copyright .container .left {
    width: calc(100% - 80px);
  }
}
@media (max-width: 700px) {
  #banner .swiper ul li .container .textBox .text {
    width: 100%;
  }
  #banner .swiper ul li .container .imgBox {
    display: none;
  }
  #index-body .init_3 .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #banner .textBot .textBox .item {
    width: 50%;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  #index-body .init_1 .right .imgBox .imgL,
  #index-body .init_1 .right .imgBox .imgR {
    width: 100%;
    margin: 5px;
  }
  #index-body .init_1 .right .imgBox .imgL img,
  #index-body .init_1 .right .imgBox .imgR img {
    display: block;
    margin: 0 auto;
  }
  #index-body .init_1 .right .imgBox .imgR img {
    width: 100%;
  }
  #index-body .init_3 .mk-content .mk-bottom ul li {
    width: 100%;
  }
  #footer .footerTop .formBox form input {
    width: 100%;
  }
  #footer .centerF .list1 {
    width: 100%;
  }
  #footer .copyright .container .left {
    width: 100%;
    margin-top: 20px;
  }
}
#mobile2 .logo img {
  filter: brightness(0) invert(1);
}
@keyframes zumpBottom {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-13px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes zumpX {
  0% {
    transform: translateX(-0.0px);
  }

  100% {
    transform: translateX(13.0px);
  }
}
.inner-banner {
  margin-top: 90px;
  padding-top: var(--px148);
  padding-bottom: var(--px142);
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  overflow: hidden;
}

.inner-banner .con .circle {
  width: 12.70833vw;
  height: 12.70833vw;
  border-radius: 50%;
  background-color: var(--color);
  position: absolute;
  top: var(--npx45);
  right: var(--npx26);
  animation: zumpBottom 1s infinite alternate;
  z-index: -1;
}

.inner-banner .con .circle-text {
  position: absolute;
  top: 50%;
  left: var(--px107);
  transform: translateY(-50%);
  width: var(--px164);
  height: var(--px162);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 22;
}

.inner-banner .con .circle-text .curved-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}

.inner-banner .con .circle-text .curved-circle .item {
  width: 100%;
}

.inner-banner .con .circle-text .curved-circle .item span {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.2em;
}

.inner-banner .shape-one {
  position: absolute;
  left: -15px;
  bottom: 0;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}

.inner-banner .shape-one path:nth-child(1) {
  fill: var(--color);
}

.inner-banner .shape-one path:nth-child(2) {
  fill: var(--color);
}

.inner-page .i-title {
  line-height: 1.25;
}

.inner-page .sidebox .sideleft {
  width: 21.75%;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}

.inner-page .sidebox .sideleft .tit {
  font-size: var(--px25);
  font-weight: 500;
  padding-right: 18px;
}

.inner-page .sidebox .sideleft .tit::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 26px;
  border: solid 2px var(--color);
}

.inner-page .sidebox .sideleft .item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: var(--px30) var(--px25) var(--px44) var(--px22);
  margin-top: var(--px35);
}

.inner-page .sidebox .sideleft .item:first-child {
  margin-top: 0;
}

.inner-page .sidebox .sideleft .category ul>li {
  margin-bottom: 16px;
  position: relative;
}

.inner-page .sidebox .sideleft .category ul>li>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 10px;
  height: auto;
  min-height: 45px;
  padding: 10px var(--px21) 10px var(--px31);
  font-size: 16px;
  line-height: 1.3;
  color: #666;
  position: relative;
  z-index: 1;
}

.inner-page .sidebox .sideleft .category ul>li>a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(180deg, #2849c5 0%, var(--color) 100%);
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .sidebox .sideleft .category ul>li>a:hover,
.inner-page .sidebox .sideleft .category ul>li>a.active {
  color: #fff;
}

.inner-page .sidebox .sideleft .category ul>li>a:hover::after,
.inner-page .sidebox .sideleft .category ul>li>a.active::after {
  width: 100%;
}

.inner-page .sidebox .sideleft .category ul>li i {
  position: absolute;
  z-index: 1;
  font-size: 16px;
  left: 15px;
  top: 10px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .sidebox .sideleft .category ul>li i.active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.inner-page .sidebox .sideleft .category ul>li ul {
  margin-top: var(--px20);
}

.inner-page .sidebox .sideleft .category ul>li ul li a {
  background-color: #fff;
  height: auto;
}

.inner-page .sidebox .sideleft .category ul>li ul li a::after {
  display: none;
}

.inner-page .sidebox .sideleft .category ul>li ul li a:hover,
.inner-page .sidebox .sideleft .category ul>li ul li a.active {
  color: var(--color);
}

.inner-page .sidebox .sideleft .category ul>li:last-child {
  margin-bottom: 0;
}

.inner-page .sidebox .sideleft .category ul>li.active i {
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.inner-page .sidebox .sideleft .category ul>li:hover>a {
  color: #fff;
}

.inner-page .sidebox .sideleft .category ul>li:hover>a::after {
  width: 100%;
}

.inner-page .sidebox .sideleft .category ul>li:hover i {
  font-weight: bold;
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.inner-page .sidebox .sideleft .contact {
  padding-bottom: var(--px28);
}

.inner-page .sidebox .sideleft .contact input,
.inner-page .sidebox .sideleft .contact textarea {
  width: 100%;
  height: 44px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: 0;
  margin-bottom: 17px;
  padding: 0 var(--px22);
  font-size: 16px;
}

.inner-page .sidebox .sideleft .contact input::-webkit-input-placeholder,
.inner-page .sidebox .sideleft .contact textarea::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}

.inner-page .sidebox .sideleft .contact input:-moz-placeholder,
.inner-page .sidebox .sideleft .contact textarea:-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}

.inner-page .sidebox .sideleft .contact input::-moz-placeholder,
.inner-page .sidebox .sideleft .contact textarea::-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}

.inner-page .sidebox .sideleft .contact input:-ms-input-placeholder,
.inner-page .sidebox .sideleft .contact textarea:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}

.inner-page .sidebox .sideleft .contact input::placeholder,
.inner-page .sidebox .sideleft .contact textarea::placeholder {
  color: rgba(102, 102, 102, 0.3);
}

.inner-page .sidebox .sideleft .contact textarea {
  height: 128px;
  padding-top: 11px;
}

.inner-page .sidebox .sideleft .contact button {
  height: 40px;
  padding: 0 var(--px23) 0 var(--px22);
  margin-top: 8px;
  border: 1px solid var(--color);
}

.inner-page .sidebox .sideleft .related ul li .img-box {
  width: 18%;
  height: 59px;
}

.inner-page .sidebox .sideleft .related ul li .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-page .sidebox .sideleft .related ul li .title {
  width: 82%;
  line-height: 1.7;
}

.inner-page .sidebox .sideleft .related ul li:last-child {
  margin-bottom: 0;
}

.inner-page .sidebox .sideright {
  width: 78.25%;
  padding-right: var(--px42);
}

.inner-page .m-page {
  margin-top: var(--px30);
  text-align: center;
}

.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  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;
  color: #0a1119;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 5px;
  border: 1px solid rgba(10, 17, 25, 0.15);
  border-radius: 50%;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}

.product-page .sideright .top {
  padding: var(--px40);
  background-color: #fafafa;
  border-radius: var(--px20);
}

.product-page .sideright .top .con {
  max-height: 300px;
  overflow-y: auto;
}

.product-page .sideright .bottom {
  background-color: #fafafa;
  border-radius: var(--px20);
  padding: var(--px40);
}

.product-page .sideright .bottom ul {
  margin: var(--npx20) -15px;
}

.product-page .sideright .bottom ul li {
  padding: var(--px20) 15px;
}

.product-page .sideright .bottom ul li .img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
}

.product-page .sideright .bottom ul li .img .more {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sideright .bottom ul li .img .more:hover {
  background-color: #fff;
}
.product-page .sideright .bottom ul li .img:hover .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 1250px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }

  .inner-page .sidebox .sideright {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 1000px) {
  .product-page .sideright .top {
    padding: 20px;
  }

  .product-page .sideright .bottom {
    padding: 20px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .sideright .bottom ul {
    margin: 0;
  }
  .product-page .sideright .bottom ul li {
    width: 100%;
    padding: 15px 0;
  }
}

.honor-page .init-1 .container .left {
  width: 230px;
}

.honor-page .init-1 .container .left .listC .list {
  cursor: pointer;
  margin-top: var(--px80);
  color: #777777;
}

.honor-page .init-1 .container .left .listC .list .num {
  line-height: 1;
}

.honor-page .init-1 .container .left .listC .list .text {
  margin-top: 10px;
}

.honor-page .init-1 .container .left .listC .list .line {
  height: 5px;
  width: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  background-color: var(--color);
  margin-top: 10px;
}

.honor-page .init-1 .container .left .listC .list:hover,
.honor-page .init-1 .container .left .listC .list.active {
  color: var(--color);
}

.honor-page .init-1 .container .left .listC .list:hover .line,
.honor-page .init-1 .container .left .listC .list.active .line {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.honor-page .init-1 .container .left .listC .list:first-child {
  margin-top: 0;
}

.honor-page .init-1 .container .right {
  width: -webkit-calc(100% - 230px);
  width: -moz-calc(100% - 230px);
  width: calc(100% - 230px);
  padding-right: 120px;
}

.honor-page .init-1 .container .right .list {
  display: none;
  width: 100%;
}

.honor-page .init-1 .container .right .list .listC {
  width: 100%;
  position: relative;
}

.honor-page .init-1 .container .right .list .imgC {
  padding-left: var(--px70);
  width: -webkit-calc(-150%);
  width: -moz-calc(-150%);
  width: calc(100% - 250px);
  position: relative;
}

.honor-page .init-1 .container .right .list .imgC ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
}

.honor-page .init-1 .container .right .list .imgC ul .slick-slide {
  height: auto;
}

.honor-page .init-1 .container .right .list .imgC ul .slick-slide>div {
  height: 100%;
}

.honor-page .init-1 .container .right .list .imgC ul .slick-list {
  height: 100%;
}

.honor-page .init-1 .container .right .list .imgC ul li {
  height: 100%;
  padding: var(--px90) 0;
  width: 30%;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.honor-page .init-1 .container .right .list .imgC ul li .box {
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.honor-page .init-1 .container .right .list .imgC ul li .box .img img {
  width: 100%;
}

.honor-page .init-1 .container .right .list .imgC ul .slick-current li {
  z-index: 2;
}

.honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2;
  opacity: 1;
}

.honor-page .init-1 .container .right .list .galleryC {
  width: 250px;
  text-align: center;
  padding: var(--px40) 0;
  position: relative;
}

.honor-page .init-1 .container .right .list .galleryC i {
  font-size: var(--px30);
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  z-index: 2;
  cursor: pointer;
}

.honor-page .init-1 .container .right .list .galleryC i:hover {
  color: var(--color);
}

.honor-page .init-1 .container .right .list .galleryC .prev {
  top: 0;
  bottom: unset;
}

.honor-page .init-1 .container .right .list .galleryC ul li {
  padding: 10px 0;
}

.honor-page .init-1 .container .right .list .galleryC ul li .box {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  height: 100px;
  cursor: pointer;
  font-size: 16px;
}

.honor-page .init-1 .container .right .list .galleryC ul li .box p {
  overflow-y: auto;
  padding-left: 4px;
  max-height: 100px;
}

.honor-page .init-1 .container .right .list .galleryC ul .slick-current li .box {
  background-color: var(--color);
  color: #fff;
}

.honor-page .init-1 .container .right .list.active {
  display: block;
}

.honor-page .init-1 .container .right .list.active .listC .imgC {
  -webkit-animation: fadeInLeftSmall 0.5s linear;
  -moz-animation: fadeInLeftSmall 0.5s linear;
  animation: fadeInLeftSmall 0.5s linear;
}

.honor-page .init-1 .container .right .list.active .listC .galleryC {
  -webkit-animation: fadeInRightSmall 0.5s linear;
  -moz-animation: fadeInRightSmall 0.5s linear;
  animation: fadeInRightSmall 0.5s linear;
}

@media (max-width: 1250px) {
  .honor-page .init-1 .container .left {
    width: 150px;
  }

  .honor-page .init-1 .container .right {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
    padding-right: 20px;
  }
}

@media (max-width: 1000px) {
  .honor-page .init-1 .container .left {
    width: 100%;
  }

  .honor-page .init-1 .container .left .listC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .honor-page .init-1 .container .left .listC .list {
    margin: 20px 15px 0;
    text-align: center;
  }

  .honor-page .init-1 .container .left .listC .list:first-child {
    margin-top: 20px;
  }

  .honor-page .init-1 .container .right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .honor-page .init-1 .container .right .list .imgC {
    width: 100%;
    padding-left: 0;
  }

  .honor-page .init-1 .container .right .list .galleryC {
    width: 100%;
  }

  .honor-page .init-1 .container .right .list .galleryC ul li .box {
    height: auto;
    padding: 16px;
  }
}

@media (max-width: 500px) {
  .honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .honor-page .init-1 .container .right .list .imgC ul li {
    padding: var(--px90) 5px;
    padding-top: 20px;
  }
}

.factory-page .gallery-list ul {
  margin: -15px;
  align-items: stretch; 
}

.factory-page .gallery-list ul>p {
  font-size: 16px;
  letter-spacing: 0;
  margin: var(--px20);
}

.factory-page .gallery-list ul li {
  padding: 15px;
  flex-shrink: 0;
}

.factory-page .gallery-list ul li .box {
  -webkit-box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
  height: 100%;
}

.factory-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}

.factory-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: var(--px18);
  padding: 5px;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.factory-page .gallery-list ul li .box:hover h5 {
  background: var(--color);
  color: white;
}
@media screen and (max-width: 1250px) {
  .factory-page .gallery-list ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 700px) {
  .factory-page .gallery-list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .factory-page .gallery-list ul li {
    width: 100%;
  }
}
.case-page {
  border-top-left-radius: var(--px30);
  background: #fff;
}

.case-page .container ul {
  margin: 0 -15px;
}

.case-page .container ul li {
  margin-top: var(--px20);
  padding: 0 15px;
}

.case-page .container ul li .img-box {
  border-radius: 10px;
}

.case-page .container ul li p {
  text-align: center;
}

@media (max-width: 500px) {
  .case-page .container ul li {
    width: 100% !important;
  }
}
#innerMobileBanner {
  margin-top: 60px;
}

.case_cont .case_left {
  width: 22%;
  position: sticky;
  top: 40px;
}

.case_cont .case_left .widget {
  background: #fff;
  border-radius: 12px;
  margin-bottom: var(--px30);
}

.case_cont .case_left .widget form {
  position: relative
}

.case_cont .case_left .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_left .widget form button {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}

.case_cont .case_left .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .04);
  font-size: var(--px20);
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000
}

.case_cont .case_left .widget ul {
  margin-bottom: 0;
  padding: 0 } .case_cont .case_left .widget ul li { margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  overflow: hidden
}

.case_cont .case_left .widget ul li a {
  padding-right: var(--px20);
  line-height: 1.75;
}

.case_cont .case_left .widget ul li:last-child {
  margin-bottom: 0
}

.case_cont .case_left .widget ul li i {
  font-size: 14px;
  margin-left: 5px;
  position: absolute;
  right: 0;
  top: 4px
}

.case_cont .case_left .widget ul li:hover,
.case_cont .case_left .widget ul li.active {
  color: var(--color)
}

.case_cont .case_left .widget ul li ul {
  display: none;
  margin-top: 15px
}

.case_cont .case_left .widget ul li ul li a {
  padding-right: 0;
  color: #999
}

.case_cont .case_left .widget ul li ul li a.active {
  color: var(--color)
}

.case_cont .case_left .widget .recent li {
  display: block
}

.case_cont .case_left .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: right } .case_cont .case_left .widget .recent li a.title { display: block;
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem
}

.case_cont .case_left .widget .form1 {
  text-align: center } .case_cont .case_left .widget .form1 input[type=text], .case_cont .case_left .widget .form1 textarea { width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}

.case_cont .case_left .widget .form1 input[type=submit] {
  background: var(--color);
  color: #fff;
  font-size: var(--px18);
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.case_cont .case_left .widget .form1 textarea {
  height: 100px;
}

.case_cont .case_left .widget .form1 input[type=submit]:hover {
  background: #000
}

.case_cont .case_right {
  width: 78%;
  padding: 0 var(--px50) var(--px50) 0;
}


.case_cont .case_right .ap-top {
  position: relative;
  transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
  transform-style: preserve-3d;
  perspective: 80000px
}

.case_cont .case_right .ap-top .img {
  transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all .5s
}

.case_cont .case_right .ap-top .img img {
  width: 100%
}

.case_cont .case_right .ap-top .img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2)
}

.case_cont .case_right .ap-top h6 {
  padding: 0 1.6rem .7rem;
  position: absolute;
  background: 0 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  top: 1.6rem;
  right: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase
}

.case_cont .case_right .ap-top h6:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 2rem;
  background-color: #fff
}

.case_cont .case_right .ap-top .desc {
  position: absolute;
  right: 0;
  width: 100%;
  padding: 15px 1.6rem;
  bottom: 0;
  color: #fff;
  background: var(--color);
  z-index: 10
}

.case_cont .case_right .ap-top .desc h2 {
  font-size: var(--px24);
  font-weight: 700;
  line-height: 1.6
}

.case_cont .case_right .ap-top .desc p {
  font-size: 16px;
  line-height: 2
}

.case_cont .case_right .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px var(--px80) rgba(0, 0, 0, .35)
}


.case_cont .case_right .ap-bottom {
  margin-top: var(--px40);
  font-size: 16px;
  line-height: 2
}

.case_cont .case_right .ap-bottom h6 {
  font-size: var(--px25);
  line-height: 1.6;
  color: #002e42;
  text-transform: capitalize;
  font-weight: 700
}

.case_cont .case_right .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem
}

.case_cont .case_right .ap-bottom .con p {
  margin-bottom: 15px
}

.case_cont .case_right .ap-bottom .bottom2 {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc
}

.case_cont .case_right .ap-bottom .bottom2 dl {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-bottom: 1rem
}

.case_cont .case_right .ap-bottom .bottom3 {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li {
  margin-bottom: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002e42;
  font-weight: 700;
  line-height: 2;
  padding: .8rem 1.2rem;
  padding-left: var(--px40);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .1);
  position: relative
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
  content: "\f107";
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 20px;
  font-family: fontAwesome
}

.case_cont .case_right .ap-bottom .bottom3 ul li .desc {
  padding: 1.6rem 2rem .8rem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1px;
  color: #002e42;
  display: none
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4 {
  background: #1955a0;
  color: #fff
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4:after {
  content: "\f106"
}

.case_cont .case_right .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0
}

.case_cont .case_right .init-1 {
  border-bottom: 1px solid #c4c4c6;
}

.case_cont .case_right .init-1 .img_cont {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
}

.case_cont .case_right .init-1 .img_cont::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0;
  right: 0;
}

.case_cont .case_right .init-1 .img_cont img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}

.case_cont .case_right .init-1 .img_cont .text {
  position: absolute;
  bottom: var(--px40);
  width: 100%;
  right: 0;
  padding: 0 var(--px40);
  font-weight: bold;
  z-index: 2;
}

.case_cont .case_right .init-1 .img_cont .text span {
  border-bottom: 4px solid #fff;
  padding-bottom: 10px;
  display: inline-block;
}

.case_cont .case_right .init-1 .text_cont {
  color: #222222;
  margin-top: var(--px30);
}

.case_cont .case_right .init-2 {
  margin-top: var(--px50) !important;
}

.case_cont .case_right .init-2 .top {
  position: relative;
}

.case_cont .case_right .init-2 .top::before {
  content: '';
  position: absolute;
  bottom: 1px;
  right: 45px;
  width: calc(100% - 90px);
  height: 1px;
  background: #c4c4c6;
}

.case_cont .case_right .init-2 table {
  border: none;
}

.case_cont .case_right .init-2 table tbody {
  display: block;
}

.case_cont .case_right .init-2 table tr {
  display: block;
  width: 100% !important;
}

.case_cont .case_right .init-2 table tr td {
  border: none;
  padding: 0;
}

.case_cont .case_right .init-2 .top {
  margin: 0 -45px;
}

.case_cont .case_right .init-2 .top .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.case_cont .case_right .init-2 .top .slick-track .slick-slide {
  height: auto;
}

.case_cont .case_right .init-2 .top .slick-track .slick-slide>div {
  height: 100%;
}

.case_cont .case_right .init-2 .top .slick-track .slick-slide>div>td {
  height: 100% !important;
  position: relative;
}

.case_cont .case_right .init-2 .top .slick-track .slick-slide>div>td::before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 45px;
  width: 18px;
  height: 3px;
  background: #767677;
  transition: all .5s;
}

.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td {
  color: #000;
}

.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td::before {
  width: calc(100% - 90px);
  background: #0256bf;
}


.case_cont .case_right .init-2 .top table tr td {
  padding: 0 45px;
  font-weight: bold;
  padding-bottom: 30px;
  color: rgba(0, 0, 0, .5);
}

.case_cont .case_right .init-2 .bottom {
  margin-top: 20px;
}

.case_cont .case_right .init-3 {
  margin-top: var(--px50) !important;
}

.case_cont .case_right .init-3 .tips {
  font-weight: bold;
}

.case_cont .case_right .init-3 .swiper {
  margin-top: 40px;
  overflow: hidden;
}

.case_cont .case_right .init-3 .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

.case_cont .case_right .init-3 .swiper .img_c {
  border-radius: 16px;
  overflow: hidden;
}

.case_cont .case_right .init-3 .swiper .img_c img {
  width: 100%;
}

.case_cont .case_right .init-3 .swiper .img_c video {
  display: block;
  width: 100%;
}

.case_cont .case_right .init-4 {
  margin-top: 50px;
}

.case_cont .case_right .init-4 .tips {
  font-weight: bold;
  margin-top: var(--px60) !important;
}

.case_cont .case_right .init-4 .swiper {
  margin-top: 50px;
  overflow: hidden;
}

.case_cont .case_right .init-4 .swiper .swiper-slide {
  height: auto;
}

.case_cont .case_right .init-4 .swiper .swiper-slide .box {
  height: 100%;
}

.case_cont .case_right .init-4 .swiper .swiper-slide a {
  display: block;
}

.case_cont .case_right .init-4 .swiper .swiper-slide .box {
  background: #fff;
  padding: 30px 50px;
  border-radius: 16px;
}

.case_cont .case_right .init-4 .swiper .swiper-slide a img {
  display: block;
  width: 100%;
}

.case_cont .case_right .init-4 .swiper .swiper-slide .text {
  font-family: 'EurostileBla';
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width:1450px) {
  .case_cont .case_left {
    width: 28%
  }

  .case_cont .case_right {
    width: 72%
  }

  .case_cont .case_left .widget .recent li a.title {
    margin-left: 98px } } @media screen and (max-width:1250px) { .case_cont .case_right .init-4 .swiper .swiper-slide .box { padding: 20px 16px;
  }
}

@media screen and (max-width:1000px) {

  .case_cont .case_left {
    display: none
  }

  .case_cont .case_right {
    width: 100%;
    padding-left: 0 } .case_cont .case_right { padding: 0 0 var(--px50) !important } } @media (max-width: 700px) { .case_cont .case_right .ap-top .img img { min-height: 250px;
    object-fit: cover
  }

  .case_cont .case_right .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }

  .case_cont .case_right .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8
  }

  .case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
    right: .5em
  }
}

@media (max-width: 500px) {
  .case_cont .case_right .ap-bottom .bottom3 ul li .desc {
    padding: 20px 10px;
  }

  .case_cont .case_right .init-1 .img_cont .text {
    bottom: 10px;
    padding: 0 10px;
  }

  .case_cont .case_right .init-1 .img_cont .text span {
    padding-bottom: 4px;
    border-bottom: 2px solid #fff;
  }

  .case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td {
    padding-bottom: 10px;
  }

  .case_cont .case_right .init-3 .swiper {
    margin-top: 20px;
  }

  .case_cont .case_right .init-4 {
    margin-top: 20px;
  }

  .case_cont .case_right .init-4 .swiper {
    margin-top: 20px;
  }
}
.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  font-size: var(--px22);
}

.news-page02 .news-1 .list ul {
  margin: -15px;
}

.news-page02 .news-1 .list ul li {
  padding: 15px;
}

.news-page02 .news-1 .list ul li a.img-box {
  display: block;
}

.news-page02 .news-1 .list ul li .content {
  -o-box-shadow: 0px 5px var(--px43) 0px rgba(27, 26, 26, 0.06);
  -webkit-box-shadow: 0px 5px var(--px43) 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px var(--px43) 0px rgba(27, 26, 26, 0.06);
  padding: 10%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  border-radius: var(--px20);
  z-index: 1;
  background: #F2F2F2 right bottom;
}

.news-page02 .news-1 .list ul li .content .tags {
  display: inline-block;
  font-size: 16px;
  min-height: 32px;
  line-height: 2;
  padding: 0 15px;
  border: solid 1px #666666;
  color: #666666;
  border-radius: 16px;
}

.news-page02 .news-1 .list ul li .content:hover {
  background: var(--color) url(../images/lg.png) no-repeat right bottom;
  color: #ffffff;
}

.news-page02 .news-1 .list ul li .content:hover .tags {
  color: #ffffff;
  border: solid 1px #ffffff;
}

.news-page02 .news-1 .list ul li .content:hover a.link img {
  filter: brightness(1);
}

.news-page02 .news-1 .list ul li .content:hover .btn-go {
  background-color: #fff;
  color: var(--color);
}

.news-page02 .news-1 .list ul li .content time {
  font-size: 14px;
  line-height: 2;
  display: block;
  margin-bottom: 1em;
}

.news-page02 .news-1 .list ul li .content span.h6 {
  font-size: var(--px20);
  font-weight: 500;
  display: block;
  line-height: 1.5;
  height: calc(var(--px20) * 3 * 1.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page02 .news-1 .list ul li .content .text {
  font-size: 16px;
  line-height: 1.75;
}

.news-page02 .news-1 .list ul li .content .pre {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page02 .news-1 .list ul li .content .pre .text {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page02 .news-1 .list ul li .content a.link {
  margin-top: 2em;
  transition: 0s;
  font-size: 16px;
}

.news-page02 .news-1 .list ul li .content a.link:hover {
  color: #ffffff;
}

.news-page02 .news-1 .list ul li .content a.link:before {
  background: #ffffff;
}

.news-page02 .news-1 .list ul li:hover .content {
  margin-top: var(--npx30);
}

.news-page02 .news-1 .list ul li:hover .content span.h6 {
  opacity: 0;
}

.news-page02 .news-1 .list ul li:hover .content .text {
  opacity: 1;
}

.news-page02 .news-1 .list ul li:hover .content .pre {
  padding-bottom: var(--px30);
}
.news-page02 .news-1 .list ul li .content .Hbtn {
  border: 1px solid #f2f2f2;
}
.news-page02 .news-1 .list ul li .content .Hbtn {
  background-color: #fff;
}
@media screen and (max-width: 1700px) {
  .news-page02 .news-1 .list ul li .content {
    padding: 7%;
  }
}

@media screen and (max-width: 1450px) {
  .news-page02 .news-1 .list ul li .content {
    padding: 5%;
  }
}

@media screen and (max-width: 1250px) {
  .news-page02 .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em;
  }

  .news-page02 .news-1 .list ul li:hover .content span.h6 {
    opacity: 1;
  }

  .news-page02 .news-1 .list ul li:hover .content {
    margin-top: 0;
  }

  .news-page02 .news-1 .list ul li:hover .content .pre {
    padding-bottom: 0;
  }

  .news-page02 .news-1 .list ul li .content a.link {
    margin-top: 1em;
  }

  .news-page02 .news-1 .list ul li .content span.h6 {
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .news-page02 .news-1 .list ul li .content span.h6,
  .news-page02 .news-1 .list ul li .content .pre .text {
    height: auto;
  }

}
.newdet-page .sideright h1 {
  font-size: calc(1.354vw + 14px);
  line-height: 1.4;
  font-weight: bold;
}

.newdet-page .sideright .text {
  margin: 2em 0;
}

.newdet-page .sideright .text p {
  margin-top: 1em;
}

.newdet-page .sideright .text p:first-child {
  margin-top: 0;
}

.newdet-page .sideright .share {
  font-size: 14px;
  margin-top: 2em;
}

.newdet-page .sideright .share a {
  margin-right: 1em;
  width: 1.5em;
  height: 1.5em;
  background-color: black;
  color: white;
  border-radius: 50%;
}

.newdet-page .sideright .share a:hover {
  background: var(--color);
}

.newdet-page .sideright span.h5 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  margin: 2em 0 1em;
  display: block;
}

.newdet-page .sideright .form ul {
  margin: -10px;
}

.newdet-page .sideright .form ul li {
  padding: 10px;
  font-size: 14px;
}

.newdet-page .sideright .form ul li label {
  display: block;
  margin-bottom: .5em;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}

.newdet-page .sideright .form ul li input,
.newdet-page .sideright .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .5em 0;
  border-bottom: 1px solid #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .sideright .form ul li input:focus,
.newdet-page .sideright .form ul li textarea:focus {
  border-color: var(--color);
}

.newdet-page .sideright .form ul li textarea {
  height: 80px;
}

.newdet-page .sideright .form ul li button {
  border: 0;
}

.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;
}
@media screen and (max-width: 700px) {
  .newdet-page .sideright .form ul li {
    width: 100%;
  }
}

.contact-page .contact-1 {
  margin-bottom: var(--px100);
}

.contact-page .contact-1 .top .left {
  padding-left: 10%;
}

.contact-page .contact-1 .top .left .con {
  line-height: 2;
}

.contact-page .contact-1 .top .right ul li {
  width: 48%;
  margin: 15px 0;
}

.contact-page .contact-1 .top .right ul li.wid-100 {
  width: 100%;
}

.contact-page .contact-1 .top .right ul li:nth-child(3n) {
  margin-left: 0;
}

.contact-page .contact-1 .top .right ul li h5 {
  font-size: var(--px20);
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.contact-page .contact-1 .top .right ul li span {
  font-size: 16px;
  line-height: 1.875;
}

.contact-page .contact-form {
  width: 100%;
  max-width: 985px;
  background-color: #105ea8;
  margin: 0 auto;
  -webkit-transform: translateY(var(--npx125));
  -moz-transform: translateY(var(--npx125));
  -ms-transform: translateY(var(--npx125));
  transform: translateY(var(--npx125));
  color: white;
  padding: var(--px60) var(--px75);
}

.contact-page .contact-form h3 {
  font-size: var(--px34);
  font-weight: bold;
}

.contact-page .contact-form h3 span {
  color: var(--color);
}

.contact-page .contact-form form {
  margin-top: var(--px90);
}

.contact-page .contact-form form 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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-page .contact-form form ul li {
  width: 48%;
  margin-bottom: var(--px35);
}

.contact-page .contact-form form ul li:nth-child(n + 5) {
  width: 100%;
}

.contact-page .contact-form form ul li:nth-child(1) input {
  background-image: url('../images/c-name.png');
  background-position: left 5px;
  background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(2) input {
  background-image: url('../images/c-email.png');
  background-position: left 5px;
  background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(3) input {
  background-image: url('../images/c-phone.png');
  background-position: left 5px;
  background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(4) input {
  background-image: url('../images/c-subject.png');
  background-position: left 5px;
  background-repeat: no-repeat;
}

.contact-page .contact-form form ul li:nth-child(5) textarea {
  background-image: url('../images/c-message.png');
  background-position: left 5px;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}

.contact-page .contact-form form ul li:last-child {
  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;
  align-items: flex-start;
}

.contact-page .contact-form form ul li:last-child p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  max-width: 50%;
}

.contact-page .contact-form form ul li label {
  font-size: 14px;
  color: white;
  margin-bottom: var(--px20);
  display: inline-block;
  text-transform: uppercase;
}

.contact-page .contact-form form ul li .more {
  cursor: pointer;
  border: 1px solid #fff;
}

.contact-page .contact-form form ul li input[type='text'] {
  width: 100%;
  padding-bottom: var(--px20);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: white;
  font-size: 14px;
  filter: brightness(0) invert(1);
}

.contact-page .contact-form form ul li input[type='submit'] {
  width: 160px;
  height: 50px;
  background-color: var(--color);
  border: none;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-transform: uppercase;
}

.contact-page .contact-form form ul li input[type='submit']:hover {
  background-color: black;
}

.contact-page .contact-form form ul li textarea {
  width: 100%;
  padding-bottom: var(--px20);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  font-size: 14px;
  height: 100px;
}

.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-page .contact-1 .top .minDes {
  text-transform: uppercase;
  line-height: 2;
  color: var(--color);
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

iframe {
  display: block;
  width: 100%;
}

@media (max-width: 1250px) {
  .contact-page .contact-1 .top .right ul li:nth-child(2n) {
    margin-left: 0;
  }

  .contact-page .contact-1 .top .right ul li:nth-child(3n) {
    margin-left: 30px;
  }
}

@media (max-width: 1000px) {
  .contact-page .contact-1 .top .right ul li {
    margin-left: 0;
  }

  .contact-page .contact-1 .top .right ul li {
    max-width: 100% !important;
    width: 100%;
    margin-top: 30px !important;
  }

  .contact-page .contact-1 .top .right ul li:first-child {
    margin-top: 0 !important;
  }

  .contact-page .contact-1 .top .right ul li span {
    display: block;
  }

  .contact-page .contact-form {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: auto;
    margin: var(--px40) auto;
  }
}

@media (max-width: 700px) {

  .contact-page .contact-1 .top .left {
    padding-left: 0;
    width: 100%;
  }

  .contact-page .contact-1 .top .right {
    width: 100%;
    margin-top: var(--px60);
  }

  .contact-page .contact-form form ul li {
    width: 100%;
  }

  .contact-page .contact-form form ul li:last-child p {
    display: none;
  }
}

@media (max-width: 500px) {
  .contact-page .contact-form form {
    margin-top: 40px;
  }
}
.prodet-page .prodet-right {
  width: 78.25%;
  padding-right: var(--px65);
  margin-right: auto;
}

.prodet-page .prodet-right .box {
  width: 100%;
}

.prodet-page .prodet-right .box .left {
  width: 46.5%;
}
.prodet-page .prodet-right .box .left .bigImg {
  border: 1px solid #ccc;
}
.prodet-page .prodet-right .box .left .bigImg ul li {
  text-align: center;
}

.prodet-page .prodet-right .box .left .bigImg ul li img {
  background: #F6F9FF;
}

.prodet-page .prodet-right .box .left .smallImg ul {
  margin: 0 -5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li {
  padding: 0 5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
  border: 1px solid var(--color);
  background: #F6F9FF;
}

.prodet-page .prodet-right .box .right {
  width: 53.5%;
  padding-right: var(--px50);
}

.prodet-page .prodet-right .box .right .det.max-h {
  max-height: 360px;
  overflow-y: auto;
}

.prodet-page .prodet-right .box .right .det table {
  margin-bottom: 0;
}

.prodet-page .prodet-right .box .right .det ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.prodet-page .prodet-right .box .right .det ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  margin-left: 10px;
}

.prodet-page .prodet-right .box .right .det2 ul {
  display: flex;
}

.prodet-page .prodet-right .box .right .det2 ul li {
  margin-left: 15px;
  font-size: var(--px90);
}

.prodet-page .prodet-right .box .right h1 {
  font-size: var(--px35);
  font-weight: bold;

}

.prodet-page .prodet-right .box .right .det {
  color: #666;
  line-height: 2;

}

.prodet-page .prodet-right .box .right .line {
  width: 100%;
  border-radius: var(--px35);
  height: 10px;
}

.prodet-page .prodet-right .box .right .btn {
  padding-bottom: var(--px45);
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.prodet-page .prodet-right .box .right .Auxil-through {
  color: #666;
}


.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img {
  border-color: transparent;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50.0%,-50%);
  opacity: 0;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link {
  opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img {
  border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p {
  color: #000;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover {
  color: var(--color);
  opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p {
  opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add {
  position: relative;
}

.prodet-page .prodet-right .box .right .btn .product_add .fly_love {
  display: none;
  z-index: 204;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .love {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .collect {
  opacity: 1;
  transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .love {
  opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .collect {
  opacity: 0;
}

.prodet-page .prodet-right .prodet-title {
  margin: var(--px100) 0 var(--px30) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-right .prodet-content {
  padding-bottom: var(--px60);
  color: #666;
  font-size: 16px;
}

.prodet-page .prodet-right .prodet-title ul {
  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;
}

.prodet-page .prodet-right .prodet-title ul li {
  padding: 10px var(--px20);
  margin: 0 var(--px40);
  position: relative;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.prodet-page .prodet-right .prodet-title ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 22px;
  /*background: url("../images/nav-tag.png") no-repeat;*/
  right: 2px;
  top: -6px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prodet-page .prodet-right .prodet-title ul li.active {
  border-bottom: 2px solid var(--color);
}

.prodet-page .prodet-right .prodet-title ul li.active:before {
  opacity: 1;
}

.prodet-page .prodet-right .prodet-content .det table {
  table-layout: fixed;
}

.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd) {
  background-color: #fff;
}

.prodet-page .prodet-right .prodet-content .det table tr:nth-child(even) {
  background-color: #f5f8ff;
}

.prodet-page .prodet-right .prodet-content .det table tr td {
  font-size: 16px;
  color: #666;
  text-align: center;
  white-space: nowrap;
}

.prodet-page .prodet-right .prodet-content .det form {
  margin-top: var(--px50);
  background: #fff;
}

.prodet-page .prodet-right .prodet-content .det form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prodet-page .prodet-right .prodet-content .det form ul li {
  margin-top: var(--px18);
  width: 49.5%;
  display: inline-block;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
  width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
  width: 100%;
  border: #ccc solid 1px;
  padding: 10px;
  font-size: 16px;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
  width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
  background-image: linear-gradient(145deg, #0e3092 0%, #507bf0 100%);
  color: #fff;
  transition: all .5s;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
  background: #000;
}

.prodet-page .prodet-right .prodet-content .det form ul li input {
  padding: 15px;
  border: #ccc solid 1px;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 1700px) {
  .prodet-page .prodet-right .box .right .Auxil-through .next {
    margin-top: var(--px30);
  }

  .prodet-page .prodet-right .box .right .Auxil-through .next .next-t {
    flex-direction: row-reverse;
  }

  .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-right {
    width: 100%;
  }
  .prodet-page .prodet-right .box .left {
    width: 100%;
    margin-bottom: var(--px60);
  }

  .prodet-page .prodet-right .box .right {
    width: 100%;
  }

  .prodet-page .prodet-right .box .left .bigImg ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .prodet-page .prodet-right .box .right {
    padding-right: 0;
  }

  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 15px;
  }

  .prodet-page .prodet-right .prodet-title {
    margin: var(--px60) 0 var(--px30) 0;
  }

}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-right {
    width: 100%;
    padding-right: 0;
  }

  .prodet-page .prodet-right .box .right .line img {
    width: 100%;
  }

  .prodet-page .prodet-right .box .right .btn a:first-child {
    display: none;
  }

  .prodet-page .prodet-right .box .right .btn a:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width:700px) {
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 5px;
  }


  .prodet-page .prodet-right .prodet-content .det form ul li {
    width: 100%;
  }

  .prodet-page .prodet-right .prodet-content {
    padding-bottom: 30px;
  }

  .prodet-page .prodet-right .prodet-title {
    margin: 20px 0 20px 0;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-right .prodet-title ul li {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 10px;
    text-align: center;
  }

  .prodet-page .prodet-right .prodet-content .det form {
    margin-top: 0;
  }
}
.download-page .border {
  border: 1px solid #dfdfdf;
  border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.download-page span.h3 {
  padding: 1em;
  background-color: var(--color);
  color: white;
}

.download-page .nav li {
  padding: 0 1em;
  border-bottom: 1px solid #dfdfdf;
}

.download-page .nav li:last-child {
  border-bottom: none;
}

.download-page .nav a {
  padding: 1.5em 0;
}

.download-page .nav a i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
}

.download-page .nav a i:before {
  font-size: 1.4em;
  opacity: 0;
}

.download-page .nav a.active {
  color: var(--color);
}

.download-page .nav a.active i:before {
  opacity: 1;
}

.download-page .right .border {
  padding: 1em;
}

.download-page form {
  padding-bottom: 1%;
}

.download-page form button {
  width: 2em;
  height: 2em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: transparent;
  border: none;
}

.download-page form button i {
  font-size: 1.5em;
}

.download-page form input {
  width: 100%;
  border: none;
  background-color: transparent;
}

.download-page .list li {
  padding: 3% 0;
  border-top: 1px solid #dfdfdf;
}

.download-page .list li i.font-70 {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #dfdfdf;
}

.download-page .list li i.font-70 img {
  max-width: 40%;
}

.download-page .list li .link em {
  color: var(--color2);
}

.download-page .list li .more i {
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}

.faq-page span.h6 {
  background-color: #f7f7f7;
  border-radius: 3em;
}

.faq-page span.h6 i {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: black;
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.faq-page span.h6 i:before {
  font-size: 1.4em;
}

.faq-page .text {
  color: #333;
}

.faq-page li.active span.h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 500px) {
  .faq-page span.h6 i {
    zoom: .7;
  }
}

@keyframes lz {
  from {
    -webkit-transform: translateY(-50%) translateX(-10%);
    -moz-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }

  to {
    -webkit-transform: translateY(-50%) translateX(-60%);
    -moz-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
.about-page .about-1 .list {
  position: relative;
}

.about-page .about-1 .list span.h1 {
  font-size: 12.86458333vw;
  color: var(--color);
  position: absolute;
  top: 48%;
  right: 0;
  white-space: nowrap;
  line-height: 1.2;
  -webkit-animation: lz 10s linear infinite;
  -moz-animation: lz 10s linear infinite;
  animation: lz 10s linear infinite;
}

.about-page .about-1 .list span.h1 em {
  margin-left: .5em;
}

.about-page .about-1 .list ul {
  padding-right: 22.7%;
  padding-left: 22.7%;
  overflow: hidden;
}

.about-page .about-1 .list .slick-list {
  overflow: unset;
}

.about-page .about-1 .list .slick-list li {
  -webkit-transform: scale(0.76) translateX(10%);
  -moz-transform: scale(0.76) translateX(10%);
  -ms-transform: scale(0.76) translateX(10%);
  transform: scale(0.76) translateX(10%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-1 .list .slick-list .slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.about-page .about-1 .list .slick-list .slick-current~div li {
  -webkit-transform: scale(0.76) translateX(-10%);
  -moz-transform: scale(0.76) translateX(-10%);
  -ms-transform: scale(0.76) translateX(-10%);
  transform: scale(0.76) translateX(-10%);
}

.about-page .about-1 span.h7 {
  font-weight: 500;
  padding: 1.2em;
  border-radius: 2em;
  border: 1px solid black;
}

.about-page .about-2 {
  background-image: -webkit-linear-gradient(50deg, #0c286c, #0c1937);
  background-image: -moz-linear-gradient(50deg, #0c286c, #0c1937);
  background-image: linear-gradient(-140deg, #0c286c, #0c1937);
  color: white;
}

.about-page .about-2 .text {
  color: inherit;
}

.about-page .about-2 .list {
  padding-left: 22%;
  margin-left: -20%;
  position: relative;
  right: -20%;
  border-top-left-radius: 15.625vw;
  border-bottom-right-radius: 15.625vw;
  overflow: hidden;
}

.about-page .about-2 .list .slick-list {
  overflow: unset;
}

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

.about-page .about-3:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 8px;
  right: 0;
  z-index: -1;
}

.about-page .about-3 .list {
  padding-left: 29%;
  margin-left: -10%;
  overflow: hidden;
  font-size: 0;
}

.about-page .about-3 .list li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.about-page .about-3 .list .slick-list {
  overflow: unset;
}

.about-page .about-3 .list span.h2 {
  line-height: .8;
  -webkit-text-stroke: 1px var(--color);
  color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-3 .list i.dots {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--color);
}

.about-page .about-3 .list .text {
  margin-bottom: auto;
}

.about-page .about-3 .list .slick-current span.h2 {
  color: var(--color);
}
.about-page .about-4 .text {
  max-width: 1100px;
}

.about-page .about-5 {
  background-position: center top;
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 .list ul{
    margin: 0;
  }
  .about-page .about-3 .list ul {
    margin: 0;
  }
  .about-page .about-3 .list li {
    padding: 0 10px;
  }
}
.about-page .about-3_1 .brands-list ul li {
  height: 100%;
}
.about-page .about-3_1 .brands-list ul li .box {
  background-color: #f4f5f9;
  border-radius: 5px;
  padding: var(--px60) var(--px30);
  transition: all 0.5s;
  height: 100%;
}

.about-page .about-3_1 .brands-list ul li .box a img {
  width: unset;
  max-width: 98px;
  max-height: 98px;
}

.about-page .about-3_1 .brands-list ul li .box a .img2 {
  display: none;
}

.about-page .about-3_1 .brands-list ul li .box .txtbox .desc {
  max-height: 120px;
  overflow-y: auto;
  line-height: 1.7;
  transition: all 0.5s;
}

.about-page .about-3_1 .brands-list ul li .box:hover {
  background-color: var(--color);
}

.about-page .about-3_1 .brands-list ul li .box:hover .tt {
  color: #fff;
}

.about-page .about-3_1 .brands-list ul li .box:hover .desc {
  color: #fff;
}

.about-page .about-3_1 .brands-list ul li .box:hover .desc::-webkit-scrollbar-thumb {
  background-color: #000;
}

.about-page .about-3_1 .brands-list ul li .box:hover a .img1 {
  display: none;
}

.about-page .about-3_1 .brands-list ul li .box:hover a .img2 {
  display: block;
}
@media (max-width: 1250px){
  .about-page .about-3_1 .brands-list ul li .box {
    padding: 20px 15px;
  }
}

.why-page .why-1 .list {
  padding: 2% 4%;
  background-image: -webkit-linear-gradient(50deg, #0c1937 48%, #0c286c 58%);
  background-image: -moz-linear-gradient(50deg, #0c1937 48%, #0c286c 58%);
  background-image: linear-gradient(-140deg, #0c1937 48%, #0c286c 58%);
  color: white;
}

.why-page .why-1 .list span.h6 {
  line-height: 1;
}

.why-page .why-2 {
  background-color: #f5f5f7;
}

.why-page .why-2 hr {
  background-color: #727273;
  position: relative;
  overflow: unset;
}

.why-page .why-2 hr:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--color);
  z-index: 1;
  border-radius: 100%;
}

.why-page .why-3 .text {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.inner-page .check {
  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;
  gap: 1.125em;
  font-weight: 500;
}

.inner-page .check p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: .5em;
}

.inner-page .check p:before {
  content: '\e766';
  font-family: "iconfont";
  width: 1.375em;
  height: 1.375em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  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-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .why-page .why-1 .list ul li {
    width: 49%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 500px) {
  .why-page .why-1 .list {
    padding: 5%;
  }

  .why-page .why-1 .list ul li {
    width: 100%;
  }
}

.support-page .support-1 .text {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.support-page .support-1 .list li {
  padding: 4% 7%;
  border: 1px solid #e7e7e7;
  background-color: #f5f5f7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  top: 0;
}

.support-page .support-1 .list li i {
  width: 1em;
  height: 1em;
  background-color: #f6f8fa;
}

.support-page .support-1 .list li:hover {
  top: -10px;
}

.support-page .support-2 .left {
  direction: ltr;
}

.support-page .support-2 .left .img {
  width: 130%;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
}

.support-page .support-2 .left .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.support-page .support-2 .right .content {
  padding-right: 10%;
  background-color: #f5f5f7;
  height: 94%;
  position: relative;
}

.support-page .support-2 .right .content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: inherit;
}

.support-page .support-2 .right .content .list {
  margin-top: auto;
  font-weight: 500;
}
.support-page .support-2 .right .content .list ul li i.iconfont {
  top: 1em;
  left: -8px;
}
.support-page .support-2 .right .content .list span.num {
  width: 2.66666667em;
  height: 2.66666667em;
  border-radius: 100%;
  background-image: -webkit-linear-gradient(-150deg, #105ea8,var(--color));
  background-image: -moz-linear-gradient(-150deg, #105ea8,var(--color));
  background-image: linear-gradient(60deg, #105ea8,var(--color));
  color: white;
}

.support-page .support-2 .right .content .list .text {
  color: #333;
}

.support-page .support-4 .content {
  margin-right: auto;
  padding-right: 5%;
  background-color: var(--color);
  color: white;
  position: relative;
}

.support-page .support-4 .content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: inherit;
}

.support-page .support-4 .content .check {
  font-weight: normal;
}

.support-page .support-4 .content .check p:before {
  background-color: white;
  color: var(--color);
}

.support-page .support-5 .right {
  -webkit-transform: translateX(-8.0%);
  -moz-transform: translateX(-8.0%);
  -ms-transform: translateX(-8.0%);
  transform: translateX(-8.0%);
}

.support-page .support-5 .right .list span.h6 {
  cursor: pointer;
  cursor: hand;
  color: #333;
}

.support-page .support-5 .right .list span.h6 em {
  width: 1.7em;
}

.support-page .support-5 .right .list span.h6 i {
  margin-right: auto;
  font-weight: normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.support-page .support-5 .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.support-page .support-5 .right .list li.active {
  background-color: #f3f3f3;
}

.support-page .support-5 .right .list li.active span.h6 i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 1450px) {
  .support-page .support-5 .right {
    -webkit-transform: translateX(-0.0);
    -moz-transform: translateX(-0.0);
    -ms-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
}

@media screen and (max-width: 1000px) {
  .support-page .support-1 .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .support-page .support-2 .left .img {
    width: 100%;
  }

  .support-page .support-2 .right .content {
    padding: 5% !important;
    padding-left: 0 !important;
    height: auto;
  }

  .support-page .support-4 .content {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .support-page .support-1 .grid-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .support-page .support-2 .right .content .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.seoPublic .Auxil-through a {
  white-space: normal;
}