

/*家厨在线信息*/
#message_chef{
	width:100%;
	padding:60px 0 30px;
	text-align: center;
}
#message_chef h4{
	font-size:32px;
	color:#333333;
	font-weight: normal;
}
#message_chef .infor{
	padding-top:20px;
	font-size:16px;
	color:#666666;
	line-height:1.8;
}

/*厨师信息*/
#cooker{
	width:1200px;
	margin:0 auto;
}
#cooker .header{
	width:380px;
	display: flex;
	margin:0 auto;
}
#cooker .header img{
	width:22px;
	height:54px;
}
#cooker .header .text{
	flex: 1;
	text-align: center;
}
#cooker .header .text h4{
	font-size:12px;
	color:#333333;
	font-weight: normal;
}
#cooker .header .text h5{
	font-size:32px;
	color:#333333;
	font-weight: normal;
}
#cooker .cooker_list{
	padding-top:50px;
	width:1230px;
	margin-left:-15px;
}
#cooker .cooker_list li{
	float: left;
	width:267px;
	margin:0 20px;
}
#cooker .cooker_list li .pic{
	width:267px;
	height:400px;
	overflow:hidden;
}
#cooker .cooker_list li img{
	display: block;
	width:267px;
	height:400px;
	transition: all 0.5s ease 0s;
}
#cooker .cooker_list li .infor{
	width:267px;
	height:400px;
	background:url(../img/bg-cooker.png) no-repeat;
	text-align: center;
	padding-top:30px;
	line-height:1;
	transition: all 0.5s ease 0s;
}
#cooker .cooker_list li .infor .name{
	font-size:24px;
	color:#333333;
	transition: all 0.5s ease 0s;
}
#cooker .cooker_list li .infor .address{
	font-size:16px;
	color:#333333;
	margin-top:20px;
}
#cooker .cooker_list li .infor .line{
	width:80px;
	height:3px;
	margin:20px auto 0;
	background:#333333;
	transition: all 0.5s ease 0s;
}
#cooker .cooker_list li .infor .text{
	font-size:16px;
	color:#333333;
	padding:15px 20px 0;
	line-height:28px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
#cooker .cooker_list li:hover img{
	width:287px;
	height:420px;
	margin-left:-10px;
	margin-top:-10px;
	transition: all 0.5s ease 0s;
}
#cooker .cooker_list li:hover .infor{
	background:url(../img/bg-cooker-active.png) no-repeat;
	transition: all 0.5s ease 0s;
}
#cooker .cooker_list li:hover .infor .name{
	color:#ffad02;
	transition: all 0.5s ease 0s;
}
#cooker .cooker_list li:hover .infor .line{
	background:#FFAD02;
	transition: all 0.5s ease 0s;
}

/*分享厨艺*/
#share{
	width:1200px;
	margin:0 auto;
	padding:90px 0 140px;
}
#share .title_img{
	width:205px;
	height:412px;
	float: left;
	margin-left:90px;
}
#share .share_list{
	float: left;
	width:800px;
	margin-left:100px;
}
#share .share_list .item{
	float: left;
	width:300px;
	height:180px;
	margin:0 25px 40px;
	position: relative;
}
#share .share_list .item img{
	width:100%;
	height:100%;
	display: block;
}
#share .share_list .item .infor{
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	background:rgba(255,255,255,0.9);
	padding-top:30px;
	padding-left:30px;
	opacity: 0;
	transition: all 0.8s ease 0s;
}
#share .share_list .item .infor .title{
	float: left;
	width:20px;
	text-align: center;
	line-height:30px;
	font-size:18px;
	color:#333;
}
#share .share_list .item .infor .text{
	float: left;
	margin-left:35px;
	width:195px;
	font-size:16px;
	color:#333333;
	line-height:1.8;
	margin-top:13px;
}
#share .share_list .item:hover .infor{
	opacity:1;
	transition: all 0.8s ease 0s;
}

