@charset "utf-8";
/* CSS Document */
/*list*/
.feature {
	float: left;
	width: 800px;
	/* height: 300px; */
	margin-top: 20px;
	margin-bottom: 30px;

	position: relative;
}
.feature a img {
}
.feature a:hover img {
}
#my-glider {
	position: relative;
}
.scroller {
	overflow: hidden;
	width: 742px;
	/* height: 300px; */  height: 290px;
	margin: 0 auto;
}
.scroller .content {
	width: 1000000px
}
#prevlink {
	left: 0px;
	display: block;
	overflow: hidden;
	width: 28px;
	text-indent: -99999px;
	position: absolute;
	top: 30%;
	height: 98px;
	background: url(../images/prev.png) no-repeat;
}
#nextlink {
	right: -10px;
	display: block;
	overflow: hidden;
	width: 28px;
	text-indent: -99999px;
	position: absolute;
	top: 30%;
	height: 98px;
	background: url(../images/next.png) no-repeat;
}
.scroller .section {
	float: left;
	overflow: hidden;
	width: 788px;
	height: 300px;
	text-align: center;
}
.scroller .section ul {
	float: left;
	width: 800px;
	height: 300px;
	overflow: hidden;
}
.scroller .section ul li {
	float: left;
	width: 185px;
	height: 278px;
	margin:5px;
}
.scroller .section ul li img {
	width: 179px;
	height: 278px;
}/* 2017.3.30修改 */.picScroll-left{overflow:hidden; position:relative;   width:800px; height:278px;}.picScroll-left .btn{ display:block; position:absolute; top: 30%; width:28px; height:98px; cursor:pointer;}.picScroll-left .prev{ left:0; background:url(../images/prev.png) no-repeat;}.picScroll-left .next{ right:0; background:url(../images/next.png) no-repeat;}.picScroll-left .bd{margin:0 auto; width:742px;}.picScroll-left .bd ul{ overflow:hidden; zoom:1;}.picScroll-left .bd ul li{ float:left; margin:0 5px; width:175px !important;  height:278px; text-align:center;}.picScroll-left .bd ul li .img{ display:block; overflow:hidden; width:175px; height:278px;}.picScroll-left .bd ul li .img img{ max-width:100%; max-height:100%; -webkit-transition:all 0.15s linear; transition:all 0.15s linear;}.picScroll-left .bd ul li .img:after{display:inline-block; overflow:hidden; width:0; height:100%; vertical-align:middle; content:"";}.picScroll-left .bd ul li .img:hover img{-webkit-transform:scale(1.05); transform:scale(1.05);}    
