﻿* {
    margin: 0;
    padding: 0;
  }
  
  html,
  body {
    height: 100%;
    width: 100%;
  }
  
  body {
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 auto !important;
    background-color: #fff;
  }
  
  body a {
    text-decoration: none;
  }
  .top-nav {
    position: relative;
  }
  .top-nav>img {
    width: 100%;
    display: block;
    height: 429px;
  }
  .top-nav>a {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 253px;
    left: 19%;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    border-radius: 2px;
  }
  .top-nav>a:hover {
    background: #f8710e;
  }
  .grey-bg {
    background: #FAFBFF;
  }
  .section {
    width: 1200px;
    margin: 0 auto;
  }
  .section-title {
    color: #303445;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  .section-content > div {
    display: inline-block;
    vertical-align: top;
  }
  .section-three .section-content> div {
    position: absolute;
  }
  .section-three .section-content .text-content {
    left: 0;
    z-index: 2;
  }
  .section-two .section-content> div {
    position: absolute;
  }
  .section-two .section-content .text-content {
    right: 0;
    top: 166px;
  }
  .text-content >div:first-child {
    font-size: 28px;
    font-weight: 400;
  }
  .text-content p {
    width: 551px;
    margin: 29px 0 54px 0;
    color: #59607B;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
  }
  .text-content div ul {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #ff7100;
    vertical-align: top;
  }
  .text-content div ul:last-child {
    margin-left: 75px;
  }
  .text-content div ul li {
    margin-bottom: 20px;
  }
  .text-content a {
    width: 150px;
    height: 50px;
    background: #ff7100;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 2px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    margin-top: 28px;
    display: block;
  }
  .text-content a:hover {
    background: rgb(255, 113, 1, 0.9);
  }
  .section-one {
    height: 811px;
    text-align: left;
  }
  .section-one .section-title {
    margin: 72px 0 79px 0;
  }
  .section-one .text-content {
    margin-top: 56px;
  }
  .section-one .text-content p {
    width: 524px;
  }
  .section-two {
    height: 794px;
    text-align: right;
    position: relative;
  }
  .section-three .text-content {
    top: 203px;
  }
  .section-one .text-content {
    margin-top: 72px;
  }
  .section-three {
    height: 794px;
    text-align: left;
    position: relative;
  }
  .section-four {
    height: 804px;
    text-align: center;
  }
  .section-five {
    background: url(../images/takeout/bg.jpg);
    padding-bottom: 117px;
  }
  .section-four .section-title {
    font-size: 22px;
    font-weight: 400;
    padding: 106px 0 67px 0;
  }
  .section-four ul, .section-five ul, .section-six ul {
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    flex-flow: row wrap;
  }
  .section-four ul li img{
    width:258px;
    height:459px;
    display: block;
  }
  .section-five li {
    width: 279px;
    height: 179px;
    overflow: hidden;
    margin-bottom: 32px;
    border-radius: 6px;
    cursor: pointer;
  }
  .section-five ul li img{
    widows: 100%;
    display: block;
    transition: all .5s ease;
  }
  .section-five ul li img:hover {
    transform: scale(1.1);
  }
  .section-six ul li>img{
    width:360px;
    height:220px;
    display: block;
  }
  .section-four ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #303445;
    padding-top: 32px;
  }
  .section-six .section-title, .section-five .section-title {
    padding: 80px 0 78px 0;
  }
  .section-six ul li {
    box-shadow: 0px 2px 9px 1px rgba(79,85,109,0.10);
    margin-bottom: 50px;
    width: 360px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
  }
  .section-six ul li:hover .opacity-img {
    display: block;
  }
  .section-six ul li .opacity-img{
     display: none;
     width: 100%;
     height: 220px;
     background: rgb(4, 4, 4, 0.4);
     position: absolute;
     top: 0;
     left: 0;
  }
  .section-six ul li .opacity-img img {
    height: 150px;
    width: 150px;
    margin-top: 35px;
    margin-left: 105px;
  }
  .section-six ul li > div:last-child {
    width:360px;
    height:55px;
    line-height: 55px;
    font-size:15px;
    font-weight: 400;
    line-height: 55px;
    padding-left: 19px;
  }
  /* 底部数字 */
  .count-part {
    position: relative;
    background: url(../images/takeout/number_bg.jpg);
    height: 400px;
  }
  .count-part ul {
    width: 1200px;
    list-style: none;
    margin: 0 auto;
    padding-top: 111px;
  }
  .count-part ul li {
    display: inline-block;
    margin-right: 120px;
    text-align: center;
    vertical-align: middle;
  }
  .count-part ul li:last-child {
    width: 320px;
    margin-right: 0;
  }
  .count-part ul>li>p:first-child {
    color: #FF7100;
    font-size: 40px;
    font-weight:400;
  }
  .count-part ul>li>p:last-child {
    font-size: 22px;
    color: #303445;
    margin-top: 30px;
  }
  .count-part ul li.tel-num p {
    margin-bottom: 30px;
  }
  .count-part ul li.tel-num p:first-child {
    color: #303445;
    font-size: 37px;
    font-weight: 400;
  }
  .count-part ul li.tel-num p:last-child {
    width:320px;
    height:50px;
    background: #ff7100;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin-bottom: 0;
    border-radius: 4px;
    cursor: pointer;
  }
  .count-part ul li.tel-num p:last-child:hover {
    background: rgb(255, 113, 1, 0.9);
  }