﻿/* 全局公共样式的设定 */
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:16px 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;	}
.noright{ margin-right:0px !important;}
.norig_link{ border-right:none !important;}

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%;}
body{ background: url(../images/body-bg.jpg) no-repeat center top; background-color:#fff;}

/*--列表样式---*/
ul.newlist li{ overflow:hidden;zoom:1; line-height:35px; background:url(../images/arrow1.png) no-repeat left;}
ul.newlist li a{ float:left; display:block; width:80%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-indent:14px;}
ul.newlist li span{ display:block; width:75px; color:#9a9a9b; float:right; font-size:13px; text-align:center;}

/*---页脚样式---*/
.foot{margin: 0px auto;background: #ffffff;padding-bottom: 20px;margin-top: 22px;}
.friendlink,.copyright{ width:1200px; margin:0 auto;}
.friendlink{ height:40px; border-bottom:1px solid #e6e6e6;}
.yjlink{ height:40px;margin:10px auto;}
.yjlink ul{ overflow:inherit;}
.yjlink li{ width:200px;background:url(../images/arrow10.jpg) no-repeat 170px 16px; float:left; line-height:40px; text-indent:42px; font-size:13px; position:relative;}
.yjlink li a{ color:#444;}
.yjlink li.last{ background:url(../images/arrow10.jpg) no-repeat 170px 16px !important;}

.yjlink li ul {display:none;height:240px; overflow-y:auto;}
.yjlink li:hover a { display:block;width:100%; }
.yjlink li:hover ul {display:block; position:absolute; width:100%; bottom:30px; left:0px; background:#f5f5f5; z-index:9999; border:1px solid #f1f1f1; }
.yjlink li:hover ul li { width:190px !important;padding:0px 5px;line-height:38px !important; background:none !important; border:none !important;text-indent:30px;}
.yjlink li:hover ul li a { display:block; width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.yjlink li:hover ul li:hover a {background:#dcdcdc; color:#444;}



.yjlink li ul.last{ border:1px solid #e5e5e5 !important; }
.copytu{ max-width:110px; text-align:right; margin:30px 100px 0px 100px;}
.copywen{ width:580px;  font-size:12px; line-height:24px; margin-top:10px; text-align:center;}
.coylink{ line-height:24px; }
.coylink a{ margin:0 10px;}
.yejwen{ width:100%; text-align:center;}
.yejwen img{ margin-right:5px; vertical-align:middle;}