@media screen and (min-width: 640px) {
  h1 {
    color: #121212;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
  }

  .gzly .con {
    width: 1200px;
    height: 192px;
    flex-shrink: 0;
    border-radius: 3px;
    background: #ECF6FF;
    padding: 25px;
  }

  .gzly .con p {
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }

  .gzly .con .btn {
    margin-top: 20px;
    float: right;
  }

  .gzly .con .btn a {
    display: inline-block;
    width: 162px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
  }

  .gzly .con .btn .liuyan {
    color: #fff;
    background-color: #162B65;
  }

  .gzly .con .btn .huifu {
    color: #162B65;
    border: 1px solid #162B65;
    margin-left: 15px;
  }

  .phone {
    width: 100%;
    height: 180px;
  }

  .phone ul {
    /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  }

  .phone ul li {
    padding: 20px;
    float: left;
    margin-right: 30px;
    width: 270px;
    height: 108px;
    flex-shrink: 0;
    border-radius: 3px;
    background: #ECF6FF;
    margin-top: 10px;
    /* margin-right: 10px; */
    text-align: center;
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
  }

  .phone1 {
    width: 100%;
    height: 680px;
  }

  .phone1 ul li {
    padding: 20px;
    float: left;
    margin-right: 30px;
    width: 270px;
    height: 108px;
    flex-shrink: 0;
    border-radius: 3px;
    background: #ECF6FF;
    margin-top: 10px;
    /* margin-right: 10px; */
    text-align: center;
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
  }
}

/* wap */
@media screen and (max-width: 640px) {
  body {
    margin-bottom: 0 !important;
    font-size: 0.26rem;
  }

  h1 {
    font-size: 0.32rem;
    font-weight: bold;
    margin: 0.2rem 0;
    color: #123A7B;
  }
  .gzly{
    width: 100%;
  }
  .gzly .con {
    /* width: 100%; */
    background: #ECF6FF;
    padding: 0.2rem;
  }

  .gzly .con p {
    width: 100%;
    color: #121212;
    font-size: 0.26rem;
    font-weight: 400;
    line-height: 0.4rem;
    text-indent: 2em;
  }

  .gzly .con .btn {
    margin: 0.2rem auto;
    text-align: center;
  }

  .gzly .con .btn .liuyan {
    color: #fff;
    background-color: #162B65;
  }

  .gzly .con .btn .huifu {
    color: #162B65;
    border: 1px solid #162B65;
    margin-left: 0.2rem;
  }

  .gzly .con .btn a {
    display: inline-block;
    width:  2.0rem;
    height: 0.6rem;
    flex-shrink: 0;
    border-radius: 3px;
    font-size:0.30rem;
    font-weight: 400;
    line-height: 0.6rem;
    text-align: center;
  }

  .jbts {
    width: 100%;
  }
  .jbts a{
    display: block;
    width: 100%;
    height: 1.0rem;
    background: url(../img/wap123456.png)center center no-repeat;
  }
  .jbts img{
   display: none;
  }
  .phone ul li{
    padding: 0.3rem 0.12rem;
    /* float: left; */
    margin-left: 0.1rem;
    width: 2.62rem;
    /* height: 1.8rem; */
    flex-shrink: 0;
    border-radius: 3px;
    background: #ECF6FF;
    margin-top: 0.15rem;
    text-align: center;
    color: #121212;
    font-size: 0.26rem;
    font-weight: 400;
    line-height: 0.45rem;
  }
  .phone1 ul li{
    padding: 0.3rem 0.12rem;
    float: left;
    margin-left: 0.1rem;
    width: 2.62rem;
    /* height: 1.8rem; */
    flex-shrink: 0;
    border-radius: 3px;
    background: #ECF6FF;
    margin-top: 0.15rem;
    text-align: center;
    color: #121212;
    font-size: 0.26rem;
    font-weight: 400;
    line-height: 0.45rem;
  }
}

/* 适老化 */
.gzly .con{
  height: 250px;
}
.oldModel .gzly .con p{
  line-height: 1.5;
}
.oldModel .phone1 ul li{
  padding: 20px 5px;
  line-height: 1.5;
  margin-right: 10px;
  width: 290px;
}
.oldModel .phone ul li{
  padding: 20px 5px;
  line-height: 1.5;
  margin-right: 10px;
  width: 290px;
}
.oldModel 
.oldModel 
