
@import url('base.css');
/* 头部开始 */
header{
	width: 100%;
	height:96px;
}
.logo{
	width: 200px;
	/* height: 100%; */
    float: left;
    margin-top:10px;
    margin-left: 150px;
}
.logo>p{
	font-size: 14px;
	margin-left: -20px;
}
.head-main{
	width: 770px;
	height: 100%;
	float: right;
	/* margin: 0 226px; */
}
.head-main li{
	width: 101px;
	height: 43px;
	float: left;
	margin-right: 16px;
}
.head-main li:last-child{
	margin-right: 0;
}
.head-main li:nth-child(2)>a{
	background: #108e64;
	color: #fff;
}
.head-main li a{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 14px;
	color: #108e64;	
	line-height: 43px;
	text-align: center;
	margin-top: 30px;
}
.head-main>li>a:hover{	
	background: #108e64;
	color: #fff;
}
/* 头部结束 */
/* banner开始 */
main{
	width: 100%;
	height: auto;
	position: relative;
}
main>a{
    width: 100%;
    height: 580px;
    display: block;

}
main>a>img{
	width: 100%;
	height:100%;
	display: block;
}
.zhe{
	width: 100%;
	height: 580px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.zi1{
	height: 135px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -200px;
}
.zi1>p{
	font-size: 60px;
	float: left;
	color: #fff;
    line-height: 135px;
}
.zi1>p:first-child{
   color:#108e64;
   margin-right: 60px;
}
/* banner结束 */
/* 大盒子开始 */
.big-box{
	width: 1200px;
	height: auto;
	background: #fff;
	margin: 0 auto;
	box-shadow: 1px 19px 30px rgba(0,0,0,0.3);
	padding: 30px 50px;
	box-sizing: border-box;
}
.tishi{
	width: 100%;
	height:40px;
	margin: 0 auto 20px auto;
}
.icon-location_fill{
	float: left;
}
.tishi>p,.tishi>a{
	font-size: 14px;
	line-height:40px;
	color: #000;
	float: left;
}
.tishi>a:hover{
    text-decoration: underline;
}
.tishi>p:nth-of-type(2){
	font-size: 12px;
}
.big-top{
	width: 100%;
	height: auto;
	margin-left: 9px;
}
.big-top>div{
	width: 1px;
	height: 65px;
	background: #000;
	transform: rotateZ(15deg);
	float: left;
}
.big-top>p{
	font-size: 18px;
	line-height: 32px;
	margin-left: 20px;
}
/* 餐厅简介开始 */
.jianjie-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.jianjie-top{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 25px;
}
.jianjie-top>p{
	font-size: 18px;
	color: #565656;
	text-align: center;
	line-height: 32px;
}
.jianjie-top>p:nth-child(2){
	font-size: 22px;
	color: #000;
}
.jianjie-top>div{
	width: 400px;
	height: 1px;
	background: #565656;
	float: left;
	margin-top: 15px;
}
.jianjie-top>p:nth-of-type(3){
	float: left;
	margin: 0 110px;
}
.jianjie-main{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.jianjie-main>li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.jianjie-main>li:last-child{
	margin-bottom: 0;
}
.jianjie-main>li>div{
    width: 15px;
    height: 15px;
    background: #000;
    border-radius: 50%;
    float: left;
    margin-top: 10px;
}
.jianjie-main>li>p{
	font-size: 18px;
	color: #000;
	line-height: 35px;
	margin-left:34px;
}
.jianjie-main>li>p:nth-of-type(2){
	width: 1000px;
	font-size: 14px;
	color: #565656;
	line-height: 25px;
	margin-top: 15px;
}
.jianjie-huan{
	width: 100%;
	height: 350px;
	overflow: hidden;
	padding: 20px 20px;
}
.jianjie-huan>li{
	width: 300px;
	height: 300px;
	float: left;
	margin-right: 70px;
	position: relative;
	border-radius: 50%;
}
.jianjie-huan>li:last-child{
	margin-right: 0;
}
.jianjie-huan>li>img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: block;
	transition: all 0.4s;
}
.jianjie-huan>li>div{
	width: 100%;
	height:0;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	line-height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
	opacity: 0;
}
/* 餐厅简介结束 */
/* 发展愿望开始 */
.desire-box{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.desire-main{
	width: 100%;
	height: 150px;
	margin-top: 20px;
	position: relative;
}
.desire-main>div{
	width: 100px;
	height: 2px;
	background: #565656;
	float: left;
}
.desire-main>div:nth-of-type(2){
	width: 2px;
	height: 100px;
	margin-left: -100px;
}
.desire-main>div:nth-of-type(3){
	width: 100px;
	height: 2px;
	margin-left: 899px;
	margin-top: 150px;
}
.desire-main>div:nth-of-type(4){
	width: 2px;
	height: 100px;
	margin-left: 1097px;
	margin-top: -101px;
}
.desire-main>p{
	font-size: 18px;
	float: left;
	position: absolute;
	top: 80px;
	left: 100px;
}
/* 发展愿望结束*/
/* 大盒子结束 */
/* 关于我们开始 */
.about-box{
	width: 100%;
	height: 200px;
	background: #414b55;
	margin-top: 50px;
	overflow: hidden;
}
.about-main{
	width: 1000px;
	height: 100%;
	margin: 50px auto;
}
.about-main>div{
	width: 300px;
	height: 100%;
	float: left;
}
.about-left>p{
    font-size: 18px;
    color: #108e64;
}
.about-center>p,.about-right>p{
	font-size: 18px;
	color: #979faa;
}
.about-center>a{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	float: left;
	padding-top: 2px;
	/* background: #fff; */
	margin-right: 20px;
	margin-top: 20px;
}
.about-center>a:first-of-type{
	background: #108e64;
}
.about-right>p:nth-child(1)~p{
	font-size: 12px;
	line-height: 30px;

}
/* 关于我们结束 */