@charset "utf-8";
/* 通用样式 */

/** 清除内外边距 **/ 
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ th, td, /* table elements 表格元素 */ img/* img elements 图片元素 */ {
	margin: 0;
	padding: 0;
}
body {
	color:#666;
	font-family:'微软雅黑','宋体',Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/a_01.gif) repeat-x;
	background-color:#fff;
}
ul, li {
	list-style:none;
}
img {
	border:0px;
}

a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#d9382e;
	text-decoration:none;
}
.clear {
	clear:both;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}
.t_left {
	text-align:center;
}
.t_center {
	text-align:center;
}
.t_right {
	text-align:right;
}
h1 {
	font-size:14px;
	color:#000;
	line-height:31px;
	margin-left:10px;
}
.top10 {
	margin-top:10px;
}
/*************** Pagination ***************/

.pagination {
	text-align: right;
	margin-top:10px;
    padding: 4px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color:#999;
}
.pagination a {
	margin: 0 5px 0 0;
	padding: 3px 6px;
	color:#999;
}
.pagination a.number:hover {
	background: #0d97ef;
	border-color: #0d97ef !important;
	color: #fff !important;
}
.pagination a.number {
	border: 1px solid #ddd;
}
.pagination a.current {
	background: #0d97ef;
	border-color: #0d97ef !important;
	color: #fff !important;
}
.pagination a.current:hover {
	text-decoration: underline;
}
.warp {
	width:990px;
	margin:0 auto;
	overflow:hidden;
}
.box {
	background-color:#f6f6f6;
	border:#ccc solid 1px;
	-moz-box-shadow:0px 0px 4px #eee;
	-webkit-box-shadow:0px 0px 4px #eee;
	box-shadow:0px 0px 4px #eee;
}
.box .head {
	height:34px;
	border-bottom:1px solid #ccc;
	background:url(../images/Settings.png) 10px 8px no-repeat;
	padding-left:25px;
}
.box .head h1 {
	line-height:34px;
	height:34px;
	font-size:14px;
	font-weight:bold;
	color:#d60a11;
}
.box .tab{
	padding-left:8px;
}
.box .tab ul{
	height:29px;
	line-height:29px;
	margin-top:5px;
}
.box .tab ul li{
	float:left;
	width:111px;
	text-align:center;
}
.box .tab ul li a{
	color:#d60a11;
	display:block;
	font-size:14px;
	font-weight:bold;
}
.box .tab ul li a:hover,.box .tab ul .hover a{
	background:url(../images/a_41.gif) no-repeat;
	color:#fff;
}
.box .content {
	padding:10px;
	overflow:hidden;
}
.header {
	height:81px;
	overflow:hidden;
}
.header .logo {
	width:270px;
	margin-top:5px;
}
.header .top {
	margin-top:-60px;
}
.header .top .sethome {
	height:30px;
	width:60px;
	float:right;
}
.header .top .tel {
	float:right;
	width:60px;
}
/*主导航*/

.nav {
	float:right;
	width:700px;
	overflow:hidden;
	height:36px;
	margin-top:30px;
	line-height:36px;
}
.nav ul {
	height:36px;
	line-height:36px;
	margin-left:40px;
}
.nav ul li {
	float:left;
	width:80px;
	overflow:hidden;
	text-align:center;
}
.nav ul li a {
	color:#444;
	font-size:14px;
	font-weight:bold;
	display:block;
	line-height:36px;
}
.nav ul li a:hover {
	display:block;
	color:#d9382e;
}
.nav .a_nobg a:hover {
	background:none;
}
/*尾部*/
.footer {background:url(../images/a_45.gif) repeat-x; color:#000;  margin-top:10px;}
.footer a { color:#666; margin:0px 5px}
.footer a:hover { color:#c00;}

.subnav h2{padding-left:5px; height:25px; font-size:14px; color:#333;}
.subnav{float:left; padding:10px 0 5px 25px; width:150px;}
.subnav h2 span{float:left;}
.subnav ul li{ background:url(../images/index_cjwtmdian.gif) scroll 10px 11px no-repeat; padding-left:20px; height:22px; line-height:22px;}
.subnav ul li a{color:#757575;}
.subnav ul li a:hover{color:#393939;}

 
   .footer_m{width:980px; margin:0 auto; border-top:1px solid #e1e1e1;}
.footer_ml{padding:25px 0 25px 20px; color:#393939;}
.footer_ml span{font-size:12px;}
.footer_ml select{font-size:12px;}

.copyright{
	padding:10px 0px 10px 10px;
	margin-top:20px;
	border-top:1px solid #dfdfdf;
	line-height:30px;
	color:#666;
}
.copyright .cp1{
	float:left;
}

.copyright .cp2{
	float:right;
}