@charset "utf-8";

/*分屏*/

/*#index {overflow: hidden;width: 100%;}
#main {top: 0;position: relative;}
.page {width: 100%;margin: 0;}*/

/*视频*/

.Lbox {
	position: absolute;
	left: 0;
	height: 100%;
	width: 80px;
	background: #fff;
	z-index: 5;
	top: 0;
	-webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	transition: all 1s cubic-bezier(.77, 0, .175, 1);
	transform: translateX(-);
}
.Rbox {
	right: 0;
	height: 100%;
	width: 80px;
	background: #fff;
	z-index: 5;
	top: 0;
	position: absolute;
	-webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	transition: all 1s cubic-bezier(.77, 0, .175, 1)
}
.Bbox {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fff;
	height: 80px;
	z-index: 5;
	-webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all 1s cubic-bezier(.77, 0, .175, 1);
	transition: all 1s cubic-bezier(.77, 0, .175, 1)
}
body.scrollbar .Lbox {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%)
}
body.scrollbar .Rbox {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%)
}
body.scrollbar .Bbox {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%)
}
body.scrollbar .lang,body.scrollbar .menu {
	opacity: 0
}
.banner ul {
	position: absolute;
	width: -webkit-calc(100% - 160px);
	width: -moz-calc(100% - 160px);
	width: calc(100% - 160px);
	height: -webkit-calc(100% - 160px);
	height: -moz-calc(100% - 160px);
	height: calc(100% - 160px);
	left: 80px;
	top: 80px;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity .25s cubic-bezier(.77, 0, .175, 1);
	-o-transition: opacity .25s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: opacity .25s cubic-bezier(.77, 0, .175, 1);
	transition: opacity .25s cubic-bezier(.77, 0, .175, 1);
	visibility: inherit;
	display: none
}
.banner ul.active {
	display: block
}
.banner ul li {
	height: 100%;
	width: 20%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	background-color: rgba(177, 17, 0, .1);
	-webkit-transition: all .25s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .25s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .25s cubic-bezier(.77, 0, .175, 1);
	transition: all .25s cubic-bezier(.77, 0, .175, 1);
	overflow: hidden
}
.banner ul .Childenav {
	position: absolute;
	bottom: 7%;
	width: 100%;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: ease .5s .2s;
	-o-transition: ease .5s .2s;
	-moz-transition: ease .5s .2s;
	transition: ease .5s .2s
}
.banner ul .Childenav a {
	font-size: 17px;
	width: 45%;
	display: inline-block;
	text-align: center;
	margin-top: 15px;
	position: relative;
	line-height: 36px
}
.banner ul .Childenav a:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 1px;
	background: #fff;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) scaleX(0);
	-moz-transform: translateX(-50%) scaleX(0);
	-ms-transform: translateX(-50%) scaleX(0);
	-o-transform: translateX(-50%) scaleX(0);
	transform: translateX(-50%) scaleX(0);
	-webkit-transition: ease .5s;
	-o-transition: ease .5s;
	-moz-transition: ease .5s;
	transition: ease .5s
}
.banner ul li .nav {
	position: absolute;
	width: 100%;
	padding-left: 35px;
	bottom: 30px;
	font-size: 16px;
	opacity: 0;
	visibility: hidden
}
.banner ul li .text {
	padding: 0 15% 60px;
	font-size: 18px;
	width: 100%;
	text-align: center;
}
.banner ul li .text h3 {
	font-size: 25px;
	margin-bottom: 10px;
	position: relative;
}
.banner ul li .text p {
	width: 30%;
	height: 2px !important;
	background-color: #fff;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all .25s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .25s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .25s cubic-bezier(.77, 0, .175, 1);
	transition: all .25s cubic-bezier(.77, 0, .175, 1);
	-webkit-transform: translateY(30px) translateZ(0);
	-moz-transform: translateY(30px) translateZ(0);
	transform: translateY(30px) translateZ(0);
	height: 50px;
	font-weight: bold;
	font-size: 30px
}
.banner {
	overflow: hidden;
	position: relative;
	height: 100vh;
	width: 100%;
}
.banner ul li .nav a+a {
	margin-left: 35px
}
body.scrollbar .banner ul {
	visibility: hidden
}
.banner video {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-filter: contrast(200%) brightness(200%);
	filter: contrast(200%) brightness(200%);
	-webkit-transition: all 1.5s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all 1.5s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all 1.5s cubic-bezier(.77, 0, .175, 1);
	transition: all 1.5s cubic-bezier(.77, 0, .175, 1)
}
.index .banner {
	background-color: #000
}
.banner.active video {
	opacity: 1;
	-webkit-filter: contrast(100%) brightness(100%);
	filter: contrast(100%) brightness(100%)
}

