@charset "utf-8";
@charset "gb2312";
/* 全局公共样式的设定 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd{margin:0;padding:0;border:0;}
body{background:#fff;color:#444;font:12px Arial,'宋体'; background:#f3f3f3;}
ul,li{list-style-type:none;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
input,button,textarea,select{font:100% Arial,'宋体';}
*{
 margin:0;
 padding:0;
 }
/* 默认全局样式超链接样式 */
a:link {color: #444; text-decoration:none;}/* 链接基本样式 */
a:visited {color: #444;text-decoration:none;}/* 链接点击过后的样式 */
a:hover {color: #222; text-decoration:underline;}/* 链接移上时的样式 */


/* 其它常用样式的定义 */
.left{ float: left;}
.right{ float: right;}
.clear{ clear: both;}
.noBorder{border:none;}

img{vertical-align:top;}


.bottom{ width:960px; background:url(../images/bottombg.gif) no-repeat; padding-top:27px; padding-bottom:30px;}
.footer{width:380px; margin:0 auto;}
.logo{ float:left; background:url(../images/bg.gif) no-repeat 0 -526px; width:94px; height:40px; margin-right:35px; }
.logo a{font-size:0; line-height:0; overflow:hidden; display:block; width:94px; height:40px; text-indent:-200em;} 
.footerright{ float:left; width:250px;}
.link,.copyright{line-height:18px;}

.mainNav{ background:url(../images/navbg.gif) 0 0 no-repeat; width:960px; height:35px;}
.mainNav a{ float:left; display:block; height:35px; overflow:hidden; line-height:0; font-size:0; text-indent:-200em;}
.mainNav a.menu1{ width:92px; background:url(../images/navbg.gif) -128px -53px no-repeat;}
.mainNav a.menu1:hover{ background:url(../images/navbg.gif) 0px -53px no-repeat;}
.mainNav a.current{ background:url(../images/navbg.gif) 0px -53px no-repeat;}
.mainNav a.menu2{ width:119px; background:url(../images/navbg.gif) 0px -106px no-repeat;}
.mainNav a.menu2:hover{ background:url(../images/navbg.gif) -128px -106px no-repeat;}
.mainNav a.menu3{ width:122px; background:url(../images/navbg.gif) 0px -161px no-repeat;}
.mainNav a.menu3:hover{ background:url(../images/navbg.gif) -128px -161px no-repeat;}
.mainNav a.menu4{ width:122px; background:url(../images/navbg.gif) 0px -219px no-repeat;}
.mainNav a.menu4:hover{ background:url(../images/navbg.gif) -128px -219px no-repeat;}
.mainNav a.menu5{ width:120px; background:url(../images/hd_menu.gif) no-repeat;}
.mainNav a.menu5:hover{ background:url(../images/hd_menu_hover.gif) no-repeat;}


/*20100903 by Jin*/
#foucs_pic{ position:relative; overflow:hidden;}
#foucs_pic .num {bottom:15px;position:absolute;right:20px;}
#foucs_pic .num  a{width:20px;height:20px;float:left; line-height:20px; text-align:center;margin-right:3px;background:#fff;color:#444;}
#foucs_pic .num  a:hover,#foucs_pic .num  a.cur{ background:#444;color:#fff;}
