.t-big-info {
	margin-top: 34px;
}

.two-wrapper {
	width: 774px;
	height: 520px;
	margin-right: 20px;
	box-shadow: 0 0 30px #e4e2e2;
}

.two-wrapper .slide-image {
	width: 774px;
	height: 520px;
}

.two-wrapper .swiper-slide .tip {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: rgba(218, 20, 19, .5);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	color: #fff;
	padding-left: 20px;
	box-sizing: border-box;
}

.two-wrapper .swiper-slide .tip span {
	display: inline-block;
	width: 610px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.two-wrapper .swiper-pagination {
	text-align: right;
	box-sizing: border-box;
	padding-right: 20px;
	bottom: 24px;
}

.two-wrapper .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 14px !important;
}

.two-wrapper .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: #fff;
	margin: 0 9px !important;
	opacity: 1;
}

.two-wrapper .swiper-pagination-bullet-active {
	background: #ff3c3b;
	border-radius: 10px;
}

.two-wrapper .swiper-button-prev {
	background: url(../files/prev.png);
	background-size: 100% 100%;
	width: 48px;
	height: 80px;
	left: 0px !important;
}

.two-wrapper .swiper-button-next {
	background: url(../files/next.png);
	background-size: 100% 100%;
	width: 48px;
	height: 80px;
	right: 0px !important;
}

.two-wrapper .swiper-button-next, .two-wrapper .swiper-button-prev {
	margin-top: -36px;
	display: none;
}

.two-wrapper:hover .swiper-button-next, .two-wrapper:hover .swiper-button-prev
	{
	display: block;
}

.t-info-list ul {
	max-height: 480px;
	overflow: hidden;
}

.t-info-list ul li {
	position: relative;
	height: 48px;
	line-height: 46px;
}

.t-info-list ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #333333;
	font-size: 16px;
}

.t-info-wrap {
	width: 396px;
	height: 518px;
	padding: 22px;
	border: 1px solid #dfdfdf;
	box-shadow: 0 0 10px #e4e2e2;
}

.t-info-left {
	width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.t-info-time {
	color: #999999;
}

.t-info-list ul li:hover .t-info-left, .t-info-list ul li:hover .t-info-time,
	.i-fy-list a:hover {
	color: #da1413;
}

.index-content-title {
	color: #333333;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 30px;
	font-weight: 500;
}

.index-content-title a {
	color: #333;
}

.index-content-title a:hover {
	color: #da1413;
}

.index-content-title li {
	position: relative;
	float: left;
	margin-right: 40px;
	cursor: pointer;
	height: 30px;
}

.index-content-title li.active, .index-content-title li:hover {
	color: #da1413;
}

.index-content-title li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background: #999;
	right: -20px;
	top: 0;
}

.index-content-title li:last-child:after {
	width: 0;
}

.index-culture-list {
	width: 100%;
}

.index-culture-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.index-culture-list li {
	width: 288px;
	height: 340px;
	overflow: hidden;
	border: 1px solid #dfdfdf;
	position: relative;
	margin-right: 16px;
	background: #fff;
	float: left;
	box-shadow: 0 0 10px #e4e2e2;
	transition: top .3s;
}

.index-culture-list li:hover, .index-fy-list li:hover {
	top: -5px;
	border-color: #da1413;
}

.index-culture-list li:last-child {
	margin-right: 0;
}

.index-culture-img {
	width: 288px;
	height: 245px;
	overflow: hidden;
	position: relative;
}

.index-culture-img img {
	width: 100%;
	height: 100%;
}

