body{
    font-family: "微软雅黑";
}
/*copy 部分*/
.content-item{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.catering-case{
    height: 565px;
    text-align: center;
}
.catering-case-qrcode{
    width: 1200px;
}
.catering-case-item-box{
    width: 25%;
    height: 300px;
    box-sizing: border-box;
}
.catering-case-item{
    margin:0 auto;
    background: white;
    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;
}
.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;
}
/*copy部分结束*/
/*hotel-container start*/
.content-item{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.hotel-header {
    width: 100%;
    height: 600px;
    background: url("../images/hotel-backgroud1.jpg") no-repeat center top;
}
.hotel-header-body {
    padding: 166px 0 0 542px;
    text-align: left;
}
.hotel-header-body h3 {
    font-size: 31px;
    line-height: 31px;
    color: #fff;
    margin-bottom: 52px;
}
.hotel-header-body p {
    font-size: 21px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 30px;
}
.hotel-style-title {
    margin: 72px auto 74px;
}
.hotel-style-title h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}
.hotel-style-body {
    overflow: hidden;
}
.hotel-style-item {
    float: left;
    margin: 0 0 80px 175px;
    width: 100px;
    height: 124px; 
}
.hotel-style-item:first-child {
    margin-left: 0;
}
.hotel-style-item p {
    font-size: 18px;
    line-height: 18px;
    color: #333;
}
.hotel-style-item .iconfont {
    color: #fa6d1b;
    width: 100px;
}
.hotel-style-item .icon-jiudian {
    font-size: 74px;
    line-height: 75px;
}
.hotel-style-item .icon-jiudian1{
    margin-top: 6px;
    font-size: 74px;
    line-height: 75px;
}
.hotel-style-item .icon-kezhangongyu-copy {
    font-size: 66px;
    line-height: 67px;
}
.hotel-style-item .icon-fill1 {
    font-size: 68px;
    line-height: 69px;
}
.hotel-style-item .icon-kezhan {
    font-size: 100px;
    line-height: 96px;
}
.hotel-neck {
    width: 100%;
    height: 450px;
    background: url("../images/hotel-ground2.jpg") no-repeat center top;
}
.hotel-neck-body {
    padding: 178px 0 0 542px;
    text-align: left;
}
.hotel-neck-body p {
    font-size: 21px;
    line-height: 21px;
    color: #333;
    margin-bottom: 30px;
}
.hotel-function-title {
    margin: 84px auto 70px;
}
.hotel-function-title h3{
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}
.hotel-function-body {
    overflow: hidden;
}
.hotel-function-item {
    float: left;
    margin-left: 214px;
}
.hotel-function-item:first-child {
    margin-left: 0;
}
.hotel-function-item p {
    margin: 20px auto 118px;
    font-size: 18px;
    line-height: 18px;
    color: #333;
}
.hotel-manage-body {
    position: relative;
}
.hotel-manage-content {
    margin: 20px 0 84px;
    text-align: left;
}
.hotel-manage-content h3 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 24px;
    color: #333;
}
.hotel-manage-content p {
    font-size: 20px;
    line-height: 20px;
    color: #333;
}
.hotel-manage-icon {
    overflow: hidden;
}
.hotel-manage-item {
    float: left;
    margin:0 0 130px 72px;
}
.hotel-manage-item:first-child {
    margin-left: 0;
}
.hotel-manage-item p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 18px;
}
.hotel-manage-img {
    position: absolute;
    top: -32px;
    right: 66px;
}
/*hotel-container end