.about{
	max-width: 1200px;
	padding: 60px 0 113px !important;
	margin: 0 auto !important;
	
}
.about-img-p{
	text-align: left;
	position: relative;
}
.bgs{
	width: 60%;
}
.about-box .about-content{
	min-height: 100%;
	width: 650px;
	background: #fff;
	box-shadow: 1px 1px 5px #ccc;
	position: absolute;
	right: 0;
	top: 87px;
	padding: 60px 69px !important;
}
.about-box .subtitle{
	font-size: 24px;
	color: #eee;
	padding-left: 2px;
}
.about-box .pp{
    color: #333;
    font-size: 30px;
}
.about-box .pp::before{
	content: '';
	width: 30px;
	height: 2px;
	background: #333;
	position: absolute;
	bottom: -10px;
}
.about-box .bank-content{
	margin-top: 20px !important;
	font-size: 16px;
	color: #333;
	line-height: 32px;
	text-align: justify;
}
/* end内容 */
/*@media (max-width: 576px) {*/
@media (max-width: 1200px) {
	.about{
		padding: 0 0 20px !important;
	}
	.about-img-p{
    	text-align: left;
    	position: inherit;
    }
	.bgs{
		width: 100%;
	}
	.about-box .about-img-p .about-content{
		position: inherit !important;
		width: 100%;
	} 
	.about-box .about-content{
		padding: 20px !important;
		float: inherit !important;
	}
	.about-box .bank-content{
		line-height: 32px;
		
	}
}