@charset "utf-8";
/* CSS Document */


/* 全局公共样式的设定 */
body{font:"宋体" Tahoma,Verdana,Arial; color:#333; font-size:12px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,button,textarea,select,p{margin:0;padding:0;}

/*div{overflow:hidden;}*/

img{ border:0; vertical-align:top;}/*border:none;font-size:0*/
ul,li,dl{list-style-type:none;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
input,button,textarea,select{font:100% Arial,'宋体';}

/* 默认全局样式超链接样式 */
a:link{color:#333; text-decoration:none;}/* 链接基本样式 */
a:visited {color:#333;text-decoration:none;}/* 链接点击过后的样式 */
a:hover {color:#b00;text-decoration:underline;}/* 链接移上时的样式 */
a:active {color:#b00;text-decoration:underline;}/* 链接点击时的样式 */


/* 其它常用样式的定义 */
.clear{clear:both; height:0; line-height:0;} 
 

#wrap{ width:1010px; margin:0 auto; background:#fff; padding-bottom:30px;}


/*------------------页面底部内容版块开始-------------------------*/   
#bottom{ background:url(../images/bottom_304.jpg) repeat-x; width:1000px; margin:15px auto 0; height:109px;}
 .bottom_left{ width:3px; height:109px; float:left;}
 .bottom_right{ width:3px; height:109px; float:left;}
 .bottom_list{ text-align:center; width:994px; padding:20px 0 0 0; float:left;} 
  .bottom_list ul li{ line-height:24px; height:24px;}
 

.logo,.zhuanti{ width:1000px; margin:0 auto;}

#main{ width:1010px; background:#fff;}