/* 灰度 */
/* img,.header,.mid-right-media .head,.bottom-slogan,.qrcode-appdown-allin,.qrcode-weixin,.ykx-btn-green{
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	filter:grayscale(100%);
} */
.banner {
	position: relative;
	height: 420px;
}

.banner-img {
	/* width: 100%; */
	width: 1920px;
	margin: auto;
}

.pagination {
	position: absolute;
	left: 50%;
	margin-left: -565px;
	padding-left: 800px;
	/*text-align: center;*/
	bottom: 60px;
	width: 1130px;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
	border: 2px solid #fff;
	/*box-shadow: 0px 1px 2px #555 inset;*/
	margin: 0 10px;
	cursor: pointer;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-container-banner {
	height: 420px;
}

.swiper-container-banner .swiper-slide img {
	/* width: 100%; */
	height: 420px;
}

.banner-search {
	width: 100%;
	/*height: 380px;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.ticket-inquiry {
	position: absolute;
	z-index: 1;
	/*height: 280px;*/
	width: 490px;
	background: #fff;
	margin-top: 60px;
	padding: 30px;
	padding-bottom: 20px;
	border-radius: 5px;
	display: inline-block;
}

.changeaddress {
	height: 67px;
	line-height: 67px;
	margin-top: 21px;
	box-sizing: border-box;
	position: absolute;
	left: 188px;
	/*border: 1px solid red;
	width: 26px;height: 26px;*/
}

.changeaddress>i {
	width: 26px;
	height: 26px;
	background: url(../img/btn_exchange.png) no-repeat;
	/* background: url(../../../util/image/icon_home_arrow.png) no-repeat; */
	display: inline-block;
	/*border: 1px solid blue;box-sizing: border-box;*/
	background-position: center;
	padding: 14px;
	/*cursor:pointer;*/
}

.label {
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
}

.content.notice {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 40px;
	line-height: 40px;
	/*border: 1px solid red;box-sizing: border-box;*/
	background-color: rgba(47, 56, 61, 0.4);
	display: none;
}

.notes-item {
	display: inline-block;
	line-height: 38px;
	padding-left: 30px;
	font-size: 14px;
	padding-left: 30px;
	line-height: 16px;
}

.notes,
.common-problem {
	padding: 11px 0;
	display: inline-block;
	padding-left: 18px;
	font-size: 14px;
	cursor: pointer;
}

.notes:active,
.common-problem:active {
	color: #23ac38;
}

.notes {
	background: url(../img/btn_buy_tickets.png) no-repeat;
	background-size: 14px;
	background-position: 0px 11px;
}

.common-problem {
	margin-left: 20px;
	background: url(../img/btn_questions.png) no-repeat;
	background-size: 14px;
	background-position: 0px 11px;
}


/*历史搜索*/

.history-search-item {
	overflow: hidden;
	padding-left: 22px;
	white-space: nowrap;
}

.history-search-item.active {
	background: url(../img/icon_history.png) no-repeat;
	background-size: 12px;
	background-position: 0px 26px;
}

.history-search {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	padding-left: 22px;
	white-space: nowrap;
}

.history-text {
	padding-right: 20px;
	cursor: pointer;
}

.icon_way_normal {
	display: inline-block;
	width: 10px;
	height: 12px;
	background: url(../img/btn_way_normal.png) no-repeat;
	background-size: 10px 4px;
	background-position: 0px center;
	margin: 0 4px;
}

.history-text:hover {
	color: #23ac38;
}

.history-text:hover .icon_way_normal {
	display: inline-block;
	width: 10px;
	height: 12px;
	background: url(../img/btn_way_selected.png) no-repeat;
	background-size: 10px 4px;
	background-position: 0px center;
	margin: 0 4px;
}


/*浮层--跑马灯*/

.tempWrap-text {
	color: #fff;
	cursor: pointer;
}

.tempWrap-text:hover {
	color: #23ac38;
}


/*热门线路和资讯*/

.mid .content {
	padding-top: 30px;
}

.mid-left {
	padding-bottom: 30px;
	width: 664px;
}

.margin-right-14 {
	margin-right: 14px;
	cursor: pointer;
}

.margin-right-20 {
	margin-right: 20px;
	cursor: pointer;
}

.mid-left-head {
	/*height: 18px;*/
	/*width: 664px;*/
	padding-bottom: 0;
	overflow: hidden;
}

.mid-left-head>.is-left {
	width: 200px;
}

.mid-left-head>.is-right {
	padding-top: 4px;
}

.mid-left-head>.is-right img:active {
	opacity: .6;
}

.mid-left-media {
	width: 664px;
	height: 246px;
}

.mid-left-media li {
	float: left;
	width: 211px;
	height: 72px;
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
	padding: 0 15px;
	cursor: pointer;
}

.mid-left-media .ykx-border:active,
.mid-left-media .ykx-border:hover {
	color: #23AC38;
	border-color: #23AC38;
}
.mid-left-media .ykx-border:hover p{
	color: #23AC38;
}
.mid-left-media .ykx-border:active p {
	color: #23AC38;
}

.mid-left-media li p {
	line-height: 72px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mid-right {
	width: 456px;
}

.mid-right .mid-left-head .is-left {
	margin-right: 30px;
	width: auto;
	color: #999;
	margin-bottom: 10px;
	cursor: pointer;
}

.mid-right .mid-left-head .is-left.active {
	color: #333;
}

.mid-right-media {
	/*margin-top: 10px;*/
}

.mid-right-media .head {
	background-color: #23AC38;
	height: 38px;
	padding-top: 8px;
}

.width-44 {
	width: 44px;
}

.width-242 {
	width: 242px;
}

.width-78 {
	width: 78px;
}
.mid-right-media-body .width-242{
	text-align: left;
	overflow: hidden;
}
.mid-right-media .head p,
.mid-right-media-body p {
	float: left;
	color: #fff;
	text-align: center;
}

.mid-right-media .mid-right-media-body p {
	color: #666;
}
.mid-right-media .mid-right-media-body .swiper-slide{overflow: hidden;cursor: Default;padding-top: 8px;
	padding-bottom: 15px;box-sizing: border-box;}
.mid-right-media .mid-right-media-body .swiper-slide p{height: 31px;overflow: hidden;}
.mid-right-media .mid-right-media-body .swiper-slide{
	background-color: #fff;
	width: 100%;
}
/*.mid-right-media .mid-right-media-body .swiper-slide:nth-child(2n){
	background-color: #f1f8f2;
}

.mid-right-media .mid-right-media-body .str_move.str_move_clone .swiper-slide{
	background-color: #f1f8f2;
}
.mid-right-media .mid-right-media-body .str_move.str_move_clone .swiper-slide:nth-child(2n){
	background-color: #fff;
}*/
.highway_condition .swiper-slide.tempWrap-text:nth-child(2n){
	background-color: #f1f8f2;
}

/*.mid-right-media .mid-right-media-body .swiper-slide:nth-child(2n) p {
	background-color: #f1f8f2;
}*/
.mid-right-media .mid-right-media-body .swiper-slide .clear{width: 0;height: 0;padding: 0;}

.mid-right-media-body {
	height: 200px;
}

.swiper-container.swiper-container-mid {
	height: 246px;
}

.margin-right-6 {
	margin-right: 6px;
}

.swiper-container.swiper-container-tabs {
	height: 236px;
}


/*更改为无缝滚动*/

.swiper-container-hway.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}


/*通知公告*/

.notice {
	padding: 14px;
	height: 100%;
	/*overflow-y: scroll;*/
}

.notice li {
	overflow: hidden;
	margin-bottom: 15px;
	cursor: pointer;
}
.notice li:hover .ykx-color-333{
	color: #23ac38;
}

.notice .margin-right-6 {
	padding-top: 4px;
}

.notice .text {
	float: left;
	width: 320px;
}

.notice .text:active {
	color: #23AC38;
}
.highway_condition{height: 100%;}

