/* about */
.thisclass{
background-color: #2d9b39!important;
color: #fff!important;
border: 1px solid #2d9b39!important;
}

.jh_fl{
	float: left;
	width: 45%;
}
.jh_fr{
	float: right;
	width: 50%;
}
.ktit{
	text-align: center;
	margin-bottom: 40px;
}
.ktit h2{
	font-size: 30px;
	color: #333;
}
.ktit p{
	color: #777;
	text-transform: uppercase;
}
.jh_fr h4{
	font-size: 20px;
	color: #444;
	margin-bottom: 15px;
}
.jh_fr p{
	line-height: 2;
	font-size: 15px;
	color: #777;
}
.jh_img{
	margin-top: 40px;
}
.jh_img img{
	width: 100%;
}
.jg_zuo{
	float: left;
	width: 47%;
}
.jg_you{
	float: right;
	width: 47%;
}
.bng{
	padding: 80px 0;
	color: #fff;
	text-align: center;
}
.bng h4{
	font-size: 23px;
	margin-bottom: 18px;
}
.bng p{
	font-size: 15px;
	line-height: 2;
}
.tg_fl{
	width: 40%;
	height:300px;
	float: left;
	overflow: hidden;
}
.tg_n{
	background-size: cover;
	width: 100%;
	height: 100%;
}
.tg_fr{
	float: right;
	width: 55%;
	padding-top: 15px;
}
.tg_fr p{
	line-height: 2;
	font-size: 15px;
}
/* 菜品 */
.can_ul{
	margin: 0 -2%;
}
.can_ul li{
	float: left;
	width: 29.3333%;
	margin: 0 2% 30px;
}
.can_img{
	height: 260px;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.can_ul li:hover .can_tu{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.can_tu{
	background-size: cover;
	height: 100%;
	-webkit-transition: all 1.1s;
	-moz-transition: all 1.1s;
	-ms-transition: all 1.1s;
	-o-transition: all 1.1s;
	transition: all 1.1s;
}
.can_con{
	background-color:#179a36;
	padding: 10px;
	text-align: center;
}
.can_con p{
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	color: #fff;
}
/* 新闻 */
.xi_bot li {
    border-bottom: 1px solid #d1c8c0;
    position: relative;
    height: 260px;
    padding-left: 440px;
    margin-bottom: 25px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.xi_bot li a {
    display: block;
}
.xi_bot li:hover{
	background-color: #eee;
}
.xb_img {
    width: 400px;
    height: 259px;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.xb_con h4 {
    color: rgb(45,155,57);
    font-size: 18px;
    padding-top: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xb_con span {
    display: block;
    font-size: 14px;
    color:#2bb538;
    padding: 12px 0;
}
.xb_con p {
    line-height: 1.8;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article{
	background-color: #eee;
}
.artc{
	background-color: #fff;
	padding:40px;
}
.ar_tit{
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #eee;
}
.ar_tit h4{
	font-size: 18px;
	margin-bottom: 10px;
}
.ar_tit p{
	font-size: 13px;
	color: #888;
}
.arcc p{
	line-height: 2;
	margin-bottom: 10px;
	color: #777;
	font-size: 15px;
}
/* 加盟*/
.y_sh{
	text-align: center;
	padding: 80px 0;
}
.y_sh h4,.lyan h4{
	font-size: 20px;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
}
.y_sh h4:before,.yhua h2:before,.lyan h4:before{
	position: absolute;
	content:"";
	left: 50%;
	width: 2em;
	margin-left: -1em;
	bottom: 0;
	height: 2px;
	background-color:#179a36;
}
.y_sh p{
	line-height: 2;
	font-size: 15px;
	color: #777;
}
.yhua h2{
	text-align: center;
	color:#fff;
	position: relative;
	font-size: 29px;
	padding-bottom: 5px;
	margin-bottom:45px;
}
.yh_ul{
	text-align: center;
}
.yh_ul li{
	display: inline-block;
	width: 22%;
	margin: 0 1% 20px;
	border:1px dashed #eee;
	box-sizing: border-box;
	height:160px;
	border-radius: 5px;
	vertical-align: bottom;
}
.ot_div{
	margin: 15px;
	background-color: #fff;
	padding: 15px;
	height: 100px;
	border-radius: 5px;
}
.yh_ul li:hover .ot_div{
	background-color: rgba(255,255,255,0.9);
}
.ot_div h4{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.ot_div p{
	line-height: 1.5;
	font-size: 14px;
	color: #888;
}
.ly_form input{
	display: block;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	margin-bottom: 10px;
	height: 40px;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.ly_form textarea{
	display: block;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	border: 1px solid #ddd;
	border-radius: 5px;
	resize:none;
	height: 160px;
	box-sizing: border-box;
	padding: 10px;
}
.ly_form{
	width: 600px;
	margin: 0 auto;
}
/* 联系 */
.lwo{
	background-color: #fff;
}
.lw_fl{
	width:500px;
	position: absolute;
	left: 0;
	top: 0;
}
.lw_item{
	background-color: #eee;
	margin-bottom: 15px;
	padding: 20px;
	text-align: center;
}
.dlo,.d_aw{
	width: 40px;
	margin-bottom: 10px;
}
.lw_item p{
	line-height: 1.6;
}
.lw_aa{
	background-color:rgb(45,155,57);
	text-align: center;
	padding: 20px;
	color: #fff;
}
.lw_con{
	position: relative;
	padding-left: 550px;
	height: 392px;
}
.lw_fr{
	height: 100%;
	background-size: cover;
}
.cpng{
	background-color: #eee;
}
.cg_u{
	border:1px solid #eb592c;
	padding: 20px;
}
.cg_fl,.cg_fr{
	width: 50%;
	height: 230px;
	float: left;
	background-size: cover;
	position: relative;
}
.cg_fl:before,.cg_fr:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background-color:rgba(235, 89, 44, 0.41);
	width: 100%;
	height: 100%;
}
.cg_fl{
	margin-top:-45px;
}
.cg_fr{
	margin-bottom:-45px;
}
.cg_zz{
	position: relative;
	z-index: 2;
	color: #fff;
	padding:50px 25px 15px; 
}
.cg_zz h4{
	font-size: 28px;
	margin-bottom: 8px;
}
@media (max-width:1200px){
	.jh_fl{
		margin-top: 15px;
	}
	.ktit h2,.yhua h2{
		font-size: 25px;
	}
	.ktit p{
		font-size: 14px;
	}
	.tg_fl{
		height: 368px;
	}
	.tg_fr{
		padding-top: 0;
	}
	.y_sh{
		padding: 60px 0;
	}
	.dfdfdffdfdfd{
		margin-bottom: 10px!important;
	}
}
@media (max-width:1080px){
	.can_img{
		height: 200px;
	}
	.xb_img{
		height: 220px;
	}
	.xi_bot li{
		height: 220px;
	}
	.xb_con h4{
		padding-top: 46px;
	}
	.y_sh{
		padding: 50px 0;
	}
	.yh_ul li{
		width: 30%;
	}
	.lw_fl{
		width: 400px;
	}
	.lw_con{
		padding-left: 428px;
		height: 416px;
	}
	.dfdfdffdfdfd{
		margin-bottom: 10px!important;
	}
}
@media (max-width:800px){
	.ba_fl, .ba_fr{
		padding: 15px 0;
	}
	.ba_yu{
		width: 50px;
		height: 50px;
		top: -7px;
	}
	.ba_box{
		padding-left: 50px;
	}
	.ba_wo{
		padding-left: 60px;
	}
	.tel{
		width: 40px;
		height: 40px;
		top: 0px;
	}
	.ba_con h4{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.ba_con p{
		font-size: 12px;
	}
	.ba_bot p{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.y_sh h4, .lyan h4{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.ba_bot h4{
		font-size: 17px;
	}
	.ktit {
    margin-bottom: 0px!important;
    }
	.jh_fl {
    display: block!important;float: inherit!important;margin: 0 auto!important;
    }
	.jh_fr{
		width: 100%;
	}
	.ktit h2{
		font-size: 22px;
	}
	.ktit p{
		font-size: 12px;
	}
	.jh_fr h4{
		font-size: 18px;
		margin-bottom: 10px;
		text-align: center;
	}
	.jh_fr p,.y_sh p{
		font-size: 14px;
		line-height: 1.8;
	}
	.jh_img{
		margin-top: 20px;
	}
	.tg_fl{
		display: none;
	}
	.tg_fr{
		width: 100%;
		padding-top: 0;
	}
	.can_ul li{
		width: 46%;
	}
	.xb_img{
		width: 300px;
	}
	.xi_bot li{
		padding-left: 330px;
	}
	.yhua h2{
		font-size: 20px;
	}
	.dfdfdffdfdfd{
		margin-bottom: 10px!important;
	}
}
@media (max-width:768px){
	.ot_div{
		padding: 10px;margin: 10px;
	}
	.yh_ul li{
		height: 175px;
	}
	.ly_form{
		width: 90%;
	}
	.lw_fr{
		display: none;
	}
	.lw_con{
		height: auto;
		padding-left: 0;
	}
	.lw_fl{
		width: 100%;
		position: initial;
	}
	.cg_zz h4{
		font-size: 24px;
	}
	.cg_zz p{
		font-size: 12px;
	}
	.cg_fl, .cg_fr{
		height: 170px;
	}
	.dfdfdffdfdfd{
		margin-bottom: 10px!important;
	}
}
@media (max-width:640px){
	.ba_fl, .ba_fr{
		text-align: center;
	}
	.tel,.ba_yu{display: none;}
	.ba_wo,.ba_box{
		display: inline-block;
		margin-right: 0;
		float: none;
		padding-left: 0;
	}
	.ba_box{margin-left: 0;}
	.ba_fl, .ba_fr{
		padding: 8px 0;
	}
	.ba_con h4{
		font-size: 16px;
		margin-bottom: 0;
	}
	.ba_bot p{
		font-size: 13px;
		margin-bottom: 0;
	}
	.ktit h2,.bng h4{
		font-size: 20px;
	}
	.jh_img{
		margin-top: 15px;
	}
	.bng p{
		font-size: 14px;
	}
	.xi_bot li{
		padding-left: 0;
		height: auto;
		margin-bottom: 15px;
	}
	.xb_img{
		position: initial;
		width: 100%;
	}
	.pagination{
		margin-bottom: 20px;
        margin-top: 15px;
	}
	.xb_con h4{
		padding-top: 20px;
		font-size: 16px;
	}
	.xb_con{
		padding-bottom: 5px;
	}
	.xb_con span{
		font-size: 12px;
		padding: 8px 0;
	}
	.xb_con p{
		font-size: 14px;
	}
	.y_sh{
		padding: 40px 0;
	}
	.yhua h2,.cg_zz h4{
		font-size: 18px;
	}
	.yh_ul li{
		width: 47%;
	}
	.lw_item{
		padding: 20px;
	}
	.cg_fl, .cg_fr{
		width: 100%;
	}
	.dfdfdffdfdfd{
		margin-bottom: 10px!important;
	}
}
@media (max-width:530px){
	.can_ul li{
		width: 100%;
		margin:0 0 15px;
	}
	.me-item1 {
    margin-top: 20px!important;
    }
	.can_ul{
		margin: 0;
	}
	.yh_ul li{
		width: 100%;
		height: auto;
		margin: 0 0 10px;
	}
	.ot_div{
		height: auto;
		padding: 15px;
	}
	.yhua h2{
		margin-bottom: 30px;
		padding-top: 30px;
	}
	.ly_form{
		width: 100%;
	}
	.ly_form input{
		height: 35px;
	}
	.ly_form textarea{
		height: 110px;
	}
	.dfdfdffdfdfd{
		margin-bottom: 10px!important;
	}
}
@media (max-width:414px){
	.ba_fl{
		width: 100%;
	}
	.ba_fr{
		display: none;
	}
	.ktit h2,.bng h4{
		font-size:18px;
	}
	.can_con p{
		font-size: 13px;
	}
	.y_sh{
		padding: 30px 0;
	}
	.cg_fl, .cg_fr{
		height: 151px;
	}
	.cg_fl{
		margin-top: -30px;
	}
	.ktit {
    margin-bottom: 0px!important;
    }
	.jh_fl {
    display: block!important;float: inherit!important;margin: 0 auto!important;
    }
	.cg_fr{
		margin-bottom: -30px;
	}
	.dfdfdffdfdfd{
		margin-bottom: 10px!important;
	}
}