	.contact_box {
		background-color: #fff;
		overflow: hidden;
		width: 192rem;
	}

	/* banner */
	.contact_banner {
		width: 192rem;
		height: 51.8rem;
		overflow: hidden;
		position: relative;
	}

	.contact_banner a {
		width: 100%;
		height: 100%;
		display: inline-block;
		/*background-image: url(../img/contact/banner.png);*/
		background-repeat: no-repeat;
		background-size: 100% 100%;
		animation: scaleAnim 5s ease forwards;
	}
	
	.contact_banner h2 {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		font-family: SourceHanSansCN-Light;
		font-size: 4.267rem;
		line-height: 4.8rem;
		color: #ffffff;
	}

	.contact_banner h2 span {
		font-family: SourceHanSansCN-Light;
		font-size: 1.867rem;
		letter-spacing: 0rem;
		color: #ffffff;
	}
	
	

	/* 面包屑 */
	.contact_postions {
		width: 192rem;
		height: 6.5rem;
		line-height: 6.5rem;
		overflow: hidden;
		font-family: SourceHanSansCN-Light;
		font-size: 1.6rem;
		font-stretch: normal;
		color: #888888;
		background: #fff;
		border-bottom: 1px solid #f0f0f0;
		padding: 0 26rem;
	}

	.contact_postions a {
		color: #888888;
	}

	.contact_postions a:hover {
		color: #d8271c;
	}

	.contact_postions label {
		color: #888888;
	}

	.contact_postions .contact_postions_r img {
		vertical-align: baseline;
		width: 2rem;
		height: 1.8rem;
		margin-right: 1.1rem;
	}

	/* 联系方式 */
	.contact_person {
		margin: 6rem 34rem;
		display: flex;
		justify-content: center;
		align-items: center;
		border: solid 0.1rem #d2d2d2;
	}

	.contact_person_item {
		text-align: center;
		width: 41rem;
		height: 40.4rem;
		padding-top: 5rem;
	}

	.contact_person_item:nth-child(2) {
		border-left: solid 1px #d2d2d2;
		border-right: solid 1px #d2d2d2;
	}

	.contact_person_item h3 {
		font-family: SourceHanSansCN-Regular;
		font-size: 4rem;
		line-height: 1;
		color: #505050;
	}

	.contact_person_item h4 {
		font-family: ArialMT;
		font-size: 4rem;
		line-height: 1;
		color: #505050;
		margin: 2.3rem 0;

	}

	.contact_person_item img {
		width: 19.4rem;
		height: 20.1rem;
	}

	.contact_person_item:nth-child(3) img {
		margin-top: 1rem;
		width: 9.7rem;
		height: 9.4rem;
	}

	.contact_person_item:nth-child(3) h3 {
		margin-top: 9rem;
	}

	/* 地图 */
	.contact_map {
		width: 140rem;
		height: 40.5rem;
		margin: 0 auto;
	}
	
	.contact_map  .tdt-bottom{
		display: none;
	}

	/* 区域经理电话 */
	.area_phone {
		margin-bottom: 5.8rem;
	}

	.area_phone h5 {
		line-height: 13.8rem;
		text-align: center;
		font-family: SourceHanSansCN-Light;
		font-size: 3.2rem;
		font-weight: bold;
		color: #010101;
	}

	.area_phone_box {
		display: flex;
		justify-content: space-between;
	}

	.area_phone_item {
		box-sizing: border-box;
		width: 62rem;
		height: 30rem;
		background-color: #eeeeee;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 11.2rem;
		font-family: SourceHanSansCN-Light;
		font-size: 2.133rem;
		font-stretch: normal;
		line-height: 3.2rem;
		color: #000000;
	}


	@media screen and (max-width: 1140px) {

		/* banner */
		.contact_banner {
			width: 192rem;
			height: 68.211rem;
		}

		.contact_banner a {
			/*background-image: url(../img/contact/banner1.png);*/
			animation: none;
		}

		/* 面包屑 */
		.contact_postions {
			height: 8rem;
			line-height: 8rem;
			font-size: 2.471rem;
			padding: 0 4rem;
		}

		.contact_postions .contact_postions_r img {
			width: 2.526rem;
			height: 2.358rem;
			margin-right: 1.7rem;
		}

		/* 联系方式 */
		.contact_person {
			margin: 8rem 3.5rem;
		}

		.contact_person_item {
			width: 61.642rem;
			height: 60.632rem;
		}

		.contact_person_item h3 {
			font-size: 6.003rem;
		}

		.contact_person_item h4 {
			font-size: 6.003rem;
			margin: 3.5rem 0;

		}

		.contact_person_item img {
			width: 29.137rem;
			height: 30.147rem;
		}

		.contact_person_item:nth-child(3) img {
			margin-top: 8.5rem;
				width: 14.653rem;
				height: 14.147rem;
		}

		.contact_person_item:nth-child(3) h3 {
			margin-top: 13.5rem;
		}

		/* 地图 */
		.contact_map {
			width: 184.253rem;
			height: 53.221rem;
		}

		/* 区域经理电话 */
		.area_phone {
			margin-bottom: 10rem;
		}

		.area_phone h5 {
			line-height: 13.8rem;
			text-align: center;
			font-family: SourceHanSansCN-Light;
			font-size: 3.2rem;
			font-weight: bold;
			color: #010101;
		}

		.area_phone_item {
			width: calc((100% - 7.8rem) / 3);
			height: 50.5rem;
			font-size: 3.592rem;
			line-height: 5.389rem;
			padding-left: 10rem;
		}

	}