.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: 166px;
	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 {
	margin-top: 50px;
	padding: 50px 225px 50px 225px;
	background: #fff;
}
.yuetuan1 img{
    max-width:100%;
    width: auto;
}

.yuetuan1 h1 {
	font-size: 30px;
	padding-bottom: 85px;
	color: #847465;
	font-weight: 100;
	text-align: center;
}

.yuetuan1 p {
	font-size: 16px;
	padding-bottom: 40px;
	/* color: #847465; */
	/* font-weight: 100; */
	text-align: center;
	text-align: justify;
	line-height: 2;
	text-indent: 21pt;
}
.yuetuan1 h2 {
	font-size: 26px;
	padding-bottom: 30px;
	color: #847465;
	font-weight: 400;
	/* text-align: center; */
}
.yuetuan1 h3 {
	font-size: 16px;
	padding-bottom: 10px;
	/* color: #333; */
	/* font-weight: 100; */
	/* text-align: center; */
}
@media screen and (max-width:768px) {

	.banner {
	    height: 200px;
	}
	.yuetuan1{
		padding: 20px;
		margin-top: 20px;
	}
	.yuetuan1 h1 {
	    padding-bottom: 15px;
	}
	.yuetuan1 p {
	    padding-bottom: 15px;
	}
}