.common-tab-content-wrap>div {
    display: block;
}

.contact-us-content-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding:40px 0 100px 0;
}

.contact-us-text {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
}

.contact-us-text h2 {
	width: 100%;
    font-size: 40px;
    font-weight: bold;
    color: #222222;
    opacity: 1;
	margin: 0px;
	margin-bottom: 20px;
}

.contact-us-text>div {
    margin-bottom: 20px;
	font-size: 16px;
}

.contact-us-map {
    position: relative;
	width: 1200px;
	margin: 0 auto;
}

.contact-us-map img {
    margin: 0px;
	width: 100%;
	height: auto;
}

.contact-us-map>div {
    position: absolute;
    right: 612px;
    top: 50px;
}