body::-webkit-scrollbar {
	/* 隐藏右侧滚动条 */
	display: none;
}

/* start */
.common-sub-caption-left {
	height: 18%;
	font-size: 16px;
	text-align: left;
	margin-bottom: 4%;
}

.common-sub-caption-right {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	text-align: right;
}

.common-sub-title {
	font-size: 28px;
	font-weight: bold;
}

.common-sub-line {
	width: 70px;
	height: 3px;
	border-left: 25px solid #ff0038;
	background: #064393;
	margin-top: 10px;
}

.common-sub-desc {
	font-size: 16px;
	margin-top: 12px;
	color: #b5b5b5;
}


/*  end */


.contact-us .text-spacing {
	letter-spacing: 3px;
}

.contact-us .container {
	width: 100%;
	position: relative;
	padding-left: 0 !important;
	padding-right: 0 !important;
}



.contact-us .big-title {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	width: 66%;
	height: 30%;
	margin: auto;

}

.contact-us .big-title .title {
	color: #FFFFFF;
	letter-spacing: 5px;
	font-size: 42px;
	padding-bottom: 10px;
}

.contact-us .big-title .desc {
	padding: 6px 12px;
	letter-spacing: 5px;
	color: #064393;
	font-size: 24px;
	background-color: #ffffff;
	display: inline-block;
	opacity: 0.8;
}

.contact-us .contact {
	width: 100%;
	height: 530px;
	position: relative;
}

.contact-us .contact .content {
	width: 70%;
	height: 80%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 2%;
	background-color: #FFFFFF;
}

.content .cont-box {
	width: 100%;
	height: 30%;
	position: relative;
	display: table;
	/* margin-top: 2%; */
}



.sub-box {
	/* width: 50%;
	height: 25%;
	display: table-cell;
	text-align: left;
	position: relative; */
	width: 50%;
	height: 100%;
	display: table-cell;
	/* text-align: left; */
	position: relative;
}

.sub-inner {
	position: absolute;
	width: 100%;
	/* height: 80%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto; */
	/* 
	vertical-align: middle; */
}

.left {
	width: 15%;
	display: inline-block;
	/* height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	text-align: center; */
}

.left .img {
	/* top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute; */
}

.right {
	position: absolute;
	/* top: 0; */
	left: 15%;
	width: 85%;
	/* height: 100%; */
	display: inline-block;
}

.right .cont {
	width: 100%;
	height: 60%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #6b6b6b;
	line-height: 28px;
}


/* pc端 */
@media screen and (min-width: 1024px) {
	#container {
		/*地图(容器)显示大小*/
		width: 100%;
		height: 550px;
	}
}

/* 手机端 */
@media screen and (max-width: 1024px) {

	.contact-us .container {
		margin-top: 50px;
	}


	.contact-us .big-title {
		position: absolute;
		width: 80%;
		height: 30%;
		top: 22%;

	}

	.contact-us .big-title .title {
		font-size: 20px;
		margin-bottom: 0;
		padding-left: 3px;
		font-weight: bold;
		color: #FFFFFF;
		letter-spacing: 5px;
		padding-bottom: 5px;
		line-height: 32px;
	}

	.contact-us .big-title .desc {
		letter-spacing: 3px;
		font-size: 14px;
		padding: 6px 12px;
		color: #064393;
		background-color: #ffffff;
		display: inline-block;
		opacity: 0.6;
	}

	/* start */
	.common-sub-caption-left {
		height: 18%;
		font-size: 16px;
		text-align: left;
	}

	.common-sub-caption-right {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 16px;
		text-align: right;
	}

	.common-sub-title {
		font-size: 15px;
		font-weight: bold;
	}

	.common-sub-line {
		width: 70px;
		height: 3px;
		border-left: 25px solid #ff0038;
		background: #064393;
		margin-top: 10px;
	}

	.common-sub-desc {
		font-size: 16px;
		margin-top: 12px;
		color: #b5b5b5;
	}


	/*  end */


	.contact-us .contact .content {
		width: 88%;
		height: 80%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		padding-top: 2%;
		background-color: #FFFFFF;
	}

	.right {
		/* position: absolute;
		top: 0; */
		left: 20%;
		/* width: 78%;
		height: 100%;
		margin-left: 5%; */
	}


	.cont .title {
		font-size: 14px;
		font-weight: bold;
		line-height: 24px;
		letter-spacing: 1px;
	}

	.cont .desc {
		font-size: 12px;
	}


	.contact-us .contact {
		width: 100%;
		height: 350px;
		position: relative;
	}

	.content .cont-box {
		width: 100%;
		height: 36%;
		position: relative;
		display: table;
		margin-top: 6%;
	}

	#container {
		/*地图(容器)显示大小*/
		width: 100%;
		height: 35vh;
		margin-top: 7%;
	}
}
