@charset "utf-8";
/*------------------------------------------------------------
	category
------------------------------------------------------------*/
.comTitle {
	background: url(../images/page_product.jpg) no-repeat center center;
	background-size: cover;
}

#main .proList li {
	margin: 0 1% 30px;
	width: 31.33333%;
	float: left;
	box-sizing: border-box;
}

#main .proList li a {
	padding: 5px;
	display: block;
	border: 1px solid #999;
}

#main .proList li a .title {
	padding: 10px 0;
	color: #000;
	font-size: 16px;
	position: relative;
	text-align: center;
	background: rgba(153,153,153,.3);
}

#main .proList li a .pic {
	text-align: center;
	overflow: hidden;
}

#main .proList li a .pic img {
	max-width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .proList li a:hover .pic img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.youshi .pic {
	text-align: center;
}

#main .feature {
	margin-bottom: 80px;
}

#main .feature .leftInner {
	margin-bottom: 50px;
}

#main .feature .leftInner .photo {
	float: left;
}

#main .feature .leftInner .textBox {
	width: 700px;
	float: right;
}

#main .feature .rightInner .photo {
	float: right;
}

#main .feature .rightInner .textBox {
	width: 700px;
	float: left;
}

#main .feature .textBox dt {
	margin-bottom: 20px;
	color: #333;
	font-size: 40px;
}

#main .feature .textBox dt img {
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#main .feature .textBox dd {
	margin-bottom: 40px;
	color: #666;
	font-size: 16px;
	text-indent: 2em;
}

#main .feature .textBox dd:last-child {
	margin-bottom: 0;
}

#main .banner02 {
	margin-bottom: 80px;
	height: 240px;
	background: url(../images/banner02.jpg) no-repeat center center;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	#main .proList {
		margin: 0 15px;
	}
	
	#main .proList li {
		margin: 0 1% 30px;
		width: 48%;
	}
	
	#main .proList li a {
		padding: 2px;
	}
	
	#main .proList li a .title {
		font-size: 14px;
	}

	#main .proList li a .pic {
		text-align: center;
		overflow: hidden;
	}
	
	#main .feature {
		margin: 0 20px 30px;
	}
	
	#main .feature .leftInner {
		margin-bottom: 30px;
	}
	
	#main .feature .leftInner .photo {
		margin-bottom: 15px;
		float: none;
	}

	#main .feature .leftInner .photo img {
		width: 100%;
	}
	
	#main .feature .leftInner .textBox {
		width: auto;
		float: none;
	}
	
	#main .feature .rightInner .photo {
		margin-bottom: 15px;
		float: none;
	}

	#main .feature .rightInner .photo img {
		width: 100%;
	}
	
	#main .feature .rightInner .textBox {
		width: auto;
		float: none;
	}
	
	#main .feature .textBox dt {
		margin-bottom: 10px;
		color: #333;
		font-size: 30px;
	}
	
	#main .feature .textBox dt img {
		margin: 0 10px 0 0;
		width: 50px;
	}
	
	#main .feature .textBox dd {
		margin-bottom: 20px;
		color: #666;
		font-size: 16px;
		text-indent: 2em;
	}
	
	#main .feature .textBox dd:last-child {
		margin-bottom: 0;
	}

	#main .banner02 {
		margin-bottom: 30px;
		height: auto;
		background: none;
	}

	#main .banner02 img {
		width: 100%;
	}
	
	.youshi .pic img {
		width: 100%;
	}


}