@charset "utf-8";
/* CSS Document */
.banner {
	margin-top: 90px;
	height: 260px;
	background: url(../img/itembanner.jpg) center no-repeat;
}
.banner p {
	width: 800px;
	height: 210px;
	margin: 0 auto;
	background: url(../img/itembanner1.png) left 50px no-repeat;
}
.about {
	overflow: hidden;
	padding-top: 30px;;
}
.about .jianjie p {
	font-size: 15px;
	line-height: 2;
	text-indent: 2em;
	text-align: justify;
}
.about .chengnuo {
	text-align: center;
	padding: 20px 0 40px 0;
}
.about .chengnuo h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.about table {
	width: 1200px;
	line-height: 2.5;
	margin: 0 auto;
	border-collapse: collapse;
}
.about table td {
	text-align: center;
	font-size: 16px;
	width: 10%;
	border: 2px solid #999;
}
.about table td:nth-child(2n) {
	width: 90%;
}
.about .address {
	margin-bottom: 20px;
}
.about .address p {
	font-size: 18px;
	margin-bottom: 20px;
}
.about .address p span {
	margin-left: 40px;
}