﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
em,
i {
	font-weight: normal;
	font-style: normal;
}

div:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}

body {
	/* background: url("../images/body_bg.jpg") repeat top center; */
	background-color: #212121;
}

.none {
	display: none;
}

.title {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

.title .eName {
	color: #b6b6b6;
	font-size: 14px;
}

.inner_box {
	margin: 40px auto 0;
}

#header {
	position: relative;
	background-color: #cc0e17;
	/* padding-bottom: 30px; */
	z-index: 20;
}

#header .pc_menu {
	/* margin-bottom: 20px; */
	height: 120px;
}

#header .pc_menu .menu .nLi {
	width: 14.28571429%;
	height: 100%;
}

#header .pc_menu .menu .nLi:hover {
	background-color: #a30008;
}

#header .pc_menu .menu .nLi h3 {
	/* margin-top: 30px; */
	padding: 0;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	position: relative;
}

#header .pc_menu .menu .nLi h3 a {
	font-size: 16px;
	color: #fff;
	line-height: 120px;
	transition: all .0s;
	-webkit-transition: all .0s;
	-moz-transition: all .0s;
}

#header .pc_menu .menu .nLi .menu_2 {
	padding: 0;
	top: 90px;
	left: 0;
	z-index: 10;
	background-color: #ffffff;
}

#header .pc_menu .menu .nLi .menu_2 li a {
	background-color: #ffffff;
	padding: 0;
	color: #000;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	transition: all .0s;
	-webkit-transition: all .0s;
	-moz-transition: all .0s;
}

#header .pc_menu .menu .nLi:hover .menu_2 li a {
	color: #fff;
}

#header .pc_menu .menu .nLi .menu_2 li:last-child a {
	border-bottom: none;
}

#header .pc_menu .menu .on h3 {
	color: #fff;
	background: #a30008;
}

#header .pc_menu .menu .on h3 a {
	color: #ffff;
}

.wap_menu {
	background: #472315;
}

.banner_bg {
	position: relative;
}

#banner {
	position: relative;
}


.banner .item {
	height: 100%;
	width: 100%;
	display: block;
	background-size: 100%;
	background-repeat: no-repeat;
}

#banner .owl-theme .owl-dots .owl-dot.active span,
#banner .owl-theme .owl-dots .owl-dot:hover span {
	background: #e5212f;
}

/* 推荐产品 */

#product {
	padding-top: 35px;
	margin-bottom: 100px;
}



#product .product_inner .swiper-slide {
	width: 20%;
}

#product .product_inner a {
	display: block;
	width: 100%;
	height: 100%;
}

 .product_inner a .pic {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: 100%;
	transform: all;
	overflow: hidden;
}

.product_inner a .pic img {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

 .product_inner a:hover .pic img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

 .product_inner a .text {
	color: #fff;
	font-size: 18px;
	font-family: 微软雅黑;
	padding-top: 20px;
	text-align: center;
	font-weight: normal;
}


/* 品牌故事 */
#about .story,
#about .store {
	min-height: 700px;
}

#about .story {
	text-align: center;
	background-color: #cc0e17;
	padding: 169px 40px 70px;
	color: #fff;
}

#about .txtTitle {
	font-size: 24px;
	margin-bottom: 20px;
}

#about .txtTitle .subTitle {
	font-size: 14px;
}

#about .txtContent {
	max-width: 640px;
	margin: 0 auto 40px;
	line-height: 2;
    text-align: justify;
}

#about .seeMore span {
	padding: 8px 37px;
	border: 1px solid rgb(255, 255, 255);
	color:#fff;
}

/*#about .store {*/
/*	height: 100%;*/
/*	background-repeat: no-repeat;*/
/*	background-image: url(../images/64144934957a9a7eb3181e439cdb1d19.jpg);*/
/*	background-size: cover;*/
/*}*/

#about .store {
	position: relative;
	height: 100%;	
	padding:0;
	background-color: #454545;
}
#about .store .fullscreenvideo{
	position: absolute;	
	width: 100%;	
	height:100%;
	top:0;
	left:0;
}

#about .store .bottom {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(51, 51, 51, 0.9);
	display: flex;
	justify-content: space-between;
	padding: 15px;
	text-align: center;
	color: #fff;
}

