
.bx {
    width: 1500px;
    margin:0 auto;
}

html{
    font-size: 4.27vw;
    
}

* {box-sizing: border-box;}

/* 棣栭〉 start  */

/* banner start */

.banner {
    width: 100%;
    margin:0 auto;
    background-color: #fff;
    margin-bottom: 25px;
}

.banner_img {
    height: 740px;
    width: 100%;
    background:url("/tupian/three20231024_01.png") no-repeat;
    background-size:100% 100%;
}

.banner_logo {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
  }

.bannerimg {
    float: left;
}

.banner .wza {
    float: right;
}

.banner .wza a {
    color: #fff;
    font-size: 16px;
}

.banner .wza img {
    vertical-align: middle !important;
    margin-right:5px;
}

.banner_text {
    height: 178px;
    box-sizing: border-box;
    padding:30px 50px;
    box-shadow: 0px 0px 13px #eaeaea;
    width: 1500px;
    margin-top:-50px;
    background-color: #fff;
    font-size: 20px;
    line-height: 43px;
}

.nav {
    width: 1415px;
    margin:0 auto;
    margin-top: 45px;
     display: none;
}

.nav_jd {
    border-bottom:2px solid #e5e5e5;
    height: 50px;
    line-height: 43px;
    margin-top: 20px;
    
}

.nav_jd ul li {
    float: left;
    font-size: 26px;
    width: 137px;
    margin-right: 76px;
    text-align: center;
    height: 44px;
    cursor: pointer;
}

.nav_jd ul li a {
    color:#000;
    height: 44px;
    width: 100%;
    display: inline-block;
    /* transition: all 0.3s; */
    font-size: 24px;
}

.nav_jd ul li:last-child {
    margin-right: 0px;
}

.nav_jd ul li a:hover {
    color:#ff644f;
    border-bottom: 7px solid #ff644f;
    /* transition: all 0.5s; */
}

.nav_jd ul .active a{
    color:#ff644f;
    border-bottom: 7px solid #ff644f;
}

.nav_sy {
    width: 1400px;
    margin:0 auto;
    margin-top: 19px;
display: none;
}

.nav_sy a {
    float: left;
    width:114px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    margin-right: 207px;
    text-align: center;
    margin-top: 20px;
    color:#333;
    border-radius: 19px;
    /* transition: all 0.5s; */
}

.nav_sy a:nth-child(5n) {
    margin-right: 0;
}

