.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;
}
.bofang{
    width: 60px !important;
    height: 60px !important;
    position: absolute;
    left: 40%;
    top: 40%;
}

.dytu{
       position: relative;
}
/* 位置 */
.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;
}

/* 索引 */
.suoyin1 {
	max-width: 1450px;
	padding: 0 60px;
	margin: 0 auto;
}

.sy1 h1 {
	padding-bottom: 24px;
	line-height: 100%;
	padding-top: 50px;
	font-size: 36px;
	font-weight: 500;
}

.gjz {
	display: flex;
	align-items: center;
	width: 440px;
	position: relative;
	background: #dddddc;
}

.gjz i {
	background: url(../images/icon.png) -76px -76px no-repeat;
	background-color: #dddddc;
	width: 50px;
	height: 28px;
	display: block;
	transition: all .1s linear 0s;
	transform: rotate(0deg);
	margin: 0 10px;
}

.gjz input {
	background: none;
	width: 100%;
	box-sizing: border-box;
	height: 60px;
	padding: 0 10px 0 10px;
	font-family: webfont_medium, Microsoft Yahei !important;
	border: 0;
	line-height: 32px;
	font-size: 20px;
	color: #3a3a3a;
	letter-spacing: 2px;
	position: relative;
	z-index: 2;
}

.gjz button {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	background: #b60005 url(../images/icon.png) -300px 0;
	border: 0;
	cursor: pointer;
}

/* 在线购票 */
.goupiao {
	max-width: 1450px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 60px 0 60px;

}

.goupiao1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.dylb {
	width: 24%;
	height: auto;
	margin-bottom: 50px;
}

.dylb a {
	width: 100%;
	height: 100%;
	display: block;
}

.dytu {
	width: 100%;
	height: 260px;
}

.dytu img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dywen {
	width: 100%;

	background-color: #dddddc;
	padding: 15px 15px;
	position: relative;
	transition: all 0.3s;
	text-align: center;
}

.dywen1 {
	display: flex;
	align-items: baseline;
	/* padding-top: 25px; */
	padding-bottom: 10px;
	justify-content: center;
	
}

.dywen1 h1 {
	font-size: 18px;
	color: #333;
	font-weight: 500;
}
.dylb:hover .dywen1 h1 {
	color: #b60005;
}
.dywen1 p {
	font-size: 22px;
	font-family: zi2;
	font-stretch: 90%;
	color: #666;
	padding-left: 16px;
}

.dywen2 {
	line-height: 20px;
	font-size: 16px;
	height: 60px;
	letter-spacing: 1px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #333;
}

.zxgp {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	width: 100%;
}

.zxgp1 {
	width: 100px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	color: grey;
	border: none;
	background: #3a3a3a;
	font-size: 14px;
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.dylb:hover .dywen {
	background-color: #fff;
}

.dylb:hover .zxgp1 {
	background-color: #b21123;
	color: #fff;
}

.lk {
	width: 225px;
}

.foot {
	bottom: 0;
}
@media screen and (max-width:768px) {
	.banner {
	    height: 300px;
	}
	.dylb {
	    width: 48%;
	    height: auto;
	    margin-bottom: 20px;
	}
	.dytu {
	    width: 100%;
	    height: 150px;
	}
	.goupiao {
	    padding: 20px 20px 0 20px;
	}
	.bofang {

    left: 37%;
    top: 30%;
}
}