.dis_discount_company {
	position: absolute;
	width: 16px; 
	height: 16px;
	background: url("../style/common/img/iconCompany.png") no-repeat;
	background-size: 100%;
	cursor: pointer;
	margin-top: 4px;
}
.discount_box {
	width: 100%;
	min-width: 1200px;
	/* background: #fafafa; */
}

.discount_content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 25px;
	background: #fff;
	padding-left: 30px;
	padding-right: 30px;
}

.show_nav {
	width: 100%;
	/*	margin-top:20px;*/
	padding-left: 25px;
	padding-right: 23px;
	border: 1px solid #e6e6e6;
}

.nav_main span.selectedbtn {
	display: inline-block;
	color: #3c3c3c;
	font-size: 16px;
	margin-left: 10px;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
	cursor: pointer;
	padding: 6px 20px;
	border-radius: 4px;
}

.nav_main span.selectedbtn:hover {
	background: #E52B31;
	color: #fff;
}

.nav_main span.selectedbtn.active {
	background: #E52B31;
	color: #fff;
}

.nav_main .all {
	display: inline-block;
	color: #000;
	font-size: 16px;
	margin-left: 0px;
	text-align: left;
}

.let {
	float: right;
	font-style: normal;
}

.region {
	border-bottom: 1px solid #ebebeb;
}
.ticket-classify {
	border-top: 1px solid #ebebeb; 
}

.addressP {
	display: flex;
	padding-left: 80px;
	padding-top: 20px;
	position: relative;
}

.addressP .all {
	position: absolute;
	top: 28px;
	left: 0;
}

.addressP span.selectedbtn {
	margin-top: 0px;
}

.dis_left {
	float: left;
	width: 450px;
	height: 300px;
	position: relative;
}

.dis_left .priceTag {
	display: block;
	padding: 6px 16px;
	position: absolute;
	bottom: 20px;
	right: -4px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.dis_left .priceTagGreen {
	background: url(../style/common/img/priceTagGree.png) no-repeat;
	background-size: 100% 100%;
	background-position: 0 2px;
}

.dis_left .priceTagRed {
	background: url(../style/common/img/priceTagRed.png) no-repeat;
	background-size: 100% 100%;
	background-position: 0 2px;
}

.dis_left img {
	width: 100%;
	cursor: pointer;
}

.dis_container {
	margin-top: 30px;
}

.discount_main {
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E7E7E7;
}

.dis_right {
	width: 632px;
	float: left;
	margin-left: 58px;
}

.dis_title {
	margin-top: 5px;
}

.dis_title h1 {
	font-size: 20px;
	color: #000;
	margin-bottom: 30px;
}

.dis_title p {
	margin-bottom: 23px;
}

.dis_act {
	font-size: 14px;
	color: #000;
	margin-left: 25px;
}

.dis_con {
	font-size: 14px;
	color: #787878;
}

.dis_add {
	position: absolute;
	width: 12px;
	height: 16px;
	background: url("../img/dis1.png") no-repeat;
	background-size: 100%;
}

.dis_time {
	position: absolute;
	width: 12px;
	height: 12px;
	background: url("../img/dis2.png") no-repeat;
	background-size: 100%;
	margin-top: 5px;
}

.dis_t {
	position: absolute;
	width: 14px;
	height: 14px;
	background: url("../img/dis3.png") no-repeat;
	background-size: 100%;
}

.dis_tel {
	position: absolute;
	width: 16px;
	height: 16px;
	background: url("../img/dis4.png") no-repeat;
	background-size: 100%;
}

.dis_ser {
	position: absolute;
	width: 16px;
	height: 15px;
	background: url("../img/dis5.png") no-repeat;
	background-size: 100%;
}

.synopsis {
	font-size: 14px;
    color: #000;
    margin-left: 25px;
    overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.dis_title p .priceicon {
	position: absolute;
	width: 16px;
	height: 15px;
	background: url(../img/price.png) no-repeat;
	background-size: 100%;
}

.reserve {
	text-align: right;
}

.reserve span {
	display: inline-block;
	width: 130px;
	height: 40px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(200, 200, 200, 1);
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
}

.icon_word {
	margin-left: 35px;
	font-style: normal;
}

.icon_sc {
	position: absolute;
	width: 25px;
	height: 23px;
	background: url(../img/sc1.png) no-repeat;
	background-size: 100%;
	margin-top: 8px;
	margin-left: -7px;
}

.icon_sc2 {
	background: url(../img/sc2.png) no-repeat;
	background-size: 100%;
}

.sc {
	margin-left: 15px;
}

.reserve span.discount_yd {
	margin-left: 16px;
	color: #fff;
	background: #E52B31;
}
/*====================================*/

.banner {
	min-height: 500px;
	background: #efefef;
}

.banner .bannerImgBox img {
	width: 100%;
	min-width: 1200px;
}

.banner_bottom {
	position: absolute;
	width: 100%;
	margin-top: -89px;
	z-index: 2;
	bottom: 0;
}

.banner .bannerText1 {
	position: absolute;
	top: 19%;
	left: 17%;
	width: 4%;
}

.banner .bannerText2 {
	position: absolute;
	top: 27%;
	left: 29%;
	width: 7%;
}

.banner_bottom img {
	width: 100%;
}

.banner_bottom .bannerImgBox {
	height: 500px;
	background: red;
}

.banner .swiper-wrapper {
	height: auto !important;
}

.banner .swiper-slide {
	height: auto !important;
}

.swiper-container {
	position: relative;
}

.swiper-container:hover .swiper-button-prev {
	left: 0;
}

.swiper-container:hover .swiper-button-next {
	right: 0;
}


/* banner切换按钮 */
.swiper-button-prev {
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(../img/btn-left.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	left: -50px;
	margin-top: -25px;
	transition: left .5s ease-out;
	cursor: pointer;
}

.swiper-button-next {
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(../img/btn-right.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	right: -50px;
	margin-top: -25px;
	transition: right .5s ease-out;
	cursor: pointer;
}

.textContent {
    width:950px;
}
.openAddress{
    height:55px;
    overflow: hidden;
}
.moreBtn{
    line-height:35px;
    text-align: right;
    color:#333;
    cursor: pointer;
    width:100px;
}
.moreBtn span{
	padding:0;
}
.arrowDownIcon{
    display: inline-block;
    width:30px;
    height:12px;
    background: url(../img/jt_down.png) no-repeat;
    background-size:100%;
    background-position: center;
}
.arrowUpIcon{
    display: inline-block;
    width:30px;
    height:12px;
    background: url(../img/jt_up.png) no-repeat;
    background-size:100%;
    background-position: center;
}