﻿body {
	background-color: #f0f0f0;
}
.both-bd-dsc iframe {
      width: 1280px !important;
      height: 720px !important;
}
/* 轮播图公共部分 */
.slider {
	height: 670px;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #000;
}
.slider ul {
	width: 100%;
	height: 100%;
	position: relative
}
.slider ul li {
	position: absolute;
	opacity: 0;
	z-index: 1;
}
.slider ul li img {
	height: 670px;
}
.slider .page-count {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -20px;
	z-index: 19;
}
.slider .page-count span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	margin-left: 10px;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.slider .page-count span.active {
	background-color: #FE0000;
}
.slider .page-count span:hover {
	background-color: #FE0000;
}
/* 内页公用部分 */
.join-us,
.menu-style,
.about-us {
	padding: 40px 0;
}
.about-us .container {
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 3px;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}
.menu-style {
	padding: 80px 0;
	background-color: #F0F0F0;
}
.menu-style .container {
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 3px;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}
.both-title {
	position: relative;
}
.both-title > span {
	color: #000;
	float: left;
	font-size: 25px;
	letter-spacing: 2px;
	color: #616161;
	font-weight: normal;
}
.both-title ul {
	float: right;
}
.both-title ul li {
	display: inline-block;
	margin-left: 25px;	
}
.both-title ul li a {
	font-size: 14px;
	position: relative;
	transition: all .3s ease-in-out;
	padding-bottom: 8px;
	color: #aaa;
}
.both-title ul li.currclass a {
	color: #FE0000;
}
.both-title ul li.currclass a::before {
	width: 110%;
}
.both-title ul li a::before {
	content: "";
	position: absolute;
	bottom: 0;
	background-color: #FE0000;
	width: 0;
	height: 1px;
	transition: all .6s ease-in-out;
}
.both-title ul li a:hover {
	color: #FE0000;
}
.both-title ul li a:hover::before {
	width: 110%;
}
.both-title ul li a::after {
	position: absolute;
    right: -45px;
    content: "/";
    text-align: left;
    margin-right: 28px;
    margin-top: 3px;
    font-size: 12px;
    color: #BDBDBD;
}
.both-title ul li:last-child a::after {
	content: "";
}
/* 关于我们和加盟合作的公共部分 */
.both-bd-title {
	text-align: center;
	border-bottom: solid 1px #323230;
	padding-bottom: 20px;
}
.both-bd-title h3 {
	color: #e9ca80;
	font-size: 19px;
	font-weight: normal;
	padding-bottom: 15px;
}
.both-bd-title span {
	color: #888;	
	display: inline-block;
	margin: 10px 8px;
	font-size: 13px;
}
.both-bd-title i {
	font-style: normal;
}
.both-bd-title {
	padding: 20px 0; 
}
.both-bd-dsc {
	padding: 30px 0;
}
.both-bd-dsc p {
	color: #333;
	line-height: 30px;
	text-indent: 2em;
	margin-top: 18px;
}
.both-bd-dsc p img {
	margin: 0 auto;
	display: inline-block;
	max-width: 100%;
}
.both-bd-dsc h5 {
	color: #aaa;
	font-size: 17px;
	margin-top: 20px;
}
/* 菜品和店面风尚公共区 */
.both-list {
	padding: 30px 0 0 0;
	width: 100%;
}
.both-list ul {
	text-align: center;
}
.both-list ul li {
	width: 32%;
	height: auto;
	display: inline-block;
	margin: 0 6px 10px 6px;
	overflow: hidden;
}
.both-list ul li a {
	height: 300px;
	overflow: hidden;
}
.both-list ul li a img {
	width: 100%;
	transition: all .6s ease-in-out;
}
.both-list ul li span {
	display: block;
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;	
	background-color: #F0F0F0;
	color: #000;
	letter-spacing: 1px;
	cursor: pointer;
	position: relative;
	z-index: 68;
}
.both-list ul li span i {
	position: relative;
	z-index: 2;
	font-style: normal;
}
.both-list ul li span::after {
	width: 0%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background-color: #FE0000;
}
.both-list ul li:hover span i {
	color: #fff;
}
.both-list ul li:hover span::after {
	width: 100%;
	left: 0;
}
.both-list ul li:hover a img {
	transform: scale(1.2,1.2);
}

/* 分页通用样式 */
.inpic {
	position: relative;
	text-align: center;
}
.fenye {
	width: 1200px;
	position: absolute;
	right: -23px;
	bottom: -90px;
}
.fenye a {
	padding: 6px 12px;
    display: inline-block;
    font-size: 14px;
    margin: 0 7px;
    background-color: #FE0000;
    color: #fff;
}
.fenye  a.curr {
	background-color: #fff;
	color: #FE0000;
}
.fenye span {
	padding: 5px 10px;
	background-color: #FE0000;
    color: #fff;
}
.fenye span #totalpage {
	padding: 5px 5px;
}

