/*关于佩华*/
.banner{
	margin-top: 99px;
	border-bottom: 6px solid #255c59;
	font-size: 0;
}
.introduce{
	margin: 0 20px;
}
.introduce .title{
	text-align: center;
	font-size: 48px;
	color: #20584f;
	font-weight: lighter;
	margin-top: 65px;
}
.introduce ul{
	overflow: hidden;
	margin: auto;
	width: 100%;
	margin: 80px 0 55px;
}
.introduce ul li{
	text-align: center;
	float: left;
	width: 33.33%;
}
.introduce ul li p{
	font-size: 24px;
	color: #222;
	margin-top: 25px;
}
.introduce p{
	color: #222;
	line-height: 40px;
	margin-bottom: 25px;
	font-size: 22px;
}
.history{
	background: url(../images/bg_his.png) no-repeat center 96px;
	padding-top: 70px;
}
.history .title{
	text-align: center;
	font-size: 48px;
	color: #20584f;
	font-weight: lighter;
}
.history .con{
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #222;
	margin: 60px 0;
}

/*组织机构*/
.framework{
	padding: 70px 20px 0;
}
.framework .title{
	font-size: 48px;
	text-align: center;
	color: #20584f;
	margin-bottom: 40px;
}
.framework .con{
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 50px 15px; 
	margin-bottom: 80px;
}
.framework .con img{
	max-width: 100%!important;
 }