.banner {
    width: 100%;
    position: relative;
}

.banner img {
    display: block;
    width: 100%;
    
}

.main .container {
    width: 1400px;
}



 
.mapstyle {
	margin-top: 50px;
	padding: 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;

}
#map {
	width: 100%;
	height: 400px;
}
.amap-marker-label {
	border: 1px solid #0080ca;
	border-radius: 5px;
	opacity: 1;
}
.info {
	border-radius: 15px;
}
.content {
	margin-top: 30px;
	display: flex;
	display: -webkit-flex;
}
.content .content-left {
	width: 70%;
}
.content .content-left h4 {
	font-size: 25px;
	color: #0080ca;
}
.content .content-left ul {
	margin-top: 20px;
}
.content .content-left ul li {
	margin-top: 10px;
	line-height: 30px;
	font-weight: 300;
}
.content-right {
	width: 30%;
	text-align: center;
}
.content-right img {
	width: 80%;
}
@media screen and (max-width: 1450px) {
	

}
@media screen and (max-width: 1230px) {

}
@media screen and (max-width: 1100px){
	

	
}
@media screen and (max-width: 800px) {
	.content {
		display: block;
		margin-top: 10px;
	}
	.content .content-left {
		width: 100%;
	}
	.mapstyle {
		padding: 5px;
		margin-top: 10px;
	}
	.mapstyle #map {
		height: 250px;
	}
	.content-right {
		margin-top: 10px;
		width: 100%;
		text-align: left;
	}
	.amap-logo{
		z-index: 0;
		
	}
	.amap-copyright {
		z-index: 0;
	}
}

@media screen and (max-width: 600px) {
	
	
	
	
	
	

}