.contact-content {
  padding: 0 1.1rem;
  opacity: 0;
}
.contact-content .imgBox {
  height: 53vh;
  width:100%;
  background: url(../images/contact.png) 0 0;
  background-size: 100% 100%;
  position: relative;
}
.contact-content .imgBox .cantact-text {
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  height: 100px;
  margin-top: -50px;
  z-index: 10;
  text-align: center;
  font-size:26px;
}
.contact-content .imgBox .cantact-text p {
  color:#fff;
  font-family: 'avantgrade-demi';
  line-height: 50px;
}

.footer {
  height: 23vh;
  position: fixed;
  width:100%;
  padding: 0 1.1rem;
  left:0;
  bottom:0;
}
.footer >div{
  float: left;
}
.footer >div p.title{
  font-size:14px;
  color:#666;
  font-weight: 700;
  margin-bottom:16px;
}
.footer >div p.normal-text{
  font-size:14px;
  color:#999;
  line-height: 24px;
}
.footer .address{
  width:3.97rem;
}
.footer .address-eng{
  width:4.73rem;
}
.footer .qrcode{
  position: absolute;
  right:1.1rem;
  top:0;
  width: 100px;
  height: 100px;
  background: url(../images/qrcode.png) 0 0 no-repeat;
  background-size: 100% 100%;
}


/* 移动端布局 */
@media screen and (max-width: 750px){
  .contact-content .imgBox {
    height: 53vh;
    width:100%;
    background: url(../images/mobile/mobile-contact.jpg) 0 0;
    background-size: 100% 100%;
    position: relative;
  }
  .contact-content .imgBox {
    height: 4rem;
  }
  .contact-content {
    padding: 0 0.4rem;
  }
  .contact-content .cantact-text {
    display: none;
  }
  .mobileText {
    width:6.7rem;
    margin: 0 auto;
    padding: 0.92rem 0 0.37rem 0;
    position: relative;
  }
  .mobileText span{
    display: inline-block;
    width:100%;
    font-size: 0.38rem;
    color:#333;
    text-transform: uppercase;
    font-family: 'avantgrade-demi';
  }
  .mobileText:before{
    content: '';
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top, #dbdbdb 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top, #dbdbdb 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom, #dbdbdb 0%,#f5f5f5 100%);
    position: absolute;
    top: 1px;
    left: 0;
    z-index:10;
  }
  .footer {
    height: auto;
    padding: 0 0.4rem;
    padding-bottom: 1rem;
    margin-top: 0.6rem;
    position: static;
  }
  .footer >div p.title {
    font-size: 0.28rem;
    color: #333;
    font-weight: 700;
    margin-bottom: 0.18rem;
    font-family: 'avantgrade-demi';
  }
  .footer >div p.normal-text {
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #666;
  }   
  .footer >div.address-eng {
    margin-top: 0.13rem;
    margin-bottom: 0.71rem;
    line-height: 0.4rem;
    width:5.7rem;
  }
  .footer.animated.delay-1s {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}