.homeBan {
  width: 100%;
  height: 100vh;
}

.homeBan .text {
  position: absolute;
  top: 50%;
  left: 2.2rem;
  transform: translateY(-50%);
}

.text_tit{
  font-family: Arial;
  font-weight: bold;
  font-size: 0.6rem;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px rgba(12,3,7,0.15);
  /*width: 60%;*/
}

.text_hr{
  width: 0.86rem;
  height: 0.06rem;
  background: #FFFFFF;
  margin-top: 0.6rem;
}

.text3 p,.text3 span{
  color: #FFFFFF;
}
.text3 .text_more{
  border: 1px solid #FFFFFF;
}
.text3 .text_more:last-child{
  margin-left: 0.15rem;
}

.homeBan .swiper-pagination{
  bottom: 0.45rem;
}
.homeBan .swiper-pagination-bullet{
  width: 1rem;
  height: 0.02rem;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  opacity: 0.4;
  margin: 0 0.1rem !important;
}
.homeBan .swiper-pagination-bullet-active{
  opacity: 1;
}
.homeBan .swiper-button-next:after, .homeBan .swiper-button-prev:after{
  font-size: 18px;
    font-weight: bold;
    color: #505050;
}
.homeBan .swiper-button-prev{
  left: 0.84rem;
  right: auto;
}
.homeBan .swiper-button-next{
  right: 0.84rem;
  left: auto;
}
.homeBan .swiper-button-next.swiper-button-disabled:after, .homeBan .swiper-button-prev.swiper-button-disabled:after{
  opacity: 1 !important;
  color: #C9C9C9;
}

