.ming-contact {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.ming-contact .left-box {
	width: 46.00%;
	height: 100%;
	position: absolute;
	right: 54%;
	top: 0px;
	background-image: url(../images/contact_left_bg.jpg);
}

.ming-contact .right-box {
	width: 54.00%;
	height: 100%;
	position: absolute;
	left: 46%;
	top: 0px;
	overflow: visible;
	z-index: 9;
}

.ming-contact-logo {
	display: block;
	width: 62.00%;
	position: absolute;
	left: 0px;
	margin-left: -6.0%;
	top: 50%;
	transform: translateY(-45%);
}

.left-box .company-email-phone {
	width: 480px;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-45%);
}

 .contact-us h2 {
	margin-top: 0px;
	margin-bottom: 12px;
	font-size:1.2rem;
	position: relative;
	line-height: inherit;
	width:170px;
	background: #7f2b2e;
	color: #ffffff;
	text-align: center;
	border-radius: 22px;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
}

.company-email-phone p {
	margin-bottom: 10px;
	position: relative;
}

.left-box .company-email-phone p {
	margin-bottom: 18px;
	color: #7e0000;
	line-height:20px;
}



.line-mark {
	display: inline-block;
	font-style: normal;
	height: 1px;
	position: relative;
	background-color: #c4c4c4;
	overflow: visible;
}

.line-mark:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	background-color: inherit;
	border-radius: 100%;
}

.left-box .company-email-phone .line-mark {
	width: 90px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ffffff;
}

.ming-branch-office {
	width: 620px;
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-45%);
}

.ming-branch-office li {
	width: 50%;
	margin-bottom: 25px;
	float: left;
}

.ming-branch-office li:last-child {
	margin-bottom: 0px;
}

.ming-branch-office .company-email-phone h5 {
	padding-left: 53px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.ming-branch-office .company-email-phone p {
	padding-left: 50px;
}

.ming-branch-office .line-mark {
	display: block;
	width: 270px;
	margin-bottom: 10px;
}

.ming-qrcode {
	width: 150px;
	overflow: hidden;
	position: fixed;
	right: 15px;
	bottom: 150px;
	text-align: center;
	z-index: 70;
}

.ming-qrcode img {
	display: block;
	width: 150px;
}

