.services-box h2 {
	margin-bottom: 60px;
	margin-top: 75px;
	text-align: center;
	font-size: 32px;
	color: #333;
}

.services-box ul li {
	float: left;
	width: 32%;
	height: 240px;
	margin-bottom: 20px;
	margin-left: 2%;
	text-align: center;
	background-color: #f7f9fa;
}
.services-box ul li:first-child,
.services-box ul li:first-child + li + li + li {
	margin-left: 0;
}
.services-box ul li h4 {
	display: inline-block;
	margin-top: 35px;
	padding-left: 32px;
	padding-bottom: 30px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 2px solid #ddddd5;
}
.services-box ul li:hover .service-phone,
.services-box ul li:hover .service-qq {
	color: #009fd9;
}
.services-box ul li:hover h4 {
	border-color: #009fd9;
}
.services-box ul li:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);  
	-moz-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);  
	box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
}
.service-desc {
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 14px;
	color: #666;
}
.service-phone,
.service-qq {
	margin-bottom: 10px;
	font-size: 14px;
	color: #999;
}
.weixin-box {
	position: relative;
}
.weixin-box:hover img {
	display: block;
}
.weixin-box > img {
	display: none;
	position: absolute;
	top: -170px;
	left: 50%;
	margin-left: -80px;
}
.service-qq a{
	display:block;
	margin: 0 auto;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #009fd9;
	border-radius: 3px;
}
.service-qq a img {
	vertical-align: bottom;
}
.service-1 {
	background: url(img/service-1.png) no-repeat left top;
}
.service-2 {
	background: url(img/service-2.png) no-repeat left top;
}
.service-3 {
	background: url(img/service-3.png) no-repeat left top;
}
.service-4 {
	background: url(img/service-4.png) no-repeat left top;
}
.service-5 {
	background: url(img/service-5.png) no-repeat left top;
}
.service-6 {
	background: url(img/service-6.png) no-repeat left top;
}

.attention-us {
	margin-top: 60px;
	padding-bottom: 60px;
	background-color: #f7f9fa;
}
.attention-us h2 {
	padding-bottom: 50px;
	padding-top: 75px;
	text-align: center;
	font-size: 32px;
	color: #333;
}
.attention-us ul li {
	position: relative;
	float: left;
	width: 33.33333%;
}
.attention-us ul li a {
	position: relative;
	display: block;
	height: 100%;
	text-align: center;
	z-index: 2;
}
.attention-us ul li:hover .contact-way-shadow {
	display: block;
}
.contact-way-shadow {
	display: none;
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	background: url(img/way-icon.png) no-repeat 0 0;
	z-index: 1;
}
.contact-way {
	display: inline-block;
	width: 80px;
	height: 80px;
}
.contact-name {
	padding: 15px 0;
	font-size: 16px;
	color: #333;
}
.contact-user {
	font-size: 16px;
}
.contact-user-1 {
	color: #229a10;
}
.contact-user-2 {
	color: #e6162d;
}
.contact-user-3 {
	color: #0daaf8;
}
.contact-way-1 {
	background: url(img/contact-way-1.png) no-repeat 0 0;
}
.contact-way-2 {
	background: url(img/contact-way-2.png) no-repeat 0 0;
}
.contact-way-3 {
	background: url(img/contact-way-3.png) no-repeat 0 0;
}
.address-us {
	margin-bottom: 120px;
}
.address-us h2{
	padding-bottom: 60px;
	padding-top: 90px;
	text-align: center;
	font-size: 32px;
	color: #333;
}
.address-us img {
	width: 100%;
}

#MyMap{
	height: 500px;
}
.BMap_pop{
	top: 90px!important;
}
.BMap_Marker>div{
	width: 50px!important;
	height: 40px!important;
}
.BMap_bubble_title{
	color: #cc5522;
	font: bold 16px/16px arial,sans-serif;
	margin-bottom: 5px;
}
.BMap_bubble_content{
	font-size: 14px;
}