body {
  margin: 0;
  padding: 0;
}

#aboutImg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
}
#aboutImg img {
  width: auto;
  height: 90%;
  border-radius: 10px;
  border: #fff solid 0.06rem;
}

/* PC适配 */
@media screen and (min-width: 1100px) {
  /* 内容 */
  #cont {
    background-image: url('../image/aboutBg.png');

    padding-bottom: 0.6rem;
    position: relative;
    z-index: 1;
  }
  .cont-head {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    background-color: #fff;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
  }
  .cont-head-nav {
    font-size: 0.24rem;
    cursor: pointer;
    font-weight: 500;
    color: #333333;
    z-index: 99;
  }
  .cont-head-nav-copy {
    color: #245e80;
    border-bottom: #245e80 solid 0.03rem;
  }
  #contBg {
    background-color: #fff;
    width: 12.2rem;
    margin: 0.6rem auto;
    border-radius: 8px;
  }
  #cont-cont1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0rem 0;
  }
  .cont1-img {
    width: 9.98rem;
    height: auto;
  }
  .cont1-img img {
    width: 9.98rem;
    height: auto;
    border-radius: 6px;

    margin-bottom: 0.6rem;
  }
  .cont1-text {
    width: 9.98rem;
    height: auto;
    background: #fff;
  }

  .cont1-text p {
    margin: 0.5rem 0;
    text-align: left;
  }

  .cont1-text img {
    width: 100%;
    height: auto;
  }

  .cont-cont2 {
    padding: 0.3rem 0;
    width: 9.98rem;
    margin: auto;
  }
  .cont-cont2-img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 9.98rem;
    margin: auto;
  }
  .cont-cont2-img img {
    width: 2.4rem;
    height: 1.6rem;
    padding: 0.06rem;
    border-radius: 10px;
    margin: 0.2rem 0.4rem;
    box-shadow: 0 0 6px rgba(126, 126, 126, 0.6);
  }
  .Acont-img {
  }
  #cont2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 9.98rem;
    margin: auto;
  }

  #cont2 > p > img {
    display: inline;
    width: 2rem;
    height: 1.2rem;
    padding: 0.05rem;
    border-radius: 10px;
    margin: 0.1rem;
    box-shadow: 0 0 4px rgba(126, 126, 126, 0.6);
    object-fit: cover;
  }
  #cont2 > p > img:hover {
    transform: scale(1.1);
  }
  #cont-cont3 {
    margin: auto;
    padding: 0.58rem;
  }
  .cont-cont3-img {
    width: 9.98rem;
    height: auto;
    margin: auto;
  }
  /* .cont-cont3-img-copy{
        width: 6rem;
        height: 8rem;
    } */
  .cont-cont3-img img {
    width: 9.98rem;
    height: 4.53rem;
    border-radius: 6px;
    overflow: hidden;
  }
  .cont-cont3-text {
    width: 9.98rem;
    height: auto;
    background: rgb(255, 255, 255);
    margin: auto;
  }
  .cont-cont3-text img {
    width: 100%;
  }
  /* .cont-cont3-text p{
        margin-top: 0.3rem;
        line-height: 0.30rem;
        font-size: 0.16rem;
        text-align: justify;
    } */

  .cont-title {
    padding: 0.3rem 0;
    display: block;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    width: 9.98rem;
    color: #245e80;
    margin: auto;
    border-bottom: #eee solid 0.01rem;
  }
  #us-footer-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    text-align: right;
  }
  #us-footer-img img {
    width: 98%;
    height: auto;
  }
}
/* ipad 竖屏 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}
/* app适配 ipad 竖屏*/
@media only screen and (max-width: 1024px) {
  /* 内容 */
  #cont {
  }
  #aboutImg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    text-align: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #aboutImg img {
    width: 90%;
    height: auto;
    border-radius: 10px;
    border: #fff solid 0.06rem;
  }
  .cont-head {
    display: none;
  }
  .cont-title {
    width: 7.1rem;
    margin: auto;
    font-size: 0.3rem;
    font-weight: bold;
    margin-top: 0.6rem;
    margin-bottom: 0.2rem;
    text-align: left;
  }

  .cont1-img > img {
    width: 7.1rem;
    height: auto;
    margin: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
  }
  .cont1-text {
    background: #fff;
    width: 7.1rem;
    margin: auto;
  }
  .cont1-text img {
    width: 100%;
  }

  /* .cont1-text>p{
        line-height: 0.3rem;
        font-size: 0.18rem;
        text-align: justify;
    } */
  .cont-cont2 {
  }
  .cont-cont2-img {
    display: none;
  }

  #cont2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 7.4rem;
    margin: auto;
  }
  #cont2 > p > img {
    object-fit: cover;
    width: 3.2rem;
    height: 2.2rem;
    padding: 0.06rem;
    border-radius: 10px;
    margin: 0.1rem 0.14rem;
    box-shadow: 0 0 4px rgba(126, 126, 126, 0.6);
  }

  #cont-cont3 {
  }
  .cont-cont3-img {
    text-align: center;
  }
  .cont-cont3-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  /* .cont-cont3-img-copy{
        display: none;
    } */
  .cont-cont3-text {
    width: 7.1rem;
    margin: auto;
  }
  .cont-cont3-text img {
    width: 100%;
  }

  #us-footer-img {
    display: none;
  }
}
