@import "./common/init.css";
html{font-size: 50px;}
body{width: 100%; color: #000; min-width: 1800px; overflow-x: hidden;position: relative; background:#fff; }
.wrap{width: 1440px;margin: 0 auto;position: relative; }
.wrap_{width: 1800px;margin: 0 auto;position: relative; }
.header{
	width: 100%;
	background-image: url(../img/bg1.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.header .wrap_flex{
	display:flex;
	flex-direction: column;
}
.header .logo{
	width: 100%;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size:contain;
	background-image: url(../img/wap-logo.png);
}
.header .caidan{
	display: none;
}
.header .nav{
	padding: 20px 0;
	display: flex;
	justify-content: center;
    font-size: 16px;
    color: #333333;
    width: 100%;
    background-image: url(../img/nav_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.header .nav a{
	margin: 0 40px;
	text-align: center;
	font-weight: bold;
	width:28px;
	height: 110px;
	display: flex;
	align-items: center;
	line-height: 1.5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.header .nav .on{
	background-image: url(../img/nav_on.png);
}
.lunbo .fenye{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 30px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lunbo .fenye span{
	display: block;
	width: 60px;
	height: 10px;
	background-color: #fff;
	opacity: 0.4;
	border-radius: 0;
}
.lunbo .fenye span.swiper-pagination-bullet-active{
	opacity: 1;
}
.lunbo.banner_wap .fenye{
	bottom:0.4rem;
}
.lunbo.banner_wap .fenye span{
	width:0.3rem;
	height:0.3rem;
	opacity: 0.3;
	border-radius: 50%;
}
.lunbo.banner_wap .fenye span.swiper-pagination-bullet-active{
	background-color: #e8dccf;
	opacity: 1;
}
.wap,
.banner_wap{
	display: none;
}
.title{
	width: 1800px;
	height: 190px;
	background-image: url(../img/title_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
    justify-content: center;
    padding-top: 0.2rem;
    padding-left: 0.8rem;
}
.title .p1{
	font-size:0.72rem;
	color: #782f0e;
	font-family: "宋体";
	font-weight: bold;
}
.title .p1 span{
	font-size: 1.2rem;
}
.title .p2{
	font-size:0.44rem;
	color: #cac0aa;
	text-transform:uppercase;
	padding-right: 1rem;
}
.more{
	width:2.0rem;
	font-size:0.32rem;
	color: #782f0e;
	text-align: center;
	margin: 0.5rem auto 0;
	padding-bottom: 0.4rem;
	background-image: url(../img/title_more.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 0.4rem;
}
.footer{
	background-image: url(../img/bg1.jpg);
	background-size: 100%;
	background-position: center;
}
.footer .wrap_{
	background-image: url(../img/footer_logo_bg.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.footer .wrap_ .logo{
	width: 100%;
	height: 100px;
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}
.footer .flex_kuang{
	display: flex;
	align-items: flex-start;
}
.footer .flex_kuang .nav{
	width: 400px;
	display: flex;
	flex-wrap: wrap;
}
.footer .flex_kuang .nav .li{
	margin-bottom: 5px;
	line-height: 1.5;
	font-size:16px;
	color: #292929;
	font-weight: bold;
	width: 50%;
	position: relative;
}
.footer .flex_kuang .nav .li.on:before{
	content: "";
	width: 5px;
	height: 16px;
	background: #782f0e;
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -8px;
}
.footer .flex_kuang .flex1{
	width: 500px;
	display: flex;
    flex-direction: column;
}
.footer .flex_kuang .flex1+.flex1{
	width: 370px;
}
.footer .flex_kuang .flex1 .p1{
	font-size: 0.28rem;
	color: #782f0e;
	line-height: 2;
	font-weight: bold;
}
.footer .flex_kuang .flex1 .ul{
	display: flex;
	flex-wrap: wrap;
	font-size: 0.26rem;
	color: #9f867b;
}
.footer .flex_kuang .flex1 .ul .li{
	margin-right: 0.2rem;
	margin-top: 0.2rem;
}
.footer .flex_kuang .erweim_kuang{
	width:170px;
}
.footer .flex_kuang .erweim_kuang .erweim{
	width: 2.0rem;
	margin: 0 auto;
}
.footer .flex_kuang .erweim_kuang .p1{
	font-size: 0.28rem;
	line-height: 0.8rem;
	text-align: center;
	color: #f5f5f5;
}
.footer .copyright{
	text-align: center;
	font-size: 14px;
	color: #9e9683;
	line-height: 0.6rem;
	padding: 0.6rem 0;
}
.footer .copyright a{
	display: inline;
}
.footer .footer_top{
	width: 100px;
	height: 100px;
	position: fixed;
	right: 70px;
	bottom: 100px;
	background-image: url(../img/footer_top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.footer .fixed_k{
	display: none;
	position: relative;
}
.footer .fixed_k:before{
	content: "";
	display: block;
	width: 100%;
	height: 2.0rem;
}
.footer .fixed_k .fixed{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
	padding: 0.2rem 0;
	background: #fff;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}
.footer .fixed_k .fixed .wrap{
	display: flex;
	border-radius: 20px;
	overflow: hidden;
}
.footer .fixed_k .fixed .li{
	flex: 1;
	height:1.6rem;
	display: flex;
	align-items: center;
    justify-content: center;
	font-size:0.54rem;
	color: #ffffff;
	background: #9f867b;
}
.footer .fixed_k .fixed .li+.li{
	background: #782f0e;
}
.footer .fixed_k .fixed .li:before{
	content: "";
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.2rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0.7rem;
	background-image: url(../img/footer1.png);
}
.footer .fixed_k .fixed .li+.li:before{
	background-image: url(../img/footer2.png);
}
.about{
	padding:1.4rem 0 2.0rem;
	background-image: url(../img/bg1.jpg);
}
.about .about_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1.2rem;
}
.about .about_flex .video{
	width: 670px;
	height: 380px;
}
.about .about_flex .video .show{
	width: 100%;
	height: 100%;
}
.about .about_flex .com{
	width: 13.8rem;
	display: flex;
	justify-content: space-between;
	color: #616161;
	font-size: 14px;
	line-height: 1.8;
}
.about .com .p1{
	width: 47%;
}
.about .com .p2{
	font-size: 0.4rem;
	text-align: center;
	margin-bottom: 0.2rem;
}
.about .com .p3{
	width: 47%;
}
.about_certificate{
	background-image: url(../img/bg2.jpg);
	padding: 1.4rem 0 2.2rem;
}
.about_certificate .list{
	padding-top: 1.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about_certificate .list .img{
	width:6.52rem;
}
.about_contact{
	display: none;
}
.contact{
	padding: 1.4rem 0 2.0rem;
	background-image: url(../img/bg2.jpg);
}
.contact .flex_kuang{
	display: flex;
	padding-top:1.4rem;
	align-items: center;
}
.contact .flex_kuang .shang{
	padding: 0 2em;
	flex: 1;
}
.contact .flex_kuang .shang .p1{
	font-size: 0.4rem;
	color: #828282;
	padding: 0.2rem 0;
}
.contact .flex_kuang .shang .p1 span{
	font-weight: bold;
	color: #292929;
}
.contact .flex_kuang .xiabian{
	width:15.0rem;
	height: 4.8rem;
	border: solid 0.02rem #e8dccf;
	padding: 0.2rem;
}
.contact .flex_kuang .xiabian .ditu{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.news{
	padding:1.0rem 0;
	background-image: url(../img/bg1.jpg);
}
.news .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 1.4rem;
}
.news .list .li{
	width: 48%;
	margin-top: 40px;
	display: flex;
}
.news .list .li .img{
	width: 4.8rem;
	height: 4.0rem;
	object-fit: cover;
}
.news .list .li .neir{
	padding: 0.6rem;
}
.news .list .li .neir .p1{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
}
.news .list .li .neir .p1 .name{
	font-size: 0.4rem;
	color: #333333;
	max-width: 6.0rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.news .list .li .neir .p1 .time{
	font-size: 0.24rem;
	color: #9e9e9e;
}
.news .list .li .neir .p2{
	font-size: 0.28rem;
	color: #9e9e9e;
	line-height: 1.7;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
}
.news .list .li .neir .p3{
	display: none;
}
.page .pagination{
	display: flex;
	justify-content: center;
    align-items: center;
    font-size: 0.32rem;
    color: #51504c;
    padding: 0.8rem 0;
}
.page .pagination li{
	font-size: 0.38rem;
	color: #51504c;
	line-height: 0.6rem;
	border: solid 0.02rem #51504c;
	margin: 0 0.1rem;
}
.page .pagination li.active{
	border-color: #2a6a53;
	color: #2a6a53;
}
.page .pagination li.disabled{
	border: none;
}
.page .pagination li a,
.page .pagination li span{
	padding: 0 0.2rem;
}
.breadcrumb{
	font-size: 18px;
	color: #333333;
	line-height:0.6rem;
	padding: 0.4rem 0;
}
.breadcrumb .i{
	display: inline;
	padding: 0 0.1rem;
}
.breadcrumb .ii{
	display: inline;
}
.news_info{
	background-image: url(../img/bg2.jpg);
}
.news_info .tit{
	text-align: center;
	font-size: 0.72rem;
	color: #333333;
	padding: 0.2rem 0;
	font-weight: bold;
	margin-top: 0.2rem;
}
.news_info .time{
	text-align: right;
	font-size: 0.28rem;
	color: #9e9e9e;
	line-height: 0.6rem;
}
.news_info .com{
	font-size: 0.35rem;
	color: #333333;
	line-height: 1.7;
	text-align: justify;
}
.news_info .com img{
	display: inline;
	max-width: 100% !important;
}
.news_info .com a{
	display: inline;
}
.news_info .fenye{
	padding: 0.6rem 0.2rem 0.6rem;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #333333;
}
.news_info .fenye a{
	line-height: 0.68rem;
	padding: 0 0.4rem;
	border: solid 0.02rem #333333;
	border-radius: 6px;
}
.tombstone{
	padding:1.2rem 0 0.2rem;
	background-image: url(../img/bg2.jpg);
}
.tombstone .list{
	padding-top: 1.2rem;
	display: flex;
	flex-wrap: wrap;
}
.tombstone .list .li{
	width:6.5rem;
	margin-bottom: 0.4rem;
	margin-right:0.9rem;
}
.tombstone .list .li:nth-child(4n){
	margin-right: 0;
}
.tombstone .list .li .img{
	width: 100%;
	height:4.6rem;
	object-fit: cover;
}
.tombstone .list .li .p1{
	font-size: 0.32rem;
	color: #292929;
	padding: 0 0.3rem;
	text-align: center;
	line-height: 0.9rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.index .index_tel{
	width: 100%;
	height:2.0rem;
	font-size: 0.48rem;
	color: #782f0e;
	background-image: url(../img/bg1.jpg);
	display: flex;
	align-items: center;
	justify-content: center;
}
.index .index_tel span{
	font-size: 0.64rem;
	margin-left: 0.2rem;
}
.index .tombstone{
	padding-bottom: 0.6rem;
}
.index .tombstone .list .li .p1{
	display: none;
}
.index .tombstone .list .li .img{
	height: 6.4rem;
}
.index .tombstone.tombstone_1 .list .li .img{
	height: 4.6rem;
}
.index .about .com .p3,
.index .about .com .p1{
	width: 100%;
}
.index .about .about_flex .com{
	flex: 1;
	width: auto;
}
.index .about .about_flex .video{
	margin: 0 1.2rem;
}
.index .discount{
	background-image: url(../img/bg2.jpg);
	background-position: center;
	background-size: 100%;
	padding: 1.4rem 0 1.8rem;
}
.index .discount .list{
	display: flex;
}
.index .discount .list .li{
	flex: 1;
	background-image: url(../img/discount_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 0.48rem;
	line-height: 1.4rem;
	color: #fffbf5;
	text-align: center;
}
.index .discount .vr_kuang{
	display: flex;
	padding-top: 1.0rem;
}
.index .discount .vr_kuang .vr{
	width: 14.0rem;
	height: 7.2rem;
	background-image: url(../img/vr.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index .discount .vr_kuang .annui{
	flex: 1;
	display: flex;
	flex-direction: column;
    justify-content: space-evenly;
	margin-left: 1.8rem;
	padding: 0 0.4rem;
}
.index .discount .vr_kuang .annui .a_li{
	width: 100%;
	line-height: 2.0rem;
	background: #782f0e;
	font-size: 0.48rem;
	color: #f5efdf;
	text-align: center;
}
.index .discount .vr_kuang .annui .a_li+.a_li{
	background: #9f867b;
}
.index .news .list{
	padding: 0.8rem 0;
}
.guide{
	padding: 1.0rem 0 1.6rem;
	background-image: url(../img/bg1.jpg);
	background-position: center;
}
.guide .list{
	display: flex;
	flex-wrap: wrap;
	padding-top: 2.2rem;
}
.guide .list .li{
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 10px;
	border: solid 0.04rem #292929;
	text-align: center;
	font-size: 0.36rem;
	color: #292929;
	font-weight: bold;
	display: flex;
	align-items: center;
    justify-content: center;
}
.guide .list .li br{
	display: none;
}
.guide .list .li0{
	border: none;
	width: auto;
	flex: 1;
	background-image: url(../img/guide0.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 0.2rem;
}
.appointment{
	padding: 1.4rem 0 0.8rem;
	background-image: url(../img/bg2.jpg);
	background-position: center;
}
.appointment .form{
	width: 19.2rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.appointment .form .input{
	width: 45%;
    margin-top: 0.3rem;
}
.appointment .form .input .name{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 1.0rem;
	padding-left: 0.4rem;
	width: 100%;
}
.appointment .form .input .text{
	background-color: #fff;
	border: solid 0.02rem #aea29b;
	width: 100%;
	height: 1.2rem;
	display: block;
	padding: 0 0.4rem;
	font-size:0.36rem;
	outline: none;
	color: #333333;
}
.appointment .form .input .tijiao{
	width: 100%;
	line-height: 1.2rem;
	background-color: #782f0e;
	font-size: 0.4rem;
	color: #ffffff;
	text-align: center;
	border-radius: 0.1rem;
}