
/* container */
.container{
	width: 100%;
}
.flex_row{
	display: flex;
	flex-direction: row;
	justify-content: center;
}


/* home1乘车指南 */
.home1{
	padding: 60px 80px;
	width: 1250px;
	margin: 0 auto;
}
.home1 .search_line{
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 60px 0;
	align-items: center;
}
.home1 .search_line .start_point,.home1 .search_line .to,.home1 .search_line .finish_point{
	flex-grow: 1;
}
.home1 .search_line .search_btn{
	flex-grow: 0.4;
}
.home1 .search_line .start_point input,.search_line .finish_point input{
	width: 300px;
	height: 50px;
	border-radius: 30px;
	padding-left: 40px;
	border: 2px solid #757575;	

}
.home1 .search_line .start_point .select_bar,.home1 .search_line .finish_point .select_bar{
	position: relative;
}
.home1 .search_line .start_point .select_bar a,.home1 .search_line .finish_point .select_bar a{
	position: absolute;
	right: 125px;
	top: 15px;
}
.home1 .search_line .select_warp{
	width: 300px;
	text-align: center;
	position: absolute;
	margin-top: 10px;
	z-index: 999;
}

.home1 .search_line  .select_cont{
	background-color: #DE4C8A;
	color: #FFFFFF;
	border-radius: 20px;
	display: none;
	padding: 15px;
}
.home1 .search_line  .select_cont .scroll_bar .select_tit{
	padding: 10px;
}
.home1 .search_line  .select_cont .scroll_bar{
	height: 300px;
	overflow-y: scroll;
}
.home1 .search_line  .select_cont .scroll_bar::-webkit-scrollbar{
	width: 10px;
	position: absolute;
}
.home1 .search_line  .select_cont .scroll_bar::-webkit-scrollbar-thumb{
	background-color: #DE4C8A;
	border-radius: 10px;
}
.home1 .search_line  .select_cont .scroll_bar::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: #EDEDED;
}
.home1 .select_warp .select_cont .select_tit{
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
.home1 .select_warp .select_cont .select_box{
	background-color: #f3868b;
}
.home1 .select_warp .select_cont .select_box .select_item{
	padding: 5px;
	cursor: pointer;
}
.home1 .search_line .search_btn{
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 30px;
	background-color: #DE4C8A;	
	font-size: 18px;
	cursor: pointer;
}
.home1 .prompt_tit{
	color: #a7a7a7;
	font-size: 18px;
	padding-left: 15px;
}

.up_btn{
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

/* home4 线路*/
.home4{
	width: 100%;
	position: relative;
	background: url(/img/index/line_bg.png) no-repeat;
}
.home4 .content{
	height: 560px;
	width: 1250px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.home .title{
	margin-top: 40px;
}
.home4 .line_wrapper{
	position: absolute;
	bottom: 150px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.home4 .line_wrapper:before{
	content: '';
	position: absolute;
	left: 30px;
	right: 30px;
	top: 14px;
	border-bottom: 3px solid #DE4C8A;
}
.home4 .line_wrapper li{
	position: relative;
	float: left;
	margin: 0 24px;
	padding-top: 30px;
}
.home4 .line_wrapper li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	border: 3px solid #DE4C8A;
}
.home4 .line_wrapper li p{
	width: 16px;
	white-space: pre-line;
	font-size: 14px;
	line-height: 16px;
	color: #474747;
}

/* 企业文化宣传语 */
.home5{
	width: 100%;
	position: relative;
}
.home5 .metro_cult{
	width: 100%;
    overflow: hidden;
}
.home5 .metro_cult .metro_cult_bg{
	line-height: 0;
	display: flex;
    justify-content: center;
    height: 890px;
}
.home5 .metro_cult .metro_cult_bg img{
	max-height: 100%;
}
.home5 .metro_cult_content{
	width: 1250px;
	display: flex;
	flex-direction: row;
	position: absolute;
	top: 250px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 50px;
}
.home5 .metro_cult_content .anim{
	opacity: 1!important;
	transform: translateZ(0) scale(1) rotate(0deg)!important;
}
/* .home5 .metro_cult_content .fl:before{
	content: "";
	display: block;
	position: absolute;
	background-color: #f1f3f6;
	transition: .5s ease-in-out 0s;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
} */
.home5 .metro_cult_content .fl,.home5 .metro_cult_content .fr{
	flex-grow: 1;
	text-align: center;
	width: 100%;
}
.home5 .metro_cult_content .fl img{
	width: 600px;
	border-radius: 20px;
}
.home5 .metro_cult_content .fr{
	background-color: #DE4C8A;
	color: #FFFFFF;
	border-top-right-radius: 60px;
	border-bottom-left-radius: 60px;
	padding: 30px;
	height: 300px;
	margin-top: -60px;
	margin-left: -60px;
	z-index: 2;
}
.home5 .metro_cult_content .fr p{
	text-align: left;
	line-height: 30px;
}
/* .home5 .metro_cult_content .fl{
	position: relative;
	left: -150px;opacity: 0;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.home5 .metro_cult_content .fr{
	position: relative;
	left: 150px;
	opacity: 0;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.home5 .metro_cult_content .anim .fl,.home5 .metro_cult_content .anim .fr{
	left: 0;
	opacity: 1;
	position: absolute;
} */
















/* 出行服务 */
.home4 .title{
	width: 100%;
	z-index: 99;
	margin-top: 50px;
}
.metro_serv{
	width: 100%;
	margin: 50px auto;
	background-color: rgba(0,0,0,.2);
	z-index: 99;
}
.metro_serv ul{
	display: flex;
	flex-direction: row;
	width: 1250px;
	margin: 0 auto;
}
.metro_serv ul li{
	flex-grow: 1;
	margin: 30px auto;
}
.metro_serv ul li .icon_link{
	width: 150px;
	height: 150px;
	margin: 0 auto;
	text-align: center;
	display: block;
	transition: transform .5s;
}
.metro_serv ul li .icon_link:hover a {
	transform: scale(1.2) translateY(-7px);
}
.metro_serv ul li .dtxl{
	background-image: url(../img/index/dtxl_btn.png);
	background-size: cover;
}
.metro_serv ul li .dtxl:hover{
	background-image: url(../img/index/dtxl_btn_hov.png);
}
.metro_serv ul li .dtskb{
	background-image: url(../img/index/dtskb_btn.png);
	background-size: cover;
}
.metro_serv ul li .dtskb:hover{
	background-image: url(../img/index/dtskb_btn_hov.png);
}
.metro_serv ul li .dtbh{
	background-image: url(../img/index/dtbh_btn.png);
	background-size: cover;
}
.metro_serv ul li .dtbh:hover{
	background-image: url(../img/index/dtbh_btn_hov.png);
}


.metro_serv ul li .icon_link img{
	width: 150px;
	text-align: center;
	margin: 15px auto;
}
.metro_serv ul li .icon_link p{
	font-size: 18px;
	color: #a5a5a5;
}

.metro_serv ul li .icon_link{
	padding-top: 90px;
}
.metro_serv ul li .icon_link span {
	display: block;
	width: 80%;
	margin: 0 10%;
	background: #fff;
	padding: 4px 0;
	color: #757575;
	font-size: 24px;
	font-family: simHei;
}
.metro_serv ul li .icon_link:hover span {
	color: #de4c8a;
}

/* 集团党建 */
.home2{
	width: 1250px;
	margin: 50px auto;
	height: 700px;
	box-shadow: 0px 3px 30px 1px #ccc;
	border-radius: 20px;
}
.home2 .title .news_more{
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #ff1f29;
}
.home2 .djList .dm{
	flex-grow: 1;
	width: 0;
	height: 750px;
	margin-top: -25px;
	background-color: #f6313a;
	border-radius: 20px;
	box-shadow: 0px 3px 30px 1px #ccc;
}
.home2 .djList .dr,.home2 .djList .dm{
	flex-grow: 1;
	width: 0;
}
.home2 .djList .dm .dm_list_img,.home2 .djList .news_text {
	padding: 20px;
}
.home2 .djList .dm .dm_list_img img{
	width: 100%;
	border-radius: 20px;	
}
.home2 .djList .dl{
	flex-grow: 0.5;
	width: 0;
}
.home2 .djList .dr{
	padding-left: 40px;
}
.home2 .djList .dl .dl_list_date{
	padding-bottom: 30px;
}
.home2 .djList .dl .dl_list_date .date_day{
	font-size: 80px;
	color: #676767;
}
.home2 .djList .dl .dl_list_date .date_year{
	font-size: 22px;
	color: #474747;
}
.home2 .djList .dl .dl_list_news{
	padding-top: 20px;
	padding-bottom: 40px;
}
.home2 .djList .dl .dl_list_news a{
	font-size: 18px;
	color: #333;
}
/* .home2 .djList .dl .dl_list_img img{
	border-radius: 15px;
	width: 500px;
} */
.home2 .djList .dr .dr_list_li{
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left:20px;
	position: relative;
}
.home2 .djList .dr .dr_list_li:before{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url(../img/arr_1.jpg) no-repeat center;
	position: absolute;
	left: -7px;
	top: 25px;
	z-index: 1;
}
.home2 .djList .dr .dr_list_li:after{
	content: "";
	display: block;
	width: 1px;
	background: #e2e2e2;
	position: absolute;
	top: 25px;
	bottom: -25px;
	left: -1px;
}
.home2 .djList .dr .dr_list_li:hover:before{
	background-image: url(../img/arr_2.jpg);
}
.home2 .djList .dr .dr_list_li .text{
	font-size: 18px;
	color: #333;
}
.home2 .djList .dr .dr_list_li .date{
	padding-top: 15px;
	font-size: 12px;
	color: #909090;
}
.home2 .djList .dr .dr_list_li :hover p{
	color: #0075c2;
}
/* 集团党建 */
.metro_constr{
	/* line-height: 0; */
	background-color: #f4f5f7;
}
.metro_constr .content_img{
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 40px;
}
.metro_constr .content_img .fl{
	margin-right: 50px;
}
.metro_constr .content_img .fl a{
	background: #de4c8a url(/img/index/djlm_bg.png) no-repeat;
	background-size: contain;
}
.metro_constr .content_img .fr a{
	background: #53a2a9 url(/img/index/lzxw_bg.png) no-repeat;
	background-size: contain;
}
.metro_constr .content_img .hover a{
	display: block;
	width: 465px;
	height: 282px;
	border-radius: 16px;
}
.metro_constr .content_img .hover a strong{
	display: block;
    text-align: center;
    color: #fff;
    font-size: 28px;
    letter-spacing: 4px;
    padding-top: 90px;
}
.metro_constr .content_img .hover a span.more{
	display: block;
    margin: 0 auto;
    color: #fff;
	margin-top: 36px;
	border: #fff 1px solid;
    background: none;
    border-radius: 4px;
}
.metro_constr .content_img .hover{
	transition: transform .5s;
}
.metro_constr .content_img .hover:hover{
	transform: scale(1.1) translateY(-7px);
}



/* 轨道经济 */
.metro_econ{
	margin: 100px auto;
}
.metro_econ ul{
	display: flex;
	flex-direction: row;
	width: 1250px;
	margin: 40px auto;
}
.metro_econ ul li{
	flex-grow: 1;
	text-align: center;
}
.metro_econ ul li .metro_econ_link img{
	width: 80px;
	height: 80px;
}
.metro_econ ul li .metro_econ_link p{
	font-size: 22px;
	color: #2c2c2c;
	font-family: simhei;
	padding-top: 20px;
}

.metro_econ .metro_econ_link img{
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	-ms-transition: -ms-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.metro_econ .metro_econ_link img:hover{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.metro_econ .metro_econ_link p:hover{
	color: #ff1f29;
}

.home5 .metro_cult .know-more{
	padding: 20px;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 270px;
	padding-left: 300px;
}

.metro_space_bg{
	width: 100%;
	height: 40px;
	background-color: rgba(254,192,193,0.6);
	z-index: 999;
}







