.banner {
  width: 100%;
  height: 542px;
  background: url(../images/index/banner.png) no-repeat center center;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
}
.banner h2 {
  font-size: 60px;
  padding: 200px 0 20px;
}
.banner h2 span {
  padding-left: 50px;
}
.banner .line {
  width: 60%;
  height: 1px;
  background-color: #ffffff;
  margin: 0 auto;
}
.banner .label {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .label h3 {
  padding: 0 20px;
}
.banner .interactive {
  width: 100%;
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interactive div {
  width: 173px;
  height: 54px;
  background: linear-gradient(244deg, #c691b0, #5238bb);
  border-radius: 10px;
  margin: 0 55px;
}
.interactive div a{
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interactive div:hover {
  cursor: pointer;
}
.box1 {
  /* width: 100%; */
  padding: 120px 0;
  background-color: #ffffff;
}
.title {
  position: relative;
}
.title h3 {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.title .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.introduce {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-indent: 2em;
  padding-top: 60px;
}

.box1 .scene {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 60px;
}

.scene .scene-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.scene-item-img {
  width: 120px;
  height: 114px;
}
.scene-item h3 {
  padding: 60px 0 30px;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}
.scene-item .line {
  width: 95%;
  height: 1px;
  background: #573ab9;
}
.scene-bottom {
  width: 100%;
}
.scene-bottom img {
  display: flex;
  width: 55px;
  height: 44px;
}
.scene-bottom span {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -64%);
}
.scene-bottom .p1 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.scene-bottom .p2 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.box2 {
  width: 100%;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.box2 .title img {
  width: 340px;
}

.box2 .tabs {
  /* margin-top: 60px; */
  width: 100%;
}

.tabs-center {
  width: 100%;
  background-color: #5238bb;
}

.tabs .tabs-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  font-weight: 400;
  color: #cfcfcf;
}
.tabs-main p {
  height: 100px;
  display: flex;
  align-items: center;
  position: relative;
}
.tabs-main .active {
  color: #ffffff;
}
.tabs-main p:hover {
  color: #ffffff;
  cursor: pointer;
}
.tabs-main .active:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-top: 15px solid #5238bb;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 9;
}

.tabs .tabs-content .tabs-content-item {
  width: 100%;
  height: 500px;
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
}

.tabs-content-item .item-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-right: 78px;
}

.item-left h3 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  padding-bottom: 28px;
}

.item-left p {
  text-indent: 2em;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  padding-bottom: 10px;
}

.item-left > div {
  width: 100%;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.item-left > div span {
  padding-right: 38px;
  font-size: 18px;
  font-weight: 400;
  color: #79a5ff;
  line-height: 30px;
}

.item-left > div span:hover {
  cursor: pointer;
}

.item-right {
  display: flex;
}
.box3 {
  /* width: 100%; */
  padding-bottom: 120px;
  background-color: #ffffff;
}
.box3 .title img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 734px;
  transform: translate(-51%, -50%);
}

.box3 .main {
  width: 100%;
  padding-top: 60px;
}

.box3 .main img {
  width: 100%;
}

.box4 {
  /* width: 100%; */
  padding-bottom: 90px;
  padding-top: 60px;
  background-color: #f6f6f6;
}
.box4 .title img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 335px;
  transform: translate(-51%, -50%);
}

.box4 .main {
  width: 100%;
  padding-top: 60px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  position: relative;
}

.box4 .main .span1 {
  position: absolute;
  left: 162px;
  top: 52px;
}

.box4 .main .span2 {
  position: absolute;
  right: 90px;
  top: 52px;
}

.box4 .main .span3 {
  position: absolute;
  left: 30px;
  bottom: 50px;
}

.box4 .main .span4 {
  position: absolute;
  left: 648px;
  bottom: -25px;
}

.box4 .main .span5 {
  position: absolute;
  right: -41px;
  bottom: 45px;
}
.box4 .main img {
  width: 100%;
}

.box5 {
  /* width: 100%; */
  /* padding-bottom: 90px; */
  padding-top: 60px;
  background-color: #ffffff;
}
.box5 .title img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 335px;
  transform: translate(-51%, -50%);
}

.box5 .main {
  width: 100%;
  margin-top: 60px;
  height: 500px;
  overflow: hidden;
  background: linear-gradient(0deg, #5e77f7, #3a396f);
  position: relative;
}

.w1480 {
  width: 1480px;
  margin: 0 auto;
  position: relative;
}
.box5 .main .title img {
  width: 100%;
}
.byc {
  display: flex;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.byc .jiantou {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* z-index: 9; */
}
.byc .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.box5 .main .left-jiantou {
  width: 20px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9;
}
.box5 .main .left-jiantou:hover {
  cursor: pointer;
}
.box5 .main .right-jiantou:hover {
  cursor: pointer;
}
.box5 .main .right-jiantou {
  width: 20px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9;
}
.box5 .main .left-jiantou img {
  display: block;
  width: 100%;
  height: 100%;
}
.box5 .main .right-jiantou img {
  display: block;
  width: 100%;
  height: 100%;
}
.byc .content > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 580px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content > div:nth-child(1) {
  left: 0;
}
.content > div:nth-child(2) {
  left: 579px;
}
.content > div:nth-child(3) {
  left: 730px;
}
.content > div:nth-child(4) {
  left: 880px;
}
.content > div:nth-child(5) {
  left: 1032px;
}
.content > div:nth-child(6) {
  left: 1180px;
}
.content > div:nth-child(7) {
  left: 1330px;
}
.byc img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.byc p {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.byc span {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box6 {
  /* width: 100%; */
  padding-bottom: 90px;
  padding-top: 60px;
  background-color: #ffffff;
}
.box6 .title img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 248px;
  transform: translate(-51%, -50%);
}
.box6 .main {
  width: 100%;
  padding-top: 60px;
}

.box6 .main img {
  width: 100%;
}

.enter-left-animation {
  animation: enter-left 1s ease both;
  -webkit-animation: enter-left 1s ease both;
  -moz-animation: enter-left 1s ease both;
  /* display: block; */
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
@keyframes enter-left {
  0% {
    transform: translate(-500px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes enter-left {
  0% {
    -webkit-transform: translate(-500px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes enter-left {
  0% {
    -moz-transform: translate(-500px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}

.enter-right-animation {
  animation: enter-right 1s ease both;
  -webkit-animation: enter-right 1s ease both;
  -moz-animation: enter-right 1s ease both;
  /* display: block; */
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
@keyframes enter-right {
  0% {
    transform: translate(500px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes enter-right {
  0% {
    -webkit-transform: translate(500px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes enter-right {
  0% {
    -moz-transform: translate(500px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
.slider{
  transition: left ease 1s ;
}