.swiper {
	position: relative;
}

.swiper img {
	width: 100%;
}
.swiper .swiper-pagination{bottom:100px!important;}
.top_kind {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	text-align: center;
	width: 100%;
}
.top_kind a{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4D4D4D;
}
.top_kind li {
	width: calc((100% - 75px) / 4);
	margin-left: 25px;
	height: 140px;
	float: left;
	font-size: 12px;
	box-shadow: 0 0 10px #ccc;
	line-height: 2;
	transform: translateY(50%);
	background-color: rgba(255,255,255,.8);
	background-size: 100% 100% !important;
	user-select: none;
}
.index_tit p:last-child{
	font-size: 14px;
}
.top_kind li p:first-child {
	font-size: 20px;
}

.top_kind li:first-child {
	margin-left: 0;
}

.top_desc {
	margin-top: 100px;
	color: #999999;
	font-size: 12px;
	margin-bottom: 50px;
}

.top_desc>div {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 2;
}

.top_desc p:first-child {
	font-size: 18px;
	color: #4D4D4D;
	margin-bottom: 10px;
}
.kh_ser ul{
	margin-top:40px;
overflow:hidden;
}
.com_desc {
	padding: 60px 0;
}

.index_tit {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #4D4D4D;
}

.index_tit span {
	color: #999;
	font-size: 14px;
}

.index_tit p:first-child {
	font-size: 20px;
	display: inline-block;
}

.index_tit p:nth-child(1)::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	width: 4px;
	background-color: #8EC230;
	margin-right: 10px;
}

.com_desc_m {
	background-color: #F5F5F5;
	margin-top: 30px;
}

.com_desc_m_top {
	font-size: 0;
	color: #4D4D4D;
}

.com_desc_m_top>div {
	vertical-align: top;
	display: inline-block;
	font-size: 12px;
}

.com_desc_m_top>div:first-child {
	padding: 0 50px;
	margin-top:60px;
}
.com_desc_m_top p {
	margin-bottom: 30px;
	line-height:1.8;
}

.com_desc_m_top img {
	width: 100%;
}

.com_desc_m_top > div{width:50%};
.com_desc_m_top a {
	font-size: 16px;
	color: #999;
	border: 2px solid #999;
	padding: 7px 15px;
}

.com_desc_m ul {
	font-size: 0;
}

.com_desc_m li {
	width: calc((100% - 60px) / 3);
	margin-left: 30px;
	margin-top: 30px;
	display: inline-block;
	vertical-align: top;
}
.teach{
	margin-top: 10px;
}
.com_desc_m li:first-child {
	margin-left: 0;
}

.teach ul {
	margin-top: 30px;
	font-size: 0;
}

.teach li {
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 60px) / 3);
	margin-left: 30px;
	box-shadow: 0 0 10px #ccc;
	font-size: 14px;
	transition: all .5s;
	position: relative;
}

.teach li:hover {
	background-color: #8EC230;
}
.show::before{
	display: block!important;
}
.teach li::before {
	content: "";
	display: none;
	height: calc(100% - 12px);
	width: calc(100% - 12px);
	position: absolute;
	left: 0;
	top: 0;
	border: 6px solid #8EC230;
}

.teach li:nth-child(1) {
	margin-left: 0;
}

.teach li p {
	margin: 55px 0 30px 20px;
	color: #4D4D4D;
	position: relative;
}

.teach li img {
	width: 100%;
	transition: all .5s;
}

.c_white {
	color: #fff !important;
}

.c_white::before {
	background-color: #fff !important;
}

.teach li p::before {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #4D4D4D;
	position: absolute;
	left: 0;
	top: -23px;
}

