@charset "utf-8";

 @font-face{
    font-family:myFont_L;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont_R;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont_B;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont_H;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont_M;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-myFont_L{font-family:myFont_L;}
.web-myFont_R{font-family:myFont_R;}
.web-myFont_B{font-family:myFont_B;}
.web-myFont_H{font-family:myFont_H;}
.web-myFont_M{font-family:myFont_M;} 
.banner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	
}
.banner,
.banner .swiper-container,
.banner .swiper-slide {
	overflow: hidden;
	width: 100%;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide img {
	width: 100%;
	height: auto;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 30px;
}

.banner .swiper-pagination-bullet {
	width: 45px;
	height: 8px;
	opacity: 1;
	background-color: #fff;
	border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
	background-color: #d3a61a;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 40px;
}
.banner-text{
	position: absolute;
	width: 1200px;
	height: 100%;
	left: 50%;
	margin-left: -600px;
	top: 0;
	box-sizing: border-box;
	padding-left: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner .swiper-slide.swiper-slide-active .banner-text{
	opacity: 0;
	-webkit-animation: fadeInLeft2 0.8s ease-in-out;
	animation: fadeInLeft2 0.8s ease-in-out;
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInLeft2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInLeft2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.banner-text em{
	display: block;
	font-size: 46px;
	color: #d3a61a;
	font-weight: bold;
	text-align: left;
}
.banner-text p{
	font-size: 34px;
	color: #fff;
	text-align: left;
}
.banner-text a{
	display: block;
	width: 290px;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	background: linear-gradient(to right,#d5b24e,transparent);
	margin-top: 30px;
	
}
/* title */
.title{
	text-align: center;
	padding: 60px 0;
}
.title h2{
	font-size: 60px;
	color: #333333;
	font-weight: 600;
}
.title p{
	font-size: 24px;
    color: #333333;
    letter-spacing: 3px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title p b{
	font-size: 35px;
    color: #e22222;
    letter-spacing: 0;
    font-family: Impact;
    padding-left: 10px;
}
/*门店模式*/
.cont1{
	margin-bottom: 80px;
}
.md-box .md-l{
	width: 65%;
    height: 500px;
}
.md-box .md-l .swiper-container{width: 100%;height: 100%;}
.md-box .md-l img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.md-box .md-r{
	width: 31%;
}
.md-ror{
	display: none;
}
.md-box .md-r ul li{
	color: #333;
    height: 125px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0 50px;
    cursor: pointer;
}
.md-box .md-r ul li.m-active,.md-box .md-r ul li:hover{
	color: #fff;
	background: url(../images/m-bg.png)#ff8f0b no-repeat center right;
}
.md-box .md-r ul li a{width: 100%;}
.md-box .md-r ul li a h5{color: #333;}
.md-box .md-r ul li.m-active a h5, .md-box .md-r ul li:hover h5{
	color: white;
}
.md-box .md-r ul li h5{
    font-size: 32px;
    margin-bottom: 5px;
    font-family: myFont_M;
}
.md-box .md-r ul li p{
    font-size: 20px;
    color: #999999;
}
.md-box .md-r ul li i{
	font-size: 30px;
    color: #fff;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    line-height: 45px;
    display: block;
}
.md-box .md-r ul li.m-active p,.md-box .md-r ul li:hover p{
	color: #fff;
}
.cont2{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cont2 .img1 img{
	width: 100%;
}
.cont2 .img2{
	height: 350px;
	margin: 4px 0;
}
.cont2 .img2 .mdimg-r{

}
.cont2 .img2 .mdimg-l{

}
.cont2 .img2 .mdimg-r,.cont2 .img2 .mdimg-l{
	width: 25%;
    height: 100%;
}
.cont2 .img2 .mdimg-r img,.cont2 .img2 .mdimg-l img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont2 .c2-txt{
	width: 49.4%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    background: linear-gradient(to right,#f1690c,#fdac2d);
    height: 100%;
}
.cont2 .c2-txt::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 208px;
    height: 354px;
    z-index: -1;
    background-image: url(../images/md-hh.png);
}
.cont2 .c2-txt h2{
	color: #fff;
    font-size: 60px;
    font-family: 'myFont_B';
    margin-bottom: 20px;
    line-height: 1;
}
.cont2 .c2-txt .c-btn{
	width: 80%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 40px;
    color: #ff8f0b;
    background: #fff;
    margin: 0 auto;
    border-radius: 50px;
    font-family: 'myFont_M';
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.cont2 .c2-txt .c-btn span{
	position: relative;
	z-index: 9;
}
.cont2 .c2-txt .c-btn em{
	position: absolute;
    display: block;
    width: 150%;
    padding-bottom: 150%;
    border-radius: 50%;
    transition: transform .5s ease;
    transform: translate3d(-50%,-50%,0) scale(0);
    pointer-events: none;
    z-index: 1;
    background-color: #ff9810;
    left: 50%;
    top: 30px;
    opacity: 1;
}
.cont2 a:hover .c-btn span{
	color: #fff;
}
.cont2 a:hover .c-btn em {
    transform: translate3d(-50%,-50%,0) scale(1);
}
/*美食会上头*/
.cont3{
	padding: 0 0 80px 0;
	background: url(../images/ms-bg.png)#ff8f0b no-repeat center center;
	background-size: cover;
}
.cont3 ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 20px;
}
.cont3 ul li{
	cursor: pointer;
    overflow: hidden;
    border-radius: 15px;
}
.cont3 ul li img{
	width: 100%;
	transition: .5s;
	border-radius: 15px;
}
.cont3 ul li:hover img{
	margin-top: -10px;
	transform: scale(1.1);
}
.more-btn .more{
	width: 385px;
    height: 64px;
    display: block;
    margin: 80px auto 0 auto;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    background: linear-gradient(to right,#ff8f0b,#ffe400);
    line-height: 64px;
}
.more i{
	font-size: 40px;
    margin-left: 5px;
	transition: .5s;
}
.more-btn a:hover i{
	margin-left: 25px;
}
/*轻松加盟*/
.cont4{
	padding: 0 0 50px 0;
	background: url(../images/jm-bg.png)no-repeat center center;
	background-size: cover;
}
.cont4 ul li{
	text-align: center;
	position: relative;
	border-radius: 20px;
	padding: 12px 0;
	cursor: pointer;
	background: #fff;
}
.cont4 ul li div{
	position: absolute;
    top: 0;
    left: 0;
    width: 84px;
    text-align: center;
    line-height: 45px;
    height: 45px;
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 0;
    background: #f5f5f5;
    font-family: Impact;
    color: #e62c2c;
    font-size: 30px;
}
.cont4 ul li::after{
	content: "";
    position: absolute;
    right: -60px;
    background: url(../images/jj.png)no-repeat center right;
    width: 39px;
    height: 31px;
    top: 73px;
    transition: .5s;
	animation: aniTop 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
	-webkit-animation: aniTop 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
	will-change: transform;
}
.cont4 ul li:nth-child(4)::after,.cont4 ul li:nth-child(8)::after{
	background: none;
}
.cont4 ul li i{
	display: block;
	margin-bottom: 10px;
}
.cont4 ul li i img{
	margin: 0 auto;
	transition: all .5s;
	width: 70px;
}
.cont4 ul li:hover img{
	transform: scale(1.05);
}
.cont4 ul li p{
	color: #000;
	font-size: 28px;
	font-family: 'myFont_M';
}
/*加盟表单*/
.cont5{
	padding: 50px 0 50px 0;
	background: url(../images/jm-bg2.png)no-repeat center center;
	background-size: cover;
}
.cont5 .c5-jm img{
	width: 276px;
    display: block;
}
.cont5 .c5-jm h2{
	font-size: 40px;
    color: #fff;
    font-family: 'myFont_B';
    margin: 15px 0;
}
.cont5 .c5-jm p{
	font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.cont5 .c5-txt{
	color: #ff8f0b;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cont5 .c5-txt i{
	font-size: 50px;
    padding-right: 15px;
    animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    -webkit-animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    will-change: transform;
}
.cont5 .c5-txt b{
	font-size: 41px;
    font-family: Impact;
}
.c5-jm,.c5-form{
	width: 45%;
}
.c5-form{
	background: #fff;
    padding: 30px 30px;
    box-sizing: border-box;
    border-radius: 15px;
}
.c5-form h5{
	text-align: center;
    font-size: 30px;
    color: #ff8f0b;
    font-family: 'myFont_B';
    display: block;
    align-items: baseline;
}
.c5-form h5 em{
	font-size: 20px;
}
.c5-form .form-input{
	margin: 20px 0;
}
.c5-form .form-input input{
	height: 48px;
    background: #f5f5f5;
    width: 32%;
    border-radius: 5px;
    padding-left: 20px;
    box-sizing: border-box;
}
.c5-form input[type="button"]{
    font-size: 20px;
    width: 100%;
    line-height: 48px;
    color: #fff;
    margin-bottom: 30px;
    background: linear-gradient(to right,#ff8f0b,#ffe400);
    border-radius: 5px;
    cursor: pointer;
}
.c5-form input[type="button"]:hover{
	background: linear-gradient(to right,#ffe400,#ff8f0b);
}
.cont5 .c5-num{
	width: 100%;
}
.cont5 .c5-num>ul>li>div.swiper-container{
	width: 100%;
	height: 100%;
}
.cont5 .c5-num ul li{
	height: 30px;
    background: #fff8ef;
    width: 80%;
    margin: 0 auto;
    border-radius: 50px;
    font-size: 14px;
}
.cont5 .c5-num ul li i{
	color: #ff8f0b;
	font-size: 20px;
	margin-right: 10px;
}
.cont5 .c5-num ul li p{
	margin: 0 50px;
}
.cont5 .c5-num ul li em{
	color: #ff8f0b;
}
/*资讯中心*/
.cont6{
	margin-bottom: 50px;
}
.cont6 .c6-news ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px 20px;
}
.cont6 .c6-news ul li{
	cursor: pointer;
}
.cont6 .c6-news ul li .c6-div{
	background-color: #f5f5f5;
	padding: 20px 20px;
	box-sizing: border-box;
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.cont6 .c6-news ul li .c6-txt{
	display: flex;
	align-items: flex-end;
}
.cont6 .c6-news ul li a .c6-img{
	height: 220px;
	overflow: hidden;
	display: block;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.cont6 .c6-news ul li a{
	display: block;
}
.cont6 .c6-news ul li img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.cont6 .c6-news ul li a:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.cont6 .c6-news ul li span{
	color: #828282;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}
.cont6 .c6-news ul li h5{
	color: #333333;
    font-size: 22px;
    margin-bottom: 10px;
    width: 100%;
}
.cont6 .c6-news ul li p{
	font-size: 16px;
	color: #666666;
	line-height: 1.5;
	text-align: justify;
	background: url(../images/x-bg-h.png)no-repeat right 36px;
}
.cont6 .c6-news ul li .c6-jj{
	transition: .5s;
	width: 57px;
	height: 9px;
	display: block;
	background: url(../images/j.png)no-repeat center right;
}
.cont6 .c6-news ul li:hover p{
	background: url(../images/x-bg.png)no-repeat right 36px;
}
.cont6 .c6-news-t{
	margin-bottom: 30px;
}
.cont6 .video{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px 20px;
}
.cont6 .c6-news-t-img{
	position: relative;
}
.cont6 .c6-news-t-img a{
	display: block;
	overflow: hidden;
	height: 300px;
	border-radius: 10px;
}
.cont6 .c6-news-t-img img{
	width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform .4s ease;
}
.cont6 .c6-news-t-img video{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.video-btn{
	position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    margin-left: -30px;
    margin-top: -30px;
    cursor: pointer;
    z-index: 9;
}
.video-btn em{
	font-size: 60px;
}
.cont6 .c6-news-t-img a:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.cont6 .c6-news-hide{
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	font-size: 16px;
	padding: 20px;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #ffffff00, #000);
}
.c6-news-hide p i{
	margin-left: 20px;
	color: #f28903;
}
.cont6 .c6-news-hide h5{
	font-size: 22px;
}
.cont6 .c6-news-hide p{
	text-align:justify;
}
.cont6 .c6-news-qt{
	height: 300px;
	width: 40%;
	padding: 30px;
	box-sizing: border-box;
	background: #f5f5f5;
	overflow: hidden;
}
.cont6 .c6-news-qt ul li{
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}
.cont6 .c6-news-qt ul li h5{
	font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    padding-left: 36px;
}
.cont6 .c6-news-qt ul li a:hover h5{
	color: #ffa818;
}
.cont6 .c6-news-qt ul li h5::after{
	content: "Q";
	position: absolute;
	border-radius: 3px;
	left: 0;
	top: 3px;
	width: 23px;
	height: 23px;
	background: #ffa818;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.cont6 .c6-news-qt ul li p{
	text-align: justify;
    font-size: 16px;
    color: #999999;
    line-height: 1.5;
    position: relative;
    padding-left: 36px;
}
.cont6 .c6-news-qt ul li p::after{
	content: "A";
	position: absolute;
	border-radius: 3px;
	left: 0;
	top: 3px;
	width: 23px;
	height: 23px;
	background: #d9d9d9;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.c6-news-qt .picMarquee-top{ margin:0 auto;  overflow:hidden; position:relative;  width: 100%;}
.c6-news-qt .picMarquee-top .bd{  }
.c6-news-qt .picMarquee-top .bd ul{ overflow:hidden; zoom:1; }
.c6-news-qt .picMarquee-top .bd ul li{zoom:1; height: auto !important;}

/* 关于我们 */
.cont7{
	background: url(../images/ab-img.png)no-repeat center center;
	background-size: cover;
	padding: 80px 0;
}
.cont7 .c7-l{
	width: 48%;
}
.cont7 .c7-l img{
	width: 100%;
}
.cont7 .c7-r{
	color: #fff;
	width: 50%;
}
.cont7 .c7-r h2{
	font-size: 50px;
	font-family: 'myFont_M';
	font-style: italic;
	margin-bottom: 20px;
}
.cont7 .c7-r h2 em{
	font-size: 70px;
	font-family: 'myFont_M';
	font-style: italic;
	margin-left: 15px;
}
.cont7 .c7-r p{
	font-size: 20px;
	line-height: 1.8;
	text-align: justify;
}
.cont7 .c7-r a{
	width: 181px;
	height: 46px;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	line-height: 46px;
	border-radius: 50px;
	font-size: 20px;
	color: #fff;
	margin: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cont7 .c7-r a i{
	font-size: 24px;
	margin-left: 15px;
	transition: all .5s;
}
.cont7 .c7-r a:hover i{
	margin-left: 25px;
}
.cont7 .c7-b{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px 10px;
}
.cont7 .c7-b div{
	position: relative;
}
.cont7 .c7-b div::after{
	position: absolute;
	right: 42px;
	top: 27px;
	width: 1px;
	content: "";
	height: 51px;
	background-color: #fff;
}
.cont7 .c7-b div:last-child::after{
	display: none;
}
.cont7 .c7-b h5{
	font-size: 30px;
	font-family: 'myFont_M';
}
.cont7 .c7-b b{
	font-size: 50px;
	font-style: italic;
	margin-right: 10px;
	font-family: Impact;
}
.cont7 .c7-b p{
	text-align: left;
	font-size: 16px;
}
/* 4大服务支持 */
.cont8{
	background-color: #f7f7f7;
	padding-bottom: 60px;
}
.cont8 .c8-title{
	padding: 60px 0;
	align-items: flex-end;
}
.cont8 .c8-l{
	
}
.cont8 .c8-l i{
	background: url(../images/c1.png)no-repeat center 6px;
	width: 129px;
	height: 67px;
	display: block;
	margin: 0 auto;
}
.cont8 .c8-l a{
	display: block;
	width: 300px;
	height: 60px;
	background: linear-gradient(to right,#ff8f0b,#ffe400);
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 22px;
	border-radius: 50px;
	margin-bottom: 10px;
}
.cont8 .c8-l a:hover{
	background: linear-gradient(to right,#ffe400,#ff8f0b);
}
.cont8 .c8-l div{
	font-size: 20px;
    text-align: center;
    font-family: 'myFont_M';
    color: #000;
    display: flex;
    align-items: center;
}
.cont8 .c8-l div b{
	color: #ff8f0b;
	font-size: 32px;
	font-family: Impact;
}
.cont8 .c8-r{
	width: 100%;
}
.cont8 .c8-r h2{
	font-size: 50px;
	color: #333;
	font-family: 'myFont_M';
	text-align: center;
}
.cont8 .c8-r p{
	font-size: 24px;
	text-align: center;
	color: #333;
}
.cont8 .c8-box ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px 20px;
}
.cont8 .c8-box ul li{
	cursor: pointer;
}
.cont8 .c8-box ul li h5{
	font-size: 24px;
    color: #333;
    text-align: center;
    font-family: 'myFont_M';
    letter-spacing: -2px;
}
.cont8 .c8-box ul li .c8-img{
    padding-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
}
.cont8 .c8-box ul li .c8-img img{
	width: 100%;
	transition: transform .4s ease;
	border-radius: 10px;
}
.cont8 .c8-box ul li .c8-img div{
	width: 100%;
}
.cont8 .c8-box ul li .c8-img i{
	height: 98px;
	width: 98px;
	display: block;
	border: 4px solid #fff;
	border-radius: 100px;
	margin: 0 auto;
	transition: .5s;
	background: url(../images/c2.png)#ff8f0b no-repeat center center;
}
.cont8 .c8-box ul li em{
	width: 62px;
	height: 1px;
	background: #cccccc;
	margin: 20px auto;
	display: block;
}
.cont8 .c8-box ul li p{
	font-size: 18px;
	color: #666666;
	text-align: center;
}
.cont8 .c8-box ul li:hover i{
	transform: rotateY(180deg);
}
.cont8 .c8-box ul li:hover img{
	-webkit-transform: scale(1.02);
    transform: scale(1.02);
}
/*内页banner*/
.banner2{
	position: relative;
	overflow: hidden;
}
.banner2 img{
	width: 100%;
	height: auto;
	/* animation:mymove 12s infinite;
	-webkit-animation:mymove 12s infinite; 
	animation-direction:alternate;
	animation-timing-function: ease-in-out; 
	-webkit-animation:mymove 12s infinite;
	-webkit-animation-direction:alternate;
	-webkit-animation-timing-function: ease-in-out; 
	animation-delay:0.1s;
	-webkit-animation-delay:0.1s; */
	z-index: 1;
}
@keyframes mymove
{
	0%{
	transform: scale(1);  /*开始为原始大小*/
	}
	100%{
		transform: scale(1.05); /*放大1.1倍*/
	}

}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
	0%{
	transform: scale(1);  /*开始为原始大小*/
	}
	100%{
		transform: scale(1.05); /*放大1.1倍*/
	}
}
.banner2-txt{
	position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    z-index: 2;
    text-align: center;
}
.banner2 .banner2-txt h2{
	font-family: 'myFont_B';
    font-size: 70px;
    color: #fff;
    line-height: 1.2;
    text-shadow: 1px 3px 4px #dc7700;
}
.banner2-txt p,.banner2-txt em{
	display: block;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    font-family: 'myFont_M';
}
.banner2-txt em{
	font-size: 30px;
	margin-top: 10px;
	font-family: 'myFont_R';
}
/*产品banner*/
.banner3{
	position: relative;
}
.banner3 img{
	width: 100%;
}
.banner3 .banner3-txt{
	position: absolute;
    height: 100%;
    left: 50%;
    margin-left: -40%;
    top: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner3 .banner3-txt img{
	width: 743px;
    margin-bottom: 60px;
}
.banner3 .banner3-txt p{
	font-size: 80px;
    color: #fff;
    font-family: 'myFont_M';
}
.banner3 .banner3-txt h5{
	font-size: 95px;
	color: #fff;
	font-family: 'myFont_B';
}
/*联系我们*/
.contact{
	background: url(../images/news-bg2.jpg)#fff no-repeat top center;
    padding: 150px 0 0 0;
}
.contact .lx-box{
	height: 300px;
}
.contact .lx-t{
	width: 40%;
}
.contact .lx-l{
	width: 30%;
}
.contact .lx-t,.contact .lx-l{
	background: #fff;
	padding: 30px 20px;
	height: 100%;
	box-sizing: border-box;
}
.contact .lx-t h5{
	color: #f28903;
    font-size: 25px;
    font-family: 'myFont_M';
}
.contact .lx-t>p{
    font-size: 14px;
    letter-spacing: -1px;
    color: #999;
}
.contact .lx-t i,.contact .lx-l i,.contact .lx-r i{
	width: 20px;
	height: 2px;
	display: block;
	background: #666;
	margin: 30px 0;
}
.contact .lx-t .lx-tel p{
	font-size: 18px;
	color: #333;
	line-height: 2;
}
.contact .lx-r{
	height: 100%;
	background: #ff8f0b;
	padding: 30px;
	box-sizing: border-box;
	width: 30%;
	color: #fff;
}
.contact .lx-l h5,.contact .lx-r h5{
	color: #333;
    font-size: 18px;
}
.contact .lx-l .lx-er {
	display: flex;
}
.contact .lx-l .lx-er img{
	width: 140px;
}
.contact .lx-l .lx-er p{
	text-align: center;
}
.contact .lx-l .lx-er div{
	align-items: center;
}
.contact .lx-r .lx-r-tel{
	font-size: 28px;
    font-family: 'myFont_M';
}
.contact .lx-r b{
	font-size: 28px;
}
.contact .lx-r p{
	line-height: 2;
    letter-spacing: -1px;
    font-size: 18px;
}
/*在线留言*/
.liuyan{
	margin: 80px 0;
}
.liuyan .liuyan-l{
	width: 30%;
}
.liuyan .liuyan-r{
	width: 50%;
}
.liuyan .liuyan-l h2{
	font-size: 30px;
    font-family: 'myFont_M';
    color: #333;
}
.liuyan .liuyan-l span{
    font-size: 18px;
    font-family: 'myFont_L';
}
.liuyan .liuyan-l>p{
    padding: 30px 0;
    color: #333;
    font-size: 18px;
}
.liuyan .liuyan-l .liuyan-l-tel{
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 10px 0;
    padding: 10px 0px;
    box-sizing: border-box;
}
.liuyan .liuyan-l .liuyan-l-tel h5{
	color: #999;
	font-size: 18px;
	margin-right: 30px;
}
.liuyan .liuyan-l .liuyan-l-tel p{
	color: #333;
	font-size: 18px;
	font-family: 'myFont_M';
}
.liuyan .liuyan-r form input[type="text"]{
	width: 48%;
    line-height: 55px;
    background: #f5f6f7;
    font-size: 16px;
    padding-left: 15px;
    box-sizing: border-box;
}
.liuyan .liuyan-r form .lx-btn:hover{
	background: linear-gradient(to right,#ff8f0b,#ffe400);
}
.liuyan .liuyan-r form textarea{
	width: 100%;
	line-height: 60px;
	background: #f5f6f7;
    font-size: 16px;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.liuyan .liuyan-r form input[type="button"]{
	background: #ff8f0b;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
	width: 150px;
	cursor: pointer;
	height: 50px;
}
/*新闻中心*/
.news,.newsxq-box{
	background: url(../images/news-bg2.jpg)#fff no-repeat top center;
	padding: 100px 0 80px 0;
}
.news-title{
	padding-bottom: 60px;
}
.news-title h5{
	font-size: 60px;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
	font-family: 'myFont_M';
}
.news-title p{
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-top: 30px;
}
.news-title .news-form{
	margin: 0 auto;
}
.news-title .news-form form{
    justify-content: center;
}
.news-title .news-form input[type="text"]{
	line-height: 55px;
	background: #fff;
	font-size: 16px;
	padding-left: 15px;
	width: 450px;
	border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.news-title .news-form input[type="button"]{
	padding: 0 20px;
	background: #f28903;
	height: 55px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.news-box ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px 20px;
}
.news-box ul li{
    
}
.news-box ul li a{
	display: block;
}
.news-box ul li i.news-bg1{
	height: 200px;
    display: block;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.news-box ul li i.video-img{
	display: block;
	height: 0;
	overflow: hidden;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding-bottom: 56.25%;
	position: relative;
}
.news-box ul li i iframe{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.news-box ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.news-box ul li .news-txt{
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #fff;
    box-shadow: 0 0 18px #efefef;
    padding: 20px 20px;
    box-sizing: border-box;
    min-height: 130px;
}
.news-box ul li .news-txt div{
	align-items: center;
	padding-bottom: 10px;
}
.news-box ul li em{
	padding: 0 5px;
    height: 25px;
    background: #d9d9d9;
    text-align: center;
    line-height: 25px;
    border-radius: 2px;
    color: #fff;
    margin-right: 15px;
    font-size: 14px;
}
.news-box ul li span{
	font-size: 16px;
    color: #999;
}
.news-box ul li h5{
	font-size: 20px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}
.news-box ul li a:hover em{
	background: #ffa818;
}
.news-box ul li a:hover img{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
/*关于我们*/
.about{
	margin: 80px 0;
}
.about .about-l{
	width: 49%;
}
.about .about-kk{
	width: 48%;
}
.about .about-l img{
	width: 100%;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.about .about-r{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc((100% - 80%) / 2 + 80%);
}
.about .about-k{
	width: calc((100% - 80%) / 2);
}
.about .about-r h2{
	font-size: 60px;
    font-family: 'myFont_M';
    color: #333;
    margin-bottom: 20px;
}
.about .about-r h2 em,.ny-title h2 em{
	color: #ff8f0b;
}
.ny-title{
	padding: 60px 0;
	text-align: center;
}
.ny-title h2{
	font-size: 60px;
    font-family: 'myFont_M';
    color: #000;
}
.ny-title p{
	text-align: center;
	font-size: 24px;
	color: #333;
}
.about .about-r p{
	text-align: justify;
	font-size: 16px;
	line-height: 1.8;
	color: #424242;
}
.about .about-r .about-b{
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px 10px;
}
.about .about-r .about-b div{
	
}
.about .about-r .about-b p{
	text-align: left;
    font-size: 16px;
    color: #ff8f0b;
    font-family: 'myFont_M';
}
.about .about-r .about-b h5{
	font-size: 30px;
    font-family: 'myFont_M';
    color: #ff8f0b;
}
.about .about-r .about-b h5 b{
	font-size: 50px;
    font-style: italic;
    margin-right: 10px;
    font-family: Impact;
    color: #ff8f0b;
}
/*企业文化*/
.wh{
	background: url(../images/wh.png)no-repeat center center;
	padding-bottom: 80px;
	background-size: cover;
}
.wh ul{
	display: flex;
	justify-content: space-between;
}
.wh ul li{
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.wh ul i{
    width: 1px;
    height: 60px;
    background: #fff;
}
.wh ul li:last-child::after{
	display: none;
}
.wh ul li h5{
	font-size: 30px;
	transition: .5s;
	font-weight: bold;
}
.wh ul li p{
	font-size: 20px;
}
.wh ul li:hover h5{
	margin-top: -10px;
}
/*发展历程*/
.lichen{
	background: #f7f7f7;
	padding-bottom: 80px;
}
.lice{
	position: relative;
    padding-bottom: 120px;
}
.lice-box{
	position: relative;
}
.lice-box ul li{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.lice-box ul li img{
	width: 550px;
    height: 375px;
    object-fit: cover;
    border-radius: 10px;
}
.lice-box ul li .lice-txt{
	width: 48%;
    padding-top: 50px;
   	z-index: 99;
}
.lice-box ul li .lice-txt i{
    position: absolute;
    font-size: 453px;
    font-family: 'myFont_M';
    bottom: -108px;
    color: #fff;
    right: 120px;
    z-index: -1;
}
.lice-box ul li .lice-txt h2{
	font-size: 38px;
    color: #ff8f0b;
    margin-bottom: 20px;
	font-family: 'myFont_M';
}
.lice-box ul li .lice-txt p{
	font-size: 24px;
    color: #333333;
}
.lice .swiper-button-prev{
	background-image: url(../images/left2.png);
    height: 70px;
    left: auto;
    right: 11%;
    width: 70px;
    top: 70%;
    background-size: 100% 100%;
    margin-top: -42.5px;
    margin-right: -42.5px;
}
.lice .swiper-button-next{
	background-image: url(../images/right2.png);
	height: 70px;
	right: 4%;
	width: 70px;
	top: 70%;
	background-size: 100% 100%;
	margin-top: -42.5px;
	margin-right: -42.5px;
}
.lice-box .swiper-pagination{
	bottom: 33px;
    top: inherit;
    background: #e6e6e6;
    width: 100%;
    height: 2px;
	z-index: 1;
}
.lice-box .swiper-pagination-progress .swiper-pagination-progressbar{
	background: #ff8f0b;
	height: 6px;
	top: -2px;
	position: relative;
	display: block;
	transform: scale(1);
}
.lice-box .swiper-pagination-progress .swiper-pagination-progressbar::after{
	background: url(../images/lc-icon.png)no-repeat center center;
	position: absolute;
    bottom: 15px;
    content: "";
    right: -19px;
    width: 55px;
    height: 43px;
    /*transform: scalex(6);*/
}
.lice-box .swiper-pagination-progress .swiper-pagination-progressbar::before{
	background: #ff8f0b;
    width: 16px;
    height: 16px;
    right: 0;
    content: "";
    position: absolute;
    border-radius: 100%;
    top: -6px;
    /*transform: scalex(6);*/
}
.licnianbox{
	width: 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
	font-size: 22px;
	color: #333;
}
.licnianbox div{text-align: right;position: relative;}
.licnianbox div:nth-child(1){width: 19.5%;}
.licnianbox div:nth-child(2){width: 20%;}
.licnianbox div:nth-child(3){width: 20%;}
.licnianbox div:nth-child(4){width: 20%;}
.licnianbox div:nth-child(5){width: 20%;}
.licnianbox div:nth-child(6){width: 15%;}
.licnianbox div::after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #cccccc;
	border-radius: 50%;
	top: -19px;
	right: 24px;
	display: none;
}
.licnianbox div:nth-child(1)::after{
	display: none;
}
/*资质荣誉*/
.hoor{
	padding-bottom: 50px;
    background: linear-gradient(to bottom, #ffffff, #f7f7f7);
}
.flipster{
	overflow: initial;    
	text-align: center;
}
.flipster-carousel .flip-next{
	-webkit-transform: translateX(50%) translateZ(0) rotateY(-54deg) scale(0.8);
	-moz-transform: translateX(50%) translateZ(0) rotateY(-54deg) scale(0.8);
	-o-transform: translateX(50%) translateZ(0) rotateY(-54deg) scale(0.8);
	-ms-transform: translateX(50%) translateZ(0) rotateY(-54deg) scale(0.8);
	transform: translateX(50%) translateZ(0) rotateY(-54deg) scale(0.8);
}
.flipster-carousel .flip-future{
	-webkit-transform: translateX(83%) translateZ(0) rotateY(-52deg) scale(0.65);
	-moz-transform: translateX(83%) translateZ(0) rotateY(-52deg) scale(0.65);
	-o-transform: translateX(83%) translateZ(0) rotateY(-52deg) scale(0.65);
	-ms-transform: translateX(83%) translateZ(0) rotateY(-52deg) scale(0.65);
	transform: translateX(83%) translateZ(0) rotateY(-52deg) scale(0.65);
}
.flipster-carousel .flip-prev{
	-webkit-transform: translateX(-50%) translateZ(0) rotateY(54deg) scale(0.8);
	-moz-transform: translateX(-50%) translateZ(0) rotateY(54deg) scale(0.8);
	-o-transform: translateX(-50%) translateZ(0) rotateY(54deg) scale(0.8);
	-ms-transform: translateX(-50%) translateZ(0) rotateY(54deg) scale(0.8);
	transform: translateX(-50%) translateZ(0) rotateY(54deg) scale(0.8)
}
.flipster-carousel .flip-past{
	-webkit-transform: translateX(-83%) translateZ(0) rotateY(52deg) scale(0.65);
	-moz-transform: translateX(-83%) translateZ(0) rotateY(52deg) scale(0.65);
	-o-transform: translateX(-83%) translateZ(0) rotateY(52deg) scale(0.65);
	-ms-transform: translateX(-83%) translateZ(0) rotateY(52deg) scale(0.65);
	transform: translateX(-83%) translateZ(0) rotateY(52deg) scale(0.65);
}
.flipster>a{
	margin-top: 50px;
	display: inline-block;
}
.flipster>a.flipto-prev{
	background-image: url(../images/left.png);
    height: 60px;
    width: 60px;
    background-size: 100% 100%;
    margin: 0 30px;
}
.flipster>a.flipto-next{
    background-image: url(../images/right.png);
    height: 60px;
    width: 60px;
    background-size: 100% 100%;
    }
/*团队风采*/
.team{
	padding-bottom: 80px;
}
.team-box ul li{

} 
.team-box ul li .team-t{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.team-box ul li .team-t i{
	width: 35%;
	border-radius: 10px;
	overflow: hidden;
}
.team-box ul li .team-t i:nth-child(2){
	width: 28%;
}
.team-box ul li .team-b{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px 15px;
} 
.team-box ul li .team-b i{
	border-radius: 10px;
	overflow: hidden;
}
.team-box ul li img{
	width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    transition: .5s;
}
.team-box ul li i:hover img{
	transform: scale(1.1);
}
/*品牌故事*/
.gushi{
	position: relative;
}
.gs::after{
	content: "";
    position: absolute;
    right: 0;
    top: -18px;
    width: 340px;
    z-index: -1;
    height: 479px;
    background-image: url(../images/gs-bg.png);
}
.gushi .gs p{
	font-size: 20px;
	color: #333;
	line-height: 2;
	text-align: center;
	font-family: 'myFont_M';
}
/*合作伙伴*/
.hezuo{
	margin-bottom: 80px;
}
.hezuo ul{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px 20px;
}
.hezuo ul li{
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
}
.hezuo ul li img{
    width: 100%;
    border-radius: 10px;
}
.hezuo ul li:hover{
	border: 1px solid #f28903;
}
/*品牌实力*/
.sl{
	height: 585px;
	position: relative;
	background: url(../images/sl-bg.png)no-repeat center center;
}
.sl .title-pore{
	position: absolute;
    left: 50%;
    top: 68px;
    margin-left: -50%;
    width: 100%;
    color: #fff;
}
.sl .title-pore h2,.sl .title-pore h2 em{
	color: #fff;
}
.sl .w80{
	height: 100%;
}
.sl .sl-box{
	position: absolute;
    bottom: 0;
    width: 80%;
}
.sl .sl-box ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px 20px;
}
.sl .sl-box ul li{
	background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    transition: .5s;
    cursor: pointer;
    height: 320px;
}
.sl .sl-box ul li:hover{
	margin-top: -15px;
}
.sl .sl-box ul li i{
	color: #ff8f0b;
	font-size: 40px;
}
.sl .sl-box ul li div{
	font-size: 15px;
	color: #e5e5e5;
	text-transform: capitalize;
	position: relative;
	margin: 10px 0;
}
.sl .sl-box ul li div::after{
	content: "";
	position: absolute;
	right: 44px;
	top: 11px;
	width: 43px;
	height: 1px;
	background: #e5e5e5;
}
.sl .sl-box ul li div::before{
	content: "";
	position: absolute;
	left: 44px;
	top: 11px;
	width: 43px;
	height: 1px;
	background: #e5e5e5;
}
.sl .sl-box ul li h2{
	font-size: 24px;
	margin-bottom: 20px;
}
.sl .sl-box ul li p{
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
}
.sl .sl-box ul li:hover h2{
	color: #ff8f0b;
}
/*vi设计*/
.vi{
	background: #f7f7f7;
	padding-bottom: 80px;
}
.vi .vi-l{
	width: 40%;
}
.vi .vi-r{
	width: 53%;
}
.vi .vi-l img,.vi .vi-r img{
	width: 100%;
}
/*门店形象*/
.md {
	margin-bottom: 50px;
}
.md-box{
	align-items: flex-start;
}
.md .md-l{
	width: 41%;
}
.md .md-l ul li{
	padding: 10px 20px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 10px;
}
.md .md-l ul li b{
    font-size: 80px;
    color: #e5e5e5;
    font-weight: 100;
    font-family: Impact;
}
.md .md-l ul li div{
	width: 45%;
}
.md .md-l ul li h2{
	font-size: 32px;
	color: #333333;
	font-family: 'myFont_M';
}
.md .md-l ul li p{
	font-size: 18px;
	color: #999999;
}
.md .md-l ul li i{
	font-size: 30px;
	color: #999999;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 60px;
}
.md .md-r{
	width: 57%;
}
.md .md-r img{
	width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}
.md .md-l ul li:hover,.md .md-l ul li.jspt-active{
	background: #ff8f0b;
	border-radius: 10px;
	box-shadow: 0 0 20px 0px #ffc47e;
}
.md .md-l ul li:hover h2,.md .md-l ul li.jspt-active h2{
	color: #fff;
}
.md .md-l ul li:hover p,.md .md-l ul li.jspt-active p{
	color: #fff;
}
.md .md-l ul li:hover i,.md .md-l ul li.jspt-active i{
	color: #ff8f0b;
}
.md .md-l ul li:hover b,.md .md-l ul li.jspt-active b{
	color: #fff;
}
.md-2{
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.md-2 .md-txt{
	background: linear-gradient(to right,#f1690c,#fdac2d);
    width: 44%;
    padding: 80px 30px;
    border: 6px solid #fff;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
    position: absolute;
    left: 50%;
    margin-left: -22%;
}
.md-2 .md-txt::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 637px;
    height: 319px;
    z-index: -1;
	background-image: url(../images/md-bg-h.png);
}
.md-2 .md-txt a{
	display: block;
}
.md-2 .md-txt h2{
	font-size: 52px;
	color: #fff;
	font-family: 'myFont_B';
	margin-bottom: 20px;
}
.md-2 .md-txt div{
	width: 543px;
	height: 59px;
	border-radius: 10px;
	background: #fff;
	font-size: 40px;
	line-height: 59px;
	text-align: center;
	color: #ff8f0b;
	margin: 0 auto;
	font-family: 'myFont_M';
	cursor: pointer;
}
/*产品中心*/
.pro{
	/*margin-bottom: 80px;*/
}
.pro-type{
	background: #f7f7f7;
	width: 1000px;
	margin: 0 auto;
	border-radius: 50px;
	display: flex;
	padding: 6px 50px;
	justify-content: center;
	margin-bottom: 80px;
	box-sizing: border-box;
}
.pro-type a{
	width: 166px;
	height: 58px;
	line-height: 58px;
	border-radius: 50px;
	display: block;
	text-align: center;
	color: #666666;
	font-size: 22px;
} 
.pro-type a:hover,.pro-type a.p-active{
	color: #fff;
	background: linear-gradient(to right,#ff8f0b,#ffe400);
}
.pro .pro-box{

}
.pro .pro-box ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 20px;
}
.pro .pro-box ul li a{
	background: #f7f7f7;
	padding: 50px 0 35px 0;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	position: relative;
}
.pro .pro-box ul li img{
	margin: 0 auto;
	width: 90%;
    transition: transform .4s ease;
}
.pro .pro-box ul li a:hover img{
	-webkit-transform: scale(1.06);
    transform: scale(1.06);
}
.pro .pro-box ul li p{
	text-align: center;
	color: #666666;
	font-size: 24px;
	padding-top: 30px;
}
.pro .pro-box ul li .pro-h{
	display: none;
	width: 100%;
	height: 116px;
	transition: .5s;
	background: url(../images/pro-bg.png)no-repeat bottom;
	background-size: 100%;
}
.pro .pro-box ul li .pro-h h5{
	color: #fff;
    font-size: 30px;
    padding-top: 38px;
    padding-left: 20px;
}
.pro .pro-box ul li a:hover p{
	opacity: 1;
}
.pro .pro-box ul li a:hover .pro-h{
	display: block;
	position: absolute;
	bottom: 0;
}
/*评论展示*/
.pp{
	background: url(../images/pp.jpg)no-repeat top center;
	height: 850px;
   	display: flex;
    flex-direction: column;
    justify-content: center;
}
.pp .pp-title{

}
.pp .pp-title h2{
	font-size: 60px;
    font-family: 'myFont_M';
    color: #000;
}
.pp .pp-title h2 em{
	color: #ff8f0b;
}
.pp .pp-title i{
	display: block;
	width: 54px;
	height: 9px;
	background: #ff8f0b;
	margin: 30px 0;
}
.pp .pp-title p{
	color: #000000;
	font-size: 30px;
}
/*营业额*/
.yingye{
	margin-bottom: 50px;
}
.yingye .yy-box ul{
	
}
.yingye .yy-box ul li{
	
}
.yingye .yy-box ul li img{
	width: 100%;
}
.yy-btn{
	margin: 60px 0 60px 0;
}
.yy-btn p{
	text-align: center;
	color: #666666;
	font-size: 24px;
	margin-bottom: 30px;
}
.yy-btn a{
	width: 531px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	font-family: 'myFont_M';
	border-radius: 50px;
	margin: 0 auto;
	background: linear-gradient(to right,#ff8f0b,#ffe400);
}
.yy-btn a i{
	font-size: 30px;
	margin-right: 6px;
}
.yy-btn a:hover{
	background: linear-gradient(to right,#ffe400,#ff8f0b);
}
/*加盟横图*/
.jm-bg{
	padding: 50px 0;
	background: url(../images/bg1.png)no-repeat center center;
	background-size: cover;
}
.jm-bg-txt{
	text-align: center;
}
.jm-bg-txt h2{
	font-size: 80px;
	color: #fff;
	font-family: 'myFont_M';
}
.jm-bg-txt p{
	font-size: 31px;
    color: #fff;
    letter-spacing: 15px;
    margin-bottom: 30px;
}
.jm-bg-txt .anniu{
	font-size: 30px;
	width: 531px;
	height: 70px;
	line-height: 70px;
	color: #ff8f0b;
	background: #fff;
	display: block;
	text-align: center;
	border-radius: 50px;
	font-family: 'myFont_M';
	margin-right: 15px;
}
.jm-bg-txt a i{
	cursor: pointer;
	font-size: 80px;
	color: #fff;
}
.jm-bg-txt .ann{
	animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    -webkit-animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    will-change: transform;
}
/*优秀案例*/
.case{
	margin-bottom: 80px;
}
.case-box ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px 20px;
}
.case-box ul li{
	transition: .5s;
}
.case-box ul li i{
	display: block;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.case-box ul li i img{
	width: 100%;
	height: auto;
	object-fit: cover;
	
}
.case-box ul li:hover{
	margin-top: -20px;
}
.case-box ul li .case-txt{
	padding: 10px 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #fff;
    box-shadow: 0 0 20px 0px #efefef;
}
.case-box ul li .case-txt h5{
	text-align: center;
	font-size: 27px;
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.case-box ul li .case-des{
	min-height: 100px;
}
.case-box ul li .case-des h3{
	font-size: 22px;
    text-align: center;
    color: #333;
}
.case-box ul li .case-des p{
	text-align: center;
    font-size: 18px;
}
/*服务支持*/
.fuwu{
	background: url(../images/fw-bg.png)no-repeat center center;
	background-size: cover;
	padding-bottom: 80px;
}
.fuwu .fw-l{
	width: 20%;
}
.fuwu .fw-r{
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fuwu .fw-r .fw-txt{
	width: 33%;
	background: #fff;
	padding: 50px 20px;
	box-sizing: border-box;
	height: 500px;
	color: #333;
}
.fw-1{
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.fuwu .fw-r .fw-txt.fw-hover{
	width: 34%;
	background: #ff8f0b;
	color: #fff;
	padding: 50px 20px;
	height: 530px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 20px 0px #ff8f0b;
}
.fuwu .fw-r .fw-h:hover{
	background: #ff8f0b;
	color: #fff;
}
.fuwu .fw-r .fw-h:hover h2::after{
	background: linear-gradient(to bottom, #ffc580, #ff8f0b);
}
.fuwu .fw-r h2{
	font-size: 34px;
	font-family: 'myFont_M';
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 9;
}
.fuwu .fw-r h2::after{
	width: 60px;
    height: 60px;
    content: "";
    position: absolute;
    left: 33%;
    z-index: -1;
    top: -5px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #ffca8b, #fff);
}
.fuwu .fw-r .fw-txt.fw-hover h2::after{
	background: linear-gradient(to bottom, #ffc580, #ff8f0b);
}
.fuwu .fw-r .fw-txt ul li{
	margin-bottom: 20px;
	cursor: pointer;
}
.fuwu .fw-r .fw-txt ul li h5{
	font-size: 24px;
	font-family: 'myFont_M';
}
.fuwu .fw-r .fw-txt ul li p{
	font-size: 17px;
	line-height: 1.5;
}
.fuwu .fw-r .fw-txt.fw-hover h2,.fuwu .fw-r .fw-txt.fw-hover ul li h5,.fuwu .fw-r .fw-txt.fw-hover ul li p{
	color: #fff;
}
.fuwu .fw-r .fw-txt ul li:hover h5{
	/* color: #d70c19; */
}
.fuwu .fw-r .fw-txt.fw-hover ul li:hover h5{
	/* color: #d70c19 !important; */
}
/*加盟流程*/
.jm-lc{
	margin-bottom: 80px;
}
.jm-lc .jm-lc-box ul{
	position: relative;
}
.jm-lc .jm-lc-box ul li{
	text-align: center;
	position: relative;
}
.jm-lc .jm-lc-box ul li i{
	margin: 0 auto;
	width: 81px;
	height: 81px;
	border-radius: 50%;
	display: block;
	line-height: 81px;
	background: #ff8f0b;
	color: #fff;
	font-size: 40px;
	border: 6px solid #fff4e7;
}
.jm-lc .jm-lc-box ul li h5{
	font-size: 24px;
	color: #000;
	margin: 10px 0;
	font-family: 'myFont_M';
}
.jm-lc .jm-lc-box ul li p{
	font-size: 18px;
	color: #000;
}
.jm-lc .jm-lc-box ul::after{
	content: "";
    border: 1px dashed #cccccc;
    position: absolute;
    top: 44px;
    left: 12px;
    width: 96%;
    z-index: -1;
}
.jm-lc .jm-lc-box ul li:last-child::before{
	display: none;
}
.jm-lc .jm-lc-box ul li::before{
	content: "";
    position: absolute;
    right: -31px;
    border-style: solid;
    border-color: transparent;
    border-width: 8px 0 8px 8px;
    border-left-color: #ff8f0b;
    top: 37px;
}
/*加盟表单*/
.jm-form{
	padding: 40px 0 10px 0;
    background: url(../images/bg2.png)no-repeat center center;
    background-size: cover;
}
.jm-form h2{
	text-align: center;
	font-size: 48px;
	font-family: 'myFont_M';
	color: #fff;
}
.jm-form h5{
	font-size: 31px;
	color: #fff;
	text-align: center;
}
.jm-form .jm-form-input{
	margin: 30px 0;
}
.jm-form .jm-form-input .jm-form-icon i{
	width: 8%;
	font-size: 25px;
	color: #666666;
	margin-right: 10px;
}
.jm-form .jm-form-input .jm-form-icon{
	
    width: 22%;
    line-height: 60px;
    background: #fff;
    border-radius: 10px;
    font-size: 18px;
    color: #666666;
    padding-left: 20px;
    box-sizing: border-box;
}
.jm-form .jm-form-input .jm-form-icon:nth-child(2){
	margin: 0 10px;
}
.jm-form .jm-form-input input[type="text"]{
	height: 60px;
	width: 83%;
}
.jm-form .jm-form-input .jm-form-btn{
	margin: 0 10px;
	width: 25%;
	line-height: 60px;
	background: #fff;
	border-radius: 10px;
	color: #ff8f0b;
	font-family: 'myFont_M';
	font-size: 24px;
	cursor: pointer;
}
.jm-form .jm-form-input .jm-form-btn:hover{
    color: #d70c19;
}
.jm-form .jm-f-txt{
	color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jm-form .jm-f-txt i{
	font-size: 50px;
    padding-right: 15px;
}
.jm-form .jm-f-txt b{
	font-size: 41px;
    font-family: Impact;
}
.jm-form .jm-form-lun{
	margin: 20px 0;
}
.jm-form-lun{height: 96px;}
.jm-form-lun .swiper-slide{height: auto !important;}
.jm-form .jm-form-lun ul li{
	color: #fce8d1;
	font-size: 16px;
}
.jm-form .jm-form-lun ul li div{
	margin-bottom: 10px;
	
}
.jm-form .jm-form-lun ul li i{
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}
.jm-form .jm-form-lun ul li span{
	width: 50px;
}
.jm-form .jm-form-lun ul li p{
	margin: 0 50px;
}
.jm-form .jm-form-lun ul li em{

}
/*常见问题*/
.qt{
	background: #f7f7f7;
	padding-bottom: 80px;
}
.qt .qt-box ul li{
    padding: 30px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
   	background: url(../images/qt-bg.png)#fff no-repeat top right;
}
.qt .qt-box ul li img{
	width: 45px;
	margin-right: 20px;
}
.qt .qt-box ul li h5{
	font-size: 25px;
    color: #000;
    display: flex;
    align-items: center;
}
.qt .qt-box ul li b{
	font-family: 'myFont_M';
	font-size: 26px;
	line-height: 1;
	color: #ff8f0b;

}
.qt .qt-box ul li p{
	color: #666666;
	font-size: 20px;
}
.qt .qt-box ul li .qt-icon{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-left: 65px;
}
/* 动画 */
@keyframes aniTop{
	0% {transform:translateX(0);}
	100% {transform:translateX(-10px);}
}
.lc-box ul li:nth-child(6)::before,.lc-box ul li:nth-child(5)::before{
	position: absolute;
	content: "";
	top: 100px;
	left: -105px;
	background: url(../images/lc-lin1.png) no-repeat;
	width: 52px;
	height: 10px;
	animation: aniTop 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
	-webkit-animation: aniTop 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
	will-change: transform;
}
/* 浮窗 */
.fuchuang_box{
	width: 55px;
	border-radius: 50px;
	background:#fff;
	box-shadow: 1px 1px 5px #eee;
	position: fixed;
	right: 25px;
	bottom: 160px;
	z-index: 999;
	padding: 50px 0 10px 0;
}
.fuchuang_box .people_img{
	width: 78px;
    position: absolute;
    top: -57px;
    left: -10px;
}
.fuchuang_box .people_img img{
	width: 100%;
}
.fuchuang_box .icon{
	text-align: center;
}
.fuchuang_box .icon{
	width: 29px;
    margin: 0 auto;
    margin-bottom: 13px;
}
.fuchuang_box .icon img{
	display: inline-block;
	transition: all .5s;
	width: 100%;
}
.fuchuang_box .fuchuang_item{
	display: block;
}
.fuchuang_box .fuchuang_item:hover .icon img{
	/* transform: rotateY(360deg); */
	transform: scale(1.1);
}
.fuchuang_box .fuchuang_hoverarea{
	-webkit-animation: spservhover .3s ease-out 0s forwards;
    animation: spservhover .3s ease-out 0s forwards;
    display: none;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translate(-100%, -50%);
    padding: 15px 15px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    border-radius: 6px;
    max-width: 252px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    text-align: center;
	font-family: myFont1;
}
.fuchuang_box .fuchuang_hoverarea b{
	font-family: myFont4;
	color:#ff8f0b;
	font-size: 20px;
}
.fuchuang_box .fuchuang_item:nth-child(3) .fuchuang_hoverarea{
	top: 68%;
}
.fuchuang_box .fuchuang_item:nth-child(4) .fuchuang_hoverarea{
	top: 85%;
}
.fuchuang_box .fuchuang_hoverarea::before{
	content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 0;
    transform: translate(-100%, -50%) rotate(45deg);
    right: -12px;
    filter: drop-shadow(2px -2px 1px rgba(0, 0, 0, .05));
    background: #fff;
}
.fuchuang_box .fuchuang_hoverarea .code_img img{
	width: 135px;
	height: auto;
}
/* 图片上下动 */
@keyframes aniTop2{
	0% {transform:translateY(0);}
	100% {transform:translateY(-7px);}
}
.fuchuang_box .people_img img{
	animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    -webkit-animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    will-change: transform;
}
/* 返回顶部 */
#back_top .master_backTop .master_backTop_btn{
	width: 56px;
	height: 56px;
}
#back_top .master_backTop .master_backTop_btn .master_backTop_txt>i{
	font-size: 31px;
}
#back_top{
	position:fixed;
	right: 24px;
    bottom: 121px;
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
	z-index:888;
	transition:all .6s;
}
#back_top.onshow{
	opacity:1;
	-webkit-opacity:1;
	visibility:visible;
	transform:none;
	-webkit-transform:none;
}
#back_top .master_backTop .master_aperture{
	background: linear-gradient(to bottom, #ffd302, #ffd302);
	position:absolute;
	width:100%;
	height:100%;
	border-radius:50%;
	-webkit-border-radius:50%;
	opacity:0;
	-webkit-opacity:0;
	z-index:-1;
}
#back_top .master_backTop .master_backTop_btn{
	color:#fff;
	width:57px;
	height:57px;
	border-radius:50%;
	-webkit-border-radius:50%;
	align-items:center;
	justify-content:center;
	z-index:2;
	background: linear-gradient(to bottom,#ffe400, #ff8f0b);
}
#back_top .master_backTop .master_backTop_btn .master_backTop_txt>i{font-size:31px;}
#back_top .master_backTop .master_aperture.circle01{animation:scalej01 2s .5s infinite;-webkit-animation:scalej01 2s .5s infinite;}
@keyframes scalej01{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0;-webkit-opacity:0;}
}  
@-webkit-keyframes scalej01{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0;-webkit-opacity:0;}
}  
#back_top .master_backTop .master_aperture.circle02{animation:scalej02 2s infinite;-webkit-animation:scalej02 2s infinite;}
@keyframes scalej02{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}  

@-webkit-keyframes scalej02{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}

}  
.index_bj{ 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    background-color:rgba(0,0,0,0.8); 
    z-index: 99999; 
    top: 0; 
    left: 0; 
    opacity: 1; 
    transition: all 1s;
   	display: flex;
    flex-direction: column;
    justify-content: center;
}
.index_bj.hover{ 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    background-color:rgba(0,0,0,0.8); 
    z-index: 99999; 
    top: 0; 
    left: 0; 
    opacity: 0; 
    z-index: -1
}
.index_bj .index_bj_box{ 
	margin: 0 auto; 
	width: 900px; 
	position: relative; 
	
}
#app_on{ 
    border-radius: 50%; 
    position: absolute;
    top: 29px; 
    right: -20px; 
    width: 50px; 
    height: 50px; 
    background-color:#cc0000; 
    text-align: center; 
    line-height: 50px; 
    font-size: 22px; 
    color: #fff;
    cursor: pointer;
}
.index_bj .index_bj_box img{
    margin: 0 auto;
    width: 100%;
    height: auto;
}
/*新闻详情*/
.secondNav_loc{
	line-height: 70px;
	height: 70px;
	color: #999;
}
.secondNav_loc span, .secondNav_loc a {
    color: #333;
    transition: color .3s ease-in-out;
}
.delBack>a {
    background-image: linear-gradient(to left, #ff960e, #ff960e,#ff960e, #ff960e);
	width: 114px;
	height: 34px;
	font-size: 14px;
	border-radius: 34px;
	line-height: 34px;
	display: block;
	text-align: center;
	color: #fff;
}
.delBack>a>i {
    margin-right: 5px;
    font-size: 16px;
}
.news-nr-box{
	padding: 50px 0;
	border-top: 1px solid #ddd;
	margin-top: 50px;
}
.news-nr-box img{
	max-width: 100% !important;
	margin: 0 auto !important;
}
.news-nr-box p{
	text-align: justify;
	font-size: 18px;
	line-height: 3;
	color: #333;
}
.news-nr-box h3{
	font-size: 22px;
	color: #333;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 10px;
	font-weight: bold;
}
.news-nr-box .line{
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.news-rr table{
	width: 80% !important;
	margin: 0 auto;
}
.news-rr table tr{

	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px 10px;
}
.news-rr table tr img{
	width: 100%;
}
.news-rr table tr td{
	width: 100%;
}
.news-rr table tr p{

	text-align: center;
}
.delHandle {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 70px;
	width: 100%;
    line-height: 1;
    align-items: center;
    padding: 0 40px;
    justify-content: space-between;
}
.delHandle .item a i{
	font-size: 20px;
}
.delHandle .item a span{
	margin-right: 15px;
	font-size: 16px;
}
.delPrev-r a span{
	margin-left: 15px;
}
/*表单弹窗*/
.form-hide{
	width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    z-index: 99999;
    top: 0;
    left: 0;
    transition: all 1s;
    display: none;
}
.form-tan{
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index_bj_box1{
	margin: 0 auto;
    width: 600px;
    position: relative;
    background-size: 100%;
    height: 500px;
    background: url(../images/tk1.png) no-repeat center top;
}
.form-tan .tk-form{
	width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -40%;
    top: 42%;
}
#app_on {
    border-radius: 50%;
    position: absolute;
    top: 29px;
    right: -20px;
    width: 50px;
    height: 50px;
    background-color: #d70c19;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}
.form-tan form div {
    background: #f5f4f4;
    line-height: 52px;
    height: 52px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 50px;
    margin-bottom: 15px;
    padding: 0 30px;
    box-sizing: border-box;
}
.form-tan form div input {
    width: 100%;
    font-size: 16px;
    color: #333;
    background: #f5f4f4;
}
.form-tan form>input {
    width: 100%;
    height: 60px;
    background: #d70c19;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
}