@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  .box.on .p_header .content {
    height: 100%;
  }
  .box.on .p_header .logo img:first-child,
  .box.on .p_header .menu_btn img:first-child {
    opacity: 0;
  }
  .box.on .p_header .logo img:last-child,
  .box.on .p_header .menu_btn img:last-child {
    opacity: 1;
  }
  .lan_icon {
    width: 0.2rem;
    height: 0.2rem;
  }
  .language {
    height: 0.6rem;
  }
  .p_header {
    width: 100%;
    position: fixed;
    top: 0.6rem;
    left: 0;
    height: 1rem;
    z-index: 9;
    background: #0936B2; 
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  }
  .menu_btn {
    width: 0.6rem;
    height: 0.41rem;
  }
  .menu_btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .menu_btn img:last-child {
    opacity: 0;
  }
  .menu_box {
    background: #0936B2;
    background-size: 100%;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    padding: 0.2rem 0.3rem 0;
    display: none;
  }
  .menu_list {
    color: #fff;
    height: 10rem;
    overflow-y: auto;
  }
  .menu_list li {
    padding-left: 0.36rem;
    line-height: 3;
  }
  .menu_list li h3 {
    font-size: 0.34rem;
  }
  .menu_close {
    font-size: 0.6rem;
    color: #fff;
  }
  .sub_menu {
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 0.8);
    display: none;
  }
  .sub_menu a {
    display: block;
    position: relative;
    padding-left: 0.4rem;
  }
  .sub_menu a::after {
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .banner{
      margin-top: 1.6rem;
  }
  .banner h3 {
    font-size: 0.3rem;
  }
  .banner_more {
    width: 1.5rem;
    font-size: 0.24rem;
    margin-top: 0.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .wrap_box {
    font-size: 0.24rem;
  }
  .main {
    min-height: 70vh;
  }
  img {
    width: 100%;
  }
  .p_w100 {
    width: 100%;
  }
  .p_col {
    flex-direction: column;
  }
  .p_re_col {
    flex-direction: column-reverse;
  }
  .f60 {
    font-size: 0.4rem;
  }
  .f22,
  .f24 {
    font-size: 0.28rem;
  }
  .f18,
  .f20 {
    font-size: 0.26rem;
  }
  .content {
    width: 7.02rem;
  }
  .sub_tit {
    padding: 0;
    font-size: 0.26rem;
  }
  .about_num li {
    width: 48.5%;
    margin-bottom: 0.2rem;
  }
  .about_list li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .news_list li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .news_list li h3 {
    -webkit-line-clamp: 1;
    line-height: 0.4rem;
    height: 0.4rem;
  }
  .news_pic {
    height: 3.6rem;
  }
  .more {
    width: 2rem;
    height: 0.6rem;
    border-radius: 0.3rem;
  }
  .juzhen .title {
    padding: 0 0.6rem;
  }
  .juzhen_list li {
    width: 1.6rem;
    margin-right: 0.2rem;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0.3rem;
  }
  .juzhen_list li:nth-child(4n) {
    margin-right: 0;
  }
  .m_banner {
    margin: 1.6rem 0 0;
  }
  .m_tit {
    font-size: 0.5rem;
  }
  .about_right {
    margin: 0.2rem 0 0;
  }
  .value {
    margin: 0;
    text-align: center;
  }
  .four li {
    margin: 0.2rem 0;
  }
  .four li img {
    width: auto;
  }
  .manager {
    justify-content: space-between;
  }
  .manager li {
    width: 3.4rem;
    margin-right: 0;
  }
  .manager_pic {
    height: 4.4rem;
  }
  .manager_right {
    padding: 0.3rem;
  }
  .manager_text {
    margin: 0.3rem 0 0;
  }
  .close_manage {
    width: 1.6rem;
    height: 0.4rem;
  }
  .relevance_list {
    justify-content: space-between;
  }
  .relevance_list li {
    margin-right: 0;
  }
  .board {
    justify-content: space-between;
  }
  .board li {
    width: 3.4rem;
    margin-right: 0;
    font-size: 0.34rem;
  }
  .report_list {
    justify-content: space-between;
  }
  .report_list li {
    padding: 0 0.4rem 0.3rem;
    margin-right: 0;
    width: 100%;
  }
  .report_con {
    width: 3.4rem;
  }
  .report_tit {
    margin: 0;
  }
  .renzheng_pic {
    margin: 0.3rem 0 0;
  }
  .address_list {
    width: 100%;
  }
  .message li {
    width: 100%;
  }
  .submit {
    margin: 0 0 0.3rem 0;
  }
  .zonghe li {
    width: 100%;
    margin-right: 0;
  }
  .power {
    justify-content: space-between;
  }
  .power li {
    width: 3.4rem;
    margin-right: 0;
    padding-left:.2rem;
  }
   .power li .f24{
       font-size:.2rem;
   }
   .power li .f64{
       font-size:.5rem;
   }
   .power li img {
        width: 0.6rem;
        margin-right: 0.2rem;
    }
   .manager_txt{
       height: auto;
       padding: 0.1rem 0.24rem;
   }
  .pro_type {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }
  .pro_type li {
    width: 3.4rem;
  }
  .pro_list li {
    width: 100%;
    margin-right: 0;
  }
  .pro_pic {
    height: 4.6rem;
  }
  .pro_tit {
    font-size: 0.36rem;
  }
  .pop {
    height: 4.5rem;
  }
  .comfirm {
    height: 0.6rem;
  }
  .jidi_con {
    margin: 0.2rem 0 0;
  }
  .jidi_tip {
    height: auto;
    padding: .2rem;
    text-align: center;
  }
  .jidi_tip_txt{
      padding: 0;
  }
  .jidi_tip .f20 {
    font-size: 0.22rem;
  }
  .jidi_tip .f14 {
    font-size: 0.2rem;
  }
  .partner_list li {
    width: 2rem;
    margin: 0 0.1rem;
  }
  .m_news_con {
    margin: 0.3rem 0 0;
  }
  .m_news_list li {
    width: 100%;
    margin-right: 0;
  }
  .m_news_list_pic {
    height: 3.5rem;
  }
  .year_select {
    height: 0.6rem;
  }
  .year {
    margin: 0 0 0.3rem;
  }
  .touzi_report li {
    width: 100%;
    padding: 0 0.4rem 0.3rem;
  }
  .touzi_report li:nth-child(odd) {
    width: 100%;
    padding: 0 0.4rem 0.3rem;
  }
  .touzi_report .report_con {
    width: 3.3rem;
  }
  .zhili_sub_tit2 {
    width: 2.2rem;
  }
  .pop_txt{
      font-size:.2rem !important;
  }
  .weiyuanhui_box {
    margin: 0.5rem 0 0;
  }
  .weiyuanhui {
    margin-bottom: 0.3rem;
  }
  .notice_year {
    margin-bottom: 0.3rem;
  }
  .m_notice_date {
    width: 6rem;
  }
  .m_notice_list li:hover .m_notice_more span {
    display: none;
  }
  .search_input {
    width: 3.5rem;
    height: 0.6rem;
    margin-left: 0.3rem;
  }
  .year_select1 {
    width: 2.5rem;
  }
  .show_txt {
    min-height: 60vh;
  }
  .manager_xx{
      height: auto;
  }
  .manager_left img{
      height: auto;
  }
  .m_tit.content{
      left: 5%;
      width: 40% !important;
      font-size: .3rem;
  }
  .m_news_txt{
      height: auto;
      margin: 0.23rem 0;
  }
  .year_select{
      width: 3rem;
  }
  .m_notice_list {
        width: 100% !important;
    }
    .m_notice_list li a {
        flex-wrap: wrap;
    }
    .wid80 {
        width: auto !important;
        flex: 1 1 auto;
        flex-wrap: wrap;
        display: flex;
    }
    .m_notice_date {
        width: auto !important;
        margin-right: 0.2rem;
        font-size: 0.22rem;
        white-space: nowrap;
    }
    .m_notice_date::after {
        display: none;
    }
    .ellipsis {
        white-space: normal !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        flex: 1;
        word-break: break-word;
    }
    .m_notice_more {
        display: none;
    }
    .p26{ padding-top:0}
    .p34{ padding-top:0}
    .fourpart li{
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
    }
    .fourpart li p{
        width: 100%;
    }
    .news_txt{
        margin: 0.15rem 0;
        height: auto;
    }
    .m_news_con{
        width: 100%;
    }
    .hometitle{
        padding: 0;
    }
}

