.contact-us-wrap {
	width: 75rem;
	padding-top: 8.5rem;
	padding-bottom: 9rem;
	background-color: rgba(238, 238, 238, .5);
}

/* banner */
.contact-us-banner {
	width: 75rem;
	height: 20rem;
}

.contact-us-banner img {
	width: 75rem;
	height: 20rem;
}

/* 页面切换 */
.type-wrap {
	height: 7.3rem;
	width: 75rem;
	background-color: #fff;
	padding: 2.1rem 5rem 0rem 5rem;
	display: flex;
}

.type-item {
	text-align: center;
	width: 16.9rem;
	height: 5.2rem;
	margin-right: 2.1rem;
	background-color: #e5e5e5;
	border-radius: 0.5rem 0.5rem 0rem 0rem;
	font-size: 2.54rem;
	line-height: 5.2rem;
	color: #1e1e1e;
}

.type-item-active {
	background-color: #214592;
	color: #fff;
}

/* 区域经理联系方式 */
.call_them {
	width: 75rem;
	padding: 0 5rem;
}

/* 标题 */
.call_them_title {
	text-align: center;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.9rem;
	color: #505050;
	margin: 3.5rem auto;
}

.call_them_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 2.3rem;
}

/* 单个联系人 */
.call_them_item {
	width: 31.8rem;
	height: 14rem;
	padding: 2.5rem;
	background-color: #ffffff;
	margin-right: 1.4rem;
	margin-bottom: 1.6rem;
}

.call_them_item:nth-child(2n) {
	margin-right: 0;
}

.call_them_item_t {
	display: flex;
	justify-content: space-between;
}

.call_them_item_t_l {
	width: 15.6rem;
	min-width: 120px;
}

.call_them_item_t_l>p:first-child {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.8rem;
	padding-bottom: 1.2rem;
	border-bottom: solid 0.1rem #dcdcdc;
}

.call_them_item_t_l>p:last-child {
	padding-top: 1.2rem;
	font-size: 1.4rem;
	font-family: AdobeHeitiStd-Regular;
}

.call_them_item_t_l>p:last-child>span {
	font-family: ArialMT;
}

.call_them_item_t_r {
	width: 6rem;
	height: 6rem;
}

.call_them_item_t_r>img {
	width: 6rem;
	height: 6rem;
}

.call_them_item_b {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.3rem;
	line-height: 3rem;
}


/* 联系我们 */
.contact_us_box {
	width: 75rem;
	background-color: #fff;
	text-align: center;
	padding: 0 5rem;
}

.contact_us_box-title {
	height: 9.5rem;
	line-height: 9.5rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.92rem;
	color: #505050;
}

.contact_us_box-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fun_item {
	width: 31.8rem;
	height: 9.2rem;
	background-color: #ffffff;
	border: solid 0.1rem #dcdcdc;
	display: flex;
	align-items: center;
	padding-left: 4rem;
	margin-bottom: 1.5rem;
}

.fun_item img {
	width: 6.1rem;
	height: 6.1rem;
	margin-right: 1.5rem;
}

.fun_text {
	text-align: left;
}

.fun_text span {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	line-height: 2.91rem;
	letter-spacing: 0.02rem;
	color: #353535;
}

.fun_text p {
	font-family: ArialMT;
	font-size: 2.4rem;
	letter-spacing: 0.02rem;
	color: #236ab5;
}

.fun_link p {
	font-family: MicrosoftYaHei-Bold;
}

/* 联系地址 */
.address-box {
	width: 75rem;
	/* height: 29.7rem; */
	background-color: #ffffff;
	padding: 0 5rem 2rem 5rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;

}

.address-box-wrap {
	border: solid 0.1rem #dcdcdc;
	padding: 3rem;
}

.address-item {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}

/* .address-item div {
	line-height: 7rem;
	margin-right: 3rem;
} */

.address-item img {
	width: 5rem;
	margin-right: 2rem;
	/* vertical-align: middle; */
}

.address-text {
	/* display: inline-block; */
}

.address-text h5 {
	line-height: 3.33rem;
	color: #505050;
	font-family: SourceHanSansCN-Medium;
	font-size: 2.29rem;
}

.address-text p {
	font-family: SourceHanSansCN-Regular;
	font-size: 2.08rem;
	line-height: 3.33rem;
	color: #5c5c5c;
}