/* hcshxd 主样式表CSS */
body { 
margin:0px; 
padding:0px;
background:#FFF;
color:#333;
font-size:13px;
line-height:18px;
}
* ul{
margin:0px;
padding:0px;
}
* ul li{ list-style: none; }

a { color:#039; text-decoration:none; }
a:link { color:#063; text-decoration:none; }
a:visited { color:#666; text-decoration:none; }
a:hover { color:#03c; text-decoration:underline; }

img {border:0px; }

/* hcshxd 菜单栏CSS */
#box_top {
	margin:0px auto;
	background-color: #FC0;
	height: 160px;
	width: 968px;
}
#box_menu {
	margin:1px auto;
	background-color: #FC0;
	width: 968px;
}
#nav li{
	float: left;
}
#nav li a{
	color:#ffffff;
	text-decoration:none;
	padding-top:5px;
	display:block;
	width:120px;
	height:22px;
	text-align:center;
	background-color:#009124;
	margin-right:1px;
	font-size:14px;
	font-weight: bold;
}
#nav li a:hover { background-color:#bbbbbb; color:#009124;}

/* hcshxd 新闻栏CSS */
#box_xinwen{ margin:0px auto; background-color:#fff; width: 968px; }
.box_bt{ background-color:#ffcc33; font-weight:bold; height:20px; padding-top:3px; }
#box_xw_l{
	background-color: #fff;
	padding: 1px;
	float: left;
	height: 250px;
	width: 174px;
	margin-right: 10px;
	border: 1px solid #FC0;
}
#box_xwl_con{ padding:5px; width:164px; }
#box_xw_c{
	background-color: #fff;
	padding: 1px;
	float: left;
	height: 250px;
	width: 426px;
	margin-right: 10px;
	border: 1px solid #FC0;
}
#box_xwc_con{ padding:5px; width:416px; }
#box_xw_r{
	background-color: #fff;
	padding: 1px;
	float: left;
	height: 250px;
	width: 336px;
	border: 1px solid #FC0;
}
#box_xwr_con{ padding:5px; width:326px; }
#nav_xwr li{
	float: left;
}
#nav_xwr li a{
	color:#000000;
	display:block;
	width:76px;
	height:30px;
	margin-right:5px;
}

/* hcshxd 广告栏CSS */
#box_guanggao{ margin:5px auto; background-color:#fff; width: 968px; }
#nav_gg li{
	float: left;
}
#nav_gg li a{
	display:block;
	width:191px;
	height:65px;
	background-color:#ececec;
	margin-right:2px;
}
#nav_gg li a:hover { background-color:#bbbbbb; color:#ffffff;}

/* hcshxd 信息栏CSS */
#box_xinxi{ margin:5px auto; background-color:#fff; width: 968px; }
#box_xx_1{
	background-color: #fff;
	padding: 1px;
	float: left;
	height: 275px;
	width: 312px;
	margin-right: 10px;
	border: 1px solid #FC0;
}
#box_xx1_con{ padding:5px; width:302px; }
#box_xx_2{
	background-color: #fff;
	padding: 1px;
	float: left;
	height: 275px;
	width: 312px;
	border: 1px solid #FC0;
}
#box_xx2_con{ padding:5px; width:302px; }

/* hcshxd 服务栏CSS */
.box_bianmin{ margin:5px auto 0px auto; background-color:#ececec; width: 968px; }
.nav_bm li{
	float: left;
    color:#000000;
	display:block;
	width:232px;
	height:20px;
	margin-right:10px;	
}

/* hcshxd 详细信息栏CSS */
#box1{ margin:0px auto; background-color:#fff; width: 968px; }
#box1_l{ margin-right:20px; width: 600px; height:400px; float:left; }
#box1_r{ width: 348px; height: 400px; float:left; background-color:#ececec; }

