.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;
}

/* 联系庄闲游戏 */
.contact_us_box {
	width: 75rem;
	background-color: #fff;
	text-align: center;
	height: 13rem;
	display: flex;
	justify-content: space-between;
	padding: 3rem 5rem;
}
.fun_item {
	display: flex;
	height: 7rem;
}

.fun_item img {
	width: 6.2rem;
	height: 6.3rem;
	margin-top: 0.3rem;
	margin-right: 1.2rem;
}

.fun_text {
	padding: 0.7rem 0;
	text-align: left;
}

.fun_text span {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.2rem;
	letter-spacing: 0.01rem;
	line-height: 2.7rem;
	color: #353535;
}

.fun_text p {
	font-family: Avanti;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 0.02rem;
	color: #236ab5;
}

.fun_line {
	width: 0.1rem;
	height: 7rem;
	background-color: #236ab5;
}

.fun_link p {
	font-family: MicrosoftYaHei-Bold;
	font-size: 1.8rem;
	letter-spacing: 0.02rem;
}

/* 联系地址 */
.address-box{
	border:1px solid red;
	width: 65.2rem;
	height: 29.7rem;
	background-color: #ffffff;
	border: solid 0.1rem #dcdcdc;
	margin: 3.5rem auto;
	padding: 2.8rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.address-item{
	display: flex;
}
.address-item div{
	line-height: 7rem;
	margin-right: 3rem;
}
.address-item img{
	width: 5rem;
	vertical-align: middle;
}
.address-text{
	display: inline-block;
}
.address-text h5{
	font-family: SourceHanSansCN-Medium;
	font-size: 2rem;
	line-height: 3.33rem;
	color: #505050;
}
.address-text p{
	font-family: SourceHanSansCN-Regular;
	font-size: 1.7rem;
	line-height: 3.33rem;
	color: #5c5c5c;
}

/* 区域经理联系方式 */
.call_them {
	width: 75rem;
	padding: 0 5rem;
}

/* 标题 */
.call_them_title {
	text-align: center;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.4rem;
	color: #505050;
	margin-bottom: 2.8rem;
}

.call_them_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

/* 单个联系人 */
.call_them_item {
		width: 31.8rem;
		height: 14rem;
		padding: 2.5rem;
		background-color: #ffffff;
		margin-right: 1.4rem;
		margin-bottom: 1.6rem;
	/* 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: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;
}

/* 客户需求 */

.demand_box h5 {
	margin-top: 1.5rem;
	background-color: #fff;
	text-align: center;
	height: 8.5rem;
	line-height: 8.5rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.4rem;
	color: #505050;
}

.demand_form {
	width: 65rem;
	margin: 0 auto;
	text-align: center;
	font-family: SourceHanSansCN-Normal;
	margin-top: 5rem;
	padding: 0.5rem 0 ;
}

.demand_form div {
	width: 65rem;
	height: 5rem;
	background-color: #ffffff;
	border-radius: 0.5rem;
	display: flex;
}

.demand_form input[type="text"] {
	font-size: 1.6rem;
	line-height: 5rem;
	color: #a0a0a0;
	text-indent: 1em;
	width: calc(100% / 3.5);
}

.demand_form p {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.4rem;
	line-height: 4.5rem;
	color: #8d8d8d;
	text-align: left;
}

.demand_form input[type="button"] {
	width: 17.7rem;
 	height: 6rem;
	background-color: #236ab5;
	border-radius: 1.5rem;
	display: inline-block;
	font-family: SourceHanSansCN-Regular;
	 font-size: 2.6rem;
	line-height: 3rem;
	color: #ffffff;
	margin: 1.6rem auto;
}

/* 人才招聘 */
.talent-recruitment{
	text-align: center;
	font-family: SourceHanSansCN-Regular;
}
.talent-recruitment > h5{
	height: 10rem;
	line-height: 10rem;
	background-color: #fff;
	font-size: 2.4rem;
	color: #505050;
}
.recruitment-box{
	width: 75rem;
	height: 43.5rem;
	background: url('/mobile/image/public/talent_recruitment.png') no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	padding: 2rem 12rem;
}

.recruitment-box h5{
	font-size: 2.2rem;
}

.recruitment-item{
	width: 12.1rem;
	height: 3.6rem;
	border: solid 0.1rem #ffffff;
	margin: 0 auto;
	font-size: 1.8rem;
	line-height: 3.6rem;
	color: #ffffff;
}

.recruitment-box p{
	font-size: 1.8rem;
}

.recruitment-box img{
	width: 4rem;
	height: 4rem;
}

.recruitment-box p:last-child{
	font-size: 1.6rem;
	line-height: 3rem;
}

/* 地图 */
#map{
	width: 75rem;
	height: 24.5rem;
}
.anchorBL{
	display: none;
}