.newsPage{
	padding: 52px 0 32px;
	border-bottom:1px solid #E0E6ED;
}
.newsPage p{
	padding-left: 12px;
	font-size: 26px;
	border-left: 4px solid #FF7A0E;
}
.newsPage p a{
	display: inline-block;
	float: right;
	line-height: 36px;
	font-size: 14px;
}
.newsPage p a:hover{
	color: #2568F2;
}
.introduce{
	overflow: hidden;
	padding-top: 50px;
}
.introduce img{
	display: block;
	float: left;
	width: 647px;
	height: 284px;
	margin-right: 30px;
}
.introduce p{
	float: right;
	width: 504px;
	color: #686F88;
	line-height: 31px;
	font-size: 16px;
}

.introduce.yuny img{
	display: block;
	float: right;
	width: 504px;
	height: 284px;

	margin-right: 0;
}
.introduce.yuny p{
	float: left;
	width: 647px;
	color: #686F88;
	line-height: 31px;
	font-size: 16px;
	margin-right: 30px;


}

.majorTech{
	padding-bottom: 50px;
}


.mapContent{
	width: 100%;
	height: 708px;
	padding: 20px;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.my-map {
    margin: 0 auto;
    width: 1160px;
    height: 100%;
    position: absolute;
}


/*地图  */
.amap-container{height: 100%;}
.my-map { margin: 0 auto; width: 1160px; height: 678px; }
.my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
.my-map .icon-cir { height: 31px; width: 28px; }
.my-map .icon-cir-red { background-position: -11px -5px; }


/* 地图  modify by zhaoshanshan*/
.amap-info-content h5{
	font-size: 16px;
	line-height: 22px;
}
.amap-info-content div{
	font-size: 13px;
	line-height: 18px;
	width: 400px;
}
.amap-info-content img{
	width: 400px;
}
.mapContent .contactUs{
	width: 420px;
	position: absolute;
	top: 30px;
	right: 160px;
}

.mapContent .contactUs .amap-call {
	display:none;
}
.custom-content-marker {
	position: relative;
	width: 25px;
	height: 34px;
}

.custom-content-marker img {
	width: 100%;
	height: 100%;
}

.content-window-card .info-title {
	font-size: 2em;
	line-height: 2em;
}
.content-window-card .info-content p {
	font-size: 1.2em;
	line-height: 2em;
}

.mapContent .location {
	position: absolute;
	bottom: 200px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #FFF;
	width: 28px;
	height: 28px;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 50%;
	box-shadow: 0 0 5px silver;
}
.resize{
	right: 115px;
	background-image: url(../../images/amap/resize.png);
}
.geolocation{
	right: 110px;
	background-image: url(../../images/amap/geolocation.png);
}
.navigation{
	right: 60px;
	background-image: url(../../images/amap/navigation.png);
}
.recovery{
	right: 10px;
	background-image: url(../../images/amap/recovery.png);
}

.amap-lib-driving .plan-nobus {
	height: 400px;
	overflow-y: scroll;
}