@charset "utf-8";
.mainimgprt {
	width: 100%;
	margin: 20px 0 0;
}
@media screen {
.mainimgprt {
	display: none;
}
}
.mainimg {
	position: relative;
	margin: 15px auto 15px;
	text-align: center;
	max-width: 1600px;
}
.slick-slide {
	margin: 0 0;
}
.slick-slide img {
}
.mainimg img {
	margin: 0 auto;
	height: auto;
	opacity: .3;
	transform: scale(0.9);
	transition: opacity .5s, transform .5s;
	cursor: default;
}
.mainimg .slick-center img {
	opacity: 1;
	transform: scale(1);
}
.mainimg .slick-center a img {
	cursor: pointer;
}
.mainimg {
	position: relative;
}
.slick-slider {
	-ms-touch-action: auto !important;
	touch-action: auto !important;
}
ul.slick-dots {
	margin: 0;
	padding: 0;
	line-height: 1;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -30px;
}
ul.slick-dots li {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}
ul.slick-dots li button {
	border: none;
	padding: 0;
	display: block;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	cursor: pointer;
	background: #ccc;
}
ul.slick-dots li.slick-active button {
	background: #2ca338;
}
 @media screen and (max-width:600px) {
ul.slick-dots {
	margin: 0 0 0;
	bottom: -25px;
}
ul.slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
}
