.banner {
	height: 10.8rem;
}

.banner .swiper {
	height: 100%;
}

.videoHero video {
	width: auto;
	height: 100%;
	object-fit: contain;
}

.banner .videjobtn{
    width: 0.66rem;
    height: 0.66rem;
    border-radius: 50%;
    position: absolute;
    bottom: 0.43rem;
	left: 1.6rem;
    z-index: 999;
}
.swiper-wrapper{
    height: auto !important;
}
.banner .swiper-slide a::after {
	content: '';
	display: block;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.26) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


#banner .swiper-pagination{
	right: 1.71rem !important;
}
#banner .swiper-pagination-bullet {
	margin: 0.3rem 0;
	width: 0.1rem;
	height: 0.1rem;
	background: #fff;
	opacity: 1;
	transition: 0.3s;
}

.swiper-pagination-bullet-active {
	background: #FFC736 !important;
	opacity: 1 !important;
	position: relative;
}
.swiper-pagination-bullet-active::before{
	content: '';
	width: 0.28rem;
	height: 0.28rem;
	border: 0.02rem solid #FFC736;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	border: 0.02rem solid #FFC736;
}

/* #banner .swiper-pagination {
	line-height: 1;
	bottom: 0.5rem;
	top: unset;
} */

#banner .swiper-button-next.swiper-button-disabled,
#banner .swiper-button-prev.swiper-button-disabled{
	width: 0.5rem;
	height: 0.5rem;
	background: rgba(95,95,95,0.35);
	border: 0.02rem solid rgba(255,255,255,0.8);
	opacity: 1 !important;
}

#banner .swiper-button-next,
#banner .swiper-button-prev{
	width: 0.5rem;
	height: 0.5rem;
	background: #EADB84;
	border: 0.02rem solid #EADB84;
	opacity: 1 !important;
	bottom: 0.43rem;
	top:unset;
}
#banner .swiper-button-next{
	right: 1.6rem;
	left: unset;
}
#banner .swiper-button-prev{
	right: 2.1rem;
	left: unset;
}
#banner .swiper-button-next:after {
	content: '';
	width: 0.15rem;
	height: 0.11rem;
	display: block;
	background: url('../img/i_right.png');
	background-size: 100%;
	opacity: 1 !important;
}
#banner .swiper-button-prev:after {
	content: '';
	width: 0.15rem;
	height: 0.11rem;
	display: block;
	background: url('../img/i_left.png');
	background-size: 100%;
	opacity: 1 !important;
}


.index1 {
	padding-top: 0.6rem;
	padding-bottom: 0.8rem;
}

.index_title {
	display: flex;
}

.index_title img.flex_box1 {
	width: 0.3rem;
	height: 0.28rem;
	flex: 0 0 0.3rem;
	margin-right: 0.1rem;
}

.index_title .flex_box2 {
	font-weight: bold;
	font-size: 0.3rem;
	color: var(--c);
	flex: 0 0 auto;
}



.index_part2{
	padding-top: 0.8rem;
	padding-bottom: 0.65rem;
	position: relative;
	background: #F7F8FA;
}
.index_part2 .index_more1{
	position: absolute;
	top: 0.79rem;
	right: 1.6rem;
}

.cplist{
	margin-top: 0.85rem !important;
}
.cplist .cpul{
	display: flex;
	flex-wrap: wrap;
}
.cplist .cpul .cpli{
	width: 3.7rem;
	height: 3.7rem;
	margin-right: 0.4rem;
	margin-bottom: 0.3rem;
	position: relative;
	overflow: hidden;
}
.cplist .cpul .cpli:nth-child(4n){
	margin-right: 0 !important;
}
.cplist .cpul .cpli .cpimg,
.cplist .cpul .cpli .cpimgmore{
	width: 100%;
	height: 100%;
}
.cplist .cpul .cpli .cpimgmore{
	position: absolute;
	top: 100%;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url(../img/icpbg.png);
	transition: all 0.8s;
}
.cplist .cpul .cpli:hover .cpimgmore{
	top: 0;
}
.cplist .cpul .cpli .cpimgmore .cptitle{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.25rem;
	color: #FFFFFF;
	margin-bottom: 0.25rem;
}
.cplist .cpul .cpli .cpimgmore .cpmore{
	width: 0.5rem;
	height: 0.5rem;
	background: #D64E27;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cplist .cpul .cpli .cpimgmore .cpmore img{
	width: 0.28rem;
	height: 0.28rem;
}


