@charset: "utf-8";
/*联系鸡博仕*/
/*联系我们内容*/
.BMapLabel{color: #23ab97!important; font-size: 16px!important;background-color: transparent!important; border: none!important;}
.contact_banner{
	height: 500px;
	background: url('../../images/public/about/contact_banner.png') no-repeat center top;
}

.contact {
	width: 100%;
	background-color: #fff;
}

.contact .contact_banner {
	width: 100%;
}

.contact_line{
	border-bottom: 1px solid #ccc;
	padding-bottom: 90px;
}

.contact_content {
	width: 1200px;
	padding-bottom: 90px;
	padding-top: 90px;
	margin: 0 auto;
}
.contact_content dl {
	width: 33.33%;
	float: left;
	padding: 100px 0 0 100px;
	position: relative;
}

.contact_content dl dt {
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: 500;
	color: #444;
}

.contact_content dl dd {
	line-height: 25px;
	color: #999;
}

.contact_content dl > i {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 100px;
	left: 25px;
	background: url('../../images/public/public/public_icon_02.png') no-repeat;
	/*background-color: #23ab97;*/
}

.contact_content dl > i.icon_contact_01 {
	background-position: -295px -538px;
}

.contact_content dl > i.icon_contact_02 {
	background-position: -295px -468px;
}

.contact_content dl > i.icon_contact_03 {
	background-position: -494px -562px;
}

.contact_content dl > i.icon_contact_04 {
	background-position: -481px -506px;
}

.contact_content dl > i.icon_contact_05 {
	background-position: -479px -454px;
}

.contact_content dl > i.icon_contact_06 {
	background-position: -482px -394px;
}

.contact_content dl > i.icon_contact_07 {
	background-position: -478px -339px;
}

.contact_content dl > i.icon_contact_08 {
	background-position: -477px -289px;
}

.contact_content dl > i.icon_contact_09 {
	background-position: -477px -232px;
}

/*二维码入口*/
.qrcode_box {
	padding: 66px 0;
}
.qrcode_box li {
	width: 50%;
	float: left;
	text-align: center;
	color: #444;
}

.qrcode_box li > img {
	max-width: 150px;
	display: inline-block;
}

.qrcode_box li h3 {
	line-height: 32px;
}

/*地图*/
.jbs_map {
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}
.jbs_map>img{width: 100%;}