
.m_chanpin01{

	padding: 10px 0 10px;

	margin: 0 -10px;

}

.m_chanpin01 .swiper-slide > a{

	display: block;

	margin: 0 10px;

}

.m_chanpin01 a .pic{

	overflow: hidden;

	position: relative;

	height: 0;
	padding-top: 75%;
    border: 1px solid #eee;

}

.m_chanpin01 a .pic img{

	position: absolute;

	top: 0;

	left: 0;

	display: block;

	width: 100%;

	height: 100%;

	max-height:100%;

}

.m_chanpin01 a:hover .pic img{

	-webkit-transform: scale(1.08);

	-moz-transform: scale(1.08);

	-o-transform: scale(1.08);

	-ms-transform: scale(1.08);

	transform: scale(1.08);

}

.m_chanpin01 a h3{

	padding: 30px 0;

	text-align: center;

	font-size: 16px;

	color: #232323;

	font-weight: 400;

	-ms-text-overflow: ellipsis;

	text-overflow: ellipsis;

	overflow: hidden;

	white-space: nowrap;

	transition: .3s;

	-ms-transition: .3s;

	-moz-transition: .3s;

	-webkit-transition: .3s;

	-o-transition: .3s;

}

.m_chanpin01 a:hover h3{

	color: #a32432;

}

.m_chanpin01 .slick-arrow{

    position: absolute;

    top: 50%;

    margin-top: -22px;

    overflow: hidden;

    cursor: pointer;

    width: 45px;

    height: 45px;

    font-size: 0;

    line-height: 0;

    z-index: 9;

    background-repeat: no-repeat;

    background-position: center center;

	-o-background-size: auto 20px;

	-ms-background-size: auto 20px;

	-moz-background-size: auto 20px;

	-webkit-background-size: auto 20px;

	background-size: auto 20px;

	background-color: rgba(0,0,0,.3);

    border: 0;

    outline: 0;

    padding: 0;

}

.m_chanpin01 .slick-prev{left: 10px;background-image: url(../images/pres1.png);}

.m_chanpin01 .slick-next{right: 10px;background-image: url(../images/nexts1.png);}

.m_chanpin01 .slick-dots{

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	text-align: center;

	z-index: 99;

	font-size: 0;

}

.m_chanpin01 .slick-dots span{

	margin: 0 10px;
width:auto;
}

.m_chanpin01 .slick-dots button{

	background-color: #ccc;

	cursor: pointer;

	border-radius: 50%;

	border: 0;

	width: 10px;

	height: 10px;

	outline: 0;

	font-size: 0;

	padding: 0;

}

.m_chanpin01 .slick-dots li.slick-active button{background: #000;}

.g-more02{

	display: none;

	width: 160px;

	line-height:40px;

	color: #a32432;

	border: 1px solid #a32432;

	border-radius: 30px;

	text-align: center;

	margin: 20px auto 0;

}

.g-more02:hover{

	color: #fff;

	background-color: #a32432;

}

@media only screen and (max-width: 959px) {
	.m-imgtxt01 .g-more02{

		display: block;

	}
}


@media only screen and (max-width: 768px) {
.m_chanpin01 .swiper-slide > a{
margin:0 30px;

}}