.slide_area{
	background: #000;
	padding: 50px 0;
}
button{
	border:0;
}
.slider:before{
	content:"";
	background: url(../img/slide/shadow.png) no-repeat;
	position: absolute;
	left:0;
	top:0;
	width: 126px;
	height: 280px;
	z-index:10;
}
.slider:after{
	content:"";
	background: url(../img/slide/shadow.png) no-repeat;
	position: absolute;
	right:0;
	top:0;
	width: 126px;
	height: 280px;
	z-index:10;
}
.slider li{
	width: 306px;
	
}
.slider li .text{
	display: block;
}
.slider li .pic{
 width:306px;
 margin:0 auto;
 overflow:hidden;
 display: block;
}
.slider li img{
	width: 306px;
	margin: auto;
}
.slider li a{
	outline:none;
}
.slider li a.zoom img{
	margin: auto;
	line-height: 0;
 transition:1s all;
}
.slider li a.zoom img:hover{
  transform:scale(1.06,1.06);
  transition:1s all;
}
.slick-slide{
	margin: auto;
}

.slick-next {
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;		
	outline:0;
	background:url(../img/slide/right-arrow.png) no-repeat;
	z-index:11;
	text-indent:-9999px;
	position: absolute;
	display: block;
	margin: auto;
	width: 72px;
	height: 72px;
	right:90px;
	top:34%;
}
.slick-prev {
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;		
	outline:0;
	background:url(../img/slide/left-arrow.png) no-repeat;
	z-index:11;
	text-indent:-9999px;
	position: absolute;
	display: block;
	margin: auto;
	width: 72px;
	height: 72px;
	left:90px;
	top:34%;
}
.slick-next:hover,
.slick-prev:hover{
	opacity:.85;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
.wrapper{
	width: auto;
	margin: auto;
}	
.slider li {
    width: auto;
}
.slider:before {
    content: "";
    width: 45px;
    height: 285px;

}
.slider:after {
    content: "";
    width: 45px;
    height: 285px;
}
.slider li img {
    width: 100%;
    margin: auto;
}
.slick-next {
	background-size:100% auto;
	width: 48px;
	height: 48px;
	right:20px;
	top:42%;
}
.slick-prev {
background-size:100% auto;
	width: 48px;
	height: 48px;
	left:20px;
	top:42%;
}
.slider li .pic {
    width: 100%;
}
.slide-content{
	padding:0 6px;
}
}