@import url("./common.css");
/* 联系我们 */
.breadcrumb{
	margin-bottom: 0px!important;
}
.contact{
	padding: 3% 0 8%;
	background: #EFEFEF ;
	background-attachment: fixed;
	position: relative;
}
/* .contact::before{
	content: '';
	display: block;
	width: 580px;
	height: 594px;
	background: url(../image/other-bg1.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}
.contact::after{
	content: '';
	display: block;
	width: 1075px;
	height: 1081px;
	background: url(../image/other-bg2.png) no-repeat center;
	position: absolute;
	right: 0;
	bottom: -5px;
} */
.contact_item{
	background: #FFFFFF;
	box-shadow: 0 0 18px rgb(12 3 6 /19%);
	padding: 60px;
}
.in-h{
	margin-bottom: 30px;
}
.in-h::before{
	content: '';
	position: absolute;
	width: 4px;
	height: 12px;
	display: block;
	background-color: #006FC6;
}
.in-h b{
	font-size: 18px;
	color: #333333;
	margin-left: 15px;
	position: relative;
	top: -15px;
}
.in-contact{
	width: 48%;
}
.in-contact li{
	padding: 20px 10px;
	border-bottom: 1px dashed #E5E5E5;
	color: #888888;
	line-height: 24px;
	overflow: hidden;
}
.in-contact li b{
	color: #b72024;
	font-size: 22px;
	font-style: italic;
}
/* 地图 */
.in-contact-d{
	clear: both;
	width: 100%;
}
.in-contact-d li{
	padding: 20px 10px;
	border-bottom: 1px dashed #E5E5E5;
	color: #888888;
	line-height: 24px;
	overflow: hidden;
}
#l-map {
	height: 500px;
	margin-bottom: 30px;
}
@media all and (min-width: 2000px) {
	.contact,
	.breadcrumb{
		width: 1920px;
		margin: auto;
	}
}