@media screen and (min-width: 760px) {
  .dropdowns div{
    display: none
  }
    ul{
        list-style: none;
    }
    .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;
    }
  
    .serv {
      width: 1100px;
      margin: 0 auto;
    }
    .serv ul {
      display: flex;
      justify-content: center;
    }
    .serv ul li {
      text-align: center;
      border: 1px solid #999;
      padding-top: 30px;
    }
    .serv ul li h4 {
      color: #f77981;
    }
    .serv ul li p {
      padding: 0 15%;
      margin-top: 20px;
    }
    .serv ul li img {
      margin-top: 30px;
    }
    .serv ul li:nth-child(odd) {
      background: #EFEFEF;
      border: 0 !important;
    }
  
    .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;
      width: 1100px;
      margin-top: 30px;
    }
    .young .young-imgbox .box {
      width: 24%;
      height: 230px;
    }
    .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;
    }
  
    .ctop {
      margin-bottom: 50px !important;
    }
  
    .Mli {
      width: 1100px;
      margin: 0 auto;
      display: flex;
      margin-bottom: 30px;
    }
    .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_box {
      position: relative;
      height: 300px;
    }
  
    .statebg {
      width: 100%;
      -webkit-filter: blur(2px);
      /* Chrome, Safari, Opera */
      filter: blur(2px);
      position: absolute;
      z-index: -1;
      height: 300px;
    }
  
    .state {
      width: 1100px;
      margin: 0 auto;
    }
    .state h4 {
      text-align: center;
      color: #fff;
      font-size: 23px;
      padding-top: 30px;
      margin-top: 30px;
    }
    .state ul {
      display: flex;
      margin: 0 auto;
      justify-content: space-evenly;
      margin-top: 40px;
    }
    .state ul li {
      width: 120px;
      text-align: center;
      height: 120px;
      background: rgba(214, 214, 214, 0.4);
    }
    .state ul li>div{
      margin-top: 10px
    }
    .state ul li>div img{
      width: 60%;
    }
    .state ul li p {
      color: #fff;
      margin-top: 0;
    }
  }
  .nin p {
    color: #000 !important;
    margin-top: 20px;
  }
  
  @media screen and (max-width: 760px) {
    .swiper-container {
      width: 100%;
      margin-top: 0px !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;
    }
  
    .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%;
      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%;
      height: 300px;
    }
    .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;
      margin-top: 2rem;
    }
    .state h4 {
      text-align: center;
      color: #fff;
      font-size: 23px;
      padding-top: 30px;
      margin-top: 30px;
    }
    .state ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
      margin: 0 auto;
    }
    .state ul li {
      width: 30%;
      text-align: center;
      background: rgba(214, 214, 214, 0.4);
      margin-top: 1rem;
      padding-top: 1rem;
    }
    .state ul li p {
      color: #fff;
    }
    .state ul li img {
      width: 70%;
    }
  
    .state_box {
      position: relative;
      height: 300px;
    }
  
    .statebg {
      width: 100%;
      -webkit-filter: blur(2px);
      /* Chrome, Safari, Opera */
      filter: blur(2px);
      position: absolute;
      z-index: -1;
      height: 300px;
    }
  
    .serv {
      width: 100%;
      margin: 0 auto;
    }
    .serv ul li {
      text-align: center;
      border: 1px solid #999;
      padding-top: 30px;
    }
    .serv ul li h4 {
      color: #f77981;
    }
    .serv ul li p {
      padding: 0 15%;
      margin-top: 20px;
    }
    .serv ul li img {
      margin-top: 30px;
    }
    .serv ul li:nth-child(odd) {
      background: #EFEFEF;
      border: 0 !important;
    }
  }