body{
	background-color: #dde4e7;
}
header{
	height: 290px;
	background-image: url(../images/contact_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.head-top{
	position: relative;
}
.head-intro{
	position: absolute;
	top: 135px;
	right: 60px;
	width: 750px;
	height: 98px;
	padding: 15px;
	background-image: url(../images/head-intro_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	font-size: 14px;
	color: white;
	line-height: 20px;
}
.head-btm{
	height: 8px;
	background-color: #2ba48c;
}
.contact-img{
	height: 350px;
	background-image: url(../images/contact_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.contact-box h4{
	height: 52px;
	background-image: url(../images/contact_bor.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 2px;
	line-height: 65px;
}
.contact-box h4 em{
	font-size: 16px;
	color: #666;
}
.contact-box h4 span{
	margin: 0 10px;
	color: #666;
}
.contact-box h4 em.active{
	color: #01937f;
}
.contact-content{
	margin: 20px 0 0 20px;
	padding-bottom: 100px;
	font-size: 14px;
	line-height: 28px;
	color:#666666;
	min-height:500px;
}
.contact-content p{
	font-size: 14px;
	line-height: 28px;
}
.contact-content figure{
	margin-top: 24px;
}