.foot {
	bottom: 0;
}

.banner {
	width: 100%;
	height: 700px;
	background: url(https://www.shsymphony.com/shstatic/pc/images/page_banner.jpg) top no-repeat;
	position: relative;
	transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	margin: 0 0 20px 0;
}

.banner_bottombg {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 169px;
	bottom: 0;
	background: url(https://www.shsymphony.com/shstatic/pc/images/index_bg.png) center 4px no-repeat;
}

.wrapper {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	min-height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	background: #f6f6f4;
	padding-bottom: 640px;
}

/* 位置 */
.weizhi {
	width: 1450px;
	margin: 0 auto;
	padding: 0 60px;
	position: relative;
}

.page_breadcrumb {
	font-size: 14px;
	padding: 10px 0 0;
	padding-top: 0;
	width: auto;
	position: relative;
	line-height: 100%;
	display: inline-block;
	border-bottom: 1px solid #b21123;
	z-index: 9;
}

.page_breadcrumb a,
.page_breadcrumb span {
	display: inline-block;
	margin-right: 20px;
	padding-bottom: 18px;
	border-bottom: 3px solid transparent;
	color: #333;
}

.page_breadcrumb .red {
	border-bottom: 3px solid #b21123;
	margin-right: 0;
}

/* 支持与合作 */
/* 轮播图 */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-pagination {
	width: 240px;
	display: flex;
	flex-wrap: wrap;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: transparent;
	border: 2px solid #fff;
	transition: all 0.3s;
	opacity: 1;
	margin: 10px;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.lbdian {
	position: absolute;
	width: 100%;
	bottom: 100px;
	left: 0;
	display: flex;
	justify-content: center;


}

.jiaoyu {
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;

}

.jiaoyu1 {
	min-height: 360px;
	margin: 0 auto 150px;
	position: relative;
	display: flex;
	justify-content: flex-end;
	justify-content: right;
	justify-content: end;
}

.jiaoyu1:nth-child(even) {
	flex-direction: row-reverse;
	justify-content: left;
}

.jiaoyu3 {
	width: 50%;
	height: 550px;
	overflow: hidden;
	position: relative;

}

.jiaoyu2 {
	width: 894px;
	height: 100%;
	position: relative;
}

.jy_chakan {
	width: 100%;
	background-color: rgb(255 255 255/0);
	height: 620px;
	margin-left: 220px;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition: all 0.6s;
}

.jy_chakan:hover {
	background-color: rgb(255 255 255/1);
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
}

.jy_chakan1 {
	width: 400px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: left;
	margin: -146px 15%;
	/* margin-left: 30px; */
}

.jiaoyu1:nth-child(even) .jy_chakan {
	margin-left: -220px;
}

.jiaoyu1:nth-child(even) .jy_chakan1 {
	margin: -146px 40%;
}

.jy_chakan1 h1 {
	font-size: 30px;
	color: #928578;
	/*line-height: 100%;*/
	margin-bottom: 40px;
	-webkit-line-clamp: 1;
	font-weight: 400;
}

.jy_chakan1 p {
	line-height: 30px;
	height: 120px;
	-webkit-line-clamp: 4;
	font-size: 14px;
	margin-bottom: 40px;
}

.jy_chakan1 a {
	width: 120px;
	height: 38px;
	border-radius: 50px;
	background: #847465;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	transition: all 0.3s;
	color: #fff;
}

.jy_chakan1 a:hover {
	background-color: #b21123;
}

@media screen and (max-width:1250px) {
	.jy_chakan1 {
		margin: -146px -10%;
	}

	.jiaoyu1:nth-child(even) .jy_chakan {
		margin-left: -60px;
	}
}

@media screen and (max-width:768px) {
	.banner {
		height: 300px;
	}

	.jiaoyu2 {
		width: 100%;
	}

	.jy_chakan {
		height: auto;
		margin-left: 0;
		transition: all 0.6s;
	}

	.jy_chakan1 {
		margin: 0;
		top: 0;
		width: 100%;
		position: relative;
		padding: 20px;
	}

	.jiaoyu3 {
		width: 100%;
		height: 320px;
		overflow: hidden;
		position: relative;
	}

	.jiaoyu1 {
		flex-wrap: wrap;
	}

	.jiaoyu1:nth-child(even) .jy_chakan1 {
		margin: 0;
	}

	.jiaoyu1:nth-child(even) .jy_chakan {
		margin-left: 0;
	}

	.jy_chakan:hover {
		background-color: rgb(255 255 255 / 1);
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}