@charset "utf-8";
.contact_us_banner {
	position: relative;
}

.contact_us_banner_title {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.contact_us_banner_e {
	font-size: 3.75rem;
	font-weight: bold;
}

.contact_us_banner_txt {
	margin-top: 1.5rem;
	font-size: 2.5rem;
}

.contact_us {
	width: 100rem;
	margin: 5rem auto;
	height: 42.4375rem;
	background: #f8f8f8;
}

.contact_us_img {
	width: 33.75rem;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	float: left;
}

.contact_us_right {
	width: calc(100% - 33.75rem);
	float: left;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #000;
}

.contact_us_inner_right {
	width: calc(100% - 6.25rem);
	overflow: hidden;
	margin-left: 3.125rem;
}

.input_title {
	font-size: 2.875rem;
	line-height: 2.875rem;
	font-weight: bold;
	text-align: center;
}

.input_title2 {
	font-size: 1.625rem;
	padding-top: 1.25rem;
	padding-bottom: 2.5rem;
	text-align: center;
}

.input_con {
	overflow: hidden;
}

.input_self {
	height: 4.375rem;
	padding: 0 1.875rem;
	font-size: 1.25rem;
	width: 48.5%;
	float: left;
}

.input_self:first-child {
	margin-right: 3%;
}

.textarea_con {
	height: 13.75rem;
	margin: 1.875rem 0;
	padding: 1.875rem;
	font-size: 1.25rem;
	width: 100%;
}

input.input_self:focus,
textarea.textarea_con:focus {
	outline: none;
}

.form_btn {
	font-size: 1.25rem;
	width: 12.8125rem;
	height: 4.0625rem;
	text-align: center;
	line-height: 4.0625rem;
	display: block;
	margin: auto;
	background: #004ea2;
	color: #fff;
}

.form_btn:hover {
	color: #fff;
}

.contact_us_title {
	font-size: 2.875rem;
	font-weight: bold;
	margin-left: 3.75rem;
	padding-top: 3.75rem;
	overflow: hidden;
}

.contact_us_title2 {
	font-size: 1.625rem;
	margin-left: 3.75rem;
	margin-bottom: 50px;
}

.line_nav_con {
	overflow: hidden;
	margin-top: 1.875rem;
	margin-bottom: 4.375rem;
}

.line_nav {
	height: 1px;
	background: #4d4d4e;
	width: 72%;
	float: right;
	margin-right: 1.25rem;
}

.contact_us_nav {
	margin-bottom: 1.875rem;
	margin-left: 3.75rem;
}

.contact_us_nav:last-child {
	margin-bottom: 0;
}

.contact_us_nav_title {
	font-size: 1.25rem;
}

.contact_us_nav_txt {
	font-size: 0.875rem;
}

.map_img {
	height: 30rem;
	overflow: hidden;
	width: 100%;
}

.BMap_mask{ display:none;}
.BMap_stdMpZoom{ display:none;}
.BMap_stdMpPan{ display:none;}
.BMap_cpyCtrl{ display:none;}
.BMap_scaleTxt{ display:none;}
.BMap_scaleCtrl{ display:none;}
.BMap_omCtrl{ display:none;}
.anchorBL{ display:none;}
/*响应式适配*/

@media (min-width: 320px) and (max-width: 1200px) {
	.map_img{
		width: 100%;
		height: 24rem;
	}
	.contact_us_banner_e {
		font-size: 1.75rem;
	}
	
	.contact_us_banner_txt {
		margin-top: 0.2rem;
		font-size: 1rem;
	}
	.contact_us_title{
		font-size: 23px;
	}
	.contact_us_title2{
		font-size: 20px;
		margin-top: 5px;
	}
	.contact_us{
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
   	 	height: auto;
   	 	padding-bottom: 3rem;
   	 	overflow: hidden;
	}
	.contact_us_img,.contact_us_right{
		width: 100%;
		height: auto;
	}
	.contact_us_img{
		height: 42.4375rem;
		margin:0 9%;
		width: 82%;
	}
	.contact_us_inner_right{
		width: 82%;
		margin:0 9%;
	}
	.input_self:first-child{
		margin-right: 0;
		margin-bottom: 2rem;
	}
	.input_self{
		width: 100%;
	}
	.input_title{
		font-size: 23px;
		padding-top: 44px;
	}
	.input_title2{
		font-size: 20px;
		padding-top: 0;
	}
	.textarea_con{
		padding:1rem;
		height: 10rem;
	}
	.map_img.phone_screen{
		width: 100%;
		height: auto;
	}
	.map_img.phone_screen img{
		width: 100%;
		height: auto;
	}
	.contact_us_nav_txt{
		margin-top: 10px;
	}
	.contact_title{
		text-align: center;
		font-weight: bold;
		margin-top: 20px;
		font-size: 23px;
		width: 100%;
	}
	.contact_title2{
		text-align: center;
		font-size: 15px;
		width: 100%;
		margin-bottom: 20px;
		margin-top: 5px;
	}
}

@media (min-width: 991.98px) {}

@media (min-width: 1199.98px) {}

@media (min-width: 1334px) {}

@media (min-width: 1680px) {}

@media (min-width: 1860px) {}

@media (min-width: 1900px) {}