/* home2 */
.home2{
  padding: 1rem 0 1rem;
}
.home2_cont{
  
}
.text_tit2{
  font-family: Arial;
  font-weight: bold;
  font-size: 0.56rem;
  color: #000000;
  text-align: center;
}
.text_hr2{
  width: 0.55rem;
  height: 0.05rem;
  background: #0070B0;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.home2_s{
  padding: 0 0.6rem;
  position: relative;
}
.home2Swiper {
      width: 100%;
      height: 100%;
      margin-top: 0.5rem;
    }

    .home2Swiper .swiper-slide {
      height: auto;
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .home2Swiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .swiper-button-prev:after, .swiper-button-next:after{
      font-size: 22px;
    font-weight: bold;
    color: #000000;
    }

.home2_list{
  background: #F9F9F9;
  border: 1px solid #E4E4E4;
  padding: 0.24rem 0 0;
  width: 100%;
  
  display: flex;
  flex-direction: column;
}
.home2_list img{
  max-width: 2.8rem;
  max-height: 1.63rem;
  
  object-fit: contain!important;
  margin: auto;
}
.home2_c{
  max-width: 2rem;
  margin: auto;
  margin-top: 0.28rem;
  margin-bottom: 0.18rem;
}
.home2_li{
  margin-top: 0.1rem;
}
.home2_li p{
  font-family: Arial;
  font-weight: 400;
  font-size: 0.18rem;
  color: #222222;
  text-align: left;
    padding-left: 0.06rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home2_li span{
  font-weight: bold;
  color: #000000;
}
.home2_b{
  width: 100%;
  height: 1.1rem;
  padding: 0 .15rem;
  background: #0F4988;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  font-family: Arial;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FEFEFE;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.1rem;
}


/* home3 */
.home3{
  padding-top: 0.5rem;
  background: url(../img/home3bg.png) no-repeat;
  height: 8rem;
}
.home3 .text_tit2{
  color: #FFFFFF;
}
.home3 hr{
  background: #FFFFFF;
}
.home3 .text_tit3{
  font-family: Arial;
  font-weight: 400;
  font-size: 0.22rem;
  color: #FFFFFF;
  margin-top: 0.18rem;
  text-align: center;
}
.home3_cont{
  margin-top: 0.1rem !important;
  justify-content: space-between;
  flex-wrap: wrap !important;
  position: relative;
  z-index: 1;
}
.home3_li{
  flex: 0 0 48.5%;
  padding: 0.5rem;
  /*background: #FFFFFF;*/
  position: relative;
  transition: all 0.3s;
  margin-top: 0.42rem;
  background-size: cover;
}
.home3_li *{
    position: relative;
    z-index: 1;
}
.home3_li:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all 0.6s;
    /*z-index: -1;*/
}

.home3_li:hover::after{
    opacity: 0;
}
.home3_li img{
  max-width: 0.85rem;
  max-height: 0.85rem;
  transition: all 0.3s;
}
.home3_tit{
  font-family: Arial;
  font-weight: bold;
  font-size: 0.28rem;
  color: #0F0F0F;
  margin-top: 0.28rem;
  transition: all 0.3s;
}
.home3_dec{
  font-family: Arial;
  font-weight: 400;
  font-size: 0.18rem;
  color: #0F0F0F;
  opacity: 0.8;
  margin-top: 0.16rem;
  transition: all 0.3s;
  line-height: 0.34rem;
  overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
/*.home3_li:hover{*/
/*  background: url("../img/home3bg2.png") no-repeat;*/
/*  transition: all 0.3s;*/
/*}*/
.home3_li:hover h3,
.home3_li:hover p{
  color: #FFFFFF;
  transition: all 0.3s;
  transform: translateY(-0.5rem);
}
.home3_li:hover img{
  opacity: 0;
  transition: all 0.3s;
  
}



/* home4 */
.home4{
  background: url("../img/home4.png") no-repeat;
  padding: 3rem 0 2rem;
}
.home4_cont{
  
}
.home4_l{
  flex: 0 0 50%;
  position: relative;
}
.home4_l::after{
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: -0.3rem;
  width: 6.62rem;
  height: 4.8rem;
  background: #007CD6;
}
.home4_l img{
  max-width: 7.8rem;
  max-height: 4.8rem;
  position: relative;
  z-index: 1;
}
.home4_r{
  flex: 0 0 50%;
  padding-left: 0.8rem;
}
.home4 .text_tit2{
  text-align: left;
}
.home4_dec{
  font-family: Arial;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.4rem;
  margin-top: 0.26rem;
  overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 6;
	 -webkit-box-orient: vertical;
}
.home4_a{
  width: 1.9rem;
  height: 0.58rem;
  background: #0070B0;
  border-radius: 20px;
  margin-top: 0.68rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.58rem;
}


/* home5 */
.home5{
  padding: 0.9rem 0 1.5rem;
}
.home5_cont{
  justify-content: space-between;
  align-items: flex-start !important;
}
.home5_li{
  flex: 0 0 45%;
  transition: all 0.3s;
}
.home5_img{
  overflow: hidden;
}
.home5_img img{
  width: 100%;
  height: 8.26rem;
  transition: all 0.3s;
}
.home5_li:nth-of-type(2) .home5_img img{
  height: 6.84rem;
}
.home5 .home2_dec{
  margin-top: 0.3rem;
}
.home5 .text_more{
  margin-top: 0.3rem;
}
.home5 .text_more:hover{
  background: #000000;
}
.home5 .text_more:hover p{
  color: #FFFFFF;
}
.home5_li:hover .home5_img img{
  transform: scale(1.1);
  transition: all 0.3s;
}


/* home6 */
.home6{
  background: #F1F2F6;
  padding: 1rem 0 1.22rem;
}
.home6_cont{
  margin-top: 0.8rem;
  justify-content: space-between;
}
.home6_li{
  flex: 0 0 23%;
  position: relative;
  height: 5.9rem;
  transition: all 0.3s;
  border-radius: 10px 10px 10px 10px;
}
.home6_li::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 29, 23, 0.4);
  border-radius: 10px 10px 10px 10px;
}
.home6 source,.home6 video{
  height: 5.9rem;
  width: 100%;
  border-radius: 10px 10px 10px 10px;
}
#playButton{
  position: absolute;
  bottom: 0.18rem;
  right: 0.19rem;
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.59);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.3s;
}
#playButton img{
  width: 0.089rem;
  height: 0.108rem;
}
.home6_li:hover #playButton{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #FF5B00;
  transition: all 0.3s;
}
video::-webkit-media-controls{
  display: none !important;
}


