﻿#footer {
	z-index: 5;
}

.contact-us_wrap {
	width: 192rem;
	padding-top: 8rem;
	background-color: rgba(238, 238, 238, 1);
}

.contact-us_banner {
	width: 192rem;
	height: 52rem;
}

.contact-us_banner img {
	width: 100%;
	height: 100%;
}

/* 联系我们 */
.contact_us_box {
	width: 192rem;
	background-color: #fff;
}

.box_center {
	width: 120rem;
	margin: 0 auto;
	text-align: center;
	padding: 6rem 0;
	height: 35rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.box_center h5 {
	font-weight: 550;
	font-family: SourceHanSansCN-Medium;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.1rem;
	color: #1a1c1d;
}

.fun {
	height: 10rem;
	display: flex;
	justify-content: space-between;
}

.fun_item {
	display: flex;
	cursor: pointer;
}
.fun_item:hover {
	transition: transform .5s;
	transform: scale(1.05);
}

.fun_item img {
	width: 8.6rem;
	height: 8.5rem;
	margin-top: 0.8rem;
	margin-right: 1.7rem;
}

.fun_text {
	padding: 1.4rem 0;
	text-align: left;
}

.fun_text span {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	line-height: 3.6rem;
	color: #353535;
}

.fun_text p {
	font-family: Avanti;
	font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: 0px;
	color: #236ab5;
	line-height: 3.6rem;
}


.fun_line {
	width: 0.1rem;
	height: 10rem;
	background-color: #236ab5;
}

.fun_link span {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	line-height: 3.6rem;
	color: #353535;
}

.fun_link p {
	font-family: MicrosoftYaHei-Bold;
	font-size: 2.4rem;
	color: #236ab5;
}

.address {
	width: 120rem;
	height: 29rem;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 6.4rem;
	display: flex;
}

.address_item {
	height: 29rem;
	width: calc(100% / 3);
	position: relative;
	padding: 3rem;
	border: solid 0.1rem #dcdcdc;
}

.address_item:hover {
	transition: transform .5s;
	transform: scale(1.01);
}

.address_item:nth-child(2) {
	border-left: 0;
	border-right: 0;
}

.address_icon {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.address_icon img {
	max-height: 8.6rem;
	max-width: 6.4rem;
}

.address_text {
	text-align: center;
	height: 7.5rem;
	position: absolute;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	bottom: 5rem;
	left: 50%;
	transform: translateX(-50%);
}

.address_text p {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	line-height: 1;
	color: #505050;
}

/* 区域经理联系方式 */
.call_them {
	width: 120rem;
	margin: 0 auto;
}

/* 标题 */
.call_them_title {
	font-weight: 550;
	width: 120rem;
	text-align: center;
	font-family: SourceHanSansCN-Regular;
	font-size: 3.6rem;
	line-height: 13rem;
	letter-spacing: 0px;
	color: #505050;
}

.call_them_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

/* 单个联系人 */
.call_them_item {
	width: 38.7rem;
	height: 17rem;
	padding: 3rem;
	background-color: #ffffff;
	color: #505050;
	line-height: 4rem;
	margin-right: 1.9rem;
	margin-bottom: 1.9rem;
}

.call_them_item:hover {
	transition: transform .5s;
	transform: scale(1.05);
}

.call_them_item:nth-child(3n) {
	margin-right: 0;
}

.call_them_item_t {
	display: flex;
	justify-content: space-between;
}

.call_them_item_t_l {
	width: 15.6rem;
}

.call_them_item_t_l>p:first-child {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.8rem;
	border-bottom: solid 0.1rem #dcdcdc;
}

.call_them_item_t_l>p:last-child {
	font-size: 1.6rem;
	font-family: AdobeHeitiStd-Regular;
}

.call_them_item_t_l>p:last-child>span {
	font-family: ArialMT;
}

.call_them_item_t_r {
	margin: 0.4rem 0;
	width: 7.2rem;
	height: 7.2rem;
	background-color: #626262;
}

.call_them_item_t_r>img {
		width: 100%;
		height: 100%;
}

.call_them_item_t_r:hover {
		transition: transform .5s;
		transform: scale(1.3);
}

.call_them_item_b {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	line-height: 3rem;
}

/* 客户需求 */

.demand_box h5 {
	margin-top: 3rem;
	background-color: #fff;
	text-align: center;
	height: 13rem;
	line-height: 13rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 3.6rem;
	color: #505050;
}

.demand_form {
	width: 120rem;
	margin: 0 auto;
	text-align: center;
	font-family: SourceHanSansCN-Regular;
	padding: 5rem 0;
	margin-top: 5rem;
}

.demand_form div {
	width: 120rem;
	height: 9.1rem;
	background-color: #ffffff;
	border-radius: 1rem;
	display: flex;
}

.demand_form input[type="text"] {
	font-size: 2.4rem;
	line-height: 9.1rem;
	height: 9.1rem;
	text-indent: 1em;
	width: calc(100% / 3.5);
}

.demand_form input[type="number"]:last-child{
	width: calc(100% - ((100% / 3.5) * 2) );
}

.demand_form input[type="number"] {
	font-size: 2.4rem;
	line-height: 9.1rem;
	height: 9.1rem;
	text-indent: 1em;
	width: calc(100% / 3.5);
}

.demand_form input[type="text"]:last-child{
	width: calc(100% - ((100% / 3.5) * 2) );
}
.demand_form input[type="number"]:last-child{
	width: calc(100% - ((100% / 3.5) * 2) );
}

.demand_form p {
	text-align: left;
	font-size: 1.6rem;
	line-height: 4.5rem;
	letter-spacing: 0px;
	color: #8d8d8d;
}

.demand_form input[type="button"] {
	display: inline-block;
	width: 16.2rem;
	height: 4.5rem;
	background-color: #236ab5;
	border-radius: 360px;
	font-size: 1.8rem;
	line-height: 4.5rem;
	color: #ffffff;
	margin: 0 auto;
	cursor: pointer;
}

/* 人才招聘 */
.talent_recruitment_title {
	font-weight: 550;
	text-align: center;
	background-color: #fff;
	height: 16rem;
	font-family: SourceHanSansCN-Medium;
	font-size: 3rem;
	line-height: 16rem;
	color: #1a1c1d;
}

.talent_recruitment {
	height: 65rem;
	margin-bottom: -10rem;
	position: relative;
	display: flex;
}

#talent_recruitment_map {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 65rem;
	background-color: #fff;
	z-index: 2;
}

.talent_recruitment_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 65rem;
	background-color: #2c67e8;
	background: #2c67e8 url('/image/public/talent_recruitment.png') no-repeat;
	background-size: 100% 100%;
	text-align: right;
	display: flex;
	flex-direction: column;
	padding: 5rem 0 10rem 0;
	justify-content: space-around;
	z-index: 3;
}

