.intercity-content{
	width: 1200px;
	margin: auto;
	margin-top: 100px;
}
.subway-box{
	width: 1184px;
	height: 654px;
	margin-top: 31px;
	position: relative;
}
.subway-tips{
	position: absolute;
	top: 100px;
	right: -800px;
	transition: 0.8s;
}
.subway-box-img{
	width: 100%;
	opacity: 0.2;
	transition: 2s;
}
.on.subway-tips{
	right: 80px;
}
.on.subway-box-img{
	opacity: 1;
}
.subway-tips p{
	font-family: ARUDJingXiHeiGB-BD;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}
.subway-img-box{
	display: flex;
	justify-content: space-between;
}
.subway-img-box li{
	width: 380px;
	height: 251px;
}
.subway-img-box img{
	width: 100%;
	height: 100%;
}
.subway-img-box li:hover{
	box-shadow: 0 0 8px #ccc;
	position: relative;
	top: -3px;
	cursor: pointer;
}
.station-box{
	margin-top: 22px;
	width: 1200px;
	height: 281px;
	display: flex;
	justify-content: space-between;
	padding: 40px 100px;
	background-color: #483E58;
	color: #fff;
}
.station-box p{
	font-family: ARUDJingXiHeiGB-BD;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.station-box div{
	width: 260px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
	font-family: ARUDJingXiHeiGB-MD;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #b8b6bd;
}
.yuan{ font-size:30px;}
.station-box span{
	margin-bottom: 22px;
}
.media{
	margin-bottom:24px ;
	position: relative;
}
.media-layer-o{
		width: 1200px;
		height: 381pxs;
}
.media-layer-o img{
	width: 100%;
}
.media-text{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	margin: auto;
	width: 215px;
	height: 75px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.media-headline{
	font-family: revert;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
}
.media-subtitle{
	font-family: ARUDJingXiHeiGB-MD;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #969797;
}
.media-layer-t{
	display: flex;
	width: 1200px;
	height: 377px;
}
.media-text-t{
	width: 391px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #F1EEEA;
	position: relative;
	left: -800px;
	transition: 0.8s;
}
.on.media-text-t{
	left: 0;
}
.media-text-t p:first-child{
	margin-bottom: 30px;
}
.media-layer-t img{
	flex: 1;
}
.media-text-th{
	width: 513px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #F1EEEA;
	transition:transform 0.1s;
	background-image:url(../images/dtbjt.jpg)
}
.media-text-t{transition:transform 0.1s;}
.media-text-t:hover {cursor:pointer;transform:translate(-10px,0);}
.media-text-th:hover {cursor:pointer;transform:translate(10px,0);}
.intercity10{transition:transform 0.1s;}
.intercity10:hover {cursor:pointer;transform:translate(-10px,0);}
.intercity11{transition:all 1s ease-out;}
.intercity11:hover {transform:scale(1.02);}
.img7{transition:all 1s ease-out;}
.img7:hover {transform:scale(1.02);}



.media-text-th p:first-child{
	margin-bottom: 30px;
}
.media-layer-s{
	width: 1200px;
	height: 390px;
	display: flex;
	justify-content: space-between;
}
.intercity10{
	width: 698px;
	display: block;
}
.intercity11{
	width: 496px;
	display: block;
}
.media-advantage{
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
}
.media-advantage li{
	width: 600px;
	height: 305px;
	display: flex;
}
.media-advantage-text{
	width: 300px;
	height: 100%;
	background-color: #989898;
	padding: 41px 59px 0 41px;
	color: #989898;
	transition: 3s;
	
}
.media-advantage li img{transition:all 1s ease-out;}
.media-advantage li img:hover {transform:scale(1.1);}
.on.media-advantage-text{
	color: #fff;
}
.media-advantage li img{
	width: 300px;
	height: 100%;
	display: block;
	
}
.media-a-headline{
	font-family: ARUDJingXiHeiGB-BD;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
}
.media-a-subtitle{
	margin-top: 25px;
	font-family: ARUDJingXiHeiGB-MD;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
}
.resource-box{
	width: 100%;
	background-image: linear-gradient(#fff, #F1EEEA);
	padding-bottom: 80px;
}
.resource{
	width: 1200px;
	display: block;
	margin: auto;
}