#about .store .bottom .item {
	width: 33%;
}

#about .store .bottom .item:nth-child(2) {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#about .store .bottom .item .number {
	font-size: 50px;
}

#about .store .bottom .item .labeltxt {
	font-size: 16px;
}



/* 新闻动态 */
#news {
	padding-bottom: 40px;
}

#news .item {
	position: relative;
	border-width: 1px;
	border: 1px solid rgba(242, 242, 242, 0.2);
	background-color: transparent;
	animation-duration: 1s;
	animation-delay: 0s;
	padding: 74px 26px;
	height: 325px;
	margin-bottom: 15px;
	color: #909090;
	font-size: 13px;
	font-family: arial;
}

#news .item .txtBox {
	position: relative;
	top: 0;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
}

#news .item:hover .txtBox {
	top: -20px;
}

#news .item .txt-title a {
	color: #dbdbdb;
	font-size: 16px;
	font-family: 微软雅黑;
	font-weight: normal;
	line-height: 45px;
}

#news .item .time {
	padding: 5px 0 10px 0;
}

#news .item .txtContent {
	color: #898989;

}

#news .item:hover {
	color: #fff;
}

#news .item:hover .txtContent {
	color: #fff;
}

#news .item a.details {
	display: block;
	box-sizing: border-box;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 90px;
	padding-left: 26px;
	line-height: 90px;
	font-size: 16px;
	color: #fff;
	text-align: left;
	z-index: inherit;
}

#news .item a.details i {
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	position: absolute;
	top: 30px;
	right: -42px;
	right: 0;
	width: 34px;
	height: 34px;
	border: 1px solid #ffffff;
	color: #fff;
	border-radius: 0%;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	opacity: 0;
	text-align: center;
	line-height: 34px;
}


#news .item a.details:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	height: 0;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	width: 84%;
	margin: 0 auto;
	height: 1px;
	background-color: #7a7a7a;
	-webkit-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
}

#news .item a.details:after {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	-webkit-transition: all .36s ease;
	width: 0;
	margin-left: 8%;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

#news .item:hover a.details:after {
	width: 84%
}

#news .item:hover a.details {
	background: rgba(23, 24, 26, 0.9)
}

#news .item:hover a.details i {
	opacity: 1;
	right: 28px
}

#news .item .imgBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

#news .item .imgBox img {
	width: 100%;
	height: 100%;
}

#news .item:hover .imgBox {
	opacity: 1;
}


/* 菜品 */

#variety  #bannerBox img{
	width:100%;
}
#variety .txtIntroduction{
	padding-top:10vh;
	padding-bottom:10vh;
	color:#808080;
}
#variety .txtIntroduction .variety_title{
	font-size: 24px;
	color:#fff;
	margin-bottom:12px;
}
#variety .txtIntroduction .title_tips{
	margin-bottom:12px;
	font-size: 18px;;
}

#variety .txtIntroduction .txtContent .item{
	display: flex;
}


#variety .main .imgBox{
	background-image: url("../images/e86a8f38bd72dd4fceff266ce0345705.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height:100vh;
}
#variety .main .txtContent{
	height:100vh;
	background-color: #CC0E17;	
	padding:30vh 8vw;
	color:#fff;
}
#variety .main .txtContent .item{
	margin-bottom:40px;
	display: flex;
	align-items: center;
}
#variety .main .txtContent .item .vtitle{
	font-size: 22px;
	width:25px;
	margin-right:40px;
}
#variety .main .txtContent .item .vtxt{
    line-height: 2;
}
/* 首页加盟条件 */
#i_joiningConditions {
	padding: 40px 0;
}

#i_joiningConditions .imgboxTop {
	height: 700px;
	background: url("../images/about.jpg") center/cover no-repeat;
}

#i_joiningConditions .conditions {
	background-color: #CC0E17;
	height: 700px;
	padding: 5vw;
}

#i_joiningConditions .item {
	margin-bottom: 40px;
}

#i_joiningConditions .item a {
	display: flex;
	align-items: center;
	color: #fff;
}

#i_joiningConditions .item .imgBox {
	width: 130px;
	height: 130px;
	margin-right: 30px;
}

