body {
 margin:0px auto;
}
.scroll {
 scrollbar-arrow-color:#ffffff; /*上下按钮上三角箭头的颜色*/
 scrollbar-base-color:#FAFAFA;   /*滚动条的基本颜色/*/
 scrollbar-darkshadow-color:#Fff; /*滚动条强阴影的颜色*/
 scrollbar-face-color:#999999;      /*滚动条凸出部分的颜色*/
 scrollbar-highlight-color:#Fff; /*滚动条空白部分的颜色*/
 scrollbar-shadow-color:#ffffff;  /*立体滚动条阴影的颜色*/
 scrollbar-track-color:#Fff;  /*滚动条的背景颜色*/
 scrollbar-3dlight-color:#Fff;  /*滚动条亮边的颜色*/

}

/*** font ****/
.fontgray {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 line-height:20px;
 color:#6C6C6C;
 text-decoration:none;
}
.fontred {
 font-family:"宋体";
 font-size:12px;
 color:#DF3015;
 text-decoration:none;
 line-height:20px;

}
.fontdeepgray {
 font-family:"宋体";
 font-size:12px;
 color:#282828;
 text-decoration:none;
 line-height:20px;
}
.fontblack {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#000000;
 text-decoration:none;
 line-height:20px;
}
.fontwhite {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#FFFFFF;
 text-decoration:none;
 line-height:20px;
}
.titlered {
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#D70000;
 font-weight:bold;
 line-height:21px;
}
.titleblack{
 font-family:"宋体";
 font-size:14px;
 color:#535353;
 font-weight:bold;
 line-height:21px;
}
.daohang {
 font-family:"宋体";
 font-size:12px;
 font-weight:bold;
 color:#D60000;
 background-image:url(images/daohangbg.jpg);
 width:107px;
 height:27px;
 line-height:27px;
 text-align:center;
 text-decoration:none;
 display:block;
}

/**** a ****/
a.nav {
 font-family:"宋体";
 font-size:12px;
 font-weight:bold;
 color:#FFFFFF;
 display:block;
 width:89px;
 line-height:30px;
 text-decoration:none;
 text-align:center;
}
a.nav:hover {
 background-image:url(images/nav.jpg);
 width:89px;
 height:30px;
 line-height:30px;
 color:#000000;
 display:block;
 text-align:center;
}

a.news {
 font-family:"宋体";
 font-size:12px;
 color:#252525;
 text-decoration:none;
 line-height:21px;
}
a.news:hover {
 color:#FF0000;
}
a.hqnav {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#000;
 text-decoration:none;
 display:block;
 line-height:20px;
 }
a.hqnav:hover {
 background-image:url(images/hqnavbg.jpg);
 width:60px;
 line-height:20px;
 height:20px;
 display:block;
 text-align:center;
}
a.fenlei {
 background-image:url(images/flbg.jpg);
 height:27px;
 line-height:27px;
 width:141px!important;width:168px;
 padding-left:27px;
 background-position:center bottom;
 background-repeat:no-repeat;
 display:block;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#616161;
 text-decoration:none;
 }
a.fenlei:hover {
 background-image:url(images/flbg1.jpg);
 background-position:center;
 width:141px!important;width:168px;
 padding-left:27px;
 display:block;
 line-height:27px;
 color:#C00B02;
}

/*** border ****/
.border-bottom-gray {
 border-bottom:1px #DCDCDC solid;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#595959;
 text-decoration:none;
}
