@charset "UTF-8";
/* 
	Background-Styles 
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: 微软雅黑;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	background: #ffffff;
}
h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, input, form, p, img, td {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
ui, li {
	list-style-type: none;
}
img, input {
	border: 0;
}
input, select, textarea {
	margin: 0;
	padding: 0;
}
input {
	height: 18px;
	line-height: 18px;
}
input, textarea {
	background-color: #fff;
	behavior: url("images/style.htc");
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.btn_feedback {
	background: url("btn_back.gif") repeat left bottom;
	height: 23px;
	width: 65px;
	border: none;
	cursor: pointer;
	behavior: url("images/btn.htc");
}
/*------------------文字连接样式-----------------*/
a {
	cursor: pointer;
hide-focus:expression(this.hideFocus=true);
	outline: none;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;
}
/*------------------头部样式-----------------*/
#header {
	width: 960px;
	margin: 0 auto;
	height: 94px;
}
.logo h1 {
	height: 68px;
	width: 140px;
	margin: 0;
	padding: 0;
	float: left
}
.logo h1 a {
	margin: 0px;
	display: block;
	text-indent: -9999px;
	background: url(logo.jpg) no-repeat;
	width: 267px;
	height: 68px;
}
.logo {
	float: left;
	padding: 11px 0px 15px 0px;
	width: 140px;
}
.bz {
	float: left;
	padding: 15px 0px 0px 10px;
	background: url(db.jpg) bottom right no-repeat;
	width: 60px;
	height: 60px;
}
.head_right {
	float: right;
	width: 200px;
	height: 60px;
	padding-top: 24px;
}
.lang {
	float: left;
	width: 200px;
	height: 20px;
	line-height: 20px;
	text-align: right
}
.lang a {
	color: #888888;
	text-decoration: none;
}
.lang a:hover {
	color: #ff9900;
	text-decoration: underline;
}
.lang img {
	padding-right: 5px;
}
.search {
	float: left;
	width: 180px;
	height: 22px;
	padding-top: 10px;
	margin: 0;
	padding-left: 20px;
}
.input {
	width: 138px;
	float: left;
	height: 20px;
	padding-left: 6px;
	color: #999999;
	line-height: 20px;
	text-align: left;
	border-top: 1px #353535 solid;
	border-left: 1px #353535 solid;
	border-bottom: 1px #b2b2b2 solid;
	border-right: 1px #b2b2b2 solid;
	background-color: #FFFFFF;
}
.an {
	width: 34px;
	height: 22px;
	float: left;
	border: 0px;
	cursor: hand;
	background: url(search.jpg) right no-repeat;
	display: block;
	padding-left: 5px;
}
/* 横向导航 */
#divnav {
	margin: 0 auto;
	width: 100%;
	height: 45px;
	background: url(dh-bg.jpg) top left repeat-x;
}
#nav {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	height: 45px;
	position: relative;
	z-index: 5;
	width: 960px;
}
#nav li.top {
	display: block;
	float: left;
	height: 45px;
	width: 137px;
}
#nav li a.top_link {
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: url("dhbe.gif") no-repeat top;
	font-weight: bold;
	text-align: center;
	width: 137px;
}
#nav li a.top_link span {
	float: left;
	display: block;
	padding: 0;
	height: 45px;
	background: url("dhbe.gif") no-repeat top;
	font-weight: bold;
	text-align: center;
	width: 137px;
}
#nav li a.top_link span.down {
	float: left;
	display: block;
	padding: 0;
	height: 45px;
	background: url("dhbe.gif") no-repeat top;
	font-weight: bold;
	text-align: center;
	width: 137px;
}
#nav li a.top_link span.down1 {
	float: left;
	display: block;
	padding: 0;
	height: 45px;
	background: url("dhbe2.gif") no-repeat top;
	font-weight: bold;
	text-align: center;
	width: 137px;
}
#nav li:hover a.top_link {
	color: #555;
	background: url("dhbe.gif") no-repeat top;
	text-align: center;
	width: 137px;
}
#nav li:hover a.top_link span {
	background: url("dhbe.gif") no-repeat top;
	text-align: center;
	width: 137px;
}
#nav li:hover a.top_link span.down {
	color: #22599A;
	background: url("dhbe1.gif") no-repeat top;
	text-align: center;
	width: 137px;
}
#nav li:hover a.top_link span.down1 {
	color: #22599A;
	background: url("dhbe3.gif") no-repeat top;
	text-align: center;
	width: 137px;
}
/* Default list styling */

#nav li:hover {
	position: relative;
	z-index: 200;
}
#nav li:hover ul.sub {
	left: -411px;
	top: 45px;
	white-space: nowrap;
	width: 880px;
	height: auto;
	z-index: 300;
	background: #ffffff;
	filter: alpha(opacity=96);
	padding: 20px 40px;
	color: #666666;
	border-left: 3px #f2c11f solid;
	border-right: 3px #f2c11f solid;
	border-bottom: 3px #f2c11f solid;
}
#nav li:hover ul.sub a {
	color: #666666;
	text-decoration: none
}
#nav li:hover ul.sub a:hover {
	color: #ff9900;
	text-decoration: underline;
}
#nav li:hover ul.sub li {
	line-height: 28px;
	position: relative;
	float: left;
	width: 200px;
	padding: 0px 8px
}
#nav ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
/*---------------导航下拉菜单样式结束---------------*/


/*------------------底部部样式-----------------*/ 
#downer {
	width: 960px;
	margin: 0 auto;
	height: 60px;
	padding-top: 16px;
	line-height: 24px;
	clear: both;
	color: #888888
}
#downer a {
	color: #888888;
	text-decoration: none
}
#downer a:hover {
	color: #333333;
	text-decoration: none;
}
#bottom {
	width: 960px;
	margin: 0 auto;
	height: 60px;
	padding-top: 16px;
	line-height: 24px;
	clear: both;
	color: #888888;
	border-top: 2px #e9e9e9 solid;
}
#bottom a {
	color: #888888;
	text-decoration: none
}
#bottom a:hover {
	color: #333333;
	text-decoration: none;
}
/*--产品分页--*/
.tbl_page {
	padding-top: 3px;
	margin: 0;
	border: 0px solid #dddddd;
	width: 94%;
	background-color: #f1f1f1;
}
.tbl_page span {
	color: #ff0000;
	margin: 0 2px 0 2px;
}
.tbl_page a {
	behavior: url("images/href.htc");
	line-height: 24px;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	width: 50px;
	border: 1px solid #ccc;
	margin: 0 6px -2px 0;
	font-family: verdana;
	text-align: center;
}
.tbl_page a:link {
	background: url("pgbtn1.gif");
	color: #686868;
	text-decoration: none;
}
.tbl_page a:visited {
	background: url("pgbtn1.gif");
	color: #686868;
	text-decoration: none;
}
.tbl_page a:hover {
	background: url("pgbtn2.gif");
	border: 1px solid #A8CFF1;
	color: #686868;
	text-decoration: none;
}
.tbl_page .no {
	background: url("pgbtn1.gif");
	color: #999999;
	line-height: 24px;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	width: 50px;
	border: 1px solid #ccc;
	margin: 0 6px -2px 0;
	font-family: verdana;
	text-align: center;
}
.td_page {
	padding-bottom: 4px;
	text-align: center;
	white-space: nowrap;
}
