img{
	display: block;
	border: 0;
	max-width: 100%;
	height: auto;
	margin: auto;
}
.health-banner{
	width: 100%;
	/*max-width: 1420px;*/
	margin: auto;
	position: relative;
}
.health-banner img{
	width: 100%;
	display: block;
	border: 0;
}
.health-tit{
	color: #fff;
	font-size: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
/*	text-shadow: 2px 4px 4px rgba(0,0,0,.2);
	-webkit-text-shadow: 2px 4px 4px rgba(0,0,0,.2);
	-moz-text-shadow: 2px 4px 4px rgba(0,0,0,.2);
	-ms-text-shadow: 2px 4px 4px rgba(0,0,0,.2);*/
	text-align: center;
}
.line{
	width: 222px;
	height: 6px;
	background: #ffe100;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	margin-top: 50px;	
}
.health-wrap{
	width: 100%;
	overflow: hidden;
	padding: 80px 100px 0;
	max-width: 1420px;
	margin: auto;	
}
.health-content-tit{
	margin-bottom: 45px;
}
.health-content-desc{
	font-size: 18px;
	color: #333;
	line-height: 36px;
	margin-bottom: 90px;
}
.pic1, .pic2, .pic3, .pic4{
	margin-bottom: 100px;
}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.health-tit{
		width: 100%;
		font-size: 36px;
	}
}