#i_joiningConditions .item .mediaBox h4 {
	font-size: 22px;
	margin-bottom: 10px;
}

/* 我要加盟 */
#join {
	text-align: center;
	background: url("../images/wyjm.jpg") center center/cover no-repeat;
	padding: 180px 10px;
	color: #fff;
}



#join .joinBtn span {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	text-indent: 2px;
	border-color: transparent;
	background-color: #cc0e17;
	color: #fff;
	padding: 18px 25px;
	border-radius: 5px;
}


/* 产品列表 */
#productLists .main .product_lists .item {
	margin-bottom: 20px;
}

#productLists .main .product_lists .pimg {
	margin-bottom: 10px;
}

#productLists .main .product_lists .pname {
	font-family: Microsoft YaHei;
	font-size: 16px;
	color: #333333;
	line-height: 140%;
	margin-bottom: 10px;
}

#productLists .main .product_lists .ptxt {
	color: rgb(102, 102, 102);
}
#product_list .product_inner>div{
	margin-bottom:20px;
}


/* 新闻列表 */
#news_list .leftBox{
	padding:44px 60px;
	background-color: #2d2d2d;
}
#news_list .leftBox .time{
	color:#878787;
	font-size:28px;
}
#news_list .leftBox .n_title a{
	color:#898989;
	font-size:15px;

}
#news_list .leftBox .introduction{
	color:#666;
	font-size: 12px;
	margin-bottom:20px;
	position: relative;
	left:0;
	
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

#news_list .leftBox .newsImage{
	margin-bottom:20px;
	max-width:100%;
	overflow:hidden;	
}

#news_list .leftBox .newsImage img{
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	width:100%;
}
#news_list .leftBox .linkBtn a{
	display: block;
	position: relative;
	left: 0px;
	bottom: -40px;	
	width: 140px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	color: transparent;
	opacity: 0;	
	background: #22326b;
	transition: all .36s ease;
	color: #d1d1d1;
	font-size: 16px;
	background: #777777;
}
#news_list .leftBox:hover .linkBtn a{
	opacity: 1;
	bottom:0;
}
#news_list .leftBox .newsImage:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
#news_list .leftBox:hover .time{
	color:#fff;
}
#news_list .leftBox:hover .n_title{
	color:#fff;
}
#news_list .leftBox:hover .introduction{
	border-left:1px solid #d1d1d1;	
	padding-left:40px;
}

#news_list .rightBox .item{	
	padding: 40px 20px 36px 20px;
	border-top: 1px solid #444444;
}
#news_list .rightBox .item{
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
#news_list .rightBox .item:hover{
	box-shadow:5px 5px 10px #000;
}
#news_list .rightBox .item .left_content {
	width:75%;
	position: relative;
	left:0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
#news_list .rightBox .item:hover .left_content{
	left:20px;
}
#news_list .rightBox .item .left_content .n_title a{
	color: #898989;
	font-size: 15px;
}

#news_list .rightBox .item .left_content .n_title a .icon-circle:before{
	-webkit-transform: scale(.4);
	-ms-transform: scale(.4);
	transform: scale(.4);
}
#news_list .rightBox .item .left_content .introduction{
	color: #666666;
	font-size: 12px;	   
	word-break: break-all;	
	line-height: 25px;
	padding-bottom: 10px;
}

#news_list .rightBox .item .right_content .time{
	color: #878787;
	font-size: 28px;
	margin-bottom:20px;
}
#news_list .rightBox .item .right_content  .icon{
	text-align: right;
}
#news_list .rightBox .item .right_content  .icon .line{
	width:1px;
	height:16px;
	display: inline-block;
	border-left: 1px solid #999;
	margin-right:10px;
	vertical-align: middle;
}
#news_list .rightBox .item .right_content  .icon a{
	color:#999;
	position: relative;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	left:0;
}
#news_list .rightBox .item:hover .right_content  .icon a{
	left:20px;
}

