@media screen and (min-width: 1024px) {
  .head-nav {
    width: 100%;
    min-width: 1200px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    border-bottom: 1px solid #6a532f;
    background-color: #333;
    z-index: 100;
  }
  .head-nav .logo {
    float: left;
    margin-left: 56px;
    margin-top: 20px;
  }
  .head-nav .head-right {
    float: right;
  }
  .head-nav .head-right a {
    display: block;
    width: 90px;
    height: 36px;
    border-radius: 18px;
    margin-right: 100px;
    margin-top: 32px;
    font-size: 14px;
    color: #c8a05a;
    text-align: center;
    line-height: 36px;
    float: left;
  }
  .head-nav .head-right a:hover {
    background-color: #C8A05A;
    color: #333;
  }
  .head-nav .head-right a.act {
    background-color: #C8A05A;
    color: #333;
  }
  .head-mobi {
    display: none;
  }
  .head-empty {
    height: 100px;
  }
  .footer-nav {
    background-color: #111111;
    height: 190px;
    border-top: 2px solid #C8A05A;
    padding-top: 28px;
  }
  .footer-nav .footer-box {
    height: 130px;
  }
  .footer-nav .footer-box .footer-logo {
    margin-top: 31px;
    margin-left: 88px;
    float: left;
  }
  .footer-nav .footer-box .footer-mid {
    float: left;
    height: 130px;
    padding-left: 50px;
    border-left: 1px solid #333;
    margin-left: 50px;
  }
  .footer-nav .footer-box .footer-mid h1 {
    font-size: 28px;
    color: #C8A05A;
    font-weight: bold;
    padding-left: 30px;
    background-image: url(../img/footer-phone.png);
    background-position: center left;
    background-repeat: no-repeat;
    margin-bottom: 12px;
  }
  .footer-nav .footer-box .footer-mid p {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
  }
  .footer-nav .footer-box .footer-right {
    float: right;
    margin-right: 100px;
  }
  .footer-nav .footer-box .footer-right p {
    font-size: 12px;
    color: #c5c5c5;
    margin-bottom: 5px;
    text-align: center;
  }
  .footer-nav .footer-box .footer-right img {
    width: 112px;
    border: 2px solid #C8A05A;
  }
}
@media screen and (max-width: 1023px) {
  .head-nav {
    display: none;
  }
  .head-mobi {
    height: .8rem;
    width: 100%;
    padding: 0 .2rem;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .head-mobi .img1 {
    height: .58rem;
    float: left;
    margin-top: .11rem;
  }
  .head-mobi .img2 {
    float: right;
    margin-top: .2rem;
    height: .4rem;
  }
  .head-mobi div {
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: .8rem;
    width: 100%;
    left: 0;
    padding: 0 1rem;
    padding-top: .2rem;
    padding-bottom: .6rem;
  }
  .head-mobi div a {
    border-bottom: 1px solid #999;
    font-size: .3rem;
    line-height: .8rem;
    display: block;
    color: #6a6a6a;
    padding: 0 .1rem;
  }
  .head-empty {
    height: .8rem;
  }
  .footer-nav {
    background-color: #111111;
    border-top: 2px solid #C8A05A;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
  .footer-nav .footer-box .footer-logo {
    margin: 0 auto;
    height: .8rem;
    margin-bottom: .2rem;
  }
  .footer-nav .footer-box .footer-mid {
    width: 80%;
    margin: 0 auto;
    margin-bottom: .3rem;
  }
  .footer-nav .footer-box .footer-mid h1 {
    font-size: 28px;
    color: #C8A05A;
    font-weight: bold;
    padding-left: 30px;
    background-image: url(../img/footer-phone.png);
    background-position: center left;
    background-repeat: no-repeat;
    margin-bottom: 12px;
  }
  .footer-nav .footer-box .footer-mid p {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
  }
  .footer-nav .footer-box .footer-right p {
    font-size: 12px;
    color: #c5c5c5;
    margin-bottom: 5px;
    text-align: center;
  }
  .footer-nav .footer-box .footer-right img {
    width: 112px;
    margin: 0 auto;
    border: 2px solid #C8A05A;
  }
}

