/*list*/
img{
	display: block;
	border: 0;
}
.tit-en img{
	margin: 65px auto 0;
}
.tit-cn img{
	margin: 25px auto 30px;
}
.desc{
	font-size: 24px;
	line-height: 45px;
	color: #333333;
	text-align: center;
	margin-bottom: 60px;
}
.desc img{
	display: block;
	margin: auto;
}
/*幻灯片*/
.slide-wrap{
	width: 100%;
	max-width: 1420px;
	max-height: 550px;
	overflow: hidden;	
	margin: auto;
	position: relative;
	padding-bottom: 90px;
}
.swiper-container {
	width: 100%;
	max-width: 1420px;	
	max-height: 550px;
	margin: auto;
}
.swiper-slide {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	overflow: hidden;
	opacity: 0.2;
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
}
.swiper-slide img{
	max-width: 100%;
}
.swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 999;
	opacity: 1;
}
.swiper-pagination {
	position: relative;
	margin-top: 15px;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	opacity: 1;	
	background: #ebebeb;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	margin-left: 4px;
	margin-right: 4px;
}
.swiper-pagination-bullet-active {
	background: #333333;
}
.swiper-button-prev {
	width: 46px;
	height: 46px;
	position: absolute;
	left: 35px;
	top: 50%;
	margin-top: -63px;
	background: url('../images/prev-bullet.png') no-repeat center;
}
.swiper-button-next {
	width: 46px;
	height: 46px;	
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -63px;
	background: url('../images/next-bullet.png') no-repeat center;
}
/*产品列表*/
.product-list{
	width: 100%;
	max-width: 1220px;
	margin: 0 auto 80px;
	overflow: hidden;
}
.product-item{
	float: left;
	width: calc( (100% - 80px)/3 );
	margin: 0 39px 39px 0;	
}
.product-item:nth-child(3n){
	margin-right: 0;
}
.product-item img{
	display: block;
	border: 0;
	max-width: 100%;
}
.product-item-cover-wrap{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.product-item-cover{
	position: absolute;
	left: 0;
	top: 0;
	background-size: 100%;
	background-position: center;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;	
}
.product-item-cover.hover{
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
}
.product-item-name{
	height: 24px;
	line-height: 24px;
	display: block;
	font-family: 'Pistilli';
	font-size: 24px;
	color: #333333;
	text-align: left;
	margin-top: 25px;
}
img.product-item-name{
	height: auto;
	max-height: 20px;
}
.product-name{
	display: none;
}
/*@media screen and (max-width: 1200px) and (min-width: 641px){
	.product-list{
		width: 100%;
	}
	.product-item{
		width: calc( (100% - 40px)/3 );
		margin: 0 20px 20px 0;
	}
}*/
@media screen and (max-width: 1200px) and (min-width: 641px){
	.product-list{
		width: 96%;
		max-width: 100%;
	}
	.product-item {
	    float: left;
	    width: calc( (100% - 20px)/3 );
	    margin: 0 10px 10px 0;
	}
	.product-item-name{
		font-size: 18px;
    	height: 16px;
    	line-height: 21px;		
		margin-top: 15px;
	}
	img.product-item-name{
		display: block;
		border: 0;
		height: 16px;
		/*max-height: 14px;*/
	}

}

.tit-cn{
	text-align: center;
	font-size: 30px;
	margin: 20px;
}
.product_con_title{
	font-size: 30px;
	margin: 30px;
	text-align: center;
}
.hPic img{
max-width:1000px; 
}
	









