@media screen and (max-width: 992px) and (min-width:0px) {
  /* .bannerbigbox {
    margin-top: 60px;
  } */
/*
  .header .logo .img2 {
    display: block;
  }

  .header .logo .img1 {
    display: none;
  } */

  .box2List {
    display: flex;
    justify-content: space-evenly;
  }

  .box2List P {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 30px;
    color: #333333;
    position: relative;
  }

  .box2List P::after {
    content: "";
    display: block;
    background: #f9f9f9;
    width: 60px;
    height: 6px;
    position: absolute;
    left: calc(50% - 30px);
    bottom: -5px;
  }

  .box2List P.cur {
    color: #286DFA;
  }

  .box2List P.cur::after {
    background: #286DFA;
  }

  .ImgTextbox {
    display: none;
  }

  .phoneItem.item .ImgTextbox .text span {
    display: none;
  }

  .phoneItem.item .ImgTextbox .text .txt {
    display: block;
  }

  .phoneItem.item .ImgTextbox .img {
    height: 370px;
  }

  .phoneItem.item .ImgTextbox .text .top {
    padding: 15px 30px;
    height: 220px;
  }

  .box3List {
    width: calc((100% - 30px) / 3);
  }

  .box3List h1 {
    font-size: 18px;
  }

  .box4Swiper {
    width: 100%;
  }

  .box4slide .text p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .box4slide .text span {
    font-size: 12px;
  }

  .box7 {
    padding-top: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .box7 .left {
    padding: 0px 10vw;
    margin: 30px 0 60px;
    width: 100%;
  }

  .box7 .left::after {
    display: none;
  }

  .box7 .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .box7 .name {
    width: 100%;
    height: 54px;
    top: 5px;
  }

  .messbtn .tel {
    width: 100%;
  }

  .box7 .right a {
    height: 54px;
    line-height: 54px;
  }

  .box7 .right a img {
    top: 5px;
  }

  .messbtn .tel {
    height: 54px;
  }

  .messbtn #regBtn {
    height: 54px;
    line-height: 54px;
  }

  .messbtn::after {
    top: 5px;
  }
}