.about2,.about5,.about7{
	margin: 150px 0;
}
.about2 .page_title{
	text-align: left;
	padding-left: 74px;
	box-sizing: border-box;
	position: relative;
}
.about2 .page_title::after{
	position: absolute;
	content: "";
	width: 38px;
	height: 4px;
	background: #1fcccc;
	bottom: -32px;
	left: 74px;
}
.about2_content{
	display: flex;
	background: #fff;
}
.about2_left{
	width: 44%;
	padding: 55px 50px 65px 74px;
	box-sizing: border-box;
}

.about2_left p{
	font-size: 14px;
	color: #000;
	line-height: 20px;
}
.about2_left p:nth-child(2){
	margin: 22px 0;
}
.about2_right{
	width: 56%;
}
.about2_right img{
	margin-top: -65px;
}
.about4{
	margin: 166px 0 140px 0;
}
.about4 .page_title h3{
	margin-bottom: 0;
}
.about4_content ul{
	display: flex;
	justify-content: center;
	margin: 44px 0 50px 0;
}
.about4_content ul li{
	padding: 0 20px 15px 20px;
	box-sizing: border-box;
	font-size: 16px;
	color: #2f2f2f;
	font-weight: bold;
	border-bottom: 1px solid #bfbfbf;
	cursor: pointer;
}
.about4_content ul li.active{
	color: #1fcccc;
	border-bottom: 1px solid #1fcccc;
}
.about4_content section{
	border-radius: 12px;
	overflow: hidden;
}
.about4_content section:not(.active){
	display: none;
}
.about5_content{
	display: flex;
	justify-content: space-between;
}
.about5_box{
	width: 49%;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
}
.about5_box p{
	padding: 15px 10px 32px 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	color: #333333;
}
.about7{
	display: flex;
}
.about7_left{
	width: 29%;
}
.about7_left .page_title{
	text-align: left;
}
.about7_right{
	width: 71%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media only screen and (min-width: 1024px){
	.about7_right .swiper-wrapper{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.about7_right .swiper-slide{
		width: 30%;
		height: auto;
	}
	.about7_right .swiper-slide:nth-of-type(-n+3){
		margin-bottom: 32px;
	}
}
.about8_left ul li{
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
}
.about8_right{
	flex-wrap: nowrap;
}
.about8_imgLeft{
	width: 31.6%;
}
.about8_imgRight{
	display: flex;
	flex-wrap: wrap;
	width: 67%;
}
.about8_rightBigImg{
	width: 61.4%;
}
.about8_rightSmallImg{
	width: 36.8%;
}
.about8_imgBox{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.about8_imgRight .about8_imgBox:first-child{
	margin-bottom: 10px;
}
.about8_right .am{
	border-radius: 12px;
}
.about8 .page_title h3{
	margin: 10px 0 78px 0;
}
@media only screen and (max-width: 1600px){
	.about2, .about5, .about7{
		margin: 120px 0;
	}
	.about2_left{
		padding: 40px 36px 50px 50px;
	}
	.about2_left p{
		font-size: 13px;
		line-height: inherit;
	}
	.about2_right img{
		margin-top: -50px;
	}
	.about2 .page_title{
		padding-left: 56px;
	}
	.about2 .page_title::after{
		width: 34px;
		height: 3px;
		bottom: -30px;
		left: 56px;
	}
	.about4{
		margin: 135px 0 120px 0;
	}
	.about4_content ul{
		margin: 40px 0;
	}
	.about4_content ul li{
		font-size: 15px;
		padding: 0 20px 12px 20px;
	}
	.about5_box p{
		font-size: 16px;
		padding: 12px 10px 26px 10px;
	}
	.about7_right section:nth-of-type(-n+3){
		margin-bottom: 26px;
	}
	.about8 .page_title h3{
		margin: 10px 0 60px 0;
	}
	.about8_left ul li{
		margin-bottom: 8px;
	}
}
@media only screen and (max-width: 1024px){
	.about2_content{
		display: block;
	}
	
	.about4, .about5, .about7{
		margin: 80px 0;
	}
	body[data-type="about"] .w1350{
		width: 100%;
	}
	.about2{
		background: #fff;
		padding: 80px 4% 32.5px 4%;
		margin: 0 0 60px 0;
	}
	.about2 .page_title{
		padding: 0 15px;
	}
	.about2 .page_title h3{
		margin-bottom: 26px;
	}
	.about2 .page_title::after {
		width: 28px;
		height: 3px;
		bottom: -26px;
		left: 15px;
	}
	.about2_left{
		width: 100%;
		padding: 26px 15px 0 15px;
	}
	.about2_left p{
		font-size: 12px;
	}
	.about2_left p:nth-child(2){
		margin: 17px 0;
	}
	.about2_right{
		width: 100%;
	}
	.about2_right img{
		margin-top: 31px;
	}
	.about4_content ul{
		margin: 30px 0;
	}
	.about5_content,.about7{
		flex-wrap: wrap;
	}
	.about5_box{
		width: 100%;
	}
	.about5_box:first-child{
		margin-bottom: 20px;
	}
	.about5_box p {
		font-size: 15px;
		padding: 12px 10px 20px 10px;
	}
	.about7_left,.about7_right{
		width: 100%;
	}
	.about7_left .page_title{
		text-align: center;
	}
	.about7_swiper img{
		width: 75%;
		margin: auto;
		display: block;
	}
	.about7_swiper .swiper-button-next,.about7_swiper .swiper-button-prev{
		top: 46%;
		color: #1fcccc;
	}
	.about7_swiper .swiper-button-next:after,.about7_swiper .swiper-button-prev:after{
		font-size: 22px;
		font-weight: bold;
	}
	.about7_swiper .swiper-wrapper{
		padding-bottom: 40px;
	}
	.about7_swiper .swiper-pagination-bullet-active{
		background: #1fcccc;	
	}
	.about8 .page_title h3{
		margin-bottom: 30px;
	}
	.about8_left ul li{
		margin-bottom: 5px;
		font-size: 13px;
		text-align: center;
	}
	.about8_right{
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.about8_imgLeft{
		width: 100%;
		margin-bottom: 10px;
	}
	.about8_imgRight{
		width: 100%;
	}
}