/*流程*/
#process{
	width:1200px;
	margin:0 auto;
	padding-bottom:50px;
}
#process .header{
	width:380px;
	display: flex;
	margin:0 auto;
}
#process .header img{
	width:22px;
	height:54px;
}
#process .header .text{
	flex: 1;
	text-align: center;
}
#process .header .text h4{
	font-size:12px;
	color:#333333;
	font-weight: normal;
}
#process .header .text h5{
	font-size:32px;
	color:#333333;
	font-weight: normal;
}
#process ul{
	padding-top:70px;
}
#process ul li{
	float: left;
	width:20%;
	text-align: center;
}
#process ul li img{
	height:80px;
}
#process ul li .title{
	font-size:24px;
	color:#333333;
	margin-top:10px;
}
#process ul li .prompt{
	font-size:16px;
	color:#333333;
	width:75%;
	margin:10px auto 0;
	line-height:1.5;
}

/*来家厨吃饭*/
#invite{
	width:1200px;
	margin:0 auto;
}
#invite .header{
	width:450px;
	display: flex;
	margin:0 auto;
}
#invite .header img{
	width:24px;
	height:54px;
}
#invite .header .text{
	flex: 1;
	text-align: center;
}
#invite .header .text h4{
	font-size:12px;
	color:#333333;
	font-weight: normal;
}
#invite .header .text h5{
	font-size:28px;
	color:#333333;
	font-weight: normal;
}
#invite ul{
	padding:50px 0;
}
#invite ul li{
	float: left;
	width:300px;
	height:500px;
	margin-left:150px;
	transition: all 0.8s ease 0s;
}
#invite ul li:first-child{
	margin-left:0;
}
#invite ul li img{
	display:block;
	width:300px;
	height:300px;
}
#invite ul li .title{
	height:50px;
	line-height:70px;
	font-size:24px;
	color:#333333;
	padding:0 15px;
}
#invite ul li .prompt{
	font-size:16px;
	color:#333333;
	margin-top:10px;
	line-height:1.8;
	padding:0 15px;
}
#invite ul li:hover{
	box-shadow: 5px 5px 20px #c4c4c4;
	transition: all 0.8s ease 0s;
}

/*关于我们*/
#about{
	width:100%;
	height:500px;
	/*background: url(../img/bg-about.png) no-repeat center center;
	background-size:1920px 500px;*/
}
#about .content{
	width:1200px;
	margin:0 auto;
}
#about .content img{
	float: left;
	width:200px;
	height:400px;
}
#about .content .text{
	float: left;
	width:1000px;
	padding:180px 100px 0;
	text-align: center;
}
#about .content .text p{
	line-height:1.8;
	font-size:18px;
	color:#ffad02;
}

/*新闻*/
#news{
	width:1200px;
	margin:0 auto;
	padding-top:50px;
}
#news .header{
	width:220px;
	display: flex;
	margin:0 auto;
}
#news .header img{
	width:24px;
	height:54px;
}
#news .header .text{
	flex: 1;
	text-align: center;
}
#news .header .text h4{
	font-size:12px;
	color:#333333;
	font-weight: normal;
}
#news .header .text h5{
	font-size:28px;
	color:#333333;
	font-weight: normal;
}
#news .wrap{
	padding-top:50px;
	height:400px;
	position: relative;
	overflow-x: hidden;
}
#news .wrap .news_list{
	width:1000%;
	height:350px;
	position: absolute;
	top:50px;
	left:0;
}
#news .wrap .news_list li{
	float: left;
	width:240px;
	height:350px;
	margin:0 80px;
	padding-top:70px;
	text-align: center;
	transition: all 0.5s ease 0s;
}
#news .wrap .news_list li .text{
	width:180px;
	margin:0 auto;
	line-height:24px;
	font-size:16px;
	color:#333333;
	height:168px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}
#news .wrap .news_list li .line{
	width:30px;
	height:3px;
	background:#333;
	margin:10px auto 0;
}
#news .wrap .news_list li img{
	display: block;
	width:50px;
	height:23px;
	margin:25px auto 0;
}
#news .wrap .news_list li:hover{
	box-shadow:5px 5px 20px #c4c4c4;
	transition: all 0.5s ease 0s;
}
#news .wrap .news_list li:hover .text{
	color:#ffad02;
	text-decoration: underline;
	transition: all 0.5s ease 0s;
}
#news .wrap .prev{
	position: absolute;
	left:0;
	top:205px;
	cursor: pointer;
}
#news .wrap .next{
	position: absolute;
	right:0;
	top:205px;
	cursor: pointer;
}

