
/* CSS Document */

.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	word-spacing: -1.5px;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.center {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pa {
	position: absolute;
}
.pr {
	position: relative
}
/* -- 购物车外部框架 -- */
.cart_header, .cart_content, .cart_footer {
	width: 980px;
	margin: 0 auto;
}
/* -- 页面整体布局 -- */
.header, .content, .footer {
	width: 1000px;
	margin: 0 auto;
	font-family: microsoft yahei;
}
.left {
	width: 210px;
	float: left;
	overflow: hidden;
}
.left2 {
	width: 690px;
	float: left;
	overflow: hidden;
}
.left3 {
	width: 754px;
	float: left;
	overflow: hidden;
	color: #666;
}
.lefttop {
	background: url(http://www.sdzbzc.com/Templates/weiyinuo/images/left_top_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-top: 10px;
}
.left2top {
	height: 3px;
	font-size: 0;
	overflow: hidden;
}
.leftbot {
	background: url(http://www.sdzbzc.com/Templates/weiyinuo/images/left_bot_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.left2bot {
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.rightbot {
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.right {
	width: 764px;
	float: right;
	display: inline;
	overflow: hidden;
}
.right2 {
	width: 275px;
	float: right;
	overflow: hidden;
}
.right3 {
	width: 201px;
	float: right;
	overflow: hidden;
	color: #666;
}
.right2top {
	border-top: solid 1px #d5d5d5;
}
.right2bot {
	background: url(http://www.sdzbzc.com/Templates/weiyinuo/images/left_bot2_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.right_main {
	width: 762px;
	border: solid 1px #d5d5d5;
	padding-bottom: 15px;
	overflow: hidden;
	background: #fff;
}
.right2_main {
	width: 273px;
	border: solid 1px #d5d5d5;
	border-top: 0;
	padding-bottom: 15px;
	overflow: hidden;
	background: #fff
}
.left2_main {
	width: 688px;
	border: solid 1px #d5d5d5;
	padding-bottom: 15px;
	overflow: hidden;
	background: #fff;
}
 .h_nav li a:-webkit-any-link {
display:block;
}
.container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
/*页眉*/
.header {
	width: 100%;
	height: 150px;
	overflow: hidden;
	background: url(../image/headerbg.png);
	z-index: 9999999999;
	POSITION:fixed;
}
/*--顶部链接导航*/
.hd_top {
}
.hd_top .container {
	height: 37px;
	line-height: 37px;
	color: #8a8a8a;
}
.hd_top em {
}
.hd_top a {
	padding: 0 10px;
	color: #8a8a8a;
}
/*--页眉内容*/
.hd_cont {
	position: relative;
	height: 100px;
}
.hd_cont .hd_logo {
	position: absolute;
	left: 0;
	top: 10px;
}
.hd_cont .hd_logo dd {
	margin-left: 35px;
	padding-top: 21px;
}
.hd_cont .hd_logo dd h2 {
	font-size: 20px;
	line-height: 30px;
	color: #666;
}
.hd_cont .hd_logo dd p {
	margin-top: 10px;
	font-size: 13px;
	color: #3d3d3d;
}
.hd_cont .hd_logo dd p span {
	margin-right: 10px;
}
.hd_cont .hd_logo dd p span em {
	margin-right: 6px;
	font-size: 18px;
	color: #c0c0c0;
}
.hd_cont .dh_phone {
	padding-top: 4px;
	padding-left: 36px;
	margin-top: 35px;
	background: url(../image/hdphoen_ico.png) no-repeat left center;
	color: #a1a1a1;
}
.hd_cont .dh_phone dd {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #164998;
}
/*--导航栏*/
.dh_nav {
}
.dh_nav>ul {
	height: 50px;
}
.dh_nav>ul>li {
	position: relative;
	float: left;
	padding-left: 4px;
	white-space: nowrap;
	word-break: break-all;
	background: url(../image/dh.jpg) no-repeat left;
}
.dh_nav>ul>li.home {
	background: none
}
.dh_nav>ul>li>a {
	display: block;
	padding: 0 26px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	font-family: microsoft yahei;
	text-decoration: none;
}
.dh_nav>ul>li>a.navHome {
	padding: 0 22px;
	background-image: none;
}
.dh_nav>ul>li>a.cur, .dh_nav>ul>li:hover>a {
	background: url(../image/navlih.png) repeat-x center bottom;
}