/* banner */
.banner{
	margin-top: 2px;
}
.banner .img-warp{
	height: 476px;
	overflow-y: hidden;
}

/* 关于 */
.about{
	background: #F0FFF9;
	padding: 20px 0 120px 0;
	position: relative;
	z-index: 9;
}
.about .about-warp{
	margin-top: 15px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.about .about-left{
	flex: 0 0 500px;
	/* margin-right: 40px; */
}
.about .about-left .content-wrap{
	font-size: 16px;
	line-height: 29px;
	text-align: justify;
	/* max-height: 410px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
}
.about .about-right{
	/* flex-grow: 1; */
	width: 600px;
}
.about .about-right .img-warp{
	width: 100%;
	aspect-ratio: 3 / 2;
	position: relative;
}
.about .about-right .img-warp::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.about .about-right .img-warp .play{
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.about .about-right .img-warp .play i{
	color: #FFFFFF;
	font-size: 60px;
}
.about .ly-name{
	width: 53%;
	height: 246px;
	line-height: 246px;
	text-align: right;
	background: #00A692;
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.about .ly-name span{
	font-family: PingFangsc-Semibold;
	font-size: 120px;
	background: linear-gradient(rgba(255,255,255,0.45) 0%, rgba(255,255,255,0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.about .more-warp a{
	margin-top: 35px;
	justify-content: start;
}

/* 热销墓型 */
.tomb{
	background: #FFFFFF;
	padding: 35px 0 35px 0;
}
.tomb .tomb-list li{
	margin-bottom: 30px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.tomb .tomb-list li .tomb-item{
	padding: 12px 12px;
	border-radius: 3px;
	border: 1px solid #91D2CA;
	background: linear-gradient( 180deg, #F0FFF9 0%, rgba(240,255,249,0.12) 100%);
	transition: all 0.2s ease-in-out;
}
.tomb .tomb-list li .img-warp{
	aspect-ratio: 9 / 10;
}
.tomb .tomb-list li .img-warp img{
	border-radius: 3px;
}
.tomb .tomb-list li .txt-warp{
	text-align: center;
}
.tomb .tomb-list li .txt-warp .mb-name{
	margin: 10px 0 0px 0;
}
.tomb .tomb-list li:hover .tomb-item{
	background: linear-gradient( 180deg, #A3ECE3 0%, rgba(240,255,249,0.12) 100%);
}

/* 广告位 */
.poster{
	margin-bottom: 35px;
}

/* 预约提示 */
.order{
	background-image: url(../img/yuyue-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 25px 0 45px 0;
}
.order .order-warp{
	text-align: center;
}
.order .order-warp>.title{
	font-family: PingFangsc-Medium;
	font-weight: 500;
	font-size: 26px;
}
.order .order-warp .desc{
	font-size: 18px;
	color: #888888;
	margin: 15px 0 20px 0;
}
.order .order-warp .phone{
	font-family: PingFangsc-Semibold;
	font-weight: 600;
	font-size: 26px;
	color: #00A692;
}
.order .order-warp .desc-light{
	font-size: 14px;
	color: #888888;
	margin: 5px 0 15px 0;
}
.order .more-warp .icon i{
	/* animation: shake 2s infinite; */
	animation: shake 2s linear infinite;
}

/* 陵园环境 */
.environment{
	padding: 45px 0;
}
.environment .imgs-list li{
	margin-bottom: 20px;
	cursor: pointer;
}
.environment .imgs-list li .img-warp{
	aspect-ratio: 3 / 2;
}
.environment .imgs-list li .img-warp img{
	border-radius: 3px;
}
.environment .imgs-list li .txt-warp{
	font-family: PingFangsc-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #343434;
    text-align: center;
    padding-top: 10px;
	transition: all 0.2s ease-in-out;
}
 .environment.imgs-list li:hover .txt-warp{
	color: #00A692;
}

/* 购墓流程 */
.process{
	background: #F8F8F8;
	padding: 20px 0 30px 0;
}
.process .flow-list{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	/* grid-row-gap: 10px; */
	/* grid-column-gap: 10px; */
	justify-items: center;
	margin-bottom: 35px;
}
.process .flow-list li{
	text-align: center;
	padding: 10px 28px 0 28px;
	border-right: 1px dashed #000000;
	cursor: pointer;
	position: relative;
	z-index: 2;
	/* background-image: none; */
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
}
.process .flow-list li:last-child{
	border-right: none;
}
.process .flow-list li .desc{
	font-size: 18px;
	color: #282828;
	/* transition: all 0.1s ease-in-out; */
}
.process .flow-list li .title{
	width: 30%;
	margin: 0 auto;
	font-family: PingFangsc-Medium;
	font-weight: 500;
	font-size: 20px;
	padding: 22px 0 28px 0;
	/* transition: all 0.1s ease-in-out; */
}
.process .flow-list li .sort{
	font-family: PingFangsc-Semibold;
	font-weight: 600;
	font-size: 38px;
	color: #00A692;
	/* transition: all 0.1s ease-in-out; */
}
.process .flow-list li .arrow{
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 0;
	transform: translate(50%,-50%);
}
.process .flow-list li .arrow i{
	font-size: 50px;
}
.process .flow-list li:last-child .arrow{
	display: none;
}
.process .flow-list li:hover .desc{
	color: #FFFFFF;
}
.process .flow-list li:hover .title{
	color: #FFFFFF;
}
.process .flow-list li:hover .sort{
	color: #FFFFFF;
}

.process .flow-list li:hover::after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.process .flow-list li:hover::after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}


/* 陵园资讯 */
.information{
	padding: 45px 0 60px 0;
}
.information .info-list{
	margin-bottom: 30px;
}
.information .info-list li .title{
	min-height: 34px;
	line-height: 28px;
	font-family: PingFangsc-Medium;
	font-size: 17px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	transition: all 0.2s ease-in-out;
}
.information .info-list li .title:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	height: 3px;
	/* background-color: #00A692; */
	background-color: #888888;
	transition: all 0.2s ease-in-out;
}
.information .info-list li .img-warp{
	margin-top: 20px;
	aspect-ratio: 3 / 2;
}
.information .info-list li .img-warp img{
	border-radius: 3px 3px 0px 0px;
}
.information .info-list li .desc{
	font-size: 14px;
	margin: 15px 0 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.information .info-list li .info-more{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	text-align: center;
	line-height: 44px;
	/* background: #00A692; */
	background: #FFFFFF;
	transition: all 0.2s ease-in-out;
}
.information .info-list li .info-more i{
	font-size: 24px;
	color: #888888;
	transition: all 0.2s ease-in-out;
}
.information .info-list li:hover .title{
	color: #00A692;
}
.information .info-list li:hover .title:after{
	background-color: #00A692;
}
.information .info-list li:hover .info-more{
	background: #00A692;
}
.information .info-list li:hover .info-more i{
	color: #FFFFFF;
}

/* 显示视频 */
.show_shipin {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    background-color: #fff;
    z-index: 999999;
}
.show_shipin.block{
	display: block;
}
.show_shipin .shipin {
    width: 100%;
    height: 100%;
}
.show_shipin .shipin > video {
    width: 100%;
    height: 100%;
}
.show_shipin ._close{
    position: absolute;
    right: 0;
    top: 0;
}
.show_shipin ._close i{
	font-size: 46px;
	color: #A6A6A6;
}


@media (max-width: 992px){
	.banner .img-warp{
		height: 200px;
		overflow-y: hidden;
	}
	
	/* 关于 */
	.about {
	    padding: 0.40rem 0 0.80rem 0;
	}
	.about .about-warp{
		flex-direction: column-reverse;
	}
	.about .about-left{
		flex: 0 0 100%;
	}
	.about .about-right{
		width: 100%;
	}
	.about .about-right .img-warp .play i{
		font-size: 1.2rem;
	}
	.about .about-left .content-wrap{
		font-size: 0.370rem;
		margin-top: 0.26667rem;
		/* max-height: 180px; */
		/* overflow: hidden; */
		/* text-overflow: ellipsis; */
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.about .more-warp a{
		margin-top: 0.40rem;
		justify-content: center;
	}
	.about .ly-name{
		width: 100%;
	}
	
	/* 热销墓型 */
	.tomb{
		padding: 0.5334rem 0 0.80rem 0;
	}
	.tomb .tomb-list{
		margin-right: -8px;
		margin-left: -8px;
	}
	.tomb .tomb-list li{
		margin-bottom: 0.40rem;
		padding-right: 8px;
		padding-left: 8px;
	}
	.tomb .tomb-list li .tomb-item{
		padding: 0.278rem 0.278rem;
	}
	.tomb .tomb-list li .txt-warp .mb-name{
		font-size: 0.370rem;
	}
	
	/* 预约提示 */
	.order{
		padding: 25px 0 0.5334rem 0;
	}
	.order .order-warp>.title {
	    font-size: 0.5334rem;
	}
	.order .order-warp .desc {
	    font-size: 0.3734rem;
	    margin: 0.1334rem 0 0.26667rem 0;
	}
	.order .order-warp .phone {
	    font-size: 0.5867rem;
	}
	.order .order-warp .desc-light {
	    font-size: 0.3734rem;
	    color: #888888;
	    margin: 0.1334rem 0 0.1334rem 0;
	}
	
	/* 陵园环境 */
	.environment {
		padding: 0.5334rem 0 0.80rem 0;
	}
	.environment .imgs-list{
		margin-right: -8px;
		margin-left: -8px;
	}
	.environment .imgs-list li{
		padding-right: 8px;
		padding-left: 8px;
		margin-bottom: 0.26667rem;
	}
	.environment .imgs-list li .txt-warp{
		font-size: 0.3734rem;
		padding-top: 0.1334rem;
	}
	
	
	/* 购墓流程 */
	.process .flow-list{
		margin-bottom: 0.66667rem;
	}
	.process .flow-list li{
		padding: 0.16rem 0.48rem 0 0.48rem;
	}
	.process .flow-list li .desc {
	    font-size: 0.42667rem;
	    color: #282828;
	}
	.process .flow-list li .title{
		font-size: 0.48rem;
		padding: 0.3734rem 0 0.42667rem 0;
	}
	.process .flow-list li .sort{
		font-size: 0.80rem;
	}
	
	/* 陵园资讯 */
	.information{
		padding: 0.80rem 0 1.2rem 0
	}
	.information .info-list{
		margin-right: -8px;
		margin-left: -8px;
		margin-bottom: 0;
	}
	.information .info-list li{
		margin-bottom: 0.26667rem;
		padding-right: 8px;
		padding-left: 8px;
	}
	.information .info-list li .title{
		font-size: 0.42667rem;
		min-height: 0.80rem;
		line-height: 0.6934rem;
	}
	.information .info-list li .img-warp {
	    margin-top: 0.26667rem;
	}
	.information .info-list li .desc {
	    font-size: 0.3734rem;
	    margin: 0.26667rem 0 0.1334rem 0;
	}
	.information .info-list li .info-more{
		width: 0.80rem;
		height: 0.80rem;
		line-height: 0.80rem;
	}
	.information .info-list li .info-more i {
	    font-size: 0.5334rem;
	}
	
	/* 新增移动端广告 */
	.advert1{
		width: 100%;
		margin: 15px 0;
		position: relative;
	}
	.advert1 a{
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.advert1 .txt-warp{
		margin-left: 25px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.advert1 .txt-warp .title{
		font-weight: 300;
		font-size: 0.4534rem;
		color: #003372;
	}
	.advert1 .txt-warp .desc{
		font-weight: 400;
		font-size: 0.3734rem;
		color: #FF5C48;
		margin: 5px 0 5px 0;
	}
	.advert1 .txt-warp .service{
		display: inline-block;
		height: 24px;
		background: linear-gradient( 90deg, #37C3FF 0%, #04B4FF 100%);
		border-radius: 11px;
		border: 1px solid #FFFFFF;
		padding: 0 10px;
		font-weight: 500;
		font-size:  0.3467rem;
		color: #FFFFFF;
	}
	.advert1 .txt-warp .service .d-flex{
		height: 100%;
		line-height: 22px;
	}
	.advert1 .txt-warp .service i{
		margin-right: 5px;
	}
	
	.advert2{
		position: relative;
	}
	.advert2 .consult{
		margin: 0 15px;
		width: calc(100% - 30px);
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.advert2 .consult .title{
		font-weight: 300;
		font-size: 0.42667rem;
		color: #FFFFFF;
		margin-bottom: 10px;
	}
	.advert2 .consult .desc{
		margin-bottom: 10px;
		height: 0.64rem;
		position: relative;
	}
	.advert2 .consult .desc li{
		font-weight: 500;
		font-size: 0.42667rem;
		color: #FFFFFF;
		position: absolute;
	}
	.advert2 .consult .desc li:nth-child(1){
		top: 0;
		left: 0;
	}
	.advert2 .consult .desc li:nth-child(2){
		top: 20%;
		left: 60%;
	}
	.advert2 .consult .desc li:nth-child(3){
		top: 85%;
		left: 30%;
		font-size: 0.32rem;
	}
	.advert2 .service{
		font-size: 0.3734rem;
		color: #7C2D02;
		height: 0.64rem;
		line-height: 0.64rem;
		padding: 0 0.26667rem;
		background: #FFD88E;
		border-radius: 11px;
	}
	
}


@media (max-width: 576px){
	.banner .img-warp{
		height: 4.533rem;
		overflow-y: hidden;
	}
	
	/* 关于 */
	.about {
	    padding: 0.40rem 0 0.80rem 0;
	}
	.about .about-warp{
		flex-direction: column-reverse;
	}
	.about .about-left{
		flex: 0 0 100%;
	}
	.about .about-right{
		width: 100%;
	}
	.about .about-right .img-warp .play i{
		font-size: 1.2rem;
	}
	.about .about-left .content-wrap{
		margin-top: 0.26667rem;
		/* max-height: 180px; */
		/* overflow: hidden; */
		/* text-overflow: ellipsis; */
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.about .more-warp a{
		margin-top: 0.40rem;
		justify-content: center;
	}
	
	/* 热销墓型 */
	.tomb{
		padding: 0.5334rem 0 0.80rem 0;
	}
	.tomb .tomb-list{
		margin-right: -8px;
		margin-left: -8px;
	}
	.tomb .tomb-list li{
		margin-bottom: 0.40rem;
		padding-right: 8px;
		padding-left: 8px;
	}
	.tomb .tomb-list li .tomb-item{
		padding: 0.1334rem 0.1334rem;
	}
	
	/* 预约提示 */
	.order{
		padding: 25px 0 0.5334rem 0;
	}
	.order .order-warp>.title {
	    font-size: 0.5334rem;
	}
	.order .order-warp .desc {
	    font-size: 0.3734rem;
	    margin: 0.1334rem 0 0.26667rem 0;
	}
	.order .order-warp .phone {
	    font-size: 0.5867rem;
	}
	.order .order-warp .desc-light {
	    font-size: 0.3734rem;
	    color: #888888;
	    margin: 0.1334rem 0 0.1334rem 0;
	}
	
	/* 陵园环境 */
	.environment {
		padding: 0.5334rem 0 0.80rem 0;
	}
	.environment .imgs-list{
		margin-right: -8px;
		margin-left: -8px;
	}
	.environment .imgs-list li{
		padding-right: 8px;
		padding-left: 8px;
		margin-bottom: 0.26667rem;
	}
	.environment .imgs-list li .txt-warp{
		font-size: 0.3734rem;
		padding-top: 0.1334rem;
	}
	
	
	/* 购墓流程 */
	.process .flow-list{
		margin-bottom: 0.66667rem;
	}
	.process .flow-list li{
		padding: 0.16rem 0.48rem 0 0.48rem;
	}
	.process .flow-list li .desc {
	    font-size: 0.42667rem;
	    color: #282828;
	}
	.process .flow-list li .title{
		font-size: 0.48rem;
		padding: 0.3734rem 0 0.42667rem 0;
	}
	.process .flow-list li .sort{
		font-size: 0.80rem;
	}
	
	/* 陵园资讯 */
	.information{
		padding: 0.80rem 0 1.2rem 0
	}
	.information .info-list{
		margin-right: -8px;
		margin-left: -8px;
		margin-bottom: 0;
	}
	.information .info-list li{
		margin-bottom: 0.26667rem;
		padding-right: 8px;
		padding-left: 8px;
	}
	.information .info-list li .title{
		font-size: 0.42667rem;
		min-height: 0.80rem;
		line-height: 0.6934rem;
	}
	.information .info-list li .img-warp {
	    margin-top: 0.26667rem;
	}
	.information .info-list li .desc {
	    font-size: 0.3734rem;
	    margin: 0.26667rem 0 0.1334rem 0;
	}
	.information .info-list li .info-more{
		width: 0.80rem;
		height: 0.80rem;
		line-height: 0.80rem;
	}
	.information .info-list li .info-more i {
	    font-size: 0.5334rem;
	}
	
	/* 新增移动端广告 */
	.advert1{
		width: 100%;
		margin: 15px 0;
		position: relative;
	}
	.advert1 a{
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.advert1 .txt-warp{
		margin-left: 25px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.advert1 .txt-warp .title{
		font-weight: 300;
		font-size: 0.4534rem;
		color: #003372;
	}
	.advert1 .txt-warp .desc{
		font-weight: 400;
		font-size: 0.3734rem;
		color: #FF5C48;
		margin: 5px 0 5px 0;
	}
	.advert1 .txt-warp .service{
		display: inline-block;
		height: 24px;
		background: linear-gradient( 90deg, #37C3FF 0%, #04B4FF 100%);
		border-radius: 11px;
		border: 1px solid #FFFFFF;
		padding: 0 10px;
		font-weight: 500;
		font-size:  0.3467rem;
		color: #FFFFFF;
	}
	.advert1 .txt-warp .service .d-flex{
		height: 100%;
		line-height: 22px;
	}
	.advert1 .txt-warp .service i{
		margin-right: 5px;
	}
	
	.advert2{
		position: relative;
	}
	.advert2 .consult{
		margin: 0 15px;
		width: calc(100% - 30px);
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.advert2 .consult .title{
		font-weight: 300;
		font-size: 0.42667rem;
		color: #FFFFFF;
		margin-bottom: 10px;
	}
	.advert2 .consult .desc{
		margin-bottom: 10px;
		height: 0.64rem;
		position: relative;
	}
	.advert2 .consult .desc li{
		font-weight: 500;
		font-size: 0.42667rem;
		color: #FFFFFF;
		position: absolute;
	}
	.advert2 .consult .desc li:nth-child(1){
		top: 0;
		left: 0;
	}
	.advert2 .consult .desc li:nth-child(2){
		top: 20%;
		left: 60%;
	}
	.advert2 .consult .desc li:nth-child(3){
		top: 85%;
		left: 30%;
		font-size: 0.32rem;
	}
	.advert2 .service{
		font-size: 0.3734rem;
		color: #7C2D02;
		height: 0.64rem;
		line-height: 0.64rem;
		padding: 0 0.26667rem;
		background: #FFD88E;
		border-radius: 11px;
	}
	
	
	
}