@charset "utf-8";

#slider {
	width: 960px;
	height: 230px;
	overflow: hidden;
	position: relative;
}

#slider img {
	width: 960px;
	height: 230px;
}

#content{
	width:960px;
	background:#fff;
	height:250px;
	margin-top:30px;
}

#news {
	float:left;
	width:260px;
	background:url(../../images/web/shadow-right.png) no-repeat right top;
	height:250px;
	padding:0 30px;
}

#news h2{
	font:14px "微软雅黑";
	font-weight:bold;
	border-top: #e60000 6px solid;
	width:90px;
	padding-top:6px;
	margin-bottom:10px;
}

#news h2 img{
	vertical-align:middle;
	margin-left:10px;
}

#news li{
	line-height:2.5em;
}

#service {
	float:left;
	width:280px;
	height:250px;
	padding:0 20px;
	overflow:hidden;
}

#service h2{
	font:14px "微软雅黑";
	font-weight:bold;
	padding-top:12px;
	margin-bottom:10px;
}

#service h2 a{
	color:#e60000;
}

#service h2 img{
	vertical-align:middle;
	margin-left:10px;
}

#service p img{
	width:280px;
	margin-bottom:10px;
}

#activity {
	float:left;
	width:260px;
	background:url(../../images/web/shadow-left.png) no-repeat left top;
	height:250px;
	padding:0 30px;
}

#activity h2{
	font:14px "微软雅黑";
	font-weight:bold;
	border-top: #e60000 6px solid;
	width:90px;
	padding-top:6px;
	margin-bottom:10px;
}

#activity h2 img{
	vertical-align:middle;
	margin-left:10px;
}

#activity li{
	line-height:2.5em;
	margin-bottom:5px;
	text-align:center;
}

#activity li img{
	width:260px;
}