.foot {
	bottom: 0;
}

.banner {
	width: 100%;
	height: 700px;
	background: url(../images/page_banner1.jpg) top no-repeat !important;
	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: 168px;
	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;
}

/* 乐团 */
.yuetuan {
	max-width: 1450px;
	width: 100%;
	margin: 0 auto;
}

.yuetuan1 {
	padding: 50px;
}

.chengyuan3 {
	width: 20%;
	height: 345px;
}

.c_yuan1 {
	line-height: 25px;
	text-align: center;
	color: #3a3a3a;
	font-size: 18px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.img_wrap {
	width: 225px;
	height: 225px;
	overflow: hidden;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	margin-bottom: 10px;
	cursor: pointer;
}

.img_wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.chengyuan1 {
	padding: 50px 0;
}

.chengyuan1 h1 {
	line-height: 100%;
	overflow: hidden;
	font-size: 50px;
	line-height: 100%;
	letter-spacing: 2px;
	color: #847465;
	font-weight: 100;
	font-family: zi2;
}

.mingzi {
	font-size: 18px;
	color: #333;
	display: block;
	text-align: center;
	font-weight: 600;
	width: 100%;
}

.chengyuan2 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
	width: 1530px;
}
@media screen and (max-width:1600px) {
	.chengyuan3 {
	    width: 33%;
	    height: 345px;
	}
	.chengyuan2 {
	    display: flex;
	    flex-wrap: wrap;
	    margin-left: 0px;
	    width: 100%;
	}
}
@media screen and (max-width:860px) {
	.chengyuan3 {
	    width: 48%;
	    height: 345px;
	}
}
@media screen and (max-width:768px) {
	.img_wrap {
	    width: 125px;
	    height: 125px;

	}
	.chengyuan3 {
	    height: 200px;
	}
	.yuetuan1 {
	    padding: 20px;
	}
	.chengyuan1 h1 {
	    font-size: 25px;

	}
	.chengyuan1 {
	    padding: 25px 0;
	}
	.banner {
	    width: 100%;
	    height: 300px;

	}
	.banner_bottombg {
	    height: 170px;
	}
}
