@media screen and  (max-width: 960px) {
  .banner {
    height: auto !important;
  }

  .banner,
  .nav {
    display: none !important;
  }

  .w1200 {
    width: 100% !important;
  }

  .banner .text1 {
    height: .5rem !important;
    line-height: .5rem !important;
    font-size: .36rem !important;
    width: 100% !important;
    text-align: center !important;
    color: #fff !important;
    top: 0.8rem !important;
    left: 0 !important;
    font-weight: 700 !important;
    position: absolute !important;
    text-shadow: 3px 3px 0 #000;
  }

  .banner .text2 {
    height: .3rem !important;
    line-height: .3rem !important;
    font-size: .25rem !important;
    width: 100% !important;
    text-align: center !important;
    color: #fff !important;
    top: 1.5rem !important;
    left: 0 !important;
    position: absolute !important;
    text-shadow: 3px 3px 0 #000;

  }

  .nav {
    height: .8rem !important;
  }

  .nav ul {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .nav ul li {
    width: auto !important;
    height: .8rem !important;
    line-height: .8rem !important;
  }

  .nav ul li a {
    font-size: .26rem !important;
    line-height: .28rem !important;
    border: none !important;
    margin: 0 !important;
  }

  /*banner nav*/
  .m-banner,
  .m-nav {
    display: block !important;
    background-color: #FFFFFF;
  }

  .m-banner {
    width: 7.5rem;
    height: 3.8rem;
    background: url(../img/m/gy_02.jpg) no-repeat center center;
    background-size: 100% 100%;
  }

  .m-nav {
    padding: .5rem .3rem;
    margin-bottom: .3rem;
    background: #fff;
  }

  .m-nav ul {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .m-nav ul li {
    text-align: center;
  }

  .m-nav ul li:nth-child(1) a {
    background: url(../img/m/gy_05.png) no-repeat center top;
    background-size: .96rem .96rem;
  }

  .m-nav ul li:nth-child(2) a {
    background: url(../img/m/gy_07.png) no-repeat center top;
    background-size: .96rem .96rem;
  }

  .m-nav ul li:nth-child(3) a {
    background: url(../img/m/gy_09.png) no-repeat center top;
    background-size: .96rem .96rem;
  }

  .m-nav ul li:nth-child(4) a {
    background: url(../img/m/gy_11.png) no-repeat center top;
    background-size: .96rem .96rem;
  }

  .m-nav ul li a {
    display: block;
    padding-top: 1.17rem;
    color: #666666;
    font-size: .26rem;
    line-height: .28rem;
    height: .28rem;
    background-size: .96rem .96rem;
  }


  /*关于我们*/
  .common-title {
    display: none !important;
  }

  .m-common-title {
    display: block !important;
    text-align: left;
    position: relative;
    padding-left: .28rem;
    height: .34rem;
    line-height: .34rem;
    color: #333333;
    font-size: .34rem;
    margin-bottom: .3rem !important;
  }

  .m-common-title::before {
    position: absolute;
    content: '';
    width: .06rem;
    height: .32rem;
    background: radial-gradient(circle, rgba(86, 101, 246, 1) 0%, rgba(68, 66, 245, 1) 100%);
    left: 0;
    top: 0;
  }

  .company-info {
    width: calc(100% - .6rem) !important;
    padding: .3rem .3rem !important;
    margin-bottom: .3rem !important;
    background-color: #FFFFFF !important;
  }

  .goodness {
    width: calc(100% - .6rem) !important;
    margin-bottom: .3rem !important;
    padding: .3rem !important;
    /*background: url(../img/m_gy_04.png) no-repeat center 1.93rem !important;*/
    background-color: #FFFFFF !important;
    background-image: none !important;
  }

  .common-title {
    text-align: center;
    position: relative;
    height: .38rem;
    line-height: .38rem;
    color: #333333;
    font-size: .36rem;
    padding: .96rem 0 .7rem;
    margin: 0 !important;
  }

  .company-info ul li {
    line-height: .44rem;
    text-align: left;
    color: #666666;
    font-size: .25rem;
    margin-bottom: .3rem;
    padding: 0 .2rem !important;
  }

  /*服务优势*/
  .goodness-content ul li {
    width: 100% !important;
    height: 1.2rem !important;
    line-height: 1.2rem !important;
    margin-bottom: .22rem !important;
    font-size: .28rem !important;
    color: #fff;
    text-align: center;
    border-radius: .6rem !important;
    -webkit-border-radius: .6rem !important;
  }

  .goodness-content ul li span {
    font-size: .8rem !important;
    margin: 0 .1rem !important;
  }

  /*媒体报道*/
  .report {
    margin-bottom: .3rem !important;
    padding: .3rem !important;
    width: calc(100% - .6rem) !important;
    background-color: #FFFFFF;
  }

  .report .list {
    width: 100% !important;
  }

  .report .list ul {
    flex-wrap: wrap !important;
  }

  .report .list ul li {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .report .list ul li .top-img {
    width: 100%;
    height: 2.63rem;
  }

  .report .list ul li .report-content {
    padding: .44rem .38rem !important;
  }

  .report .list ul li .report-content .report-title {
    line-height: .42rem;
    height: .84rem;
    text-align: left;
    color: #333333;
    font-size: .28rem;
  }

  .report .list ul li .report-content .report-des {
    line-height: .44rem;
    text-align: left;
    color: #666;
    font-size: .24rem;
    margin: .2rem 0 .25rem;
  }
}