@charset "utf-8";
.menu ul li.cp{
	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%;
    }
}





/*detail*/
.detail{
	padding: 40px 190px;
	min-height: 400px;
}
.detail h3 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}
.detail h4 {
    font-size: 12px;
	line-height: 40px;
	color: #666666;
	text-align: center;
	margin-bottom: 25px;
}
.detail p{
	padding: 0;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}
.detail p img{
	width: 100%;
}
@media only screen and (max-width: 640px) {
   .detail{
	    padding: 40px 0;
	    min-height: 400px;
    }
}
