*{padding:0px;margin:0px;}

/*幻灯片*/
.hdp_bofang {
	width: 960px;
	clear: both;
	height: 300px;
	margin-bottom:10px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width:960px;
	position:relative;
	z-index:0;
    top: 0px;
}
#example {
	width:960px;
	height:300px;
	position:relative;
}
#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index: 100;
}
.slides_container {
	width:960px;
	height:300px;
	overflow:hidden;
	position:relative;
	z-index: 105;
}

.content
{
    border:1px solid #E1E1E1;border-top:none;padding:15px 0;background:url(images/ul_bg.png) left top repeat-x;width:958px;overflow:auto;clear:both;
    margin-right: auto;
	margin-left: auto;
 }
.content li{width:318px;background:url(images/li_bg.png) no-repeat right center;text-align:center;float:left;}
.content li:nth-child(3){background:none;}
.content li .conText{display:block;border:1px solid #ADB5B9;width:203px;height:50px;border-radius:7px;margin:20px auto;
background:linear-gradient(to bottom,#FEFEFE,#D9DFE4);
background:-webkit-linear-gradient(top,#FEFEFE,#D9DFE4);
background:-moz-linear-gradient(top,#FEFEFE,#D9DFE4);text-align:center;font-size:24px;line-height:50px;color:#ABACAD;font-weight:bold;
}
.content li a:hover{text-decoration: none;}