.index_banner {
  width: 100%;
  height: 100vh;
  /* background: url(/static/web_new/img/index/index_banner.png) no-repeat;
  background-position: center;
  background-size: cover; */
  text-align: center;
  position: relative;
}
.index_banner video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
}
.index_banner .index_prompt {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_banner .index_prompt img {
  width: 28px;
  height: 28px;
  object-fit: cover;
}
.index_banner .index_prompt div {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 14px;
  letter-spacing: 3px;
  padding-top: 10px;
}
.index_banner .title {
  /* font-family: "FZLanTingHeiS-R-GB"; */
  font-family: "FZLanTingHeiS-R-GB", Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 6px;
  padding-top: 45vh;
  padding-bottom: 22px;
  position: relative;
  z-index: 1;
}
.index_banner .text {
  font-family: "Helvetica Neue 100";
  font-weight: 100;
  font-size: 25px;
  color: #ffffff;
  line-height: 25px;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.index_about {
  width: 100%;
  padding: 100px 0 158px 0;
  padding-bottom: 120px;
}
.index_about .index_abouttop {
  width: 100%;
  height: 520px;
  /* height: 649px; */
  display: flex;
  padding: 0 12.5%;
  justify-content: space-between;
  position: relative;
}
.index_about .index_abouttop > .line {
  position: absolute;
  top: 15px;
  left: 0;
  width: 11.46%;
  height: 1px;
  background: rgba(89, 87, 87, 0.47);
}
.index_about .index_abouttop .left {
  width: 42.16%;
}
.index_about .index_abouttop .left > div:nth-child(1) {
  font-family: "FZLanTingHeiS-R-GB";
  font-weight: 400;
  font-size: 30px;
  color: #595757;
  line-height: 30px;
  letter-spacing: 3px;
  /* padding-bottom: 20px; */
  padding-bottom: 10px;
}
.index_about .index_abouttop .left > div:nth-child(2) {
  font-family: "Helvetica Neue Thin";
  font-weight: 300;
  font-size: 24px;
  color: #595757;
  line-height: 24px;
  letter-spacing: 9px;
  padding-bottom: 40px;
}
.index_about .index_abouttop .left > div:nth-child(3) {
  font-family: "Helvetica Neue 100";
  font-weight: 100;
  /* font-size: 56px; */
  font-size: 2.8rem;
  color: rgba(89, 87, 87, 0.6);
  line-height: 56px;
  letter-spacing: 3px;
  padding-bottom: 40px;
}
.index_about .index_abouttop .left .textarea {
  display: flex;
}
.index_about .index_abouttop .left .textarea .line {
  width: 15%;
  height: 1px;
  background: #b2b1b1;
  margin-top: 16px;
  margin-right: 10px;
}
.index_about .index_abouttop .left .textarea .paragraph div:nth-child(1),
.index_about .index_abouttop .left .textarea .paragraph div:nth-child(3) {
  font-family: "FZLanTingHeiS-R-GB";
  font-weight: 400;
  font-size: 16px;
  color: #595757;
  line-height: 28px;
  letter-spacing: 1px;
}
.index_about .index_abouttop .left .textarea .paragraph > div:nth-child(2) {
  padding: 15px 0;
  font-family: "FZLanTingHeiS-R-GB";
  font-weight: 400;
  font-size: 16px;
  color: #595757;
  line-height: 28px;
  letter-spacing: 1px;
}
/* .index_about
  .index_abouttop
  .left
  .textarea
  .paragraph
  > div:nth-child(2)
  > div {
  padding: 5px 0;
} */
.index_about .index_abouttop .left .textarea .paragraph div span:nth-child(1) {
  font-family: "FZLanTingHeiS-EB-GB";
  font-weight: 400;
  font-size: 16px;
  color: #595757;
  line-height: 28px;
  letter-spacing: 2px;
}
.index_about .index_abouttop .left .textarea .paragraph div span:nth-child(2) {
  font-family: "FZLanTingHeiS-R-GB";
  font-weight: 400;
  font-size: 16px;
  color: #595757;
  line-height: 28px;
  letter-spacing: 2px;
}
.index_about .index_abouttop .right {
  width: 50%;
  height: 100%;
  background: url(/static/web_new/img/index/index_about.png) no-repeat;
  background-position: center;
  /* background-size: 400; */
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}
.index_about .index_abouttop .right .EFEFEF {
  position: absolute;
  background: #efefef;
  width: 47.22%;
  height: 100%;
  left: -47.22%;
  z-index: -1;
}
.index_about .index_aboutbot {
  width: 100%;
  padding: 60px 15.78% 0 15.78%;
  display: flex;
  justify-content: space-between;
}
.index_about .index_aboutbot .round {
  width: 215px;
  height: 215px;
  border-radius: 50%;
  background: rgba(229, 229, 229, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 1s;
}
.index_about .index_aboutbot .round:hover {
  background: #d0b88a;
  transition: all 1s;
}
.index_about .index_aboutbot .round img {
  width: 60px;
  height: 60px;
}
.index_about .index_aboutbot .round div:first-of-type {
  font-family: "FZLanTingHeiS-R-GB";
  font-weight: 400;
  font-size: 18px;
  color: #595757;
  line-height: 31px;
  letter-spacing: 2px;
  padding: 10px 0;
}
.index_about .index_aboutbot .round div:last-of-type {
  font-family: "FZLanTingHeiS-R-GB";
  font-weight: 400;
  font-size: 12px;
  color: #595757;
  line-height: 24px;
  letter-spacing: 1px;
  width: 68px;
  height: 24px;
  border-radius: 79px 79px 79px 79px;
  border: 1px solid #595757;
  text-align: center;
}
.index_team {
  padding: 0 12.5% 40px 12.5%;
}
.index_team .index_teamtop > div:nth-child(1) {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 30px;
  color: #595757;
  line-height: 30px;
  letter-spacing: 3px;
  width: 220px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(89, 87, 87, 0.47);
}
.index_team .index_teamtop > div:nth-child(2) {
  font-family: "Helvetica Neue Thin";
  font-size: 32px;
  color: #595757;
  line-height: 32px;
  letter-spacing: 4px;
}
.index_team .index_teamtop .text {
  width: 100%;
  position: relative;
  padding-top: 77px;
}
.index_team .index_teamtop .text > div:nth-child(1) {
  width: 76.39%;
  height: auto;
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 20px;
  color: #595757;
  line-height: 32px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
.index_team .index_teamtop .text > div:nth-child(2) {
  width: 463px;
  height: 113px;
  background: #efefef;
  position: absolute;
  right: 45px;
  top: 67px;
  z-index: -1;
}
.index_team .index_teamtop .text > div:nth-child(3) {
  width: 90px;
  height: 90px;
  border: 1px solid #d0b88a;
  position: absolute;
  right: 0;
  top: 44px;
  z-index: 0;
}
.index_team .index_teambot .icon {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 43px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
}
.index_team .index_teambot .icon div {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.index_team .index_teambot .icon div:nth-child(1) {
  background: url(/static/web_new/img/index/index_team1.png) center no-repeat;
  background-size: cover;
  margin-right: 20px;
}
.index_team .index_teambot .icon div:nth-child(2) {
  background: url(/static/web_new/img/index/index_team2.png) center no-repeat;
  background-size: cover;
}
.index_team .index_teambot .icon div:nth-child(1):hover {
  background: url(/static/web_new/img/index/index_team3.png) center no-repeat;
}
.index_team .index_teambot .icon div:nth-child(2):hover {
  background: url(/static/web_new/img/index/index_team4.png) center no-repeat;
}
.index_team .index_teambot {
  width: 100%;
  /* padding: 50px 0; */
  overflow: hidden;
  position: relative;
}
.index_team .index_teambot .img {
  margin-top: 50px;
}
.index_team .index_teambot .img .imgbox-container {
  display: flex;
  width: max-content;
  will-change: transform;
}
@keyframes autoScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.auto-scrolling {
  animation: autoScroll 50s linear infinite;
}
.index_team .index_teambot .img::-webkit-scrollbar {
  display: none;
}
.index_team .index_teambot .img .name {
  position: absolute;
  font-family: "FZLanTingHeiS-EB-GB";
  font-size: 14px;
  color: #ffffff;
  bottom: 40px;
  left: 20px;
}
.index_team .index_teambot .img .position {
  position: absolute;
  font-family: "FZLanTingHeiS-R-GB";
  /* font-size: 14px; */
  font-size: 1.54vh;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
  bottom: 20px;
  left: 20px;
}
.index_team .index_teambot .img .imgbox,
.index_team .index_teambot .img .imgbox1 {
  flex-shrink: 0;
  height: auto;
}
.index_team .index_teambot .img .imgbox > div:first-of-type {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_team .index_teambot .img .imgbox .boxbot {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index_team .index_teambot .img .imgbox-container > div {
  margin-right: 40px;
}
.index_team .index_teambot .img .imgbox-container > div:last-of-type {
  margin-right: 0px;
}

.index_team .index_teambot .img .imgbox1 {
  display: flex;
  justify-content: space-between;
}

.index_team .index_teambot .img .imgbox1 .boxleft {
  height: 614px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_team .index_teambot .img .imgbox1 .boxright {
  width: 310px;
}
.index_team .index_teambot .img .imgbox1:last-of-type .boxright {
  width: 400px;
}
.index_team .index_teambot .img .imgbox1 .boxright > div:first-of-type {
  margin-bottom: 40px;
}
.index_team .index_teambot .img .fcb {
  font-family: "Helvetica Neue Thin";
  /* font-size: 48px; */
  font-size: 2.6rem;
  color: rgba(89, 87, 87, 0.6);
  /* line-height: 77px; */
  line-height: 3.8rem;
  letter-spacing: 2px;
}
.index_team .index_teambot .img .fcb .line {
  width: 99px;
  height: 2px;
  background: rgba(89, 87, 87, 0.6);
  margin-top: 35px;
}
.index_team .yangsir {
  width: 20.84vw;
  height: 36.7vh;
  /* width: 400px;
  height: 378px; */
  background: url(/static/web_new/img/index/index_team8.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.index_team .eva {
  width: 33.85vw;
  height: 32.43vh;
  /* width: 650px;
  height: 334px; */
  background: url(/static/web_new/img/index/index_team5.png) top no-repeat;
  background-size: cover;
  position: relative;
}
.index_team .stella {
  width: 18.8vw;
  height: 27.86vh;
  /* width: 305px;
  height: 240px; */
  background: url(/static/web_new/img/index/index_team6.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.index_team .img .nan {
  width: 15.89vw;
  height: 23.3vh;
  /* width: 305px;
  height: 240px; */
  background: url(/static/web_new/img/index/index_team10.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.index_team .sena {
  width: 18.8vw;
  height: 27.86vh;
  /* width: 310px;
  height: 287px; */
  background: url(/static/web_new/img/index/index_team11.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.index_team .img .tina {
  width: 15.89vw;
  height: 23.3vh;
  /* width: 310px;
  height: 287px; */
  background: url(/static/web_new/img/index/index_team9.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.index_team .nuo {
  width: 16.15vw;
  height: 27.86vh;
  /* width: 361px;
  height: 287px; */
  background: url(/static/web_new/img/index/index_team12.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.index_team .img .ikon {
  width: 16.15vw;
  height: 27.86vh;
  /* width: 349px;
  height: 178px; */
  background: url(/static/web_new/img/index/index_team26.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.index_team .xuan {
  width: 18.8vw;
  height: 27.86vh;
  /* width: 361px;
  height: 287px; */
  background: url(/static/web_new/img/index/index_team7.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.index_team .img .jerry {
  width: 15.88vw;
  height: 32.43vh;
  /* width: 349px;
  height: 178px; */
  background: url(/static/web_new/img/index/index_team15.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.index_team .flora {
  width: 15.88vw;
  height: 32.43vh;
  /* width: 305px;
  height: 334px; */
  background: url(/static/web_new/img/index/index_team17.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.index_team .elara {
  width: 15.88vw;
  height: 23.3vh;
  /* width: 305px;
  height: 240px; */
  background: url(/static/web_new/img/index/index_team18.png) center no-repeat;
  background-size: cover;
  position: relative;
  margin-right: 1px;
}
.index_team .rowena {
  width: 15.88vw;
  height: 23.3vh;
  /* width: 305px;
  height: 240px; */
  background: url(/static/web_new/img/index/index_team19.png) center no-repeat;
  background-size: cover;
  position: relative;
  margin-right: 1px;
}
.index_team .rebecca {
  width: 21.88vw;
  height: 36.7vh;
  /* width: 400px;
  height: 378px; */
  background: url(/static/web_new/img/index/index_team20.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.index_team .zsiga {
  width: 22.45vw;
  height: 27.86vh;
  /* width: 310px;
  height: 287px; */
  background: url(/static/web_new/img/index/index_team21.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.index_team .sherry {
  width: 22.45vw;
  height: 27.86vh;
  /* width: 310px;
  height: 287px; */
  background: url(/static/web_new/img/index/index_team22.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.index_team .nelly {
  width: 26.51vw;
  height: 17.28vh;
  /* width: 350px;
  height: 180px; */
  background: url(/static/web_new/img/index/index_team23.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.index_team .img .wynne {
  width: 26.51vw;
  height: 17.28vh;
  /* width: 349px;
  height: 178px; */
  background: url(/static/web_new/img/index/index_team16.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.index_team .victor {
  width: 26.51vw;
  height: 17.28vh;
  /* width: 350px;
  height: 180px; */
  background: url(/static/web_new/img/index/index_team24.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.index_team .index_teambotmobi {
  width: 100%;
  display: none;
}

.index_team .index_teambot .img {
  width: 100%;
  height: auto;
  /* background: pink; */
}
.index_team .index_teambot .container {
  height: 59.61vh;
  display: flex;
  justify-content: space-between;
}
.index_team .index_teambot .container > * {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_team .index_teambot .container.box1 > .left > div {
  display: flex;
  justify-content: space-between;
}
.index_teambot {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.index_teambot .img {
  display: flex;
  transition: transform 0.5s ease;
  width: 300%; /* 3个container */
}

.index_teambot .container {
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  /* padding: 20px; */
}
/* 圆点指示器 */
.dots {
  text-align: center;
  /* margin-top: 4.86vh; */
  margin-top: 50px;
}
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s;
}
.dot.active {
  background-color: #d0b88a;
}
.icon {
  /* position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px; */
  box-sizing: border-box;
  pointer-events: none;
}
#scrollLeft,
#scrollRight {
  /* width: 30px;
  height: 30px;
  background: #333;
  opacity: 0.6; */
  pointer-events: auto;
  cursor: pointer;
}

.index_advantage {
  width: 100%;
}
.index_advantage .index_advantop > div:nth-child(1) {
  font-family: "FZLanTingHeiS-R-GB";
  font-weight: 400;
  font-size: 30px;
  color: #595757;
  line-height: 30px;
  letter-spacing: 3px;
  padding-left: 49.7%;
  padding-bottom: 20px;
}
.index_advantage .index_advantop > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_advantage .index_advantop > div:nth-child(2) > div {
  font-family: "Helvetica Neue Thin";
  font-weight: 300;
  font-size: 24px;
  color: #595757;
  /* line-height: 32px; */
  letter-spacing: 9px;
  /* padding-left: 30px; */
}
.index_advantage .index_advantop > div:nth-child(2) > div.line {
  height: 1px;
  background: #595757;
  opacity: 0.47;
}
.index_advantage .index_advantop > div:nth-child(2) > div.line:first-of-type {
  width: 46%;
}
.index_advantage .index_advantop > div:nth-child(2) > div.line:last-of-type {
  width: 42.24%;
}
.index_advantage .index_advanbot {
  padding: 160px 12.5% 213px 12.5%;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  position: relative;
}
.index_advantage .index_advanbot .EFEFEF {
  position: absolute;
  right: 12.5%;
  top: 60px;
  width: 50.83%;
  height: 323px;
  background: #efefef;
  z-index: -1;
}
.index_advantage .index_advanbot img {
  height: 525px;
  width: 50%;
  /* width: 45.35%; */
  object-fit: cover;
}
.index_advantage .index_advanbot .text {
  width: 100%;
  padding: 0 60px;
  font-family: "FZLanTingHeiS-R-GB";
  font-weight: 400;
  font-size: 16px;
  color: #595757;
  line-height: 28px;
  letter-spacing: 3px;
}
.index_history {
  width: 100%;
  padding: 120px 0;
  position: relative;
  height: 70vw;
}
.index_history .title {
  display: flex;
}
.index_history .title .text {
  width: 19.17%;
  padding-right: 20px;
}
.index_history .title .text div.text1 {
  font-family: "FZLanTingHeiS-R-GB";
  font-weight: 400;
  font-size: 30px;
  color: #595757;
  line-height: 30px;
  padding-left: 12.5%;
  text-align: right;
  padding: 18px 0;
}
.index_history .title .text .line {
  /* width: 19.17%; */
  width: 100%;
  height: 1px;
  background: #595757;
}
.index_history .title .entitle {
  font-family: "Helvetica Neue Thin";
  font-weight: 300;
  font-size: 24px;
  color: #595757;
  line-height: 34px;
  letter-spacing: 9px;
}
.index_history .index_historyimg {
  width: 75%;
  height: 72.13%;
  /* object-fit: cover; */
  object-fit: contain;
  position: absolute;
  top: 239px;
  left: 12.5%;
}
.index_history .index_hisbody {
  height: 90%;
  position: relative;
  margin: 0 23.125% 0 18%;
}
.index_history .index_hisbody .text {
  display: flex;
  width: 134px;
  height: auto;
  cursor: pointer;
  opacity: 0;
}
.index_history .index_hisbody .text1 {
  position: absolute;
  top: 35%;
  left: -6%;
}
.index_history .index_hisbody .text2 {
  position: absolute;
  top: 49%;
  left: 10.5%;
}
.index_history .index_hisbody .text3 {
  position: absolute;
  top: 49%;
  left: 30%;
}
.index_history .index_hisbody .text4 {
  position: absolute;
  top: 44%;
  left: 49.5%;
}
.index_history .index_hisbody .text5 {
  position: absolute;
  top: 38%;
  left: 69.6%;
}
.index_history .index_hisbody .text6 {
  position: absolute;
  top: 27%;
  left: 91.5%;
}
.index_history .index_hisbody .text .left {
  padding-top: 5px;
  transition: all 1s;
}
.index_history .index_hisbody .text:hover .left {
  opacity: 0;
  transition: all 1s;
}
.index_history .index_hisbody .text .left div:first-of-type {
  width: 10px;
  height: 10px;
  background: #d0b88a;
  border-radius: 50%;
  margin-top: 10px;
}
.index_history .index_hisbody .text .left div:last-of-type {
  width: 2px;
  height: 225px;
  margin-left: 4px;
  background: linear-gradient(180deg, #d0b88a 0%, rgba(208, 184, 138, 0) 100%);
}
.index_history .index_hisbody .text .right {
  padding-left: 15px;
  padding: 10%;
  transition: all 1s;
}
.index_history .index_hisbody .text:hover .right {
  background: #d0b88a;
  border-radius: 5px 5px 5px 5px;
  transition: all 1s;
  transform: translate3d(0, 0, 0) scale(1.1);
}
.index_history .index_hisbody .text .right div:nth-child(1) {
  font-family: "FZLanTingHeiS-EB-GB";
  font-weight: 400;
  font-size: 20px;
  color: #d0b88a;
  line-height: 20px;
  letter-spacing: 2px;
  transition: all 1s;
}
.index_history .index_hisbody .text:hover .right div:nth-child(1),
.index_history .index_hisbody .text:hover .right div:nth-child(2) {
  transition: all 1s;
  color: #595757;
}
.index_history .index_hisbody .text .right div:nth-child(2) {
  font-family: "FZLanTingHeiS-R-GB";
  font-weight: 400;
  font-size: 20px;
  color: #d0b88a;
  line-height: 28px;
  letter-spacing: 2px;
  margin: 10px 0;
}
.index_history .index_hisbody .text .right div:nth-child(3) {
  font-family: "FZLanTingHeiS-R-GB";
  font-weight: 400;
  font-size: 14px;
  color: #595757;
  line-height: 20px;
  letter-spacing: 1px;
}

.index_history .index_hisbody .text1.on {
  animation: change-opacity 0.5s linear 0s forwards;
}
.index_history .index_hisbody .text2.on {
  animation: change-opacity 0.5s linear 0.5s forwards;
}
.index_history .index_hisbody .text3.on {
  animation: change-opacity 0.5s linear 1s forwards;
}
.index_history .index_hisbody .text4.on {
  animation: change-opacity 0.5s linear 1.5s forwards;
}
.index_history .index_hisbody .text5.on {
  animation: change-opacity 0.5s linear 2s forwards;
}
.index_history .index_hisbody .text6.on {
  animation: change-opacity 0.5s linear 2.5s forwards;
}
@keyframes change-opacity {
  to {
    opacity: 1;
  }
}

.scrollTop {
  position: fixed;
  background: url("/static/web_new/img/index/scrollTop.png");
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
  bottom: 60px;
  right: 5%;
  cursor: pointer;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.scrollTop:hover {
  background: url("/static/web_new/img/index/scrollTop1.png");
  background-size: cover;
  background-position: center;
  transition: all 1s;
}
.show {
  display: block !important;
  opacity: 1 !important;
}

.index_service2 {
  width: 100%;
  height: 100vh;
  display: flex;
}
.index_service2 > a {
  cursor: pointer;
  flex: 1;
}

.index_service2 .index_serbox2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: all 1s;
}
.index_service2 > a:hover {
  cursor: pointer;
  flex: 2;
  transition: all 1s;
}
.index_service2 > a .index_serbox2:hover {
  flex: 2;
  transition: all 1s;
}
.index_service2 > a:nth-child(1) .index_serbox2 {
  background: url("/static/web_new/img/index/index_service11.png");
  background-size: cover;
  background-position: center;
}
.index_service2 > a:nth-child(1):hover .index_serbox2 {
  background: url("/static/web_new/img/index/index_service2.png");
  background-size: cover;
  background-position: center;
}
.index_service2 > a:nth-child(2) .index_serbox2 {
  background: url("/static/web_new/img/index/index_service3.png");
  background-size: cover;
  background-position: center;
}
.index_service2 > a:nth-child(2):hover .index_serbox2 {
  background: url("/static/web_new/img/index/index_service4.png");
  background-size: cover;
  background-position: center;
}
.index_service2 > a:nth-child(3) .index_serbox2 {
  background: url("/static/web_new/img/index/index_service5.png");
  background-size: cover;
  background-position: center;
}
.index_service2 > a:nth-child(3):hover .index_serbox2 {
  background: url("/static/web_new/img/index/index_service6.png");
  background-size: cover;
  background-position: center;
}
.index_service2 .index_serbox2 .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0 auto;
}
.index_service2 .index_serbox2:hover .left {
  /* margin: 120px auto; */
  left: 15%;
  /* left: 160px; */
  top: 47vh;
}
.index_service2 .index_serbox2 .left .title {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 60px;
  color: #ffffff;
  line-height: 80px;
  letter-spacing: 7px;
}
.index_service2 .index_serbox2:hover .left .title {
  font-family: "FZLanTingHeiS-EB-GB";
  color: #595757;
}
.index_service2 .index_serbox2 .left img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  display: block;
}
.index_service2 .index_serbox2:hover .left img {
  display: none;
}
.index_service2 .index_serbox2 .right {
  position: absolute;
  top: 0;
  right: -400px;
  width: 50%;
}
.index_service2 .index_serbox2:hover .right {
  position: absolute;
  top: 0;
  right: 40px;
}
.index_service2 .index_serbox2 .right .entitle {
  font-family: "Helvetica Neue Thin";
  font-size: 24px;
  color: #595757;
  line-height: 24px;
  letter-spacing: 6px;
  padding-top: 120px;
}
.index_service2 .index_serbox2 .right .cntitle {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 24px;
  color: #595757;
  line-height: 24px;
  letter-spacing: 2px;
  padding-top: 20px;
}
.index_service2 .index_serbox2 .right .line {
  width: 60px;
  height: 1px;
  background: #595757;
  margin-top: 20px;
}
.index_service2 .index_serbox2 .right .text {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 20px;
  color: #595757;
  line-height: 30px;
  letter-spacing: 4px;
  padding-top: 40%;
}
.index_service2 .index_serbox2 .right .button {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 14px;
  line-height: 30px;
  color: #595757;
  width: 98px;
  border: 1px solid #595757;
  border-radius: 85px 85px 85px 85px;
  /* padding: 10px; */
  margin-top: 40px;
  text-align: center;
}

.index_history .index_hisbody img {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .index_banner .index_prompt {
    display: none;
  }
  .index_banner {
    width: 100%;
    height: 318px;
    text-align: center;
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .index_banner .title {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    padding: 0 0 10px 0;
  }
  .index_banner .text {
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
  }
  .index_about {
    padding: 40px 0 50px 0;
  }
  .index_about .index_abouttop {
    height: auto;
    /* height: 200px; */
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    position: relative;
  }
  .index_about .index_abouttop > .line {
    top: 10px;
    width: 10px;
  }
  .index_about .index_abouttop .left {
    width: 100%;
  }
  .index_about .index_abouttop .left > div:nth-child(1) {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    padding-bottom: 6px;
  }
  .index_about .index_abouttop .left > div:nth-child(2) {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 3px;
    padding-bottom: 30px;
  }
  .index_about .index_abouttop .left > div:nth-child(3) {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    padding-bottom: 20px;
  }
  .index_about .index_abouttop .left .textarea .line {
    display: none;
  }
  .index_about .index_abouttop .left .textarea .paragraph div:nth-child(1),
  .index_about .index_abouttop .left .textarea .paragraph div:nth-child(3) {
    font-size: 12px;
    /* font-size: 13px; */
    color: #595757;
    line-height: 18px;
  }
  .index_about .index_abouttop .left .textarea .paragraph div:nth-child(1) {
    width: 58.67%;
    letter-spacing: 0px;
  }
  .index_about .index_abouttop .left .textarea .paragraph div:nth-child(3) {
    width: 100%;
    letter-spacing: 0px;
  }
  .index_about .index_abouttop .left .textarea .paragraph div span:nth-child(1),
  .index_about
    .index_abouttop
    .left
    .textarea
    .paragraph
    div
    span:nth-child(2) {
    font-size: 12px;
    color: #595757;
    line-height: 12px;
    letter-spacing: 0px;
  }
  .index_about .index_abouttop .right {
    width: 113px;
    height: 134px;
    position: absolute;
    right: 20px;
    top: 56px;
    background-size: cover;
  }
  .index_about .index_abouttop .right .EFEFEF {
    position: absolute;
    width: 121px;
    height: 134px;
    left: -121px;
  }

  .index_advantage .index_advantop > div:nth-child(1) {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    padding-left: 42.6%;
    padding-bottom: 6px;
  }
  .index_advantage .index_advantop > div:nth-child(2) > div {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 3px;
  }
  .index_advantage .index_advantop > div:nth-child(2) > div.line:first-of-type {
    width: 35.46%;
  }
  .index_advantage .index_advantop > div:nth-child(2) > div.line:last-of-type {
    width: 35.46%;
  }
  .index_advantage .index_advanbot {
    padding: 230px 40px 60px 18%;
    display: block;
  }
  .index_advantage .index_advanbot .EFEFEF {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 85%;
    height: 87%;
    background: #efefef;
    z-index: -1;
  }
  .index_advantage .index_advanbot img {
    height: 169px;
    width: 233px;
    object-fit: cover;
    position: absolute;
    top: 40px;
    left: 20px;
  }
  .index_advantage .index_advanbot .text {
    width: auto;
    padding: 0;
    font-size: 12px;
    /* font-size: 14px; */
    /* line-height: 22px; */
    line-height: 20px;
    letter-spacing: 0px;
  }

  .index_service2 {
    /* height: 96px; */
    height: auto;
    display: block;
  }
  .index_service2 > a {
    height: 196px;
    margin-bottom: 10px;
  }
  .index_service2 > a .index_serbox2 {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    /* display: block; */
  }
  .index_service2 > a:nth-child(1) .index_serbox2 {
    background: url("/static/web_new/img/index/index_service7.png");
    background-size: cover;
    background-position: center;
  }
  .index_service2 > a:nth-child(2) .index_serbox2 {
    background: url("/static/web_new/img/index/index_service8.png");
    background-size: cover;
    background-position: center;
  }
  .index_service2 > a:nth-child(3) .index_serbox2 {
    background: url("/static/web_new/img/index/index_service9.png");
    background-size: cover;
    background-position: center;
  }
  .index_service2 a:nth-child(1) .index_serbox2 {
    display: flex;
    justify-content: start;
  }
  .index_service2 a:nth-child(2) .index_serbox2 {
    display: flex;
    justify-content: center;
  }
  .index_service2 a:nth-child(3) .index_serbox2 {
    display: flex;
    justify-content: flex-end;
  }
  .index_service2 .index_serbox2 .left {
    display: block;
    position: relative;
    margin: 0;
    height: 100%;
    width: 111px;
    background: rgba(208, 184, 138, 0.6);
    padding: 65px 27px;
  }
  .index_service2 .index_serbox2 .left .title {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 6px;
  }
  .index_service2 .index_serbox2 .left img {
    width: 28px;
    height: 28px;
    margin-top: 20px;
    margin-left: 12px;
  }

  .index_history {
    width: 100%;
    padding: 30px 0 0 0;
    position: relative;
    /* height: 70vw; */
    height: auto;
  }
  .index_history .title {
    display: flex;
    padding-bottom: 26px;
  }
  .index_history .title .text {
    width: auto;
    padding-right: 8px;
  }
  .index_history .title .text div:first-of-type {
    font-size: 18px;
    line-height: 18px;
    padding-left: 20px;
    text-align: right;
    padding: 0 0 6px 20px;
  }
  .index_history .title .text .line {
    /* width: 19.17%; */
    width: 100%;
    height: 1px;
    background: #595757;
  }
  .index_history .title .entitle {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 3px;
  }
  .index_history .index_historyimg {
    display: none;
  }
  .index_history .index_hisbody {
    height: 501px;
    width: 100%;
    position: relative;
    margin: 0;
    background: url(/static/web_new/img/index/index_history6.png) no-repeat;
    background-size: contain;
    background-position: top;
    overflow: hidden;
  }
  .index_history .index_hisbody img {
    display: block;
    /* width: 336px;
    height: 188px; */
    width: 86.2%;
    height: 37.5%;
    /* object-fit: cover; */
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .index_history .index_hisbody .text {
    display: block;
    /* width: auto; */
    opacity: 1;
  }
  .index_history .index_hisbody .text1 {
    position: absolute;
    top: 46%;
    left: 4.5%;
  }
  .index_history .index_hisbody .text2 {
    position: absolute;
    top: 41%;
    left: 18.5%;
  }
  .index_history .index_hisbody .text3 {
    position: absolute;
    top: 37%;
    left: 32%;
  }
  .index_history .index_hisbody .text4 {
    position: absolute;
    top: 31%;
    left: 46%;
  }
  .index_history .index_hisbody .text5 {
    position: absolute;
    top: 25.5%;
    left: 60%;
  }
  .index_history .index_hisbody .text6 {
    position: absolute;
    top: 20%;
    left: 74%;
  }
  .index_history .index_hisbody .text .left {
    display: none;
  }

  .index_history .index_hisbody .text .right {
    padding-left: 15px;
    padding: 10%;
    transition: all 1s;
  }
  .index_history .index_hisbody .text:hover .right {
    background: none;
    transform: translate3d(0, 0, 0) scale(1);
  }
  .index_history .index_hisbody .text:hover .right div:nth-child(1),
  .index_history .index_hisbody .text:hover .right div:nth-child(2) {
    color: #d0b88a;
  }
  .index_history .index_hisbody .text .right div:nth-child(1) {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
  .index_history .index_hisbody .text .right div:nth-child(2) {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    margin: 0;
    padding-top: 4px;
  }
  .index_history .index_hisbody .text .right div:nth-child(3) {
    display: none;
  }
  .index_history .index_hisbody .text1.on,
  .index_history .index_hisbody .text2.on,
  .index_history .index_hisbody .text3.on,
  .index_history .index_hisbody .text4.on,
  .index_history .index_hisbody .text5.on,
  .index_history .index_hisbody .text6.on {
    animation: none;
  }

  .scrollTop {
    width: 30px;
    height: 30px;
  }

  .index_service2 > a .index_serbox2:hover {
    flex: 1 !important;
    transition: all 1s;
  }
  .index_service2 > a:nth-child(1):hover .index_serbox2 {
    background: url("/static/web_new/img/index/index_service7.png");
    background-size: cover;
    background-position: center;
  }
  .index_service2 > a:nth-child(2):hover .index_serbox2 {
    background: url("/static/web_new/img/index/index_service8.png");
    background-size: cover;
    background-position: center;
  }
  .index_service2 > a:nth-child(3):hover .index_serbox2 {
    background: url("/static/web_new/img/index/index_service9.png");
    background-size: cover;
    background-position: center;
  }
  .index_service2 .index_serbox2:hover .left {
    position: relative;
  }
  .index_service2 .index_serbox2:hover .left .title {
    font-family: "FZLanTingHeiS-EB-GB";
    color: #fff;
  }
  .index_service2 .index_serbox2:hover .left img {
    display: block;
  }
  .index_service2 .index_serbox2 .right {
    position: absolute;
    top: 0;
    right: -400px;
    width: 50%;
  }
  .index_service2 .index_serbox2:hover .right {
    position: absolute;
    top: 0;
    right: -400px;
  }

  /* 首页圆 */
  .index_about .index_aboutbot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
  }
  .index_about .index_aboutbot .round:hover {
    background: #fff;
  }
  .index_about .index_aboutbot > a {
    width: 50%;
    height: auto;
    padding: 15px 0;
  }
  .index_about .index_aboutbot .round {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 1s;
    background: none;
    border-radius: 0px;
  }
  .index_about .index_aboutbot > a:nth-child(1) {
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
  }
  .index_about .index_aboutbot > a:nth-child(2) {
    border-bottom: 1px solid #f1f1f1;
  }
  .index_about .index_aboutbot > a:nth-child(3) {
    border-right: 1px solid #f1f1f1;
  }
  .index_about .index_aboutbot .round div:last-of-type {
    width: auto;
    padding: 3px 4px;
    height: 16px;

    font-size: 6px;
    line-height: 11px;
    letter-spacing: 0px;
    /* width: 34px;
    height: 12px; */
    border-radius: 79px 79px 79px 79px;
    border: 0.5px solid #5957577c;
    text-align: center;
    white-space: nowrap;
  }
  .index_about .index_aboutbot .round img {
    width: 30px;
    height: 30px;
  }

  .index_about .index_aboutbot .round div:first-of-type {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0px;
    padding: 8px 0;
  }
  .index_about .index_aboutbot .round:hover div:first-of-type {
    font-family: "FZLanTingHeiS-EB-GB";
  }

  .index_team {
    padding: 0px 20px 40px 20px;
  }
  .index_team .index_teamtop > div:nth-child(1) {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 18px;
    color: #595757;
    line-height: 18px;
    letter-spacing: 1px;
    width: 78px;
    padding-bottom: 6px;
    padding-top: 10px;
    margin-bottom: 0px;
    border-top: 1px solid rgba(89, 87, 87, 0.47);
    border-bottom: none;
    position: relative;
  }
  .index_team .index_teamtop > div:nth-child(1)::before {
    width: 20px;
    height: 1px;
    background: rgba(89, 87, 87, 0.5);
    content: "";
    position: absolute;
    top: -1px;
    left: -20px;
  }
  .index_team .index_teamtop > div:nth-child(2) {
    font-family: "Helvetica Neue Thin";
    font-size: 12px;
    color: #595757;
    line-height: 12px;
    letter-spacing: 1px;
  }
  .index_team .index_teamtop .text {
    width: 100%;
    position: relative;
    padding-top: 20px;
  }
  .index_team .index_teamtop .text > div:nth-child(1) {
    width: 100%;
    height: auto;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 14px;
    color: #595757;
    line-height: 20px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
  }
  .index_team .index_teamtop .text > div:nth-child(2),
  .index_team .index_teamtop .text > div:nth-child(3),
  .index_team .index_teambot {
    display: none;
  }
  .index_team .index_teambotmobi {
    display: block;
  }
  .index_team .index_teambotmobi > div.box,
  .index_team .index_teambotmobi > div.box1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index_team .index_teambotmobi .mobibox {
    width: 48.36%;
    height: auto;
    padding-top: 20px;
  }
  .index_team .index_teambotmobi .mobibox img {
    width: 100%;
    height: 172px;
    object-fit: cover;
  }
  .index_team .index_teambotmobi .mobibox div:nth-child(2) {
    padding: 5px 0;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: #595757;
  }
  .index_team .index_teambotmobi .mobibox div:nth-child(3) {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 10px;
    color: rgba(89, 87, 87, 0.6);
  }
  .index_team .index_teambotmobi .expand,
  .index_team .index_teambotmobi .retract {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-top: 20px;
  }
  .index_team .index_teambotmobi .expand > div,
  .index_team .index_teambotmobi .retract > div {
    width: 47px;
    height: 20px;
    border-radius: 79px 79px 79px 79px;
    border: 1px solid #595757;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 10px;
    color: #595757;
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .index_team .index_teambotmobi .expand img,
  .index_team .index_teambotmobi .retract img {
    width: 12px;
    height: 12px;
    object-fit: contain;
  }
  .index_team .index_teambotmobi .retract.on {
    display: none;
  }
  .index_team .index_teambotmobi .expand.on {
    display: none;
  }
  .index_team .index_teambotmobi .box1 {
    display: flex;
  }
  .index_team .index_teambotmobi .box1.on {
    display: none;
  }
}
