.shengri-banner,
.shengri-header {
	width: 100%;
	height: 130px;
	margin: auto;
	background-image: url(/xgdn/img/shengri-banner.png);
	background-position: center;
	background-repeat: repeat-x;
}

.shengri-banner {
	width: 1120px;
	background-repeat: no-repeat;
}

.shengri-banner h1,
.shengri-banner p {
	top: -500px;
	position: absolute;
}

.shengri-index {
	width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.shengri-box {
	width: 1200px;
	margin: 35px 0;
	position: relative;
	overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 27px;
}

.shengri-box:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.shengri-box li {
    display: inline-block;
    border: 1px solid #BC8760;
    width: 278px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.shengri-box li img {
    width: 100%;
    height: auto;
	transform: translate(0,0);
	transition: all .4s;
}

.shengri-box li span {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	background: rgb(183 105 48 / 90%);
}

.shengri-box li:hover img {
	transform: scale(1.08, 1.08);
	transition: all .4s;
}