/* 官网 改版 */

.hero-bg {
  /* background-image: url('/img/index_background.png'); */
  background-size: cover !important;
  background-position: center !important;
  min-height: 800px;
  padding: 303px 0 !important;
}
.main-title-box .title1{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 72px;
  text-align: center;
}
.main-title-box .title2{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  margin-top: 2px;
}
/*  */

/*  */
.index-main2{
  background: #fff !important;
  padding: 74px 0 35px 0 !important;
}
.index-main2 .main2-all{
  display: flex;
}
.index-main2 .main2-all .left-main{
  flex: 1;
}
.index-main2 .main2-all .left-main .title1{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 42px;
  color: #3D3D3D;
  line-height: 60px;
  text-align: left;
}
.index-main2 .main2-all .left-main .title-line{
  width: 100px;
  height: 6px;
  background: #00B1FF;
  border-radius: 96px 96px 96px 96px;
  margin-top: 14px;
  margin-bottom: 17px;
}
.index-main2 .main2-all .left-main .title2{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #3D3D3D;
  line-height: 42px;
}
.index-main2 .main2-all .left-main .btn{
  width: 226px;
  height: 42px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #00B1FF;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 18px;
  color: #00B1FF;
  line-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  cursor: pointer;
}
.index-main2 .main2-all .right-img{
  width: 644px;
  height: 420px;
  margin-left: 41px;
  margin-top: 6px;
}
/*  */


