@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;}

