@charset "utf-8";
/*全局样式*/

a {color:#2b2b2b;text-decoration:none;}
a:hover {color:#ba2636;text-decoration:underline;}


/*页面主体盒子*/
.mainBox{ width:1000px; margin:0 auto; clear:both;}
.mainBox #banner{ display:block}  /*解决IE6下面图片底部有1像素空白*/
.mainBox960{ width:960px; margin:0 auto; clear:both;}
.mainBox980{ width:980px; margin:0 auto; clear:both;}



/*主导航*/
.mainNav{height:43px; line-height:43px; text-align:left;  background-color:#D90301; color:#fff  !important;background:url(/images/common.files/daohang.gif) no-repeat; text-align:center;}
.mainNav a{color:#FFF  !important; font-size:13px; font-weight:bold;}
.mainNav_list{ margin-left:30px;}
.mainNav_list li{float:left; width:95px;}
.mainNav_list li:hover{background:url(/images/common.files/hover.gif) no-repeat;}
.mainNav_list li:hover a{color:#FF0  !important; text-decoration:none;}


/*版权*/
.footNav{ height:129px; line-height:28px; text-align:center; padding:0 10px; background-color:#D90301; color:#fff; background:url(/images/common.files/bottom.gif);}
.copyRight{ height:94px;  line-height:25px; padding-top:35px; text-align:center; color:#0b5e95}

