﻿
body.full-page .front-page {
	top: 0;
}

.section-page {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	transition: height 0.5s ease-out;
}

.section-page .video-banner {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	text-align: center;
	overflow: hidden;
	top: 0;
	left: 0;
}

.section-page .video-banner video {
	height: 100%;
	width: auto;
}

.front-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 180px;
	height: 180px;
	text-align: center;
	margin: -90px 0 0 -90px;
	z-index: 8;
}

.video-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video-wrapper video {
	width: 100%!important;
}

.front-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/heart.png) no-repeat center center;
	background-size: cover;
	transition: transform 0.4s ease-out;
	z-index: 4;
}

.front-mask.show {
	transform: scale(1);
}

.front-mask.hide {
	transform: scale(4);
	transition-duration: 0.4s;
}

@keyframes showmask {
	from {
		transform: scale(2.5);
	}

	to {
		transform: scale(1);
	}
}

.scroll-wheel {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -13.5px;
	bottom: 38px;
	width: 21px;
	height: 32px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	z-index: 9;
	transition: all 0.75s;
	box-shadow: 0 0 5px rgba(0,0,0,0.1),inset 0 0 5px rgba(0,0,0,0.1);
}

.foodstory .scroll-wheel {
	display: none;
}

.scroll-wheel:before {
	content: '';
	display: block;
	width: 1px;
	height: 4px;
	position: absolute;
	border-radius: 4px;
	top: 10px;
	left: 10px;
	animation: scroll-wheel 1.75s ease-in-out infinite;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.scroll-wheel:after {
	content: '';
	display: block;
	width: 1px;
	height: 34px;
	position: absolute;
	background: #fff;
	left: 10px;
	top: 40px;
}

.scroll-wheel:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

@-webkit-keyframes scroll-wheel {
	33.3% {
		top: 15px;
		height: 10px;
	}

	100% {
		top: 5px;
		height: 4px;
	}
}

@keyframes scroll-wheel {
	33.3% {
		top: 15px;
		height: 10px;
	}

	100% {
		top: 10px;
		height: 4px;
	}
}

.front-main {
	width: 100%;
	transition: all 1s;
	background: #fff;
	top: 0;
	left: 0;
	padding: 0 7% 0 0;
}

.front-main.fixed {
	position: fixed;
}

.front-main.static {
	position: static;
}

.front-main img {
	max-width: 100%;
	height: auto;
}

body.full-page .front-main {
	top: 100%;
}

.front1 {
	height: 580px;
	margin: 60px 0;
	overflow: hidden;
	position: relative;
	background: url(../images/bg.png) repeat center center;
	background-size: 182px;
}

.panzi {
	width: 74%;
	height: 100%;
	background: url(../images/panzi1.png) no-repeat right center;
	background-size: auto 100%;
	float: left;
	position: relative;
}

.panzi img {
	position: absolute;
	left: -300px;
	top: 50%;
	margin-top: -500px;
	max-width: inherit;
	transform: scale(0.6);
	opacity: 0;
}

.front-main.static .panzi img {
	animation: reqi 4s linear infinite;
}

.front-main.static .panzi img.reqi2 {
	animation-delay: 2s;
}

@keyframes reqi {
	50% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.4);
		opacity: 0;
	}
}

.front1-content {
	width: 26%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	float: right;
	color: #fff;
	padding-left: 0px;
	position: relative;
	z-index: 5;
}

.front1-content h2 {
	font-size: 30px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: left;
	margin-bottom: 20px;
}

.front1-content p {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 18px;
	padding-bottom: 30px;
}

a.more {
	color: #fff;
	font-size: 14px;
	display: inline-block;
}

a.video-icon span,a.more span {
	padding-right: 23px;
	background: url(../images/arrow-more-white.svg) no-repeat right center;
}

a.video-icon {
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	display: inline-block;
}

a.video-icon span {
	padding-right: 34px;
	background: url(../fonts/video_icon.svg) no-repeat right center;
}

.hot-point {
	position: absolute;
	z-index: 4;
	width: 72px;
	height: 72px;
	display: block;
}

.hot-point.kuaizi {
	top: 100px;
	left: 51.5%;
}

.hot-point.saozi {
	top: 440px;
	left: 8.3%;
}

.hot-point:after {
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
}

.hot-point.kuaizi:after {
	width: 53px;
	height: 60px;
	background-image: url(../fonts/kuaizi.svg);
	top: -20px;
	right: -10px;
}

.hot-point.saozi:after {
	width: 60px;
	height: 56px;
	background-image: url(../fonts/saozi.svg);
	top: -7px;
	left: -9px;
}

.hot-point span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: #FF1800;
	position: absolute;
	top: 0;
	left: 0;
}

.hot-point span.point1 {
	opacity: 0.2;
	transform: scale(1);
	animation: scalePoint1 2s linear infinite;
}

.hot-point span.point2 {
	opacity: 1;
	transform: scale(0.4);
	animation: scalePoint2 2s linear infinite;
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity: 0!important;
}

@keyframes scalePoint1 {
	100% {
		opacity: 0;
		transform: scale(1.6);
	}
}

@keyframes scalePoint2 {
	to {
		opacity: 0.2;
		transform: scale(1);
	}
}

.footer-block,.front2 {
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	overflow: hidden;
}

.footer-block {
	border-bottom: none;
}

.footer-block .block,.media-box {
	width: 50%;
	padding: 50px;
	border-right: 1px solid #e3e3e3;
	float: left;
	text-align: center;
}

.footer-block .block:last-of-type,.media-box:last-of-type {
	border: none;
}[data-src] {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}[data-src].current {
}

.media-img {
	height: 278px;
	width: 100%;
	background-size: auto 100%;
}

.media-main {
	padding-top: 50px;
}

.footer-block .block,.media-main h2 {
	font-size: 24px;
	color: #222;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.footer-block .block p,.media-main p {
	font-size: 14px;
	color: #8D8D8D;
	line-height: 20px;
	padding-top: 15px;
}

.media-main p span.time {
	padding-right: 15px;
	display: inline-block;
	margin-right: 15px;
	border-right: 1px solid #e3e3e3;
}

.events a.more,.news-wrapper a.more,.footer-block .block a.more,.media-box a.more {
	color: #222;
	margin-top: 50px;
}

.news-wrapper a.more span,.events a.more span,.footer-block .block a.more span,.media-box a.more span {
	background: url(../fonts/arrow-more.svg) no-repeat right center;
}

.events a.more {
	margin: 50px auto 0;
	display: block;
	text-align: center;
}

.news-wrapper a.more {
	margin: 0px auto 10px;
	display: block;
	text-align: center;
}

