.list-banner{
	width: 100%;
}
.crumb-box{
	background: #ececec;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.crumb-box a{
	color: #5a5a5a;
	font-size: 14px;
}
.crumb-box a.on{
	color: #26a331;
}
.list-cont{
	background: url(../img/list-cont.png) repeat;
	width: 100%;
}
.cont-center{
	background: #fff;
	padding: 20px 15px;
	overflow: hidden;
}
.cont-left{
	width: 850px;
	margin-right: 20px;
}
.cont-right{
	width: 300px;
}
.tab-li{
	height: 32px;
	border-bottom: 1px solid #dbdbdb;
}
.cont-center .left-logo{
	height: 32px;
	border-bottom: 2px solid #26a331;
}
.tab-icon{
	width: 35px;
	height: 33px;
	background: url(../img/listIcon1.png) no-repeat;
}
.left-logo span{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}
.right-ul{
	width: 55%;
	overflow: hidden;
}
.right-ul li{
	float: left;
	width: 20%;
	height: 30px;
	line-height: 30px;
	margin-right: 6%;
	border:1px solid #26a331;
}
.right-ul li:last-child{
	margin-right: 0;
}
.right-ul li a{
	display: block;
	color: #313131;
	text-align: center;
}
.right-ul li.active{
	background: #26a331;
}
.right-ul li.active a{
	color: #fff;
}
.tab_content ul li{
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
}
.tab_content ul li .list-img{
	width: 286px;
	height: 166px;
}
.tab_content ul li .list-content{
	width: 544px;
	height: 166px;
}
.tab_content ul li .list-cont-width{
	width: 100%;
	height: 146px;
}
.tab_content ul li h1{
	font-size: 20px;
    font-weight: 600;
    height: 50px;
    overflow: hidden;
	text-overflow:ellipsis;
}
.tab_content ul li h1 a{
	color: #4c4c4c;
}
.tab_content ul li .cont-info{
	font-size: 14px;
	color: #666;
	height: 80px;
	line-height: 22px;
	overflow: hidden;
	text-overflow:ellipsis;
}
.tab_content ul li .cont-bottom{
	overflow: hidden;
	margin-top: 10px;
	height: 26px;
}
.cont-bottom .cont-type{
	border: 1px solid #26a331;
	padding: 3px 7px;
	text-align: center;
	color: #26a331;
	display: inline-block;
	border-radius: 3px;
}
.cont-bottom .cont-time{
	padding-left: 15px;
	color: #999;
}
.cont-bottom .right-div span{
	color: #999;
	padding-right: 20px;
	cursor: pointer;
	line-height: 26px;
}
.cont-bottom .right-div span:last-child{
	padding-right: 0;
}
.cont-bottom .right-div span.num{
	font-size: 12px;
}
.tab_content ul li .list-cont-width .cont-info{
	height: 60px;
}
.message-icon{
	background: url(../img/listIcon2.png) no-repeat;
	width: 35px;
	height: 33px;
}
.lists h1{
	display: inline-block;
	border-bottom: 2px solid #26a331;
	padding-bottom: 2px;
}
.lists h1 span{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}
.lists ul{
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	padding: 10px;
}
.lists ul li{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.lists ul li a{
	color: #666;
}
.message-list ul li:nth-child(1) .number,.message-list ul li:nth-child(2) .number,.message-list ul li:nth-child(3) .number{
	background: #26a331;
	color: #fff;
}
.lists ul li span{
	display: inline-block;
	vertical-align: middle;
}
.message-list ul li .number{
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 50%;
	background: #efefef;
	color: #666;
	text-align: center;
	margin-right: 5px;
}
.nav-icon{
	background: url(../img/listIcon3.png) no-repeat;
	width: 35px;
	height: 33px;
}
.nav-list ul{
	padding: 10px 20px;
	overflow: hidden;
	background: #fff;
}
.nav-list ul li{
	float: left;
	width: 50%;
	text-align: center;
	height: 45px;
	line-height: 45px;
}
.nav-list ul li .nav-icon{
	width: 30px;
	height: 30px;
}
.nav-list ul li a{
	display: block;
}
.nav-list ul li:nth-child(1) a,.nav-list ul li:nth-child(3) a,.nav-list ul li:nth-child(5) a{
	border-right: 1px solid #e5e6e8;
}
.nav-list ul li .nav-icon-1{
	background: url(../img/nav-1.png) no-repeat;
}
.nav-list ul li .nav-icon-2{
	background: url(../img/nav-2.png) no-repeat;
}
.nav-list ul li .nav-icon-3{
	background: url(../img/nav-3.png) no-repeat;
}
.nav-list ul li .nav-icon-4{
	background: url(../img/nav-4.png) no-repeat;
}
.nav-list ul li .nav-icon-5{
	background: url(../img/nav-5.png) no-repeat;
}
.nav-list ul li .nav-icon-6{
	background: url(../img/nav-6.png) no-repeat;
}
.more-link a{
	display: block;
	border: 1px solid #ededed;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 15px 0;
	color: #313131;
}

/*正文页*/
.artical-title{
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #dbdbdb;
}
.artical-title h1{
	color: #313131;
	font-weight: 600;
	padding-bottom: 10px;
}
.art-img{
	width: 50%;
	margin: 20px auto;
}
.artical{
	text-indent:2em;
	line-height: 20px;
}
.art-link{
	padding: 10px 0;
	border-top: 1px solid #dbdbdb;
	margin-top: 40px;
}
.art-link p a{
	color: #313131;
	line-height: 25px;
}


/*票务信息*/
.ticket-mian{
	background: #fff;
	padding: 15px;
	overflow: hidden;
}
.ticket-cont .cont-left{
	width: 953px;
	height: 856px;
}
.ticket-cont .introduce{
	border: 1px solid #ebebeb;
	padding: 15px;
}
.scenic-intr span{
	font-size: 14px;
	display: inline-block;
}
.scenic-intr .map a{
	color: #26a331;
	font-size: 14px;
	cursor: pointer;
}
.scenic-intr .addr{
	width: 450px;
}
.scenic-intr .price{
	margin-left: 130px;
	color: #d72323;
	font-weight: 600;
}
.code-box{
	width: 100px;
	height: 80px;
	padding: 5px;
	border: 1px solid #26a331;
	right: 0;
	top: 0;
}
.code-box .code-text{
	width: 20px;
	height: 90px;
	background: #26a331;
	color: #fff;
	text-align: center;
	writing-mode:tb-rl;
	layout-flow: vertical-ideographic;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 20px;
}
.ticket-banner{
	margin-top: 50px;
}
.notice-box{
	background: rgba(255,255,255,0.7);
	right: 20px;
	top: 0;
	bottom: 0;
	padding: 10px;
	width: 320px;
	overflow:auto;
}
.notice-box p{
	color: #333;
    font-size: 13.5px;
}
.numbers{
	width: 13px;
    height: 13px;
    border-radius: 50%;
    text-align: center;
    line-height: 13px;
    display: inline-block;
    border: 1px solid #4d4d4d;
    font-size: 12px;
    margin-right: 4px;
}
.ticket-bottom{
	margin-top: 15px;
	overflow: hidden;
	height: 430px;
}
.buy-main{
	width: 640px;
	border: 1px solid #ebebeb;
}
.tab-cont .tabs{
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #26a331;
	background: #f4f4f4;
}
.tab-cont .tabs li{
	float: left;
	width: 16%;
	text-align: center;
}
.tab-cont .tabs li a{
	display: block;
	color: #5a5a5a;
	font-size: 14px;
}
.tab-cont .tabs li.on a{
	background: #26a331;
	color: #fff;
}
.tab-cont .choose-date{
	padding: 15px 20px;
}
.tab-cont table{
	border: 0;
	width: 100%;
}
.tab-cont table thead{
	height: 30px;
	line-height: 30px;
	background: #edf7ee;
}
.tab-cont table tr td{
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}
.tab-cont table tbody tr{
	border-bottom: 1px solid #ebebeb;
	height: 60px;
}
.tab-cont table tbody tr:last-child{
	border-bottom: 0;
}
.price{
	color: #d72323;
	font-weight: 700;
}
.tab-cont table tbody tr td.title{
	text-align: left;
	padding-left: 30px;
}
.tab-cont table tr td .table-btn{
	display: inline-block;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
}
.tab-cont table tr td .add-cart{
	background: #f7e0c9;
	border: 1px solid #f8cea8;
	color: #ff7900;
}
.tab-cont table tr td .go-buy{
	background: #ff7900;
	color: #fff;
	margin-left: 10px;
}
.preference-main{
	width: 290px;
	border: 1px solid #ebebeb;
}
.sale-box{
	height: 428px;
}
.sale-box h1,.cont-right h1{
	height: 38px;
	line-height: 38px;
	border-top: 2px solid #26a331;
	font-size: 16px;
	padding-left: 20px;
	font-weight: 600;
	background: #f4f4f4;
}
.sale-info{
	padding: 15px 10px;
}
.sale-info p{
	line-height: 24px;
	font-size: 14px;
}
.green-color{
	color: #26a331;
}
.cont-right{
	width: 225px;
	border: 1px solid #ebebeb;
	height: 854px;
}
.hot-list{
	padding: 10px 15px;
}
.hot-list li,.hot-list li a{
	display: block;
	width: 100%;
	color: #333;
	font-size: 14px;
}
.hot-list li{
	margin-bottom: 8px;
}

/*订单*/
.pay-mian{
	background: #fff;
	padding: 20px 0;
}
.green-line{
	width: 100%;
	height: 3px;
	background: #26a331;
}
.pay-box{
	width: 600px;
	margin: 50px auto;
	text-align: center;
}
.pay-title{
	font-size: 14px;
}
.pay-price{
	color: #ff6600;
	font-size: 18px;
}
.pay-info{
	margin-top: 40px;
	overflow: hidden;
	position: relative;
	padding: 15px 0;
}
.pay-info .code-img{
	width: 268px;
	height: 268px;
	border: 1px solid #d8d8d8;
	padding: 5px;
}
.yellow-color{
	color: #ff6600;
}
.pay-right{
	position: absolute;
	right: 45px;
	top: 0;
}
.zfb-right{
	position: absolute;
	top: 30px;
	right: 35px;
}

.step-img{
	padding:15px;
}
.cont-main{
	overflow: hidden;
	padding-top: 15px;
}
.news-left{
	border: 1px solid #ebebeb;
	padding: 15px;
}
.news-left h1{
	font-size: 18px;
}
.news-box{
	padding: 15px;
	border: 1px solid #43b313;
	margin: 10px 0 0;
	font-size: 14px;
}
.news-box p{
	margin-bottom: 12px;
}
/* .laydate-icon{
	border: 1px solid #26a331!important;
} */
.news-box p span{
	display: inline-block;
	vertical-align: middle;
}
.buy-border{
	border: 1px solid #d6d6d6;
	height: 30px;
	width: 116px;
}
.buy-border .icon{
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.buy-border .minus-icon{
	background: url(../img/ticket/minus.png) no-repeat center center;
	background-size: 10px 2px;
	border-right: 1px solid #d6d6d6;
}
.buy-border .add-icon{
	background: url(../img/ticket/add-icon.png) no-repeat center center;
	background-size: 10px 10px;
	border-left: 1px solid #d6d6d6;
}
.buy-border .input-number{
	width: 54px;
	height: 30px;
	line-height: 30px;
}
.buy-border .input-number input.number{
	border:0;
	width: 100%;
	text-align: center;
}
.news-box input.text{
	border: 1px solid #d6d6d6;
	width: 140px;
	height: 30px;
	padding-left: 5px;
}
.news-box .card-input{
	border: 1px solid #d6d6d6;
	height: 30px;
}
.news-box select{
	border:0;
	outline: none;
}
.news-box input.card-text{
	border:0;
	width: 300px;
}
.buy-btn{
	margin-top: 30px;
	float: right;
}
.buy-btn a{
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.buy-btn a.last-step{
	border: 1px solid #43b313;
	background: #d7efcd;
	color: #43b313;
}
.buy-btn a.next-step{
	background: #43b313;
	border: 1px solid #43b313;
	margin-left: 15px;
}
.layer-div{
    position: absolute;
    left: -139px;
    top: 50px;
    background: url(../img/layer-background.png) no-repeat;
    width: 300px;
    height: 203px;
    z-index: 9999;
    display: none;
}
.layer-div .layer-box{
    padding: 15px;
}
.layer-div.search-year .layer-title{
    background: url(../img/card-title.png) no-repeat;
    width: 237px;
    height: 25px;
    margin: 0 auto 12px;
}
.layer-div.search-phone .layer-title{
    background: url(../img/service-title.png) no-repeat;
    width: 200px;
    height: 25px;
    margin: 0 auto 12px;
}
.layer-div .layer-box p{
    margin-bottom: 9px;
}
.search-phone .layer-box p{
    font-size: 14px;
}
.search-phone .layer-box .p-list{
    padding-left: 25px;
    margin-bottom: 12px;
}
.layer-div .layer-box span{
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 14px;
}
.layer-div .layer-box .layer-input{
    width: 170px;
    border: 1px solid #c7c7c7;
    padding-left: 10px;
    height: 25px;
}
.layer-div .layer-box .search-btn{
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #4fbe54;
    color: #fff!important;
    font-size: 14px;
    border: 0;
    margin: 0 auto;
    box-shadow: none;
    display: block;
    cursor: pointer;
}
.layer-div .layer-close{
    position: absolute;
    background: url(../img/layer-close.png) no-repeat;
    width: 13px;
    height: 13px;
    right: 18px;
    top: 8px;
    cursor: pointer;
}