@charset "utf-8";
/* CSS pic_kit */

/*-- 左右按钮滚动图片--*/
.img_rool {
	position: relative;
	margin-top: 8px;
	margin-bottom: 26px;
	background: #fff;
	overflow: hidden;
	width: 1285px;
	zoom: 1;
}
.img_rool .pcont {
	overflow: hidden;
	width: 1200px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
}
.img_rool .ScrCont {
	width: 32766px;
	zoom: 1;
}
.img_rool #List1_1 {
	float: left;
}
.img_rool #List2_1 {
	float: left;
}
.LeftBotton {
	float: left;
	margin: 5px 1px;
	width: 30px;
	height: 145px;
	background-image: url(left.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.RightBotton {
	float: right;
	margin: 5px 1px;
	width: 30px;
	height: 145px;
	background-image: url(right.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.img_rool .LeftBotton:hover {
	transform: scale(1.5);
	transition: all 0.2s; 
}
.img_rool .RightBotton:hover {
	transform: scale(1.5);
	transition: all 0.2s;  
}
.img_rool .pl IMG {
	display: block;
	margin: 0px auto 0px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.img_rool .pl {
	border-right: #fff 4px solid;
	border-top: #fff 1px solid;
	float: left;
	border-left: #fff 4px solid;
	width: 240px;
	line-height: 20px;
	border-bottom: #fff 1px solid;
	text-align: center;
	text-decoration: underline;
}
.img_rool A.pl:hover {
	border-right: #eee 4px solid;
	border-top: #eee 1px solid;
	background: #fff;
	border-left: #eee 4px solid;
	color: #eee;
	border-bottom: #eee 1px solid;
}
/*-- 左右按钮滚动图片--*/