.front3 {
	padding: 60px 0;
	overflow: hidden;
}

.cate {
	height: 440px;
	position: relative;
	cursor: pointer;
}

.cate a {
	color: #fff;
}

.cate.full {
	width: 100%;
	clear: both;
}

.cate.full video {
	width: 100%;
}

.cate.half {
	width: 50%;
	float: left;
}

.cate-pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.cate-main {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px 0 100px;
	background: url(../images/bg.png) repeat;
	background-size: 182px;
	color: #fff;
	opacity: 0;
	transition: all 0.5s ease;
}

.cate:hover .cate-main {
	opacity: 1;
}

.cate.full .cate-main {
	width: 50%;
}

.cate-main h2 {
	font-size: 24px;
	line-height: 36px;
	padding-bottom: 10px;
}

.cate-main p {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 30px;
}

.footer-block {
	overflow: hidden;
}

.footer-block .block {
	width: 50%;
	float: left;
	border-right: 1px solid #E3E3E3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.icon {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #E62511;
	overflow: hidden;
	position: relative;
	margin: 0px auto 40px;
}

.icon.icon-kz:before,.icon.icon-kz:after {
	content: '';
	display: block;
	width: 44px;
	height: 3px;
	background: #fff;
	overflow: hidden;
	border-radius: 50% 0 0 50%;
	position: absolute;
	top: 60%;
	right: 0;
	transform: rotate(45deg);
	transition: all 0.5s;
}

.icon.icon-kz:before {
	transform: rotate(30deg);
}

.icon.icon-kz:after {
	transform: rotate(60deg);
}

.footer-block .block:hover .icon.icon-kz:before {
	transform: rotate(30deg);
	top: 75%;
	right: 0;
}

.footer-block .block:hover .icon.icon-kz:after {
	transform: rotate(15deg);
	right: -10px;
	top: 60%;
}

.icon-search span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
}

.icon-search span:before,.icon-search span:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden;
	transform: rotate(-45deg);
	transition: all 0.5s;
}

.icon-search span:before {
	width: 12px;
	height: 16px;
	border-radius: 100%;
	border: 3px solid #fff;
	right: 30%;
	bottom: 30%;
}

.icon-search span:after {
	width: 3px;
	height: 19.5px;
	background: #fff;
	overflow: hidden;
	right: 18%;
	bottom: 6%;
}

.footer-block .block:hover .icon-search span {
	transform: rotate(-30deg);
	left: 2px;
	top: 5px;
}

.nav-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 12;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	display: none;
}

.blur {
	-webkit-filter: blur(50px);
	filter: blur(50px);
}

.nav-wrapper a {
	color: #fff;
	transition: all 0.4s;
}

.nav-wrapper h2 a:hover {
	color: #E62511;
}

.nav-wrapper h2 {
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 60px;
}

.nav-wrapper .block {
	text-align: center;
}

.nav-wrapper li {
	font-size: 18px;
	margin-bottom: 25px;
	position: relative;
}

.nav-wrapper li a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding-bottom: 5px;
}

.nav-wrapper li a:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.4s;
}

.nav-wrapper li:hover a:after {
	width: 100%;
}

.nav-wrapper li:last-of-type {
	margin-bottom: 0;
}

.nav-main {
	display: flex;
	padding: 0 7%;
	width: 100%;
	flex-direction: row;
	justify-content: space-around;
}

.nav-bar {
	width: 7%;
	height: 100%;
	background: rgba(255,255,255,0.25);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 13;
	transition: all 0.5s;
}

.nav-bar .logo {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -39.5px;
	display: block;
	width: 79px;
	height: 81px;
	overflow: hidden;
}

.nav-bar .logo img {
	width: 100%;
}

.nav-btn {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	display: block;
}

.nav-btn span {
	width: 100%;
	height: 2px;
	background: #222;
	position: absolute;
	overflow: hidden;
	left: 0;
	transition: all 0.5s ease;
}

.nav-btn.close span {
	background: #fff;
}

.nav-btn span.n1 {
	top: 2px;
}

.nav-btn span.n2 {
	top: 11px;
}

.nav-btn span.n3 {
	top: 20px;
}

.nav-btn.close span.n1 {
	top: 11px;
	transform: rotate(45deg);
}

.nav-btn.close span.n2 {
	opacity: 0;
}

.nav-btn.close span.n3 {
	top: 11px;
	transform: rotate(-45deg);
}

.top {
	width: 56px;
	height: 56px;
	background: #F3F3F3 url(../images/top.svg) no-repeat center center;
	position: fixed;
	bottom: 142px;
	right: 7%;
	z-index: 8;
	display: none;
}

.top a {
	display: block;
	width: 100%;
	height: 100%;
}

.full-scroll {
	width: 100%;
	height: 100%;
	transition: all 0.5s ease-out;
}

.full-scroll .video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.swiper-slide {
	position: relative;
	overflow: hidden;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.5s linear!important;
}

.swiper-slide.color-black {
	color: #222;
}

.cloud {
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all 1s;
	background-repeat: no-repeat;
}

.cloud.lt {
	top: 0;
	left: -50%;
	background-image: url(../images/cloud_lt.png);
	background-position: 0 0;
}

.cloud.rt {
	top: 0;
	right: -50%;
	background-image: url(../images/cloud_rt.png);
	background-position: right 0;
}

.cloud.rb {
	bottom: 0;
	right: -50%;
	background-image: url(../images/cloud_rb.png);
	background-position: right bottom;
}

.swiper-slide-active .cloud.lt {
	left: 0;
}

.swiper-slide-active .cloud.rb,.swiper-slide-active .cloud.rt {
	right: 0;
}

.page-content {
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0.1;
	transition: all 1s;
	position: relative;
	top: 7%;
	z-index: 3;
}

.swiper-slide h1 {
	text-align: center;
	font-family: "HYshangweishoushuW";
	font-size: 140px;
	letter-spacing: -20px;
	text-shadow: 0 2px 10px rgba(0,0,0,0.26);
	margin: 0px auto 40px;
}

.color-black h1 {
	text-shadow: none;
}

.top60 .page-content {
	height: auto;
	top: 60%;
}

.swiper-slide a.more span {
	font-size: 24px;
	padding-right: 34px;
	background: url(../images/arrow-more-white2.svg) no-repeat right center;
}

.swiper-slide.color-black a.more {
	color: #222;
}

.swiper-slide.color-black a.more span {
	background: url(../fonts/arrow-more2.svg) no-repeat right center;
}

.swiper-slide-active .page-content {
	opacity: 1;
	top: 0;
}

.top60.swiper-slide-active .page-content {
	top: 53%;
}

