.banner{
	margin-bottom: 50px;
	overflow-y: hidden;
}
.banner .img-warp{
	position: relative;
	height: 476px;
	overflow-y: hidden;
}
.banner .swiper-button-next, 
.banner .swiper-container-rtl .swiper-button-prev {
    right: 10%;
    left: auto;
}
.banner .swiper-button-prev, 
.banner .swiper-container-rtl .swiper-button-next {
    left: 10%;
    right: auto;
}
.banner .swiper-button-next, 
.banner .swiper-button-prev{
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 50%;
}
.banner .swiper-button-next:after, 
.banner .swiper-button-prev:after{
	font-size: 24px;
	color: #333333;
	font-weight: 600;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.5;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #FFFFFF;
}

/* 陵园简介 */
.introduct{
	background-image: url('../img/ground-pc-01.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.introduct .normal-title{
	text-align: left;
}
.introduct .intro-warp{
	display: flex;
	align-items: start;
}
.introduct .intro-warp .img-warp{
	flex: 0 0 600px;
	aspect-ratio: 3 / 2;
	margin-right: 30px;
	border-radius: 5px;
}
.introduct .intro-warp .img-warp img{
	border-radius: 5px;
}
.introduct .intro-warp .txt-warp{
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
}
.introduct .intro-warp .txt-warp .content{
	margin: 30px 0 50px 0;
	color: #585858;
	text-align: justify;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	text-overflow: ellipsis;
}
.introduct .more a{
	margin: 0 0;
}

/* 精选碑型 */
.tomb .tomb-list{
	margin-bottom: 15px;
}
.tomb .tomb-list>li{
	padding: 12px 12px;
	margin: 0 14px 25px 14px;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.07), -2px -2px 4px 0px rgba(0,0,0,0.07);
	border-radius: 5px;
}
.tomb .tomb-list>li a{
	position: relative;
}
.tomb .tomb-list>li .mb-park{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 19px;
	color: #fff;
	font-size: 14px;
	background-color: #C00005;
	border-radius: 5px 0 5px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.tomb .tomb-list li .img-warp{
	aspect-ratio: 9 / 10;
	border-radius: 5px;
	overflow: hidden;
}
.tomb .tomb-list li .img-warp img{
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
}
.tomb .tomb-list li .txt-warp .mate{
	margin-top: 10px;
}
.tomb .tomb-list li .txt-warp .info{
	margin-top: 12px;
}
.tomb .tomb-list li .txt-warp .info li{
	color: #666666;
	margin-right: 5px;
}
.tomb .tomb-list li:hover .img-warp img{
	transform: scale(1.08);
}
.tomb .tomb-list li:hover .txt-warp .ly-name{
	color: #7064FC;
}

/*  广告 */
.poster-block{
	position: relative;
}
.poster-block img{
	border-radius: 3px;
}
.poster-block .txt-warp{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.poster-block .txt-warp .title{
	font-weight: 500;
	font-size: 28px;
	color: #004E1D;
	margin-left: 10%;
}
.poster-block .txt-warp .zixun-btn{
	margin-left: 10%;
}
.poster-block .txt-warp .zixun-btn a{
	display: inline-block;
	width: 135px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background: #298E4F;
	border-radius: 38px;
	color: #FFFFFF;
	font-size: 22px;
}

/* 园区环境 */
.environment{
	padding-top: 90px;
	background-image: url('../img/ground-pc-02.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.environment .environ-warp{
	display: flex;
	align-items: start;
}
.environment .environ-warp .imgs-el{
	flex: 0 0 285px;
	margin-right: 20px;
	position: relative;
}
.environment .environ-warp .imgs-el .img-bg{
	position: relative;
}
.environment .environ-warp .imgs-el .img-bg img{
	border-radius: 5px;
}
.environment .environ-warp .imgs-el .img-bg::after{
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.6);
}
.environment .environ-warp .imgs-el .summary{
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.environment .environ-warp .imgs-el .title{
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	position: relative;
}
.environment .environ-warp .imgs-el .title::after{
	content: "";
	width: 48px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.environment .environ-warp .imgs-el .desc{
	font-weight: 300;
	color: #FFFFFF;
	margin-top: 32px;
}
.environment .environ-warp .imgs-el .more{
	margin-top: 50%;
}
.environment .environ-warp .imgs-el .more a{
	color: #000000;
	background: #FFFFFF;
	border-radius: 21px;
	transition: all 0.2s ease-in-out;
}
.environment .environ-warp .imgs-el .more a:hover{
	color: #7064FC;
}
.environment .environ-warp .imgs-er .img-list{
	margin-right: -10px;
	margin-left: -10px;
}
.environment .environ-warp .imgs-er .img-list li{
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
	transition: all 300ms ease-in-out;
}
.environment .environ-warp .imgs-er .img-list li .img-warp{
	aspect-ratio: 3 / 2;
	border-radius: 5px;
	position: relative;
}
.environment .environ-warp .imgs-er .img-list li .img-warp::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0) 60%);
	pointer-events: none;
	border-radius: 6px;
	opacity: .7;
	transition: all 300ms ease-in-out;
}
.environment .environ-warp .imgs-er .img-list li .img-warp img{
	border-radius: 5px;
}
.environment .environ-warp .imgs-er .img-list li .txt-warp{
	width: calc(100% - 20px);
	height: 55px;
	text-align: center;
	color: #FFFFFF;
	line-height: 65px;
	border-radius: 0 0 5px 5px;
	position: absolute;
	z-index: 8;
	bottom: 0;
}
.environment .environ-warp .imgs-er .img-list li:hover .img-warp::after{
	opacity: 0.9;
}

/* 陵园资讯 */
.information .info-list{
	margin-bottom: 25px;
}
.information .info-list li{
	margin-bottom: 25px;
}
.information .info-list li a{
	display: flex;
	align-items: start;
}
.information .info-list li .img-warp{
	flex: 0 0 225px;
	aspect-ratio: 3 / 2;
	border-radius: 5px;
	margin-right: 15px;
	overflow: hidden;
}
.information .info-list li .img-warp img{
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
}
.information .info-list li .txt-warp{
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
}
.information .info-list li .txt-warp .title{
	font-weight: 500;
	font-size: 17px;
	color: #333333;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.2s ease-in-out;
}
.information .info-list li .txt-warp .desc{
	margin: 10px 0 20px 0;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.information .info-list li .txt-warp .time{
	color: #666666;
}
.information .info-list li:hover .txt-warp .title{
	color: #7064FC;
}
.information .info-list li:hover .img-warp img{
	transform: scale(1.08);
}


@media (min-width: 1200px) {
    .tomb .tomb-list>li.col-lg-3 {
        -ms-flex: 0 0 22.6%;
        flex: 0 0 22.6%;
        max-width: 22.6%;
    }
}


@media (max-width: 992px){
	
	/* banner */
	.banner{
		margin-bottom: 0.5334rem;
	}
	.swiper-button-next, 
	.swiper-button-prev{
		width: 0.80rem !important;
		height: 0.80rem !important;
	}
	.swiper-button-next:after, 
	.swiper-button-prev:after {
	    font-size: 0.48rem !important;
	}
	.banner .img-warp{
		height: 200px;
	}
	
	
	/* 陵园简介 */
	.introduct .normal-title{
		text-align: center;
	}
	.introduct .intro-warp{
		margin-top: 0.5334rem;
		flex-direction: column;
	}
	.introduct .intro-warp .img-warp {
	    flex: 0 0 100%;
	    margin-right: 0px;
	    border-radius: 5px;
		margin-bottom: 0;
	}
	.introduct .intro-warp .txt-warp .content{
		font-size: 0.42667rem;
		margin: 0.4rem 0 0.66667rem 0;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.introduct .more a{
		margin: 0 auto;
	}
	
	/* 预约提示 */
	.order-warp .info-tr{
		flex: 0 0 100%;
		width: 100%;
		text-align: left;
		padding: 15px;
		background: linear-gradient(to right, #FFFFFF, #DEDBFF);
		box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.07), -2px -2px 4px 0px rgba(0, 0, 0, 0.07);
		border-radius: 5px;
		position: relative;
	}
	.order-warp .info-tr .wx-img{
		width: 85px;
		position: absolute;
		right: 15px;
		top: 61%;
		transform: translateY(-50%);
	}
	.order-warp .info-tr .wx-img p{
		text-align: center;
		font-size: 0.32rem;
		margin-top: 2px;
	}
	.order-warp .info-tr .title {
		font-weight: 600;
	    font-size: 0.3734rem;
	}
	.order-warp .info-tr .phone {
		font-weight: 600;
	    font-size: 0.48rem;
	    margin: 5px 0 20px 0;
	}
	.order-warp .info-tr .order{
	    display: inline-block;
	    width: 120px;
	    height: 30px;
	    text-align: center;
	    line-height: 30px;
	    background: linear-gradient(90deg, #FF5C48 0%, #FF213F 100%);
	    border-radius: 15px;
	    color: #FFFFFF;
	    font-size: 0.3734rem;
	}
	.order-warp .info-tr .order a{
		color: #FFFFFF;
		font-size: 0.3734rem;
	}
	
	
	
	/* 精选碑型 */
	.tomb .tomb-list{
		margin-left: -8px;
		margin-right: -8px;
		margin-bottom: 0.26667rem;
	}
	.tomb .tomb-list>li{
		margin: 0 8px 20px 8px;
	}
	.tomb .tomb-list>li.col-6{
		/* -ms-flex: 0 0 45.5%; */
		/* flex: 0 0 45.5%; */
		/* max-width: 45.5%; */
		-ms-flex: 0 0 calc(50% - 16px);
		flex: 0 0 calc(50% - 16px);
		max-width: calc(50% - 16px);
	}
	.tomb .tomb-list li .txt-warp .mate{
		flex-direction: column;
		align-items: start;
	}
	.tomb .tomb-list li .txt-warp .info {
	    margin-top: 0.21334rem;
	}
	.tomb .tomb-list>li .mb-park{
		width: 1.4934rem;
		height: 0.5334rem;
		font-size: 0.32rem;
	}
	
	/*  广告 */
	.poster-block .txt-warp{
	    padding-left: 25px;
	    position: absolute;
	    top: 50%;
		left: 0;
	    transform: translateY(-50%);
	}
	.poster-block .txt-warp .title {
	    font-size: 0.3734rem;
		margin-left: 0;
	}
	/* .poster-block .txt-warp .desc {
	    font-size: 0.3734rem;
	    color: #FFFFFF;
	    margin: 5px 0 5px 0;
	} */
	.poster-block .txt-warp .zixun-btn a {
	    width: 2.074rem;
	    height: 0.704rem;
	    line-height: 0.704rem;
	    font-size: 0.32rem;
	}
	.poster-block .txt-warp .service {
	    display: inline-block;
	    font-size: 0.3734rem;
	    height: 0.64rem;
	    line-height: 0.64rem;
	    padding: 0 0.26667rem;
	    border-radius: 12px;
		color: #FFFFFF;
		background: #FF5D41;
	}
	
	/* 园区环境 */
	.environment{
		padding-top: 25px;
	}
	.environment .environ-warp .imgs-er .img-list {
	    margin-right: -8px;
	    margin-left: -8px;
		margin-bottom: 0.26667rem;
	}
	.environment .environ-warp .imgs-er .img-list li {
	    padding-right: 8px;
	    padding-left: 8px;
	    margin-bottom: 20px;
	}
	.environment .environ-warp .imgs-er .img-list li .txt-warp{
		width: calc(100% - 16px);
		height: 46px;
		line-height: 50px;
		font-size: 0.3734rem;
	}
	.environment .environ-warp .imgs-el .desc{
		font-size: 0.3734rem;
	}
	.environment .environ-warp .imgs-el .more a{
		border-radius: 32px;
	}
	
	/* 陵园资讯 */
	.information .info-list{
		margin-bottom: 0.26667rem;
	}
	.information .info-list li {
	    margin-bottom: 0.4rem;
	}
	.information .info-list li .img-warp{
		flex: 0 0 200px;
	}
	.information .info-list li .txt-warp .title{
		font-size: 0.444rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.information .info-list li .txt-warp .time{
		margin-top: 0.648rem;
	}
	/* 陵园资讯 */
	.information .info-list li .txt-warp .desc{
		display: none !important;
	}
	.introduct .intro-warp .txt-warp .content {
	    font-size: 24px;
	    margin: 20px 0 30px 0;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 5;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	
	/* 金刚区 */
	.navigation{
		margin-bottom: 0.1334rem;
	}
	.navigation .nav-list{
		display: flex;
		flex-wrap: wrap;
	}
	.navigation .nav-list li{
		flex-basis: 25%;
		text-align: center;
		margin-bottom: 0.5334rem;
	}
	.navigation .nav-list li .icon-warp{
		margin: 0 auto;
	}
	.navigation .nav-list li:nth-child(1) .icon-warp,
	.navigation .nav-list li:nth-child(2) .icon-warp,
	.navigation .nav-list li:nth-child(3) .icon-warp,
	.navigation .nav-list li:nth-child(4) .icon-warp{
		width: 1.28rem;
		height: 1.28rem;
	}
	.navigation .nav-list li:nth-child(5) .icon-warp,
	.navigation .nav-list li:nth-child(6) .icon-warp,
	.navigation .nav-list li:nth-child(7) .icon-warp,
	.navigation .nav-list li:nth-child(8) .icon-warp{
		width: 1.0134rem;
		height: 1.0134rem;
	}
	.navigation .nav-list li .txt-warp{
		font-size: 20px;
		color: #333333;
		margin-top: 10px;
	}
	
	
}


@media (max-width: 576px){
	.banner .img-warp{
		height: 4.533rem;
	}
	
	.introduct .intro-warp .txt-warp .content{
		font-size: 0.42667rem;
	}
    .poster-block .txt-warp .title {
        font-weight: 500;
        font-size: 0.48rem;
        color: #FFFFFF;
        margin-left: 0;
    }
	.poster-block .txt-warp .desc {
	    font-size: 0.3734rem;
	    color: #FFFFFF;
	    margin: 5px 0 5px 0;
	}
	.poster-block .txt-warp .zixun-btn {
	    margin-left: 10%;
	}
	.poster-block .txt-warp .zixun-btn a {
	    display: inline-block;
	    width: 135px;
	    height: 48px;
	    text-align: center;
	    line-height: 48px;
	    background: #298E4F;
	    border-radius: 38px;
	    color: #FFFFFF;
	    font-size: 22px;
	}
	.information .info-list li .img-warp{
		flex: 0 0 120px;
	}
	.information .info-list li .txt-warp .title{
		font-size: 0.42667rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.information .info-list li .txt-warp .desc{
		display: none !important;
	}
	.information .info-list li .txt-warp .time{
		margin-top: 0.26667rem;
	}
	.navigation .nav-list li .txt-warp{
		font-size: 0.32rem;
		color: #333333;
		margin-top: 0.1334rem;
	}
}