body{
	width:100%;
	height: 100%;
	background: url("../img/background.png") no-repeat top;
	margin-top:84px;
	background-color:#ECECEC;

}

.bannerIn{
	background: url("../img/pic_banner.png") no-repeat top;
	height:480px;
}
.content{
	width:1000px;
	height: 100%;
	margin:-150px auto 0;
	

}
.content .con{
	overflow:hidden;
	width:1000px;
	height: 100%;
	margin:0 auto;
}
.content .list{
	width:480px;
	background-color:#fff;
	border-radius:2px;
	border: 1px solid #E0E0E0;
	float:left;
	margin: 0 10px 19px 0 ;

	
}
.content .list:nth-child(2){
	margin-right:0;
	float:right;
}
.content .list:nth-child(3){
	margin-bottom:55px;
}
.content h2{
	font-size:20px;
	color:#000;
	line-height:60px;
	padding-left:50px;
	background:url("../img/title_clover.png") no-repeat 24px center;
}
.content a{
	display:block;
	color:#333;
	font-size:14px;
	line-height:50px;
	padding-left:50px;

}
.content  a:hover{
	background-color:#D7F5F5;
}
.foot .t1 img{
	display: none;
}
.nav_h5{
	display: none;
}