/*  */
.index-main3{
  padding: 35px 0 70px 0 !important;
  background: #fff !important;
}
.index-main3 .main3-all{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-main3 .main3-all .title1{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 42px;
  color: #3D3D3D;
  line-height: 60px;
}

.index-main3 .main3-all .title-line{
  width: 100px;
  height: 6px;
  background: #00B1FF;
  border-radius: 96px 96px 96px 96px;
  margin: 18px 0 16px 0;
}

.index-main3 .main3-all .title2{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 42px;
  margin-bottom: 25px;
}
.index-main3 .main3-all .bottom-box{
  display: flex;
  width: 100%;
}
.index-main3 .main3-all .bottom-box .item{
  flex: 1;
  max-width: 50%;
  background: #F2F2F2;
  border-radius: 0px 0px 0px 0px;
  padding: 40px 40px 34px 40px;
  margin-right: 20px;
}
.index-main3 .main3-all .bottom-box .item:hover{
  background: #00B1FF;
}
.index-main3 .main3-all .bottom-box .item:hover div{
  color: #fff !important;
}
.index-main3 .main3-all .bottom-box .item:last-child{
  margin-right: 0;
}

.index-main3 .main3-all .bottom-box .item .label1{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 20px;
  color: #3D3D3D;
  line-height: 42px;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.index-main3 .main3-all .bottom-box .item .label2{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 40px;
  min-height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 19px;
}

.index-main3 .main3-all .bottom-box .item .btn-box{
 display: flex;
 justify-content: space-between;
}
.index-main3 .main3-all .bottom-box .item .btn-box .btn{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 42px;
  cursor: pointer;
  user-select: none;
}
.index-main3 .main3-all .bottom-box .item .btn-box .btn:hover{
  opacity: 0.8;
}
.index-main3 .main3-all .bottom-box .item .btn-box .right-img{
  width: 36px;
  height: 36px;
  cursor: pointer;
}
/*  */


/*  */
.index-main4{
  padding: 70px 0 101px 0 !important;
}
.index-main4 .main4-all{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-main4 .main4-all .title{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 42px;
  color: #3D3D3D;
  line-height: 60px;
  padding: 0;
  margin: 0;
}
.index-main4 .main4-all .title-line{
  width: 100px;
  height: 6px;
  background: #00B1FF;
  border-radius: 96px 96px 96px 96px;
  margin: 18px 0 40px 0 ;
}

.index-main4   .el-carousel__arrow--left{
  font-size: 22px;
  width: 50px;
  height: 50px;
  left: 150px;
  top: calc( 50% - 25px);
  /* top:42%; */
  background: #00B1FF;
}


.index-main4   .el-carousel__arrow--right{
  font-size: 22px;
  width: 50px;
  height: 50px;
  right: 150px;
  top: calc( 50% - 25px);
  /* top:42%; */
  background: #00B1FF;
}
.index-main4 .el-carousel__item--card{
  /* width: 1198px; */
}
.index-main4 .carousel-box{
  position: relative;
}
.index-main4 .carousel-box img{
  height: 515px !important;
  width: 80vw;
}
.index-main4 .is-active{
  width: 80vw;
  transform: translateX( calc( (100vw - 80vw) / 2 ) ) scale(1) !important;
}
.index-main4 .tip-main{
  position: absolute;
  top: 132px;
  left: 148px;
  width: 412px;
  height: 466px;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(137,137,137,0.3);
  border-radius: 0px 0px 0px 0px;
  padding: 34px 54px 30px 30px;
}
.index-main4 .tip-main .title1{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 23px;
  color: #3D3D3D;
  line-height: 60px;
}
.index-main4 .tip-main .title-line{
  width: 100px;
  height: 2px;
  background: #00B1FF;
  border-radius: 96px 96px 96px 96px;
  margin-top: 3px;
  margin-bottom: 10px;
}
.index-main4 .tip-main .title2{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #3D3D3D;
  line-height: 36px;
  margin-bottom: 23px;
}
.index-main4 .tip-main .btn{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 42px;
  margin-bottom: 43px;
  cursor: pointer;
}
.index-main4 .tip-main .btn:hover{
  /* opacity: 0.8; */
  color: #00B1FF;
}
.index-main4 .tip-main  .page{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 18px;
  color: rgba(153, 153, 153, 1);
  line-height: 42px;
  text-align: center;
}
.index-main4 .tip-main  .page  span{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 20px;
  color: #00B1FF;
  line-height: 42px;
}
/*  */


/*  */
.index-main5{
  background-size: cover !important;
  background-position: center !important;
  min-height: 387px;
}
/*  */

/*  */
.index-main6{
  padding: 51px 0 80px 0 !important;
  min-height: 744px;
  background: #fff !important;
}
.index-main6 .main6-all{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-main6 .title1{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 42px;
  color: #3D3D3D;
  line-height: 60px;
  text-align: center;
}
.index-main6 .title-line{
  width: 100px;
  height: 6px;
  background: #00B1FF;
  border-radius: 96px 96px 96px 96px;
  margin:  18px 0 40px 0 ;
}
.index-main6 .bottom-box{
 display: flex;
}
.index-main6 .bottom-box .item{
  flex: 1;
  margin-right: 17px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(144,144,144,0.3);
  border-radius: 8px 8px 8px 8px;
}
.index-main6 .bottom-box .item:last-child{
  margin-right: 0;
}
.index-main6 .bottom-box .item .top-img{
  width: 100%;
  height: 359px;
}
.index-main6 .bottom-box .item .desc-box{
  padding: 8px 39px 17px 20px;
}
.index-main6 .bottom-box .item:hover .desc-box{
  background: #00B1FF;
}
.index-main6 .bottom-box .item:hover .desc-box div{
  color: #fff ;
}
.index-main6 .bottom-box .item:hover .desc-box .label-line{
  background: #fff;
}
.index-main6 .bottom-box .item .desc-box .label1{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 18px;
  color: #3D3D3D;
  line-height: 60px;
}
.index-main6 .bottom-box .item .desc-box .label-line{
  width: 100px;
  height: 2px;
  background: #00B1FF;
  border-radius: 96px 96px 96px 96px;
  margin-bottom: 10px;
}
.index-main6 .bottom-box .item .desc-box .label2{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 15px;
  color: #3D3D3D;
  line-height: 36px;
}
/*  */


/*  */
.index-main7{
  background-size: cover !important;
  background-position: center !important;
  min-height: 710px;
}

/*  */