.about{
	padding: .82rem 0 1.05rem 0;
}
.about-title{
	position: relative;
	font-size: 38px;
	color: #303233;
	font-weight: bold;
	text-align: center;
}
.about-title::after{
	content: '';
	position: absolute;
	width: 114px;
	height: 3px;
	background: #0C3551;
	border-radius: 1px;
	left: 50%;
	margin-left: -57px;
	bottom: -10px;
}
.about-cont{
	margin-top: .7rem;
}
.about-cont p{
	font-size: 14px;
	color: #333333;
	line-height: 32px;
	margin: 0;
	padding: 0;
}
.about-cont img{
	max-width: 100% !important;
	height: auto !important;
}
.worth{
	background-color: #FAFAFA;
	padding: .82rem 0 1.68rem 0;
}
.worth .worth-list{
	display: flex;
	margin-top: 1.22rem;
}
.worth .worth-list li{
	width: 25%;
	padding: 0 20px;
	text-align: center;
}
.worth .worth-list .ico{
	max-width: 1.2rem;
	margin: 0 auto;
}
.worth .worth-list .ico img{
	max-width: 100%;
	height: auto;
}
.worth .worth-list h4{
	font-weight: 500;
	font-size: 20px;
	color: #666;
	margin-top: .54rem;
}
@media (max-width:1600px) {

}
@media (max-width:1400px) {

}
@media (max-width:1200px) {
	.about-title{
		font-size: 24px;
	}
	.about-title::after{
		width: 70px;
		height: 2px;
		margin-left: -35px;
	}
	.worth .worth-list h4{
		font-size: 16px;
	}
}

@media (max-width:991px) {
	.worth .worth-list{
		margin-top: .75rem;
	}
	.worth{
		padding: .55rem 0 .7rem 0;
	}
}
@media (max-width:767px) {
	.worth .worth-list .ico{
		width: 50px;
		margin: auto;
		min-height: 58px;
	}
	.worth .worth-list .ico img{
		width: 100%;
	}
	.worth .worth-list h4{
		margin-top: .3rem;
	}
}
@media (max-width:640px) {
	.worth .worth-list{
		flex-wrap: wrap;
	}
	.worth .worth-list li{
		width: 50%;
		margin-bottom: 15px;
	}
	.worth .worth-list h4{
		font-size: 14px;
	}
}
@media (max-width:480px) {
	.about-title{
		font-size: 18px;
	}
	.worth .worth-list{
		margin-top: 1.22rem;
	}
}
@media all and (orientation : landscape) {

}
@media all and (orientation : portrait) {

}