/* 新闻中心 */
.news-us {
	padding: 40px 0;
	padding-bottom: 125px;
}
.news-us .container {
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 3px;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}
.news-bd-dsc {
	position: relative;
	margin-top: 65px;
}
.text-des,
.img-des {
	float: left;
}
.news-bd-dsc li a {
	display: block;
	position: relative;
}
.news-bd-dsc li {
	margin-top: 25px;
	padding-bottom: 20px;
    overflow: hidden;
    padding: 28px 0;
    border-bottom: solid 1px #BDBDBD;
    position: relative;
}
.text-des {
	float: left;
	width: 900px;
	border-right: 1px solid #BDBDBD;
	padding: 0 40px;
}
.news-tips {
	position: absolute;
	right: 0;
	top: 7%;
    width: 36px;
    height: 36px;
    background: url("in_arrow.png") no-repeat center top;
    overflow: hidden;
    border-radius: 50%;
    border: solid 1px #3a3a3a;
    margin: 32px 20px 0 0;
    transition: all .3s ease-in-out;
}
.news-bd-dsc li a:hover .news-tips {
	background-position:center -36px;
	border-color:#FE0000;
	background-color:#FE0000;
	margin-right:36px;
}
.text-des h2 {
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 8px;
	color: #1a1a1a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .3s ease-in-out;
}
.text-des .date {
	display: inline-block;
	font-size: 13px;
	font-style: normal;
	color: #777;
	padding-bottom: 20px;
	position: relative;
	transition: all .3s ease-in-out;
}
.text-des .date::after {
	content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 0px;
    height: 1px;
    background: #666;
    transition: all .3s ease-in-out;
}
.news-bd-dsc li a:hover h2 {
	color: #FE0000;
}
.news-bd-dsc li a:hover .date {
	padding-left: 40px;
}
.news-bd-dsc li a:hover .text-des .date::after {
	width: 70px;
}
.text-des p {
	color:#aaa;
	font-size:12px;
	line-height:20px;
	overflow:hidden;-webkit-line-clamp:2;
	-moz-line-clamp:2;
	-o-line-clamp:2;
	line-clamp:2;
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-o-box-orient:vertical;
	box-orient:vertical;
	display:-webkit-box;
	display:-moz-box;
	display:-o-box;
	display:box;
	max-height:40px;
}
/* 联系我们 */
.contact {
	padding: 80px 0;
	color: #000;
}
.contact .container {
	background-color: #fff;
	padding: 30px 20px;
}
.contact p {
	padding-top: 20px;
}
.contact .both-title {
	padding-bottom: 20px;
	border-bottom: 1px solid #323230;
}
.email,
.z-place,
.tel-jl,
.tel-kf {
	margin-top: 40px;
	font-size: 25px;
	color: #fff;
	padding: 0 25px;
}
/* 新闻内页 */
.detail {
	padding: 80px 0;
}
.detail .container {
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 10px rgba(0,0,0,.4);
}
.about-bd {
	margin-top: 20px;
}
.detail .title {
	text-align: center;
	border-bottom: 1px solid #BDBDBD;
}
.detail .title h2 {
	font-weight: normal;
	color: #FE0000;
	font-weight: normal;
	text-align: center;
}
.detail .title span {
	display: inline-block;
    color: #888;
    font-size: 13px;
    margin: 10px 8px;
    padding: 8px 0;
}
.detail .bd p {
	color: #333333;
	line-height: 2;
}
.detail .bd p a {
	color: #000;
}
.detail .bd p div {
	padding: 10px 0;
}
.page-to {
	position: relative;
	color: #aaa;
	border-bottom: 1px solid #BDBDBD;
	font-size: 15px;
	margin-top: 20px;
}
.page-to span em {
	font-style: normal;
}
.page-to .prev,
.page-to .next {
	position: absolute;
	padding: 5px 10px;
	border: 1px solid #e4eaec;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.page-to .prev {
	left: 0;
	top: 20px;
}
.page-to .next {
	right: 0;
	top: 20px;
}
.page-to span a {
	color: #aaa;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .2s ease-in-out;
}
.page-to span:hover {
	color: #FE0000;
	border-color: #FE0000;
}
.page-to span:hover a {
	color: #FE0000;
}
/* 相关文章推荐 */
.xgwz {
	padding-top: 80px;
}
.xgwz h6 {
	color: #4F4F4F;
	padding-bottom: 18px;
	font-size: 15px;
}
.xgwz ul {
	padding: 10px;
	border: 1px solid #bdbdbd;
}
.xgwz li {
	display: inline-block;
	width: 40%;
	padding: 5px 0;
	position: relative;
	font-size: 15px;
}
.xgwz li a {
	display: inline-block;
	float: left;
	color: #aaa;
	transition: all .2s ease-in-out;
}
.xgwz li a:hover {
	color: #C81528;
}
.xgwz li span {
	display: inline-block;
	color: #aaa;
	float: right;
}
/* 根据屏幕的大小进行变化 */
@media only screen and (max-width:1368px){
	.slider .slider-img ul li img {
		width: 1400px;
	}
}