/* =-=-=-=-=-=-=-[3.横型滑动导航 <div class="cn_dh_hd_hx"><%call cn_dh_hd_hx(1)%></div> -=-=-=-=-=-=-=- */
.cn_dh_hd_hx {
	border-bottom: 3px solid #ff6600;
	height:30px;
}
.cn_dh_hd_hx ul li {
	margin-left: 6px;/*按钮间距离*/
	display: inline;
}
.cn_dh_hd_hx ul li a {
	background: url(images/cn1_dh_hd_hx1_dyw.gif) no-repeat left top; /*弯角图片名称*/
	color: #000000;   /*文字平时颜色*/
	text-decoration: none;
	font-size: 14px;
	font-family:"宋体";
	height:30px;/*弯角图片高度*/
		cursor:pointer; 
}
.cn_dh_hd_hx ul li span {/*中间图片*/
	background: url(images/cn1_dh_hd_hx_dyw.gif) no-repeat right top;
	margin-left: 4px;/*左部弯角图片宽度*/
	height:30px;/*中间图片高度*/
	padding-right: 15px;/*文字离右部距离*/
	padding-left: 5px;/*文字离左部距离*/
	padding-top: 8px;
}
.cn_dh_hd_hx ul li .yw {/*英文小字*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	line-height: 8px;
	color: #999999;
}
.cn_dh_hd_hx #current a span {
    background-position: 100% -35px;
}
.cn_dh_hd_hx ul li a:hover span {
	color: #006600;
	background-position: 100% -35px;/*动作幅度*/
	text-decoration: blink;
    font-weight: 700;
}
.cn_dh_hd_hx #current a {
    background-position: 0 -35px;
}
.cn_dh_hd_hx ul li a:hover {
    background-position: 0 -35px;/*弯角动作幅度*/
}
