#food-banner{
	height: 800px;
	width: 100%;
}
#food-banner .banner{
	width: 100%;
	height: 100%;
	background-image: url(../images/food/banner.png);
	
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: 100% 100%;*/
	background-size: cover;
	
}
#food-banner .banner p{
	font-size: 120px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 140px;
	
	letter-spacing: 4px;
}

#food-banner .banner p:last-child{
	font-size: 72px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 72px;
	
	margin-top: 44px;
}

/*正文*/
#food{
	width: 100%;
	
	background-color: #fafafa;
	
}


/*列表*/
#food .body-content{
	width: 100%;
	padding-top: 120px 0;
}


#food h2{
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	
	text-align: center;
}

#food h2 p:nth-child(2){
	font-size: 24px;
	
	color: #666666;
	line-height: 24px;
	
	margin: 28px 0;
}

#food h2 p:nth-child(3){
	width: 200px;
	height: 4px;
	background: #E42826;
	border-radius: 2px;
}

/*业务板块*/
.profile-content{
	padding: 120px 0;
}

.profile-content .profile-intro{
	width: 1300px;
}
/*图片*/
.profile-content .profile-intro .profile-intro-img{
	width: 620px;
	height: 560px;
	
	margin-right: 30px;
}
.profile-content .profile-intro .profile-intro-img img{
	width: 100%;
	height: auto;
	
	min-height: 100%;
	display: block;
}
/**/
.profile-content .profile-intro .profile-intro-text{
	width: 650px;
}

.profile-content .profile-intro .profile-intro-text p{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	
	margin-bottom: 10px;
	
	text-indent: 2em;
}

/*产品中心*/
.introduction{
	padding: 120px 0;
	
	background-color: #FFFFFF;
}

.introduction ul{
	width: 1200px;
}

.introduction  ul li{
	width: 360px;
	height: 500px;
	
	position: relative;
	margin-right: 35px;
	
}
.introduction  ul li:last-child{
	margin: 0;
}
/**/
.introduction ul li img{
	width: 100%;
	height: 100%;
	
	display: block;
}

.introduction ul li p{
	width: 100%;
	height: 80px;
	
	text-align: center;
	
	background: rgba(0,0,0,0.8);
	
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 80px;
	
	position: absolute;
	bottom: 0;
	left: 0;
}

/*查看更多*/

.check-all{
	margin-top: 60px;
	
	padding-bottom: 10px;
	
	border-bottom: 1px solid #999999;
}

.check-all a{
	display: inline-block;
	
	font-size: 24px;
	font-weight: bold;
	
	color: #999999;
	line-height: 24px;
	
}

.check-all:hover{
	cursor: pointer;
	border-bottom-color: #E60026;
}
.check-all:hover a{
	color: #E60026;
}


/*全产业链*/
.industry{
	padding: 120px 0 62px 0;
	background-color: #fafafa;
}

.industry ul{
	width: 900px;
}
.industry ul li{
	/*margin-right: 154px;*/
	margin: 0 20px;
	margin-bottom: 35px;
}

.industry ul li div{
	width: 300px;
	height: 300px;
	
	overflow: hidden;
	margin-bottom: 30px;
}
.industry .content ul li div img{
	width: 100%;
	height: 100%;
	
	min-height: 100%;
	
	display: block;
}


/*文字*/
.industry ul li p{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
	
	text-align: center;
}
