.content{
}
.content-item{
	width: 1200px;
	margin: 0 auto;
}
.catering-title-banner{
	background: url('../images/catering-bc.jpg') center center;
	min-width: 1200px;
	height: 600px;
	margin:0 auto;
	background-repeat: no-repeat;
}
.catering-phone1-box{
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}
.catering-phone1{
	margin-left: 136px;
	position: relative;
	top: 110px;
}
.catering-phone1-des{
	margin-left: 100px;
	position: relative;
	top: 200px;
}
.catering-phone1-des h3 ,.catering-phone1-des h4{
	color: white;
	padding: 0;
	margin:0;
	font-size: 20px;
	line-height: 35px;
}
.catering-function{
	height: 418px;
	width: 1200px;
	margin:0 auto;
	box-sizing: border-box;
	padding: 0 90px;
	padding-top: 167px;
	box-sizing: border-box;
}
.catetring-function-item{
	float: left;
	width: 20%;
	box-sizing: border-box;
	
	text-align: center;
}
.catetring-function-item>i{
	margin: 0 auto;
}
.catetring-function-item>p{
	font-size: 20px;
	margin-top: 28px;
	line-height: 20px;
}
.function-location{
	height: 612px;
}
.function-location-des{
	margin-top: 240px;
	margin-left: 130px;
}
.function-location-des>h2{
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 38px;
	color: white;
}
.function-location-des>p{
	font-size: 18px;
	line-height: 30px;
	color: white;
}
.catering-complex{
	height: 640pxl
}
.catering-complex-des{
	margin-left: 121px;
	margin-top: 227px;
	color: #aaaaaa;
	font-size: 18px;
	line-height: 38px;
}
.catering-complex-des>h2{
	font-size: 32px;
	line-height: 32px;
	color: white;
}
.catering-complex-des>i.sprite-10{
	margin-left: 40px;
}
.catering-server{
	height: 700px;
}
.catering-server-des {
	margin-left: 78px;
	margin-top: 235px;
	font-size: 18px;
	color: #91c7ff;
	line-height: 38px;
}
.catering-case{
	height: 565px;
	text-align: center;
}
.catering-case-title{
	font-size: 34px;
	height: 34px;
	padding: 100px 0;
}
.catering-case-qrcode{
	width: 1200px;
}
.catering-case-item-box{
	width: 25%;
	height: 300px;
	box-sizing: border-box;
}
.catering-case-item{
	margin:0 auto;
	margin-top: 15px;
	width: 270px;
	height: 270px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 30px;
	box-shadow: 0 0 8px #ddd;
    transition: .4s;
	
}
.qrcode-title{
	font-size: 
}
.catering-case-item>img{
	margin-top: 30px;
	margin-bottom: 20px;
}
.hover-big{
	font-size: 12px;
	color: #999999;
}
.catering-case-item:hover{
	margin: 0 auto;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 30px #ccc;
    position: relative;
    top: 15px;
}
.catering-case-item:hover>img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.hover-none{
    transition: .2s;
}
.hover-show{
	display: none;
	transition: .4s;
}
.catering-case-item:hover .hover-none{
	display: none;
}
.catering-case-item:hover .hover-show{
	display: block;
}
