@charset "utf-8";
#newproductlist{
	width:200px;
	margin-top:10px;
	margin-left:20px;
	padding-bottom:25px;
}
#newproductlist a{
	display:block;
	margin-top:20px;
}
#newproductlist a img{
	width:160px;
}
#childbar{
	width:200px;
	margin-top:10px;
	margin-left:20px;
	padding-bottom:25px;
}
#childbar ul{
	margin-left:13px;
	width:180px;
	text-align:left;
}
#childbar ul li{
	margin-top:2px;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	text-indent:8px;
}
#childbar ul li a{
	display:block;
	width:180px;
	height:20px;
	color:#FFFF00;
	background-image:url(../image/childbarbg.gif);
	background-repeat:no-repeat;
}
#childbar ul li a:hover{
	background-image:url(../image/childbarbg_2.gif);
	color:#FFF;
	text-decoration:none;
}
#web_right h2{
	margin-top:58px;
	text-align:left;
	text-indent:18px;
	font-size:38px;
	color:#FFF;
	line-height:40px;
}
#web_right h2 a{
	color:#C00;
}
#web_right{
	text-align:left;
}
#product{
	width:700px;
	margin-top:16px;
	margin-left:20px;
}
#product .productphoto{
	float:right;
	margin:18px 8px 0px 0px;
	text-align:center;
}
#product .productphoto .zoom{
	z-index:1;
	position:absolute;
	width:200px;
	height:200px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	background-image:url(../image/photo_zoom.png);
	background-repeat:no-repeat;
	background-position:95% 95%;
	cursor:pointer;
}
#product dl dd .zoom{
	z-index:1;
	position:absolute;
	width:107px;
	height:107px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	background-image:url(../image/photo_zoom2.png);
	background-repeat:no-repeat;
	background-position:100% 98%;
	cursor:pointer;
}
#product .productphoto img{
	width:200px;
	height:200px;
	display: block;
}
#product .productphoto p{
	line-height:12px;
	height:12px;
}
#product .productphoto a{
	color:#F90;
}
#product ul{
	width:430px;
	padding:20px 0px 0px 0px;
	font-size:14px;
	color:#333;
}
#product ul li{
	line-height:20px;
	font-weight:normal;
}
#product ul li strong{
	color:#555;
}
#product ul li b{
	color:#F60;
}
#intro{
	clear:both;
	margin:0px 0px 0px 0px;
	padding-top:5px;
	border-top:2px solid #666;
	color:#333;
	width: 100%;
}
#intro font {
    line-height: 30px;
}
#product dl{
}
#product dl dt{
	margin:20px 0px 0px 0px;
	font-size:16px;
	font-weight:bold;
	color:#555;
	border-bottom:2px solid #666;
}
#product dl dd{
	padding-bottom:10px;
	padding-left:0px;
	font-size: 0;
}
#product dl .dltitle{
	margin:0px 0px 0px 0px;
	font-size:16px;
	font-weight:bold;
	color:#555;
	border-bottom:2px solid #666;
	padding-bottom:0px;
	padding-left:0px;
}
#product dl dd a{
	display:inline-block;
	margin:10px 0px 0px 8px;
}
#product dl dd a img{
	width:107px;
	height:107px;
}

.sendMessage{
	margin-top:15px;
	margin-left:20px;
	width:686px;
	border:1px dashed #666;
	background-color:#fff;
	color:#3A1550;
	padding:7px;
}
.sendMessage h5{
	font-size:16px;
}
.sendMessage dl{
	margin-top:8px;
	margin-left:0px;
}
.sendMessage dl dt{
	font-weight:normal;
	font-size:12px;
}
.sendMessage dl dt input{
	width:154px;
	background-color:#EFEFEF;
	border:1px solid #8A7998;
	color:#333;
}
.sendMessage dl dd{
	margin-top:5px;
}
.sendMessage dl dd textarea{
	width:682px;
	height:94px;
	background-color:#EFEFEF;
	border:1px solid #8A7998;
	color:#333;
}
.sendMessage h6{
	margin-top:5px;
	font-size:12px;
}
.sendMessage h6 button{
	width:130px;
	background-color:#FAAF3B;
	border:1px solid #8A7998;
	font-size: 12px;
	color: #333;
	cursor: pointer;
}
