.container {
    width: 100%;
    min-width: 1280px;
  }
  
  .banner {
    width: 100%;
    margin-bottom: 65px;
  }
  
  .bannerImage {
    width: 100%;
  }
  
  .home-content {
    width: 1100px;
    margin: 0 auto;
    margin-top: 65px;
  }
  
  .middle {
    position: relative;
    margin: 40px 0;
    overflow: hidden;
  }
  
  .middleImage {
    width: 100%;
    height: 330px;
  }
  
  .middleLeft {
    float: left;
    width: 470px;
    height: 100%;
  }
  
  .middleRight {
    float: right;
    width: 560px;
    height: 100%;
  }
  
  .middleTitle {
    color: #ee7f31;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
  }
  
  .middleDescription {
    color: #797979;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
  }
  
  .middleJoin {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 26px;
    color: #fff !important;
    font-size: 15px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    background-color: #ee7f31;
    text-decoration: none;
  }
  
  .middleJoin:hover {
    color: #fff;
  }
  
  .middleSub {
    position: relative;
    width: 100%;
    margin-bottom: 65px;
    overflow: hidden;
    background-color: #fdf2ea;
  }
  
  .middleSubImage {
    width: 100%;
    height: 100%;
  }
  
  .home-bottom {
    width: 100%;
    background-color: #fef7f3;
    height: 353px;
    margin-bottom: 65px;
  }
  
  .home-bottom-wrap {
    width: 1120px;
    margin: 0 auto;
  }
  
  .home-bottom-title {
    color: #ee7f31;
    font-size: 23px;
    text-align: center;
    padding: 20px 0 0;
    margin: 0;
  }
  
  .home-bottom-item-wrap, .home-bottom-item {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .home-bottom-item-wrap {
    margin: 20px 0 0;
  }
  
  .home-bottom-item {
    width: 257px;
    display: inline-block;
    margin-left: 24px;
  }
  
  .home-bottom-item:first-of-type {
    margin: 0;
  }
  
  .home-bottom-item-img {
    width: 257px;
    height: 170px;
  }
  
  .home-bottom-item-intro {
    width: 257px;
    height: 35px;
    line-height: 35px;
    background-color: #f4aa77;
    color: #FFF;
    font-size: 19px;
    text-align: center;
    margin: 17px 0 0;
  }
  
  .home-bottom-more-wrap {
    text-align: right;
    margin: 13px 0 0;
  }
  
  .home-bottom-more-btn {
    display: inline-block;
    height: 27px;
    line-height: 27px;
    background-color: #f4aa77;
    color: #FFF !important;
    font-size: 15px;
    padding: 0 10px;
  }
  
  .home-bottom-more-btn:hover {
    color: #fff;
  }
  
  
  .ema:hover {
    color: #1890ff!important;
  } 
  