/* 新闻详情 */
#news_view {
	color:#fff;
	margin-bottom:20px;
}
#news_view .t_top{
	padding-top:40px;
	padding-bottom:10px;
	border-bottom:1px solid rgba(255,255,255,0.1);
	margin-bottom:20px;
}
#news_view .t_top .t_title{
	font-size: 28px;
	margin-bottom:10px;
}
#news_view .t_top .t_tips{
	font-size:14px;
	color: #808080;
}
#news_view .t_top .t_tips .pushTime{
	margin-right:60px;
}
#news_view .t_bottom{
	margin-bottom:40px;
}
#news_view .t_pagination{
	display: flex;
	justify-content: space-between;
}
#news_view .t_pagination a{
	color: #808080;
}

/* 店面分布 */
#store_list .inner_box .item{
	margin-bottom:20px;
}
#store_list .inner_box .text{
	font-size:16px;
	color:#fff;
	padding:15px 0;
}
#store_list .addr{
    margin-top:10px;
	margin-bottom:5px;
}
#store_list .addr,#store_list .tel{
	color: #dad8d8;
	font-size:14px;
}

/* 加盟条件 */
#joiningConditions{
	color:#fff;	
	padding-top: 100px;
}
#joiningConditions .j_top{
	margin-bottom:100px;
}
#joiningConditions .j_title {
	font-size: 24px;
	color: #c4c4c4;
	margin-bottom:20px;
}
#joiningConditions .j_txt{
    color:#808080;
    font-size:14px;
    line-height:2;
}
#joiningConditions .server{
	margin-bottom:20px;
}
#joiningConditions .server .s_title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 20px 0;
	color:#c1c1c1;
}
#joiningConditions .server .s_title_tips{
	text-align: center;
	font-size: 15px;
	color:#777;
}
#joiningConditions .server .lineBox{
	text-align: center;
	margin-bottom:40px;
}
#joiningConditions .server .lineBox .line{
	overflow: hidden;
	border-bottom-style: solid;
	width: 50px;
	max-width: 50px;
	border-bottom-width: 1px;
	border-bottom-color: #c1c1c1;
	margin-top: 20px;
	display: inline-block;
	
}
#joiningConditions .server .s_content{
	margin-bottom:40px;
}
#joiningConditions .server .s_content .item{
	margin-bottom:20px;
}
#joiningConditions .server .s_content .item .innerBox{
	border:1px solid rgba(51,51,51,1);
	padding:40px;
	height: 275px;
}

#joiningConditions .server .s_content .iconBox{
	text-align: center;
	
}
#joiningConditions .server .s_content .iconBox .iconBg{
	display: inline-block;
	width:68px;
	height:68px;
	line-height: 68px;
	border-radius: 50%;
	background-color: #cc0e17;
	font-size:25px;
	margin-bottom:20px;
}
#joiningConditions .server .s_content .s_item_title{
	text-align: center;
	font-size: 18px;
	color:#808080;
	margin-bottom:20px;
}
#joiningConditions .server .s_content .s_item_tips{
	font-size:12px;
	color:#696969;
	text-align: center;
}
#joiningConditions .s_btn{
	text-align: center;
}
#joiningConditions .s_btn span{
	font-size: 16px;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-width: 2px;
	border-color: #cc0e17;
	background-color: #cc0e17;
	color: #fff;
	display: inline-block;
}

/* 加盟表单 */
#joinShow .j_title{
	font-size: 26px;
	color: #ffffff;
	margin-bottom:20px;
}
#joinShow .j_tips,
#joinShow .j_entips{
	color:#808080;
	font-size:14px;
}
#joinShow .j_top{
	text-align: center;
}
#joinShow .inputLabel{
	color: rgb(222, 222, 222);
	font-size: 16px;
	margin-bottom:10px;	
}
#joinShow .inputBox input,
#joinShow .inputBox select,
#joinShow .inputBox textarea
{
	border: 1px solid rgb(74, 74, 74);
	color: rgb(235, 235, 235);
	height: 40px;
	font-size: 14px;
	width:100%;
	background-color: transparent;
}
#joinShow .inputBox option{
    	background-color: #333;;
}
#joinShow .addr{
	display: flex;
	justify-content: space-between;
}
#joinShow .inputBox select{
	margin-right: 10px;
}
#joinShow .inputBox select:last-child{
	margin-right:0;
}
#joinShow .item{
	margin-bottom:20px;
}
#joinShow .inputBox textarea{
	height:100px;
}
#joinShow .btnBox{
	text-align: center;
}
#joinShow .submitBtn{
	font-size: 16px;	
	padding:15px 90px;
	background-color: #cc0e17;
	border: 1px solid #cc0e17;
	color:#fff;
}





