@media screen and (min-width: 760px) {
  .swiper-container {
    width: 100%;
    min-width: 1100px;
    margin-top: 0 !important;
  }
  .swiper-container img {
    width: 100%;
  }
  .title {
    text-align: center;
    margin-top: 60px;
  }
  .title h1 {
    font-size: 26px;
  }
  .title p {
    color: #999;
    font-size: 18px;
  }
  .phone {
    margin-top: 60px;
    display: flex;
    min-width: 1100px;
    align-items: center
  }
  .phone .phone-img {
    text-align: right;
    width: 50%;
  }
  .phone .phone-img img {
    margin-right: 60px;
  }
  .phone .mt-box {
    width: 50%;
  }
  .phone .mt-box .mt {
    display: flex;
  }
  .phone .mt-box .mt div {
    margin-left: 60px;
  }
  .phone .mt-box .mt div p {
    text-align: center;
    color: #FB7676;
    padding-top: 10px;
  }
  .phone .mt-box .tex {
    margin-left: 60px;
    width: 400px;
    line-height: 2rem;
  }
  .go {
    text-align: center;
    margin-top: 80px;
  }
  .go span {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #333;
    color: #333;
    border-radius: 10px;
  }
  .Mtop {
    margin-top: 40px !important;
  }
  .gray {
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px
  }
  .young {
    background: #EEEEEE;
    padding: 30px 0px;
    margin-top: 50px;
  }
  .young .young-imgbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 1200px;
    margin-top: 30px;
  }
  .young .young-imgbox .box {
    width: 24%;
    height: 230px;
    margin-bottom: 16px
  }
  .young .young-imgbox .young-img {
    width: 97%;
    padding: 5px;
    margin: 0 auto;
    padding-bottom: 0px;
  }
  .young .young-imgbox .young-img img {
    width: 100%;
  }
  .young .young-imgbox .young-img p {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 10px 5px;
    align-items: center;
    margin-top: 0
  }
  .young .young-imgbox .young-img .pd {
    padding-left: 30px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .young .young-imgbox .young-img:hover {
    border: 1px solid #999;
  }
  .Mli {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .Mli .Mtop {
    margin-top: 100px !important;
  }
  .Mli .Mtop .Ttitle {
    border: 1px solid #eee;
    border-top: 0 !important;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 10px;
    height: 207px;
  }
  .Mli .tex-box {
    width: 25%;
    text-align: center;
  }
  .Mli .tex-box .Ttitle {
    border: 1px solid #eee;
    border-bottom: 0;
    padding-bottom: 10px;
    height: 207px;
  }
  .Mli .tex-box h1 {
    color: red;
    font-weight: 900;
  }
  .Mli .tex-box p {
    padding: 10px 20px;
  }
  .Mli .tex-box img {
    width: 100%;
    height: 207px;
  }
  .state {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
  .state ul {
    display: flex;
    margin: 0 auto;
    padding-left: 0
  }
  .state ul li {
    width: 25%;
    text-align: center;
    list-style: none;
    margin: 0 20px
  }
  .state ul li p {
    color: #999;
    /* padding: 10px 20px; */
  }
  h4 {
    font-size: 20px;
    font-weight: 400
  }
}

@media screen and (max-width: 760px) {
  .swiper-container {
    width: 100%;
    margin-top: -20px !important;
  }
  .swiper-container img {
    width: 100%;
  }
  .title {
    text-align: center;
    margin-top: 60px;
  }
  .title h1 {
    font-size: 26px;
  }
  .title p {
    color: #999;
    font-size: 18px;
  }

.state ul li{
  list-style:none;
}

  .phone {
    margin-top: 60px;
  }
  .phone .phone-img {
    text-align: center;
  }
  .phone .phone-img img {
    width: 80%;
  }
  .phone .mt-box {
    width: 100%;
  }
  .phone .mt-box .mt {
    display: flex;
    margin-top: 80px;
  }
  .phone .mt-box .mt div {
    margin-left: 60px;
  }
  .phone .mt-box .mt div p {
    text-align: center;
    color: #FB7676;
    padding-top: 10px;
  }
  .phone .mt-box .tex {
    margin-left: 10%;
    width: 80%;
  }
  .go {
    text-align: center;
    margin-top: 80px;
  }
  .go a {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #333;
    color: #333;
    border-radius: 10px;
  }
  .Mtop {
    margin-top: 40px !important;
  }
  .gray {
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .young {
    background: #EEEEEE;
    padding: 30px 0px;
    margin-top: 50px;
  }
  .young .young-imgbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto;
  }
  .young .young-imgbox .box {
    width: 100%;
    height: 230px;
    margin-top: 2rem;
  }
  .young .young-imgbox .young-img {
    width: 97%;
    padding: 5px;
    margin: 0 auto;
    padding-bottom: 0px;
  }
  .young .young-imgbox .young-img img {
    width: 100%;
  }
  .young .young-imgbox .young-img p {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 10px 5px;
  }
  .young .young-imgbox .young-img .pd {
    padding-left: 30px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .young .young-imgbox .young-img:hover {
    border: 1px solid #999;
  }
  .Mli {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .Mli .Mtop .Ttitle {
    border: 1px solid #eee;
    border-top: 0 !important;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 10px;
    height: 207px;
  }
  .Mli .tex-box {
    width: 100%;
    text-align: center;
  }
  .Mli .tex-box .Ttitle {
    border: 1px solid #eee;
    border-bottom: 0;
    padding-bottom: 10px;
    height: 207px;
  }
  .Mli .tex-box h1 {
    color: red;
    font-weight: 900;
  }
  .Mli .tex-box p {
    padding: 10px 20px;
  }
  .Mli .tex-box img {
    width: 100%;
    height: 207px;
  }
  .state {
    margin: 0 auto;
  }
  .state ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto;
  }
  .state ul li {
    width: 30%;
    text-align: center;
  }
  .state ul li h4 {
    font-size: 1rem;
    text-align: center;
  }
  .state ul li img {
    width: 70%;
  }
}