@charset "utf-8";
.menu ul li.wm{
	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 p a,.textBox p a:hover{
		    color: #666666;
	    }
@media only screen and (max-width: 640px) {
   .textBox p{
	padding: 0;
	}
	.textBox img{
		display:block;
		width:100%
	}
}





/*map*/
.map{
    width:100%;
    padding: 40px 190px;
	min-height: 400px;
}
.map img{
    display:block;
	width:100%;
}
.map p{
	padding: 0;
	margin-top:25px;
}
@media only screen and (max-width: 640px) {
    .map
    {
        min-height: 200px;
        padding: 40px 0;
    }
   .map-box{
        display:none
    }
}