.pagelocationBox{
	margin-top:100px;
}
/*=================    GM代码  END   ========================*/
.headerTitle{
	width:1200px;
	margin:0 auto;
}
.headerBox{
	width:600px;
	margin:50px auto 0;
	text-align: center;
	position:relative;
}

.leftLeaf{
	position:absolute;
   width:109px;
   height:100px;
   background:url("../img/leaf2.png") no-repeat;
   background-size:cover;
   margin-top:-10px;
}
.rightLeaf{
   position:absolute;
   width:109px;
   height:50px;
   background:url("../img/leaf.png") no-repeat;
   background-size:cover;
   right:20px;
   top:30px;
}

.headerBox .serviceHeader h1 {
    font-size: 32px;
    color: #333333;
    letter-spacing: 26px;
    padding-left: 76px;
    background: url(../img/cs.png) no-repeat;
    background-position: 25% -10px;
}
.headerBox .serviceHeader p {
    font-size: 14px;
    padding-top: 10px;
    color: #3D3D3D;
    letter-spacing: 4px;
}

/*=================    GM代码  END   ========================*/

.tabBox{
	width:1200px;
	margin:0 auto;
	margin-top:45px;
}
.tabBox .tablist{
	text-align: center;
	padding:0 0 30px 0;
}
.tablist h2{
	display: inline-block;
	font-size:36px;
	color:#666666;
	padding-right:30px;
	cursor: pointer;

}
.tablist h2.firstHerf{
	border-right:5px solid #BFBFBF;
}
.tablist h2.lastHerf{
	padding-left:30px;
}
.tablist h2.actived{
	color:#D53421;
}
.tabBox .tabcontent{
	height:120px;
	/* background:url("../img/yy_bg.png") no-repeat; */
	background-size:100%;
	border:1px solid #e6e6e6;
	border-radius:4px;
}
.tabcontent .content{
	display:flex;
	height:120px;
	line-height:60px;
}
.content .regionTitle{
	width:90px;
	text-align: center;color:#000;
	font-size:16px;
}
.content .regionTitle>span{
	letter-spacing: 10px;
}
.regionContent{
	flex:1;
}
.transform{
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);		
}
.tabcontent .content a{
	display: inline-block;
	color:#000;
	font-size:16px;
	padding:10px 20px;
	text-align: center;
	line-height:16px;
	border-radius: 4px;
	margin-left:10px;
}

.tabcontent .content .selects{
   background:#D53421;
   color:#fff;
}


.eatBox{
	width: 1200px;
    margin: 0 auto;
	margin-top:40px;
	min-height: 300px;
}
.eatList{
	margin-right: -75px;
}
.eatList .navList{
	width:350px;
	float:left;
	margin-right:75px;
	margin-top:35px;
	
	
	border-bottom: 1px solid #DCDCDC;
}
.eatList .navList:hover{
	
	/* border: 1px solid #DCDCDC; */
	box-shadow: 0 0 5px #ccc;
}
.navList .listImg{
	width:350px;
	height:230px;
	background-color: #eee;
}
.navList .listImg img{
	width:350px;
	height:230px;
	cursor: pointer;
}
.listWord{
	padding-bottom:20px;
	padding-top:24px;
	width:350px;
	position:relative;
}
.listWord .title{
	color:#333333;
	font-size:16px;
	overflow:hidden; 
	text-align: center;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	padding-bottom:15px;
}
.describeLink{
	color:#333333;
}

.listWord .describe{
	padding: 0 5px;
	color:#646464;
	font-size:14px;
	line-height:24px;
	height:48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}
.listWord .detail{
	position:absolute;
	width:91px;
	height:28px;
	line-height:28px;
	text-align: center;
	background:rgba(221,141,36,1);
	border-radius:14px;
	font-size:14px;
	color:#fff;
	cursor: pointer;
	right:0px;
	margin-top:-28px;
}

.paging{
	width:1200px;
	margin:40px auto;
}
/*=================    GM代码  END   ========================*/
.foot .footerimgtop {
    position: absolute;
    top: -10px;
    left: 0;
    height: 0px;
    width: 100%;
    background: none;
    background-size: 100% 100%;
}
.foot {
    margin-top: 0px;
}