﻿@charset "utf-8";
/*全局布局*/
body {
	font-family:"黑体";
	font-size:14px;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, a, li {
	padding: 0;
	margin: 0;
}
a{
	text-decoration:none;
}
a:visited, a:link {
	color: #000;
}
a:hover {
	color:#0074bc;
}
li {
	list-style-type:none;
	vertical-align:bottom;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
img {
	border:none;
}
.blank{
	height:8px;
}
.all{
	width:1002px;
	background:#fff;
}
.container {
	width:1002px;
	background:#fff;
	overflow:hidden;
}
/*通用样式*/
.bs {
	border:1px solid #cccbcc;
}
.bbd{
	border-bottom:1px dashed #cccccc;
}
.f_l {
	float:left;
}
.f_r {
	float:right;
}
.center {
	margin:0 auto;
}
.power {
	font-weight:bold;
}
.small {
	font-size:12px;
	font-weight:100;
}
.c_b {
	clear:both;
}
.c_tag{
	background:url(image/tag_bg.gif) repeat-x;
	padding-left:20px;
	height:37px;
}
.c_tag1{
	background:url(image/tag1_bg.gif) repeat-x;
	padding:0px 15px;
	height:31px;
	margin-top:6px;
	line-height:31px;
	font-size:15px;
}
/*头部*/
.h_logo{
	background:url(image/logo.gif) no-repeat;
	width:1002px;
	height:166px;
}
.showtime{
	width:210px;
	padding-left:6px;
	margin-left:110px;
	line-height:40px;
}
.h_leader {
	width:1002px;
	margin-top:3px;
	background:url(image/headleader_bg.gif) repeat-x;
	height:40px;
}
.h_leader ul{
	width:650px;
	margin-left:20px;
}
.h_leader ul li {
	line-height:40px;
	text-align:center;
	font-family:"宋体";
	width:90px;
}
.h_leader ul li a{
	color:#fff;
	display:block;
	height:40px;
	width:90px;
}
.h_leader ul li a:hover{
	background:#f1f1f1;
	color:#000;
}
.h_leader ul .a1 a{
	background:#f1f1f1;
	color:#000;
}
/*尾部*/
.f_blank{
	height:10px;
}
.f_leader{
	background:url(image/footleader_bg.gif) repeat-x;
	height:40px;
	line-height:40px;
}
.f_leader ul{
	width:345px;
}
.f_leader ul li{
	text-align:center;
}
.f_leader ul .L1{
	width:80px;
}
.f_leader ul .L2{
	width:7px;
}
.footer {
	width:1002px;
	background:url(image/foot_bg.gif) repeat-x;
	height:44px;
	line-height:44px;
	margin-top:3px;
}
