﻿/* 全局公共样式的设定 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd{margin:0;padding:0px;border:0;}
body{color:#444;font:14px Arial,'微软雅黑';}
li{list-style-type:none;}
h1,h2,h3,h4,h5,h6 {font-size:14px; font-weight:normal; margin:0px; padding:0px;}
input,button,textarea,select{font:100% Arial,'微软雅黑';}

/* 默认全局样式超链接样式*/
a:link{color:#444; text-decoration:none;}/* 链接基本样式 */
a:visited {color:#444; text-decoration:none;}/* 链接点击过后的样式 */
a:hover{color:#e61101;text-decoration:none;}/* 链接移上时的样式 */
a:active{color:#e61101;text-decoration:none;}/* 链接点击时的样式 */

/* 其它常用样式的定义 */
.fl{ float: left;}
.fr{ float: right;}
.clear{ clear: both;}
.noBorder{border:none;	}

img,li{ vertical-align:top;}/* 解决图片和LI的高度空隙问题 */


.last{ border:none; margin-right:0 !important}
ul{ overflow:hidden;zoom:1; width:100%;}

.hd{width:100%;}
.bd{width:100%;}

.top,.top_01,.nav,.headline,.foot{ width:1200px; margin:0 auto;}

/*--头部样式---*/
.top{  background: url(../img/top.jpg) no-repeat; height:240px;}
.top_01{  background: url(../img/logo.png) no-repeat;height:240px;}
.top_01 .bd{ width:400px; margin-top:55px; color:#fff; line-height:33px;height:140px; font-size:15px;}
.top_01 .bd li a{ color:#fff;}

.nav{ background: url(../img/nav.png); height:50px; color: #46627b; font-size: 16px;}
.nav li{ float:left; width: 190px; background: url(../img/nav_2.png) right -10px no-repeat; height: 40px; line-height: 40px; margin-top:4px; text-align:center;}
.nav li a{ display:block; width:100%; height:50px;line-height:50px;}
.nav li a.current,.nav li a:hover{ background:url(../img/nav_bg.png) no-repeat center; color:#fff;}
.nav li.last{ background:none;}

.newlist li{ line-height:30px; overflow:hidden;zoom:1; background:url(../img/textlist.gif) no-repeat left;}
.newlist li a{ width:80%; float:left; color:#444; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-indent:8px;}
.newlist li span{ width:85px; text-align:center; color:#626262; float:right; }

.foot{ background:url(../img/foot.jpg) repeat-x; margin-top: 18px;}
.foot_a{ width: 50%;margin: 0px auto; padding: 15px 25%;}
.foot_left{width: 35%;    float: left; color: rgb(255, 255, 255);}
.foot_left h1{font-size: 18px;line-height: 40px;}
.foot_left img{width: 85px;float: left; margin-right: 8px;}
.foot_left span{line-height: 40px;}
.foot_left p{font-size: 14px;}
.foot_right{ border-left:2px solid #fff; float:right; padding-left:14px; color:#fff;}
.foot_right p{margin-left: 15px;margin: 0px;line-height: 3em;}
















