.homeBanner_swiper .swiper-pagination{
	bottom: 47px;
}
.homeBanner_swiper .swiper-pagination span{
	width: 32px;
	height: 4px;
	background: #fff;
	border-radius: 0;
}
.homeBanner_swiper .swiper-pagination span:not(.swiper-pagination-bullet-active){
	opacity: 0.5;
}
.homeBanner_button{
	color: #fff;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.1);
	border-radius: 50%;
	opacity: 0;
}
.homeBanner_button::after{
	font-size: 20px;
}
.homeBanner_swiper:hover .homeBanner_button{
	opacity: 1;
	transition: all ease-out .3s;
}
.homeBanner_swiper img{
	width: 100%;
}
.homeBanner_button.swiper-button-prev{
	left: 25px;
}
.homeBanner_button.swiper-button-next{
	right: 25px;
}
.homeSection2{
	margin: 150px 0;
}
.homeSection2_content{
	display: flex;
	justify-content: space-between;
}
.homeSection2_box{
	width: 49%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	overflow: hidden;
}
.homeSection2_box:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	opacity: 0;
	transition: all ease-out .2s;
}
.homeSection2_text{
	position: absolute;
	text-align: center;
	opacity: 0;
	transition: all ease-out .2s;
}
.homeSection2_box:hover:before,.homeSection2_box:hover .homeSection2_text{
	opacity: 1;
	transition: all ease-out .2s;
}
.homeSection2_text img{
	max-width: 50%;
	display: block;
	margin: auto;
}
.homeSection2_text p{
	width: 100%;
	font-size: 30px;
	color: #1fcccc;
	margin-top: 60px;
	position: relative;
}
.homeSection2_text p:before{
	position: absolute;
	content: "";
	width: 20px;
	height: 3px;
	background: #1fcccc;
	top: -28px;
	left: 43%;
}
.homeSection3_title{
	text-align: left;
	font-family: AlimamaShuHeiTi-Bold;
}
.homeSection3_title h4{
	color: #e0e0e0;
	font-size: 40px;
}
.homeSection3_title h3{
	color: #1f1f1f;
	font-size: 40px;
	margin-bottom: 60px;
}
.homeSection3_content{
	display: flex;
	justify-content: space-between;
}
.homeSection3_left{
	width: 40.5%;
}
.homeSection3_content section{
	display: flex;
	align-items: center;
	padding-left: 8px;
	position: relative;
	margin-bottom: 28px;
}
.homeSection3_content section:before{
	position: absolute;
	content: "";
	width: 2px;
	height: 70%;
	background: #1fcccc;
	top: 20%;
	left: 0;
}
.homeSection3_content section strong{
	font-size: 18px;
	color: #1fcccc;
}
.homeSection3_content section img{
	max-width: 16px;
	margin: 3px 0 0 7px;
}
.homeSection3_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.homeSection3_box img{
	width: 30.6%;
	border-radius: 6px;
}
.homeSection3_box img:not(:nth-last-child(-n+3)){
	margin-bottom: 22px;
}
.homeSection3_right{
	width: 54.8%;
}
.homeSection3_right p{
	font-size: 15px;
	margin-bottom: 20px;
	color: #333333;
}
.homeSection4{
	margin: 150px 0;
	margin-left: calc((100% - 1200px)/2);
}
.homeSection4_tab{
	position: relative;
}
.homeSection4_tab ul{
	width: 1200px;
	display: flex;
	align-items: center;
	padding-bottom: 16px;
	border-bottom: 1px solid #cccccc;
}
.homeSection4_tab ul li{
	font-size: 20px;
	color: #4c4c4c;
	margin-right: 58px;
	padding: 0 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.homeSection4_tab ul li:hover{
	cursor: pointer;
}
.homeSection4_tab ul li.active{
	font-size: 24px;
	color: #1fcccc;
}
.homeSection4_tab ul li.active::after{
	position: absolute;
	content: "";
	width: 100%;
	border-bottom: 2px solid #1fcccc;
	bottom: -17px;
	left: 0;
}
.homeSection4_content{
	margin-top: 42px;
}
.homeSection4_box:not(.active){
	display: none;
}
.homeSection4_box .swiper-slide{
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.homeSection4_tabText{
	padding: 26px 38px 24px 38px;
	box-sizing: border-box;
}
.homeSection4_tabText h5{
	font-size: 24px;
	color: #333333;
	margin-bottom: 16px;
}
.homeSection4_tabText p{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #4c4c4c;
}
.homeSection4_tabText p img{
	max-width: 12px;
	max-height: 15px;
	margin-right: 10px;
}
.homeSection4_tabText p span{
	margin: 0 11px;
}
.swiper_public_btn{
	position: absolute;
	width: 1200px;
	top: 0;
	display: flex;
	justify-content: end;
}
.homeSection5{
	position: relative;
	padding-top: 110px;
}
.homeSection5_content{
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	top: 0;
	color: #fff;
}
.homeSection5_content .w1200{
	background: linear-gradient(to right, #10a8e6, #37dbd3);
	padding: 95px 0;
	box-sizing: border-box;
	border-radius: 8px;
}
.homeSection5_content h5{
	font-size: 36px;
	font-family: AlimamaShuHeiTi-Bold;
}
.homeSection5_content p{
	font-size: 17px;
	margin: 30px auto 36px auto;
	max-width: 520px;
}
.homeSection5_content p a{
	color: #fff;
	border-bottom: 1px solid;
}
.homeSection5_content .homeSection5_join{
	font-size: 18px;
	color: #1fcccc;
	background: #fff;
	padding: 14px 42px;
	box-sizing: border-box;
	border-radius: 6px;
	display: block;
	width: max-content;
	margin: auto;
	font-family: AlimamaShuHeiTi-Bold;
}
.homeSection5_content .homeSection5_join:hover{
	text-decoration: underline;
}
@media only screen and (max-width: 1600px){
	.homeBanner_swiper .swiper-pagination{
		bottom: 25px;
	}
	.homeBanner_swiper .swiper-pagination span{
		width: 28px;
		height: 3px;
	}
	.homeSection2{
		margin: 120px 0;
	}
	.homeSection2_text img{
		max-width: 45%;
	}
	.homeSection2_text p{
		font-size: 24px;
	}
	.homeSection3_title h3,.homeSection3_title h4{
		font-size: 32px;
	}
	.homeSection3_title h3{
		margin-bottom: 45px;
	}
	.homeSection3_content section strong{
		font-size: 16px;
	}
	.homeSection3_box img:not(:nth-last-child(-n+3)){
		margin-bottom: 18px;
	}
	.homeSection3_content section{
		margin-bottom: 20px;
	}
	.homeSection3_right p{
		font-size: 14px;
		margin-bottom: 14px;
	}
	.homeSection4{
		margin: 120px 0;
		margin-left: calc((100% - 1100px)/2);
	}
	.homeSection4_tab ul{
		padding-bottom: 12px;
	}
	.homeSection4_tab ul li{
		font-size: 16px;
		margin-right: 36px;
	}
	.homeSection4_tab ul li.active{
		font-size: 18px;
	}
	.homeSection4_tab ul li.active::after{
		bottom: -14px;
	}
	.homeSection4_tabText{
		padding: 20px 30px 22px 30px;
	}
	.homeSection4_tabText h5{
		font-size: 18px;
		margin-bottom: 12px;
	}
	.homeSection4_tabText p{
		font-size: 14px;
	}
	.homeSection4_tabText p img{
		max-width: 12px;
		margin-right: 8px;
	}
	.homeSection4_tabText p span{
		margin: 0 6px;
	}
	.homeSection5_content .w1200{
		padding: 72px 0;
	}
	.homeSection5_content h5{
		font-size: 28px;
	}
	.homeSection5_content p{
		font-size: 15px;
		margin: 22px auto 26px auto;
		max-width: 460px;
	}
	.homeSection5_content .homeSection5_join{
		font-size: 16px;
		padding: 12px 40px;
	}
}
@media only screen and (max-width: 1024px){
	.homeBanner_swiper .swiper-pagination{
		bottom: 10px;
	}
	.homeSection2{
		margin: 80px 0;
	}
	.homeSection2_content{
		display: block;
	}
	.homeSection2_box{
		width: 100%;
	}
	.homeSection2_box:before, .homeSection2_box .homeSection2_text{
		display: none;
	}
	.homeSection2_box:first-child{
		margin-bottom: 20px;
	}
	.homeSection3_title{
		text-align: center;
	}
	.homeSection3_title h3, .homeSection3_title h4{
		font-size: 28px;
	}
	.homeSection3_title h3{
		margin-bottom: 30px;
	}
	.homeSection3_content{
		display: block;
	}
	.homeSection3_left,.homeSection3_right{
		width: 100%;
	}
	.homeSection3_content section{
		margin-bottom: 16px;
	}
	.homeSection3_box img:not(:nth-last-child(-n+3)){
		margin-bottom: 14px;
	}
	.homeSection3_right{
		margin-top: 30px;
	}
	.homeSection3_right p{
		font-size: 12px;
		margin-bottom: 20px;
	}
	.homeSection4{
		margin: 80px 0;
	}
	.homeSection4_tab ul{
		width: 92%;
		margin: auto;
		justify-content: center;
		padding-bottom: 10px;
	}
	.homeSection4_tab ul li{
		font-size: 15px;
		margin-right: 30px;
	}
	.homeSection4_tab ul li:last-child{
		margin-right: 0;
	}
	.homeSection4_tab ul li.active::after{
		bottom: -12px;
	}
	.homeSection4_tab ul li.active{
		font-size: 16px;
	}
	.homeSection4_content{
		width: 92%;
		margin: 20px auto auto auto;
	}
	.homeSection4_tabText{
		padding: 10px 20px 50px 20px;
	}
	.homeSection4_tabText h5{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.homeSection4_tabText p{
		font-size: 12px;
	}
	.homeSection4_tabText p img{
		max-width: 8px;
		margin-right: 6px;
	}
	.homeSection4_box .swiper-button-next:after,
	.homeSection4_box .swiper-button-prev:after{
		font-size: 20px;
		color: #fff;
		font-weight: bold;
	}
	.homeSection4_box .swiper-button-prev{
		left: 0;
	}
	.homeSection4_box .swiper-button-next{
		right: 0;
	}
	.homeSection4_box .swiper-pagination-bullet-active{
		background: #1fcccc;
	}
	.homeSection5{
		padding-top: 55px;
	}
	.homeSection5_content .w1200{
		padding: 30px 0;
	}
	.homeSection5_content h5{
		font-size: 18px;
	}
	.homeSection5_content p{
		font-size: 12px;
		width: 71.8%;
		margin: 15px auto 18px auto;
	}
	.homeSection5_content .homeSection5_join{
		font-size: 14px;
		padding: 9px 32px;
	}
}