
/* *************************轮播 *********************************/
.banner{
	width:100%;
	height:600px;
}
.banner .swiper-container{
	width:100%;
	height:600px;
}
.banner .swiper-container .swiper-wrapper{
	width:100%;
	height:600px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide{
	width:100%;
	height:600px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img{
	width:100%;
	height:600px;
}
/* *************************主体 *********************************/
.main{
	width:100%;
	height:900px;
	background: #f3f5f7;
}
.main .top{
	width:100%;
	height:100px;
	position: relative;
}
.top h3{
	font-size: 18px;
	color:#212121;
	position: absolute;
	left:0;
	top:25px;
}
.top i{
	font-size: 16px;
	color:#18c4c2;
	position: absolute;
	left:87px;
	top:10px;
}
.top .border{
	width:100px;
	height:2px;
	background: #18c4c2;
	position: absolute;
	left:0;
	top:55px;
}
.top span{
	font-size: 14px;
	color: #212121;
	position: absolute;
	left:0;
	top:60px;
}

.product_list li{
	width:210px;
	height:338px;
	padding:38px 30px 0px;
	background: #fff;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	text-align: center;
} 
.product_list li.last{
	margin-right: 0;
} 
.product_list li.last1{
	margin-right: 0;

} 
.product_list li.last1 i{
	font-size: 80px;
	color:#fff;
	line-height:300px;
} 
.product_list li .pro_img{
	width:190px;
	height:152px;
	margin:0 auto;
	overflow: hidden;
} 
.product_list li .pro_img img{
	width:100%;
	height:100%;
} 
.product_list li h3{
	width:100%;
	height:50px;
	line-height: 50px;
	font-size: 14px;
	color: #666666;
	margin-top: 12px;
} 
.product_list li .des{
	width:100%;
	height:66px;
	line-height:22px;
	font-size: 12px;
	color: #666666;
} 
.product_list li a{
	display: block;
	width:138px;
	height:38px;
	border:1px solid #18c4c2;
	margin:0 auto;
	color:#18c4c2;
	line-height: 38px;
} 
.product_list li a:hover{
	background: #18c4c2;
	color:#fff;
} 
.product_list li:hover{
	box-shadow:-2px 2px 5px rgba(204,205,209,0.8);
	-moz-box-shadow:-2px 2px 5px rgba(204,205,209,0.8);
	-webkit-box-shadow:-2px 2px 5px rgba(204,205,209,0.8);
	-o-box-shadow:-2px 2px 5px rgba(204,205,209,0.8);
	-ms-box-shadow:-2px 2px 5px rgba(204,205,209,0.8);
} 
.product_list li:hover a{
	background: #18c4c2;
	color:#fff;
}
.product_list li:hover .pro_img img{
	transition: 3s linear;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
}