.nav_sy a:hover {
   
    background:linear-gradient(to right top,#ffa563,#ff644f);
    color:#fff;
    /* transition: all 0.5s; */
}

.nav_sy .active_sy {
    border-radius: 19px;
    background:linear-gradient(to right top,#ffa563,#ff644f);
    color:#fff;
}

/* banner ent */

/* content start */
.content {
    width: 100%;
    margin:0 auto;
    background-color: #f4f4f4;
    padding-bottom:93px;
    padding-top:49px;
}

.lbt {
    width: 580px;
    height: 375px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
  }
  .swiper-slide .title {
    font-style: italic;
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 45px;
  }
  .pagination {
    position: absolute;
    z-index: 20;
   text-align: left;
  }

  .swiper-pagination-bullet {
    background:white !important
  }
  /* .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff !important;
    cursor: pointer;
  } */
  .swiper-visible-switch {
    background: #aaa;
  }
  .swiper-active-switch {
    background: #fff;
  }

  .swiper-slide img {
    width: 100%;
  }

.professional_text {
    background-color: #fff;
    width: 890px;
    height: 375px; 
    box-sizing: border-box;
}

.professional_text h3 {
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    background-color: #f8e5e4;
    width: 193px;
    color:#d35642;
    font-weight: bold;

}

.professional_text h3::before {
    content: '';
    display: inline-block;
    background-color: #d35642;
    height: 58px;
    width: 5px;
    vertical-align: middle;
    margin-right: 44px;
    margin-top: -6px;
}

.professional_list {
    margin-top: 15px;
}


.professional_list ul li {
    margin-bottom:20px;
}

.professional_list ul {
    padding-left:32px;
    padding-right:24px;
}

.professional_list ul li a {
    font-size: 16px;
    color:#333;
    line-height: 30px;
}

.professional_list ul li a::before {
    content: '';
    display: inline-block;
    background-color: #69955f;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin-right:13px;
    vertical-align: middle;
  
}

.professional_list ul li a:hover {
    color:#ff6200;
    transition: all 0.5s;
}

.professional_list ul li a i {
    float: right;
    color:#777;
}

.more {
    text-align: left;
    display: block;
    font-size: 20px;
    color: #ff644f;
    width: 82px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}

.more::after {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 10px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #ff644f;
    border-right-color: transparent;
    float: right;
    cursor: pointer;
    pointer-events: none;
    margin-top: 6px;
}

.more::before {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 10px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #ff644f;
    border-right-color: transparent;
    float: right;
    cursor: pointer;
    pointer-events: none;
    margin-top: 6px;
    margin-left: -7px;
}

/* 宸ヤ綔鍔ㄦ€� ent */

/* 鍏氬姟 start */

.party h2 {
    text-align: center;
    margin-top: 50px;
}

.party_box {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-top: 45px;
    padding:12px 20px;
    box-sizing: border-box;
}

.party_box ul {
    margin-bottom:16px;
}

.party_box ul li {
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
    box-shadow: 0px 0px 10px #eaeaea;
    margin-top: 20px;
    box-sizing: border-box;
    
}

.party_box ul li:nth-child(4n) {
    margin-right:0px;
}

.party_box01 h4 {
    height: auto;
    width: 95%;
    line-height: 63%;
    text-align: center;
    color: white;
    font-size: 20px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: linear-gradient(to right top, #ffa563, #ff644f);
    padding: 18px 0;
}

.party_box01 .blues {
    background:linear-gradient(to right top,#91b6ed,#5e8ed5);
}

.party_box01 .greens {
    background:linear-gradient(to right top,#a8ca72,#90b752);
}


.party_box ul li .party_box01 {
    width: 100%;
    height: 100px;
    position: relative;
}

/* .party_text .party_text01 {
    float: left;
    height: 83px;
    width: 100%;
    box-sizing: border-box;
    padding:5px 20px;
    vertical-align: middle;
    
    text-align: center;
} */

.party_box ul li a {
    color: #333;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    line-height: 23px;
    width: 100%;
    position: relative;
    height: 150px;

}

.party_box ul li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    box-sizing: border-box;
    font-size: 18px;
}

.party_box ul li a:hover {
    color:#ff7154;
    transition: all 0.5s;
}

.party_text .party_text01::after {
    content:'';
    width: 1px;
    height: 83px;
    background:linear-gradient(180deg,white,#e9e9e9,white);
    display: block;
    position:absolute;
    right:0;
    top:0;
}

.party_text .party_text01:last-child::after {
    content: none;
}

.party_text .party_text01_two {
    line-height: 80px;
    text-align: center;
}

.party_text .party_text01_none {
    line-height: 80px;
    width: 320px;
}


/* 鍏氬姟 ent */

/* 灞呭姟 start */
.occupy h2 {
    text-align: center;
    margin-top: 50px;
}

.occupy_box {
    margin-top: 25px;
}

.occupy_box ul {
    /* display: flex; */
    /* flex-wrap: wrap;
    justify-content: space-between; */
}

.occupy_box ul li {
    height: 230px;
    width: 25%;
    float: left;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
    
}

.occupy_box ul .occupy_box_green {
    background:url('/tupian/three20231024_54.png') no-repeat;
    background-size: cover;
}

.occupy_box ul .occupy_box_green em {
    box-shadow: 0 0 24px rgba(150, 188, 91, 0.24);
}

.occupy_box ul .occupy_box_red {
    background:url('/tupian/three20231024_55.png') no-repeat ;
    background-size: cover;
}

.occupy_box ul .occupy_box_red em {
    box-shadow: 0 0 24px rgba(255, 100, 79, 0.24);
}

.occupy_box ul .occupy_box_blue {
    background:url('/tupian/three20231024_56.png') no-repeat;
    background-size: cover;
}

.occupy_box ul .occupy_box_blue em {
    box-shadow: 0 0 24px rgba(122, 163, 226, 0.24);
}

.occupy_box_ul li a {
    height: 100%;
    width: 93%;
    box-shadow: 0px 0px 10px #eaeaea;
    display: inline-block;
    text-align: center;
    position: relative;
}

.occupy_box_ul li em {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 148px;
    margin:0 auto;
    transition: all 0.3s;
}

.occupy_box_ul li a:hover span em{
    transform: scale(1.15);
   
}

.occupy_box_ul li em img {
    width:55%;
}

.occupy_box_ul li span {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:100%;
}

.occupy_box_ul li i {
    font-size: 22px;
    font-weight: bold;
    display: block;
    color:#000;
    margin-top: 10%;
    transition: all 0.3s;
}

.occupy_box_ul li a:hover span i{
    transform: scale(1.15);
   
}

.occupy_box ul .gzzqk {
    background: none;;
    /* background-color: red; */
    background: linear-gradient(-173deg,#acd56b,#dff2c0);
    border-radius: 6px;
}

/* .gzzqk_list {
    width: 100%;
    height: 100%;
    display: none;
}

.gzzqk_list_title {
    font-size: 20px;
    color:#fff;
    font-weight: bold;
    margin-top: 5%;
}

.gzzqk_list_title img {
    width: 14%;
    vertical-align: middle;
    margin-right: 3%;
} */

/* .gzzqk_list dl {
    width:88%;
    margin:0 auto;
    margin-top: 10%;
}

.gzzqk_list dl dt {
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    margin-top:3%;
}

.gzzqk_list dl dt a {
    text-align: left;
    font-size: 16px;
    color:#fff;
    width: 100%;
    height: 100%;
    padding-left:10%;
} */
/* 
.gzzqk_list dl dt:hover {
    box-shadow: 0 0 5px gray;
    transition: all 0.5s;
    cursor: pointer;
} */

/* .gzzqk_list dl dt a::before {
    display: inline-block;
    content:'';
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 2%;
} */


/* 灞呭姟 ent */

/* 绔欏姟 start */
.station h2 {
    text-align: center;
    margin-top: 50px;
}

.station_box {
    margin-top: 45px;
}

.condition{
    width: 100%;
    height: 465px;
    background-color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
}

.Message {
    width: 735px;
    height: 465px;
    background-color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
}

.station_box ul li:last-child {
    margin-right: 0;
}

.station_box_img {
    float: left;
    background-color: #f5faff;
    text-align: center;
    width: 300px;
    height: 100%;
    position: relative;
}

.station_box_smallson {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/* .station_box_img img:nth-child(1) {
    margin-top:88px;
} */

.station_box_img img:nth-child(2) {
    margin-top:7%;
}

.station_box_list {
    width: 80%;
    height: 100%;
    position: relative;
}

.station_box_list ul {
    width: 100%;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 5%;
}

.station_box_list ul li {
    width: 47%;
    height: 190px;
    background-color: #e2eefa;
    border-radius: 6px;
    box-sizing: border-box;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.station_box_list ul li.station_list01 {
    background-color: #f3f8ec;
}

.station_box_list ul li.station_list02 {
    background-color: #e2eefa;
}

.station_box_list ul li.station_list03 {
    background-color: #fbe8e6;
}

.station_box_list ul li.station_list04 {
    background-color: #fbf2e6;
}

.station_box_list ul li:nth-child(2n) {
    margin-right:0px;
}

.station_box_list ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 15px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-size: 22px;
    color:#1658a0;
    margin-left: 20%;
}

.station_box_list ul li a em {
    width:88px;
    height:88px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    position: relative;
    margin-right:10%;
}

.station_box_list ul li a em img {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}


.station_box_list ul li:hover{
    background:linear-gradient(to right top,#ffa563,#ff644f);
    color:#fff;
    transition: all 0.5s;
}


.station_box_list ul li:hover a{
    color:#fff;
    transition: all 0.5s;
}

/* 绔欏姟 ent */

/* content ent */


@media screen and (max-width: 1920px) { 
    .banner {
        width: 100%;
    }

    .banner_img {
        background-position: top;
    }

    .content {
        width: 100%;
    }


}

@media screen and (max-width: 1550px) {
    .banner_text {
      width: 95%;  
      height: auto;
    }

    .nav {
        width: 95%;
        padding-bottom:2%;
       
    }

    .nav_jd ul li {
        width: 10%;
        margin-right: 5%;
        font-size: 22px;
        height: 47px;
    }

    .active {
        border-bottom: 0px solid #ff644f;
    }

    .nav_jd ul li:hover {
        border-bottom: 0px solid #ff644f;
        transition: all 0.5s;
    }

    .nav_sy {
        width: 95%; 
    }

    .banner_text {
        font-size: 18px;
    }

    .nav_sy a {
        margin-right: 10%;
        width: 12%;
    }

    .content {
        width: 95%;
        padding-top: 20px;
    }

    .bx {
        width: 95%;
    }

    .professional_text {
        width: 58%;
    }

    .professional_list ul li a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
        position: relative;
        padding-right: 117px;
    }

    .professional_list ul li a i {
        position: absolute;
        right: 0;
        float: none;
    }

    .bigbox {
        background-color: #f4f4f4;
    }

    .lbt {
        width: 40%;
    }
    .swiper-slide img {
        height: 100%;
    }

    .party_box ul li {
        margin-right:2%;
    }

    .party_text {
        width: 100%;
    }

    .party_text .party_text_w1500 {
        width: 50%;
        padding: 5px 20px;
    }

    .party_text .party_text01_two {
        width: 50%;
        line-height: 22px;
        padding-top: 29px;
    }

    .party_text .party_text01_two a {
        width: 100%;
        display: block;
    }

    .party_box01 h4 {
        width: 86%;
    }

   .station_box_all .station_box_img{
    width: 20%;
    height: 100%;
   }

   .station_box_all .station_box_img .station_box_smallson img{
    width: 100%;
    height: 100%;
   }

   .station_box_smallson {
    width:80%;
   }

   .station_box_list {
    width: 80%;
    height: 100%;
   }

   .station_box_list ul {
    padding-left: 4%;
   }

   .station_box_list ul li {
    width: 47%;
   }

   .station_box_list ul li a {
    font-size: 18px;
    margin-left:10%;
   }

   .station_box_list .station_box_list_ms {
    width: 92%;
   }

   .station_box_list .station_box_list_ms a {
    line-height: 80px;
    padding: 0px;
   }
 }

  @media screen and (max-width: 1480px) { 
    .banner_img {
    height: 48vw;
      }

      .party_box ul::after {
          display: none;
          content:none;
      }

       .party_box ul::before {
          display: none;
          content:none;
      }

      .party_box ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
      }

      .party_box ul li {
          float: none;
          width:48%;
          margin-right:0;
      }

      .nav_jd ul li a {
          font-size: 22px;
      }

      .nav_sy a {
          font-size: 18px;
          margin-top: 15px;

      }
  }

 @media screen and (max-width: 1200px) { 

    .station_box_list ul {
        width: 100%;
        /* transform: translate(-44%, -50%); */
    }

    .party_box ul {
        justify-content: space-between;
    }

    .station_box_list ul li a {
        font-size: 16px;
     
    }

     .nav_jd ul li a {
          font-size: 18px;
      }

      .nav_jd ul li a:hover {
    color:#ff644f;
    border-bottom: 4px solid #ff644f;
    /* transition: all 0.5s; */
}

.nav_jd ul .active a{
    color:#ff644f;
    border-bottom: 4px solid #ff644f;
}

    .banner_img {
    background-position: unset;
    height: 38vw;
    /* background-size: contain; */
    }

    .banner_logo {
       padding-top: 25px;
    }

    .fylogo img {
        width: 180px;
    }

    .party_box ul li {
        width: 49%;
    }

    .party_box ul li a {
        height: 130px;
    }



    .party_box {
        height: auto;
        overflow: hidden;
    }

    .party h2 {
        width: 95%;
        margin: 0 auto;
        margin-top: 50px;
    }

    .party h2 img {
        width:100%;
    }
    
    .occupy h2 {
        width: 95%;
        margin: 0 auto;
        margin-top: 50px;
    }

    .occupy h2 img {
        width:100%;
    }

    .station h2 {
        width: 95%;
        margin: 0 auto;
        margin-top: 50px;
    }

    .station h2 img {
        width:100%;
    }

    .occupy_box ul li {
        width: 33.33%;

    }

    .station_box_all {
        width: 100%;
    }

    .Message {
        margin-top: 3%;
    }

    .station_box_list .station_box_list_ms {
        width:89%;
    }

    .station_box_all .station_box_img {
        width: 20%;
        height: 100%;
    }

    .station_box_list {
        width: 80%;
        height: 100%;
    }

    .gzzqk_list dl {
        margin-top: 7%;
    }

    .gzzqk_list dl dt a {
        font-size: 14px;
        padding: 5px 10% 5px;
    }

}

@media screen and (min-width:965px)and (max-width: 1200px) { 
    .nav_jd ul li {
        width: 10%;
        margin-right: 5%;
        font-size: 18px;
    }

    .nav_sy a {
        font-size: 18px;
    }

    .station_box_all .station_box_img .station_box_smallson img{
        width:85%;
    }

    


}

@media screen and (max-width:965px) {
  
    .nav_jd ul {
        white-space: nowrap;
        overflow-x: scroll; 
        overflow-y: hidden;
        height: 77px;
    }

    .nav_jd ul::-webkit-scrollbar {
        width:10px;
        height:10px;
    }

    .nav_jd ul::-webkit-scrollbar-track{
        border-radius:10px;
        -webkit-box-shadow:inset006pxrgba(0,0,0,0);
        background-color:rgb(207, 207, 207);
        }

        .nav_jd ul::-webkit-scrollbar-thumb{
            background-color:rgba(63, 62, 62, 0.2);
            border-radius:10px;
            -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
            }

            .nav_jd ul::-webkit-scrollbar-thumb:hover{
            background-color:rgba(0,0,0,.4);
            -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
            }


    .nav_jd ul li {
        box-sizing: border-box;
        width: 110px;
        display: inline-block;
        float:none;
    }

    .nav_jd {
        height: auto;
    }

    .nav_sy a{
        width: 25%;
        margin-right: 0px;
     }

     .lbt {
        float: none;
        width: 100%;
     }

     .professional_text {
        float: none;
        width: 100%;
        margin-top: 4vw;
     }

     .nav_sy {
        padding-bottom:3vw;
     }
     .content {
        padding-top: 4vw;
     }

     .station_box_all {
        height:43vw;
     }

     .occupy_box_ul li i {
        margin-top: 20%;
        font-size: 20px;
    }

    .station_box_list ul li {
        height: 135px;
        width: 46%;
    }

    .station_box_list ul li a {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin-left:0;
    
    }

    .station_box_list ul li a em {
        margin-right:0;
    }

    
     
}

@media screen and (max-width: 800px) {
    .party_box ul li {
        width: 100%;
        height: auto;
    }

    .party h2 {
    margin-top:7%;
    }

    .party_box {
        margin-top: 5%;
    }

    .occupy h2 {
    margin-top:7%;
    }
    
    .occupy_box {
     margin-top: -10px;
    }
    .station h2 {
        margin-top:7%;
    }

    .station_box {
        margin-top: 5%;
    }
 }





@media screen and (max-width: 760px) { 
    .banner_img {
    background-position: top center;
    height: 53vw;
    background-size: contain;
    }

    .fylogo {
        width: 40%;
    }

    .fylogo img {
        width: 100%;
    }

    .banner_logo {
        padding-top: 1vw;
        width: 96%;
    }

    .bannerimg {
        width: 30%;
    }

    .banner .wza a {
        font-size: 14px;
    }
    .banner_text {
        margin-top: -23vw;
        height: 23vw;
        font-size: 14px;
        line-height: 32px;
        padding: 15px;
        width: 95%;
    }

    .banner_text span {
        height: 100%;
    display: block;
    overflow-y: auto;
    }

    .nav_sy a {
        float: none;
        display: inline-block;
        font-size: 16px;
        width: 30%;
        height: 30px;
        line-height: 30px;
    }

    .nav_jd ul li {
        font-size: 18px;
        height: 50px; 
    }

    .lbt {
        height: max-content;
    } 

    .swiper-slide img {
        width:100%;
        height: auto;
    }

    .nav_jd ul {
        height: 54px;
    }

    .nav {
        margin-top: 25px;
    } 

    .more::before {
        margin-top: 9px;
        margin-left: -6px;
        border: 8px solid #fff;
        border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #ff644f;
    border-right-color: transparent;
    }

    .more::after {
        margin-top: 9px;
        border: 8px solid #fff;
        border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #ff644f;
    border-right-color: transparent;
    } 

    .professional_text {
        height: auto;
        padding-bottom:10px;
    }

    .professional_text h3 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        width: 150px;
        margin-right: 30px
    }

    .professional_text h3::before {
        height: 40px;
        margin-right: 30px;
    }

    .professional_list ul {
        padding-left: 15px;
        padding-right: 15px;
    }

    .more {
        font-size: 16px;
        width: 70px;
    }

    .party_box ul li a {
        height: 110px;
    }

    .party_box ul li a span {
        font-size: 16px;
    }


    .party_text .party_text01_none {
        width:100%;
        width: 100%;
        height: auto;
        padding: 4vw;
        line-height: normal;
    }

    .party_box01 h4 {
        width: 228px;
        padding: 10px 10px;
        font-size: 16px;
        height: auto;
        line-height: normal;
        box-sizing: border-box;
    }

    .occupy_box ul{
        display: flow-root;
    }

    .occupy_box ul li {
        width: 50%;
        height: 220px;
    }

    .occupy_box ul::after {
        display: none;
    }

    .occupy_box_ul li em {
        width: 15vw;
        height: 15vw;
        line-height: 27vw;
        position: relative;
    }

    .occupy_box_ul li i {
        font-size: 15px;
        margin-top: 10%;
    }

    .occupy_box_ul li em img {
        width:8vw;
        position: absolute;
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

     .station_box_list ul {
        width:94%;
        margin:0 auto;
        transform: none;
        position: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 3vw;
     }
     .station_box_list {
        display: flex;
        align-items: center;
     }

     .station_box_list ul li {
        width:100%;
        height: auto;
        float: none;
        margin-right:0px;
     }

     .station_box_list ul li:nth-child(1) {
        margin-top: 0px;
     }

     .station_box_list ul li a{
        font-size: 16px;
        height: auto;
        padding: 2vw 5px;
        flex-direction: row;
        justify-content: flex-start;
     }

     .station_box_list ul li a em {
         width:50px;
         height: 50px;
         margin-right: 7%;
     }

     .station_box_list ul li a em img {
         width:50%;
     }

     .station_box_list .station_box_list_ms {
        width:80%;
     }

     .station_box_list .station_box_list_ms a {
        line-height: normal;
        padding: 2vw 5px;
     }

     .Message {
        height: 70vw;
     }

    .condition {
    height: auto;
    display: flex;
    }

    .condition .station_box_img {
        height: auto;
    }

    .station_box_list {
        margin:5% 0;
    }
   .station {
            margin-bottom: -45px;
    }

}

@media screen and (max-width: 565px) {
     .gzzqk_list_title {
        font-size: 1rem;
     }

     .gzzqk_list dl dt a {
        font-size: 14px;
     }

     .gzzqk_list dl {
        overflow: auto;
        height: 67%;
     }

     .gzzqk_list dl dt {
        margin-right: 4px;
     }

     .gzzqk_list dl::-webkit-scrollbar {
        width:10px;
        height:10px;
    }

    .gzzqk_list dl::-webkit-scrollbar-track{
        border-radius:10px;
        -webkit-box-shadow:inset006pxrgba(0,0,0,0);
        background-color:rgb(226, 224, 224);
        }

        .gzzqk_list dl::-webkit-scrollbar-thumb{
            background-color:rgba(94, 93, 93, 0.2);
            border-radius:10px;
            -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
            }

        .gzzqk_list dl::-webkit-scrollbar-thumb:hover{
            background-color:rgba(0,0,0,.4);
            -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
            }
 
}


@media screen and (max-width: 500px) {
  
    .party_text .party_text01 a {
        font-size: 14px;;
    }

    .banner_text {
        height:30vw; 
    }

    .party_text .party_text_w1500 {
        height: auto;
        padding-bottom: 5vw;
    }

    .party_text .party_text01_two {
        height: auto;
        padding: 2vw 4vw;
    }

    .party_text .party_text01_two a {
        line-height: normal;
    }

    .party_text .party_text01::after {
        height: 100%;
    }

    .occupy_box ul li {
        width: 50%;
        height: 170px;
    }

    .station_box_list ul {
        width:100%;
    }

    .station_box_list ul li a {
        padding: 2vw;
        font-size: 14px;
    }

    .station_box_list .station_box_list_ms a {
        padding: 2vw;
     }

     .station_box_list ul li {
        margin-top: 3vw;
     }

     .station_box_all {
        height:69vw;
     }

     .station_box_list ul li .first-child {
        line-height: normal;
     }

       .condition {
    height: auto;
    }

 }

 /* 棣栭〉 ent  */

 /* 鍒楄〃椤� start  */


/* banner start */
.nav_title {
    border-bottom: 1px solid #ebebeb;
}

.nav_title span{
    display: inline-block;
    width: auto;
    font-size: 22px;
    font-weight: 600;
    color: #ff644f;
    line-height: 50px;
    cursor: pointer;
}

.nav_list ul li {
    width: 280px;
    height: 47px;
    line-height: 47px;
    background: #f1f2f3;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin: 20px 20px 0 0;
    transition: all 0.5s;
}

.nav_list ul li:hover a{
    /* border-radius: 19px; */
    background:linear-gradient(to right top,#ffa563,#ff644f);
    color:#fff;
    transition: all 0.5s;
}



.nav_list ul li.active_list a{
    background:linear-gradient(to right top,#ffa563,#ff644f);
    color:#fff;
}




.nav_list ul li a {
    width: 285px;
    height: 47px;
    line-height: 47px;
    display: inline-block;
    font-size: 18px;
    color:#333;
    transition: all 0.5s;
}

.contnet_box {
    margin-top: 30px;
}

.contnet_box ul li {
    float: left;
    width: 478px;
    height: 188px;
    border:1px solid #f1f2f3;
    margin-top: 30px;
    margin-right: 30px;
    box-sizing: border-box;
}

.contnet_box ul li:nth-child(3n) {
    margin-right: 0;
}

.contnet_box_ul li a {
    display: block;
    width: 100%;
    height: 188px;
    box-sizing: border-box;
    padding:20px;
    position: relative;
    overflow: hidden;
}

.contnet_box_ul li a:hover {
    box-shadow: 0 0 10px #ccc;
    transition: all 0.5s;
}

.contnet_box_ul li a::before {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(-82deg,#50acba 0,#e3f0ff 38%,#b4d7ff 100%);
    background-image: -webkit-linear-gradient(-82deg,#50acba 0,#e3f0ff 38%,#b4d7ff 100%);
    background-image: -ms-linear-gradient(-82deg,#50acba 0,#e3f0ff 38%,#b4d7ff 100%);
    z-index: -1;
    -ms-transform: translate(-100%,-100%);
    -webkit-transform: translate(-100%,-100%);
    transform: translate(-100%,-100%);
    transition: all .3s;
	opacity: 0.2;
}

.contnet_box_ul li a:hover::before{
	-ms-transform:translate(0%,0%);
	-webkit-transform:translate(0%,0%);
	transform:translate(0%,0%);
	z-index:1;
}



.contnet_box_ul li a span {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 31px;
}

.contnet_box_ul li a em {
    display: block;
    margin-top: 25px;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 22px;
}

.contnet_box_ul li a i {
    display: block;
    width: 110px;
    height: 30px;
    background: #eef6ff;
    border-radius: 2px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #2f7dd6;
    text-align: center;
    position: absolute;
    right:20px;
    bottom:20px;
}


@media screen and (max-width: 1550px) { 
    .content_list {
        width: 95%;
        margin:0 auto;
    }

    .nav_list {
        width: auto;
    }
    
    .nav_list ul li {
        margin-right: 8%;
    }

    .nav_list ul li:nth-child(4n) {
        margin-right:0px;
    }

    .nav_list ul li {
        width: 19%;
    }

    .nav_list ul li a {
        width:100%;
    }

    .contnet_box ul li {
        width: 31%;
        /* margin-right: 5%; */
    }

    .contnet_box_ul li a {
        width: 100%;
    }

}

@media screen and (max-width: 1200px) { 
    .contnet_box ul li {
        width: 48%;
        /* margin-right:10%; */
    }

    .contnet_box ul li:nth-child(3n) {
        margin-right: 30px;
    }

    .contnet_box ul li:nth-child(2n) { 
        margin-right: 0%;
    }

 }

 @media screen and (max-width: 806px) { 
    .contnet_box ul li {
        width: 100%;
        height: 160px;
    }

    .contnet_box ul li a {
        height: 160px;
        padding:15px;
    }

    .contnet_box_ul li a span {
        font-size: 16px;
    }

    .contnet_box_ul li a em {
        margin-top: 10px;
    }
 }



 @media screen and (max-width: 760px) { 

    .content_list {
        margin-top: -19%;
    }

    .nav_title span {
        font-size: 18px;
    }

    .nav_list ul li a {
        font-size: 16px;
    }

    .nav_list ul {
        display: flex;
        flex-wrap:wrap;
        justify-content: space-between;
    }

    .nav_list ul li {
        width: 48.5%;
        margin: 0px;
        margin-top: 14px;
        margin-right: 0% !important;
    }

    .nav_list ul li:nth-child(4n) {
        margin-right: 0% !important;
    }

    .nav_list ul::after {
        content:none;
    }

    .nav_title span {
        line-height: 35px;
    }

    .contnet_box {
        margin-top: 0;
    }





 }

 /* 鍒楄〃椤� ent  */

 /*  琛ュ厖鐨勪唬鐮� */
  .content_list .site{
           line-height: 50px;
        }
        .content_list .site span,.content_list .site a{
            width: auto;
            font-size: 16px;
            padding: 0;
            border: none;
            color: #0a2536;
            font-weight: 600;
        }
        .content_list .site a::after{
            content: '>';
            line-height: 50px;
           font-size: 16px;
            color: #0a2536;
            font-weight: 600;
        }
        .content_list .site a:last-child::after{
            content: '';
        }
        @media screen and (max-width: 1200px){
            /* .nav_title{border: none;} */
            .content_list .site span,.content_list .site a{font-size: 16px;}
            .nav_title span,.content_list .site{float: none;}
        }
        @media screen and (max-width: 768px) {
            .navs{
                margin-top: 25px;
                overflow: hidden;
            }
            .content_list .site span,.content_list .site a{
                font-size: 14px;
            }
            .content_list .site{
                margin-right: 0;
            }
        }
        @media screen and (max-width: 550px){
            .content_list .site span,.content_list .site a{
                font-size: 12px;
            }
            .content_list .site{line-height: 0;margin-top: 5px;}
            .content_list .site a::after{line-height: normal;}
        }




