﻿@charset "UTF-8";
/*css 初始化 */
/*html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}*/
fieldset, img, input, button ,select{
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
ul, ol {
    list-style: none;
}
input , button{
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}
button{
    cursor:pointer;
    background: transparent;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
/*防止拖动*/
textarea {
    resize: none;
}
img {
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
/*body {
    font: 14px/150% "微软雅黑"!important;
    color: #000;
    padding-top: 2rem;
}*/

.text-c{ text-align: center;}

.text-1{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.text-2{overflow: hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}

.dsnone {
    display: none;
}

.dsblock {
    display: block;
}

.hide {
    display: none !important;
}

/*.show {
    display: block !important;
}*/

.vm{vertical-align:middle;}
.pr{ position: relative;}
.pa{ position:absolute;}
/*字体的大小*/
.fs-8{ font-size:8px;}
.fs-10{ font-size:10px;}
.fs-12{ font-size:12px;}
.fs-13{ font-size:13px;}
.fs-14{ font-size:14px;}
.fs-15{ font-size: 15px;}
.fs-16{ font-size: 16px;}
.fs-17{ font-size: 17.5px;}
.fs-18{ font-size: 18px;}
.fs-20{ font-size: 20px;}
.fs-21{ font-size: 21px;}
.fs-22{ font-size: 22px;}
.fs-24{ font-size: 24px;}
.fs-26{ font-size: 26px;}
.fs-28{ font-size: 28px;}
.fs-37{ font-size: 37px;}
/*间距*/
.no-m{ margin: 0}
.m10{margin:10px;}
.m15{margin:15px;}
.m20{margin:20px;}
.m30{margin:30px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt50{margin-top:50px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml50{margin-left:50px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr50{margin-right:50px;}
.no-p{ padding: 0}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.p30{padding:30px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt50{padding-top:50px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb50{padding-bottom:50px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl50{padding-left:50px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr50{padding-right:50px;}

a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
em ,i{
    font-style: normal;
    text-decoration: none;
}
/*   index   */
.header{
    width: 100%;
    height: 2rem;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
    padding: 0 .6rem;
}
.logo_img{
    float: left;
    height: .9rem;
    margin: .55rem 0;
}
.more_img{
    float: right;
    height: .7rem;
    margin: .7rem 0;
}
/*.mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}*/
/*.nav{
    width: 100%;
    padding-top: .3rem;
    background: rgba(255,255,255,.6);
    position: fixed;
    top: 1.7rem;
    left: 0;
    z-index: 999;
    background: url(../zyxd/img/bg1.png) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: none;
}*/
.nav_search{
    padding: 0 .6rem;
    border-bottom: 1px solid #c7c8c8;
}
.nav_search input{
    float: left;
    font-size: .4rem;
    line-height: 1.3rem;
    color: #333;
    width: 10.7rem;
    background: transparent;
}
.nav_search img{
    float: right;
    height: .6rem;
    margin: .35rem 0;
}
.nav_list a{
    display: block;
    font-size: .45rem;
    line-height: 1.3rem;
    color: #484849;
    padding: 0 .6rem;
    border-bottom: 1px solid #c7c8c8;
    background: url(../zyxd/img/icon_right2.png) no-repeat right center;
    -webkit-background-size: auto .6rem;
    background-size: auto .6rem;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}
.nav_list a.on{
    color: #009943;
    font-weight: bold;
    background: url(../zyxd/img/icon_right_on.png) no-repeat right center;
    -webkit-background-size: auto .6rem;
    background-size: auto .6rem;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}
.nav_list1 a.on{
    color: #fdd108;
    font-weight: bold;
    background: url(../zyxd/img/icon_right_on1.png) no-repeat right center;
    -webkit-background-size: auto .6rem;
    background-size: auto .6rem;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}
.nav_list2 a.on{
    color: #4b5faa;
    font-weight: bold;
    background: url(../zyxd/img/icon_right_on2.png) no-repeat right center;
    -webkit-background-size: auto .6rem;
    background-size: auto .6rem;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}
.nav_list3 a.on{
    color: #c9a362;
    font-weight: bold;
    background: url(../zyxd/img/icon_right_on3.png) no-repeat right center;
    -webkit-background-size: auto .6rem;
    background-size: auto .6rem;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}
.nav_list4 a.on{
    color: #92539d;
    font-weight: bold;
    background: url(../zyxd/img/icon_right_on4.png) no-repeat right center;
    -webkit-background-size: auto .6rem;
    background-size: auto .6rem;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}
.nav select{
    display: block;
    width: 11.4rem;
    margin: .65rem auto;
    padding: 0 .35rem;
    border: 1px solid #c7c8c8;
    font-size: .4rem;
    height: 1.3rem;
    color: #484849;
    -webkit-appearance: none;
    appearance: none;
    background: url(../zyxd/img/icon_down.png) no-repeat right center;
    -webkit-background-size: auto .25rem;
    background-size: auto .25rem;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}
.nav .selecta{
    display: block;
    width: 11.4rem;
    margin: .65rem auto;
    padding: 0 .35rem;
    border: 1px solid #c7c8c8;
    font-size: .4rem;
    height: 1.3rem;
	line-height: 1.3rem;
	text-align: center;
    color: #484849;
    -webkit-appearance: none;
    appearance: none;
    -webkit-background-size: auto .25rem;
    background-size: auto .25rem;
    -webkit-background-origin: content-box;
    background-origin: content-box;
	box-sizing: border-box;
}
.nav>button{
    display: block;
    width: 100%;
    font-size: .5rem;
    line-height: 1.5rem;
    color: #484849;
    text-align: center;
    border-top: 1px solid #c7c8c8;
}
.main_visual{
    position:relative;
}
.main_image{
    height: 8.7rem;
    overflow:hidden;
    position:relative;
}
.main_image li{
    float:left;
    width:100%;
    height: 8.7rem;
}
.main_image li img{
    width: 100%;
    height: 100%;
}
.flicking_con{
    position:absolute;
    bottom:.3rem;
    left:50%;
    z-index: 9;
    /*margin-left: -.6rem;*/
	-webkit-transform: translateX(-50%); /* Safari and Chrome */
	-ms-transform: translateX(-50%); /* IE 9 */
	transform: translateX(-50%);
}
.flicking_con a{
    float:left;
    width: .3rem;
    height: .3rem;
    margin:0 .15rem 0 .15rem;
    background: rgba(255,255,255,.5);
    border-radius: 100%;
}
.flicking_con a.on{
    background: rgba(0,0,0,.5);
}
.tit{
    text-align: center;
    /*background: url(../zyxd/img/line_bottom.png) no-repeat bottom center;*/
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: .4rem .7rem .2rem;
    color: #383839;
}
.tit h3{
    font-size: .8rem;
    line-height: 1.1rem;
    font-weight: 500;
}
.tit p{
    font-size: .4rem;
    line-height: .7rem;
}
.Platform{
    padding: .6rem 1rem .7rem;
}
.Platform h4{
    font-size: .35rem;
    line-height: .7rem;
    color: #2f2f2f;
    /*margin-top: .4rem;*/
}
.Platform_ipt{
    width: 100%;
    padding: 0 .35rem;
    border: 1px solid #d6d6d6;
    position: relative;
    box-sizing: border-box;
}
.Platform_ipt input{
    display: block;
    width: 90%;
    font-size: .45rem;
    line-height: 1.7rem;
    color: #333;
}
.Platform_ipt>img{
    height: .24rem;
    position: absolute;
    top: 50%;
    right: .35rem;
    margin-top: -.12rem;
}
.Platform h5{
    height: .4rem;
    position: relative;
}
.Platform h5 img{
    height: .5rem;
    position: absolute;
    bottom: -.35rem;
    right: .45rem;
}
.Platform button{
    display: block;
    width: 100%;
    font-size: .5rem;
    line-height: 1.7rem;
    margin-top: 1.2rem;
    color: #fff;
    background-color: #46b0c3;
}
.news_content{
    padding: 0 .6rem;
}
.news_ul li{
    background-color: #f3f3f3;
    margin-top: 1rem;
}
.news_ul li:last-child{
    margin-right: 0;
}
.title{
    padding: .9rem .6rem .35rem;
    overflow: hidden;
    background: url(../zyxd/img/line_bottom.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.title_orange{
    background: url(../zyxd/img/line_bottom2.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.title_blue{
    background: url(../zyxd/img/line_bottom3.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.title_brown{
    background: url(../zyxd/img/line_bottom4.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.title_purple{
    background: url(../zyxd/img/line_bottom5.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.title h3{
    float: left;
    font-size: .75rem;
    line-height: 2.4rem;
    color: #4d4d4e;
    font-weight: 400;
}
.title a{
    float: right;
    font-size: .45rem;
    line-height: 2.4rem;
    color: #4d4d4e;
}
.news_ul li{
    padding-bottom: .8rem;
}
.news_ul li>.news_img{
    width: 100%;
}
.news_ul li>.news_img img{
    width: 100%;
	height: 5.63rem;
	display:block;
}
.news_list a{
    display: block;
    overflow: hidden;
    padding-left: .7rem;
}
.news_list a:nth-child(2n){
    background-color: #e9e9e9;
}
.news_list a h3{
    float: left;
    width: 9rem;
    font-size: .4rem;
    line-height: 1.7rem;
    color: #3a3a3b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_list a button{
    float: right;
    width: 1.7rem;
    line-height: 1.7rem;
    background: #009843;
    margin-top: 1px;
}
.news_list a button img{
    height: .8rem;
}
.news_list_orange a button{
    background-color: #fdd108;
}
.news_list_blue a button{
    background-color: #4b5faa;
}
.news_list_brown a button{
    background-color: #c9a362;
}
.news_list_purple a button{
    background-color: #92539d;
}
.news_list a h3:hover{
    color: #009843;
}
.news_list_orange a h3:hover{
    color: #fdd108;
}
.news_list_blue a h3:hover{
    color: #4b5faa;
}
.news_list_brown a h3:hover{
    color: #c9a362;
}
.news_list_purple a h3:hover{
    color: #92539d;
}
.footer{
    margin-top: 1.2rem;
    box-sizing: border-box;
    padding: 1.3rem 0 .4rem;
    background: #f0f0f0 url(../zyxd/img/line_bottom.png) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.footer_top{
    text-align: center;
}
.footer_top a{
    font-size: .3rem;
    line-height: .3rem;
    padding: 0 .2rem;
    border-right: 1px solid #818181;
    color: #373738;
}
.footer_top a:last-child{
    border-right: 0;
}
.footer_center{
    padding: .8rem 1.3rem 1rem;
}
.footer_center li{
    float: left;
    width: 33.33%;
    text-align: center;
}
.footer_center li img{
    width: 2rem;
}
.footer_center li p{
    font-size: .3rem;
    line-height: .6rem;
    color: #4f4f50;
}
.footer_bottom{
    font-size: .3rem;
    line-height: .5rem;
    color: #09090a;
    text-align: center;
}

/*   新闻中心   */
.banner img{
    width: 100%;
	height: 3.42rem;
	display:block;
}
.news_center{
    padding: .6rem .6rem 0;
}
.news_center>h2{
    font-size: .45rem;
    line-height: 1.3rem;
    padding: 0 .5rem;
    color: #fff;
    background-color: #009943;
}
.news_center>h2 img{
    float: right;
    height: .5rem;
    margin: .4rem 0;
}
.news_center_info{
    display: block;
    width: 100%;
    display: none;
}
.news_center_info>div>a{
    font-size: .45rem;
    line-height: 1.3rem;
    padding: 0 .5rem;
    color: #fff;
    background-color: #009943;
    border-top: 1px solid #fff;
	display:block;
}
.news_center_info>div>a>img{
	float: right;
    width: .5rem;
    margin: .3rem 0;
}
.rotate90{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.news_center_info>div .news_center_drown{
	display:none;
}
.news_center_info>div .news_center_drown>a{
	font-size: .45rem;
    line-height: 1.3rem;
    padding: 0 .5rem;
    color: #484849;
    background-color: #f1f1f1;
    display: block;
}
.news_center_info>div>a.on{
    background-color: #b7d342;
}
.news_center_info1>div>a.on{
    background-color: #fdd108;
}
.news_center_info2>div>a.on{
    background-color: #4b5faa;
}
.news_center_info3>div>a.on{
    background-color: #c9a362;
}
.news_center_info4>div>a.on{
    background-color: #92539d;
}
.news_center_info>div .news_center_drown>a.on{
	background-color: #b7d342;
	color:white;
}
.news_center_info1>div .news_center_drown>a.on{
	background-color: #fdd108;
	color:white;
}
.news_center_info2>div .news_center_drown>a.on{
	background-color: #4b5faa;
	color:white;
}
.news_center_info3>div .news_center_drown>a.on{
	background-color: #c9a362;
	color:white;
}
.news_center_info4>div .news_center_drown>a.on{
	background-color: #92539d;
	color:white;
}
.news_center>h3{
    font-size: .4rem;
    line-height: 1rem;
    color: #fff;
    background-color: #b7d342;
    text-align: center;
    margin-top: .5rem;
}
.news_center_ul li{
    border-bottom: 1px dotted #d8d8d8;
    padding: .5rem 0 .2rem;
}
.news_center_ul li p{
    font-size: .35rem;
    line-height: .6rem;
    color: #232324;
}
.news_center>a{
    display: block;
    font-size: .4rem;
    line-height: 1rem;
    color: #1d1d1e;
    background-color: #e6e6e6;
    margin-top: .8rem;
    text-align: center;
}

/*   新闻中心-子页面   */
.news_center_con>h4{
    display: block;
    font-size: .5rem;
    line-height: 1rem;
    color: #1d1d1e;
    background-color: #e6e6e6;
    text-align: center;
    margin-top: .5rem;
	padding:0 25px;
}
.news_center_con>h5{
    display: block;
    font-size: .3rem;
    line-height: .8rem;
    color: #424243;
    text-align: center;
}
.news_center_con>img{
    width: 100%;
    margin: .5rem 0;
}
.news_center_con img {
    max-width: 100%;
    object-fit: cover;
    /*width: auto !important;
    height: auto !important;*/
}
.news_center_con>h6{
    font-size: .35rem;
    line-height: .6rem;
    color: #262627;
    font-weight: bold;
}
.news_center_con p{
    font-size: .35rem;
    line-height: .8rem;
    color: #262627;
    margin-bottom: .5rem;
	word-break: break-all;
}


/**/

.mint-popup{
    width: 100%;
}

.pickerBtn{
    display: flex;
    justify-content: space-between;
    padding: 0 .5rem;
    line-height: 1.2rem;
    font-size: .5rem;
    color: #333;
}

.picker-item{
    font-size: .5rem;
    color: #666;
}

.picker-item.picker-selected{
    font-size: .65rem!important;
    color: #333;
}

/**/

/* 2019-12-11 */
.jstk_img{
	width:100%;
	/*height:825px;*/
	display:block;
	margin-bottom:10px;
}
.jstk_img>img{
	display:block;
	width:100%;
	/*height:100%;*/
}
.jstk_img_list{
	display:block;
	overflow:hidden;
	height:215px;
}
.jstk_img_list .jstk_hx{
	white-space: nowrap;
	font-size:0;
	height:100%;
	overflow-x: auto;
    overflow-y: hidden;
}
.jstk_img_list .jstk_hx>a{
	display:inline-block;
	height:100%;
	width:160px;
	margin-right:8px;
}
.jstk_img_list .jstk_hx>a:last-child{
	margin-right:0;
}
.jstk_img_list .jstk_hx>a>img{
	display:block;
	width:100%;
	height:100%;
}
.down_jstk>a{
	display:block;
	width: 100%;
    height: 40px;
	line-height:40px;
    background: #009943;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
	text-align:center;
	color:white;
}
.videom{
	margin-top:20px;
}
.videom>video{
	width: 100%;
    height: 177px;
    background: #333;
    margin-bottom: 10px;
}
.video_lst{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
.video_lst>a{
	display:inline-block;
	width:50%;
	box-sizing: border-box;
	margin-top:10px;
}
.video_lst>a:nth-child(odd){
    padding-right: 5px;
}
.video_lst>a:nth-child(even){
    padding-left: 5px;
}
.video_lst>a>img{
	display:block;
	width:100%;
	height:145px;
}
.video_lst>a>p{
	color: #484849;
    font-size: 15px;
    line-height: 40px;
}
.Platform.Platform_rest{
	padding-left:0;
	padding-right:0;
}
.Platform.Platform_rest .pwzc{
	margin-top:10px;
	background:#FDD108;
}
.Ridem>p{
    font-size: 12px;
    color: #484849;
    line-height: 32px;
}

.Ridem>p>span {
    font-size: 30px;
    float: left;
    line-height: 26px;
    margin-right: 10px;
}

/*2019/12/13*/

/*社会招聘*/
.news_center table{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin-top: 30px;
}
.news_center table th{
	padding: .4rem 0;
	background-color: #e6e6e6;
	color: #000000;
	border: 1px solid #cacaca;
	font-size: .4rem;
}
.news_center table td{
	padding: .3rem 0;
	border: 1px solid #CACACA;
	color: #000000;
	font-size: .35rem;
}
.news_center table td .rlzy_a{
	color: #000000;
}

/*图文列表*/
.imgtxt_img{
	height: 80px;
	width: 130px;
	float: left;
}
.imgtxt_bt{
	margin-left: 155px;	
}
.img{
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	}
.imgtxt_a{
	height: 80px;
	display: block;
	overflow: hidden;
}

/*2019/12/14  活动相册*/

.photo_m>ul{
	margin-top: 30px;
	overflow: hidden;
	margin-right: -15px;
}
.photo_m>ul>li{
	width: 50%;
	float: left;
	padding-right: 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.photo_m>ul>li img{
	width: 100%;
	height: 145px;
}
.photo_m>ul>li p{
	line-height: 1rem;
	font-size: .4rem;
	background: #e6e6e6;
	color: #000000;
	text-align: center;
	padding: 0 5px;
}
ul.news_center_ul.news_center_ulr>li {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

/*2019/12/14  表单*/
.form_m ul{
	margin-top: .6rem;
	overflow: hidden;
	margin-right: -15px;
}


/*.form_m ul li{
	width: 100%;
	box-sizing: border-box;
	padding-right: 15px;
	margin-bottom: 15px;
}*/


.form_m ul .form_list{
	width: 50%;
	float: left;
}

.form_m ul .form_txt{
	width: 100%;
	float: left;
}
.form_m ul .form_txt textarea{
	width: 100%;
	height: 150px;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	padding-right: 5px;
}
.form_m ul li input{
	border: 1px solid #e3e3e3;
	height: 35px;
	width: 100%;
}
.form_m ul .form_list img{
	width: 100%;
	height: 35px;
}
.form_m ul li p{
	/*margin-bottom: 5px;*/
	font-size: .4rem;
}
.form_m ul .form_but{
	width: 100%;
	height: 35px;
	text-align: center;
	color: #FFFFFF;
	line-height: 35px;
	float: left;
	margin-top: 15px;
	background: #009843;
}


/* 2019/12/14 常见问题*/
.Online li{
	border-bottom: 1px dotted #cacaca;
	 padding: 20px 0;
}
.Online ul li div h4 {
    font-size: 15px;
    font-weight: bold;
    color: #484849;
    line-height: 30px;
    padding-left: 30px;
    background: url("../zyxd/img/55.png") no-repeat 0 3px;
    background-size: 23px;
}
.Online ul li div p {
    font-size: 15px;
    color: #484849;
    line-height: 30px;
    padding-left: 30px;
    background: url("../zyxd/img/56.png") no-repeat 0 3px;
    background-size: 23px;
}
.Online .btn button {
	margin-top: 30px;
    display: block;
    width: 100%;
    background: #CACACA;
    color: #000;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
}

.Online .btn .wytw {
	margin-top: 30px;
    display: block;
    width: 100%;
    background: #079b48;
    color: white;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
}

/*2019/12/14  注册与登录*/
.form_login ul .line{
	width: 95%;
	float: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #CACACA;
}
.form_log_but{
	margin-top: 15px;
}
.form_log_but button{
	width: 100%;
	height: 35px;
	color: #FFFFFF;
	font-size: 15px;
	margin-bottom: 15px;
} 
.form_log_but .log_but{
	background: #009843;
}
.form_log_but .res_but{
	background: #b7d342;
}

.res_h3{
	background: #E6E6E6!important;
	color: #000000!important;
}
.sex{position: relative;}
.sex>img{
	height: .24rem;
    position: absolute;
    top: 70%;
    right: .7rem;
    margin-top: -.12rem;
}

/*2019/12/15 延迟公告*/
.Operation h3{
	text-align: center;
	margin: 15px 0;
	line-height: 35px;
	background: #e6e6e6;
}
.Operationtext {
	margin-left: 15px;
}
.Operationtext ul li{
	list-style-type:disc;
	line-height: .6rem;
	font-size: .35rem;
}
.xz_m{
margin-top: 30px;	
overflow: hidden;
margin-left: -5px;
}
.xz_m ul li{
	width: 12.5%;
	box-sizing: border-box;
	padding-left: 5px;
	float: left;
	text-align: center;
	margin-bottom:5px;
}
.xz_m ul li a{
	width: 100%;
	display: block;
 	background: #e6e6e6;
}
.xz_m a:hover,.xz_m  a.hover{
 	background: #c8c8c8;
}

.xz_m ul li a img{
	margin-top: 5px;
}
.xz_m ul li a p{
	color: #4a4a4b;
	font-size: .3rem;
}
.line_photo{
	margin-top: 15px;
	display: block;
	width: 100%;
}
.line_photo>img{
	display:block;
	width:100%;
	height:100%;
}

/*安保区范围图*/
.news_center .time{
	text-align: center;
	margin: 15px 0;
}

.bigimg{
	margin-top: 15px;
	display: block;
	width: 100%;
}
.bigimg>img{
	display:block;
	width:100%;
	height:100%;
}
.scroll{
	margin-top: 20px;
	overflow-x: hidden;
}
.scroll ol{
	white-space:nowrap;
}
.scroll ol li{
	width: 25%;
	display: inline-block;
	
}
.scroll ol li img{
	display:block;
	width:100%;
	height:100%;
}

.scroll ol li span{
	text-align: center;
	display: block;
	width: 100%;
	font-size: .3rem;
	background: #E6E6E6;
}
.scroll ol li.on {
    border: 2px solid #4b5faa;
}
.scroll:hover {
    overflow-x: scroll;
}
.scroll ol li a{
	color: #09090A;
}
.item p{
	font-size: .35rem;
	line-height: 25px;
}
.item h3{
	background: #E6E6E6;
	text-align: center;
	line-height: 35px;
}
.line_nav h2.on{
	line-height: 1.3rem;
	background: #4b5faa;
	padding:0 20px;
	color: #FFFFFF;
}
.line_nav_ul li:hover{
	background: #4b5faa;
	color: #FFFFFF;
}
.line_nav_ul{
	width: 100%;
}
.line_nav_ul li{
	line-height: 1.3rem;
	background: #e6e6e6;
	padding:0 20px;
	color: #1D1D1E;
}
.line_nav h2>img{
    float: right;
    height: .5rem;
    margin: .4rem 0;
    }
.line_nav_ul{
	display:none;
}

/*新增*/
.text h4 {
    text-align: center;
    font-size: 15px;
    color: #484849;
    line-height: 30px;
}

.bigimg {
    margin-top: 20px;
}

.bigimg img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.text .item {
    margin-top: 20px;
}

.text .item p {
    font-size: 15px;
    color: #484849;
    line-height: 30px;
}

.text .item h5 {
    font-size: 15px;
    color: #484849;
    line-height: 30px;
    font-weight: bold;
}

.text ul li {
    line-height: 40px;
    background: #e6e6e6;
    margin-top: 5px;
    text-align: center;
    font-size: 20px;
    color: #484849;
}
.text ul li a{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #484849;
}
.text ul li a.on {
    background: #4b5faa;
    color: #fff;
}

.text ul li:hover {
    cursor: pointer
}

.text ul li.on {
    background: #4b5faa;
    color: #fff;
}

.text .scroll {
    overflow-x: hidden;
    margin-top: 10px;
    height: 116px;
}

.text .scroll:hover {
    overflow-x: scroll;
}

.text .scroll ol {
    white-space: nowrap;
}

.text .scroll ol li {
    width: 150px;
    display: inline-block;
    margin-right: 2px;
    cursor: pointer;
}

.text .scroll ol li img {
    width: 100%;
    height: 72px;
}

.text .scroll ol li span {
    display: block;
    line-height: 30px;
    font-size: 12px;
    color: #484849;
    text-align: center;
    background: #e6e6e6;
}

.text .scroll ol li.on {
    border: 3px solid #4b5faa;
    box-sizing: border-box;
}
.abqfwtxbt{
	background: #e6e6e6;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #484849;
}

/*新添 单篇文章标题背景颜色*/
 /*.t_orange{
	background-color:#fdd108!important;
	color: #FFFFFF!important;
}
.t_blue{
	background-color: #4b5faa!important;
	color: #FFFFFF!important;
}
.t_brown{
	background-color: #c9a362!important;
	color: #FFFFFF!important;
}
.t_purple{
	background-color: #92539d!important;
	color: #FFFFFF!important;
}*/
/*新添加 footer*/
/*.footer1{
    background: #f0f0f0 url(../zyxd/img/line_bottom2.png) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}*/

/*.footer2{
    background: #f0f0f0 url(../zyxd/img/line_bottom3.png) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}*/

.footer3{
    background: #f0f0f0 url(../zyxd/img/line_bottom4.png) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.footer4{
    background: #f0f0f0 url(../zyxd/img/line_bottom5.png) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

/* 20191223 by lvche iboy  搜索线路 */
/*票价查询*/
.Platform .Platform_ipt>div {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    border: 1px solid #c8bebe;
    box-sizing: border-box;
    border-top: 0;
    display: none;
    max-height: 375px;
    overflow-y: auto;
}

.Platform .Platform_ipt>div em {
    display: block;
    padding: 0 10px;
    line-height: 45px;
    font-size: 15px;
    color: #484849;
    cursor: pointer;
	border-top: 1px solid #c8bebe;
}

.Platform .Platform_ipt>div em:hover {
    background: #eee;
}
.Platform .Platform_ipt .fareQuery em .xl_img{
	float:right;
	font-size:0;
}
.Platform .Platform_ipt .fareQuery em .xl_img>img{
	height:27px;
	margin-left:5px;
}
/*线路查询*/

.Platform .Platform_ipt .routeQuery em .xl_img{
	float:left;
}
.Platform .Platform_ipt .routeQuery em .xl_img>img{
	height:27px;
	margin-right:5px;
}
.Platform .Platform_ipt .routeQuery em .xl_txt{
	float:right;
	color:#c2c2c2;
	font-size: 10px;
}

/* 1号线会展中心样式 */
.m_en .lineShaft.line1 .layout1>a:nth-child(8) .right .xl_name{
	width: 140px;
    line-height: 1;
    margin-top: 7px;
}
/* 4号线会展中心样式 */
.m_en .lineShaft.line4 .layout1>a:nth-child(3) .right .xl_name{
	width: 140px;
    line-height: 1;
    margin-top: 7px;
}
/* 9号线深大南样式 */
.m_en .lineShaft.line9 .layout1>a:nth-child(8) .right .xl_name{
	width: 140px;
    line-height: 1;
    margin-top: 7px;
}
/* 11号线红树湾样式 */
.m_en .lineShaft.line11 .layout1>a:nth-child(3) .right .xl_name{
	width: 105px;
    line-height: 1;
    margin-top: 7px;
}

/* 3,8,10号线下拉框样式 */
.Platform.m_en .Platform_ipt .routeQuery em:nth-child(3) .xl_txt,.Platform.m_en .Platform_ipt .routeQuery em:nth-child(8) .xl_txt,.Platform.m_en .Platform_ipt .routeQuery em:nth-child(10) .xl_txt{
	width: 140px;
    line-height: 1;
    margin-top: 7px;
    text-align: right;
}
.two_22.m_en .line-details .lineShaft.line3 .title>.xl_txt,.two_22.m_en .line-details .lineShaft.line8 .title>.xl_txt,.two_22.m_en .line-details .lineShaft.line10 .title>.xl_txt{
	width: 140px;
    line-height: 1;
    margin-top: 7px;
    text-align: right;
}

/*线路轴*/
.two_22 .line-details{
	position:absolute;
	top:1.5rem;
	left:0;
	right:0;
	z-index:1024;
	margin: .6rem 1rem 0;
	background:white;
	border: 1px solid #c8bebe;
	box-sizing: border-box;
	display:none;
	max-height: 600px;
    overflow-y: auto;
}
.Platform_rest.two_22 .line-details{
	margin: .6rem 0 0;
}
.two_22 .line-details .lineShaft>.title{
	height:45px;
	line-height:45px;
	overflow:hidden;
	background:#eee;
	font-size: 15px;
    color: #484849;
	padding:0 10px;
	font-size:15px;
}
.two_22 .line-details .lineShaft>.title>span{
    font-size: 15px;
    float: none;
    line-height: 45px;
    margin-right: 0;
}
.two_22 .line-details .lineShaft .title>.xl_img>img{
	height:27px;
	margin-right:5px;
}
.two_22 .line-details .lineShaft .title>.xl_txt{
	float:right;
	color:#c2c2c2;
	font-size:15px;
}
.lineShaft .layout1>a{
	padding:0 10px;
	display:block;
	height:40px;
	line-height:40px;
}
.lineShaft .layout1>a:hover{
	background:#eee;
}
.lineShaft .layout1 .left{
	float:left;
	width:36px;
	height:100%;
	position:relative;
}
.lineShaft .layout1 .left>div{
	position:absolute;
	top:50%;
	left:0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index:1;
}
.lineShaft .layout1 .left>div>img{
	height:22px;
	display:block;
	margin:3px 0;
}
.lineShaft .layout1 .right{
	overflow:hidden;	
	padding-left:25px;
	background-repeat:no-repeat;
	background-position: 5px 0;
	background-size:7px 40px;
	position:relative;
}
/* 1号线 */
.line1.lineShaft .layout1 .right{
	/*background-image:url(../zyxd/img/l1-c3.png);*/
}
/* 2号线 */
.line2.lineShaft .layout1 .right{
	/*background-image:url(../zyxd/img/l2-c3.png);*/
}
/* 3号线 */
.line3.lineShaft .layout1 .right{
	/*background-image:url(../zyxd/img/l3-c3.png);*/
}
/* 4号线 */
.line4.lineShaft .layout1 .right{
	/*background-image:url(../zyxd/img/l4-c3.png);*/
}
/* 5号线 */
.line5.lineShaft .layout1 .right{
	/*background-image:url(../zyxd/img/l5-c3.png);*/
}
/* 6号线 */
.line6.lineShaft .layout1 .right{
	/*background-image:url(../zyxd/img/l6-c3.png);*/
}
/* 7号线 */
.line7.lineShaft .layout1 .right{
	/*background-image:url(../zyxd/img/l7-c3.png);*/
}
/* 8号线 */
.line8.lineShaft .layout1 .right{
	/*background-image:url(../zyxd/img/l8-c3.png);*/
}
/* 9号线 */
.line9.lineShaft .layout1 .right{
	/*background-image:url(../zyxd/img/l9-c3.png);*/
}
/* 10号线 */
.line10.lineShaft .layout1 .right{
	/*background-image:url(../zyxd/img/l10-c3.png);*/
}
/* 11号线 */
.line11.lineShaft .layout1 .right{
	/*background-image:url(../zyxd/img/l11-c3.png);*/
}
/* 20号线 */
.line20.lineShaft .layout1 .right{
	/*background-image:url(../zyxd/img/l20-c3.png);*/
}
.lineShaft .layout1>a:first-child .right{
	background-position: 5px 20px;
}
.lineShaft .layout1>a:last-child .right{
    background-size: 7px 20px;
}
.lineShaft .layout1 .right>div{
	border-bottom:1px solid #ddd;	
}
.lineShaft .layout1>a:last-child .right>div{
	border:none;
}
.lineShaft .layout1 .right .xl_name{
	float:left;
	color:#484849;
	font-size: 14px;
}
.lineShaft .layout1 .right .xl_shes{
	float:right;
	font-size:0;
}
.lineShaft .layout1 .right .xl_shes>img{
	height:17px;
	margin-left:3px;
}
/*起点与终点*/
.start_dot:before{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:17px;
	height:17px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background:url(../zyxd/img/c4.png) no-repeat;
	background-size:100%;
}
/*中途站*/
.midway_dot:before{
	content:"";
	position:absolute;
	top:50%;
	left:3px;
	width:11px;
	height:11px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background:url(../zyxd/img/c2.png) no-repeat;
	background-size:100%;
}
/*中转站*/
.transit_dot:before{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:17px;
	height:17px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background:url(../zyxd/img/c1.png) no-repeat;
	background-size:100%;
}
/* 1号线点 */
.line1 .start_dot:before{
	background-image:url(../zyxd/img/l1-c4.png);
}
.line1 .midway_dot:before{
	background-image:url(../zyxd/img/l1-c2.png);
}
.line1 .transit_dot:before{
	background-image:url(../zyxd/img/l1-c1.png);
}
/* 2号线点 */
.line2 .start_dot:before{
	background-image:url(../zyxd/img/l2-c4.png);
}
.line2 .midway_dot:before{
	background-image:url(../zyxd/img/l2-c2.png);
}
.line2 .transit_dot:before{
	background-image:url(../zyxd/img/l2-c1.png);
}
/* 3号线点 */
.line3 .start_dot:before{
	background-image:url(../zyxd/img/l3-c4.png);
}
.line3 .midway_dot:before{
	background-image:url(../zyxd/img/l3-c2.png);
}
.line3 .transit_dot:before{
	background-image:url(../zyxd/img/l3-c1.png);
}
/* 4号线点 */
.line4 .start_dot:before{
	background-image:url(../zyxd/img/l4-c4.png);
}
.line4 .midway_dot:before{
	background-image:url(../zyxd/img/l4-c2.png);
}
.line4 .transit_dot:before{
	background-image:url(../zyxd/img/l4-c1.png);
}
/* 5号线点 */
.line5 .start_dot:before{
	background-image:url(../zyxd/img/l5-c4.png);
}
.line5 .midway_dot:before{
	background-image:url(../zyxd/img/l5-c2.png);
}
.line5 .transit_dot:before{
	background-image:url(../zyxd/img/l5-c1.png);
}
/* 6号线点 */
.line6 .start_dot:before{
	background-image:url(../zyxd/img/l6-c4.png);
}
.line6 .midway_dot:before{
	background-image:url(../zyxd/img/l6-c2.png);
}
.line6 .transit_dot:before{
	background-image:url(../zyxd/img/l6-c1.png);
}
/* 7号线点 */
.line7 .start_dot:before{
	background-image:url(../zyxd/img/l7-c4.png);
}
.line7 .midway_dot:before{
	background-image:url(../zyxd/img/l7-c2.png);
}
.line7 .transit_dot:before{
	background-image:url(../zyxd/img/l7-c1.png);
}
/* 8号线点 */
.line8 .start_dot:before{
	background-image:url(../zyxd/img/l8-c4.png);
}
.line8 .midway_dot:before{
	background-image:url(../zyxd/img/l8-c2.png);
}
.line8 .transit_dot:before{
	background-image:url(../zyxd/img/l8-c1.png);
}
/* 9号线点 */
.line9 .start_dot:before{
	background-image:url(../zyxd/img/l9-c4.png);
}
.line9 .midway_dot:before{
	background-image:url(../zyxd/img/l9-c2.png);
}
.line9 .transit_dot:before{
	background-image:url(../zyxd/img/l9-c1.png);
}
/* 10号线点 */
.line10 .start_dot:before{
	background-image:url(../zyxd/img/l10-c4.png);
}
.line10 .midway_dot:before{
	background-image:url(../zyxd/img/l10-c2.png);
}
.line10 .transit_dot:before{
	background-image:url(../zyxd/img/l10-c1.png);
}
/* 11号线点 */
.line11 .start_dot:before{
	background-image:url(../zyxd/img/l11-c4.png);
}
.line11 .midway_dot:before{
	background-image:url(../zyxd/img/l11-c2.png);
}
.line11 .transit_dot:before{
	background-image:url(../zyxd/img/l11-c1.png);
}
/* 20号线点 */
.line20 .start_dot:before{
	background-image:url(../zyxd/img/l20-c4.png);
}
.line20 .midway_dot:before{
	background-image:url(../zyxd/img/l20-c2.png);
}
.line20 .transit_dot:before{
	background-image:url(../zyxd/img/l20-c1.png);
}

/* 查询结果页的布局 */
.tit_border{
	border-top:1px solid #D6D6D6;
}
.iboy_rst .searchResult_wrap .Platform{
	padding-left:0;
	padding-right:0;
}
.iboy_rst{
    box-sizing: border-box;
}
.iboy_rst .title>h3{
	float:none;
	line-height:40px;
}
.iboy_rst .title>p{
	font-size:12px;
	margin-bottom:15px;
}
.iboy_rst .news_ul li{
	width:295px;
	height:415px;
}
.iboy_rst .news_ul .Platform2 ul li .iptli .item{
	width:100%;
}
.iboy_rst .searchResult_wrap{
	background:white;
	width:100% !important;
	height:auto !important;
	padding:0;
}
.searchResult_wrap .close{
	position:absolute;
	top:0;
	right:0;
	line-height: normal;
}
.iboy_rst .searchResult_wrap .title_bt{
	font-size: 34px;
    color: #4d4d4e;
    font-weight: bold;
	line-height:1;
}
.iboy_rst .searchResult_wrap .tab_switch{
	padding:0 20px;
	overflow:hidden;
}
.iboy_rst .searchResult_wrap .tab_switch>a{
	float:left;
	width:50%;
	line-height:35px;
	color:white;
	text-align:center;
	background:#009A44;
}
.iboy_rst .searchResult_wrap .tab_switch>a.on{
	background:#B7D342;
}
.iboy_rst .searchResult_wrap .lineDetails{
	padding-top:0;
}
.iboy_rst .searchResult_wrap .lineDetails .lineDetails_item{
	position:relative;
	padding: 15px 0;
}
.iboy_rst .searchResult_wrap .lineDetails .lineDetails_item:last-child{
	padding-bottom: 0;
}
.lineDetails_item .lineDetails_child{
	display:table;
	width:100%;	
	height:50px;
	padding: 0 20px;
    box-sizing: border-box;
}
.lineDetails_item .lineDetails_child:nth-child(2){
	background:#F0F0F0;
	height:auto;
	padding:0 0 0 20px;
}
.lineDetails_item .lineDetails_child .left{
	display:table-cell;
	vertical-align:middle;
	width:55px;
	word-break: break-all;
}
.lineDetails_item .lineDetails_child .left .znhc_fz{
	position:absolute;
	top:100%;
	left:20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lineDetails_item .lineDetails_child .right{
	display:table-cell;
	padding-left:37px;
	background-repeat:no-repeat;
	/*background-position: 5px 0;*/
	background-size:12px 100%;
	position:relative;
	vertical-align: middle;
	position:relative;
}
.lineDetails_item .lineDetails_child .right .znhc_jl{
	position:absolute;
	top:65px;
	left:37px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1.2;
}
.lineDetails_item .lineDetails_child:nth-child(2) .right{
	padding-top:15px;
	padding-bottom:15px;
}
.lineDetails_item .lineDetails_child:nth-child(2) .right .xl_name{
	width:100%;
	padding-bottom: 10px;
	border-bottom:1px solid #D2D2D2;
}
.lineDetails_item .lineDetails_child:first-child .right{
	background-position: 0 25px;
}
.lineDetails_item .lineDetails_child:last-child .right{
	background-size: 12px 25px;
}
.lineDetails_item .lineDetails_child .xl_intr{
	padding-top:10px;
	color:#484848;
	font-size:14px;
}
.lineDetails_item .lineDetails_child .xl_intr .xl_tjz{
	color:#464646;
	margin-top:10px;
}
.lineDetails_item .lineDetails_child .xl_intr .xl_tjz>div{
	font-weight:bold;
	position:relative;
}
.lineDetails_item .lineDetails_child .xl_intr .xl_tjz>div>span{
	font-weight:normal;
}
.xl_intr .xl_intr1 .icon_title{
	color:#555;
	line-height:28px;
}
.xl_intr .xl_intr1 .churk{
	color:#a5a5a5;
	padding-left:25px;
}
.xl_intr .xl_intr1 .icon_title img{
	height:20px;
	margin-right:5px;
	margin-top: -3px;
}
.xl_intr .xl_intr2 .icon_title{
	display:block;
	color:#555;
	line-height:28px;
}
.xl_intr .xl_intr2 .icon_title img{
	height:20px;
	margin-right:5px;
	margin-top: -3px;
}
.xl_layout{
	border-top: 1px solid #D2D2D2;
	margin-left: 92px;
	margin-right: -20px;
	margin-top:10px;
	margin-bottom:20px;
}
.cxbju{
	display:table;
	width:100%;
	height:50px;
}

/* 线轴 */
.line1 .lineDetails_child .right{
	background-image:url(../zyxd/img/l1-c3.png);
}
.line2 .lineDetails_child .right{
	background-image:url(../zyxd/img/l2-c3.png);
}
.line3 .lineDetails_child .right{
	background-image:url(../zyxd/img/l3-c3.png);
}
.line4 .lineDetails_child .right{
	background-image:url(../zyxd/img/l4-c3.png);
}
.line5 .lineDetails_child .right{
	background-image:url(../zyxd/img/l5-c3.png);
}
.line6 .lineDetails_child .right{
	background-image:url(../zyxd/img/l6-c3.png);
}
.line7 .lineDetails_child .right{
	background-image:url(../zyxd/img/l7-c3.png);
}
.line8 .lineDetails_child .right{
	background-image:url(../zyxd/img/l8-c3.png);
}
.line9 .lineDetails_child .right{
	background-image:url(../zyxd/img/l9-c3.png);
}
.line10 .lineDetails_child .right{
	background-image:url(../zyxd/img/l10-c3.png);
}
.line11 .lineDetails_child .right{
	background-image:url(../zyxd/img/l11-c3.png);
}
.line20 .lineDetails_child .right{
	background-image:url(../zyxd/img/l20-c3.png);
}
.start_dot2.right:before{
	content:"";
	position:absolute;
	top:50%;
	left: -7px;
    width: 27px;
    height: 27px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-repeat:no-repeat;
	background-size:100%;
}
/*  号线图标的起点与终点 */
.line1 .start_dot2.right:before{
	background-image:url(../zyxd/img/b1.png);
}
.line2 .start_dot2.right:before{
	background-image:url(../zyxd/img/b2.png);
}
.line3 .start_dot2.right:before{
	background-image:url(../zyxd/img/b3.png);
}
.line4 .start_dot2.right:before{
	background-image:url(../zyxd/img/b4.png);
}
.line5 .start_dot2.right:before{
	background-image:url(../zyxd/img/b5.png);
}
.line6 .start_dot2.right:before{
	background-image:url(../zyxd/img/b6.png);
}
.line7 .start_dot2.right:before{
	background-image:url(../zyxd/img/b7.png);
}
.line8 .start_dot2.right:before{
	background-image:url(../zyxd/img/b8.png);
}
.line9 .start_dot2.right:before{
	background-image:url(../zyxd/img/b9.png);
}
.line10 .start_dot2.right:before{
	background-image:url(../zyxd/img/b10.png);
}
.line11 .start_dot2.right:before{
	background-image:url(../zyxd/img/b11.png);
}
.line20 .start_dot2.right:before{
	background-image:url(../zyxd/img/b20.png);
}
/*中途站*/
.midway_dot2:before{
	content:"";
	position:absolute;
	top:50%;
	left: -40px;
    width: 18px;
    height: 18px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-repeat:no-repeat;
	background-size:100%;
}
.line1 .midway_dot2:before{
	background-image:url(../zyxd/img/l1-c2.png);
}
.line2 .midway_dot2:before{
	background-image:url(../zyxd/img/l2-c2.png);
}
.line3 .midway_dot2:before{
	background-image:url(../zyxd/img/l3-c2.png);
}
.line4 .midway_dot2:before{
	background-image:url(../zyxd/img/l4-c2.png);
}
.line5 .midway_dot2:before{
	background-image:url(../zyxd/img/l5-c2.png);
}
.line6 .midway_dot2:before{
	background-image:url(../zyxd/img/l6-c2.png);
}
.line7 .midway_dot2:before{
	background-image:url(../zyxd/img/l7-c2.png);
}
.line8 .midway_dot2:before{
	background-image:url(../zyxd/img/l8-c2.png);
}
.line9 .midway_dot2:before{
	background-image:url(../zyxd/img/l9-c2.png);
}
.line10 .midway_dot2:before{
	background-image:url(../zyxd/img/l10-c2.png);
}
.line11 .midway_dot2:before{
	background-image:url(../zyxd/img/l11-c2.png);
}
.lineDetails_item .lineDetails_child .right .wrap{
	display:block;
	width:100%;
	font-size:0;
}
.lineDetails_item .lineDetails_child .right .xl_name{
	display:inline-block;
	text-align:left;
	width:50%;
}
.lineDetails_item .lineDetails_child .right .xl_name>div{
	display:inline-block;
	font-size:14px;
	vertical-align: middle;
}
.lineDetails_item .lineDetails_child .right .xl_shes{
	display:inline-block;
	text-align:right;
	width:50%;
}
.lineDetails_item .lineDetails_child .right .xl_shes>div{
	display:inline-block;
	vertical-align: middle;
}
.lineDetails_item .lineDetails_child .right .xl_shes>div img{
	width:20px;
	margin-left:5px;
}
.lineDetails_item .lineDetails_child .right .xl_shes>div>a:last-child img{
	width:16px;
}
.table_pj{
	background:#F0F0F0;
	padding:20px;
}
.table_pj table{
	width:100%;
}
.table_pj table tr td{
	border:1px solid #C3C3C3;
	text-align:center;
	line-height:24px;
	font-size:10px;
}
.ft_btn{
	padding:20px;
}
.ft_btn>a{
	display:block;
	color:white;
	text-align:center;
	font-size: 16px;
    line-height: 35px;
	margin-top:10px;
}
.btn_bg1{
	background:#009a44;
}
.btn_bg2{
	background:#b7d342;
}
.recentQuery{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	background:#f3f3f3;
	margin-top:20px;
	padding:20px;
}
.recentQuery>.clearfix div{
	font-weight:bold;
}
.recentQuery>.clearfix a{
	color:#4d4d4e;
}
.iboy_rst .Ride p{
	font-size:10px;
}
.line1 .xl_name_c{
	color:#0a9b4b;
}
.line2 .xl_name_c{
	color:#905025;
}
.line3 .xl_name_c{
	color:#0087d2;
}
.line4 .xl_name_c{
	color:#be0f19
}
.line5 .xl_name_c{
	color:#824b82;
}
.line6 .xl_name_c{
	color:#02C8B9;
}
.line7 .xl_name_c{
	color:#0a3282;
}
.line8 .xl_name_c{
	color:#905025;
}
.line9 .xl_name_c{
	color:#82646e;
}
.line10 .xl_name_c{
	color:#F97C9C;
}
.line11 .xl_name_c{
	color:#641937;
}

/* 11号线样式 */
.lineShaft.line11 .layout1 .left{
	float:left;
	width: 80px;
	height:100%;
	position:relative;
}
.lineShaft.line11 .layout1 .left>div>img{
	height:22px;
	display: inline-block;
	margin: 3px 3px 3px 0;
}



/*2020/01/16 建议留言表单样式*/
.form_m ul li{
	width: 50%;
	box-sizing: border-box;
	padding-right: 15px;
	margin-bottom: 15px;
	float: left;
}
.form_m ul li:nth-last-child(4){
	width:100%;
}
.form_m ul li textarea{
	width: 100%;
	height: 150px;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	padding-right: 5px;

}
.form_m ul li:last-child{
	width:100%;
	text-align:center;
}
.form_m ul li button{
	width: 100%;
	height: 35px;
	color: #FFFFFF;
	font-size: 15px;
	margin-bottom: 15px;
	background:#009843;

}

.form_answer ul li{
	width:100%;
}
.form_answer ul li button{
	background:#009943
}

.form_answer ul li button:last-child{
		background:#fdd108
}

.form_advice ul li button:last-child{
		display: none;
}
.form_message ul li button:last-child{
		display: none;
}

/* 搜索 */
.news_center_con.search_news{
    background: #f0f0f0;
    min-height: 666px;
}
.news_center_con.search_news>h4{
	margin-top:0;
}
.search_cont span{
	font-weight: bold;
	color: #009641;
}
.search_news .list a{
	line-height: 39px;
    border-bottom: 1px dotted #dfdede;
    color: #484849;
    overflow: hidden;
    display: block;
}

.load_gd_js{
	text-align: center;	
}

.load_gd_js a{
	display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #009641;
    background: #fff;
    border: 1px solid #009641;
    border-radius: 2px;
    line-height: 1;
    padding: 17px 77px;
    margin: 20px 0;
}

.search_news_bt{
	line-height: 28px !important;
    color: #1d1d1e !important;
    margin: 0 !important;
    font-size: inherit !important;
}

.search_news_txt{
	line-height: 19px;
	color: #aaa;
	margin-bottom: 8px;
	position: relative;
	overflow: hidden;
}

/* 延误公告 */
.txtLinetit{
	font-size: 16px;
	font-weight: bold;
}
.txtLinetit img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.ycc{
	margin-top: 15px;
}
.ycc_ywgg{
	border: 1px solid #BAB9B9;
	width: 100%;
	border-bottom: 1px solid;	
}
.ycc .ycc_ywgg:first-child caption{
	border-top: 1px solid #BAB9B9;
}
.ycc_ywgg caption{
	border: 1px solid #BAB9B9;
	line-height: 30px;
	background: #E6E6E6;
	border-bottom: none;
	box-sizing: border-box;
	border-top: none;
}
.ycc_ywgg tr td {
	width: 33.33%;
	border: 1px solid #BAB9B9;
	box-sizing: border-box;	
	padding: 14px 2px;
}
.ycc_ywgg tr td p{
	display: block;
	color: #3B3B3D;
}
.ycc_ywgg .on{
	color: #008D2A;
}

/* 20200223 列车时间表 */
.tabcon_news_nav{
	margin-top: 15px;
	display: table;
	width: 100%;
}
.tabcon_news_nav a{
	display: inline-block;
	text-align: center;
	color: white;
	padding: 5px 0;
	margin-bottom: 10px;
	background: #009A44;
	box-sizing: border-box;
	border-right: 1px solid white;
	width: 33.33%;
	line-height: 95px;
	vertical-align: middle;
}
.tabcon_news_nav a div{
	vertical-align: middle;
    display: inline-block;
    line-height: 1.6;
}
.tabcon_news_nav a:last-child{
	border-right: none;
}
.tabcon_news_nav a:hover{
	background: #B7D342;
}
.tabcon_news_nav .on{
	background: #B7D342;
}
/* 票务知识表格化 */
.tablenews ul {
    border-left: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    margin-top: 40px;
}

.tablenews ul li {
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    align-items: center;
    background: #e6e6e6;
    overflow: hidden;
}

.tablenews ul li span {
    width: 30%;
    height: 100%;
    padding: 10px 20px;
    float: left;
    box-sizing: border-box;
}

.tablenews ul li p {
    background: #f0f0f0;
    color: #484849;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 20px;
    float: left;
    width: 70%;
    box-sizing: border-box;
    border-left: 1px solid #cfcfcf;
}


@media(min-width:992px){
/*body {
  padding-top:20px;

}*/
.tit{
    padding: 20px;
    width: 700px;
    margin: 0 auto;

}
.tit h3{
    font-size: 30px;
    line-height: 40px;
     margin-bottom: 0px;
}

.tit p{
    font-size: 16px;
    line-height: 40px;
}
.Platform{
    padding: 20px;
    width: 700px;
    margin: 0 auto;
}

.Platform h4 {
  font-size: 16px;
  line-height: 40px;
  margin-top: 20px;
}

.Platform_ipt{
    width: 100%;
    padding:0 20px ;
    border: 1px solid #d6d6d6;
    position: relative;
    box-sizing: border-box;
}
.Platform_ipt input{
    display: block;
    width: 90%;
    font-size: 16px;
    line-height: 60px;
    color: #333;
}
::placeholder {
  font-size: 16px !important;
}
.Platform_ipt>img{
    height: 15px;
    position: absolute;
    top: 5%;
    right: 20px;
    margin-top: 20px;
}
.Platform h5{
    height: .4rem;
    position: relative;
}
.Platform h5 img{
    height: .5rem;
    position: absolute;
    bottom: -.35rem;
    right: .45rem;
}
.Platform button{
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 50px;
    margin-top: 30px;
    color: #fff;
    background-color: #46b0c3;
}
.two_22 .line-details{
	position:absolute;
	top:36px;
	left:0;
	right:0;
	z-index:1024;
	margin: 45px 20px 0;
	background:white;
	border: 1px solid #c8bebe;
	box-sizing: border-box;
	display:none;
	max-height: 600px;
    overflow-y: auto;
}
.Platform_rest.two_22 .line-details{
	margin: 10px 0 0;
}
	
}
@media(min-width:1200px){
	
	.Platform{
     padding: 20px;
     width: 700px;
     margin:0 auto;
   }
   .tit{
    padding: 40px 20px 20px;
    width: 700px;
    margin: 0 auto;

}
	
	
	}