.show_box {
	width: 100%;
	/* background: #fafafa; */
}

.show_content {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding-top: 27px;
	padding-left: 30px;
	padding-right: 30px;
}

.show_header {
	width: 100%;
	height: 224px;
	background: #f2f2f2;
	padding: 41px 71px 33px 76px;
}

.show_icon {
	float: left;
	margin-left: 120px;
	cursor: pointer;
}

.show_icon p {
	font-size: 24px;
	font-weight: normal;
	color: rgba(51, 51, 51, 1);
	margin-top: 27px;
	text-align: center;
}

div.show_first {
	margin-left: 0px;
}

.show_circle {
	width: 100px;
	height: 100px;
	background: rgba(191, 191, 191, 1);
	border-radius: 50%;
	padding-top: 21px;
	padding-left: 20px;
}

div.active {
	background: #E52B31;
}

.show_circle img {
	width: 60px;
	height: 58px;
}

.show_nav {
	width: 100%;
	margin-top: 20px;
	padding-left: 25px;
	padding-right: 23px;
	border: 1px solid #e6e6e6;
}

.nav_main span {
	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:hover {
	background: #E52B31;
	color: #eee;
}

.nav_main span:active {
	background: #f7484e;
	color: #eee;
}

.nav_main span.active {
	background: #E52B31;
	color: #eee;
}

.nav_main .all {
	display: inline-block;
	color: #000;
	font-size: 16px;
	width: 80px;
	margin-left: 0px;
	text-align: left;
	font-style: normal;
}

.let {
	float: right;
	font-style: normal;
}

.region {
	border-bottom: 1px solid #ebebeb;
	position: relative;
}

.ticket-classify { 
	border-top: 1px solid #ebebeb; 
	position: relative;
}

.addressP {
	display:flex;
	padding-left: 80px;
	padding-top: 20px;
}

.addressP .all {
	position: absolute;
	top: 28px;
	left: 0;
}

.addressP span {
	margin-top: 0px;
}

.show_main {
	width: 100%;
	margin-top: 50px;
}

.show_main_header {
	text-align: center;
}

.show_main_header a {
	display: inline-block;
	font-size: 24px;
	color: #333;
	height: 40px;
	line-height: 40px;
	width: 120px;
	text-align: center;
	margin-left: 15px;
}

.show_main_header a.active {
	border-bottom: 4px solid #D53421;
}

.tabs {
	text-align: center;
}

.tabs a {
	display: inline-block;
	font-size: 24px;
	color: #333;
	height: 40px;
	line-height: 40px;
	width: 120px;
	text-align: center;
	margin-left: 15px;
}

.tabs a.active {
	border-bottom: 4px solid #D53421;
}

div.main_first {
	margin-left: 0px;
}

div.main_0 {
	margin-left: 0px;
}

.main_box {
	margin-top: 40px;
	margin-right: -20px;
}

.s_main {
	width: 360px;
	margin-left: 30px;
	margin-top: 30px;
	float: left;
	height: 360px;
}

.main_img {
	width: 360px;
	height: 230px;
}

.main_img img {
	width: 100%;
	cursor: pointer;
}

.main_word {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
}

.word_left {
	color: #1d1d1d;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.word_left_copy {
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	height: 32px;
	background: rgba(229, 43, 49, 1);
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	/*margin-left:-170px;*/
	display: none;
}

.word_right {
	float: right;
	width: 50px;
	height: 20px;
	background: rgba(226, 154, 102, 1);
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}

.lecture {
	background: rgba(226, 154, 102, 1);
}

.films {
	background: #1FC3BA;
}

.train {
	background: #8FC31F;
}

.match {
	background: #66A9E2;
}

.qita {
	background: #C16FD8;
}

.s_main p {
	font-size: 14px;
	color: #646464;
	line-height: 150%;
}

.appointmentLi {
	width: 380px;
	height: 420px;
	margin-right: 4px;
	margin-bottom: 26px;
	float: left;
}

.appointmentLi .appointmentBox {
	height: 100%;
	border: 1px solid #f1f1f1;
	border-radius: 6px;
}

.appointmentLi .appointmentBox:hover {
	box-shadow: 2px 2px 6px #aaa;
}

.appointmentLi .imgBox {
	width: 360px;
	margin: auto;
	height: 230px;
	margin-top: 10px;
	background: #eeee;
	position: relative;
	overflow: hidden;
}

.appointmentLi .imgBox img {
	width: 100%;
	height: 100%;
	transition: all .6s ease-in-out;
}

.appointmentLi .imgBox img:hover {
	transform: scale(1.1);
}

.tfAppointment .priceTag {
	display: block;
	padding: 6px 16px;
	position: absolute;
	bottom: 20px;
	right: -4px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.tfAppointment .priceTagGreen {
	background: url(../../common/img/priceTagGree.png) no-repeat;
	background-size: 100% 100%;
	background-position: 0 2px;
}

.tfAppointment .priceTagRed {
	background: url(../../common/img/priceTagRed.png) no-repeat;
	background-size: 100% 100%;
	background-position: 0 2px;
}

/*.appointmentBox .startTime {
	font-size: 14px;
	color: #646464;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-top: 1px solid #EBEBEB;
}*/

.appointmentBox .actibox {
	padding-left: 10px;
	padding-right: 10px;
}

.appointmentBox .appointentTitle {
	display: inline-block;
	color: #1D1D1D;
	font-size: 16px;
	width: 100%;
	padding-right: 62px;
	height: 50px;
	line-height: 50px;
	padding-left: 5px;
	overflow: hidden;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.appointmentBox .acti_style {
	position: absolute;
	width: 50px;
	height: 20px;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	background: #E29A66;
	top: 15px;
	right: 10px;
	border-radius: 4px;
}

.appointmentBox .startTime {
	font-size: 14px;
	color: #646464;
	width: 100%;
	border-top: 1px solid #EBEBEB;
	padding-top: 12px;
}

.appointmentBox .titlle_copy {
	height: 30px;
	line-height: 30px;
	position: absolute;
	margin-top: -10px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	background: #E52B31;
	font-size: 14px;
	color: #fff;
	display: none;
}

.appointmentLi .priceTag {
	display: block;
	padding: 6px 16px;
	position: absolute;
	bottom: 20px;
	right: -4px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.appointmentLi .priceTagGreen {
	background: url(../../common/img/priceTagGree.png) no-repeat;
	background-size: 100% 100%;
	background-position: 0 2px;
}

.appointmentLi .priceTagRed {
	background: url(../../common/img/priceTagRed.png) no-repeat;
	background-size: 100% 100%;
	background-position: 0 2px;
}

.appointmentLi .imgBox img {
	width: 100%;
	height: 100%;
}

.sponsor {
	font-size: 14px;
	color: #646464;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.appointmentBox .sponsor {
	padding-top: 12px;
}

.appointmentBox .synopsis {
	font-size: 14px;
	color: #646464;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-top: 12px;
}


/*====================================*/

.banner {
	min-height: 100px;
	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;
}