/**
 * 服务领域详情页样式。
 * 
 * @since 2015-04-18
 * @version 1.0
 * @author Luowen
 */


.area-text-title {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	line-height: 60px;
	padding: 0 20px;
	background-color: #358cc5;
	margin-bottom: 60px;
}
.area-contact {
	display: inline-block;
	background-color: #fafafa;
	margin-top: 50px;
}
.area-contact dt {
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color: #aaa;
}
.area-contact dd {
	font-size: 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	margin: 0 25px 5px;
}
.area-contact i {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 33px;
	background: url(../img/icon-service-area-contact.png) no-repeat;
	margin-right: 5px;
}
.area-contact span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.area-contact .telphone1 {
	margin-top: 15px;
}
.area-contact .telphone1 i {
	background-position: 0 0;
}
.area-contact .telphone2 i {
	background-position: 0 -33px;
}
.area-contact .email i {
	background-position: 0 -66px;
}
.area-contact .address i {
	background-position: 0 -99px;
}
.area-contact .address {
	border-bottom: none;
	margin-bottom: 25px;
}