@charset "utf-8";
/** 全局样式 **/

.FrontProductsCategory_list01-d1_c1_01 {
	width:98%;
	margin:0 auto;
	clear:both;
	text-align:left;
	color:#4c4948;
}
 
/** 文字样式 **/

.FrontProductsCategory_list01-d1_c1_01 .fontbold {
 font-weight:bold;
}
.FrontProductsCategory_list01-d1_c1_01 .fontblue {
	color:#06c;
}
/** 内容样式 **/

.FrontProductsCategory_list01-d1_c1_01 .content {
	float:left;
	display:inline;
	margin:10px 0;
	/*width:25%;需要删除*/
}
/** 翻页 **/

/*.FrontProductsCategory_list01-d1_c1_01 .page{

	clear:both;

	width:100%;

	text-align:right;

	padding:10px 0;

}

*//** 内容样式**/

.FrontProductsCategory_list01-d1_c1_01 .info {
	float:left;
	width:100%;
	line-height:20px;
}
.FrontProductsCategory_list01-d1_c1_01 .info li {
	float:left;
	width:100%;
	text-align:center;
}
/**图片样式**/

/**图片样式**/
.FrontProductsCategory_list01-d1_c1_01 .info .pic {
	float:left;
	padding-bottom:10px;
}
.FrontProductsCategory_list01-d1_c1_01 .info .pic a {
	width:150px;
	height:110px;
	text-align:center;
	display:block;
	border:1px solid #e6e7e7;
	padding:5px;
}
.FrontProductsCategory_list01-d1_c1_01 .info .pic a:hover {
 	border:1px solid #f60;
	background:#fff4ce;
}
.FrontProductsCategory_list01-d1_c1_01 .info .pic a img {
	width:150px;
	height:110px;
	border:0;
}


.FrontProductsCategory_list01-d1_c1_01 .info .description{
	text-align:left;
}

/* -----滚动样式----------------------------------------------------------------------- */

/* navigation */

.FrontProductsCategory_list01-d1_c1_01 .scrollnavi {
	width: 200px;
	height: 20px;
}
.FrontProductsCategory_list01-d1_c1_01 .scrollnavi a {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(/images/products/navigator.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
}
.FrontProductsCategory_list01-d1_c1_01 .scrollnavi a:hover {
	background-position: 0 -8px;
}
.FrontProductsCategory_list01-d1_c1_01 .scrollnavi a.active {
	background-position: 0 -16px;
}
/* buttons */

.FrontProductsCategory_list01-d1_c1_01 a.scrollbrowse {
	background: url(/images/products/hori_large.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 40px 10px;
	cursor: pointer;
	font-size: 1px;
}
.FrontProductsCategory_list01-d1_c1_01 a.scrollright {
	background-position: 0 -30px;
	clear: right;
	margin-right: 0px;
}
.FrontProductsCategory_list01-d1_c1_01 a.scrollright:hover {
	background-position: -30px -30px;
}
.FrontProductsCategory_list01-d1_c1_01 a.scrollright:active {
	background-position: -60px -30px;
}
.FrontProductsCategory_list01-d1_c1_01 a.scrollleft {
	margin-left: 0px;
}
.FrontProductsCategory_list01-d1_c1_01 a.scrollleft:hover {
	background-position: -30px 0;
}
.FrontProductsCategory_list01-d1_c1_01 a.scrollleft:active {
	background-position: -60px 0;
}
.FrontProductsCategory_list01-d1_c1_01 a.scrollup, .FrontProductsCategory_list01-d1_c1_01 a.scrolldown {
	background: url(/images/products/vert_large.png) no-repeat;
	float: none;
	margin: 10px 50px;
}
.FrontProductsCategory_list01-d1_c1_01 a.scrollup:hover {
	background-position: -30px 0;
}
.FrontProductsCategory_list01-d1_c1_01 a.scrollup:active {
	background-position: -60px 0;
}
.FrontProductsCategory_list01-d1_c1_01 a.scrolldown {
	background-position: 0 -30px;
	clear:both;
	float:left;
}
.FrontProductsCategory_list01-d1_c1_01 a.scrolldown:hover {
	background-position: -30px -30px;
}
.FrontProductsCategory_list01-d1_c1_01 a.scrolldown:active {
	background-position: -60px -30px;
}
.FrontProductsCategory_list01-d1_c1_01 .scrollable {
	position: relative;
	overflow: hidden;
	/**width: 410px;**/
	height: 200px;
	width:840px;
	float:left;
}
.FrontProductsCategory_list01-d1_c1_01 .scrollitems {
	width: 20000px;
	position: absolute;
	clear: both;
}
.FrontProductsCategory_list01-d1_c1_01 .scrollable_vertical {
	position: relative;
	overflow: hidden;
	width: 840px;
	height: 200px;
}
.FrontProductsCategory_list01-d1_c1_01 .scrollitems_vertical {
	height: 20000px;
	position: absolute;
	clear: both;
}
.FrontProductsCategory_list01-d1_c1_01 .content1 {
	width:170px;
}
.FrontProductsCategory_list01-d1_c1_01 .scrollliner {
	position:Static;
}
.FrontProductsCategory_list01-d1_c1_01 .scrollliner .scrollitems {
	position:Static;
}