/*品牌简介*/

.About {
	background: #232323;
	padding: 80px 0
}
.About_L {
	width: 45%;
	float: left;
}
.About_R {
	float: right;
	width: 52%;
	padding-top: 60px
}
.indTitle {
	font-size: 36px;
	background: linear-gradient(to bottom, #efb551, #ffe481, #efb551);
	-webkit-background-clip: text;
	color: transparent;
	text-align: center;
	font-weight: bold;
}
.indTitle span {
	font-size: 18px;
	padding: 10px 0;
}
.About_txt {
	font-size: 18px;
	color: #f2f2f2;
	line-height: 2.0;
	padding: 40px 0
}
.About_icon {
	font-size: 16px;
	margin-top: 30px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	--n: 3;
}
.About_icon span {
	border: 1px #eeb853 solid;
	display: inline-block;
	padding: 10px;
	width: calc(calc((100/var(--n))*1%) - 20px);
}
.About_icon b {
	background: linear-gradient(to bottom, #efb551, #ffe481, #efb551);
	-webkit-background-clip: text;
	color: transparent;
	display: block;
	line-height: 1.8
}

/*火爆人气*/

.Popular {
	padding: 60px 0;
	background-image: url(bg1.jpg);
	background-size: cover;
}
.Poplist ul {
	text-align: center;
}
.Poplist li {
	display: inline-block;
	width: 22.5%;
	background: #000;
	margin-top: 30px;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
}
.Poplist li:nth-child(4n) {
	margin-right: 0
}
.Poplist li:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	transition: all 0.3s ease 0.1s;
	border: 1px #fff solid;
}
.Poplist li:hover:before {
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	opacity: 1;
	animation: bounce-left 1s ease-in forwards;
}
.Poplist li img {
	transition: all 0.3s ease 0s;
}
.Poplist li:hover img {
	transform: scale(1.5);
}
.Poplist li .Poptitle {
	color: #fff;
	text-align: center;
	width: 100%;
	height: 100%;
	transform: translateX(-50%) translateY(-50%) scale(1);
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transition: all 0.3s ease 0.5s;
}
.Poptitle .title {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	transform: translateY(-100px);
	opacity: 0;
	transition: all 0.3s ease 0.3s;
}
.Poptitle:hover .title {
	opacity: 1;
	transform: translateY(120px);
}

/*菜品*/

.Product {
	background: #000;
	position: relative;
	z-index: 88
}
.product-slider .slick-arrow {
	background-color: transparent;
	border: 0;
	width: 70px;
	height: 110px;
	bottom: 38%;
}
.product-slider .prev-nav {
	position: absolute;
	background: url(../images/fixed/jtl.png) no-repeat;
	left: 5%;
	z-index: 99;
	background-size: cover;
	outline: none !important;
}
.product-slider .next-nav {
	position: absolute;
	background: url(../images/fixed/jtr.png) no-repeat;
	right: 5%;
	z-index: 99;
	background-size: cover;
	outline: none !important;
}
.product-slider .mimg {
	display: none;
}
.product-item {
	position: relative;
}
.protxt {
	position: absolute;
	top: 15%;
	left: 20%;
	writing-mode: horizontal-tb;
	writing-mode: vertical-rl;
}
.protxt .tith2 {
	background: linear-gradient(to bottom, #efb551, #ffe481, #efb551);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 48px
}
.protxt .tith3 {
	color: #fff;
	float: left;
	font-size: 14px;
	border: 1px #fff solid;
	padding: 10px;
	vertical-align: text-top;
	margin-left: 10px;
	letter-spacing: 2px;
}
.protxt .tith3 i {
	font-size: 20px;
	display: block;
	padding-left: 10px;
	font-style: normal
}

/*团队*/

.Teambox {
	background: #1d1819;
	padding: 60px 0;
}
.tuanduibox {
	width: 72%;
	float: right;
	margin-top: 50px;
}
.tuanduilist {
	width: 60%;
	position: relative;
}
.tuanduilist li {
	display: inline-block;
}
.tuanduiteam {
	background: #262626;
	margin-right: 40px;
	width: 95%;
	position: relative;
}
.listicon {
	width: 57%;
	margin: 50px 0 20px 0;
	text-align: center;
}
.listicon ul {
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	height: 7px;
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}
.listicon ul li {
	-moz-box-flex: 1;
	width: 20%;
	-webkit-box-flex: 1;
	box-flex: 1;
	color: transparent;
}
.listicon ul .on {
	background: #e4222b;
}
.tuanduiname {
	position: absolute;
	bottom: 0;
	left: 40%;
	color: #fff;
	font-size: 24px;
}
.tuanduiname b {
	display: block;
	background: rgba(230, 33, 42, .85);
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0 15px
}
.tuanduiname p {
	display: none;
	font-size: 18px;
}

/*优势*/

.Advantage {
	background: #1d1819;
	padding-top: 60px;
	clear: both;
}
/* .Advantage img{height: 486px;} */
.advantage-slider {
	font-size: 16px;
	margin-top: 30px;
	text-align: center;
}
.advantage-item {
	display: inline-block;
	color: #333;
}
.advantage-item .advtit {
	padding: 15px;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	height: 175px;
	background-color: #fff;
}
.advantage-item .advtit b {
	color: #e62229;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 5px;
}
.advantage-item .advtit b i {
	margin-bottom: -8px;
}
.advantage-item:hover .advtit {
	background: #e62229;
	color: #fff;
}
.advantage-item:hover .advtit b {
	color: #fff
}
.advantage-item .icon-glass {
	width: 35px;
	height: 35px;
	background-size: cover;
	background: url(../ys_icon.png) no-repeat;
	transition: all 0.3s ease 0s;
	display: inline-block;
	margin: 0px 10px 0 0
}
.advantage-item:nth-child(1) .icon-glass {
	background-position: 0 0
}
.advantage-item:nth-child(2) .icon-glass {
	background-position: -35px 0
}
.advantage-item:nth-child(3) .icon-glass {
	background-position: -70px 0
}
.advantage-item:nth-child(4) .icon-glass {
	background-position: -105px 0
}
.advantage-item:nth-child(1):hover .icon-glass {
	background-position: 0 -35px
}
.advantage-item:nth-child(2):hover .icon-glass {
	background-position: -35px -35px
}
.advantage-item:nth-child(3):hover .icon-glass {
	background-position: -70px -35px
}
.advantage-item:nth-child(4):hover .icon-glass {
	background-position: -105px -35px
}

/*流程*/

.Liucheng {
	background: #f3f3f3;
	padding: 60px 0
}
.fontc {
	color: #000
}
.Lclistpc {
	margin-top: 30px;
}
.Lclistpc ul {
	display: flex;
	justify-content: space-between;
	--n: 7;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.Lclistpc .Lc-team {
	width: 14.28%;
	height: 550px;
	position: relative;
	display: inline-block;
	color: #333
}
.Lclistpc .Lc-team:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #ddd;
	transform: translateY(-50%);
}
.Lclistpc .Lc-team:hover:after {
	display: none;
}
.Lclistpc .Lc-team .Lc-teamn {
	background: #f3f3f3;
	width: 100%;
	height: 550px;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.4s;
	border: 1px transparent solid;
	position: relative;
}
.Lclistpc .Lc-team .Lc-teamn .tit {
	color: #f00;
	text-align: center;
	font-size: 24px;
	border: 2px #f00 solid;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 100px auto 25px auto;
}
.Lclistpc .Lc-team .Lc-teamn .icon {
	background: url(../lc_icon.png) no-repeat;
	width: 70px;
	height: 70px;
	margin: 10px auto;
	transition: all 0.3s ease 0s;
}
.Lclistpc .Lc-team .Lc-teamn .txt {
	padding: 0 15px;
	font-size: 16px;
	line-height: 1.8
}
.Lclistpc .Lc-team .Lc-teamn .num {
	width: 50px;
	height: 50px;
	bottom: 50px;
	position: absolute;
	left: 35%;
	background: url(num.png) no-repeat;
}
.Lclistpc .Lc-team:hover .Lc-teamn {
	height: 610px;
	top: -28px;
	background: rgba(255, 255, 255, 1);
	border: 2px #ff0000 solid;
	border-radius: 6px;
	box-shadow: 0 0 8px #888
}
.Lclistpc .Lc-team:hover .tit {
	background: #f00;
	color: #fff
}
.Lclistpc .Lc-team:nth-child(1) .icon {
	background-position: 0 0
}
.Lclistpc .Lc-team:nth-child(1):hover .icon {
	background-position: 0 -70px
}
.Lclistpc .Lc-team:nth-child(2) .icon {
	background-position: -70px 0
}
.Lclistpc .Lc-team:nth-child(2):hover .icon {
	background-position: -70px -70px
}
.Lclistpc .Lc-team:nth-child(3) .icon {
	background-position: -140px 0
}
.Lclistpc .Lc-team:nth-child(3):hover .icon {
	background-position: -140px -70px
}
.Lclistpc .Lc-team:nth-child(4) .icon {
	background-position: -210px 0
}
.Lclistpc .Lc-team:nth-child(4):hover .icon {
	background-position: -210px -70px
}
.Lclistpc .Lc-team:nth-child(5) .icon {
	background-position: -280px 0
}
.Lclistpc .Lc-team:nth-child(5):hover .icon {
	background-position: -280px -70px
}
.Lclistpc .Lc-team:nth-child(6) .icon {
	background-position: -350px 0
}
.Lclistpc .Lc-team:nth-child(6):hover .icon {
	background-position: -350px -70px
}
.Lclistpc .Lc-team:nth-child(7) .icon {
	background-position: -420px 0
}
.Lclistpc .Lc-team:nth-child(7):hover .icon {
	background-position: -420px -70px
}
.Lclistpc .Lc-team:hover .tit {
	background: #f00;
	color: #fff
}
.Lclistpc .Lc-team:nth-child(1) .num {
	background-position: 0 0
}
.Lclistpc .Lc-team:nth-child(2) .num {
	background-position: -50px 0
}
.Lclistpc .Lc-team:nth-child(3) .num {
	background-position: -100px 0
}
.Lclistpc .Lc-team:nth-child(4) .num {
	background-position: -150px 0
}
.Lclistpc .Lc-team:nth-child(5) .num {
	background-position: -200px 0
}
.Lclistpc .Lc-team:nth-child(6) .num {
	background-position: -250px 0
}
.Lclistpc .Lc-team:nth-child(7) .num {
	background-position: -300px 0
}
.Lclistpc .Lc-team:nth-child(1):hover .num {
	background-position: 0 -50px
}
.Lclistpc .Lc-team:nth-child(2):hover .num {
	background-position: -50px -50px
}
.Lclistpc .Lc-team:nth-child(3):hover .num {
	background-position: -100px -50px
}
.Lclistpc .Lc-team:nth-child(4):hover .num {
	background-position: -150px -50px
}
.Lclistpc .Lc-team:nth-child(5):hover .num {
	background-position: -200px -50px
}
.Lclistpc .Lc-team:nth-child(6):hover .num {
	background-position: -250px -50px
}
.Lclistpc .Lc-team:nth-child(7):hover .num {
	background-position: -300px -50px
}
.mLclist {
	display: none;
}
.mLc-team {
	margin: 20px 3% 0 3%;
	clear: both;
	width: 94%;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	color: #333
}
.mLc-team::after {
	clear: both;
}
.mLc-team .icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	float: left;
	border: 2px #f00 solid;
	text-align: center;
	line-height: 80px;
	margin-right: 15px
}
.mLc-team .icon img {
	width: 70px !important;
	height: 70px;
}
.mLc-team .tittxt {
	float: left;
	line-height: 1.6;
	width: 80%
}
.mLc-team .tittxt .tit {
	font-size: 22px;
	color: #e62129;
}

/*支持*/

.Support {
	background: #1d1819;
	padding: 60px 0
}
.Sup_box {
	margin: 30px auto 0 auto;
	max-width: 1200px
}
.suptxt {
	width: 26%;
	float: left;
	font-size: 18px;
	color: #fff
}
.sup_img {
	width: 42%;
	float: left;
}
.Sup_r {
	margin-left: 4%;
	text-align: left;
}
.Sup_l {
	text-align: right;
	margin-right: 2%
}
.Sup_l .txt {
	text-align: left;
}
.suptxt li {
	line-height: 1.6;
	margin-bottom: 30px
}
.suptxt li .tit {
	font-size: 24px;
	margin-bottom: 10px;
	background: linear-gradient(to bottom, #efb551, #ffe481, #efb551);
	-webkit-background-clip: text;
	color: transparent;
}

/*新闻*/
.Newinfor {
	background: #f3f3f3;
	padding: 60px 0
}
.newsbox {
	margin-top: 30px
}
.inewL {
	box-shadow: 0 0 10px #ccc;
	width: 45%;
}
.inewL .newtxt {
	bottom: 0;
	left: 0;
	background: #fff;
	display: block;
	height: 100px;
	color: #333;
	font-size: 18px;
	padding: 10px 20px;
}
.inewL .newtxt p {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5px
}
.inewL .newtxt:hover {
	color: #f00
}
.inewR {
	width: 50%;
}
.itemsn {
	overflow: hidden;
	clear: both;
	padding: 30px 10px;
}
.itemsn:hover {
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
}
.itemsn dt {
	width: 75%;
	float: left;
}
.itemsn dt a {
	font-size: 18px;
	color: #222;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	padding-bottom: 5px
}
.itemsn dt p {
	color: #666;
	line-height: 1.5;
	font-size: 14px;
	clear: both;
}
.itemsn dd {
	width: 70px;
	height: 70px;
	float: right;
	font-family: Arail;
	color: #666;
	font-size: 14px;
	border: 1px #222 solid;
	text-align: center;
}
.itemsn dd b {
	font-size: 30px;
	padding-top: 8px;
	color: #000
}
.itemsn a:hover {
	color: #f00
}
@media only screen and (max-width:1600px) {
	.banner ul {
		position: absolute;
		top: 60px;
		height: -webkit-calc(100% - 120px);
		height: -moz-calc(100% - 120px);
		height: calc(100% - 120px);
		left: 60px
	}
	.banner ul li .text h3 {
		font-size: 26px
	}
	.banner ul li .text {
		padding: 0 10% 60px
	}
	.Lbox {
		width: 60px
	}
	.Rbox {
		width: 60px
	}
	.Bbox {
		height: 60px
	}
}
@media screen and (max-width:1440px) {
	.banner ul {
		width: -webkit-calc(100% - 120px);
		width: -moz-calc(100% - 120px);
		width: calc(100% - 120px);
	}
	.nav-box li {
		font-size: 15px;
	}
	.nav-box {
		margin: 0 auto;
		width: -webkit-calc(100% - 100px);
		width: -moz-calc(100% - 100px);
		width: calc(100% - 100px);
	}
}
@media screen and (min-width:1200px) {
	.banner ul li:hover .Childenav {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
	.banner ul li:hover .Childenav {
		opacity: 1
	}
	.banner ul li:hover .text p {
		opacity: 1;
		-webkit-transform: translateY(0) translateZ(0);
		-moz-transform: translateY(0) translateZ(0);
		transform: translateY(0) translateZ(0)
	}
	.banner ul li:hover .nav {
		opacity: 1;
		visibility: visible
	}
	.banner:hover ul {
		opacity: 1
	}
	.banner ul li:hover {
		background-color: rgba(230, 33, 41, .8) !important
	}
	.banner ul .Childenav a:hover:after {
		-webkit-transform: translateX(-50%) scaleX(1);
		-moz-transform: translateX(-50%) scaleX(1);
		-ms-transform: translateX(-50%) scaleX(1);
		-o-transform: translateX(-50%) scaleX(1);
		transform: translateX(-50%) scaleX(1)
	}
}
@media screen and (max-width:1024px) {
	.banner ul li .text h3 {
		font-size: 20px;
		padding: 0 5%;
		text-align: center
	}
	.banner ul li .text {
		font-size: 14px;
		padding: 0 5%
	}
	.banner ul .Childenav {
		display: block;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	.banner ul .Childenav a {
		width: 100%;
		display: block
	}
	.Bbox {
		height: 50px
	}
	.Rbox {
		width: 50px
	}
	.Lbox {
		width: 50px
	}
	.banner ul {
		position: absolute;
		width: -webkit-calc(100% - 100px);
		width: -moz-calc(100% - 100px);
		width: calc(100% - 100px);
		height: -webkit-calc(100% - 100px);
		height: -moz-calc(100% - 100px);
		height: calc(100% - 100px);
		left: 50px;
		top: 50px
	}
	.About {
		padding: 0 0 50px 0;
		background-color: #cfb794;
	}
	.About_L {
		display: none;
	}
	.About_R {
		clear: both;
		width: 96%;
		margin: 0 2%;
		padding-top: 25px
	}
	.About_txt {
		padding: 20px 0 0 0;
		color: #000;
	}
	.Popular {
		padding: 30px 0 50px 0;
	}
	.Poplist {
		width: 94%;
		margin: 0 3%;
	}
	.Poplist ul {
		text-align: center;
	}
	.Poplist li {
		width: 47.5%;
		margin-top: 20px;
		margin-right: 2%
	}
	.Poplist li:nth-child(2n) {
		margin-right: 0
	}
	.Poptitle:hover .title {
		opacity: 1;
		transform: translateY(90px);
	}
	.Advantage {
		padding: 25px 0
	}
	.Advantage .container {
		width: 96%;
		margin: 0 2%
	}
	.advantage-slider {
		margin-top: 20px;
	}
	.Advantage .slick-dots {
		text-align: center;
		margin-top: 15px
	}
	.Advantage .slick-dots li {
		text-align: center;
		width: 15px;
		height: 15px;
		background-color: #fff;
		border-radius: 50%;
		display: inline-block;
		margin-right: 5px
	}
	.Advantage .slick-dots li button {
		border: 0;
		background: transparent;
		color: transparent;
	}
	.Advantage .slick-dots li.slick-active {
		background: #a91e22;
	}
	.product-slider .slick-arrow {
		background-color: transparent;
		border: 0;
		width: 50px;
		height: 80px;
		bottom: 30px;
	}
	.product-slider .pcimg,
	.product-slider {
		display: none;
	}
	.Product {
		padding-top: 10px;
	}
	.food-swiper {
		display: block !important;
	}
	.food-swiper .container-swiper {
		padding-bottom: 60px;
	}
	.food-swiper .swiper-slide {
		position: relative;
	}
	.food-swiper .swiper-slide .text {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		padding: 10px;
	}
	.food-swiper .swiper-slide .text p {
		color: #fff;
		display: flex;
		flex-direction: column;
	}
	.food-swiper .swiper-slide .text p i {
		font-size: 14px;
		font-style: normal;
	}
	.food-swiper .swiper-slide .text p span {
		font-size: 12px;
	}
	.food-swiper .swiper-slide .text h4,
	.food-swiper .swiper-slide .text p {
		writing-mode: vertical-lr;
	}
	.food-swiper .swiper-slide .text h4 {
		background: linear-gradient(to bottom, #efb551, #ffe481, #efb551);
		-webkit-background-clip: text;
		color: transparent;
		font-size: 16px;
	}
	.product-slider .prev-nav {
		left: 30%
	}
	.product-slider .next-nav {
		right: 30%
	}
	.protxt {
		top: 10%;
	}
	.Teambox {
		padding: 25px 0
	}
	.tuanduibox {
		width: 100%;
		margin-top: 20px;
		overflow: hidden;
	}
	.tuanduilist {
		width: 100%;
	}
	.tuanduiteam {
		background: #262626;
		margin-right: 40px;
		width: 100%;
		position: relative;
	}
	.listicon {
		margin: 50px auto 20px auto;
	}
	.tuanduiname {
		left: 2%;
		width: 96%;
		font-size: 24px;
		position: relative;
		text-align: left;
	}
	.tuanduiname b {
		display: block;
		width: 45%;
		margin: 20px 0;
	}
	.tuanduiname p {
		display: block;
		font-size: 20px
	}
	.Lclistpc {
		display: none;
	}
	.mLclist {
		display: block;
	}
	.Liucheng {
		padding: 25px 0
	}
	.Support {
		padding: 25px 0
	}
	.Sup_box {
		margin: 20px 3% 0 3%;
		width: 94%
	}
	.sup_img {
		display: none;
	}
	.suptxt {
		width: 46%;
	}
	.Newinfor {
		background: #f3f3f3;
		padding: 30px 0
	}
	.newsbox {
		margin-top: 15px
	}
	.inewL {
		display: none;
	}
	.inewR {
		width: 94%;
		margin: 0 3%;
		clear: both !important;
	}
}
@media screen and (max-width:800px) {
	.banner ul {
		display: none !important
	}
	.banner {
		height: auto;
	}
	.header {
		position: fixed;
		background: #fff;
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
		box-shadow: 0 0 5px rgba(0, 0, 0, .05);
		height: 50px;
		line-height: 50px
	}
	.banner video {
		-webkit-transform: translate(0, 0) scale(1);
		-moz-transform: translate(0, 0) scale(1);
		-ms-transform: translate(0, 0) scale(1);
		-o-transform: translate(0, 0) scale(1);
		transform: translate(0, 0) scale(1);
		position: relative;
		left: 0;
		top: 0;
		-webkit-transition: ease .6s 0s;
		-o-transition: ease .6s 0s;
		-moz-transition: ease .6s 0s;
		transition: ease .6s 0s;
		width: 100%
	}
	.Bbox,
	.Lbox,
	.Rbox {
		display: none
	}
	.pcimg {
		display: none;
	}
	.mLc-team .icon img {
		width: 55px !important;
		height: 55px;
	}
	.mb-more {
		display: inline-block !important;
	}
	.About .indTitle {
		color: #000;
	}
	.indTitle {
		font-size: 26px;
	}
	.indTitle span {
		font-size: 12px;
		padding: 0;
		padding-bottom: 10px;
	}
	.About_txt {
		line-height: 1.6;
		font-size: 15px;
		padding: 0;
	}
	.About_icon span {
		width: calc(calc((100/var(--n))*1%) - 4px);
		padding: 2px;
		border-color: #000;
	}
	.About_icon b {
		font-size: 12px;
		line-height: 1.4;
		color: #000;
		font-weight: normal;
	}
	.mb-one>div {
		background-color: #1d1819;
	}
	.Poplist li {
		width: 46%;
		margin-right: 4%;
		margin-top: 8px;
	}
	.protxt .tith2 {
		font-size: 26px;
	}
	.protxt .tith3 i {
		font-size: 18px;
	}
	.product-slider .prev-nav {
		left: 35%;
	}
	.product-slider .next-nav {
		right: 35%;
	}
	.product-slider .slick-arrow {
		width: 24px;
		height: 40px;
	}
	.tuanduiname b {
		width: 50%;
		height: 36px;
		line-height: 36px;
		font-size: 17px;
		font-weight: normal;
	}
	.Advantage .slick-dots li {
		width: 8px;
		height: 8px;
	}
	.mLc-team .tittxt {
		font-size: 12px;
		line-height: 1.4;
		width: calc(100% - 80px);
	}
	.mLc-team .tittxt .tit {
		font-size: 16px;
	}
	.mLc-team {
		margin: 0 3% 8px 3%;
	}
	.suptxt li .tit {
		text-align: left;
		font-size: 16px;
	}
	.Sup_l .txt,.Sup_r .txt {
		font-size: 13px;
	}
	.suptxt li {
		min-height: 140px;
	}
	.itemsn {
		padding: 16px 0;
	}
	.itemsn dt p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		height: 84px;
	}
	.mLc-team .icon {
		border-width: 1px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px !important;
		height: 50px !important;
	}
	.Sup_box {
		margin: 0 3%;
	}
	.suptxt {
		width: 48%;
	}
	.Sup_r {
		margin-left: 2%;
	}
	.header {
		transform: translateY(-100px) !important;
	}
	/* .footer-slide{padding-top: 70px !important;} */
	.swiper-container {
		height: calc(100vh - 50px) !important;
	}
	body .swiper-slide {
		height: auto !important;
		overflow: hidden;
	}
	.suptxt li {
		margin-bottom: 10px;
	}
	.About_R {
		padding-top: 4px;
	}
	.About_icon {
		margin-top: 14px;
	}
	.tuanduiname p {
		font-size: 16px
	}
	.listicon {
		margin: 30px auto 20px auto;
	}
	.product-slider .mimg {
		width: 80%;
		margin: 0 auto;
	}
	.advantage-slider {
		margin-top: 0;
	}
	.advantage-item .advtit {
		font-size: 14px;
		height: 134px;
	}
	.itemsn dt a {
		font-size: 16px;
	}
	.newsbox {
		margin-top: 0;
	}
	.itemsn {
		padding: 12px 0;
	}
}

/* body footer{padding: 70px 0 0 0 !important;} */

@media screen and (max-width:768px) {
	body.scrollbar video {
		-webkit-transform: translate(0, 0) scale(1);
		-moz-transform: translate(0, 0) scale(1);
		-ms-transform: translate(0, 0) scale(1);
		-o-transform: translate(0, 0) scale(1);
		transform: translate(0, 0) scale(1);
		left: 0;
		top: 0;
		-webkit-transition: none;
		-o-transition: none;
		-moz-transition: none;
		transition: none;
		margin: 0 auto
	}
	.mLc-team .tittxt .tit {
		font-weight: bold;
		font-size: 17px;
		margin-bottom: 6px;
	}
}
@media screen and (max-width: 425px) {
	.mLc-team .icon {
		width: 40px;
		height: 40px;
		line-height: 50px;
	}
	.mLc-team .icon img {
		width: 30px !important;
		height: 30px;
	}
	.Poptitle:hover .title {
		transform: translateY(40px);
		font-size: 14px;
	}
	body .mb-contact {
		display: none !important;
	}
}
.Lbox {
	left: -80px;
}
.Rbox {
	right: -80px;
}
.Bbox {
	bottom: -80px;
}
.header {
	transform: translateY(-100px);
}
