@charset "gb2312";
/* CSS Document */
*{ 
	margin:0;
	padding:0; 
	font-style: normal;
	font-family:"Microsoft Yahei";
}
body{ 
	margin:0 auto; 
	font-size:16px;
	word-wrap: break-word;
	color:#333333;
}
img { border:none;}
.clear{clear:both;}
.wrapper{
	margin:0 auto;
	width:1000px;
}
a {
	text-decoration:none;
	color:#333333;
}
.news .left{ 
	width:430px;
	float:left;
	margin-top:50px;
}
.gnews h2{
	display:block;
	position:relative;
	border-bottom:#ffa800 solid 1px;
	height:30px;
	font-size:16px;
	font-weight:500;
}
.gnews h2 img{
	position:absolute;
	top:4px;
	left:0;	
}
.gnews h2 a{
	font-size:12px;
	color:#999999;
	float:right;
	margin-right:5px;
	margin-top:3px;
}
.gnews h2 a:hover{
	color:#ffa800;
	text-decoration:underline;
} 
.gnews h2 span{
	margin-left:26px;
}
.gnews ul{
	margin-top:10px;
	margin-left:18px;
}
.gnews ul li a{
	font-size:14px;
	margin-left:-8px;
	line-height:29px;
}
.gnews ul li a:hover{
	color:#ffa800;
}
.gnews ul li{
	list-style-type:square;
	color:#ffa800;
}
.gnews img.left_img{
	margin-top:35px;
	display:block;	
}
.news .right{ 
	float: right;
	width:530px;
	margin-top:50px;
}
.frind{
	margin-top:40px;
}
.frind div.fimg{
	margin-top:20px;
}
.frind div.fimg a{
	width:250px;
	display:block;
	float:left;
	text-align:center;
	outline:none;
}
.frind div.fimg a.fa{
	text-align:left;
	width:246px;
}

.gdimg{	
	margin-top:40px;
}
.gdimg .gnews .lunbo ul{
	overflow:hidden;
	margin-left:0px;
}
.bx_wrap{
	position:relative;
	width:1100px;
}
.prev{
	position:absolute;
	top:55px;
	left:-3px;
	z-index:3;
	cursor:pointer;
	outline:none;
}
.next{
	position:absolute;
	z-index:3;
	top:55px;
	left:966px;
	cursor:pointer;
	outline:none;
}
/*footer start*/
#footer{
	margin-top:40px;
	height:123px;
	background-color:#EBF4FB;
	color:#0455a6;
	line-height:21px;
	text-align:center;
	font-size:13px;
}
#footer a{
	color:#0455a6;
}
#footer span{
	font-family:"Arial";
}
/*footer end*/