@charset "utf-8";
/* CSS Document */


#container {
	font-size: 13px;
	line-height: 25px;
	text-align: justify;
	text-justify: inter-ideograph;
	
}
.s01 {
	color: #FF794C;
	font-weight: bold;

}
.s02 {
	color: #5F3A18;
	font-weight: bold;
}
#container .title {
	background-color: #FF7E00;
	width: auto;
	height: auto;
	float: left;
	margin-bottom: 30px;
	color: #FFF;
	padding: 5px 20px 5px 10px;
	font-size: 18px;
	font-weight: bold;
}
#container .content {
	width: 940px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
}
.products-box {
	width: 100%;
	height: auto;
}
.list-box {
	width: 100%;
	height: auto;
	float: left;
}
.list-box .photo-box {
	height: auto;
	width: 140px;
	padding-bottom: 15px;
	margin: 0px 7px 10px 7px;
	float: left;
}
.list-box .photo {
	height: 140px;
	width: 140px;
	margin: auto;
	position: relative;
}
.list-box .cover {
	width: 140px;
	height: 140px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.list-box .cover a {
	display: block;
	width: 140px;
	height: 140px;/*需扣掉64px高度*/
	filter: alpha(opacity=0); /*IE,透明度50%*/
	-moz-opacity: 0; /*Firefox,透明度50%*/
	opacity: 0;/*其他浏览器,透明度50%*/
}
.list-box .photo:hover .cover {
	width: 140px;
	height: 140px;/*需扣掉64px高度*/
	filter: alpha(opacity=100); /*IE,透明度50%*/
	-moz-opacity: 1; /*Firefox,透明度50%*/
	opacity: 1;/*其他浏览器,透明度50%*/
	background-image: url(../data/download/cover.png);
}
.list-box .frame_info {
	width: 100%;
	height: 44px;
	margin: auto;
	margin-top: 10px;
	padding: 0px 0 0 0;
	background-image: url(../images/products_caption_bg.jpg);
}
.list-box .caption {
	font-size: 15px;
	width: 100%;
	height: auto;
	margin: auto;
	text-align: left;
}
.list-box .caption a {
	color: #999999;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
.list-box .caption a:hover {
	color: #1695FD;
	text-decoration: underline;
}
.list-box .price {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: left;
	color: #D03313;
	padding-top: 5px;
	float: left;
	font-weight: bold;
}
.list-box .price2 {
	width: 95%;
	height: auto;
	margin: auto;
	text-align: center;
	color: #FF3F00;
	padding-top: 5px;
	font-weight: bold;
	float: left;
}