.index-culture-title {
	font-size: 18px;
	color: #333333;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 24px;
	padding-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-culture-time {
	font-size: 14px;
	color: #666666;
	padding-left: 24px;
	padding-right: 24px;
}

.index-activity-list {
	width: 100%;
}

.index-activity-list li {
	width: 50%;
	float: left;
	margin-bottom: 46px;
	position: relative;
	transition: top .3s;
	min-height: 210px;
}

.index-activity-list li:hover {
	top: -5px
}

.index-activity-img {
	width: 288px;
	height: 295px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 10px #e4e2e2;
	border: 1px solid #dfdfdf;
}

.index-activity-img img {
	width: 100%;
	height: 100%;
}

.index-activity-content {
	width: 304px;
	padding-left: 12px;
	height: 295px;
	position: relative;
}

.index-activity-content p {
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}

.index-activity-title {
	font-size: 20px;
	color: #333333;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	overflow: hidden;
	line-height: 24px;
	margin-bottom: 24px;
}

.index-activity-apply {
	display: block;
	position: absolute;
	bottom: 0;
	left: 42px;
	width: 182px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #da1413;
	font-size: 16px;
}

.index-activity-hint {
	display: flex;
	justify-content: space-between;
	width: 70px;
	margin-right: 4px;
}

.index-activity-address {
	width: 185px;
}

.index-activity-handle {
	margin-top: 12px;
}

.index-activity-handle i {
	margin-right: 6px;
}

.index-activity-handle a {
	color: #666666;
	font-size: 12px;
}

.index-zan {
	margin: 0 20px;
}

.index-zan.active .icon-zan {
	background: url(../files/icon-zan2.png) no-repeat;
	background-size: 100% 100%;
}

.index-col.active .icon-col {
	background: url(../files/icon-col2.png) no-repeat;
	background-size: 100% 100%;
}

.icon-yan {
	display: inline-block;
	width: 24px;
	height: 16px;
	background: url(../files/icon-yan1.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	top: 2px;
}

.icon-zan {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../files/icon-zan1.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	top: 2px;
}

.icon-col {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../files/icon-col1.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	top: 4px;
}

.index-fy-list {
	width: 772px;
	margin-top: 10px;
}

.index-fy-list li {
	width: 250px;
	height: 260px;
	position: relative;
	overflow: hidden;
	float: left;
	box-shadow: 0 0 10px #e4e2e2;
	border: 1px solid #dfdfdf;
	margin-top: 32px;
	transition: top .3s;
	margin-right: 6px;
}

.index-fy-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.index-fy-img {
	width: 250px;
	height: 208px;
	overflow: hidden;
}

.index-fy-img img {
	width: 100%;
	height: 100%;
}

.index-fy-title {
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 10px;
	color: #333333;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-fy-info {
	height: 552px;
	width: 426px;
	box-shadow: 0 0 10px #e4e2e2;
	border: 1px solid #dfdfdf;
	margin-top: 42px;
}

.index-fy-infotitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 22px;
	height: 66px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.index-fy-head {
	color: #da1413;
	font-size: 18px;
}

.index-fy-head img {
	margin-right: 14px;
}

.i-fy-list a {
	display: block;
	padding: 0 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 44px;
	font-size: 16px;
	color: #333333;
}

.fy-wrapper {
	width: 476px;
	height: 506px;
}

.fy-wrapper .slide-image {
	width: 476px;
	height: 435px;
}

.fy-wrapper .swiper-button-prev {
	background: url(../files/prev.png);
	background-size: 100% 100%;
	width: 48px;
	height: 80px;
	left: 0px !important;
}

.fy-wrapper .swiper-button-next {
	background: url(../files/next.png);
	background-size: 100% 100%;
	width: 48px;
	height: 80px;
	right: 0px !important;
}

.fy-wrapper .swiper-button-next, .fy-wrapper .swiper-button-prev {
	margin-top: -64px;
	/*display: none;*/
}

.fy-wrapper:hover .swiper-button-next, .fy-wrapper:hover .swiper-button-prev
	{
	/*display: block;*/
	
}

.tiptext {
	height: 68px;
	/* padding-top: 10px; */
	background: #eeeeee;
	padding: 10px 16px 0 16px;
	font-size: 18px;
	color: #333333;
	line-height: 27px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	overflow: hidden;
	margin-top: 4px;
}

.a-fy-list li {
	width: 348px;
	height: 245px;
	overflow: hidden;
	margin-left: 14px;
	margin-bottom: 14px;
	position: relative;
	transition: top .3s;
	float: left;
}

.a-fy-list li:hover {
	top: -5px;
}

.a-fy-img {
	width: 100%;
	height: 174px;
	overflow: hidden;
	position: relative;
}

.a-fy-img img {
	width: 100%;
	height: 100%;
}

.a-video {
	float: left;
	width: 724px;
}

.a-fy-icon {
	width: 60px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: url(../files/fy-bg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 22px;
	right: 6px;
	color: #fff;
}

.a-fy-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 26px;
	padding-left: 16px;
	background: #eeeeee;
	padding-top: 16px;
	padding-bottom: 16px;
}

.a-fy-info>div {
	width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 16px;
}

.a-xm-nav {
	margin: 20px 0 40px 0;
	border-bottom: 1px solid #f00000;
	font-size: 0;
}

.a-xm-nav .active {
	border: 1px solid #f00000;
	border-bottom-color: #ffffff;
}

.a-xm-nav li {
	cursor: pointer;
	font-size: 14px;
	position: relative;
	top: 1px;
	height: 100px;
	padding: 0 36px 15px 36px;
	display: inline-block;
	text-align: center;
	margin: 0 2px;
	border: 1px solid transparent;
	border-bottom-color: #dc2221;
}

.a-xm-nav img {
	height: 40px;
	margin: 15px 0;
}

.a-xm-nav li:first-child {
	margin-left: 0;
}

.a-xm-nav li:hover {
	border-color: #dc2221;
	border-bottom-color: #ffffff;
}

.index-zyk-title {
	padding-top: 32px;
	text-align: center;
}

.zyz-wrapper {
	width: 806px;
	height: 416px;
}

.zyz-wrapper .slide-image {
	width: 806px;
	height: 416px;
}

.zyz-wrapper .swiper-button-prev {
	background: url(../files/prev2.png);
	background-size: 100% 100%;
	width: 36px;
	height: 36px;
	top: 100px;
	left: 640px !important;
}

.zyz-wrapper .swiper-button-next {
	background: url(../files/next2.png);
	background-size: 100% 100%;
	width: 36px;
	height: 36px;
	right: 60px !important;
	top: 100px;
}

.zyz-wrapper .swiper-button-next, .zyz-wrapper .swiper-button-prev {
	margin-top: -64px;
	/*display: none;*/
}

.zyz-wrapper:hover .swiper-button-next, .zyz-wrapper:hover .swiper-button-prev
	{
	/*display: block;*/
	
}

.zyz-tip {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgba(218, 20, 19, .5);
	color: #fff;
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.a-zyz-wrap {
	margin-top: 30px;
}

.a-zyz-right {
	width: 376px;
	height: 416px;
	overflow: hidden;
	box-shadow: 0 0 10px #e4e2e2;
	border: 1px solid #dfdfdf;
	margin-left: 18px;
}

.a-zyz-info {
	text-align: center;
	margin: 10px 0 20px 0;
}

.a-zyz-public {
	display: block;
	width: 280px;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	border-radius: 25px;
	margin: 0 auto;
	margin-bottom: 36px;
	position: relative;
}

.a-zyz-login {
	border: 1px solid #1787e0;
}

.a-zyz-reg {
	border: 1px solid #feb322;
}

.a-zyz-join {
	border: 1px solid #e05917;
}

.a-zyz-icon {
	position: absolute;
	left: -1px;
	top: -1px;
	border-radius: 50%;
	height: 54px;
	width: 54px;
}

.a-zyz-icon1 {
	background: url(../files/zyz2.png) no-repeat;
	background-size: 100% 100%;
}

.a-zyz-icon2 {
	background: url(../files/zyz3.png) no-repeat;
	background-size: 100% 100%;
}

.a-zyz-icon3 {
	background: url(../files/zyz4.png) no-repeat;
	background-size: 100% 100%;
}

.a-zyz-text {
	padding-left: 100px;
	color: #181818;
	font-size: 18px;
}

/*åœºåœ°*/
.room-swiper {
	width: 1200px;
	height: 460px;
}

.room-swiper .swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.room-swiper .swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 420px;
	width: 100%;
}

.gallery-thumbs {
	height: 168px;
	box-sizing: border-box;
	padding: 10px 0;
	top: -130px;
	width: 90% !important;
}

.gallery-thumbs .swiper-slide {
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	/*opacity: 0.4;*/
}

.gallery-thumbs .swiper-slide img {
	width: 100%;
	height: 100%;
}

.gallery-thumbs .swiper-slide-active {
	opacity: 1;
	border: 2px solid #da1413;
}

.room-swiper .swiper-button-prev {
	width: 20px;
	height: 36px;
	background-image: url(../files/prev3.png);
	background-size: 100% 100%;
	margin-top: 120px;
	left: 14px;
}

.room-swiper .swiper-button-next {
	width: 20px;
	height: 36px;
	background-image: url(../files/next3.png);
	background-size: 100% 100%;
	margin-top: 120px;
	right: 14px;
}

.a-room-img {
	position: absolute;
	top: 28px;
	right: 242px;
	width: 445px;
	height: 243px;
	border: 3px solid #da1413;
	z-index: 1;
}

.a-room-img img {
	width: 100%;
	height: 100%;
}

.a-room-mask {
	background: #010101;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.a-room-info {
	width: 240px;
	position: absolute;
	left: 240px;
	top: 38px;
	z-index: 1;
}

.a-room-title {
	font-size: 26px;
	color: #fff;
	margin-bottom: 20px;
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.a-room-info p {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.a-room-yuyue {
	display: block;
	width: 150px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 2px solid #fff;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	margin-top: 34px;
	margin-left: 10px;
}
/*添加start*/
.party-list>li {
	width: 574px;
	float: left;
	overflow: hidden;
}

.party-list>li:first-child {
	margin-right: 50px;
}

.party-list-title1 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
}

.party-info a {
	display: block;
	padding: 20px 0;
	color: #333333;
	font-size: 18px;
	border-top: 1px dashed #e7e7e7;
}

.party-info a:first-child {
	border-top: none;
}

.party-info a:hover .party-info-title, .party-info a:hover .party-info-time,
	.party-info a:hover .party-text-title {
	color: #da1413;
}

.party-info a:hover .party-img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.party-info-title {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 80%;
	float: left;
}

.party-info-time {
	float: right;
	width: 105px;
	height: 20px;
	overflow: hidden;
}

.party-img {
	float: left;
	width: 256px;
	height: 144px;
	margin-right: 20px;
	overflow: hidden;
}

.party-img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.party-text {
	width: 292px;
	height: 144px;
	position: relative;
	float: left;
}

.party-text-title {
	color: #333333;
	height: 50px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	overflow: hidden;
	font-size: 17px;
}

.party-text-hint {
	margin-top: 16px;
	color: #666666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	overflow: hidden;
	font-size: 14px;
	text-indent: 30px;
	height: 46px;
}

.party-text-time {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #666666;
	font-size: 14px;
}
index-fy-head i{
	display: inline-block;
	margin-right: 14px;
	width: 30px;
	height: 20px;
	background: url(../files/fy-icon1.png) no-repeat;
	vertical-align: middle;
	background-size: 100% 100%;
	position: relative;
	top: -2px;
}
/*添加end*/





/*start*/

.list-item {
	width: 285px;
	margin-left: 13px;
	background-color: #ffffff;
	position: relative;
	display: inline-block;
	margin-bottom: 16px;
}


.list-item-img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.list-item-img img {
	width: 100%;
	height: 100%;
}
.fix-hint {
	position: absolute;
	bottom: 10px;
	left: 20px;
	z-index: 1;
}
.fix-hint li {
	display: inline-block;
	margin-right: 4px;
	color: #fff;
	border-radius: 3px;
	background:rgba(0,0,0,.5);
	padding: 8px;
}

.list-item-text {
	padding: 10px 15px;
}
.list-item-text h4 {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin: 15px 0;
	text-overflow: ellipsis;white-space: nowrap;overflow: hidden;
}
.list-item-text p {
	font-size: 12px;
	color: #666;
	line-height: 25px;
}
.index-activity-handle {
	margin-top: 12px;
}

.list-item-text a {
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	background-color: #fc583d;
	color: #ffffff;
	position: absolute;
	left: 56%;
	bottom: 20px;
	margin-left: -80px;
}

.list-item-text a {
	background-color:#DA1413;
}
.gray-color.active {
	background-color: #999999;
}

.index-activity-handle a {
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	color: #666666;
	font-size: 12px;
	position: relative;
	left: auto;
	bottom: auto;
	margin-left: 0;
	background-color: #fff!important;
	margin-right: 25px;
}
.index-activity-handle i {
	margin-right: 6px;
}
.icon-yan {
	display: inline-block;
	width: 24px;
	height: 16px;
	background: url("../../feiyi/img/yan2.png") no-repeat;
	background-size: 100% 100%;
	position: relative;
	top: 2px;
}

.icon-zan {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("../../feiyi/img/zan3.png") no-repeat;
	background-size: 100% 100%;
	position: relative;
	top: 2px;
}

.icon-col {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url("../../feiyi/img/col3.png") no-repeat;
	background-size: 100% 100%;
	position: relative;
	top: 4px;
}

.index-zan.active .icon-zan {
	background: url("../../feiyi/img/zan4.png") no-repeat;
	background-size: 100% 100%;
}
.index-col.active .icon-col {
	background: url("../../feiyi/img/col4.png") no-repeat;
	background-size: 100% 100%;
}
/*end*/