
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
*{ padding:0px; margin:0px;box-sizing:border-box;}
body {font-family: 微软雅黑,宋体, Arial, sans-serif;min-width:1200px;background-color:#f5f5f5;}
a {text-decoration:none;}
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
ol, ul {list-style:none;}
li{ list-style:none;}
.clear:after{content: "";display: block;height: 0px;clear: both;}
.c {clear:both;}


/*成为家厨*/
#become_chef{
	width:790px;
	height:300px;
	background:#fff;
	position: fixed;
	left:50%;
	margin-left:-385px;
	top:50%;
	margin-top:-150px;
	z-index: 999;
	padding-top:50px;
	padding-left:50px;
	display: none;
}
#become_chef .pic{
	float: left;
	display: block;
	width:200px;
	height:200px;
}
#become_chef .infor{
	float: left;
	width:520px;
	padding-left:50px;
}
#become_chef .infor h4{
	font-size:32px;
	color:#f4aa11;
	line-height:32px;
	margin-bottom:10px;
}
#become_chef .infor p{
	font-size:24px;
	color:#333333;
	line-height:1.8;
}
#become_chef .close{
	width:35px;
	height:35px;
	position: absolute;
	right:15px;
	top:15px;
	cursor: pointer;
	text-align:center;
	line-height:0;
	padding-top:5px;
}
#become_chef .close img{
	width:25px;
	height:25px;
}
/*banner*/
#banner{
	width:100%;
	height:1275px;
	position: relative;
	overflow: hidden;
}
#banner .nav{
	width:1200px;
	height:70px;
	margin:0 auto;
	position: relative;
	z-index:9;
}
#banner .nav a{
	display: block;
	float: right;
	height:40px;
	padding:0 10px;
	margin:15px 20px 0;
	text-align: center;
	line-height:40px;
	font-size:16px;
	color:#fff;
	min-width:80px;
}
#banner .nav a:hover{
	background:#f4aa11;
}
#banner .banner_pic img{
	width:1920px;
	height:1275px;
	position: absolute;
	left:50%;
	margin-left:-960px;
	top:0;
	display: none;
}
#banner .prompt{
	width:1200px;
	height:400px;
	position: absolute;
	left:50%;
	margin-left:-600px;
	top:300px;
	z-index:9;
	text-align: center;
}
#banner .prompt h2{
	font-size:100px;
	color:#fff;
	font-weight:normal;
}
#banner .prompt h3{
	font-size:38px;
	color:#fff;
	font-weight:normal;
	margin-top:10px;	
}
#banner .prompt .eject{
	width:150px;
	height:60px;
	margin:60px auto 0;
	background:#ffad02;
	border-radius:8px;
	line-height:60px;
	font-size:24px;
	color:#fff;
	cursor: pointer;
}

/*底部导航*/
#nav_bottom{
	width:100%;
	height:300px;
	background:#362e2b;
}
#nav_bottom .nav{
	width:1200px;
	margin:0 auto;
	height:65px;
	border-bottom:1px solid #666;
}
#nav_bottom .nav a{
	display: block;
	float: left;
	height:64px;
	font-size:16px;
	color:#fff;
	line-height:64px;
	text-align: center;
	padding:0 10px;
	margin-right:30px;
}
#nav_bottom .message{
	width:1200px;
	margin:0 auto;
	padding-top:30px;
	padding-left:185px;
}
#nav_bottom .message .code{
	float: left;
	width:103px;
	margin-right:100px;
}
#nav_bottom .message .code img{
	display:block;
	width:103px;
	height:103px;
}
#nav_bottom .message .code p{
	text-align: center;
	line-height:1.8;
	padding:0 15px;
	font-size:16px;
	color:#fff;
}
#nav_bottom .message .contact{
	float: left;
	width:400px;
}
#nav_bottom .message .contact p{
	font-size:14px;
	color:#fff;
	margin-bottom:13px;
}

/*footer*/
#footer{
	width:100%;
	height:40px;
	line-height:40px;
	background:#232323;
	font-size:16px;
	color:#fff;
	text-align: center;
}