/*全局布局*/

body {
	font-family:"宋体";
	font-size:14px;
	background: #f3f0f0;
	margin: 0;
	padding: 0;
	color: #000;
}
.middle {
	width:1008px;
	overflow:hidden;
	background:#fff;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, li {
	padding: 0;
	margin: 0;
}
a {
	text-decoration:none;
}
a:visited, a:link {
	color: #000;
}
a:hover {
	color:red;
}
li {
	list-style-type:none;
	vertical-align:bottom;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
img{
	border:0;
}
/*通用样式*/
.power {
	font-weight:bold;
}
.bs {
	border:1px solid #e4e4e4;
}
.f_l {
	float:left;
}
.f_r {
	float:right;
}
.bbd{
	border-bottom:1px dashed #c8c8c8;
}
.center {
	margin:0 auto;
}
.small {
	font-size:12px;
}
.c_b{
	clear:both;
}
.ctag{
	border-bottom:1px solid #2064ad;
	height:21px;
}
.ctag1{
	background:url(image/ctag_bg.gif) no-repeat;
	width:146px;
	height:21px;
	line-height:21px;
	text-align:center;
	color:#fff;
}
/*头部*/
.h_logo1{
	background:url(image/logo1.gif);
	width:1008px;
	height:127px;
}
.h_logo2{
	margin-top:2px;
	background:url(image/logo2.gif);
	width:1008px;
	height:149px;
}
.h_leader {
	background:#005da2;
	width:1008px;
	height:39px;
}
.showtime{
	width:250px;
	padding-top:12px;
	color:#FFF;
	margin-left:10px;
}
.h_leader{
	margin-top:2px;
}
.h_leader ul {
	margin-left:170px;
	width:570px;
}
.h_leader ul li {
	line-height:27px;
}
.h_leader ul li a:link,a:visited{
	color:#FFF;}
.h_leader ul li a:hover {
	font-weight:bold;
}
.h_leader .L1 {
	padding-top:6px;
	width:90px;
	text-align:center;
}
.h_leader .L2{
	background:url(image/li_bg.gif) no-repeat;
	width:5px;
}
.h2_leader{
	height:213px;
	width:215px;
	background:url(image/h2_leader.gif) no-repeat;
	margin-left:4px;
	padding-top:19px;
	color:#fff;
}
.h2_leader p{
	margin-left:70px;
	height:55px;
}
.h2_leader a{
	color:#fff;
}
.h2_leader a:hover{
	color:#e0d9c6;
}
.h_logo {
	background:url(image/logo.gif) no-repeat;
	width:761px;
	height:232px;
	margin-left:4px;
}
/*尾部*/
.f_blank{
	background:#004ea1;
	height:3px;
	width:1008px;
}
.footer {
	height:60px;
	width:1008px;
	text-align:center;
	padding-top:15px;
	line-height:20px;
	background:url(image/foot.gif) repeat-x;
}