.full-scroll-pagination {
	left: 40px!important;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	z-index: 10;
	position: absolute;
	transition: all 0.5s;
}

.full-scroll-pagination.op0 {
	opacity: 0;
}

.full-scroll-pagination span {
	display: flex!important;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: rgba(255,255,255,0.2);
	color: #fff;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	opacity: 1!important;
	margin: 0 0 15px!important;
	transition: all 0.5s;
	font-family: "HYshangweishoushuW";
	font-size: 18px;
	text-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.full-scroll-pagination.white-style span {
	color: #fff;
	background: rgba(255,255,255,0.2);
}

.full-scroll-pagination.black-style span {
	color: #000;
	background: rgba(0,0,0,0.12);
}

.full-scroll-pagination span:last-of-type {
	margin-bottom: 0!important;
}

.full-scroll-pagination span.swiper-pagination-bullet-active {
	background: #FF1800;
}

.full-scroll-pagination.black-style span.swiper-pagination-bullet-active {
	color: #fff;
}

.inner-pager.swiper-pagination-bullets span.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	padding: 0!important;
	margin: 10px auto!important;
	display: block;
}

.swiper-slide h2 {
	font-size: 40px;
	line-height: 50px;
	text-shadow: 0 2px 5px rgba(0,0,0,0.20);
	margin-bottom: 34px;
}

.swiper-slide p {
	font-size: 24px;
	text-align: center;
	line-height: 34px;
	text-shadow: 0 2px 5px rgba(0,0,0,0.20);
	margin-bottom: 35px;
	padding: 0 15%;
}

.swiper-slide p.main {
	padding: 0 10%;
}

