﻿.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;

}
.banner .swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .swiper-slide .bacBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .bacBox::after {
  display: none;
  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;
  background:url(../images/index/bannerBac.png) top center no-repeat;
  background-size: 100% auto;
  content: "";
}
.banner .swiper-slide .bacBox .bacImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.banner .swiper-slide .pc, .banner .swiper-slide .mobile {
  position: relative;
  width: 100%;
  height: 100vh;

}
.banner .swiper-slide .pc i, .banner .swiper-slide .mobile i {
  width: 100%;
  height: 100%;
  transform: scale(1);
}

.banner .swiper-slide .pc img, .banner .swiper-slide .mobile img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-slide .mobile {
  display: none;
}
.banner .swiper-slide .video_obj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: darken;
}
.banner .swiper-slide .bac {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.banner .swiper-slide .text1, .banner .swiper-slide .text2 {
  line-height: 4.22222rem;
  color: #333;
  font-family: 'sourcehansanscn-regular';
  letter-spacing: 0.11111rem;
}

.banner .swiper-slide .text1 .tit1 {
  display: flex;
  justify-content: center;
  margin-bottom: 1.11111rem;
  font-size: 4.22222rem;
  font-weight: bold;
  font-family: 'alimamashuheiti-bold';
}
.banner .swiper-slide .text1 .tit1 span {
  opacity: 0;
}
.banner .swiper-slide .text1 .tit1 span:nth-child(4) {
  padding-left: 3.33333rem;
}

.banner .swiper-slide .text1 .tit2 {
  display: flex;
  justify-content: center;
  font-size: 1.55556rem;
}
.banner .swiper-slide .text1 .tit2 i {
  display: flex;

}
.banner .swiper-slide .text1 .tit2 i span {
  opacity: 0;
}

.banner .swiper-slide .text1 .tit2 .i2 {
  color: #34a544;
  font-weight: bold;
}

.banner .swiper-slide .text1 .tit2 .i3 {
  color: #325cac;
  font-weight: bold;
}

.banner .swiper-slide .text1 .lie {
  display: inline-block;
  opacity: 0;
  margin-top: 2.77778rem;
  width: 3.88889rem;
  height: 0.27778rem;
  height: 0;
  background-color: #fff;
}

.banner .swiper-slide .text1.white {
  color: #fff;

}
.banner .swiper-slide .text1.white .tit2 .i2, .banner .swiper-slide .text1.white .tit2 .i3 {
  color: #fff;
}

.banner .swiper-slide.swiper-slide-active .text1 .tit1 span {
  animation: fadeInLeftSingle 0.5s ease-out forwards;
  -webkit-animation: fadeInLeftSingle 0.5s ease-out forwards;

}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(1) {
  animation-delay: 0.2s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(2) {
  animation-delay: 0.3s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(3) {
  animation-delay: 0.4s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(4) {
  animation-delay: 0.5s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(5) {
  animation-delay: 0.6s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(6) {
  animation-delay: 0.7s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(7) {
  animation-delay: 0.8s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(8) {
  animation-delay: 0.9s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(9) {
  animation-delay: 1s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(10) {
  animation-delay: 1.1s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(11) {
  animation-delay: 1.2s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(12) {
  animation-delay: 1.3s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(13) {
  animation-delay: 1.4s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(14) {
  animation-delay: 1.5s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit1 span:nth-child(15) {
  animation-delay: 1.6s;
}

.banner .swiper-slide.swiper-slide-active .text1 .tit2 i span {
  animation: fadeInLeftSingle 0.5s ease-out forwards;
  -webkit-animation: fadeInLeftSingle 0.5s ease-out forwards;
}

.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(1) {
  animation-delay: 0.6s;
}

.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(2) {
  animation-delay: 0.65s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(3) {
  animation-delay: 0.7s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(4) {
  animation-delay: 0.75s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(5) {
  animation-delay: 0.8s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(6) {
  animation-delay: 0.85s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(7) {
  animation-delay: 0.9s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(8) {
  animation-delay: 0.95s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(9) {
  animation-delay: 1s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(10) {
  animation-delay: 1.05s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(11) {
  animation-delay: 1.1s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(12) {
  animation-delay: 1.15s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(13) {
  animation-delay: 1.2s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(14) {
  animation-delay: 1.25s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(15) {
  animation-delay: 1.3s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(16) {
  animation-delay: 1.35s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(17) {
  animation-delay: 1.4s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(18) {
  animation-delay: 1.45s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(19) {
  animation-delay: 1.5s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(20) {
  animation-delay: 1.55s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(21) {
  animation-delay: 1.6s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(22) {
  animation-delay: 1.65s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(23) {
  animation-delay: 1.7s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(24) {
  animation-delay: 1.75s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(25) {
  animation-delay: 1.8s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(26) {
  animation-delay: 1.85s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(27) {
  animation-delay: 1.9s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(28) {
  animation-delay: 1.95s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(29) {
  animation-delay: 2s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(30) {
  animation-delay: 2.05s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(31) {
  animation-delay: 2.1s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(32) {
  animation-delay: 2.15s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(33) {
  animation-delay: 2.2s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(34) {
  animation-delay: 2.25s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(35) {
  animation-delay: 2.3s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(36) {
  animation-delay: 2.35s;
}
.banner .swiper-slide.swiper-slide-active .text1 .tit2 i:nth-child(1) span:nth-child(37) {
  animation-delay: 2.4s;
}

.banner .swiper-slide.swiper-slide-active .text1 .lie {
  animation: fadeInLeftSingle 0.5s ease-out 1.8s forwards;
  -webkit-animation: fadeInLeftSingle 0.5s ease-out 1.8s forwards;
}

.banner .swiper-slide.swiper-slide-active .bacImg {
  animation: bgBoxAn 7s linear infinite;
}
.banner .posBox {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 4.5vh;
  transform: translateX(-50%);
  z-index: 10;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
  transition: all 0.5s;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  width: 1.66667rem;
  height: 2.55556rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.88889rem auto;
}
.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover {
  transition: all 0.5s;
}

.banner .swiper-button-prev {
  left: 5.55556rem;
  background-image: url(../images/icon/i3.png);

}
.banner .swiper-button-prev::before {
  display: none;
}

.banner .swiper-button-next {
  right: auto;
  left: 7.77778rem;
  background-image: url(../images/icon/i4.png);
}

.banner .swiper-pagination {
  display: none;
  flex-wrap: wrap;
  justify-content: end;
  position: relative;
  left: auto;
  bottom: auto;
  margin-left: -0.11111rem;
  width: 100%;

}
.banner .swiper-pagination span {
  transition: all 0.5s;
  opacity: 1;
  margin: 0.66667rem 0 0.66667rem 0.83333rem !important;
  width: 0.72222rem;
  height: 0.11111rem;
  border-radius: 0;
  background: #fff;

}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
  transition: all 0.5s;
  margin-left: 0.22222rem !important;
  width: 1.33333rem;
}

.banner .sum {
  display: flex;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.16667rem;
}
.banner .sum i {
  padding-top: 0.55556rem;
  font-weight: bold;
  font-family: 'DINPro';
}
.banner .sum .i1 {
  padding-top: 0;
  font-size: 1.55556rem;
}

@keyframes bgBoxAn {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}
.scroll {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: absolute;
  z-index: 10;
  bottom: 4%;
  right: 50%;
  transform: translateX(50%);
  width: 1.16667rem;
  height: 3rem;
  background: url(../images/icon/i8.png) center no-repeat;
  background-size: 100% auto;
  animation: scrolls 3s ease both infinite;
}
@keyframes scrolls {
    0% {
        transform: translateY(0.83333rem);
    }
    50% {
        transform: translateY(-0.83333rem);
    }
    100% {
        transform: translateY(0.83333rem);
    }
}
@keyframes indClockRipple {
    0% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(0.72);
    }
    70% {
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.22);
    }
}

.title {
  margin-bottom: 3.88889rem;
}
.title b {
  margin-bottom:0;
  font-size: 1.55556rem;
  color: #333;
  font-weight: bold;
}
.title p {
  display: none;
  font-size: 1.55556rem;
  font-weight: bold;
  color: #333;
}
.title.cen {
  text-align: center;
}


.ind01 {
  background: url(../images/index/ind01_bac.jpg) center no-repeat;
  background-size: cover;
}
.ind01 .mode {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.33333rem;
}
.ind01 .left {
  width: 46.6%;
}
.ind01 .left .pic {
  margin-bottom: 1.66667rem;
  width: 100%;
  height: 23.33333rem;
  border-radius: 0.55556rem;
  overflow: hidden;
}
.ind01 .left .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind01 .left .text {
  display: flex;
}
.ind01 .left .time {
  margin-right: 3.33333rem;
  line-height: 2.44444rem;
  font-size: 2rem;
  color: #dab866;
  font-family: 'poppins';
}
.ind01 .left .time em {
  font-size: 1.33333rem;
}
.ind01 .left p {
  transition: all 0.5s;
  flex: 1;
  max-height: 4.88889rem;
  line-height: 2.22222rem;
  font-size: 1.22222rem;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
}
.ind01 .left:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.ind01 .left:hover p {
  transition: all 0.5s;
  color: #dab866;
}
.ind01 .right {
  width: 50.6%;
}
.ind01 .right .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.66667rem;
}
.ind01 .right .top a {
  position: relative;
  width: 47.5%;
  height: 12.11111rem;
  border-radius: 0.55556rem;
  overflow: hidden;
}
.ind01 .right .top a i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.ind01 .right .top a p {
  position: absolute;
  left: 1.11111rem;
  bottom: 1.11111rem;
  width: calc(100% - 2.22222rem);
  max-height: 1.11111rem;
  line-height: 1.11111rem;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ind01 .right .top a:hover i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.ind01 .right .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ind01 .right .list a {
  padding: 1.11111rem 0;
  width: 47.5%;
  border-top: #dcdcdc 0.05556rem solid;
}
.ind01 .right .list a i {
  margin-bottom: 0.27778rem;
  font-size: 1rem;
  color: #dab866;
  font-family: 'poppins';
}
.ind01 .right .list a p {
  transition: all 0.5s;
  font-weight: 400;
  height: 3.88889rem;
  line-height: 1.94444rem;
  font-size: 1rem;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
}
.ind01 .right .list a:hover p {
  color: #dab866;
}

.ind02 .row {
  position: relative;
  height: calc(100vh - 5.55556rem);
  width: 100%;
}

.ind02 #r3 {
  overflow: hidden;
}
.ind02 #r3 *, .ind02 #r3 ::after, .ind02 #r3 ::before {
  box-sizing: border-box;
}

.ind02 #r3 .bg {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}

.ind02 #r3 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.7s cubic-bezier(0.65, 0.01, 0.45, 1), transform 4s cubic-bezier(0.65, 0.01, 0.45, 1);
  transform: scale(1.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.ind02 #r3 .bg .pic.on {
  opacity: 1;
  transform: none;
  z-index: 10;
}

.ind02 #r3 .other {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  opacity: 0;
  transition: all 0.6s ease-out;
}

.ind02 #r3 .other #clock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  width: calc(22.77778rem);
  height: calc(22.77778rem);
  border-radius: 100%;
}

.ind02 #r3 .other #clock > img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.ind02 #r3 .other #clock .time-box {
  z-index: 5;
  position: absolute;
  width: calc(100% + 2.44444rem);
  height: calc(100% + 2.44444rem);
  top: -1.22222rem;
  left: -1.22222rem;
}

.ind02 #r3 .other #clock .time-box > ul {
  width: 0;
  position: absolute;
}

.ind02 #r3 .other #clock .time-box > ul > li {
  position: absolute;
  width: 2.44444rem;
  height: 2.44444rem;
}
.ind02 #r3 .other #clock .time-box > ul > li:nth-of-type(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ind02 #r3 .other #clock .time-box > ul > li:nth-of-type(2) {
  top: 66%;
  right: 6%;
}
.ind02 #r3 .other #clock .time-box > ul > li:nth-of-type(3) {
  top: 66%;
  left: 6%;
}
.ind02 #r3 .other #clock .time-box > ul > li i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ind02 #r3 .other #clock .time-box > ul.time-cir {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ind02 #r3 .other #clock .time-box > ul.time-cir li .name {
  white-space: nowrap;
  font-size: 0.77778rem;
  font-weight: bold;
  color: #fff;
  opacity: 1;
  transition: all 0.3s;
  z-index: 2;
}

.ind02 #r3 .other #clock .time-box > ul.time-cir li:nth-child(2) .name {
  left: 2.22222rem;
  top: 2.22222rem;
  color: #fff;
}
.ind02 #r3 .other #clock .time-box > ul.time-cir li:nth-child(3) .name {
  right: 2.22222rem;
  top: 2.22222rem;
}
.ind02 #r3 .other #clock .time-box > ul.time-cir li.on i::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 125%;
  height: 125%;
  border-radius: 50%;
  background: rgba(218, 184, 102, 0.8);
  animation: indClockRipple 1.8s ease-out infinite;
}

.ind02 #r3 .other #clock .time-box > ul.time-cir > li > i {
  width: 2.88889rem;
  height: 2.88889rem;
  border-radius: 100%;
  transition: all 0.3s;
  cursor: pointer;
}

.ind02 #r3 .other #clock .time-box > ul.time-cir > li > i {
  background: #dab866;
}
.ind02 #r3 .other #clock .time-box > ul.time-cir > li > i.on i::after {
  background: rgba(218, 184, 102, 0.8);
}
.ind02 #r3 .other #clock .time-box > ul.time-cir > li:nth-child(2) i {
  background: #33afe2;
}
.ind02 #r3 .other #clock .time-box > ul.time-cir > li:nth-child(2).on i::after {
  background: rgba(51, 175, 226, 0.8);
}
.ind02 #r3 .other #clock .time-box > ul.time-cir > li:nth-child(3) i {
  background: #bc151d;
}

.ind02 #r3 .other #clock .time-box > ul.time-cir > li:nth-child(3).on i::after {
  background: rgba(188, 21, 29, 0.8);
}
.ind02 #r3 .other #clock .time-move {
  z-index: 4;
  position: absolute;
  width: calc(100% + 0.22222rem);
  height: calc(100% + 0.22222rem);
  left: -0.11111rem;
  top: -0.11111rem;
}
.ind02 #r3 .other #clock .time-move canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.ind02 #r3 .other #clock .msg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.ind02 #r3 .other #clock .msg-box .msg_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68%;
  height: 68%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.ind02 #r3 .other #clock .msg-box .msg_1 > li {
  transition: all 0.5s;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(218, 184, 102, 0.8);
  border-radius: 100%;
}
.ind02 #r3 .other #clock .msg-box .msg_1 > li:nth-child(2) {
  background: rgba(0, 174, 239, 0.8);
}
.ind02 #r3 .other #clock .msg-box .msg_1 > li:nth-child(3) {
  background: rgba(188, 21, 29, 0.8);
}
.ind02 #r3 .other #clock .msg-box .msg_1 > li img {
  margin-bottom: 1.11111rem;
  max-width: 58%;
  max-height: 40%;
}
.ind02 #r3 .other #clock .msg-box .msg_1 > li p {
  width: 100%;
  font-size: 0.88889rem;
  text-align: center;
  color: #fff;
}
.ind02 #r3 .other #clock .msg-box .msg_1 > li.on {
  transition: all 0.5s;
  opacity: 1;
}

.ind02 #r3 .other.on {
  opacity: 1;
  pointer-events: auto;
}

.ind02 #r3.over {
  z-index: 16;
  opacity: 1;
  border-radius: 1.11111rem;
  animation-name: banner_in_1;
  transform-origin: 50% 50%;
}

.ind02 #r3.in {
  z-index: 15;
  opacity: 1;
  border-radius: 1.11111rem;
  animation-name: banner_in;
  transform-origin: 50% 50%;
}

.ind02 #r3.out {
  z-index: 10;
  opacity: 1;
  border-radius: 1.11111rem;
  animation-name: banner_in_1;
  transform-origin: 50% 50%;
}

.ind02 #r3.on .other #clock .time-box .time-cir > li i > a {
  transform: none !important;
  opacity: 1;
}
.ind02 .left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.ind02 .left .mode {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ind02 .left .mode .bac {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.ind02 .left .mode .w1600 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ind02 .left .mode .bor {
  width: 32%;
}
.ind02 .left .mode .title b {
  display: none;
}
.ind02 .left .mode .title p {
  display: block;
}
.ind02 .left .mode .next {
  margin-top: 3.33333rem;
}
.ind02 .left .mode .next .top {
  margin-bottom: 1.38889rem;
  display: flex;
  align-items: center;
  color: #dab866;
}
.ind02 .left .mode .next .top b {
  font-size: 1.33333rem;
  font-weight: bold;
}
.ind02 .left .mode .next .top em {
  margin: 0 0.55556rem;
  font-size: 1.33333rem;
  font-weight: bold;
}
.ind02 .left .mode .next .top i {
  font-size: 1rem;
  /* color: #333; */
}
.ind02 .left .mode .next p {
  margin-bottom: 2.77778rem;
  line-height: 2rem;
  font-size: 1rem;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ind02 .left .mode .title b, .ind02 .left .mode .title p, .ind02 .left .mode .next .top, .ind02 .left .mode .next p, .ind02 .left .mode .flex {
  opacity: 0;
  visibility: hidden;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.ind02 .left .mode.on {
  opacity: 1;
  z-index: 3;
}
.ind02 .left .mode.on .title b, .ind02 .left .mode.on .title p, .ind02 .left .mode.on .next .top, .ind02 .left .mode.on .next p, .ind02 .left .mode.on .flex {
  visibility: visible;
  animation-name: fadeInUp50;
}
.ind02 .left .mode.on .title b {
  animation-delay: 0.1s;
}
.ind02 .left .mode.on .title p {
  animation-delay: 0.2s;
}
.ind02 .left .mode.on .next .top {
  animation-delay: 0.3s;
}
.ind02 .left .mode.on .next p {
  animation-delay: 0.4s;
}
.ind02 .left .mode.on .flex {
  animation-delay: 0.5s;
}

.ind03 {
  background: url(../images/index/ind03_bac.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 6.38889rem 0 4.44444rem 0;
}
.ind03 .mode {
  position: relative;
  z-index: 2;
  width: 100%;
}
.ind03 .tab_tit {
  display: flex;
  margin: 2.22222rem auto 0;
  width: 53.88889rem;
  height: 3.61111rem;
  border-radius: 2.77778rem;
  box-shadow: 0 0 0.55556rem rgba(0, 0, 0, 0.08);
  background: #fff;
}
.ind03 .tab_tit .tit {
  transition: all 0.6s;
  position: relative;
  flex: 1;
  text-align: center;
  line-height: 3.61111rem;
  font-size: 1rem;
  border-radius: 2.77778rem;
  color: #666;
  cursor: pointer;
  overflow: hidden;
}
.ind03 .tab_tit .tit::after {
  transition: all 0.6s;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);

  width: 2.77778rem;
  height: 2.77778rem;
  background: #dab866;
  border-radius: 2.77778rem;
}
.ind03 .tab_tit .tit p {
  position: relative;
  z-index: 2;
}
.ind03 .tab_tit .tit.cur {
  transition: all 0.6s;
  color: #fff;
}
.ind03 .tab_tit .tit.cur::after {
  transition: all 0.6s;
  transform: translate(-50%, -50%) scale(5);
}
.ind03 .next {
  display: none;
  visibility: hidden;
}
.ind03 .next.cur {
  display: block;
  animation-duration: 1s;
  animation-fill-mode: both;
  visibility: visible;
  animation-name: fadeInUp150;
}
.ind03 .swiper {
  position: relative;
  overflow: hidden;
  padding-top: 6.11111rem;
  box-sizing: border-box;
  width: 100%;
}
.ind03 .swiper::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 23.88889rem;
  z-index: 1;
  width: 41.38889rem;
  height: 9.38889rem;
  background: url(../images/index/showcase.png) center no-repeat;
  background-size: 100% 100%;
  transform: translateX(calc(-50% + 3.5rem));
  pointer-events: none;
}
.ind03 .swiper .swiper-wrapper {
  position: relative;
  z-index: 2;
}
.ind03 .swiper-slide {
  width:30.55556rem;
  height: 33.33333rem;
  margin: 0 0.55556rem;
  pointer-events: none;
  transform: translateY(7.22222rem) scale(0.58);
  transform-origin: center top;
  transition: transform 0.8s, opacity 0.8s;
}
.ind03 .swiper-slide .bor {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.ind03 .swiper-slide .pic {
  display: flex;
  justify-content: center;
  align-items: end;
  position: absolute;
  left: 0;
  top: -7.22222rem;
  z-index: 2;
  width: 100%;
  height: 30.55556rem;
  transition: transform 0.8s;
}
.ind03 .swiper-slide .pic img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  max-height: 90%;
}
.ind03 .swiper-slide .text {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s, transform 0.6s, visibility 0.6s;
  transform: translateY(1.11111rem);
  position: absolute;
  left: 50%;
  top: 26.66667rem;
  z-index: 3;
  width: 27.77778rem;
  margin-left: -13.88889rem;
  color: #333;
  text-align: center;
}
.ind03 .swiper-slide .text b {
  display: block;
  margin-bottom: 0.55556rem;
  font-size: 1.11111rem;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ind03 .swiper-slide .text .anm {
  position: relative;
}
.ind03 .swiper-slide .text .anm p {
  font-size: 0.88889rem;
  line-height: 1.8;
  color: #777;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ind03 .swiper-slide .text .anm .go {
  display: none;
}
.ind03 .swiper-slide::before {
  display: none;
}
.ind03 .swiper-slide::after {
  display: none;
}
.ind03 .swiper-slide.swiper-slide-prev, .ind03 .swiper-slide.swiper-slide-next {
  z-index: 2;
}
.ind03 .swiper-slide.swiper-slide-prev .pic::after, .ind03 .swiper-slide.swiper-slide-next .pic::after {
  opacity: 1;
}
.ind03 .swiper-slide.swiper-slide-prev .pic img, .ind03 .swiper-slide.swiper-slide-next .pic img {
  filter: none;
}
.ind03 .swiper-slide.swiper-slide-prev .pic {
  transform: translateX(-2.5rem);
}
.ind03 .swiper-slide.swiper-slide-next .pic {
  transform: translateX(2.5rem);
}
.ind03 .swiper-slide.swiper-slide-active {
  z-index: 3;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.ind03 .swiper-slide.swiper-slide-active .text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.25s;
}

.ind03 .swiper-button-next, .ind03 .swiper-button-prev {
  transition: all 0.5s;
  opacity: 1;
  position: absolute;
  top: 15.83333rem;
  z-index: 8;
  margin: 0;
  width: 2.77778rem;
  height: 2.77778rem;
  border-radius: 100%;
  border: 0;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0.55556rem 1.33333rem rgba(0, 0, 0, 0.08);
}
.ind03 .swiper-button-next i, .ind03 .swiper-button-prev i {
  position: absolute;
  left: 0;
  top:0;
  transition: all 0.5s;
  transform: scale(0);
  z-index: 1;
  width:100%;
  height:100%;
  border-radius: 100%;
  background: #dab866;
}
.ind03 .swiper-button-next::after, .ind03 .swiper-button-next::before, .ind03 .swiper-button-prev::after, .ind03 .swiper-button-prev::before {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 0.5rem;
  height: 0.83333rem;
  margin-top: -0.41667rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}
.ind03 .swiper-button-next::after, .ind03 .swiper-button-prev::after {
  opacity: 1;
}
.ind03 .swiper-button-next::before, .ind03 .swiper-button-prev::before {
  opacity: 0;
}
.ind03 .swiper-button-next:hover i, .ind03 .swiper-button-prev:hover i {
  transition: all 0.5s;
  transform: scale(1.1);
}
.ind03 .swiper-button-next:hover::after, .ind03 .swiper-button-prev:hover::after {
  opacity: 0;
}
.ind03 .swiper-button-next:hover::before, .ind03 .swiper-button-prev:hover::before {
  opacity: 1;
}

.ind03 .swiper-button-prev {
  left: calc(50% - 22.22222rem);
}
.ind03 .swiper-button-prev::after {
  left: 1.11111rem;
  background-image: url(../images/icon/icon_59s.png);
}
.ind03 .swiper-button-prev::before {
  left: 1.11111rem;
  background-image: url(../images/icon/icon_59.png);
}
.ind03 .swiper-button-prev::after {
  opacity: 1;
}
.ind03 .swiper-button-prev::before {
  opacity: 0;
}
.ind03 .swiper-button-next {
  right: calc(50% - 22.22222rem);
}
.ind03 .swiper-button-next::after {
  right: 1.11111rem;
  background-image: url(../images/icon/icon_60s.png);
}
.ind03 .swiper-button-next::before {
  right: 1.11111rem;
  background-image: url(../images/icon/icon_60.png);
}

@media screen and (min-width: 77.77778rem) and (max-width: 91.66667rem) {
.ind03 .swiper-slide {
  /* width: clamp(360px, 30vw, 421px); */
  width: 27.77778rem;
  height: 32.22222rem;
  margin: 0 0.55556rem;
}
.ind03 .swiper-slide .pic {
  top: -7.22222rem;
}
.ind03 .swiper-slide.swiper-slide-prev .pic {
  transform: translateX(-1.55556rem);
}
.ind03 .swiper-slide.swiper-slide-next .pic {
  transform: translateX(1.55556rem);
}
.ind03 .swiper-button-prev {
  left: calc(50% - clamp(16.55556rem, 19vw, 18.55556rem));
}
.ind03 .swiper-button-next {
  right: calc(50% - clamp(16.55556rem, 19vw, 18.55556rem));
}
}

.ind04 {
  padding: 12.9vh 0;
}
.ind04 .w1600 {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.ind04 a {
  float: left;
  display: block;
  overflow: hidden;
  color: #333;
  transition: transform 0.5s;
}
.ind04 a:hover img {
  transform: scale(1.05);
}
.ind04 a img {
  transition: transform 0.5s;
}
.ind04 .ind04-card {
  position: relative;
  border-radius: 0.83333rem;
  overflow: hidden;
}
.ind04 .ind04-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.ind04 .ind04-card:hover img {
  transform: scale(1.05);
}
.ind04 .ind04-card:hover .ind04-go {
  transform: translateY(0);
  opacity: 1;
}
.ind04 .ind04-text {
  position: absolute;
  left: 3.88889rem;
  top: 4.72222rem;
  z-index: 2;
}
.ind04 .ind04-text h3 {
  margin-bottom: 1.55556rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}
.ind04 .ind04-text p {
  color: #fff;
  font-size: 0.88889rem;
  line-height: 1.75;
}
.ind04 .ind04-links {
  margin-top: 2.61111rem;
}
.ind04 .ind04-links a {
  display: flex;
  align-items: center;
  width: 10rem;
  height: 3.33333rem;
  margin-bottom: 1.77778rem;
  padding: 0 1.66667rem;
  border: 0.05556rem solid rgba(255, 255, 255, 0.72);
  border-radius: 1.66667rem;
  color: #fff;
  font-size: 1.11111rem;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.3);
}
.ind04 .ind04-links a:hover i {
  transition: all 0.5s;
  transform: rotateY(360deg);
}
.ind04 .ind04-links i {
  transition: all 0.5s;
  transform: rotateY(0deg);
  position: relative;
  flex-shrink: 0;
  width: 1.55556rem;
  height: 1.55556rem;
  margin-right: 0.88889rem;
}
.ind04 .ind04-links b {
  flex: 1;
}
.ind04 .ind04-links em {
  flex-shrink: 0;
  width: 0.55556rem;
  height: 0.83333rem;
  background: url(../images/icon/icon_63.png) center no-repeat;
  transition: all 0.5s;
}
.ind04 .ind04-links .link-list .ico-growth {
  background: url(../images/icon/icon_51.png) no-repeat center center;
  background-size: 1.27778rem 1.22222rem;
  width: 1.27778rem;
  height: 1.27778rem;
}
.ind04 .ind04-links .link-list .ico-research {
  background: url(../images/icon/icon_52.png) no-repeat center center;
  background-size: cover;
  width: 1.27778rem;
  height: 1.27778rem;
}
.ind04 .a1 {
  margin-right: 1.66667rem;
  width: 58.75%;
  height: 35rem;
}
.ind04 .ind04-card-group {
  width: 39.37%;
}
.ind04 .ind04-card-group .a2 {
  height: 16.66667rem;
}
.ind04 .ind04-card-group .a2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind04 .ind04-card-group .a2 .ind04-text {
  left: 3.05556rem;
  top: 3.88889rem;
}
.ind04 .ind04-card-group .a2 .ind04-text h3 {
  margin-bottom: 1.66667rem;
  color: #333;
  font-size: 1.66667rem;
}
.ind04 .ind04-card-group .a2 .ind04-text p {
  color: #333;
  font-size: 0.88889rem;
  line-height: 1.7;
}
.ind04 .ind04-card-group .ind04-go {
  position: absolute;
  top: 2.22222rem;
  right: 2.77778rem;
  width: 2.77778rem;
  height: 2.77778rem;
  border-radius: 50%;
  background: #e5be55;
  transition: all 0.5s;
  transform: translateY(2.22222rem);
  opacity: 0;
}
.ind04 .ind04-card-group .ind04-go::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.83333rem;
  background: url(../images/icon/icon_50.png) center center no-repeat;
  background-size: cover;
}
.ind04 .ind04-card-group .a3 {
  margin-top: 1.66667rem;
}

.mobileMain .scroll {
  width: 0.6rem;
  height: 1.6rem;
  background-size: 100%;
}
.mobileMain .banner .swiper-slide .slide-inner .bacBox {
  width: 100%;
  height: 100%;
}
.mobileMain .banner .swiper-slide .slide-inner .bacBox::after {
  display: none;
}
.mobileMain .banner .swiper-slide .slide-inner .bacImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobileMain .banner .swiper-slide .slide-inner .text1 .tit1 {
  font-size: 1.5rem;
  margin-bottom: 1.15rem;
  line-height: 1;
}
.mobileMain .banner .swiper-slide .slide-inner .text1 .tit1 span:nth-child(4) {
  padding-left: 0.8rem;
}
.mobileMain .banner .swiper-slide .slide-inner .text1 .tit2 {
  font-size: 0.6rem;
  width: 8.6rem;
  margin: 0 auto;
}
.mobileMain .banner .swiper-slide .slide-inner .text1 .tit2 i {
  width: 100%;
  flex-wrap: wrap;
  line-height: 1.5;
}
.mobileMain .banner .swiper-slide .slide-inner .text1 .tit2 i div {
  width: 100%;
  display: flex;
  justify-content: center;
}
.mobileMain .ind01 {
  padding: 1.7rem 0 1.9rem 0;
}
.mobileMain .ind01 .mobileShow .swiper {
  position: relative;
}
.mobileMain .ind01 .mobileShow .swiper-pagination {
  top: 7rem;
  bottom: initial;
  line-height: 0;
}
.mobileMain .ind01 .mobileShow .swiper-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 0.16rem !important;
  opacity: 1;
  background: #fff;
}
.mobileMain .ind01 .mobileShow .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 0.95rem;
  border-radius: 1rem;
}
.mobileMain .ind01 .mode {
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}
.mobileMain .ind01 .mode .left {
  width: 100%;
}
.mobileMain .ind01 .mode .left .pic {
  margin-bottom: 0.8rem;
  height: 7.8rem;
  border-radius: 0.2rem;
}
.mobileMain .ind01 .mode .left .pic i {
  object-fit: cover;
}
.mobileMain .ind01 .mode .left .text {
  display: flex;
  align-items: flex-start;
}
.mobileMain .ind01 .mode .left .time {
  margin-right: 1.1rem;
  line-height: 0.68rem;
  font-size: 0.72rem;
}
.mobileMain .ind01 .mode .left .time em {
  font-size: 0.54rem;
}
.mobileMain .ind01 .mode .left p {
  max-height: 1.36rem;
  line-height: 0.68rem;
  font-size: 0.56rem;
  -webkit-line-clamp: 2;
}
.mobileMain .ind01 .mode .right {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.mobileMain .ind01 .mode .right a {
  width: 100%;
  padding: 0.8rem 0;
}
.mobileMain .ind01 .mode .right a i {
  font-size: 0.54rem;
}
.mobileMain .ind01 .mode .right a p {
  font-size: 0.58rem;
  line-height: 0.9rem;
  height: auto;
}
.mobileMain .ind02 .mobileShow {
  display: block;
}
.mobileMain .ind02 .m-brand {
  background: #fff;
}
.mobileMain .ind02 .m-brand-hero {
  position: relative;
  height: 20.24rem;
  overflow: hidden;
}
.mobileMain .ind02 .m-brand-bg-swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mobileMain .ind02 .m-brand-bg-swiper .swiper-wrapper, .mobileMain .ind02 .m-brand-bg-swiper .swiper-slide {
  height: 100%;
}
.mobileMain .ind02 .m-brand-bg {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mobileMain .ind02 .m-brand-bg::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4.2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
}
.mobileMain .ind02 .m-brand-slogan {
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  top: 1.95rem;
  z-index: 2;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.mobileMain .ind02 .m-brand-slogan .slogan-title {
  display: none;
}
.mobileMain .ind02 .m-brand-slogan .slogan-title .slogan-title-name {
  font-size: 0.54rem;
  font-weight: normal;
}
.mobileMain .ind02 .m-brand-slogan .slogan-title .slogan-title-desc {
  margin-top: 0.45rem;
}
.mobileMain .ind02 .m-brand-slogan .slogan-title.active {
  display: block;
}
.mobileMain .ind02 .m-brand-tabs {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.24rem;
  z-index: 3;
}
.mobileMain .ind02 .m-brand-tabs::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.02rem;
  background: rgba(255, 255, 255, 0.7);
}
.mobileMain .ind02 .m-brand-tabs .tab-check-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mobileMain .ind02 .m-brand-tabs .tab-check {
  cursor: pointer;
  padding-bottom: 0.95rem;
  position: relative;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.5rem;
  line-height: 0.6rem;
  text-align: left;
  font-weight: bold;
  background: none;

}
.mobileMain .ind02 .m-brand-tabs .tab-check .tab-check-img {
  width: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobileMain .ind02 .m-brand-tabs .tab-check .tab-check-img img {
  width: 100%;
}
.mobileMain .ind02 .m-brand-tabs .tab-check .cir {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  bottom: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dab866;

}
.mobileMain .ind02 .m-brand-tabs .tab-check:nth-child(2) .cir {
  background: #33afe2;
}
.mobileMain .ind02 .m-brand-tabs .tab-check:nth-child(3) .cir {
  background: #bc151d;
}
.mobileMain .ind02 .m-brand-tabs .tab-check.active .cir::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  height: 130%;
  border-radius: 50%;
  background: rgba(218, 184, 102, 0.8);
  animation: indClockRipple 1.8s ease-out infinite;
}
.mobileMain .ind02 .m-brand-tabs .tab-check.active:nth-child(1) .cir::after {
  background: rgba(218, 184, 102, 0.8);
}
.mobileMain .ind02 .m-brand-tabs .tab-check.active:nth-child(2) .cir::after {
  background: rgba(51, 175, 226, 0.8);
}
.mobileMain .ind02 .m-brand-tabs .tab-check.active:nth-child(3) .cir::after {
  background: rgba(188, 21, 29, 0.8);
}
.mobileMain .ind02 .m-brand-content {
  overflow: hidden;
}
.mobileMain .ind02 .m-brand-panel {
  position: relative;
  display: none;
  padding: 1.8rem 0.6rem;
}
.mobileMain .ind02 .m-brand-panel h3 {
  margin-bottom: 0.52rem;
  color: #dab866;
  font-size: 0.72rem;
  font-weight: bold;
}
.mobileMain .ind02 .m-brand-panel h4 {
  margin-bottom: 0.6rem;
  color: #dab866;
  font-size: 0.6rem;
  line-height: 1.45;
}
.mobileMain .ind02 .m-brand-panel .desc {
  color: #666;
  font-size: 0.54rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 0.9rem;
}
.mobileMain .ind02 .m-brand-panel .bac {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: 6.81rem 4.56rem !important;
}
.mobileMain .ind02 .m-brand-panel.active {
  display: block;
  animation: fadeInUp50 0.5s both;
}
.mobileMain .ind02 .m-brand-content .more {
  margin-top: 1.5rem;
}
.mobileMain .ind03 {
  padding: 1.8rem 0 ;
}
.mobileMain .ind03 .tab_tit {
  width: 92%;
  margin: 0 auto;
  height: 1.5rem;
}
.mobileMain .ind03 .tab_tit .tit {
  font-size: 0.54rem;
  line-height: 1.5rem;
}
.mobileMain .ind03 .swiper {
  padding-top:0rem;
}
.mobileMain .ind03 .swiper::before {
  width: 13.14rem;
  height: 3.11rem;
  top: 8.1rem;
  background: url(../images/mobile/index/showcase.png) center no-repeat;
  background-size: 100% 100%;
  transform: translateX(calc(-50% + 0.8rem));
}
.mobileMain .ind03 .swiper-slide {
  width: 92%;
  height: 100%;
  transform: translateY(0);
}
.mobileMain .ind03 .swiper-slide .pic {
  align-items: end;
  width:10rem;
  margin:0 auto;
  height: 10rem;
  position: relative;
  top: auto;
}
.mobileMain .ind03 .swiper-slide .pic::after {
  display: none;
}
.mobileMain .ind03 .swiper-slide .text {
  position: initial;
  width: 100%;
  margin: 0 auto;
  margin-top: 1.8rem;
  transform: translateY(0);
}
.mobileMain .ind03 .swiper-slide .text b {
  font-size: 0.75rem;
  margin-bottom: 0.7rem;
}
.mobileMain .ind03 .swiper-slide .text .anm p {
  font-size: 0.56rem;
  line-height: initial;
}
.mobileMain .ind03 .swiper-button-next, .mobileMain .ind03 .swiper-button-prev {
  width: 1.6rem;
  height: 1.6rem;
  top: 6.5rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.mobileMain .ind03 .swiper-button-next {
  right: 0;
}
.mobileMain .ind03 .swiper-button-next::before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  background-size: 0.25rem 0.45rem;
}
.mobileMain .ind03 .swiper-button-next::after {
  right: initial;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  background-size: 0.25rem 0.45rem;
}
.mobileMain .ind03 .swiper-button-prev {
  left: 0;
}
.mobileMain .ind03 .swiper-button-prev::before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  background-size: 0.25rem 0.45rem;
}
.mobileMain .ind03 .swiper-button-prev::after {
  right: initial;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  background-size: 0.25rem 0.45rem;
}
.mobileMain .ind04 {
  padding: 1.8rem 0;
}
.mobileMain .ind04 .w1600 {
  flex-wrap: wrap;
}
.mobileMain .ind04 .w1600 .ind04-card {
  border-radius: 0.25rem;
}
.mobileMain .ind04 .w1600 .a1 {
  width: 100%;
  height: auto;
  margin-right: 0;
}
.mobileMain .ind04 .w1600 .a1 .ind04-text {
  top: 1.3rem;
  left: 0.85rem;
  right: 0.85rem;
}
.mobileMain .ind04 .w1600 .a1 .ind04-text h3 {
  font-size: 0.75rem;
  margin-bottom: 0.35rem;
}
.mobileMain .ind04 .w1600 .a1 .ind04-text p {
  font-size: 0.5rem;
  line-height: 0.8rem;
}
.mobileMain .ind04 .w1600 .ind04-links {
  margin-top: 1rem;
}
.mobileMain .ind04 .w1600 .ind04-links a {
  width: 8rem;
  height: 1.45rem;
  margin-bottom: 0.6rem;
  padding: 0 0.8rem;
  font-size: 0.56rem;
}
.mobileMain .ind04 .w1600 .ind04-links .link-list .ico-growth {
  width: 0.6rem;
  height: 0.6rem;
  background-size: 0.6rem;
}
.mobileMain .ind04 .w1600 .ind04-links .link-list .ico-research {
  width: 0.6rem;
  height: 0.6rem;
  background-size: 0.6rem;
}
.mobileMain .ind04 .w1600 .ind04-links .link-list i {
  margin-right: 0.25rem;
}
.mobileMain .ind04 .w1600 .ind04-links .link-list em {
  width: 0.28rem;
  height: 0.5rem;
  transform: translateX(0);
}
.mobileMain .ind04 .w1600 .ind04-card-group {
  width: 100%;
}
.mobileMain .ind04 .w1600 .ind04-card-group .ind04-card {
  margin-top: 0.65rem;
  height: auto;
}
.mobileMain .ind04 .w1600 .ind04-card-group .ind04-card .ind04-text {
  top: 1.3rem;
  left: 1rem;
  right: 1rem;
}
.mobileMain .ind04 .w1600 .ind04-card-group .ind04-card .ind04-text h3 {
  font-size: 0.6rem;
  margin-bottom: 0.4rem;
}
.mobileMain .ind04 .w1600 .ind04-card-group .ind04-card .ind04-text p {
  font-size: 0.54rem;
  line-height: 0.9rem;
}
.mobileMain .ind04 .w1600 .ind04-card-group .ind04-go {
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  bottom: 1rem;
  left: 1rem;
  top: initial;
  border-radius: 50%;
  position: absolute;
  opacity: 1;
  transform: translateY(0);
}
.mobileMain .ind04 .w1600 .ind04-card-group .ind04-go::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.21rem;
  height: 0.37rem;
  background: url(../images/mobile/icon/icon-4.png) center center no-repeat;
  background-size: cover;
}


