@media screen and (min-width: 1000px) {

  /* footer */
  .footer {
    /* height: 705px; */
    background-image: url('../images/footerBj.jpg');
    background-size: 100% 100%;
    overflow: hidden;
    color: #fff;
    padding-bottom: 50px;
  }
  .footer .logoBox{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }

  .footer .info {
    margin: 65px auto 20px;
  }

  .footer .info {
    margin: 55px auto 40px;
    align-items: flex-start;
  }

  .footer .info .left {
    width: 330px;
  }

 


  .footer .info .left p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
    color: #fff;
  }
  .zhFooter .left p{
    font-size: 18px!important;
    line-height: 35px;
  }
  .footer .info .right {
    width: 820px;
    align-items: flex-start;
  }

  .footer .info .right .btnItem .type {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .zhFooter .info .right .btnItem .type {
    font-size: 24px;
  }

  .footer .info .right .btnItem a {
    font-size: 12px;
    margin-bottom: 20px;
    color: #fff;
    display: block;
  }
  .zhFooter .info .right .btnItem a {
    font-size: 18px;
  }

  .footer .bottom .flexBox {
    justify-content: center;
    font-size: 18px;
  }

  .footer .bottom .flexBox img {
    height: 25px;
    margin-right: 10px;
    display: block;
  }

  .footer .bottom .flexBox a {
    color: #fff;
  }

  .footer .bottom .flexBox a:nth-of-type(1) {
    margin-right: 20px;
  }
  .footer .bottom .flexBox a:nth-of-type(1) img{
    height: 18px;
  }
  .footer .bottom .flexBox a:nth-of-type(2) img {
    height: 25px;
  }

  .footer .bottom .flexBox a:nth-of-type(3) {
    font-size: 20px;
    font-weight: 600;
  }

  .footer .bottom hr {
    margin: 20px auto;
  }

  .footer .bottom .record {
    text-align: center;
    font-size: 16px;
    color: #fff;
  }
  .zhFooter .record{
    font-size: 18px;
  }
}



@media screen and (max-width: 1000px) {

  /* footer */
  .footer {
    /* height: 18.5rem; */
    background-image: url('../images/footerBj.jpg');
    background-size: 100% 100%;
    overflow: hidden;
    color: #fff;
    padding-bottom: .7rem;
  }
  .footer .logoBox{
    margin-top: .6667rem;
    padding-bottom: .2667rem;
    border-bottom: 1px solid #fff;
  }

  .footer .info {
    margin: .0667rem auto .6rem;
    align-items: flex;
    flex-direction: column;
  }

  .footer .info .left {
    width: 100%;
    margin-top: .2667rem;
  }



  .footer .info .left p {
    font-size: .24rem;
    text-align: justify;
    line-height: .4rem;
    margin-top: .2667rem;
    color: #fff;
  }
  .zhFooter .info .left p{
    font-size: .4rem!important;
    line-height: .8rem!important;
  }

  .footer .info .right {
    width: 9.1333rem;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .footer .info .right .btnItem{
    width: 48%;
    margin-bottom: .2667rem;
  }

  .footer .info .right .btnItem .type {
    font-size: .4rem;
    font-weight: 600;
    margin-bottom: .2667rem;
  }

  .footer .info .right .btnItem a {
    font-size: .2667rem;
    color: #fff;
    margin-top: .2rem;
    display: block;
  }
  .zhFooter .info .right .btnItem a {
    font-size: .35rem;
    color: #fff;
    margin-top: .2rem;
    display: block;
  }

  .footer .bottom .flexBox {
    justify-content: center;
    font-size: .24rem;
  }
  .zhFooter .bottom .flexBox {
    justify-content: center;
    font-size: .35rem;
  }

  .footer .bottom .flexBox img {
    height: .4rem;
    margin-right: .1333rem;
    display: block;
  }

  .footer .bottom .flexBox a {
    font-size: .3rem;
    color: #fff;
  }

  .footer .bottom .flexBox a:nth-of-type(1) {
    margin-right: .2rem;
  }
  .footer .bottom .flexBox a:nth-of-type(1) img{
    height: .3rem;
  }
  .footer .bottom .flexBox a:nth-of-type(2) img{
    height: .4rem;
  }

  .footer .bottom .flexBox a:nth-of-type(3) {
    font-size: .4rem;
    font-weight: 600;
  }

  .footer .bottom hr {
    margin: .2667rem auto;
  }

  .footer .bottom .record {
    text-align: center;
    font-size: .24rem;
    color: #fff;
  }
}