html,body {
position: relative;
height: 100%;
background: #333!important;
}

.right_r {
	position: absolute;
	bottom: 100px;
	right: 40px;
	z-index: 999;
}

.swiper{
  --swiper-theme-color: #AD8763!important;
  --swiper-pagination-color: #AD8763;
}

.swiper-pagination-bullet-active {
    background-color: #AD8763!important;
    /*height: 20px;*/
    /*border-radius: 20px;*/
}

.swiper-pagination-bullet {
	background:#fff;
	opacity: 1
}

.swipers {
	width: 100%;
	height: 100%;
}

.swipers .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.mySwiper {
	width: 100%;
	height: 100%;
	position: relative;
}

.mySwiper .swiper-slide .on{
	width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 80px;
    min-height: 740px;
    background-size: cover;
    position: absolute;
	/*margin-top: 100px;*/
	transform:translateX(-200px);
	opacity:0;
	transition:all 1s;
}
.mySwiper .ani-slide .on{
	transform:translateX(0);
	opacity:1;
}

.mySwiper .index-bg {
	width: 100%;
    background: url(../images/20.png) no-repeat;
    height: 100%;
    background-size: cover;
}

.nav_up {
	width: 100%;
	position: absolute;
    bottom: 0;
    z-index: 999;
}

.nav_up img {
	width: 100%;
}

.page1 {
	background: url(../images/page1.png) no-repeat;
}

.page1 .type {
	height: 380px;
    margin: 10% 25% 0;;
    writing-mode: vertical-rl;
}

.page1 .type .title{
	color: #AD8763;
	font-size: 40px;
	font-weight: bold;
	margin-left:30px;
	font-family: xiquebold;
	letter-spacing: -10px;
}

.page1 .type .container{
	font-family: xique;
    color: #FFF;
	line-height: 35px;
	direction: rtl;
	font-size: 24px;
	letter-spacing: -4px;
}

.page1 .pg1 {
	position: absolute;
    bottom: 0;
    left: 20px;
    width: 285px;
    z-index: -2;
}

.page2 {
	background: url(../images/page2.png) no-repeat;
	background-color: #fff;
}

.page2 .page_title {
	letter-spacing: 5px;
	text-align: center;
    font-size: 40px;
    color: #BB2A2C;
    font-weight: bold;
    font-family: xique;
    margin: 65px 0 40px;

}

.page2 .page_list{
	text-align: center;
	display: flex;
	justify-content: center;
}

/*.page2 .page_list a {*/
/*	display: inline-block;*/
/*	margin: 0 10px;*/
/*	border-radius: 24px;*/
/*	border-right: 20px;*/
/*}*/

/*.page2 .page_list a:hover {*/
/*	box-shadow: 10px 10px 30px rgba(255, 255, 255, 1);*/
/*}*/

.page2 .page_list img{
	width: 300px;
}

.page1 .page_a {
	display: block;
    width: 200px;
    font-size: 18px;
    color: #AD8763;
	margin-left: 15%;
	margin-top: 20px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    
}

.page1 .page_a:hover {
	background: #fff;
    border-radius: 15px;
}

.page_a {
	display: block;
	width: 200px;
	font-size: 18px;
	color: #AD8763;
	margin: 20px auto;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-family: 黑体;
}

.page_a:hover {
	background: #fff;
	color: #AD8763!important;
	border-radius: 15px;
}



.page3 {
	background: url(../images/14.png) no-repeat;
	background-color: #fff;
	display: flex;
    align-items: center;
    font-family: xique;
}

.page3 .left-title {
	width: 50%;
	box-sizing: border-box;
	margin-left: 100px;
	padding-right: 30px;
}

.page3 img {
	width: 40%;
}

.page3 .left-title .title{
	letter-spacing: 3px;
    font-size: 40px;
    color: #AD8763;
    font-weight: bold;
    font-family: xiquebold;
}

.page3 .left-title .content p{
	text-indent: 2em;
	font-size: 20px;
}

.page3 .left-title .type {
	display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}

.page3 .left-title .type .type_li{
	text-align: center;
}

.page3 .left-title .type .type_li span {
	color: #BB2A2C;
	font-size: 32px;
	font-family: 'xiquebold';

}

.page3 .page_a {
	display: block;
	width: 200px;
	font-size: 18px;
	color: #AD8763;
	margin-left: 10%;
	margin-top: 50px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}