.talent_recruitment_box>h5 {
	font-family: SourceHanSansCN-Regular;
	font-size: 2.1rem;
	color: #ffffff;
	padding-right: 9rem;
}

.talent_recruitment_item {
	display: flex;
	justify-content: flex-end;
	margin-right: -5rem;
}

.talent_recruitment_item_text {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-right: 5rem;
}

.talent_recruitment_item_text>p {
	line-height: 2;
	color: #ffffff;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.4rem;
	opacity: 0.7;
}

.talent_recruitment_item_text>p:first-child {
	opacity: 1;
	font-size: 1.8rem;
}


.talent_recruitment_item_icon {
	width: 9rem;
	height: 9.5rem;
	background: url('/image/public/circle.png') no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.talent_recruitment_item_icon img {
	width: 4rem;
	height: 4rem;
	min-width: 3rem;
	min-height: 3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.talent_recruitment_more {
	margin-right: 9rem;
}

.talent_recruitment_more p {
	width: 9.9rem;
	height: 3.2rem;
	background-color: #ffffff;
	border-radius: 360px;
	font-family: MicrosoftYaHei;
	font-size: 1.4rem;
	line-height: 3.2rem;
	color: #004db4;
	float: right;
	text-align: center;
}

@media screen and (max-width: 1140px) {
	.contact-us_wrap {
		padding-top: 9.3rem;
	}
	
	/* 联系我们 */
	.box_center {
		width: 172rem;
		padding: 8.8rem 0;
		height: 47.16rem;
	}
	
	.box_center h5 {
		font-size: 4.55rem;
	}
	
	.fun {
		height: 14rem;
	}
	
	.fun_item img {
		width: 12.3rem;
		height: 12.3rem;
		margin-top: 0.65rem;
		margin-right: 2.53rem;
	}
	
	.fun_text {
		padding: 1.2rem 0;
	}
	
	.fun_text span {
		font-size: 2.36rem;
		line-height: 5.3rem;
	}
	
	.fun_text p {
		font-size: 3.41rem;
		line-height: 5.1rem;
	}
	
	
	.fun_line {
		width: 0.17rem;
		height: 14rem;
	}
	
	.fun_link span {
		font-size: 2.36rem;
		line-height: 5.3rem;
	}
	
	.fun_link p {
		font-size: 3.41rem;
	}
	
	.address {
		width: 172rem;
		height: 41.43rem;
		margin-top: 9rem;
	}
	
	.address_item {
		height: 41.43rem;
		padding: 5.7rem;
	}
	
	.address_icon {
		top: 30%;
	}
	
	.address_icon img {
		max-height: 13rem;
		max-width: 10rem;
	}
	
	.address_text {
		height: 10.8rem;
		bottom: 8rem;
	}
	
	.address_text p {
		font-size: 2.69rem;
	}
	
	/* 区域经理联系方式 */
	.call_them {
		width: 172rem;
	}
	
	/* 标题 */
	.call_them_title {
		width: 172rem;
		font-size: 4.55rem;
		line-height: 18.86rem;
	}
	
	/* 单个联系人 */
	.call_them_item {
		width: 55.07rem;
		height: 24.42rem;
		padding: 4.35rem;
		line-height: 5.98rem;
		margin-right: 2.53rem;
		margin-bottom: 2.53rem;
	}
	
	.call_them_item_t_l {
		width: 22.55rem;
	}
	
	.call_them_item_t_l>p:first-child {
		font-size: 2.69rem
	}
	
	.call_them_item_t_l>p:last-child {
		font-size: 2.36rem;
	}
	
	.call_them_item_t_r {
		margin: 0.57rem 0;
		width: 10.27rem;
		height: 10.27rem;
	}
	
	.call_them_item_t_r>img {
		width: 10.27rem;
		height: 10.27rem;
	}
	
	.call_them_item_b {
		font-size: 2.36rem;
		line-height: 4.425rem;
	}
	
	/* 客户需求 */
	.demand_box h5 {
		margin-top: 7.58rem;
		height: 18.86rem;
		line-height: 18.86rem;
		font-size: 4.55rem;
	}
	
	.demand_form {
		width: 172rem;
		padding: 6.7rem 0;
		margin-top: 6.7rem;
	}
	
	.demand_form div {
		width: 172rem;
		height: 12.97rem;
		border-radius: 1.68rem;
	}
	
	.demand_form input[type="text"] {
		font-size: 3.4rem;
		line-height: 12.97rem;
		height: 12.97rem;
	}
	.demand_form input[type="number"] {
		font-size: 3.4rem;
		line-height: 12.97rem;
		height: 12.97rem;
	}
	
	.demand_form p {
		font-size: 2.36rem;
		line-height: 6.6rem;
	}
	
	.demand_form input[type="submit"] {
		width: 25.09rem;
		height: 6.91rem;
		font-size: 3.03rem;
		line-height: 6.91rem;
	}
	
	/* 人才招聘 */
	.talent_recruitment_title {
		height: 21rem;
		font-size: 4.55rem;
		line-height: 21rem;
	}
	
	.talent_recruitment {
		height: 97rem;
		margin-bottom: -15rem;
	}
	
	#talent_recruitment_map {
		height: 97rem;
	}
	
	.talent_recruitment_box {
		height: 97rem;
		padding: 9.6rem 0 15rem 0;
	}
	
	.talent_recruitment_box>h5 {
		font-size: 2.74rem;
		padding-right: 10.5rem;
	}
	
	.talent_recruitment_item {
		margin-right: -5rem;
		position: relative;
	}
	
	.talent_recruitment_item_text {
		margin-right: 15.5rem;
	}
	
	.talent_recruitment_item_text>p {
		font-size: 2.36rem;
	}
	
	.talent_recruitment_item_text>p:first-child {
		font-size: 2.69rem;
	}
	
	
	.talent_recruitment_item_icon {
		width: 10rem;
		height: 10.5rem;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.talent_recruitment_item_icon img {
		width: 4.55rem;
		height: 4.55rem;
	}
	
	.talent_recruitment_more {
		margin-right: 10.5rem;
	}
	
	.talent_recruitment_more p {
		width: 14.48rem;
		height: 4.55rem;
		font-size: 2.05rem;
		line-height: 4.55rem;
	}
}
