.left-menu{
	position: fixed;
	z-index: 90;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
}
.left-menu ul li{
	width: 0.18rem;
	height: 0.18rem;
	margin: 0.04rem 0;
	padding: 0.05rem;
	border-radius: 50%;
}
.left-menu a{
	display: block;
}
.left-menu span{
	display: block;
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 0.08rem;
	background: #fff;
}
.left-menu .active{
	background: #f2c62f;
}
.left-menu ul li:nth-child(2).active{
	background: #fff;
}
.left-menu ul li:nth-child(5).active{
	background: #fff;
}

.home-banner{
	position: relative;
	margin-top: 1.54rem;
	z-index: 2;
}
.bannerSwiper .swiper-slide{
	position: relative;
	overflow: hidden;
}
.bannerSwiper .swiper-slide .swiper-Img{
	display: block;
	width: 100%;
	height: 100vh;
}
.swiper-slide-active .swiper-Img{
	animation: changeScale 1 2.5s;
}

.bannerSwiper .swiper-pagination{
	bottom: 0.6rem !important;
}
.bannerSwiper .swiper-pagination .swiper-pagination-bullet{
	opacity: 1;
	background: #fff;
	width: 0.88rem;
	height: 0.08rem;
	border-radius: 0.08rem;
	margin: 0 0.08rem;
	position: relative;
	transition-duration: 0.5s;
}
.bannerSwiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #e0b332;
}

.banner-title{
	width: 11.33rem;
	position: absolute;
	bottom: 1.8rem;
	left: 50%;
	transform: translateX(-50%);
}
.banner-title img{
	display: block;
}
.swiper-slide-active .banner-title img{
	animation: fadeInUp02 1 2.5s;
}


.page02{
	background: url(../images/h-page02-bg.jpg) no-repeat center center;
	background-size: cover;
}
.home-about{
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 2rem;
}
.home-about-info{
	/*padding: 0 1.78rem;*/
}
.home-about-info p{
	font-size: 0.18rem;
	color: #333333;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 0;
}
.home-about-info p:last-child{
	margin-bottom: 0;
}
.home-about-zs{
	width: 100%;
	padding-top: 0.6rem;
	position: relative;
}
.page02-jz{
	display: block;
	width: 8.44rem;
	margin: 0 auto;
}
.home-about-zs ul li{
	position: absolute;
}
.home-about-zs ul li:nth-child(1){
	left: 0.7rem;
	top: 1rem;
}
.home-about-zs ul li:nth-child(2){
	right: 0.7rem;
	top: 1rem;
}
.home-about-zs ul li:nth-child(3){
	left: 0.7rem;
	bottom: 1rem;
}
.home-about-zs ul li:nth-child(4){
	right: 0.7rem;
	bottom: 1rem;
}
.home-about-zs ul li img{
	display: block;
	width: 2.7rem;
}

