@charset "utf-8";
/* CSS Document */

/*about banner*/
.about_banner{
	width: 100%;
	margin-top: 100px;
}
.about_banner img{
	width: 100%;
	height: 100%;
}

/*关于餐引力*/
.about{
	width: 100%;
	height:440px;
	margin-top: 100px;
}
.about_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.about_left{
	width: 38%;
	height: 100%;
}
.about_left img{
	width: 489px;
	height: 60px;
}
.about_left span{
	font-size:30px ;
	color: #434343;
}
.about_right {
	width: 58%;
	height: 100%;
	color: #434343;
	border-bottom: 1px solid #333;
	overflow: hidden;
}
.about_right p{
	font-size: 16px;
	line-height: 46px;
}

/*联系餐引力*/
.contact{
	width: 100%;
	height: 412px;
	margin-top: 100px;
}
.contact_bg{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.contact_left{
	width: 50%;
	height: 100%;
}
.contact_left img{
	width: 489px;
	height: 60px;
}
.contact_left span{
	font-size:30px ;
	color: #434343;
}
.contact_right {
	width: 50%;
	height: 100%;
	color: #434343;
	overflow: hidden;
}
.contact_right p{
	font-size: 18px;
	line-height: 55px;
}
.contact_right span{
	font-size: 18px;
	color: #000;
	display: block;
	margin-top:30px;
	font-weight: 600;
}
.contact1{
	/*height: 630px;*/
	margin-top: 90px;
	width: 100%;
}
.contact_bg1{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.contact_left1{
	width: 38%;
	height: 100%;
	color: #434343;
}
.contact_left1 p{
	font-size: 18px;
	line-height: 50px;
}
.contact_left1 img{
	width: 210px;
	height: 210px;
	margin-top: 20px;
}
.contact_right1{
	width: 58%;
	height: 100%;
	color: #434343;
	overflow: hidden;
}
.contact_right1 p{
	font-size: 18px;
	line-height: 50px;
	margin-top:50px;
}
.contact_right1 img{
	width: 100%;
	height: 470px;
	margin-top: 10px;
}