.index_part3{
	background: #FFFFFF;
}
.part2_1{
	padding-top: 1.03rem;
	display: flex;
}
.part2_1left{
	/*width: 7.81rem;*/
	padding-right: 0.2rem;
}
.part2_1left .part3_1logo {
	width: 3.53rem;
	height: 0.54rem;
	margin-bottom: 0.28rem;
}
.part2_1left .part2_1txt {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.35rem;
	margin-bottom: 0.94rem;
}

.part2_1right{
	/*width: 7.36rem;*/
	height: 4.14rem;
}
.part2_1right .videoHero{
	position: relative;
}
.part2_1right .videoHero video{
	overflow: hidden;
	border-radius: 0 0 1rem;
}
.part2_1right .videjobtn{
	width: 0.66rem;
	height: 0.66rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.part2_1right .close{
	width: 0.21rem;
	height: 0.21rem;
	position: absolute;
	top: 0.2rem;
	right: 0.18rem;
	display: none;
}

.part3_num{
	padding-top: 1.14rem;
	padding-bottom: 1.05rem;
	display: flex;
}
.part3_num .numDiv{
	
}
.part3_num .numDiv .box1{
	font-family: Poppins, Poppins;
	font-weight: 300;
	font-size: 0.25rem;
	color: #D64E27;
	margin-bottom: 0.1rem;
}
.part3_num .numDiv .box1 span{
	font-size: 0.7rem;
	font-weight: bold;
}
.part3_num .numDiv .box1 span:last-child{
	margin-right: 0.1rem;
}
.part3_num .numDiv .box2{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #6C6C6C;
}


.hFriend {
	overflow: hidden;
  }
  
  .hFriendBox {
	width: 100%;
	height: 6.89rem;
	margin: 0 auto;
	position: relative;
  }
  .hFriendBox img{
      width: 125%;
      height: auto;
  }
  
  .hFriendItem {
	position: absolute;
	display: flex;
	 border-radius: 50%;
	 overflow: hidden;
	 background: #fff;
    align-items: center;
    justify-content: center;
  }
  
  .hFriendItem:hover {
	animation: friend .5s;
  }
  
  .smallFriend {
	width: 1.12rem;
	height: 1.12rem;
  }
  
  .centerFriend {
	width: 1.35rem;
	height: 1.35rem;
  }
  
  .bigFriend {
	width: 1.73rem;
	height: 1.73rem;
  }
  
  .smallFriend:nth-child(1) {
	top: 1.87rem;
	left: 9.66rem;
  }
  
  .smallFriend:nth-child(2) {
	top: 1.56rem;
	left: 14.39rem;
  }
  
  .smallFriend:nth-child(3) {
	top: 3.97rem;
	left: 1.6rem;
  }
  
  .smallFriend:nth-child(4) {
	top: 3.48rem;
	left: 13.27rem;
  }
  
  .centerFriend:nth-child(1) {
	top: 1.15rem;
	left: 1.94rem;
  }
  
  .centerFriend:nth-child(2) {
	top: 1.93rem;
	left: 4.4rem;
  }
  
  .centerFriend:nth-child(3) {
	top: 4.02rem;
	left: 4.94rem;
  }
  
  .centerFriend:nth-child(4) {
	top: 3.93rem;
	left: 10.94rem;
  }
  
  .bigFriend:nth-child(1) {
	top: 1.2rem;
	left: 6.84rem;
  }
  
  .bigFriend:nth-child(2) {
	top: 1.06rem;
	left: 11.82rem;
  }
  
  .bigFriend:nth-child(3) {
	top: 3.64rem;
	left: 8.03rem;
  }
  
  .bigFriend:nth-child(4) {
	top: 2.8rem;
	left: 15.87rem;
  }
  
  @keyframes friend {
	0% {
	  transform: translateY(0);
	}
  
	25% {
	  transform: translateY(-.1rem);
	}
  
	50% {
	  transform: translateY(.1rem);
	}
  
	75% {
	  transform: translateY(-.1rem);
	}
  
	100% {
	  transform: translateY(.1rem);
	}
  }
  
.hFriend{
	background: url(../img/icasebg.png);
	background-size: 100% 100%;
	padding-top: 0.89rem;
}
.hFriend .index_partTitle{
	text-align: center;
}


.index_part5{
	background: #F5F5F5;
	padding-top: 0.92rem;
	padding-bottom: 0.69rem;
}
.index_part5 .index_partTitle{
	text-align: center;
}
.index_part5 .index_more1{
	margin: 0 auto;
}
.index_part5 .newsSwiperPart{
	margin-top: 1.06rem;
	margin-bottom: 0.66rem;
}
.index_part5 .newsSwiperPart .swiper-slide{
	width: 4.3rem;
	height: 5.1rem;
	/* background: #000; */
	left: 1.6rem;
	padding: 0.43rem 0.5rem 0.34rem 0.5rem;
	background: #FFFFFF;
	box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(56,57,136,0.07);
	overflow: hidden;
}
.index_part5 .newsSwiperPart .swiper-slide .tophr{
	width: 100%;
	height: 0rem;
	border: 0.01rem solid #D64E27;
}
.index_part5 .newsSwiperPart .swiper-slide .newsTitle{
	margin-top: 0.45rem;
	margin-bottom: 0.35rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.2rem;
	color: #333333;
	line-height: 0.3rem;
}
.index_part5 .newsSwiperPart .swiper-slide .newsImg{
	width: 100%;
	height: 2.19rem;
	margin-bottom: 0.42rem;
	overflow: hidden;
	transition: all 1s;
}
.index_part5 .newsSwiperPart .swiper-slide .newsImg img{
	width: 100%;
	height: 100%;
}
.index_part5 .newsSwiperPart .swiper-slide .newsbox{
	display: flex;
	justify-content: space-between;
}
.index_part5 .newsSwiperPart .swiper-slide .newsTime{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.2rem;
	color: #919191;
}
.index_part5 .newsSwiperPart .swiper-slide .newsMore{
	width: 0.27rem;
	height: 0.27rem;
	border: 0.01rem solid #D64E28;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_part5 .newsSwiperPart .swiper-slide .newsMore img{
	width: 0.12rem;
	height: 0.1rem;
}
.index_part5 .newsSwiperPart .swiper-slide:hover .newsImg{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.index_part5 .newsSwiperPart .swiper-slide:hover .tophr,
.index_part5 .newsSwiperPart .swiper-slide:hover>.newsbox{
	display: none;
}
.index_part5 .newsSwiperPart .swiper-slide .newsbox2{
	width: 100%;
	height: 1.64rem;
	background: linear-gradient( 180deg, #333333 0%, #333333 100%);
	box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(56,57,136,0.07);
	opacity: 0.79;
	position: absolute;
	bottom: -100%;
	left: 0;
	padding: 0 0.5rem;
	padding-top: 0.23rem;
	transition: all 0.6s;
}

.index_part5 .newsSwiperPart .swiper-slide:hover .newsbox2{
	bottom: 0;
}
.index_part5 .newsSwiperPart .swiper-slide .newsbox2 .newsTitle{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.2rem;
	color: #FFFFFF !important;
	line-height: 0.33rem;
	margin: 0 !important;
}
.index_part5 .newsSwiperPart .swiper-slide .newsbox2 .newsTime{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.2rem;
	color: #FFFFFF;
}
.index_part5 .newsSwiperPart .swiper-slide .newsbox2 .newsMore{
	width: 0.35rem !important;
	height: 0.35rem !important;
	background: #D64E27;
}
.index_part5 .newsSwiperPart .swiper-slide .newsbox2 .newsMore img{
	width: 0.2rem;
	height: 0.2rem;
}
.index_part5 .newsSwiperPart .swiper-slide .newsbox2 .newsbox{
	margin-top: 0.16rem;
}

.index_part4{
	background: #FFFFFF;
	padding-top: 0.83rem;
	padding-bottom: 0.72rem;
}
.index_part4 .index_partTitle{
	text-align: center;
}
.index_part4 .kcxSwiper{
	margin-top: 0.72rem;
	position: relative;
}


.index_part4 .swiper-containerKcx{
    padding: 0.01rem 0;
	width: calc(100% - 3.2rem);
	overflow: hidden;
	margin: 0 auto;
}

.index_part4 .swiper-containerKcx .swiper-slide{
	width: 2.83rem;
	height: 1.06rem;
	padding: 0.05rem 0;
	border: 0.01rem solid #E2E2E2;
	box-sizing: border-box;
}
.index_part4 .swiper-containerKcx .swiper-slide:hover{
	border: 0.01rem solid #D96042;
	
}
.index_part4 .swiper-containerKcx .swiper-slide img{
	height: 100%;
	/*width: auto;*/
	display: block;
	margin: 0 auto;
}
.index_part4 .swiper-button-next,
.index_part4 .swiper-button-prev{
	width: 0.27rem;
	height: 0.27rem;
	background: #D64E27;
	border: 0.02rem solid #D64E27;
	border-radius: 50%;
	opacity: 1 !important;
}
.index_part4 .swiper-button-next.swiper-button-disabled,
.index_part4 .swiper-button-prev.swiper-button-disabled{
	border: 0.02rem solid #D64E27;
	background: #FFFFFF;
}

.index_part4 .swiper-button-next::after,
.index_part4 .swiper-button-prev::after{
	color: #FFFFFF;
	font-size: 0.1rem;
}
.index_part4 .swiper-button-next.swiper-button-disabled::after,
.index_part4 .swiper-button-prev.swiper-button-disabled::after{
	color: #D64E27;
}
.index_part4 .swiper-button-prev{
	left: 1rem;
	top: 0.76rem !important;
	bottom: unset;
}
.index_part4 .swiper-button-next{
	right: 1rem;
	top: 0.76rem !important;
	bottom: unset;
}


/* 公司简介 */
.index_part3.about .part2_1left{
	margin-top: 0.34rem;
	flex: 1;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.35rem;
}
.index_part3.about .part2_1{
	padding-top:0.78rem;
}
.index_part3.about .index_partTitle{
	text-align: center;
}
.index_part3.about{
	padding-top: 0.98rem;
}


.about_part3{
	width: 100%;
	height: 7.58rem;
	background: url(../img/qywhbg.png);
	background-size: 100% 100%;
	position: relative;
}
.about_part3 .qywhBpx{
	width: 46.3%;
	position: absolute;
	right: 0;
	margin-top: 1.23rem;
}
.about_part3 .qywnTxt{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.28rem;
	color: #0A0A0A;
	margin-top: 0.25rem;
	margin-bottom: 0.6rem;
}
.about_part3 .qywhUi{
	display: flex;
	flex-wrap: wrap;
}
.about_part3 .qywhUi .qywhLi{
	width: 3.3rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.24rem;
	color: #383635;font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.24rem;
	color: #383635;
	margin-bottom: 0.38rem;
	padding-left: 0.46rem;
	position: relative;
}
.about_part3 .qywhUi .qywhLi::before{
	content: '';
	width: 0.1rem;
	height: 0.1rem;
	border: 0.02rem solid #D64E27;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

.about_part4{
	height: 8.56rem;
	background: url(../img/qyrybg.png);
	background-size: 100% 100%;
}
.about_part4 .main{
	display: flex ;
	padding-top: 1.26rem !important;
	padding-bottom: 1.44rem !important;
}
.about_part4 .index_partTitle{
	width: 1.57rem;
}
.about_part4 .rylist{
	width: calc(100% - 1.57rem);
	position: relative;
}
.about_part4 .yqrySwiper{
	margin-left: 2.61rem;
	/* position: relative; */
	overflow: hidden;
}
.about_part4 .yqrySwiper .ryImg{
	height: 4.54rem;
}
.about_part4 .yqrySwiper .ryImg>img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.about_part4 .ryImg{
	position: relative;
}
.about_part4 .fd{
	display: block;
	width: 0.38rem;
	height: 0.38rem;
	background: rgb(255, 255, 255,0.9);
	border-radius: 0.2rem 0 0.2rem 0;
	position: absolute;
	right: 0rem;
	bottom: 0rem;
}

.about_part4 .fd:focus-visible{
	outline: none !important;
}
.about_part4 .fd img{
	width: 100%;
	height: 100%;
}
.about_part4 .swiper-slide{
	width: 3.7rem;
	height: 5.86rem;
	background: #F6F6F6;
	padding: 0.21rem 0.25rem 0 0.25rem;
}
.about_part4 .swiper-slide .ryTitle{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.28rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.15rem;
}
.about_part4 .yqrySwiper .swiper-button-prev.swiper-button-disabled,
.about_part4 .yqrySwiper .swiper-button-next.swiper-button-disabled{
	width: 0.5rem;
	height: 0.5rem;
	background: #666666;
	border-radius: 50%;
	opacity: 1 !important;
	position: absolute;
	top: unset;
	bottom: 1.11rem;
}
.about_part4 .yqrySwiper .swiper-button-prev,
.about_part4 .yqrySwiper .swiper-button-next{
	width: 0.5rem;
	height: 0.5rem;
	background: #D64E27;
	border-radius: 50%;
	opacity: 1 !important;
	position: absolute;
	top: unset;
	bottom: 1.11rem;
}
.about_part4 .yqrySwiper .swiper-button-prev::after{
	content: '';
	width: 0.15rem;
	height: 0.13rem;
	display: block;
	background: url(../img/ryleft.png);
	background-size: 100% 100%;
}
.about_part4 .yqrySwiper .swiper-button-next::after{
	content: '';
	width: 0.15rem;
	height: 0.13rem;
	display: block;
	background: url(../img/ryright.png);
	background-size: 100% 100%;
}
.about_part4 .yqrySwiper .swiper-button-prev{
	left: 0rem;
}
.about_part4 .yqrySwiper .swiper-button-next{
	left: 0.76rem;
	right: unset;
}
.about_part5{
	height: 6rem;
	background: linear-gradient( 226deg, #F0F0F0 0%, rgba(255,255,255,0.69) 47%, #EFEFEF 100%);
	padding-top: 1.04rem;
}
.about_part5 .index_partTitle{
	text-align: center;
}

.about_part5 .lcTxt1{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.22rem;
	color: #D64E27;
	margin-bottom: 0.;
}


.about_part5 .lcSwiper{
	margin-top: 0.84rem;
	overflow: hidden;
	position: relative;
} 
.about_part5 .lcSwiper .swiper-slide{
	right: 1.3rem;
	cursor: pointer;
}
.about_part5 .lcSwiper::before{
	content: '';
	width: 100%;
	height: 0.02rem;
	display: block;
	border-bottom: 0.02rem dashed #D64E27;
	position: absolute;
	top: 0.83rem;
}
.about_part5 .lcSwiper .lcTxt1{
	height: 0.3rem;
}
.about_part5 .lcSwiper .lcTxt1 span{
	width: 100%;
	display: block;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.22rem;
	color: #D64E27;
	line-height: 0.3rem;
	text-align: center;
	display: none;
}
.about_part5 .lcSwiper .lcTxt2{
	width: 0.1rem;
	height: 0.1rem;
	background: #D64E27;
	border-radius: 50%;
	margin: 0.5rem auto;
	position: relative;
}
.about_part5 .lcSwiper .lcTxt3{
	font-family: Poppins, Poppins;
	font-weight: 500;
	font-size: 0.35rem;
	color: #A7A7A7;
	text-align: center;
}
.about_part5 .lcSwiper .swiper-slide-active .lcTxt1 span{
	display: block;
}
.about_part5 .lcSwiper .swiper-slide-active .lcTxt2{
	width: 0.14rem;
	height: 0.14rem;
}
.about_part5 .lcSwiper .swiper-slide-active .lcTxt3{
	color: #D64E27;
}
.about_part5 .lcSwiper .swiper-slide-active .lcTxt2::after{
	content: '';
	width: 0.26rem;
	height: 0.26rem;
	border: 0.06rem solid #D64E27;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: -0.11rem;
	left: -0.11rem;
}
@media only screen and (max-width: 1024px) {
    .newsSwiperPart{
        overflow: hidden;
    }
    .videoHero video{
        width: 100%;
    }
    .part2_1right,.part2_1right video{
        width: 100%;
    }
    .index_part3 .part2_1{
        display: block;
    }
    .banner{
        height: 4.8rem;
        margin-top: 50px;
    }
    #banner .swiper-pagination{
        right: 0.71rem !important;
    }
    #banner .swiper-button-prev{
        right: 1.1rem;
    }
    .index_part2{
        padding-top: 0.4rem;
        padding: 0.4rem 0.2rem;
    }
    .index_part2 .index_more1{
        top: 0.4rem;
    right: 0.3rem;
    }
    .index_more1{
        width: 1.9rem !important;
        margin-left: auto;
    }
    .cplist{
        margin-top: 0.4rem !important;
    }
    .cplist .cpul{
        justify-content: space-between;
    }
    .cplist .cpul .cpli{
        width: auto;
    flex: 0 0 49%;
    height: 3.2rem;
    margin-right: 0;
    margin-bottom: 0.15rem;
    }
    .part2_1{
        padding: 0.4rem 0.3rem;
    }
    .part2_1left .part2_1txt{
        margin-bottom: 0.4rem;
    }
    .part2_1right{
        height: 4.14rem;
    width: 100% !important;
    margin-top: 0.2rem;
    }
    .part3_num{
        margin-top: 0.2rem;
        padding: 0 0.3rem 0.4rem;
    }
    .part3_num .numDiv .box1 span{
        font-size: 0.4rem;
    }
    .part3_num .numDiv{
        flex: 0 0 20%;
    }
    .hFriend{
        padding-top: 0.4rem;
    }
    .smallFriend:nth-child(1){
        top: 2.5rem;
    left: 0.3rem;
    }
    .smallFriend:nth-child(2){
        top: 3rem;
    left: 4.2rem;
    }
    .smallFriend:nth-child(3){
        top: 3.97rem;
    left: 0.6rem;
    }
    .smallFriend:nth-child(4){
        top: 3.48rem;
    left: 2rem;
    }
    .centerFriend:nth-child(1){
        top: 1.15rem;
    left: 1.5rem;
    }
    .centerFriend:nth-child(2){
            top: 1.93rem;
    left: 2.9rem;
    }
    .centerFriend:nth-child(3){
        top: 4.02rem;
    left: 3.2rem;
    }
    .centerFriend:nth-child(4){
        top: 4.93rem;
    left: 4.94rem;
    }
    .bigFriend:nth-child(1){
        top: 1.2rem;
    left: 4.4rem;
    }
    .bigFriend:nth-child(2){
        top: 0.06rem;
    left: 2.82rem;
    }
    .bigFriend:nth-child(3){
        top: 4.8rem;
    left: 1.5rem;
    }
    .bigFriend:nth-child(4){
        top: 2.8rem;
    left: 5.5rem;
    }
    .index_part5,.index_part4{
        padding: 0.4rem 0.3rem;
    }
    .index_part5 .newsSwiperPart{
        margin: 0.4rem 0;
    }
    .index_part5 .newsSwiperPart .swiper-slide{
        left: 0;
    }
    .index_part4 .swiper-containerKcx{
        width: calc(100% - 0.8rem);
    }
    .index_part4 .swiper-button-prev{
        left: 0rem;
    top: 0.78rem !important;
    }
    .index_part4 .swiper-button-next{
        right: 0rem;
    top: 0.78rem !important;
    }
    .index_part3.about{
        padding-top: 0.4rem;
    }
    .index_part3.about .part2_1{
        padding-top: 0 !important;
    }
    .about_part3{
        width: 100%;
    height: 5.2rem;
    background-size: cover;
    background-position: center;
    }
    .about_part3 .qywhBpx{
        width: 70%;
    margin-top: 0.5rem;
    }
    .about_part3 .qywhUi .qywhLi{
        width: 50%;
    }
    .about_part4{
        height: auto;
    background-size: cover;
    }
    .about_part4 .main{
        padding: 0.4rem 0.3rem !important;
    }
    .about_part4 .rylist{
    }
    .about_part4 .yqrySwiper{
        margin-left: 1.61rem;
    }
    .about_part4 .yqrySwiper .swiper-button-prev, .about_part4 .yqrySwiper .swiper-button-next{
        bottom: 0;
    }
    .about_part5{
        height: 4.3rem;
        padding-top: 0.4rem;
    }
}