@media (max-width: 990px) {
  header {
    display: none;
  }
  .phone {
    background: transparent;
  }
  .phone.active {
    background: #191919;
  }
  .name_title {
    font-size: 26px;
  }
  .list_animal .list .flex .left,
  .list_animal .list .flex .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner .hover .p1 {
    font-size: 30px;
  }
  .banner .hover .p2 {
    font-size: 20px;
  }
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .title {
    font-size: 30px;
    line-height: 40px;
  }
  .mt30.row {
    margin-top: 0;
  }
  .index_two .left {
    margin-bottom: 24px;
  }
  .index_three {
    background-attachment: scroll;
  }
  .index_three .title {
    font-size: 30px;
    line-height: 30px;
  }
  .banner .hover .p3 {
    font-size: 30px;
  }
  .pt50 {
    padding-top: 20px;
  }
  .index_two {
    padding-bottom: 30px;
  }
  .mt55 {
    margin-top: 15px;
  }
  .list_tech_three {
    padding: 30px 0;
  }
  .content_width {
    width: 100%;
  }
  .list_contact ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .list_contact .name {
    margin: 15px 0 5px;
  }
  .list_contact_two {
    padding: 50px 0;
  }
  .list_comm .subtitle {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
  }
  .list_comm .left,
  .list_comm .right {
    width: 100%;
  }
  .list_comm .left {
    margin-bottom: 15px;
  }
}
