@import "./common/init.css";
html{font-size: 50px;}
body{width: 100%; color: #000; min-width: 1450px; overflow-x: hidden;position: relative; background:#f0edea; }
.wrap{width: 1440px;margin: 0 auto;position: relative; }
.header{
	position: relative;
}
.header:before{
	content: "";
	display: block;
	width: 100%;
	height: 220px;
}
.header .fixed{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 11;
}
.header .logo_kuang{
	display: flex;
	justify-content:center;
	align-items: center;
	height: 140px;
	position: relative;
}
.header .logo_kuang .logo_sub{
	flex: 1;
	height: 100%;
	background-position: right;
	background-repeat: no-repeat;
	background-size:contain;
	background-image: url(../img/header_logo_sub.png);
}
.header .logo_kuang .logo{
	width: 320px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size:contain;
	background-image: url(../img/logo.png);
}
.header .logo_kuang .dianhua{
	flex: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #292929;
	font-size: 24px;
}
.header .logo_kuang .dianhua span{
	color: #9e5214;
	font-size: 36px;
	margin-left: 5px;
}
.header .logo_kuang .caidan{
	display: none;
}
.header .nav{
	width: 100%;
	height: 80px;
	background: #9e5214;
	display: flex;
	justify-content: center;
    font-size: 16px;
    color: #ffffff;
}
.header .nav a{
	width: 150px;
	text-align: center;
	line-height:80px;
	font-weight: bold;
	position: relative;
	margin: 0 20px;
}
.header .nav .on{
	background: #ac6c37;
}
.lunbo .fenye{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 30px;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0 30px;
}
.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;
	justify-content: center;
}
.lunbo.banner_wap .fenye span{
	width:0.26rem;
	height:0.26rem;
	border-radius: 1.0rem;
	opacity: 0.7;
}
.lunbo.banner_wap .fenye span.swiper-pagination-bullet-active{
	background-color: #5eb9f6;
	opacity: 1;
}
.wap,
.banner_wap{
	display: none;
}
.footer{
	padding-top: 2.0rem;
	background-image: url(../img/footer_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.footer .foot_flex{
	display: flex;
	margin-bottom: 0.4rem;
}
.footer .foot_flex .logo{
	width: 4.6rem;
	height: 2.6rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/logo_foor.png);
}
.footer .foot_flex .erweim_kuang{
	width: 110px;
	margin-right: 1.8rem;
}
.footer .foot_flex .erweim_kuang .erweim{
	width: 100px;
	margin: 0 auto;
}
.footer .foot_flex .erweim_kuang .p1{
	text-align: center;
	font-size: 14px;
	color: #292929;
	font-weight: bold;
	padding: 0.1rem 0;
}
.footer .foot_flex .nav{
	width: 6.0rem;
	border-left: solid 0.04rem #292929;
	font-size: 0.32rem;
	color: #292929;
	padding-left: 0.4rem;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.footer .foot_flex .nav .li{
	width: 50%;
	margin-bottom: 0.4rem;
}
.footer .foot_flex .kuang{
	flex: 1;
	padding-left: 0.4rem;
	border-left: solid 0.04rem #9e5214;
}
.footer .foot_flex .kuang .name{
	font-size: 0.28rem;
	color: #9e5214;
	font-weight: bold;
	margin-bottom: 0.4rem;
}
.footer .foot_flex .kuang .neir{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	font-size: 0.26rem;
	color: #9e5214;
}
.footer .foot_flex .kuang .neir .li{
	width: 50%;
	margin-bottom: 0.2rem;
}
.footer .copyright{
	text-align: center;
	font-size: 13px;
	color: #7c7c7c;
	line-height: 0.6rem;
	padding: 0.4rem 0;
}
.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: 2rem;
}
.footer .fixed_k .fixed{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
	background-color: #ffffff;
	padding: 0.2rem 0;
	box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.1);
}
.footer .fixed_k .fixed .wrap{
	display: flex;
}
.footer .fixed_k .fixed .li{
	flex: 1;
	height: 1.4rem;
	display: flex;
	align-items: center;
    justify-content: center;
	font-size: 0.54rem;
	color: #ffffff;
	border-radius: 1.0rem;
	background: #d0aa8b;
}
.footer .fixed_k .fixed .li+.li{
	background: #9e5214;
	margin-left: 0.4rem;
}
.title{
	width: 6.8rem;
	height: 2.8rem;
	background: #9e5214;
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
    align-items: center;
	justify-content: space-evenly;
}
.title:before{
	content: "";
	z-index: 0;
	width: 5.6rem;
	height: 1.2rem;
	border: solid 0.04rem #d0aa8b;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -2.8rem;
	margin-top: -0.5rem;
}
.title .p1{
	font-size:0.72rem;
	color: #ffffff;
	background: #9e5214;
	padding: 0 0.4rem;
	line-height: 1.5;
	position: relative;
	z-index: 2;
	margin-bottom: 0.1rem;
}
.title .p2{
	font-size:0.28rem;
	color: #d0aa8b;
	background: #9e5214;
	padding: 0 0.4rem;
	line-height: 2;
	text-transform:uppercase;
	position: relative;
	z-index: 2;
}
.more{
	width: 2.6rem;
	line-height:0.72rem;
	font-size:0.32rem;
	color: #9e5214;
	text-align: center;
	background-color: #e0d5b9;
	margin: 0 auto 0;
}
.about{
	padding:0.8rem 0 1.2rem;
	background-image: url(../img/about_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.about .logo_sub_kuang{
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 2.9rem;
}
.about .logo_sub_kuang .logo_sub{
	width: 100%;
	height: 1.0rem;
	background-image: url(../img/header_logo_sub.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 7.4rem;
}
.about .logo_sub_kuang .tel{
	font-size:0.36rem;
	color: #292929;
	display: flex;
	align-items: center;
}
.about .logo_sub_kuang .tel span{
	font-size: 0.56rem;
	color: #9e5214;
}
.about .flex_k{
	margin-top: 1.0rem;
	display: flex;
}
.about .flex_k .img{
	width: 670px;
	height: 380px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about .flex_k .youce{
	flex: 1;
	padding: 20px 30px 20px 40px;
}
.about .flex_k .youce .neir{
	font-size: 14px;
	color: #616161;
	line-height: 2;
	display: flex;
	justify-content: space-between;
	height: 340px;
}
.about .flex_k .youce .neir .p3,
.about .flex_k .youce .neir .p1{
	writing-mode:vertical-rl;
}
.about .flex_k .youce .neir .p2{
	writing-mode:vertical-rl;
	font-size: 0.4rem;
	display: block;
	margin-left: 0.4rem;
}
.about_certificate{
	padding:1.6rem 0 1.2rem;
}
.about_certificate .list{
	padding: 0.8rem 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about_certificate .list .img{
	width: 32%;
	margin-top: 0.4rem;
}
.about.index{
	display: none;
	padding-top: 0;
}
.contact{
	padding: 1.2rem 0 1.4rem;
}
.contact .contact_flex{
	display: flex;
	align-items: center;
	margin-top:1.0rem;
}
.contact .contact_flex .shang{
	flex: 1;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	height: 2.6rem;
	font-size: 0.4rem;
	color: #828282;
	padding-left:2.8rem;
}
.contact .contact_flex .shang span{
	font-weight: bold;
	color: #292929;
}
.contact .contact_flex .ditu{
	width:15.0rem;
	height:4.8rem;
	border: solid 0.02rem #d0aa8b;
	padding: 0.2rem;
}
.contact .contact_flex .ditu .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news{
    padding: 1.0rem 0 0.4rem;
}
.news .list{
	display: flex;
	flex-wrap: wrap;
	padding-top: 0.6rem;
}
.news .list .li{
	width: 23.43%;
	background: #fff;
	border: solid 0.02rem #d0aa8b;
	display: flex;
	padding: 0.2rem;
	flex-direction: column;
	margin-bottom:0.6rem;
	margin-right:0.6rem;
}
.news .list .li:nth-child(4n){
	margin-right: 0;
}
.news .list .li .img{
	width:100%;
	height: 4.0rem;
	object-fit: cover;
}
.news .list .li .neir{
	flex: 1;
	padding: 0.4rem 0.2rem 0.3rem;
	position: relative;
}
.news .list .li .neir .p1{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.2rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.news .list .li .neir .p2{
	font-size: 14px;
	color: #9e9e9e;
	line-height: 1.6;
	margin-bottom: 0.2rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
}
.news .list .li .neir .p3{
	font-size: 12px;
	color: #9e9e9e;
}
.breadcrumb{
	font-size: 18px;
	color: #333333;
	line-height:0.6rem;
	padding: 0.4rem 0;
}
.breadcrumb_{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: rgba(255,255,255,0.8);
}
.breadcrumb .i{
	display: inline;
	padding: 0 0.1rem;
}
.breadcrumb .ii{
	display: inline;
}
.news_info{
	background: #fff;
	padding: 0.01rem 0;
}
.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;
	margin-bottom: 0.2rem;
}
.news_info .com{
	font-size: 0.32rem;
	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: #292929;
	text-align: center;
}
.news_info .fenye a{
	border: solid 0.02rem #292929;
	line-height: 0.66rem;
	/*width:3.8rem;*/
	padding:0 0.2rem;
	border-radius: 0.1rem;
}
.ambient{
	padding:0.8rem 0;
	background-position: top;
	background-image: url(../img/ambient_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.ambient .list{
	display: flex;
	flex-wrap: wrap;
	padding: 0.8rem 0 0;
}
.ambient .list .li{
	width: 32%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 0.6rem;
}
.ambient .list .li:nth-child(3n){
	margin-right: 0;
}
.ambient .list .li .img{
	width: 100%;
	height: 6.52rem;
	object-fit: cover;
}
.ambient .list .li .p1{
	width: 100%;
	font-size:0.32rem;
	color: #292929;
	text-align: center;
	line-height:1.2rem;
	padding: 0 0.4rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.index .about .flex_k .youce .neir .more{
	display: none;
}
.index .ambient{
	padding: 1.2rem 0 1.8rem;
	background-image: url(../img/index_ambient.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index .ambient .list .li .p1{
	display: none;
}
.index .contact{
	background-position: 8% 50%;
	background-repeat: no-repeat;
	background-size: 10.56rem;
	background-image: url(../img/contact_bg.jpg);
}
.index .news{
	background-image: url(../img/index_news_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media only screen and (min-width:768px){
	.index .ambient1 .list{
		display: block;
	}
	.index .ambient1 .list .li{
		float: left;
	}
	.index .ambient1 .list .li .img{
		height: 9.4rem;
	}
	.index .ambient1 .list .li:nth-child(2){
		height:4.4rem;
	}
	.index .ambient1 .list .li:nth-child(4) .img,
	.index .ambient1 .list .li:nth-child(2) .img{
		height:4.4rem;
	}
	.index .ambient1 .list .li:nth-child(3){
		height:4.4rem;
	}
	.index .ambient1 .list .li:nth-child(7){
		margin-left:2%;
		margin-right:0;
	}
	.index .monument .list .li{
		margin-right: 2%;
		width: 23.5%;
	}
	.index .monument .list .li:nth-child(4n){
		margin-right: 0;
	}
}
.discount{
	background: #9e5214;
	padding: 1.2rem 0 1.0rem;
}
.discount .list{
	display: flex;
}
.discount .list .li{
	margin: 0 0.3rem;
	flex: 1;
	display: flex;
	justify-content: center;
    align-items: center;
	height: 1.8rem;
	font-size: 0.48rem;
	color: #e7d0b8;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/discount.png);
}
.discount .an_kuang{
	padding-top: 1.0rem;
	display: flex;
	justify-content: space-around;
}
.discount .an_kuang .an{
	width: 41%;
	background: #e7d0b8;
	border-radius: 2px;
	font-size: 0.48rem;
	color: #9e5214;
	text-align: center;
	line-height: 2.0rem;
}
.discount .an_kuang .an+.an{
	background: #d0aa8b;
}
.vr_kuang{
	display: flex;
	padding-top: 1.2rem;
}
.vr_kuang .vr{
	flex: 1;
	height: 7.2rem;
	background-image: url(../img/vr.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.vr_kuang .img{
	flex: 1;
	height: 7.2rem;
	object-fit: cover;
	margin-left: 0.6rem;
}
.guide{
	padding: 0.2rem 0 1.0rem;
	background: #e0d5b9;
}
.guide .list{
	padding-top: 0.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.guide .list .li{
	width: 2.8rem;
	text-align: center;
	position: relative;
}
.guide .list .li:before{
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	top: 0.5rem;
	width: 1.02rem;
	height: 0.22rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/guide0.png);
}
.guide .list .li:last-child:before{
	display: none;
}
.guide .list .li .img{
	width: 100%;
	height: 1.2rem;
	object-fit: contain;
}
.guide .list .li .p2{
	font-size:0.36rem;
	color: #9e5214;
	text-align: center;
	font-weight: bold;
	line-height: 0.6rem;
	margin-top: 0.2rem;
}
.guide .title .p2,
.guide .title .p1,
.guide .title{
	background: #e0d5b9;
}
.guide .title .p1{
	color: #9e5214;
}
.appointment{
	padding: 0.4rem 0 1.2rem;
	background: #9e5214;
}
.appointment .form{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.appointment .form .input{
	width:8.6rem;
	margin: 0 1.0rem;
	padding-top: 0.4rem;
}
.appointment .form .input .name{
	width: 100%;
	font-size: 20px;
	color: #e0d5b9;
	line-height: 1.0rem;
	padding: 0 0.4rem;
	font-weight: bold;
}
.appointment .form .input .text{
	width: 100%;
	border: solid 0.02rem #8d8d8d;
	display: block;
	height: 1.2rem;
	padding: 0 0.4rem;
	font-size:0.36rem;
	outline: none;
	background: #ffffff;
}
.appointment .form .input .tijiao{
	width: 100%;
	line-height: 1.2rem;
	background-color: #e0d5b9;
	font-size: 0.4rem;
	color: #9e5214;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}
.appointment .title .p2{
	color: #d0aa8b;
}