.indmh{width: 100%;position: relative;height: 400vh;}
.indmh-sticky{width: 100%;top: 0;left: 0;position: sticky;overflow: hidden;}
.indmh-bg{width: 100%;height: 100vh;object-fit: cover;}
.indmh-logo{position: absolute;z-index: 2;width: 100%;height: 100vh;top: 0;left: 0;}
.indmh-logo img{width: 100%;height: 100%;object-fit: cover;}
.indmh-text{width: 100%;position: absolute;z-index: 3;justify-content: center;left: 0;top: 86vh;color: #333;transition: all .4s ease;}
.indmh-text span{position: relative;margin-left: 24px;}
.indmh-text span:first-child{margin-left: 0;}
.indmh-text.active{opacity: 0;}
.indmh-shade{position: absolute;z-index: 1;width: 100%;height: 100vh;top: 0;left: 0;background: rgba(0, 0, 0, 0.7);opacity: 0;}
.indmh-content{position: absolute;width: 100%;z-index: 4;height: 100vh;display: flex;align-items: center;justify-content: center;top: 0;left: 0;}
.indmh-desc{max-width: 710px;margin-left: auto;margin-right: auto;text-align: center;color: #fff;}
.indmh-num{width: 100%;color: #fff;}
.indmh-num li{width: 25%;text-align: center;}
.indmh-num li .num{font-family: "MB";line-height: 1;font-weight: 700;}
.indmh-num li .title{line-height: 1.1;}
.indmh-more{width: 100%;justify-content: center;}
.indmh-more a{display: flex;align-items: center;position: relative;justify-content: center;width: 230px;height: 52px;padding-top: 2px;border: 1px solid #fff;border-radius: 26px;line-height: 1;font-size: 14px;color: #fff;transition: all .4s ease;}
.indmh-more a::after{content: "";width: 24px;height: 12px;position: absolute;top: 50%;margin-top: -4px;right: 22px;background: url('../images/index/indArr.png') no-repeat center;transition: all .4s ease;}
.indmh-more a:hover{background: #0162B3;border-color: #0162B3;}
.indmh-more a:hover::after{transform: translateX(-26px);}
/* -- */
.indmh-content{opacity: 0;pointer-events: none;transition: all .8s ease;}
.indmh-content.active{opacity: 1;pointer-events: auto;}
.indmh-content.active .indTitle{animation: indmhRun 1s ease both .4s;}
.indmh-content.active .indmh-desc{animation: indmhRun 1s ease both .6s;}
.indmh-content.active .indmh-num{animation: indmhRun 1s ease both .8s;}
.indmh-content.active .indmh-more{animation: indmhRun 1s ease both 1s;}
@keyframes indmhRun {0%{opacity: 0;transform: translateY(60px);filter: blur(6px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
/* -- */

.aboutlc{overflow: hidden;width: 100%;position: relative;height: 756px;color: #fff;}
.aboutlc-image{width: 100%;position: absolute;top: 0;left: 0;object-fit: cover;height: 100%;}
.aboutlc .sonTitle{position: relative;z-index: 4;}
.aboutlc-mix{width: 100%;margin-top: calc(106 / 1600 * 100%);}
.aboutlc-mix .gallery{width: 100%;position: relative;z-index: 4;}
.aboutlc-mix .gallery-more{width: 100%;text-align: center;color: #fff;padding-top: 100px;position: relative;}
.aboutlc-mix .gallery-more .hint{font-family:'MB';line-height: 1;font-weight: 700;font-size: 180px;opacity: 0.1;position: absolute;top: 0;left: 0;right: 0;margin: 0 auto;}
.aboutlc-mix .gallery-more .cont{width: 100%;max-width: 600px;margin: 0 auto;}
.aboutlc-mix .gallery-more .line{width: 56px;height: 2px;background: #0162B3;margin: 24px auto 20px;}
.aboutlc-mix .gallery-more .num{font-family:'MB';line-height: 1;font-weight: 700;}
.aboutlc-mix .thumbs{position: absolute;width: 100%;left: 0;bottom: 220px;z-index: 4;transform: rotate(-9deg);}
.aboutlc-mix .thumbs::before{content: "";position: absolute;width: 120%;height: 1px;background: #fff;left: -10%;top: 12px;}
.aboutlc-mix .thumbs .swiper-container{width: 1400px;margin: 0 auto;}
.aboutlc-mix .thumbs .thumbs-year{width: 100%;font-size: 22px;transform: rotate(9deg);display: flex;flex-direction: column;justify-content: space-between;align-items: center;font-family:'MB';line-height: 1;height: 60px;color: #fff;padding-top: 7px;font-weight: 700;transition: all .4s ease;position: relative;z-index: 4;}
.aboutlc-mix .thumbs .thumbs-year:hover{color: #0162B3;}
.aboutlc-mix .thumbs .thumbs-year.active{color: #0162B3;}
.aboutlc-mix .thumbs .thumbs-year i{width: 11px;height: 11px;background: #fff;border-radius: 50%;margin: 0 auto;transition: all .4s ease;position: relative;}
.aboutlc-mix .thumbs .thumbs-year i::before, .aboutlc-mix .thumbs .thumbs-year i::after{content: "";position: absolute;left: 50%;}
.aboutlc-mix .thumbs .thumbs-year i::before{width: 21px;height: 21px;border-radius: 50%;top: 50%;margin: -11px 0 0 -10px;opacity: 0;background: #0162B3;transition: all .4s ease;}
.aboutlc-mix .thumbs .thumbs-year i::after{width: 1px;height: 12px;top: 10px;background: #fff;transition: all .4s ease;}
.aboutlc-mix .thumbs .thumbs-year.active i{background: #0162B3;}
.aboutlc-mix .thumbs .thumbs-year.active i::after{background: #0162B3;}
.aboutlc-mix .thumbs .thumbs-year.active i::before{opacity: 0.2;}
.aboutlc-mix .thumbs-prev, .aboutlc-mix .thumbs-next{width: 68px;bottom: 400px;height: 68px;position: absolute;z-index: 4;cursor: pointer;background: rgba(0, 0, 0, .5) url("../images/history-left.png") no-repeat center;transition: all .4s ease;border-radius: 50%;}
.aboutlc-mix .thumbs-prev{left: 180px;}
.aboutlc-mix .thumbs-next{right: 180px;background-image: url("../images/history-right.png");}
.aboutlc-mix .thumbs-prev:hover, .aboutlc-mix .thumbs-next:hover{background-color: #0162B3;}

.cover {
  position: relative;
  height: 0;
  overflow: hidden;
}

.cover img {
  position: absolute;
  /* width: 100%;
  height: 100%; */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature_page_wrap {
  position: relative;
  width: 100%;
  /* height: 100%; */
  height: 757px;
  background-color: #0162B3;
  border-radius: 28px;
  overflow: hidden;
}

.feature_icon_box {
  width: 106px;
  height: 106px;
  overflow: hidden;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  margin: 0 auto;
}

.feature_page_box {
  width: 100%;
  height: 100%;
}

.feature_page_content {

  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
}

.feature_page_center {
  width: 100%;
}

.feature_page_list {
  width: 100%;
  /* padding: 0 60px; */
}

.feature_icon_list {
  position: relative;
}

.feature_page_item {
  width: 25%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  pointer-events: none;
}

.feature_page_item:nth-child(odd) {
  margin-top: 122px;
}

.feature_page_item a {
  display: block;
}

.feature_page_border {
  font-size: 78px;
  margin: 0 auto;
  background-image: linear-gradient(10deg, #939393, #dadada);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature_icon_mark {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.feature_icon_default {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.feature_icon_hover {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.feature_icon_top {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.feature_icon_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.feature_icon_color {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 78px;
  color: #e75e45;
}

.feature_icon_current {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 78px;
  background-image: linear-gradient(10deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature_icon_label {
  font-size: 78px;
  color: #e75e45;
  position: absolute;
  top: 0;
  left: 0;
}

.feature_icon_item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.feature_item_title {
  font-size: 30px;
  line-height: 1em;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  margin: 17px 0 20px 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.feature_small_wrap {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-justify-content: center;
  justify-content: center;
}

.feature_small_circle {
  position: relative;
  width: 5px;
  height: 5px;
}

.feature_small_label {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0);
}

.feature_small_label:nth-child(5) {
  opacity: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.feature_small_label:nth-child(4) {
  opacity: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.feature_small_label:nth-child(3) {
  opacity: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.feature_small_label:nth-child(2) {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.feature_small_label:nth-child(1) {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.feature_line_wrap {
  height: 180px;
  width: 1px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.feature_line_box {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;

}

.feature_line_hover {
  position: relative;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

.feature_line_label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.feature_line_label:after {
  content: "";
  height: 200%;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(1, 98, 179, 1) 12.5%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 87.5%, rgba(1, 98, 179, 1));
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.feature_line_hover:after {
  content: "";
  height: 200%;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 12.5%, rgba(1, 98, 179, 1) 50%, rgba(1, 98, 179, 1) 87.5%, rgba(255, 255, 255, 1));
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.feature_big_circle {
  width: 21px;
  height: 21px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.feature_rotate_circle {
  width: 100%;
  height: 100%;
  transform: rotateX(70deg);
  position: relative;
}

.feature_big_label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: none;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.feature_big_label:after {
  content: "";
  position: absolute;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-transform: scale(.4);
  transform: scale(.4);
  border: 1px solid #fff;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.feature_big_label:nth-child(1) {
  background: #fff;
  opacity: .8;
}

.feature_big_label:nth-child(1):after {
  display: none;
}

.feature_big_label:nth-child(2) {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

.feature_page_back {
  position: absolute;
  left: 0;
  /* top: 50%; */
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.feature_page_active .feature_page_back {
  /* top: 20%; */
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.featureAnimate {
  -webkit-animation: PointerBtn 1s 1s forwards ease-in-out;
  animation: PointerBtn 1s 1s forwards ease-in-out;
}

@-webkit-keyframes PointerBtn {
  0% {
      pointer-events: none;
  }
  100% {
      pointer-events: auto;
  }
}

@keyframes PointerBtn {
  0% {
      pointer-events: none;
  }
  100% {
      pointer-events: auto;
  }
}

.featureAnimate .feature_big_label:nth-child(2) {
  transform: scale(2);
  opacity: .5;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.featureAnimate .feature_big_label:nth-child(3) {
  transform: scale(4);
  opacity: .2;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.featureAnimate .feature_big_circle {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.featureAnimate .feature_line_label:after {
  top: -100%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.featureAnimate .feature_small_wrap {
  margin-top: 32px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.featureAnimate .feature_small_label:nth-child(2) {
  width: 400%;
  height: 400%;
  opacity: .2;
}

.featureAnimate .feature_item_title,
.featureAnimate .feature_item_desc,
.featureAnimate .feature_item_num {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.featureAnimate .feature_icon_box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.featureAnimate .feature_icon_default {
  height: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.featureAnimate .feature_icon_top {
  height: 100%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.featureAnimate .feature_icon_bottom {
  height: 100%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.featureAnimate .feature_icon_top .feature_icon_current {
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

@-webkit-keyframes icon_scale {
  0% {
      width: 100%;
      height: 100%;
      opacity: 0;
  }
  20% {
      width: 300%;
      height: 300%;
      opacity: 0.6;
  }
  40% {
      width: 500%;
      height: 500%;
      opacity: 0.4;
  }
  60% {
      width: 700%;
      height: 700%;
      opacity: .2;
  }
  80% {
      width: 900%;
      height: 900%;
      opacity: 0;
  }
  100% {
      width: 100%;
      height: 100%;
      opacity: 0;
  }
}

@keyframes icon_scale {
  0% {
      width: 100%;
      height: 100%;
      opacity: 0;
  }
  20% {
      width: 300%;
      height: 300%;
      opacity: 0.6;
  }
  40% {
      width: 500%;
      height: 500%;
      opacity: 0.4;
  }
  60% {
      width: 700%;
      height: 700%;
      opacity: .2;
  }
  80% {
      width: 900%;
      height: 900%;
      opacity: 0;
  }
  100% {
      width: 100%;
      height: 100%;
      opacity: 0;
  }
}

/*.feature_page_item a:hover .feature_big_label:nth-child(1) {*/
/*    background: #fff;*/
/*}*/
/*.feature_page_item a:hover .feature_big_label:nth-child(2):after {*/
/*    border-color: #fff;*/
/*}*/

/*.feature_page_item a:hover .feature_big_label:nth-child(3):after {*/
/*    border-color: #fff;*/
/*}*/

/*.feature_page_item a:hover .feature_big_label:nth-child(4):after {*/
/*    border-color: #fff;*/
/*}*/

/*.feature_page_item a:hover .feature_line_hover:after {*/
/*    top: -200%;*/
/*    -webkit-transition-delay: 0ms;*/
/*    transition-delay: 0ms;*/
/*}*/

/*.feature_page_item a:hover .feature_line_label {*/
/*    top: -100%;*/
/*    -webkit-transition-delay: 300ms;*/
/*    transition-delay: 300ms;*/
/*}*/

/*.feature_page_item a:hover .feature_small_label:nth-child(1):after {*/
/*    -webkit-transition-delay: 300ms;*/
/*    transition-delay: 300ms;*/
/*}*/

/*.feature_page_item a:hover .feature_small_label:nth-child(2):after {*/
/*    opacity: 0;*/
/*    -webkit-transition-delay: 300ms;*/
/*    transition-delay: 300ms;*/

/*}*/

/*.feature_page_item a:hover .feature_item_title {*/
/*    color: #fff;*/
/*    -webkit-transition-delay: 500ms;*/
/*    transition-delay: 500ms;*/
/*    -webkit-transition: all 1s ease;*/
/*    transition: all 1s ease;*/
/*}*/
.feature_title_label {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.feature_page_hover .feature_line_hover:after {
  top: -200%;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

.feature_page_hover .feature_small_label:nth-child(2) {
  opacity: 0;
}

.feature_page_hover .feature_small_label:nth-child(3) {
  -webkit-animation: icon_scale 2.4s linear infinite normal both;
  animation: icon_scale 2.4s linear infinite normal both;
}

.feature_page_hover .feature_small_label:nth-child(4) {
  -webkit-animation: icon_scale 2.4s .8s linear infinite normal both;
  animation: icon_scale 2.4s .8s linear infinite normal both;
}

.feature_page_hover .feature_small_label:nth-child(5) {
  -webkit-animation: icon_scale 2.4s 1.6s linear infinite normal both;
  animation: icon_scale 2.4s 1.6s linear infinite normal both;
}

.feature_page_hover .feature_title_label {
  /* color: #0162B3; */
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}


.partner_swiper_pagination {
  display: none;
}

.partner_wrap {
  position: relative;
  /* width: 100%; */
  height: 100%;
  margin: calc(167 / 1600 * 100%) auto calc(138 / 1600 * 100%);
  /* background: #1a1a1a; */
}

.partner_box {
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
}

.partner_content {
  width: 100%;
}

.partner_tab_list {
  position: relative;
}

.partner_tab_item {
  width: 20%;
  opacity: 0;
  z-index: 9;
  position: relative;
}

.partner_tab_item:nth-child(9) a {
  transform-origin: left top;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.partner_tab_item:nth-child(3) {
  transform-origin: left top;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.partner_tab_item:nth-child(6) {
  transform-origin: right top;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.partner_tab_item:nth-child(9) {
  margin-left: 20%;
  transform-origin: center top;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.partner_tab_item:nth-child(2) {
  transform-origin: center bottom;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.partner_tab_item:nth-child(7) {
  transform-origin: center top;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.partner_tab_item:nth-child(5) {
  margin-left: 20%;
  margin-right: 20%;
  transform-origin: left top;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.partner_tab_item:nth-child(8) {
  transform-origin: center top;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.partner_tab_item:nth-child(4) {
  margin-left: 20%;
  transform-origin: right top;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.partner_tab_item:nth-child(1) {
  margin-left: 40%;
  transform-origin: center bottom;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.partner_tab_list:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 20%;
  height: 33.34%;
  background: #0162B3 url(../images/standard-img.png) no-repeat center / 78% auto;
  opacity: 0;
}

.partner_list_hover:after {
  background: #292929;
  -webkit-transition: all .6s ease !important;
  transition: all .6s ease !important;
}

/*.partner_tab_list:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%) translateX(-50%);*/
/*    transform: translateY(-50%) translateX(-50%);*/
/*    width: 20%;*/
/*    height: 33.34%;*/
/*    background: #292929;*/
/*    z-index: 1;*/
/*    opacity: 0;*/
/*}*/

.partner_tab_item a {
  display: block;
  overflow: hidden;
  position: relative;
  background: #292929;
}

.partner_tab_item:nth-child(1) a,
.partner_tab_item:nth-child(3) a,
.partner_tab_item:nth-child(4) a,
.partner_tab_item:nth-child(5) a,
.partner_tab_item:nth-child(6) a,
.partner_tab_item:nth-child(8) a,
.partner_tab_item:nth-child(9) a {
  background: #212121;
}

.partner_tab_img {
  position: relative;
}

.partner_gray_img {
  padding-bottom: 57.6388889%;
  z-index: 3;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.partner_color_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.partner_tab_img img {
  max-width: 78%;
  z-index: 2;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.partner_tab_img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;

}

.partner_tab_icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background: #e75e45; */
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  z-index: 1;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;

}

.partner_icon_box {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.partner_tab_item a:hover .partner_tab_img:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.partner_tab_item a:hover .partner_tab_img img {
  height: 80%;
  left: 10%;
  width: 80%;
  -webkit-transition: all .6s 100ms ease;
  transition: all .6s 100ms ease;
}

.partner_tab_item a:hover .partner_tab_icon {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.partner_tab_item a:hover .partner_gray_img {
  opacity: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.partner_tab_item a:hover .partner_color_img {
  opacity: 1;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.partner_tab_item a:hover .partner_icon_box {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.partner_read {
  /* padding: 0 120px; */
}

.partner_swiper_wrap {
  position: relative;
}

.partner_title_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.partner_title_text {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}

.partner_tab_button {
  padding-left: 30px;
}

/* .partner_prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
} */

.partner_tab_after {
  width: 48px;
  height: 48px;
  background: #292929;
  margin-left: 1px;
  position: relative;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}

.partner_tab_after:after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e75e45;
  transition: all .6s ease;
}

.partner_next:after {
  left: 0;
}

.partner_tab_default:after {
  left: -100%;
}

.partner_tab_hover:after {
  left: 0;
}

.partner_tab_label {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
}

.partner_active .partner_tab_item {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
  -webkit-transition: all .5s cubic-bezier(.27, .48, .51, .95);
  transition: all .5s cubic-bezier(.27, .48, .51, .95);
}

.partner_active .partner_tab_list:after {
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(.27, .48, .51, .95);
  transition: all 1s cubic-bezier(.27, .48, .51, .95);
}

.partner_active .partner_tab_item:nth-child(1) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.partner_active .partner_tab_item:nth-child(4) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.partner_active .partner_tab_item:nth-child(8) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.partner_active .partner_tab_item:nth-child(5) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.partner_active .partner_tab_item:nth-child(7) {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.partner_active .partner_tab_item:nth-child(2) {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.partner_active .partner_tab_item:nth-child(6) {
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.partner_active .partner_tab_item:nth-child(9) {
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.partner_active .partner_tab_item:nth-child(3) {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.partner_active .partner_tab_item:nth-child(9) a {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .5s cubic-bezier(.27, .48, .51, .95);
  transition: all .5s cubic-bezier(.27, .48, .51, .95);
  -webkit-transition-delay: 1700ms;
  transition-delay: 1700ms;
}

/*.partner_active .partner_tab_list:before {*/
/*    opacity: 1;*/
/*    -webkit-transition: all .8s cubic-bezier(.27, .48, .51, .95);*/
/*    transition: all .8s cubic-bezier(.27, .48, .51, .95);*/
/*    -webkit-transition-delay: 1000ms;*/
/*    transition-delay: 1000ms;*/
/*}*/

.partner_title_active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .5s cubic-bezier(.27, .48, .51, .95);
  transition: all .5s cubic-bezier(.27, .48, .51, .95);
  pointer-events: auto;
  -webkit-transition-delay: 2200ms;
  transition-delay: 2200ms;
}

/* .partner_swiper_box .swiper-slide {
  background: #1a1a1a;
} */

.partner_tab_item .lnk {
  display: block;
  overflow: hidden;
  position: relative;
  background: #E1E5F0;
}

.partner_tab_item:nth-child(1) .lnk,
.partner_tab_item:nth-child(3) .lnk,
.partner_tab_item:nth-child(4) .lnk,
.partner_tab_item:nth-child(5) .lnk,
.partner_tab_item:nth-child(6) .lnk,
.partner_tab_item:nth-child(8) .lnk,
.partner_tab_item:nth-child(9) .lnk {
  background: #D8DEEB;
}
.partner_tab_item .lnk:hover .partner_tab_img:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.partner_tab_item .lnk:hover .partner_tab_img img {
  height: 80%;
  /* left: 10%; */
  width: 80%;
  -webkit-transition: all .6s 100ms ease;
  transition: all .6s 100ms ease;
}

.partner_tab_item .lnk:hover .partner_tab_icon {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.partner_tab_item .lnk:hover .partner_gray_img {
  opacity: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.partner_tab_item .lnk:hover .partner_color_img {
  opacity: 1;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.partner_tab_item .lnk:hover .partner_icon_box {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
@media screen and (max-width: 1200px){
  /* .partner_tab_item .lnk {
      background: #292929 !important;
  }
  .partner_tab_item:nth-child(1) .lnk,
  .partner_tab_item:nth-child(3) .lnk,
  .partner_tab_item:nth-child(5) .lnk,
  .partner_tab_item:nth-child(7) .lnk,
  .partner_tab_item:nth-child(9) .lnk {
      background: #212121 !important;

  } */
  .partner_tab_item:nth-child(9) .lnk {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  .partner_tab_item .lnk:hover .partner_tab_img img {
      height: 64%;
  }
}

@media (max-width:1700px) {
  /* .aboutlc {height: 880px;} */
  .aboutlc-mix .gallery-more .hint {font-size: 160px;}
  .aboutlc-mix .gallery-more {padding-top: 80px;}
  .aboutlc-mix {margin-top: 60px;}
  .aboutlc-mix .thumbs-prev, .aboutlc-mix .thumbs-next{bottom: 332px;}
  .aboutlc-mix .thumbs-prev{left: 50px;}
  .aboutlc-mix .thumbs-next{right: 50px;}
}

@media (max-width:1599px) {
  .indmh {height: 430vh;}
  .indmh-text {top: 88vh;}
  .aboutlc-mix .gallery-more .hint {font-size: 130px;}
  .aboutlc-mix .gallery-more {padding-top: 60px;}
  .aboutlc-mix .gallery-more .line {margin: 18px auto 16px;}
  .aboutlc-mix {margin-top: 40px;}
  .aboutlc-mix .thumbs {bottom: 140px;}
  .aboutlc-mix .thumbs .swiper-container {width: 1200px;}
  .aboutlc {height: 600px;}
  .aboutlc-mix .thumbs-prev, .aboutlc-mix .thumbs-next{bottom: 240px;}
  .aboutlc-mix .thumbs-prev{left: 50px;}
  .aboutlc-mix .thumbs-next{right: 50px;}
}

@media (max-width:1439px) {
  .aboutlc-mix .thumbs-prev, .aboutlc-mix .thumbs-next{bottom: 236px;}
  .aboutlc-mix .thumbs-prev{left: 40px;}
  .aboutlc-mix .thumbs-next{right: 40px;}
}

@media (max-width:1359px) {
  .aboutlc-mix .thumbs-prev, .aboutlc-mix .thumbs-next{bottom: 340px}
  .aboutlc-mix .thumbs-prev{left: 20px;}
  .aboutlc-mix .thumbs-next{right: 20px;}
}

@media (max-width:1279px) {
  .indmh-text span {margin-left: 18px;}
  .aboutlc-mix .thumbs .swiper-container {width: 900px;}
  /* .aboutlc-mix .thumbs-prev, .aboutlc-mix .thumbs-next{bottom: 226px;} */
  .aboutlc-mix .thumbs-prev{left: 4%;}
  .aboutlc-mix .thumbs-next{right: 4%;}
}

@media (max-width:1151px) {
  .indmh {height: auto;padding: 70px 0;}
  .indmh-sticky{position: static;}
  .indmh-bg{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
  .indmh-logo{display: none;}
  .indmh-text{display: none;}
  .indmh-shade{opacity: 1;height: 100%;background: rgba(0, 0, 0, 0.3);}
  .indmh-content{position: relative;height: auto;opacity: 1;pointer-events: auto;}
  .indmh-num li .text{font-size: 16px;}
  /* .aboutlc-mix .thumbs-prev, .aboutlc-mix .thumbs-next {bottom: 216px;} */
}

@media (max-width:1000px) {
  .aboutlc-mix .thumbs .swiper-container {width: 92%;}
}

@media (max-width:640px) {
  .indmh .indTitle .text{font-size: 22px;}
  .indmh .indTitle .title{font-size: 20px;}
  .indmh .indTitle {padding-top: 10px;}
  .indmh-desc{font-size: 15px;}
  .indmh {padding: 48px 0;}
  .indmh-num{margin-top: 28px;}
  .indmh-num ul{margin-top: -14px;}
  .indmh-num li{width: 50%;margin-top: 14px;}
  .indmh-num li .num{font-size: 28px;}
  .indmh-num li .text{margin-top: 4px;font-size: 14px;}
  .indmh-more{margin-top: 30px;}
  .indmh-more a::after{display: none;}
  .indmh-more a span{padding-right: 32px;background: url('../images/index/indArr.png') no-repeat right center;}
  .indmh-more a {width: 132px;height: 38px;border-radius: 19px;}
  .aboutlc-mix .gallery-more .hint {font-size: 60px;}
  .aboutlc-mix .gallery-more {padding-top: 28px;}
  .aboutlc-mix .gallery-more .cont {font-size: 18px;line-height: 24px;}
  .aboutlc-mix .gallery-more .num{font-size: 24px;}
  .aboutlc-mix .gallery-more .line {width: 36px;margin: 12px auto 10px;}
  .aboutlc-mix {margin-top: 20px;}
  .aboutlc-mix .thumbs .thumbs-year {font-size: 18px;height: 54px;}
  .aboutlc-mix .thumbs {bottom: 50px;}
  .aboutlc {height: 384px;}
  .aboutlc-mix .thumbs-prev, .aboutlc-mix .thumbs-next {bottom: 240px;width: 40px;height: 40px;}
}

.top-pagination-wrap {
  display: flex;
}

.animate-circle .flex {
  flex-wrap: nowrap;
}

.top-pagination-wrap .circle-item .circle-item--left_half,
.top-pagination-wrap .circle-item .circle-item--right_half,
.top-pagination-wrap .circle-item .circle-item--left_half .circle--front,
.top-pagination-wrap .circle-item .circle-item--right_half .circle--front {
  transition: all 1s ease;
}

.top-pagination-wrap .circle-item-active .circle-item--left_half {
  transform: rotateY(0);
}

.top-pagination-wrap .circle-item-active .circle-item--right_half {
  transform: rotateY(0);
}

.top-pagination-wrap .circle-item-active .circle-item--left_half .circle--front,
.top-pagination-wrap .circle-item-active .circle-item--right_half .circle--front {
  background-color: #fff;
}

.top-pagination-wrap .circle-item-left .circle-item--left_half {
  transform: rotateY(0);
}

.top-pagination-wrap .circle-item-left .circle-item--right_half {
  transform: rotateY(-180deg);
}

.top-pagination-wrap .circle-item-left .circle-item--right_half .circle--front {
  background-color: #999;
}

.top-pagination-wrap .circle-item-right .circle-item--left_half {
  transform: rotateY(180deg);
}

.top-pagination-wrap .circle-item-right .circle-item--right_half {
  transform: rotateY(0);
}

.top-pagination-wrap .circle-item-right .circle-item--left_half .circle--front {
  background-color: #999;
}

.module .module-head .animate-circle {
  margin-bottom: 5px
}

.animate-circle {
  --size: 30px
}

.animate-circle .circle-group {
  perspective: 1200px;
  transform-style: preserve-3d
}

.animate-circle .circle-item {
  cursor: pointer;
  height: var(--size);
  margin-right: calc(var(--size)/-3);
  position: relative;
  transform-style: preserve-3d;
  width: var(--size)
}

.animate-circle .circle-item:hover {
  z-index: 10
}

.animate-circle .circle-item:last-child {
  margin-right: 0
}

.animate-circle .circle-item.state-active .circle-item--left_half {
  transform: rotateY(0)
}

.animate-circle .circle-item.state-active .circle-item--right_half {
  transform: rotateY(0deg)
}

.animate-circle .circle-item.state-active~.circle-item .circle-item--left_half {
  transform: rotateY(180deg)
}

.animate-circle .circle-item.state-active~.circle-item .circle-item--right_half {
  transform: rotateY(0deg)
}

.animate-circle .circle-item--half {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: var(--size);
  position: relative;
  transform-style: preserve-3d;
  width: var(--size)
}

.animate-circle .circle-item--half .circle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  color: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: calc(var(--size)/2)
}

.animate-circle .circle-item--half .circle--front {
  background-color: #fff;
  z-index: 1
}

.animate-circle .circle-item--half .circle--back {
  transform: rotateY(180deg)
}

.animate-circle .circle-item--left_half {
  left: 0;
  transform-origin: right
}

.animate-circle .circle-item--left_half .circle--front {
  border-radius: calc(var(--size)/2) 0 0 calc(var(--size)/2)
}

.animate-circle .circle-item--left_half .circle--back {
  border-radius: 0 calc(var(--size)/2) calc(var(--size)/2) 0
}

.animate-circle .circle-item--right_half {
  right: 0;
  transform: rotateY(-180deg);
  transform-origin: left
}

.animate-circle .circle-item--right_half .circle--front {
  -webkit-clip-path: ellipse(calc(var(--size)/2) calc(var(--size)/2) at 0 50%);
  clip-path: ellipse(calc(var(--size)/2) calc(var(--size)/2) at 0 50%)
}

.animate-circle .circle-item--right_half .circle--back {
  -webkit-clip-path: ellipse(calc(var(--size)/2) calc(var(--size)/2) at 100% 50%);
  clip-path: ellipse(calc(var(--size)/2) calc(var(--size)/2) at 100% 50%)
}

@supports not ((-webkit-clip-path:ellipse(15px 15px at 100% 50%)) or (clip-path:ellipse(15px 15px at 100% 50%))) {
  .animate-circle .circle--front {
    border-radius: 0 15px 15px 0
  }

  .animate-circle .circle--back {
    border-radius: 15px 0 0 15px
  }
}


/* self begin */

.icon-standard {
  display: block;
  width: 106px;
  height: 106px;
  background: url(../images/icon-standard01.png) no-repeat 0 0 / 106px 106px;
}

.icon-standard01 {
  background-image: url(../images/icon-standard01.png);
}

.icon-standard02 {
  background-image: url(../images/icon-standard02.png);
}

.icon-standard03 {
  background-image: url(../images/icon-standard03.png);
}

.icon-standard04 {
  background-image: url(../images/icon-standard04.png);
}

.feature_item_desc {
  opacity: 0;
}

.feature_item_desc .feature_desc_label {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.feature_item_num {
  margin-top: 12px;
  opacity: 0;
}

.feature_item_num .feature_num_label {
  font-size: 72px;
  color: rgba(255, 255, 255, 0.2);
  font-weight: bold;
  line-height: 1em;
  text-align: center;
}

.partner_wrap .main-hd {
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}

.partner_wrap .main-hd .swiper-btns {
  margin-top: 56px;
}

.feature_page_active .feature_page_back {
  bottom: 0;
}

@media (max-width: 1400px) {
  .feature_item_title {
    margin: 4% 0;
  }

  .feature_item_desc .feature_desc_label {
    font-size: 16px;
  }

  .feature_item_num .feature_num_label {
    font-size: 62px;
  }

  .partner_swiper_wrap {
    padding-top: 12%;
  }

  .partner_title_box {
    width: 100%;
  }

  .partner_wrap .main-hd {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .partner_wrap .main-hd .swiper-btns {
    margin-top: 0;
  }
}

@media (max-width: 1200px) {
  .feature_page_wrap {
    height: auto;
    padding-bottom: 5%;
  }

  .feature_page_active .feature_page_back {
    height: 100%;
  }

  .feature_page_active .feature_page_back img {
    height: 100%;
  }

  .feature_page_item {
    width: 50%;
    margin-top: 5%;
  }

  .feature_page_item:nth-child(odd) {
    margin-top: 5%;
  }
}

@media (max-width: 840px) {
  .feature_icon_box {
    width: 80px;
    height: 80px;
  }

  .icon-standard {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }

  .feature_item_title {
    font-size: 26px;
  }

  .feature_item_desc .feature_desc_label {
    font-size: 14px;
    line-height: 24px;
  }

  .featureAnimate .feature_small_wrap {
    margin-top: 5%;
  }

  .feature_line_wrap {
    height: 120px;
  }

  .feature_item_num .feature_num_label {
    font-size: 50px;
  }
}

@media (max-width: 640px) {
  .feature_page_item {
    width: 100%;
  }

  .feature_icon_box {
    width: 60px;
    height: 60px;
  }

  .icon-standard {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }

  .feature_item_title {
    font-size: 22px;
  }

  .feature_item_desc .feature_desc_label {
    font-size: 12px;
    line-height: 18px;
  }

  .feature_line_wrap {
    height: 100px;
  }

  .feature_item_num .feature_num_label {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .partner_swiper_wrap {
    padding-top: 16%;
  }
}

/* self end */