/* home7 */
.home7{
  padding: 1rem 0 1.3rem;
}
.home7_cont{
  margin-top: 0.8rem;
  justify-content: space-between;
}
.home7_li{
  flex: 0 0 49%;
  padding-bottom: 0.43rem;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.home7_img{
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
  height: 4.6rem;
}
.home7_img img{
  width: 100%;
  height: 4.6rem;
  transition: all 0.3s;
  object-fit: cover;
}
.home7_time{
  margin-top: 0.41rem;
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
}
.home7_tit{
  font-family: Open Sans, Open Sans;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.28rem;
  margin: 0.11rem 0;
  overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 1;
	 -webkit-box-orient: vertical;
}
.home7_dec{
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.18rem;
  color: #505050;
  line-height: 0.25rem;
  overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.home7_li:hover{
  border-color: #000000;
  transition: all 0.3s;
}
.home7_li:hover .home7_img img{
  transform: scale(1.1);
  transition: all 0.3s;
}



.homeTech {
  width: 100%;
  min-height: 7.6rem;
  background-image: url(../img/homeTech.png);
  padding: 1.2rem 0 1.34rem;
}

.homeTech .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: .26rem;
}

.techSwiper {
  /* width: 7.61rem; */
  height: 3.92rem;
  padding-top: .64rem;
}

.techSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.15rem;
  filter: grayscale(1);
  opacity: .5;
}

.techSwiper .swiper-slide-active {
  background-image: url(../img/techSwiper.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  filter: grayscale(0);
  opacity: 1;
}

.techSwiper .imgBox {
  width: 1.44rem;
  height: 1.44rem;
  border-radius: 50%;
  background-image: url(../img/imgBox.png);
  margin-top: -.64rem;
  margin-bottom: .36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.techSwiper .swiper-slide-active .imgBox{
  opacity: 1;
}

.techSwiper .imgBox img {
  width: .82rem;
  height: .82rem;
}

.techSwiper .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.48rem;
  color: #3EB6FF;
  margin-bottom: .32rem;
}

.techSwiper .txt {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #555555;
  line-height: 0.3rem;
  text-align: center;
}

.techPrev,
.techNext {
  width: .37rem;
  height: .32rem;
  bottom: 1.47rem;
  top: auto;
  margin: 0;
  opacity: .3;
  transition: all .3s;
}

.techPrev::after,
.techNext::after {
  display: none
}

.techPrev:hover,
.techNext:hover {
  opacity: 1;
}

.techPrev {
  left: 6.28rem;
}

.techNext {
  right: 6.28rem;
}

.techNext img {
  transform: rotate(180deg);
}

.homeProcess {
  width: 100%;
  min-height: 8rem;
  display: flex;
}

.homeProcess .item {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.homeProcess .item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3EB6FF;
  opacity: 0;
  transition: all .3s;
}

.homeProcess .item:hover::after {
  opacity: .9;
}

.homeProcess .itemBack {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.homeProcess .icon {
  width: .93rem;
  height: .93rem;
  object-fit: contain;
  margin-bottom: .4rem;
  transition: all .3s;
  position: relative;
  z-index: 1;
}

.homeProcess .item:hover .icon {
  transform: translateY(-.3rem);
}

.homeProcess .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.35rem;
  color: #FFFFFF;
  margin-bottom: 1.32rem;
  position: relative;
  z-index: 1;
}

.homeProcess .more {
  width: .44rem;
  height: .44rem;
  border-radius: 50%;
  border: 0.01rem solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.homeProcess .more::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: .02rem solid #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s ease;
}

.homeProcess .item:hover .more::before {
  animation: d5 1.5s ease infinite;
}

.homeProcess .more img {
  transition: all .3s;
}

.homeProcess .item:hover .more img {
  transform: rotate(45deg);
}

.homeAbout {
  width: 100%;
  min-height: 10.39rem;
  padding: 1.2rem 0;
  background-image: url(../img/aboutBack.png);
}

.homeAbout .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.homeAbout .left {
  width: 7.09rem;
}

.homeAbout .right {
  width: 7.8rem;
  height: 5.5rem;
  border-radius: 1rem 0.2rem 1rem 0.2rem;
  overflow: hidden;
}

.homeAbout .txt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.35rem;
  margin: .55rem 0 .72rem;
}