.swiper-slide h2 span.big,.swiper-slide h2 span.big2 {
	font-size: 140px;
	font-family: "HYshangweishoushuW";
	letter-spacing: -20px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.swiper-slide h2 span.big2 {
	font-size: 100px;
	letter-spacing: -14.29px;
	position: relative;
}

.color-black h2,.color-black p,.color-black h2 span.big,.color-black h2 span.big2 {
	text-shadow: none;
}

.swiper-container-h  p.talk-main {
	font-size: 30px;
	line-height: 42px;
	padding: 20px 0;
}

.swiper-container-h  p.talk-source {
	font-size: 24px;
	line-height: 36px;
}

.talk-audio {
	display: block;
	background: #E62511;
	width: 60px;
	height: 60px;
	margin: 30px auto 0;
	border-radius: 100%;
	position: relative;
}

.talk-audio span {
	display: block;
	width: 5px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -2.5px;
	border-radius: 4px;
	background: #fff;
}

.talk-audio span.a3 {
	transform: scaleX(0.5);
}

.talk-audio span.a2 {
	margin-left: -7.5px;
	transform: scale(0.5,0.6);
	border-radius: 10px;
}

.talk-audio span.a1 {
	margin-left: -12.5px;
	transform: scale(0.5,0.3);
	border-radius: 10px;
}

.talk-audio span.a4 {
	margin-left: 2.5px;
	transform: scale(0.5,0.6);
	border-radius: 10px;
}

.talk-audio span.a5 {
	margin-left: 7.5px;
	transform: scale(0.5,0.3);
	border-radius: 10px;
}

.talk-audio.talking span {
	animation-name: talking;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.talk-audio.talking span.a3 {
	animation-delay: 0.1s;
}

.talk-audio.talking span.a1 {
	animation-delay: 0.2s;
}

.talk-audio.talking span.a2 {
	animation-delay: 0.3s;
}

.talk-audio.talking span.a4 {
	animation-delay: 0.4s;
}

.talk-audio.talking span.a5 {
	animation-delay: 0.5s;
}

@keyframes talking {
	0% {
		transform: scale(0.5,0.2);
	}

	20% {
		transform: scale(0.5,0.8);
	}

	40% {
		transform: scale(0.5,0.6);
	}

	80% {
		transform: scale(0.5,1.0);
	}

	100% {
		transform: scale(0.5,0.2);
	}
}

.page4 .swiper-container {
	width: 64%;
	margin: 0px auto;
}

.page4 .swiper-container .swiper-slide {
	color: #222;
}

.page4 .swiper-button-next,.page4 .swiper-button-prev {
	top: 40%;
	margin-top: 0;
	width: 44px;
	height: 44px;
	background: url(../fonts/arrow_big.svg) no-repeat center center;
}

.page4 .swiper-button-prev {
	transform: rotate(180deg);
	left: 15%;
}

.page4 .swiper-button-next {
	right: 15%;
}

.color-black .scroll-wheel {
	border: 1px solid #000;
}

.color-black .scroll-wheel:before {
	background: #000;
}

.color-black .scroll-wheel:after {
	background: #000;
}

.ms-lists {
	height: 440px;
	width: 83%;
	margin: 0px auto;
	overflow: hidden;
	display: flex;
}

.ms-list {
	flex: 1;
	height: 100%;
	position: relative;
}

.ms-list-pic {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.ms-list a {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: url(../fonts/be86a94669884cf5859c12e9da0bb095.svg) no-repeat right center;
}

.ms-list a:hover {
	opacity: 1;
}

.ms-list a p {
	padding: 10px 0 0;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	clear: both;
	text-align: left;
}

.page6 h2 {
	text-shadow: none;
	margin-bottom: 70px;
}

.fixed-page {
	overflow: hidden;
}

.fixed-page .page-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	transition: all 1s;
	padding: 0;
}

.fixed-page .page-wrapper.fixed,.fix-wrapper.fixed {
	position: fixed;
	overflow: hidden;
}

.fixed-page .page-wrapper .tabs {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

.fixed-page .page-wrapper .block-system {
	height: 100%;
	position: relative;
}

.swiper-container.inner-swiper-container {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 4;
	top: 0;
	left: 100%;
	transition: all 0.5s;
}

.swiper-container.inner-swiper-container.current {
	left: 0;
}

.inner-swiper-container .swiper-slide {
	height: 100%;
}

.page2-inner1 {
	background: #060B0E url(../fonts/1d16b9369a734ef3965cf55b34590b73.svg) no-repeat center top;
	line-height: 24px;
}

a.aomi2 {
	padding-top: 0;
	margin: 47px auto 0;
	background: url(../fonts/maisui.svg) no-repeat center top;
	width: 154px;
	height: 47px;
}

a.aomi2 span {
	display: inline-block;
	line-height: 42px;
	padding-left: 35px;
}

a.aomi3 {
	width: 156px;
	height: 29px;
	margin: 0px auto;
	background: url(../fonts/aomi3.svg) no-repeat center center;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 29px;
	display: block;
	padding-left: 42px;
	box-sizing: border-box;
}

.top15 .page-content {
	height: auto;
	top: 15%;
}

.page9 a.more span {
	font-size: 18px;
}

span.free:before {
	content: '免费';
	width: 40px;
	height: 90px;
	position: absolute;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FB4331;
	top: 20px;
	left: -50px;
	word-wrap: break-word;
	letter-spacing: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}

a.back {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 30px;
	left: 40px;
	z-index: 8;
	display: block;
	background-image: url(../fonts/arrow-back.svg);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.5s;
}

a.back.white {
	background-image: url(../fonts/arrow-back-white.svg);
}



.logged-in .page-wrapper .tabs {
	padding-top: 30px;
}

.banner {
	height: 500px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	box-sizing: border-box;
	padding: 150px 0 0 7%;
}

.banner.color-black {
	color: #222;
}

.banner h1 {
	font-family: HYshangweishoushuW;
	font-size: 140px;
	letter-spacing: -20px;
	text-align: left;
	line-height: 140px;
	margin-bottom: 15px;
}

.banner p {
	font-size: 30px;
	text-align: left;
	padding-left: 10px;
}

.banner.food-main {
	background-color: #44587C;
	background-position: left center;
	background-size: cover;
	transition: all 0.75s linear;
}

@keyframes scrollFoodBg {
	33.33% {
		background-image: url(../images/food2.jpg);
	}

	66.67% {
		background-image: url(../images/food3.jpg);
	}

	100% {
		background-image: url(../images/food1.jpg);
	}
}

.banner.food-menu {
	background-color: #D45907;
	background-image: url(../images/food-menu-banner.jpg);
}

.banner.about {
	background-color: #D45907;
	background-image: url(../images/about.jpg);
}

.food-page {
	padding: 60px 0;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

.food-page h2 {
	font-size: 50px;
	color: #222;
	line-height: 72px;
	margin-bottom: 60px;
}

.food-page h2 small {
	font-size: 24px;
	line-height: 34px;
}

.food-page h2 span.big {
	font-size: 60px;
	font-family: HYshangweishoushuW;
	color: #E62511;
	margin-right: 10px;
	display: inline-block;
}

.food-zhaopai {
	overflow: hidden;
	width: 100%;
	padding: 0 4%;
}

.food-zhaopai li {
	width: 25%;
	float: left;
	text-align: center;
	padding-bottom: 50px;
}

.food-zhaopai a {
	display: block;
	width: 100%;
	text-align: center;
}

.zhaopai-pic {
	width: 253px;
	height: 226px;
	position: relative;
	margin: 0 auto 20px;
}

.menu-pic img {
	max-width: 100%;
	max-height: 100%;
}

.zhaopai-pic span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
}

.zhaopai-pic span:nth-of-type(1) {
	transform: rotate(0deg);
}

.zhaopai-pic span:nth-of-type(2) {
	transform: rotate(30deg);
	opacity: 0;
}

.zhaopai-pic span img {
	max-width: 100%;
	max-height: 100%;
}

.food-zhaopai a:hover .zhaopai-pic span:nth-of-type(1) {
	opacity: 0;
	transform: rotate(-30deg);
}

.food-zhaopai a:hover .zhaopai-pic span:nth-of-type(2) {
	opacity: 1;
	transform: rotate(0deg);
}

h3.zhaopai-name {
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	text-align: center;
}

h3.zhaopai-name.is-zhaopai span {
	position: relative;
	padding-left: 45px;
	display: inline-block;
}

h3.zhaopai-name.is-zhaopai span:before {
	content: '招牌';
	display: block;
	background: #E62511;
	font-size: 14px;
	width: 40px;
	height: 25px;
	margin-right: 4px;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12.5px;
}

h4.zhaopai-slogan {
	font-size: 14px;
	line-height: 24px;
	color: #8D8D8D;
	text-align: center;
}

.food-zhaopai h4 {
	font-size: 14px;
	color: #8D8D8D;
	transform: translate3d(0,20px,0);
	transition: all 0.5s;
	opacity: 0;
	text-align: center;
}

.food-zhaopai a:hover h4 {
	opacity: 1;
	transform: translate3d(0,0,0);
}

.food-block {
	height: 440px;
	overflow: hidden;
}

.food-story-list {
	height: 410px;
	background: #FBD889;
	background-size: cover;
	position: relative;
	margin-bottom: 46px;
}

.food-block.t-right {
}

.food-block.t-left {
}

.food-block-main {
	width: 560px;
	height: 248px;
	position: relative;
	top: 98px;
	color: #222;
	padding-right: 60px;
}

.abimg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.abimg img {
	position: absolute;
	bottom: 0;
}

.food-story-list .food-block-main {
	height: 210px;
	z-index: 3;
}

.t-left .abimg img {
	right: 0;
}

.t-right .abimg img {
	left: 0;
}

.t-left .food-block-main {
	width: 50%;
	padding-right: 0;
}

.food-block-main.color-black {
	color: #222;
}

.food-block-main.color-white {
	color: #fff;
}

.t-right .food-block-main {
	float: right;
}

.t-left .food-block-main {
	float: left;
	left: 130px;
}

.food-block-main h2 {
	font-size: 40px;
	text-align: left;
	line-height: 64px;
}

.food-block-main.color-black h2 {
	color: #222;
}

.food-block-main.color-white h2 {
	color: #fff;
}

.food-story-list .food-block-main h2 {
	font-size: 30px;
	line-height: 48px;
}

.food-block-main p {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
}

.food-block-main a.more {
	position: absolute;
	bottom: 0;
	left: 0;
}

.food-block-main.color-black a.more {
	color: #222;
}

.food-block-main.color-black a.more span {
	background: url(../images/arrow-more.svg) no-repeat right center;
}

.more-food {
	height: 380px;
	background: url(../images/bg.png) repeat;
	background-size: 182px;
	margin: 60px 0;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.qiangzhi {
	width: 480px;
	height: 456px;
	background: url(../images/xibei_qz.png) no-repeat;
	background-size: cover;
	transition: all 1s;
	top: 250px;
	opacity: 0.5;
	right: -20px;
	transform: rotate(-20deg);
	transform-origin: center center;
	position: absolute;
}

.more-food.current .qiangzhi {
	transform: rotate(-43deg);
	opacity: 1;
	top: 170px;
}

.more-food h2 {
	font-size: 30px;
	color: #FFFFFF;
	line-height: 64px;
	padding-bottom: 10px;
	text-align: center;
}

.white-btn {
	width: 160px;
	height: 50px;
	background: #fff;
	font-size: 18px;
	color: #DE1803;
	text-align: center;
	line-height: 50px;
	display: block;
	margin: 0px auto;
	border-radius: 100px;
}

.scroll-top {
	transition: all 1s;
	transform: translateY(50px);
}

.scroll-top.current {
	transform: translateY(0);
}

.menu-block {
	padding: 60px 0 60px 60px;
	height: 520px;
	border-bottom: 1px solid #e3e3e3;
}

.menu-block:last-of-type {
	border-bottom: none;
}

.menu-list {
	width: 100%;
	height: 100%;
}

.menu-list.col2 li {
	width: calc((100% - 60px)/2);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #222222;
}

.menu-list.col4 li {
	width: 25%;
	height: 100%;
	float: left;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.menu-list li a {
	color: #222;
	width: 100%;
	height: 100%;
	position: relative;
}

.menu-list.col2 li a {
	padding: 0 0 0 50px;
	box-sizing: border-box;
}

.menu-list.col4 li a {
	display: block;
	padding: 50px 0 0;
}

.menu-list li.menu-zpym {
	background-image: url(../images/menu-bg1.jpg);
	height: 100%;
}

.menu-list li.menu-yangrou,.menu-list li.menu-niurou {
	background: #222;
	height: 100%;
}

.menu-list li.menu-normal {
	height: 50%;
	border-bottom: 1px solid #E3E3E3;
}

.menu-list li.menu-normal:last-of-type {
	border-bottom: none;
}

.menu-list li.menu-normal img {
	max-height: 98%;
}

.menu-list li h2 {
	font-size: 30px;
	line-height: 40px;
	transition: all 0.75s;
	position: relative;
	z-index: 4;
	margin-bottom: 10px;
}

.menu-list li p {
	font-size: 18px;
	line-height: 25px;
	transition: all 0.75s;
	position: relative;
	z-index: 4;
	opacity: 0;
}

.menu-list li.color-white,.menu-list li.color-white a {
	color: #fff;
}

.pro-pic {
	position: absolute;
	text-align: right;
	transition: all 0.75s;
	z-index: 2;
}

.menu-list li a:hover .pro-pic {
	transform: scale(1.05);
}

.menu-list li a:hover h2 {
	transform: translateY(-10px);
}

.menu-list li a:hover p {
	opacity: 1;
	transform: translateY(-10px);
}

.menu-zpym .pro-pic {
	width: 374px;
	height: 388px;
	top: -15px;
	right: -30px;
}

.pro-pic img {
	max-width: 100%;
}

.menu-list li.menu-normal .pro-pic {
	height: 100%;
	right: 0;
	top: 0;
}

.menu-list li.menu-yangrou .pro-pic {
	width: 70%;
	bottom: -30px;
	right: -34px;
}

.menu-list li.menu-niurou .pro-pic-1 {
	top: -41px;
	right: 0;
	height: 338px;
	display: block;
	position: absolute;
	transition: all 0.75s;
}

.menu-list li.menu-niurou .pro-pic-2 {
	height: 233px;
	bottom: 0;
	right: 0;
	display: block;
	position: absolute;
	transition: all 0.75s;
}

.pro-pic-1 img,.pro-pic-2 img {
	max-width: 100%;
}

.menu-list li.menu-niurou a:hover .pro-pic-1 {
	top: -70px;
}

.menu-list.col4 li .pro-pic {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.menu-list.col4 li.menu-retang .pro-pic {
	background-image: url(../images/retang.jpg);
}

.menu-list.col4 li.menu-zaliang .pro-pic {
	background-image: url(../images/zaliang.jpg);
}

.menu-list.col4 li.menu-shishu .pro-pic {
	background-image: url(../images/shishu.jpg);
}

.menu-list.col4 li.menu-yinpin .pro-pic {
	background-image: url(../images/yinpin.jpg);
}

.history {
	padding: 100px 0 400px;
	background: url(../images/history.jpg) no-repeat center bottom;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.history h2 {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 20px;
}

.history p {
	max-width: 830px;
	margin: 0px auto;
	font-size: 24px;
	line-height: 40px;
}

.chengguo {
	padding: 80px 0;
	text-align: center;
	color: #222;
}

.chengguo h2 {
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 20px;
}

.chengguo p {
	font-size: 24px;
	margin-bottom: 80px;
}

.chengguo-list {
	padding: 0 10%;
	overflow: hidden;
}

.chengguo-list li {
	width: 33.33%;
	float: left;
	text-align: center;
}

.chengguo-list li .pic {
	height: 88px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.chengguo-list li .pic img {
}

.chengguo-list li span {
	font-size: 18px;
	color: #8D8D8D;
}

.zeren {
	height: 440px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/zeren.jpg);
	text-align: center;
	color: #fff;
}

.zeren h2 {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 10px;
}

.zeren p {
	font-size: 24px;
	margin-bottom: 50px;
	line-height: 34px;
}

.flex-colum-center,.flex-colum {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.flex-colum-center {
	align-items: center;
}

.events {
	padding: 60px 7%;
	background: #F3F3F3;
	margin-bottom: 60px;
}

.events-list {
	overflow: hidden;
	margin-bottom: 40px;
}

.events-list li {
	width: calc((100% - 80px)/3);
	float: left;
	margin-right: 40px;
	overflow: hidden;
}

.events-list li:last-of-type {
	margin-right: 0;
}

.events-list li img {
	width: 100%;
	height: auto!important;
	float: left;
}

.events-list li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.events-list li a:after {
	content: '';
	display: block;
	width: 13px;
	height: 10px;
	background: url(../images/arrow-news.svg) no-repeat;
	position: absolute;
	right: 35px;
	bottom: 38px;
	transition: all 0.5s;
}

.events-list li .events-main {
	padding: 35px;
	width: 100%;
	clear: both;
	background: #fff;
}

.events-main span.link {
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	display: block;
	height: 90px;
	margin-bottom: 10px;
}

.events-main span.time {
	font-size: 18px;
	color: #8D8D8D;
}

.contact-scroll {
	height: 100%;
}

.contact-scroll .swiper-wrapper {
	height: 100%;
}

.contact-scroll h1 {
	font-size: 100px;
	line-height: 140px;
	padding-top: 160px;
	opacity: 0;
	letter-spacing: -14.29px;
	margin-bottom: 0;
	transition: all 1s;
}

.contact-scroll .swiper-slide-active h1 {
	opacity: 1;
	padding-top: 100px;
}

.contact-scroll h2 {
	padding-top: 80px;
	margin-bottom: 0;
	position: relative;
	z-index: 5;
}

.contact-scroll p {
	font-size: 24px;
	line-height: 40px;
	padding-top: 15px;
	margin-bottom: 0;
	position: relative;
	z-index: 5;
}

.join-list a.more {
	padding-top: 60px;
	color: #222;
}

.contact-scroll .swiper-slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	text-align: center;
}

.contact-page1 {
	background-image: url(../fonts/900303e2970744bdad40ef3e362f29ac.svg)!important;
}

.qrcode-box {
	width: 80px;
	height: 100px;
	float: left;
	margin-right: 10px;
}

.qrcode-box:last-of-type {
	margin-right: 0;
}

.qrcode {
	display: block;
	width: 100%;
	height: 80px;
	overflow: hidden;
	background: #eee;
}

.qrcode.xb-wb {
	background-color: #fff;
	background-image: url(../fonts/7bc6dfd8b2214533a41862931c6b170b.svg) no-repeat center top;
	background-size: 180px;
}

h2.title {
	text-align: center;
	font-size: 50px;
	color: #222222;
	padding: 100px 0;
}

h2.title small {
	font-size: 24px;
	color: #222222;
	padding-top: 20px;
	display: inline-block;
}

.news-wrapper {
	padding: 40px 0 40px 7.5%;
}

.news-tab {
	overflow: hidden;
	clear: both;
	margin-bottom: 25px;
}

.news-tab .form-type-bef-link,.news-tab li {
	float: left;
	margin: 0 60px 0 0;
}

.news-tab .form-type-bef-link:last-of-type,.news-tab li:last-of-type {
	margin-right: 0;
}

.news-tab .form-type-bef-link a,.news-tab li a {
	font-size: 18px;
	color: #000000;
	transition: all 0.5s;
}

.news-tab .form-type-bef-link a:hover,.news-tab .form-type-bef-link a.active,.news-tab li a:hover,.news-tab li a.active {
	color: #E62511;
}

.news-list li {
	width: calc((100% - 80px)/3);
	height: 274px;
	margin-right: 40px;
	margin-bottom: 40px;
	float: left;
	border: 1px solid rgba(151,151,151,0.30);
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.05);
	position: relative;
}

.news-list li:nth-of-type(3n) {
	margin-right: 0;
}

.news-list li:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../fonts/24d8756269d54a7eb3f7f31ed8bb4e13.svg);
}

.events-card-next {
	right: 2%;
	background-image: url(../fonts/next.svg);
}

.events-card-pagination {
	text-align: center;
	padding: 30px;
}

.events-card-pagination span.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 10px;
}

.events-card-pagination span.swiper-pagination-bullet-active {
	background: #E62511;
}

.lightboxOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.8);
}

.lightbox {
	position: fixed;
}

.lb-nav a.lb-prev,.lb-nav a.lb-next {
	width: 50%;
	height: 100%;
	opacity: 1!important;
	position: absolute;
	top: 0;
}

.lb-nav a.lb-next {
	right: -100px;
}

.lb-nav a.lb-prev {
	left: -100px;
}

.lb-dataContainer {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: -60px;
	z-index: 11;
}

.lb-dataContainer a {
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
}

.store-top {
    padding: 60px 0;
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    color: #333;
}

.store-top span.red {
    color: #f08200;
    font-weight: bold;
    font-size: 28px;
}

.store-main {
	height: 641px;
	background: url(../fonts/9b0c996828de40feb062bb8d893d0b63.svg) no-repeat left center;
	color: #000;
	cursor: pointer;
}

.store-total {
      width: 144px;
    height: 55px;
    position: absolute;
    background: url(../images/logo.png) no-repeat;
    font-size: 18px;
    color: #333;
    background-size: 100%;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
    padding-left: 66px;
    line-height: 74px;
}

.store-total span {
	font-size: 36px;
	font-weight: bold;
	display: inline-block;
	margin-right: 4px;
        color: #f08200;
}

.store-total.show {
	opacity: 1;
	z-index: 9;
}

.join-page {
	padding: 60px 7%;
}

.join-page.gray {
	background: #F3F3F3;
}

.join-page h2 {
	font-family: PingFangSC-Medium;
	font-size: 50px;
	color: #222222;
	margin-bottom: 40px;
	text-align: center;
}

.join-step {
	overflow: hidden;
	width: 100%;
}

.join-step li {
	width: 20%;
	float: left;
	height: 100%;
	text-align: center;
	padding-top: 374px;
	position: relative;
}

.join-step li:before {
	content: '';
	display: block;
	width: 100px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 432px;
}

.join-step li.j1:before {
	background-image: url(../images/j1.png);
}

.join-step li.j2:before {
	background-image: url(../images/j2.png);
}

.join-step li.j3:before {
	background-image: url(../images/j3.png);
}

.join-step li.j4:before {
	background-image: url(../images/j4.png);
}

.join-step li.j5:before {
	background-image: url(../images/j5.png);
}

.join-step li h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #222222;
}

