@charset "utf-8";
.menu ul li.al{
	border-bottom: 2px solid #0da5ba;
}


.product{
	width: 100%;
	padding: 70px 0 80px;
	overflow: hidden;
}
.product .index{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
@media only screen and (max-width: 640px) {
   .product .index{
	    width: 92%;
    }
}


/*textBox*/
.textBox{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	min-height: 400px;
}
	.textBox p{
		color: #666666;
		font-size: 14px;
		line-height: 25px;
		padding: 0 20px;
	}
	.textBox ul{}
		.textBox ul li{
			float: left;
			width: 33.33333333%;
			overflow: hidden;
			margin-top: 40px;			
		}
			.textBox ul li a{
				display: block;
				width: 90%;
				overflow: hidden;
				margin: 0 auto;
				position: relative;
			}
				.textBox ul li a img{
					display: block;
					width: 100%;
				}
				.textBox ul li a span{
					position: absolute;
					left: 0; bottom:0;
					display: block;
					width: 100%;
					color: #fff;
					font-size: 16px;
					line-height: 40px;
					text-align: center;
					background: url(../images/product-layer.png);
				}
@media only screen and (max-width: 640px) {
   .textBox p{
	padding: 0;
	}
	.textBox img{
		display:block;
		width:100%
	}
}
