/* 联系我们 */
.contactUsTop {
    width: 100%;
    height: 514px;
  background: url("../../images/contactUsTop.jpg") no-repeat center/cover;
  margin-top: -22px;
}
/* 地图 */
/* .mapIframe {
	width: 100%;
	height: 100%;
} */
#map ul li p {
	position: relative;
	font-size: 18px;
	color: #121928;
    text-indent: 58px;
}
#map ul li p::before{
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
    top: -10px;
    left: 0px;
}
#map ul li:nth-child(1) p::before{
	background: url("../../images/contactLocal.png") no-repeat center/cover;
}
#map ul li:nth-child(2) p::before{
	background: url("../../images/contactTel.png") no-repeat center/cover;
}
#map ul li:nth-child(3) p::before{
	background: url("../../images/contactEmail.png") no-repeat center/cover;
}
#map ul li p a {
	font-size: 18px;
	color: #121928;
}
.contactMapRight {
	padding: 90px 80px 0;
}
.contactMapRight ul li {
	margin: 75px 0
}
.contactMapRight h1 {
	font-size: 30px;
	font-weight: bold;
	color: #121928;
}
.contactMapRight i {
	display: block;
	width: 299px;
	height: 4px;
	background-color: #1A6FEE;
	position: relative;
    margin-top: 14px;
}
.contactMapRight i::after {
	display: block;
	content: '';
	width: 610px;
	height: 1px;
	background: #C0C0C0;
	position: absolute;
	top: 4px;
	left: 0;
}
.contactMapRight img {
	display: block;
	width: 170px;
	height: 170px;
}
#map .contactMapLeft {
    padding: 0;
}
/* 笔记本电脑 1366 */
@media (max-width: 1366px){
    .contactUsTop {
        height: 366px;
    }
    .contactUsTop {
        margin-top: -22px;
    }
    #map .contactMapRight{
        padding: 90px 70px 0;
    }
    .contactMapRight i::after { 
        width: 435px;
    }
}
/* 移动端 */
@media(max-width: 768px) {
	.contactUsTop {
	  background: url(../../images/contactUsTop1.jpg) no-repeat center/cover;
	  height: 243px;
	}
	#map .contactMapRight {
		padding: 35px 38px 0;
	}
	.contactMapRight h1 {
		font-size: 20px;
	}
	.contactMapRight i {
		width: 200px;
	}
	.contactMapRight i::after {
		width: 300px;
	}
	#map ul li p {
		font-size: 14px;
		text-indent: 35px;
	}
	#map ul li p::before {
		width: 26px;
		top: -4px;
		height: 26px;
	}
	#map ul li p a {
		font-size: 14px;
	}
	.contactMapRight ul li {
		margin: 50px 0;
	}
	.contactMapRight img {
		width: 120px;
		height: 120px;
		margin-bottom: 40px;
	}
	/* 隐藏大地图 */
	#map {
		height: 490px;
	}
	#map .contactMapLeft {
		display: none;
	}
	#mMap {
		display: block;
		width: 6.8rem;
		height: 4.52rem;
		margin: 10px auto;
		background: url("../../images/mobileMap.jpg") no-repeat center/cover;
	}
}