.join-step li p {
	font-size: 14px;
	color: #8D8D8D;
	line-height: 24px;
}

.zhaopin-list {
	clear: both;
	padding-bottom: 40px;
}

.zhaopin-list:last-of-type {
	padding-bottom: 0;
}

.zhaopin-box {
	width: calc((100% - 30px)/2);
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.zhaopin-box:nth-of-type(2n) {
	margin-right: 0;
}

.zhaopin-box h3 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
	padding: 0 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #E9412F;
}

ul.zhaopin-type {
	color: #fff;
	padding: 20px 0;
	display: flex;
	background: #E62511;
}

.xuexiao h3 {
	background: #F5A223;
}

.xuexiao .zhaopin-type {
	background: #F49503;
}

.zhaopin-type li {
	flex: 1;
	padding: 0 20px;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.zhaopin-type li:last-of-type {
	border-right: none;
}

.zhaopin-type li h4 {
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.zhaopin-type li p {
	font-size: 13px;
	color: rgba(255,255,255,0.61);
	line-height: 20px;
}

.zhaopin-info {
	background: #FFFFFF;
	border: 1px solid rgba(151,151,151,0.30);
	border-top: none;
	padding: 20px;
}

.zhaopin-info ul {
	overflow: hidden;
	display: flex;
}

.zhaopin-info li {
	flex: 1;
}

.zhaopin-info dl {
	margin-bottom: 1.5em;
}

.zhaopin-info dt {
	font-size: 16px;
	margin-bottom: 5px;
}

.zhaopin-info dd {
	font-size: 12px;
	line-height: 18px;
}

.apply-soon {
	text-align: right;
}

.apply-soon .btn {
	background: #E62511;
	border-radius: 100px;
	width: 120px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	display: inline-block;
	color: #fff;
	text-align: center;
}

.xuexiao .apply-soon .btn {
	background: #F49503;
}

.chandi-header {
	height: 450px;
	background-position: center top;
	background-size: 100%;
	text-align: center;
}

.chandi-header h1 {
	text-align: center;
	font-size: 100px;
	color: #222222;
	letter-spacing: -14.29px;
	line-height: 140px;
}

.chandi-header p {
	font-size: 24px;
	line-height: 36px;
	color: #222222;
	text-align: center;
	padding: 0 10%;
}

.chandi-page {
	padding: 60px 7%;
	border-bottom: 1px solid #E3E3E3;
	overflow: hidden;
}

.chandi-page-pic {
	width: 440px;
	height: 440px;
	border-radius: 100%;
	overflow: hidden;
}

.chandi-page-pic.fr {
	float: right;
}

.chandi-page-pic img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
}

.chandi-page-main {
	width: calc(100% - 440px);
	padding-top: 5%;
}

.chandi-page-main.fr {
	padding-left: 60px;
	float: right;
}

.chandi-page-main.fl {
	padding-right: 60px;
	float: left;
}

.chandi-page-main h2 {
	font-size: 30px;
	position: relative;
	padding-bottom: 15px;
	color: #222;
	margin-bottom: 40px;
}

.chandi-page-main h2:after {
	content: '';
	display: block;
	width: 50px;
	height: 5px;
	background: #E62511;
	position: absolute;
	left: 0;
	bottom: 0;
}

.chandi-page-main p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 2em;
}

