﻿/* 全局公共样式的设定 */
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%;}

body{ background:center 0 no-repeat; min-width: 1200px;background-attachment: fixed;
    background-size: cover;background-color: #ebf4fa; }
.topheader,.toplink{ width:100%; margin:0 auto;}
.dblj,.logo,.menulist{width:1200px; margin:0 auto;}
/*------头部样式开始-------*/

/*--列表样式---*/
ul.newlist li{ overflow:hidden;zoom:1; line-height:32px; background:url(/uploads/image/tdsblimages/arrow1.jpg) 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;}

/*---导航下拉菜单---*/
li.hdjiaoliu ul {display: none;}

li.hdjiaoliu:hover ul {display:block; position:absolute; width:90% !important; padding:0 5% 10% 5%; top:50px; left:0; background:#eef6fc; z-index:999;}
li.hdjiaoliu:hover ul li{ width:100% !important; position:relative;}
li.hdjiaoliu:hover ul li a{border-right:none  !important; background:none !important; line-height:45px !important; height:45px !important; font-weight:normal !important; font-size:16px !important;
 color:#1e7ac3; border-bottom:1px solid #a1c4e1; color:#444;}

.li.hdjiaoliu:hover ul li a:hover{ color:#1e7ac3; font-weight:bold !important;}






