@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: "宋体", "微软雅黑", Tahoma, Arial;
	background: #666666;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
}
ul,li {
	margin: 0;
	padding: 0;
	list-style: none; 
}
.wall {
	width: 1000px;
	margin: 0 auto;
}
/*--header--*/
#header {
	height: 70px;
	color: #333333;
	overflow: hidden;
	background: url(../pic/header_bg.gif) repeat-x;
}
#header_left {
	float: left;
	width: 350px;
	height: 70px;
	margin: 0;
	padding: 0;
}
#header_left h1,#header_left h2 {
	float: left;
}
.hlx_logo {
	float: left;
	width: 156px;
	height: 70px;
	margin: 0 0 0 20px;
	padding: 0;
	text-indent: -9999px;
	background: url(../pic/hlx_logo.gif) no-repeat;
}
.fc_logo {
	float: left;
	width: 170px;
	height: 70px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../pic/fc_logo.gif) no-repeat;
}
#header_right {
	float: left;
	width: 520px;
	line-height: 20px;
	margin: 14px 10px 0 80px;
	padding: 0;
}
#header_right ul {
	width: 516px;
}
#header_right ul li {
	color: #999999;
	display: inline;
}
#header_right ul li a {
	color: #333333;
	text-decoration: none;
}
#header_right ul li a:hover {
	text-decoration: underline;
}
/*--大幅banner--*/
#big_banner {
	height: 270px;
}
/*#banner_01{
	height: 67px;
	background: url(../pic/banner_01.jpg) no-repeat;	
}
#banner_02{
	height: 103px;
	background: url(../pic/banner_02.jpg) no-repeat;	
}
#banner_03{
	height: 106px;
	background: url(../pic/banner_03.jpg) no-repeat;	
}
#banner_04{
	height: 69px;
	background: url(../pic/banner_04.jpg) no-repeat;	
}*/

/*--Content 部分--*/
#main_content {
	background: #000000;
}
/*--左侧--*/
#content_left {
	float: left;
	width: 385px;
	height: 630px;
	margin: 0 15px 0 20px;
	_margin: 0 20px 0 10px;	
	border-right:1px solid #505050;
}
/*--图文轮换--*/
#content_left_ad {
	width: 360px;
	height: 270px;	
	background: #999999;
	
}
.pwSlide {
	position:relative;
	height:270px;
	overflow:hidden;
}
.pwSlide img {
	display:block;
	height:270px;
	width:360px;
	border: none;
}

.cc {
	display:block;
}

.pwSlide-bg {
	position:absolute;
	background: #000000;
	bottom:0;
	height:35px;
	left:0;
	filter:alpha(opacity=50);
	opacity:0.5;
	overflow:hidden;
	right:0;
	width:360px;
	z-index:1;
}
.pwSlide h1 {
	position:absolute;
	bottom:-10px;
	*bottom:-2px;
	color:#FFFFFF;
	cursor:pointer;
	font-size:14px;
	font-weight:normal;
	left:8px;
	line-height:35px;
	text-align:left;
	width:355px;
	z-index:2;
}
.pwSlide a {
	text-decoration:none;
}
.pwSlide a:hover {
	text-decoration:none;
}
.pwSlide ul {
	position:absolute;
	bottom: 8px;
	right:8px;
	z-index:3;
}
.pwSlide ul li {
	float:left;
	background: #000000;
	width: 20px;
	height:15px;
	line-height:15px;
	margin-left:2px;
	text-align:center;
}
.pwSlide ul li a {
	display:block;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:10px;
	height:15px;
	width:20px;
}
.pwSlide ul li a:hover, .pwSlide ul li a.sel {
	background:#FFFFFF;
	color:#000000;
}
#content_left_text {
	width: 362px;
	background: #000000;
}
#content_left_title {
	height: 42px;
	line-height:42px;
	font-size: 22px;
	font-family:"微软雅黑";
	color: #FFFFFF;
	text-indent: 10px;
	background: url(../pic/left_title.jpg) no-repeat;
	display:block;
	margin-top:20px;
}

#content_left_t {
	width: 350px;
	margin: 0 auto;
	color: #999999;
	overflow: hidden;
}
#content_left_t p {
	text-indent:2em;
	margin: 0;
	padding: 0 2px 0 8px;
	line-height: 22px;
}

/*--右侧--*/
#contnent_right {
	float: left;
	width: 560px;
	height: 630px;
	margin:0;
	padding:0;	
}
#content_right_title {
	height: 42px;
	line-height:42px;
	font-size: 20px;
	font-family:"黑体";
	color: #FFFFFF;
	text-indent: 10px;
	background: url(../pic/right_title.jpg) no-repeat;
}
#content_right_text {
	width: 560px;
	height: 586px;
	overflow-y:scroll;
	margin:5px 0 0 0 ;
	color:#999999;
	line-height: 26px;
}
#content_right_text p {
	text-indent: 2em;
	margin: 0;
	padding: 0 10px;
}
#content_right_text p.bold {
	font-weight: bold;
}

/*--图片栏目--*/
.pic_column {
	width: 960px;
	margin: 20px 20px;
	background: #000000;
	display:block;
}
.pic_column_title {
	
	height: 42px;
	line-height:42px;
	font-size: 22px;
	font-family:"微软雅黑";
	color: #FFFFFF;
	text-indent: 10px;
	background: url(../pic/pic_column_title.jpg) no-repeat;
}

.pic_column_img {
	width: 900px;
	margin: 0 auto;
	padding: 0;

}
.pic_column_img ul li{
	float: left;
	width: 200px;
	height: 182px;
	margin: 0 11px 25px 11px;
	padding: 0;
	overflow: hidden;
}
.pic_column_img ul li a {
	border: 0;
}
.pic_column_img ul li img {
	width: 200px;
	height: 150px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}
.pic_detail {
	display: inline-block;
	width: 200px;
	height: 32px;
	line-height: 32px;
	margin: 0;
	*margin: -4px 0 0 0;
	padding: 0;
	color: #CCCCCC;
	text-align: center;
	background:#67513F;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {.pic_detail{display: block; }} 
.pic_detail a {
	color: #CCCCCC;
	text-decoration: none;
}
.pic_detail a:hover {
	text-decoration: underline;
}
/*footer*/
#footer {
	clear:both;
	width:960px;
	height:90px;
	line-height:1.8em;
	margin:0 auto;
	padding:0;
	color:#666666;
	font-size:12px;
	text-align:center;
	border-top: 1px solid #cccccc;
}
#footer a {
	color:#616161;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer p {
	margin:0;
	padding:15px 0 0;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.box15{
	clear: both;
	height: 15px;
}
.box10{
	clear: both;
	height: 10px;
}
/*--文字样式--*/
