@charset "utf-8";
.menu ul li.fa{
	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;
	}
@media only screen and (max-width: 640px) 
{
    .textBox p{
		padding: 0;
	}
	.textBox img{
		display: block;
		width: 100%;
	}
}