.contact_warp{
	width: 100%;
	height: 10rem;
	background: url('../images/contact_bg.png');
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
#map img{
    width: auto;
    height: 100%;
}
.contact{
	height: 7rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.27rem 0rem rgba(210,210,210,0.31);
	display: flex;
}
.contact .contact_warp_left{
	width: 7.27rem;
	padding: 0.43rem 0.54rem 1.48rem 0.77rem;
}
.contact .contact_warp_left .contact_address{
	font-family: MicrosoftYaHei;
	font-size: 0.3rem;
	color: #333333;
	position: relative;
	margin-bottom: 0.4rem;
	margin-top: 0.5rem;
}
.contact .contact_warp_left .contact_address span{
	font-family: swiper-icons;
	font-size: 0.24rem;
	font-weight: bold;
	color: #989898;
	width: 0.24rem;
	height: 0.24rem;
	display: block;
	position: absolute;
	top: 0.13rem;
	right: 0.22rem;
}
.contact .contact_warp_left .contact_infor{
	display: none;
	margin-top: 0.3rem;
}
.contact .contact_warp_left .contact_left_list{
	cursor: pointer;
}
.contact .contact_warp_left .contact_left_list:first-child .contact_infor{
	display: block;
}
.contact .contact_warp_left .contact_infor2{
	display: flex;
	flex-wrap: nowrap;
	font-family: MicrosoftYaHei;
	font-size: 0.18rem;
	color: #666666;
	line-height: 0.24rem;
	margin: 0.11rem 0;
}
.contact .contact_warp_left .contact_infor2 img{
	width: 0.15rem;
	height: 0.2rem;
	margin-right: 0.23rem;
	object-fit: contain;
}
.contact .contact_warp_left .contact_hr{
	width: 100%;
	height: 0.01rem;
	border: 0.01rem solid #F6F6F6;
}




.contact .contact_warp_right{
	width: calc(100% - 7.27rem);
	height: 100%;
}
.contact .contact_warp_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}