@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{
	text-align:left;
}
#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;
}
#productlist{
	width:700px;
	margin-top:18px;
	margin-left:10px;
	padding-bottom:12px;
}
#productlist .productphoto{
	float:left;
	margin:18px 0px 0px 22px;
	width:210px;
	_display:inline;
	text-align:center;
}
#productlist .productphoto img{
	width:200px;
	height:200px;
	transition: all .3s ease;
}
#productlist .productphoto img:hover {
    transform: scale(1.1);
    transition: all .3s ease;
}
#productlist .productphoto p{
	width:210px;
	padding-top:10px;
}
#productlist .productphoto p a{
	color:#333;
}
#productlist .productphoto p strong{
	margin-right:3px;
}