body{
    font-size: 16px;
}

.enter-swiper {
	margin: 25px auto 0;
	width: 100%;
	max-width: 1200px;
	position: relative;
	z-index: 1;
}


#enter img {
	width: 198px;
	height: 198px;
	object-fit: cover;
}

#enter a:before {
	border: 0;
	/* -webkit-transition: all .3s; */
	/* transition: all .3s; */
}

.swiper-slide {
	margin-bottom: 10px;
}









#enter a {
	/* transition: all 1s ease 0s; */
	box-shadow: 0px 7px 20px 5px rgba(90, 54, 55, 0.08);
}

#enter a:hover {
	/* border: 2px solid rgba(151, 121, 122, 0.22); */
	box-shadow: 0px 7px 20px 9px rgba(159, 24, 28, 0.13);
}

#party a:hover {
	box-shadow: 0px 8px 23px 1px rgba(70, 36, 23, 0.19);
}



#enter .swiper-container {
	padding: 0 20px 60px;
	margin: 0 -20px;
}





#party .swiper-container {
	padding: 0 23px 40px;
	margin: 0 -23px;
}

#party a:hover *{
	color: #C98829;
}

#party a:hover>div .tit,
#enter a:hover>div .tit {
	color: #C98829;
	font-weight: bold;
}

.enter-swiper .tit {
	font-size: 18px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333333;
	margin-top: 30px;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.enter-swiper .info {
	font-size: 16px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #666666;
	/* width: 70%; */
	line-height: 37px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 35px;
}

.enter-swiper .date {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	line-height: 37px;

}

.enter-swiper .swiper-button-prev {
	left: -86px;
}

.enter-swiper .swiper-button-next {
	right: -86px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	    pointer-events: auto !important;
	
}
.swiper-button-prev:hover,.swiper-button-next:hover{
	box-shadow: 0px 8px 23px 1px rgba(70, 36, 23, 0.19);
}
.enter-swiper .swiper-button-prev{
	width: 40px;
	height: 50px;
	background-image: url('../images/icon-left.png');
}
.enter-swiper .swiper-button-next {
	background-image: url('../images/icon-right.png');
	width: 40px;
	height: 50px;
	/* border: 1px solid #dadada;
	background: transparent;
	background: #fff; */
}

.enter-swiper .swiper-button-prev:after {
	width: 40px;
	height: 50px;
	content: '';
	/* font-family: 'iconfont'; */
	background-image: url('../images/icon-left.png');
	/* font-size: 20px;
	color: #C98829; */
}

.enter-swiper .swiper-button-next:after {
	width: 40px;
	height: 50px;
	content: '';
	/* font-family: 'iconfont'; */
	background-image: url('../images/icon-right.png');
	/* font-size: 20px;
	color: #C98829; */
}

.enter-swiper .swiper-button-prev.swiper-button-disabled,
.enter-swiper .swiper-button-next.swiper-button-disabled {
	opacity: .8;
}

.enter-swiper .swiper-button-prev.swiper-button-disabled:after,
.enter-swiper .swiper-button-next.swiper-button-disabled:after {
	/* color: #dadada; */
}




@media screen and (max-width: 1600px) {
	
	/* .enter-swiper {
		padding: 0 80px;
	}

	.enter-swiper .swiper-button-prev {
		left: 10px;
	}

	.enter-swiper .swiper-button-next {
		right: 10px;
	} */
}


@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1180px) {
	
}

@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 480px) {
	
}

.search_index{
	width: 60px;
	height: 40px;
	background: #008484;
	border: 1px solid #008484;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}

.news_icon{
	width: 8px;height: 8px;background: #999999;border-radius: 50%;margin: 20px 5px 10px 20px;
}

.tmall-index-xmzs-banner img{
    width:100%;
    height: 200px;
    object-fit: cover;
}



.footer_swiper .swiper-container {
	padding: 0 23px 0px !important;
	margin: 0 -23px;
}

.tmall-foot-title{
    color:#FFFFFF;
}
.tmall-foot-sub-title{
    color:#FFFFFF;
    font-size: 14px;
}

.link_val{
    font-size: 16px;
    margin-top:20px;
}

.tmall-index-gsjs-title{
    font-size: 24px;
    font-weight: 500;
}
.tmall-index-xmzs-title, .tmall-index-zb-title{
    font-size: 24px;
    font-weight: 500;
}

.tmall-index-tel-number{
    font-size: 22px;
    color: #008484;
}