.sec_content{
	width: 1510px;
	padding: 50px 0;
}
.section_bg{
	width: 100%;
	height: 150px;
	background: url(../images/index/bg-head6.jpg) no-repeat center;
}
.sec_content h4{
	font-size: 15px;
	margin-top: 60px;
}
.sec_content p{
	font-size: 14px;
	line-height: 24px;
	color: #434343;
	font-weight: bold;
	text-indent: 2em;
}
.sec_content p.address_tip{
	text-indent: 0;
	margin-top: 30px;
}

/*map*/
#mapContent{
	width: 1100px;
	height: 540px;
	margin: 0 auto;
	background-color:#eee;
	border: 1px solid #434343;
}

.contact_content{
	width: 410px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 60px;
}
.contact_info{
	width: 200px;
}
.contact_info p{
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-indent: 0;
}
.contact_tip{
	margin-bottom: 6px;
}
.contact_address{
	margin-top: 24px;
}
.wechat{
	width: 122px;
	text-align: center;
	position: relative;
}
.wechat p{
	font-weight: bold;
	font-size: 14px;
	text-indent: 0;
}
.wechatOA{
	width: 128px;
	height: 128px;
}
.wechatOA_big{
	position: absolute;
	left: 128px;
	bottom: -60px;
	width: 256px;
	height: 256px;
	border: 1px solid #eee;
	display: none;
}
.wechat:hover .wechatOA_big{
	display: block;
}

@media only screen and (max-width: 1600px){

.sec_content{
	width: 1180px;
	padding: 40px 0;
}

}