.homeHonor {
  width: 100%;
  min-height: 10.24rem;
  background-image: url(../img/honorBack.png);
  padding: 1.2rem 0;
}

.homeHonor .top {
  display: flex;
  margin-bottom: .68rem;
  justify-content: space-between;
}

.homeHonor .right {
  width: 5.43rem;
  height: 1.16rem;
  position: relative;
}

.homeHonor .right>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.honorPrev,
.honorNext {
  width: 0.51rem;
  height: 0.51rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 81, 160, 0.11);
  border-radius: 50%;
  top: auto;
  margin: 0;
  bottom: .12rem;
  transition: all .3s;
}

.honorPrev::after,
.honorNext::after {
  display: none;
}

.honorPrev {
  left: auto;
  right: .59rem;
}

.honorPrev img {
  transform: rotate(-180deg);
}

.honorNext {
  right: 0;
}

.honorPrev img,
.honorNext img {
  width: .14rem;
  height: .12rem;
}

.honorPrev:hover,
.honorNext:hover {
  background: #6CC7FF;
}

.honorPrev:hover img,
.honorNext:hover img {
  filter: brightness(0) invert(1);
}


.honorSwiper {
  padding-bottom: .67rem;
}

.honorSwiper .swiper-slide {
  width: 6.3rem;
}

.honorSwiper .swiper-slide img {
  height: 5.08rem;
  object-fit: contain;
}

.honorSwiper .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.25rem;
  color: #000000;
  text-align: center;
  opacity: 0;
  transition: all .3s;
}

.honorSwiper .swiper-slide-active .tit {
  opacity: 1;
}

.honorPage {
  display: flex;
  bottom: 0;
  justify-content: center;
  gap: .23rem;
}

.honorPage span {
  opacity: 1;
  background: #6CC7FF;
  margin: 0 !important;
}

.honorPage .swiper-pagination-bullet-active {
  background: #689ABC;
}

.homeNew {
  width: 100%;
  padding: 1.2rem 0;
}

.homeNew .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .7rem;
}

.homeNew .bottom {
  display: flex;
  gap: .17rem;
}

.newSwiper {
  width: 6.87rem !important;
  height: 5.54rem;
  margin: 0;
  flex-shrink: 0;
}

.newSwiper .mask {
  position: absolute;
  top: 0;
  left: 0;
}

.newSwiper .text {
  position: absolute;
  width: 100%;
  bottom: .41rem;
  padding: 0 .37rem;
}

.newSwiper .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.2rem;
  color: #FFFFFF;
  margin-bottom: .5rem;
}

.newSwiper .time {
  display: flex;
  align-items: center;
  gap: .06rem;
  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 0.18rem;
  color: #FFFFFF;
}

.newSwiper .time img {
  filter: brightness(0) invert(1);
}

.swiper-pagination.newPage {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  bottom: .5rem;
  left: auto;
  right: .37rem;
  gap: .07rem;
}

.swiper-pagination.newPage span {
  background: #FFFFFF;
  margin: 0 !important;
  width: .07rem;
  height: .07rem;
  transition: all .3s;
  flex-shrink: 0;
}

.swiper-pagination.newPage span.swiper-pagination-bullet-active {
  width: .24rem;
  border-radius: .07rem;
}

.newR {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: .18rem;
}

.newR .item {
  width: 100%;
  height: 2.68rem;
  display: flex;
  gap: .18rem;
}

.newR .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.newR .item a {
  padding: .42rem .37rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.1);
  transition: all .3s;
}

.newR .item a:hover {
  background: #6CC7FF;
}

.newR .item .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.3rem;
}

.newR .item .txt {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.3rem;
}

.newR .item .time {
  display: flex;
  align-items: center;
  gap: .06rem;
  font-family: MiSans, MiSans;
  font-weight: 500;
  font-size: 0.18rem;
  color: #919191;
}

.newR .item .time img {
  width: .18rem;
  height: .18rem;
  opacity: contain;
}

.newR .item a:hover .tit,
.newR .item a:hover .txt,
.newR .item a:hover .time {
  color: #fff;
}

.newR .item a:hover .time img {
  filter: brightness(0) invert(1);
}

