@charset "utf-8";

.transition {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
img.desaturate {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
img.desaturate:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.slick-slide {
	outline: none;
}
.slick-prev:before, .slick-next:before {
	display: none;
}


.m-hotSelling {
	padding-bottom: 95px;
}
.hotImg {
	text-align: center;
}

.hotSellingSlide .slick-prev, .hotSellingSlide .slick-next {
	width: 80px;
	height: 108px;
	z-index: 20;
	margin-top: -20px;
}

.hotSellingSlide .slick-prev {
	background: url(../images/3.png) no-repeat center center;

}
.hotSellingSlide .slick-prev.slick-disabled {
	background: url(../images/prev.png) no-repeat center center;
	    background-size: 60%;
}
.hotSellingSlide .slick-next {
	background: url(../images/4.png) no-repeat center center;

}
.hotSellingSlide .slick-next.slick-disabled {
	background: url(../images/next.png) no-repeat center center;
	    background-size: 60%;
}

.hotImg {
	padding: 0 30px;
}
.hotImg .pic img {
	
    overflow: hidden;
border: 4px solid #ccc;


}

.hotImg .pic a:hover img{	 -moz-transform:rotate(360deg);; -ms-transform:rotate(360deg);; -o-transform:rotate(360deg);; -webkit-transform:rotate(360deg);; }
.hotImg .title {
	background: url(../images/icon3.png) no-repeat center center;
	margin-top: 15px;
}
.hotImg .title a {
	color: #38b989;
	font-weight: bold;
	display: inline-block;
	width: 96px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin: 0 auto;
	vertical-align: middle;
}
.hotImg img {
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto
}




@media (max-width:1475px) {
.hotSellingSlide {
	padding: 0 90px;
}
.hotSellingSlide .slick-prev {
	left: 0;
}
.hotSellingSlide .slick-next {
	right: 0;
}
}
@media (max-width:1324px) {
.m-aboutCont dl dd {
	padding: 45px 35px;
}
.hotImg .title {
	background-size: 100%
}
}


@media (max-width:767px) {

.hotImg {
	padding: 0 10px;
}
.hotImg .pic img {

}
.hotSellingSlide .slick-prev, .hotSellingSlide .slick-next {
	width: 50px;
	height: 50px;
	z-index: 20;
}
.hotSellingSlide .slick-prev {
	background-size: 50px 50px;
}
.hotSellingSlide .slick-prev.slick-disabled {
	background-size: 50px 50px;
}
.hotSellingSlide .slick-next {
	background-size: 50px 50px;
}
.hotSellingSlide .slick-next.slick-disabled {
	background-size: 50px 50px;
}
.hotSellingSlide {
	padding: 0 40px;
}


}

 @media (max-width:380px) {
.hotImg .title {
	background-size: 100%;
}
}
 @media (min-width:767px) {
.m-proList li:hover .title {
	display: block;
}
.detNav {
	display: block!important;
}
}

