﻿/* CSS reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;

}
body {
	font: 12px/1.5 "微软雅黑";
	color: #444444;
	background:#ffffff;
}
ol, ul {
	list-style: none;
}

a{outline: none; text-decoration:none;}

a:link {
	color: #444444;
	text-decoration: none;
}
a:hover {
	color: #ba0d17;
}
a:visited {
	color: #330033;
}
.clear{ clear:both;}
a{blr:expression(this.onFocus=this.blur());}
a:focus{outline:none;}


/*头部开始*/
.header{ width:980px; margin: 0 auto;}
.header .logo{ float:left;}
.log_nav{ z-index:9999; position:absolute;}
.header .nav{ width:670px; height:28px; float:left; margin-top:33px; margin-left:193px;}
.header .menu li{ float:left; margin-left:5px;}
.header .menu li a{font-size:12px; color:#333333; height:27px; background:url(../images/background/hhr_03.gif) center right no-repeat; line-height:27px; padding:0px 10px; display:block; float:left; text-decoration:none; color:#333333;}
.menu li a.yanzheng{ background:none;}
.menu li a:hover,.menu li.moren a{background:#7d01a9; color:#FFFFFF;}
.header .zhong{ margin-left:24px; height:30px;}
.header .zhong a{background:url(../images/ico/sanjiao.gif) center left no-repeat; text-decoration:none; margin-left:14px; padding-left:10px; font-size:10px; /*color:#d5d5d5 ;*/line-height:30px}


/*尾部*/
.copyRight{ width:100%;height:38px; background:url(../images/background/hh_21.gif); float:left;}
.bubu{ width:980px; margin: 0 auto; height:38px;}
.bubu p{ font-size:10px;  color:#b6b6b6; line-height:38px; float:left}
.copyRight .bubu p a{ color:#b6b6b6; text-decoration:none;}
.bubu span{ float:left;font-size:10px; color:#b6b6b6;  line-height:38px; margin-left:400px}
.bubu a{ color:#b6b6b6;}