.food-list{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.food-list ul{
	display: flex;
}
.food-list ul li{
	width: 25%;
	overflow: hidden;
	position: relative;
}
.food-list ul li img{
	display: block;
	width: 100%;
	height: 100vh;
	transition-duration: 0.5s;
}
.food-list ul li:hover img{
	transform: scale(1.1);
}
.food-list ul li p{
	width: 100%;
	font-size: 0.36rem;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	position: absolute;
	bottom: 0.55rem;
	left: 0;
}

.home-xxzsBox{
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 2rem;
}



.xxzsSwiper{
	position: relative;
}
.xxzs-img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.xxzs-img img{
	display: block;
	width: 100%;
}
.xxzs-img:before{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	position: absolute;
	transition-duration: 1s;
}
.xxzsSwiper .swiper-slide-active .xxzs-img:before{
	background: rgba(0,0,0,0);
}
.xxzs-next,.xxzs-prev{
	width: 0.44rem;
	height: 1.2rem;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 50%;
	margin-top: -0.6rem;
	z-index: 10;
	cursor: pointer;
}
.xxzs-next{
	right: 2.93rem;
}
.xxzs-next:before{
	display: block;
	content: '';
	width: 0.26rem;
	height: 0.45rem;
	background: url(../images/xxzs-jt-r1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition-duration: 0.3s;
}
.xxzs-next:hover:before{
	background: url(../images/xxzs-jt-r2.png) no-repeat;
	background-size: 100% 100%;
}
.xxzs-prev{
	left: 2.93rem;
}
.xxzs-prev:before{
	display: block;
	content: '';
	width: 0.26rem;
	height: 0.45rem;
	background: url(../images/xxzs-jt-l1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition-duration: 0.3s;
}
.xxzs-prev:hover:before{
	background: url(../images/xxzs-jt-l2.png) no-repeat;
	background-size: 100% 100%;
}


.join-path{
	display: flex;
}
.join-path-img{
	width: 50%;
	overflow: hidden;
}
.join-path-img img{
	display: block;
	width: 100%;
	height: 100vh;
	transition-duration: 0.5s;
}
.join-path-img:hover img{
	transform: scale(1.1);
}
.join-path-info{
	width: 50%;
	background: #f2c62f;
	padding: 1.8rem 0.4rem 0;
}
.join-path-info .home-title{
	text-align: left;
}
.join-path-info .home-title h3{
	color: #152d5b;	
}
.join-path-info .home-title h3 span:nth-child(1){
	font-size: 0.16rem;
	/*color: #152d5b;*/
}
.join-path-info .home-title h3:after{
	border: 2px solid #152d5b;
	opacity: 0.53;
}
.join-path-info .home-title p{
	color: #152d5b;
	opacity: 0.53;
	padding-left: 0.2rem;
}
.join-path-syt{
	width: 100%;
	height: 1.96rem;
	border-radius: 0.6rem;
	border: 1px dashed #333333;
	position: relative;
	margin: 0.7rem 0 1.2rem;
}
.all-pace{
	position: absolute;
	left: 0.5rem;
	top: -0.44rem;
}
.all-pace span{
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-shadow: 3px 3px 0px #333;
}
.all-pace img{
	display: block;
	width: 0.52rem;
	position: absolute;
	right: -0.3rem;
	bottom: 0.1rem;
}
.join-path-syt ul li{
	position: absolute;
}
.join-path-syt ul li:nth-child(1){
	top: -0.36rem;
	left: 2.08rem;
}
.join-path-syt ul li:nth-child(2){
	top: -0.36rem;
	left: 4.28rem;
}
.join-path-syt ul li:nth-child(3){
	top: -0.36rem;
	left: 6.48rem;
}
.join-path-syt ul li:nth-child(4){
	bottom: -0.76rem;
	left: 6.48rem;
}
.join-path-syt ul li:nth-child(5){
	bottom: -0.76rem;
	left: 4.28rem;
}
.join-path-syt ul li:nth-child(6){
	bottom: -0.76rem;
	left: 2.08rem;
}
/*.join-path-syt ul li:nth-child(7){
	bottom: -0.975rem;
	left: 3.68rem;
}
.join-path-syt ul li:nth-child(8){
	bottom: -0.975rem;
	left: 2.08rem;
}
.join-path-syt ul li:nth-child(9){
	bottom: -0.975rem;
	left: 0.5rem;
}*/
.join-path-syt ul li span{
	display: block;
	font-size: 1.16rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 0.8;
	opacity: 0.38;
	position: relative;
	z-index: 2;
}
.pace-icon{
	width: 0.7rem;
	height: 0.7rem;
	padding-top: 0.1rem;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -0.35rem;
	top: 0.1rem;
	z-index: 4;
}
.pace-icon img{
	display: block;
	width: 0.5rem;
	margin: 0 auto;
}
.join-path-syt ul li:hover .pace-icon img{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;	
}
.join-path-syt ul li p{
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.2;
	text-align: center;
	margin-top: 0.1rem;
}
.lc-zx{
	position: absolute;
	top: 50%;
	margin-top: -0.065rem;
}
.lc-zx span{
	display: block;
	width: 0.11rem;
	height: 0.13rem;
	background: url(../images/lc-jt.png) no-repeat;
	background-size: 100% 100%;
}
.lc-zx01{
	right: -0.055rem;
}
.lc-zx02{
	left: -0.055rem;
	transform: rotateZ(180deg);
}

.join-path-message{
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.6;
	padding-left: 0.5rem;
	text-align: justify;
}


.home-mdzs-box{
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 2rem;
}
.md-ggy{
	width: 4.62rem;
	height: 0.74rem;
	background: url(../images/md-ggyBg.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	position: relative;
}
.md-ggy p{
	font-size: 0.32rem;
    color: #fff;
    font-family: 'xq';
    text-align: center;
    line-height: 0.68rem;
    text-shadow: 2px 2px 0 #333;
}
.md-ggy img{
	display: block;
	width: 0.9rem;
	position: absolute;
	left: -0.2rem;
	top: -0.46rem;
}
.mdzs-imgInfo{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.mdzs-imgInfo-cover01{
	display: block;
	width: 100%;
	height: 0.4rem;
	background: url(../images/md-cover01.png) no-repeat;
	background-size: 100% 100%;
	transform: rotateZ(180deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
.mdzs-imgInfo-cover02{
	display: block;
	width: 100%;
	height: 0.4rem;
	background: url(../images/md-cover01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 4;
}
.mdzsSwiper{
	width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.mdzsSwiper .swiper-slide{
    overflow: hidden;
}

.mdzs-imgList{
	overflow: hidden;
}
.mdzs-imgList:nth-child(1){
	margin-bottom: 6px;
}
.mdzs-imgList img{
	display: block;
	width: 100%;
}


.animated{
	animation-delay: 0.5s;
}

@media only screen and (max-width: 1440px){
	.xxzs-next{
		right: 2.79rem;
	}
	.xxzs-prev{
		left: 2.79rem;
	}
}

@media only screen and (max-width: 1366px){
	
}
@media only screen and (max-width: 1080px){
	#fullpage{
		margin-top: 55px;
	}
	.left-menu{
		display: none;
	}
	.bannerSwiper .swiper-slide .swiper-Img{
		height: auto;
	}
	.banner-title{
		width: 70%;
		bottom: 1.4rem;
	}
	.bannerSwiper .swiper-pagination{
		bottom: 10px !important;
	}
	.home-about{
		padding: 40px 0;
		position: relative;
		z-index: 2;
	}
	.home-about-info{
		padding: 0;
	}
	.home-about-info p{
		font-size: 16px;
		text-align: justify;
	}
	.home-about-zs ul li{
		position: relative;
		left: 0 !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		float: left;
		width: 50%;
		margin-bottom: 20px;
	}
	.home-about-zs ul li img{
		margin: 0 auto;
	}
	.page02-jz{
		margin-bottom: -70px;
	}
	.food-list ul{
		display: block;
	}
	.food-list ul li{
		float: left;
		width: 50%;
	}
	.food-list ul li img{
		height: auto;
	}
	.home-xxzsBox{
		padding: 40px 0;
	}
	.xxzs-next{
		right: 0;
	}
	.xxzs-prev{
		left: 0;
	}
	.join-path{
		display: block;
	}
	.join-path-img{
		width: 100%;
	}
	.join-path-img img{
		height: auto;
	}
	.join-path-info{
		width: 100%;
		padding: 30px 15px;
	}
	.join-path-syt{
		height: 2.96rem;
		margin: 2.4rem auto 2.6rem;
		width: 100%;
	}
	.join-path-info .home-title{
		text-align: center;
	}
	.all-pace{
		left: 50%;
	    top: -2.2rem;
	    transform: translateX(-50%);
	}
	.join-path-syt ul li span{
		font-size: 50px;
	}
	.join-path-syt ul li p{
		text-align: center;
	    font-size: 16px;
	    width: 88px;
	    margin: 0 auto;
	}
	.join-path-syt ul li:nth-child(1){
		left: 30px;
	}
	.join-path-syt ul li:nth-child(2){
		left: 50%;
		margin-left: -44px;
	}
	.join-path-syt ul li:nth-child(3){
		left: auto;
		right: 30px;
	}
	.join-path-syt ul li:nth-child(4){
		left: auto;
		right: 30px;
		bottom: -1.76rem;
	}
	.join-path-syt ul li:nth-child(5){
		left: 50%;
		margin-left: -44px;
		bottom: -1.06rem;
	}
	.join-path-syt ul li:nth-child(6){
		left: 30px;
		bottom: -1.06rem;
	}
	.join-path-message{
		padding-left: 0;
		font-size: 16px;
	}
	.home-mdzs-box{
		padding: 40px 0;
	}
	.mdzs-imgInfo-cover01,.mdzs-imgInfo-cover02{
		display: none;
	}
	.mdzs-imgInfo{
		margin-top: 20px;
	}
	.md-ggy{
		width: 4.82rem;
	}
}



















