.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.about{
	width: 100%;
}
.about .about_con{
	width: 1300px;
	margin: 40px auto;
}
.about .title{
	font-size: 25px;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: 0.3em;
	text-align: center;
}
.about .about_txt{
	margin-top: 30px;
}
.about .about_txt p{
	font-size: 14px;
	line-height: 30px;

}
@media (max-width: 1300px) {
	.about .about_con{
		width: 96%;
		overflow: hidden;
	}
	
}
@media (max-width: 720px) {
	.about .about_con{
		width: 94%;
		overflow: hidden;
	}
}