.more {
	display: block;
	height: 35px;
	width: 100px;
	text-align: center;
	line-height: 31px;
	margin: 0 auto;
	margin-top: 60px;
	border: 2px solid #999;
	color: #999;
	position: relative;
	transition: all .5s;
}
.hover_more{
	border-color: #8EC230!important;
}
.hover_more::before{
	color: #fff!important;
	transition: all .5s;
}
.more::before{
	content: "more+";
	position: absolute;
	left: 0;
	top:0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.more span{
	position: absolute;
	left: 0;
	top:0;
	height: 100%;
	width:0;
	background-color: #8EC230;
	transition: all .5s;
}
.hotel {
	margin-top: 10px;
}

.kh_ser img{
	width: 100%;
}
.news{
	margin-top: 30px;
}
.news ul{
	font-size: 0;
	margin-top: 10px;
}
.news li{
	display: inline-block;
	vertical-align: middle;
	width: calc((100% - 40px) / 2);
	margin-left:40px;
	margin-top: 30px;
	box-shadow: 0 0 10px #ccc;
	transition: all .5s;
}
.news_hover{
	box-shadow: none;
	background-color: #8EC230;
}
.news_hover a p{
	color: #fff!important;
}
.news li:nth-child(2n+1){
	margin-left: 0;
}
.news img{
	width: 230px;
	display: inline-block;
	vertical-align: middle;
}
.news li div{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: calc(100% - 230px);
	padding:0 20px;
	color: #4D4D4D;
}
.news li p:nth-child(2){
	margin: 10px 0 20px 0;
	color: #999999;
}
.news li p:nth-child(1){
	font-size: 16px;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.com_desc .more{
	margin-left: 0;
	margin-top:60px;
	font-size:14px;
}
.ser_list ul{
	overflow: hidden;
	font-size: 0;
}
.ser_list li{
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
padding:0 10px;
}
.ser_list li:first-child{
	width:10%;
}
.ser_list li:last-child{
	width:10%;
}
.ser_list li a{
	display: block;
	color: #4D4D4D;
}
.ser_list li:last-child{
	font-size: 30px;
	font-weight: bold;
}

.teach li div{
	height:260px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
}
.news li div p:last-child{
	display:-webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
@media (max-width:768px) {
	.top_kind{
		display: none;
	}
	nav{
		display: none;
	}
	.top_desc{
		margin:0;
		padding:15px;
	}
	.index_tit{
		display: block;
		text-align: center;
		padding: 0 15px;
		font-size: 12px;
	}
	.index_tit p:first-child{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.com_desc{
		margin-top: 0;
		padding:15px 0;
		background-color: #f2f2f2;
	}
	.index_tit p:first-child::before{
		display: none;
	}
	.com_desc_m_top{
		background-color: #fff;
	}
	.com_desc_m_top>div:first-child{
		width: 100%;
		font-size: 15px;
		padding: 0 15px;
		margin-top:0
	}
	.com_desc_m_top>div:last-child{
		display: none;
	}
	.com_desc_m_top p:nth-child(n+2){
		display: none;
	}
	.more{
		height: 30px!important;
		line-height: 26px;
		width: 80px;
		border-radius: 5px;
		margin: 0 auto!important;
	}
	.com_desc_m_top{
		background-color:#f2f2f2!important;
	}
	.com_desc_m ul{
		display: none;
	}
	.com_desc_m{
		margin-top: 15px;
	}
	.teach{
		padding: 15px;
		margin-top: 0;
	}
	.teach ul{
		margin-top: 15px;
	}
	.teach li{
		width: calc((100% - 15px) / 2);
		margin-left: 15px!important;
		margin-bottom: 15px;
	}
	.teach li:nth-child(2n+1){
		margin-left: 0!important;
	}
	.teach li p{
		margin: 10px;
		text-align: center;
	}
	.teach li p::before{
		display: none;
	}
	.teach li a{
		display: block!important;
	}
	.hotel{
		background-color: #f2f2f2;
	}
	.commonspace{
		background-color: #f2f2f2;
	}
	.kh_ser{
		padding: 15px 0;
	}
	.kh_ser img{
		margin-bottom: 0;
	}
	.news{
		margin-top: 15px;
		background-color: #f2f2f2;
		padding: 15px;
	}
	.news li{
		width: 100%;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 15px;
	}
	.news li a{
		display: block;
	}
	.news li img{
		width: 150px;
	}
	.news li div{
		width: calc(100% - 150px);
	}
	.news li p:nth-child(2){
		margin:5px 0;
	}
	.news li p:last-child{
		display: -webkit-box;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
		box-orient: vertical;
		overflow: hidden;
		-webkit-box-orient: vertical;
	}
	.news li:nth-child(n+5){
		display: none;
	}
	.ser_list ul{
		text-align:center;
	}
	.ser_list li{
		width:33.33333333%;
	}
	.ser_list li:first-child{
		width:100%;
		font-size:14px;
		font-weight:100;
	}
	.swiper .swiper-pagination{bottom:10px!important}

}
/* @keyframes move{
	from{
		clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	}
	to{
		clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
	}
} */