.contactUs {
    background-color: #e60012;
    padding: 30px 0;
}
.contactUs>* {
    width: 90%;
    margin: 0 auto;
}
.contactUs>h3 {
    color: #fff;
    font-size: 28px;
    text-align: left;
}
.contactUs ul {
    margin: 30px auto;
}
.contactUs ul li {
    width: 49%;
    justify-content: flex-start;
    font-size: 18px;
    color: #fff;
    margin: 5px 0;
}
.contactUs ul li:nth-last-child(1) {
	width: 100%;
}


/* 地图 */
.my-map {
    margin: 0 auto;
    width: 100%;
    height: 600px;
    margin-top: 50px;
}

.my-map .icon {
    background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

.my-map .icon-cir {
    height: 31px;
    width: 28px;
}

.my-map .icon-cir-red {
    background-position: -11px -5px;
}

.amap-container {
    height: 100%;
}

.myinfowindow {
    width: 240px;
    min-height: 50px;
}

.myinfowindow h5 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    width: 220px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.myinfowindow div {
    margin-top: 10px;
    min-height: 40px;
    line-height: 20px;
    font-size: 13px;
    color: #6f6f6f;
}
@media screen and (max-width: 425px) {
	.contactUs>h3 {
		font-size: 24px;
	}
	.contactUs ul li {
		width: 100%;
		font-size: 16px;
	}
	.contactUs ul li p {
		min-width: 80px;
	}
	.my-map {
		height: 300px;
	}
}