.chandi-page-main p:last-of-type {
	margin-bottom: 0;
}

.chandi-footer {
	padding: 60px 10% 285px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	color: #222222;
	margin-bottom: 60px;
}

.small-header {
	height: 200px;
	padding: 0 7%;
	width: 100%;
	color: #fff;
	background: url(../images/bg.png) repeat;
	background-size: 182px;
}

.small-header h1 {
	font-family: 'HYShangWeiShouShuW';
	font-size: 100px;
	color: #FFFFFF;
	letter-spacing: -14.29px;
	text-align: left;
	line-height: 200px;
}

.history-wrapper,.prize-wrapper {
	padding: 60px 7%;
}

.history-wrapper ul {
	padding-top: 40px;
}

.prize-wrapper li {
	background: url(../images/point.png) repeat-y center top;
	background-size: 6px;
	position: relative;
}

.prize-wrapper li:before,.prize-wrapper li:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	border-radius: 100%;
	clear: both;
}

.prize-wrapper li:before {
	width: 50px;
	height: 50px;
	background: #FEF4F3;
	top: -22px;
	margin-left: -25px;
}

.prize-wrapper li:after {
	width: 6px;
	height: 6px;
	background: #E62511;
	margin-left: -3px;
}

.year {
	width: 50%;
	float: right;
	padding: 28px 0;
	padding-left: 40px;
	text-align: left;
	margin: -50px 0 50px;
}

