@charset "utf-8";
/* CSS Document */

/****************** 标准CSS *************************/
td {
	font: 14px "Microsoft YaHei", "微软雅黑","宋体", arial, sans-serif;
	color: #585858;
}
.indexFont {
	font-family:  "Microsoft YaHei", "微软雅黑", "宋体", arial, sans-serif;
}
.ziyeFont {
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", arial, sans-serif;
}
.b {
	font-weight: bold;
}
.redTxt1 {
	color: #F00;
}
.DZ_redTxt1 {
	color: #F00;
}
.DZ_blueTxt1 {
	color: #06C;
}
.DZ_huiTxt1 {
	color: #666;
}
.DZ_huiTxt2 {
	color: #524d49;
}
.DZ_whiteTxt1 {
	color: #fff;
}
.DZ_font12 {
	font-size: 12px;
}
.DZ_font14 {
	font-size: 14px;
}
.DZ_font16 {
	font-size: 16px;
}
.DZ_font18 {
	font-size: 18px;
}
.DZ_font20 {
	font-size: 20px;
}
.DZ_font_bold {
	font-weight: bold;
}
.DZ_line25 {
	line-height: 25px;
}
.DZ_line30 {
	line-height: 30px;
}
.dz_letterspace_2{letter-spacing: 2px;}
A.DZ_hui1:link {
	COLOR: #333;
	TEXT-DECORATION: none;
	font-size: 14px;
}
A.DZ_hui1:visited {
	COLOR: #333;
	TEXT-DECORATION: none;
	font-size: 14px;
}
A.DZ_hui1:hover {
	COLOR: #333;
	text-decoration: underline;
	font-size: 14px;
}
A.DZ_hui2:link {
	COLOR: #666;
	TEXT-DECORATION: none;
}
A.DZ_hui2:visited {
	COLOR: #666;
	TEXT-DECORATION: none;
}
A.DZ_hui2:hover {
	COLOR: #666;
	text-decoration: underline;
}
A.DZ_href_hui3:link {
	COLOR: #565656;
	TEXT-DECORATION: none;
}
A.DZ_href_hui3:visited {
	COLOR: #565656;
	TEXT-DECORATION: none;
}
A.DZ_href_hui3:hover {
	COLOR: #565656;
	text-decoration: underline;
}
A.DZ_href_000:link {
	COLOR: #000;
	TEXT-DECORATION: none;
}
A.DZ_href_000:visited {
	COLOR: #000;
	TEXT-DECORATION: none;
}
A.DZ_href_000:hover {
	COLOR: #000;
	text-decoration: underline;
}
A.DZ_href_fff:link {
	COLOR: #fff;
	TEXT-DECORATION: none;
}
A.DZ_href_fff:visited {
	COLOR: #fff;
	TEXT-DECORATION: none;
}
A.DZ_href_fff:hover {
	COLOR: #fff;
	text-decoration: underline;
}
A.DZ_href_green1:link {
	COLOR: #077b12;
	TEXT-DECORATION: none;
}
A.DZ_href_green1:visited {
	COLOR: #077b12;
	TEXT-DECORATION: none;
}
A.DZ_href_green1:hover {
	COLOR: #077b12;
	text-decoration: underline;
}

A.DZ_href_blue1:link {
	COLOR: #3173d3;
	TEXT-DECORATION: none;
}
A.DZ_href_blue1:visited {
	COLOR: #3173d3;
	TEXT-DECORATION: none;
}
A.DZ_href_blue1:hover {
	COLOR: #3173d3;
	text-decoration: underline;
}

A.DZ_href_blue2:link {
	COLOR: #3272cd;
	TEXT-DECORATION: none;
}
A.DZ_href_blue2:visited {
	COLOR: #3272cd;
	TEXT-DECORATION: none;
}
A.DZ_href_blue2:hover {
	COLOR: #3272cd;
	text-decoration: underline;
}

A.DZ_href_xhhgreen1:link {
	COLOR: #125620;
	TEXT-DECORATION: none;
}
A.DZ_href_xhhgreen1:visited {
	COLOR: #125620;
	TEXT-DECORATION: none;
}
A.DZ_href_xhhgreen1:hover {
	COLOR: #125620;
	text-decoration: underline;
}
A.DZ_href_xhhgreen2:link {
	COLOR: #4b8e1e;
	TEXT-DECORATION: none;
}
A.DZ_href_xhhgreen2:visited {
	COLOR: #4b8e1e;
	TEXT-DECORATION: none;
}
A.DZ_href_xhhgreen2:hover {
	COLOR: #4b8e1e;
	text-decoration: underline;
}
A.DZ_red1:link {
	COLOR: #F00;
	TEXT-DECORATION: none;
}
A.DZ_red1:visited {
	COLOR: #F00;
	TEXT-DECORATION: none;
}
A.DZ_red1:hover {
	COLOR: #F00;
	text-decoration: underline;
}


#productPic-1 {}
#productPic-1 ul {margin-left:-40px;list-style:none;}

/********  产品详情页多图CSS start ***********/
.lh li {
	list-style-type: none;
	/* float: left; */
	display: inline;
	
}

#dt img {
	border: 1px solid threedface;
}

.spec-control {
	display: block;
	position: absolute;
	top: 415px;
	width: 17px;
	height: 54px;
	left: 300px;
}

.spec-control2 {
	display: block;
	position: absolute;
	top: 415px;
	width: 17px;
	height: 54px;
	left: 15px;
}

.lh img {
	border: 1px solid #CCC;
	margin-left: 2px;
}

#spec-forward {
	background-image: url("images/right.gif");
	background-repeat: no-repeat;
	width: 20px;
	height: 45px;
}

#spec-backward {
	background-image: url("images/left.gif");
	background-repeat: no-repeat;
	width: 20px;
	height: 45px;
}
/********  产品详情页多图CSS end ***********/


/******************* 对bootstrap样式自定义 ******************/

/***************** navbar 开始*******************/

/* 鼠标移动上去就能下拉，加的代码。所有站通用 start*/
.navbar .nav > li .dropdown-menu {
	margin: 0;
}
.navbar .nav > li:hover .dropdown-menu {
	display: block;
}
/* 鼠标移动上去就能下拉，加的代码。所有站通用 end*/

.dropdown-menu {

}


/***************** navbar 结束*******************/


/***************** container 开始*******************/

.container {
}       /* container内容居中 */
.container {
	margin-left: auto;
	margin-right: auto;
 *zoom: 1;
}
.container:before, .container:after {
	display: table;
	line-height: 0;
	content: "";
}
.container:after {
	clear: both;
}
/***************** container 结束*******************/