/* 底部 */
#footer{
    background-color: #262626;
}
#footer .copyright {
	padding: 15px 0;
	background-color: #CC0E17;
}

#footer .copyright .copyright_con {
	font-size: 14px;
	color: #f5f5f5;
}

#footer .copyright .copyright_con a {
	font-size: 14px;
	color: #f5f5f5;
}

#footer .footer_top {
	color: #fff;
	padding: 85px 0;
}

#footer .footer_top a {
	color: #fff;
	font-size: 16px;
}

#footer .f_title {
	font-size: 20px;
	margin-bottom: 40px;
}

#footer .fast_menu ul {
	display: flex;
	flex-wrap: wrap;
}

#footer .fast_menu li {
	width: 50%;
	margin-bottom: 20px;
}

#footer .infoBox>div {
	margin-bottom: 10px;
}

#footer .infoBox>div>i {
	margin-right: 10px;
}

@media all and (max-width: 1200px) {
	/* #news .item {
		color: #fff;
	}

	#news .item .txtContent {
		color: #fff;
	}

	#news .item a.details {
		height: 60px;
	}


	#news .item a.details:after {
		width: 84%
	}

	#news .item a.details {
		background: rgba(23, 24, 26, 0.9)
	}

	#news .item a.details i {
		opacity: 1;
		right: 28px;
		top: 15px;

	}

	#news .item .imgBox {
		opacity: 1;
	} */
	
}
@media all and (max-width:991px) {
    #about .store{
        min-height:50vh;
    }
}
@media all and (max-width:768px) {
	#variety .main .txtContent{		
		padding:8vh 8vw;
		min-height: 50vh;
		height:auto;
	}
	
	#variety .main .txtContent .item{
		margin-bottom:40px;
		display: inherit;
		
	}
	#variety .main .txtContent .item .vtitle{
		font-size: 22px;
		width:auto;
		margin-right:40px;
		margin-bottom:40px;
	}
	
	#news .item .imgBox{
	    opacity: .5;
	}
	
	
}



@media all and (max-width: 640px) {
	#header {
		padding-bottom: 15px;
		background-color: ##e5212f;
	}

	#header .logo {
		text-align: left;
		padding: 0 15px;
	}

	#header .menu_icon {
		padding: 6px;
		right: 0;
		width: 10%;
		/* background: #984206; */
		top: 50%;
		margin-top: -26px;
	}

	.banner_bg {
		margin-top: -10px;
	}
	
	#banner {
		height: 200px;
	}

	#product .product_inner .swiper-slide {
		width: 100%;
	}
	
	#about .story{		
		min-height:auto;
		padding-top: 40px;
	}

	#about .store .bottom {
		padding: 20px;
	}

	#about .store .bottom .item .number {
		font-size: 20px;
	}
	
	
	



	#i_joiningConditions .imgboxTop {
		height: 400px;
	}

	#i_joiningConditions .conditions {
		height: auto;
	}

	#i_joiningConditions .item a {
		display: inherit;
		align-items: center;
		color: #fff;
	}

	#i_joiningConditions .item .imgBox {
		width: 130px;
		height: 130px;
		margin: 0 auto;
	}

}



/*联系我们*/
#linkUs .main .linkMenu {
	margin-bottom: 70px;
}

#linkUs .main .linkMenu>div>div {
	word-wrap: break-word;
	border-color: #fff;
	border-width: 1px;
	/*height: 178px;*/
	background-color: transparent;
	border-style: solid;
	text-align: center;
	margin-bottom: 20px;
	padding: 20px;
}

#linkUs .main .linkMenu .title {
	font-size: 18px;
	color: #f1453b;
	font-weight: bolder;
	margin-bottom: 20px;
}

#linkUs .main .linkMenu .title+p {
	font-size: 14px;
	color: #fff;
	line-height: 200%;
}

#linkUs .main .linkMenu>div>div i {
	font-size: 20px;
	color: #f1453b;
	margin-right: 20px;
}