.year span {
	display: inline-block;
	width: 254px;
	height: 254px;
	background: url(../images/metal.svg) no-repeat;
	background-size: 100%;
	text-align: center;
	font-family: "DINCond-Medium";
	font-size: 70px;
	color: #DE1803;
	letter-spacing: -1.75px;
	line-height: 254px;
}

.prize-list {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	text-align: left;
	position: relative;
	width: 50%;
	float: left;
	padding: 28px 0 50px;
	padding-right: 30px;
}

.prize-list:before {
	content: "";
	display: block;
	width: 50%;
	height: 1px;
	background: #E62511;
	overflow: hidden;
	top: 3px;
	right: 0;
	position: absolute;
}

.prize-wrapper li:nth-of-type(2n) .year {
	float: left;
	padding: 0 40px 0 0;
	text-align: right;
}

.prize-wrapper li:nth-of-type(2n) .history-list,.prize-wrapper li:nth-of-type(2n) .prize-list {
	float: right;
	padding-right: 0;
	padding-left: 30px;
}

.prize-wrapper li:nth-of-type(2n) .prize-list:before {
	left: 0;
	right: inherit;
}

.prize-list dl {
	margin-bottom: 1em;
	display: flex;
}

.prize-wrapper li:nth-of-type(2n) dl {
	float: left;
}

.prize-list dt {
	width: 58px;
	float: left;
}

.prize-list dd {
	flex: 1;
}

.history-list {
	width: 50%;
	padding: 28px 0 60px;
	padding-right: 30px;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
}

.prize-wrapper li:last-of-type .history-list {
	padding-bottom: 28px;
}

.history-list dl {
	width: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.history-list dt {
	width: 118px;
	float: left;
	white-space: nowrap;
}

.history-list dd {
	float: left;
	width: calc(100% - 118px);
}

.years {
	position: absolute;
	font-family: DINCond-Medium;
	font-size: 80px;
	line-height: 80px;
	color: #DE1803;
	text-align: left;
	top: -78px;
	right: 50%;
	width: 30%;
	border-bottom: 1px solid #E62511;
}

.prize-wrapper li:nth-of-type(2n) .years {
	left: 50%;
	text-align: right;
}

.menu-wrapper {
	padding: 60px 7%;
}

.menu-wrapper ul.food-zhaopai {
	padding: 0;
}

.menu-wrapper .food-zhaopai li {
	width: 33.33%;
	display: block;
	float: left;
}

.menu-wrapper .food-zhaopai h4 {
	opacity: 1;
	transform: translate3d(0,0,0);
	height: 48px;
	overflow: hidden;
}

.cn-list {
	padding: 0 5% 100px;
	border-bottom: 1px solid #e3e3e3;
}

.cn-list ul {
	width: 100%;
}

.cn-list li {
	display: block;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #8D8D8D;
	line-height: 24px;
	width: 14.28%;
}

.cn-list li span.cn-icon {
	width: 70px;
	height: 70px;
	display: block;
	margin: 0px auto 20px;
}

.zeren-box {
	padding-bottom: 100px;
	border-bottom: 1px solid #e3e3e3;
}

.zeren-box h3 {
	font-size: 30px;
	color: #333333;
}

.zeren-box ul {
	overflow: hidden;
}

.zeren-box li {
	height: 284px;
	margin-bottom: 10px;
	width: calc((100% - 10px)/2);
	float: left;
	background: #F7F7F7;
	position: relative;
	padding: 0;
}

.zeren-box li h3 {
	float: right;
	width: 50%;
	top: 40%;
	position: relative;
}

.zeren-box li .zeren-img {
	width: 45%;
	text-align: center;
	float: left;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.zeren-box li:first-of-type {
	height: 578px;
	margin-bottom: 0;
	margin-right: 10px;
	padding: 50px;
}

.zeren-box li:first-of-type h3 {
	float: left;
	clear: both;
	margin-bottom: 100px;
	top: 0;
}

.zeren-box li:first-of-type .zeren-img {
	width: 100%;
	display: block;
}

.zeren-box .zeren-img.bottom {
	justify-content: flex-end;
}

.zeren-main {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg.png) repeat;
	background-size: 182px;
	color: #fff;
	padding: 30px 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	transition: all 0.5s;
	overflow: hidden;
	overflow-y: auto;
}

.zeren-box li:nth-of-type(2) .zeren-main {
	display: block;
}

.zeren-box li:hover .zeren-main {
	opacity: 1;
}

.zeren-main h4 {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 40px;
	position: relative;
}

.zeren-main p {
	font-size: 18px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 28px;
	position: relative;
}

.hero-list {
}

.hero-list ul {
	width: 100%;
}

.hero-list li {
	width: 20%;
	float: left;
	position: relative;
}

.hero-list li:after {
	content: '';
	display: block;
	width: 100%;
	height: 65%;
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 12%,#FFFFFF 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.hero-list li img {
	width: 100%;
	float: left;
	opacity: 0;
	transition: all 0.5s;
}

.hero-list li:hover img {
	opacity: 1;
}

.hero-list-info {
	position: absolute;
	z-index: 5;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	padding-bottom: 56px;
}

.hero-type {
	font-family: PingFangSC-Medium;
	font-size: 24px;
	color: #E62511;
	line-height: 32px;
	padding-top: 10px;
	height: 45px;
	position: relative;
}

.hero-type:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: #E62511;
	opacity: 0.35;
}