.homeFirend {
  width: 100%;
  min-height: 8.8rem;
  background-image: url(../img/firendBack.png);
  padding: 1.2rem 0;
  margin-bottom: 1rem;
}

.homeFirend .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .88rem;
}

.homeFirend .right {
  width: 5.87rem;
  height: .89rem;
}

.homeFirend .right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.homeFirend .bottom {
  display: flex;
  height: 4.64rem;
}

.homeFirend .box {
  position: relative;
}

.homeFirend .box1,
.homeFirend .box3 {
  width: 6.07rem;
  flex-shrink: 0;
}

.homeFirend .box2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeFirend .item {
  position: absolute;
  width: 2.4rem;
  height: .8rem;
  padding: .1rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.03);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #EAEAEA;
}

.homeFirend .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.homeFirend .item:nth-child(1) {
  top: .53rem;
}

.homeFirend .box1 .item:nth-child(1) {
  left: 0;
}

.homeFirend .box3 .item:nth-child(1) {
  right: 0;
}

.homeFirend .item:nth-child(2) {
  top: 0;
}

.homeFirend .box1 .item:nth-child(2) {
  left: 3.67rem;
}

.homeFirend .box3 .item:nth-child(2) {
  right: 3.67rem;
}

.homeFirend .item:nth-child(3) {
  top: 1.92rem;
}

.homeFirend .box1 .item:nth-child(3) {
  left: 2.13rem;
}

.homeFirend .box3 .item:nth-child(3) {
  right: 2.13rem;
}

.homeFirend .item:nth-child(4) {
  top: 3.09rem;
}

.homeFirend .box1 .item:nth-child(4) {
  left: 0;
}

.homeFirend .box3 .item:nth-child(4) {
  right: 0;
}

.homeFirend .item:nth-child(5) {
  top: 3.84rem;
}

.homeFirend .box1 .item:nth-child(5) {
  left: 3.67rem;
}

.homeFirend .box3 .item:nth-child(5) {
  right: 3.67rem;
}

.homeFirend .round {
  width: 1.98rem;
  height: 1.98rem;
  background: #6CC7FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.homeFirend .round img {
  width: 1.09rem;
  height: 1.09rem;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.homeFirend .round::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #6CC7FF;
  opacity: .2;
  animation: d6 1.5s ease infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}

.homeFirend .round::after {
  content: '';
  width: 150%;
  height: 150%;
  background: #6CC7FF;
  opacity: .03;
  animation: d6 1.5s ease infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
}

@media(max-width: 1024px) {
    .homeBan{
        height: 400px;
    }
    .homeBan .text{
        left: 0.5rem;
    }
    .text_tit2{
        font-size: 0.45rem;
    }
    .home2{
        padding: 0.8rem 0 0.8rem;
    }
    .home2_list img{
        max-width: 100%;
        height: auto !important;
        max-height: none;
        width: 100%;
    }
    .home2_c{
        max-width: 96%;
        max-height: none;
        margin: 0rem auto 0.5rem;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .home2_li{
        width: 50%;
    }
    .home2_b{
        font-size: 0.24rem;
        height: 40px;
        line-height: 40px;
    }
    .home2_li span,
    .home2_li p{
        font-size: 0.3rem;
    }

    .home3{
        height: auto;
        padding-bottom: 0.4rem;
    }
    .home3_tit{
        height: 0.7rem;
    }
    .home3 .text_tit3{
        font-size: 0.28rem;
    }
    .home3_li{
        padding:0.3rem;
    }
    .home3_dec{
        font-size: 0.24rem;  
    }
    .home4{
        padding: 1rem 0 ;
    }
    .home4_cont {
        flex-direction: column;
    }
    .home4_l{
        flex: auto;
        width: 94%;
        padding: 0 0.2rem;
    }
    .home4_l img{
        max-width: 6.5rem;
    }
    .home4_l::after{
        width: 6.2rem;
        height: 3.7rem;
        left: -0.2rem;
    }
    .home4_r{
        padding-left: 0;
        margin-top: 0.7rem;
    }
    .home4_dec{
        font-size: 0.24rem;
    }
    .home4_a{
        font-size: 0.24rem;
    }
    .text_tit2{
        font-size: 0.45rem;
    }
}
