/* CSS Document */

/*公共标题*/
.sec-tit {
	text-align: center;
	font-size: 24px;
	color: #2d2c2c;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
}
.sec-tit img {
	margin: 0 20px;
	vertical-align: middle;
}

.banner {
	height: 450px;
	background: url("../images/special/03/banner.png") no-repeat center;
}

/*项目介绍*/
.sec-01 {
	padding: 60px 0 0 0;
}
.sec-01 .content {
	padding: 36px 0;
}
.sec-01 p {
	font-size: 16px;
	color: #2d2c2c;
	line-height: 34px;
	padding: 0 0 20px 0;
}