.hero-type:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	left: 50%;
	margin-left: -4px;
	background: #E62511;
	border-radius: 100%;
}

.top-time {
	position: absolute;
	width: 100%;
	left: 0;
	top: -160px;
	font-size: 24px;
	color: #E62511;
	transition: all 0.5s;
}

.top-time strong {
	font-size: 80px;
	font-weight: 100;
	transition: all 0.5s;
}

.hero-list li:hover .top-time {
	top: -40px;
}

.hero-list li:hover .top-time  strong {
	font-size: 24px;
}

.tuanjian-box {
	height: 500px;
}

.tuanjian-box h2 {
	font-family: PingFangSC-Medium;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 40px;
	margin-bottom: 20px;
}

.tuanjian-box p {
	font-family: PingFangSC-Regular;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
	margin-bottom: 40px;
}

.tuanjian-box a.video-icon {
	font-size: 18px;
}

.events.hero-event {
	margin-bottom: 0;
}

.events.hero-event .news-wrapper {
	padding: 0;
}

.events h2.title {
	padding: 40px 0 60px;
	margin: 0;
}

.hero-join h2.title {
	padding-bottom: 60px;
}

.hero-join .join {
	padding-top: 0;
	padding-bottom: 100px;
}

.foodstory {
	width: 100%;
	height: 100%;
}

.foodstory-desc {
	width: 550px;
	padding: 0 10% 0 3%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #222;
	text-align: left;
}

.foodstory-pic {
	width: calc(100% - 550px);
	height: 100%;
	float: left;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.foodstory-desc h2 {
	font-size: 50px;
	line-height: 64px;
	margin-bottom: 20px;
	text-shadow: none;
}

.foodstory-desc p {
	font-size: 18px;
	color: #222222;
	text-align: left;
	line-height: 28px;
	text-shadow: none;
	margin-bottom: 10px;
}

.foodstory-desc p:last-of-type {
	margin-bottom: 0;
}

.foodstory-desc p.main {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 40px;
	text-shadow: none;
	padding: 0;
	text-align: left;
}

.foodstory-desc a.video-icon {
	color: #222;
}

.foodstory-desc a.video-icon span {
	background: url(../images/video_icon_black.svg) no-repeat right center;
}

.foodstory-pagination {
	position: absolute;
	bottom: 30px;
	padding-right: 7%;
	text-align: right;
	font-size: 18px;
	color: #979797;
	line-height: 30px;
	font-family: Roboto-Regular;
	z-index: 9;
}

.foodstory-pagination span.swiper-pagination-current {
	color: #E62511;
}

.foodstory-navigation {
	display: block;
	width: 30px;
	position: absolute;
	left: calc(100% - 550px + 3%);
	bottom: 0;
	z-index: 10;
}

.foodstory-next,.foodstory-prev {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	margin-bottom: 30px;
	transition: all 0.5s;
}

.foodstory-next {
	background-image: url(../fonts/next2.svg);
}

.foodstory-prev {
	background-image: url(../fonts/prev2.svg);
}

.foodstory-navigation .swiper-button-disabled {
	opacity: 0;
}

ul.prev-next {
	overflow: hidden;
	padding-top: 20px;
}

ul.prev-next li {
	font-size: 18px;
	color: #333;
}

ul.prev-next li a {
	color: #333;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5) {
	.qrcode.xb-wb {
		background-image: url(../images/wb@2x.jpg);
	}

	.banner.food-menu {
		background-image: url(../images/food-menu-banner@2x.jpg);
	}

	.banner.about {
		background-image: url(../images/about@2x.jpg);
	}

	.menu-zpym {
		background-image: url(../images/menu-bg1@2x.jpg);
	}

	.menu-list.col4 li.menu-retang .pro-pic {
		background-image: url(../images/retang@2x.jpg);
	}

	.menu-list.col4 li.menu-zaliang .pro-pic {
		background-image: url(../images/zaliang@2x.jpg);
	}

	.menu-list.col4 li.menu-shishu .pro-pic {
		background-image: url(../images/shishu@2x.jpg);
	}

	.menu-list.col4 li.menu-yinpin .pro-pic {
		background-image: url(../images/yinpin@2x.jpg);
	}

	.history {
		background: url(../images/history@2x.jpg) no-repeat center bottom;
		background-size: cover;
	}

	.zeren {
		background-image: url(../images/zeren@2x.jpg);
	}

	.store-main {
		background: url(../images/bg-world@2x.jpg) no-repeat center center;
		background-size: 1257px;
	}

	

	.join-step li.j1:before {
		background-image: url(../images/j1@2x.png);
	}

	.join-step li.j2:before {
		background-image: url(../images/j2@2x.png);
	}

	.join-step li.j3:before {
		background-image: url(../images/j3@2x.png);
	}

	.join-step li.j4:before {
		background-image: url(../images/j4@2x.png);
	}

	.join-step li.j5:before {
		background-image: url(../images/j5@2x.png);
	}

	.prize-wrapper li {
		background: url(../images/point@2x.png) repeat-y center top;
		background-size: 6px;
	}
}
