@charset "utf-8";
.inner{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.main{
    height: auto;
	width: 100%;
	margin: 0 auto;
}
.main .tu{
	width: 100%;
	height: 500px;
	background:url(../images/71.jpg) no-repeat top center;
	margin: 0 auto;
}
/*焦点轮播图*/
.carousel{
	display: block;
	position: relative;
    height: 600px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
/*简介*/
.about{
	width: 100%;
	padding-bottom: 40px;
}
.about .inner .abouth3{
	font-size:30px;
	text-align: center;
	padding-top: 40px;
	line-height: 80px;
	border-bottom: 1px solid #ccc;
}
.about .inner p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 24px;
	padding-top: 15px;
}