.page4 {
	background: url(../images/12.png) no-repeat;
	background-color: #fff;
	display: flex;
    align-items: center;
    font-family: xique;
}

.page4 .type{
	width: 1200px;
    margin: 0 auto;
	height: 100%;
	margin-top: 7%;
	display: flex;
    justify-content: space-between;
    font-family: xique
}

.page4 .type .left {
	width: 30%;
}

.page4 .type .left form{
	background-color: #fff;
    padding: 20px 40px;
    /*margin-top:  30px;*/
	border-radius: 5px;
    box-sizing: border-box;
}

.page4 .type .left form .lx_ly_d {
	margin: 15px 0;
	font-family: 黑体;
}

.page4 .type .left form .lx_ly_d div {
	font-size: 16px;
	color: #333;
}

.page4 .type .left form .lx_ly_d .form-control{
	width: 200px;
	min-height: 15px;
	margin-top: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111111;
}

.page4 .type .left form .lx_ly_d .form-control:focus {
	outline:none;
    border: 2px solid #AD8763;
}

.page4 .type .left form .lx_ly_d .button {
	border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #AD8763;
    color: #fff;
}

.page4 .type .right {
	width: 60%;
	/*margin-top: 20px;*/
}

.page4 .type .right .title {
	text-align: center;
	font-family: xiquebold;
	color: #AD8763;
	height: 45px;
	line-height: 45px;
	font-size: 40px;
	font-weight: bold;
	/*margin: 8% 0 30px;*/
}

.page4 .type .right .types {
	width: 100%;
	height: auto;
	display: flex;
    justify-content: space-between;
}

.page4 .type .right .types .li{
	width: 50%;
	padding: 15px;
}

.page4 .type .right .types .li div {
	color: #333;
	font-size: 20px;
	font-family: 黑体;
	font-weight: bold;
	margin-bottom: 5px;
}

.page4 .type .right .types .li span {

	font-family: 黑体;
}


#declaration{
    z-index: 1000;
    position:fixed;
    /*top: 80px;*/
	padding-top: 80px;
	box-sizing: border-box;
    bottom:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

#smClosed{
    z-index: 200;
    position: absolute;
    top: 2rem;
    right: 3rem;
    width: 5rem;
    height: auto;
    cursor: pointer;
}

.declaration-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 55%;
    height: auto;
}

.declaration-box>img{
    width: 100%;
    height: auto;
    display: block;
}

/*菜品*/
.sph{
	/*margin: 0 auto;*/
}
.spbq{
	width: 340px;
	line-height: 2;
	padding: 20px;
	margin: 10px;
	position: relative;
	overflow: hidden;
}
.biankuang{
	width: 3px;
	height: 3px;
	position: absolute;
	z-index: 99;
	border-radius:10px;
	/*background: black;*/
}
.biankuang_1{
	height: 3px;
	top: -6px;
	left:0px;
	border-left: 3px solid #EB5858;
}
.biankuang_2 {
	width: 0px;
	bottom:0px;
	left: 0px;
	border-top: 3px solid #EB5858;
}
.biankuang_3{
	height: 0px;
	bottom:0px;
	right:0px;
	border-right: 3px solid #EB5858;
}
.biankuang_4{
	width:0px;
	top:0px;
	right:0px;
	border-bottom: 3px solid #EB5858;
}
.text_gobuy {
	position: absolute;
	z-index: 9;
	bottom: -50px;
	width: 300px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	overflow: hidden;
	background:rgba(207, 208, 211, 0);
	cursor: pointer;
	transition:all  300ms;
	-webkit-transition:all  300ms;
	-moz-transition:all  300ms;
	-o-transition:all  300ms;
}
.text_gobuy_show{
	height: 45px;
	position: absolute;
	z-index: 9;
	line-height: 45px;
	bottom: 25px;
	border-radius: 20px;
	width: 290px;
	overflow: hidden;
	right: 25px;
	text-align: center;
	align-items: center;
	cursor: pointer;
	background-color: rgba(32, 32, 33,0.3);
}
.spbq p{
	position: absolute;
	bottom:10px;
	left:110px;
	line-height: 33px;
	color: #fff
}

.zst img{
	width: 100%;
	object-fit: cover;
}

