@charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1400
 */
@media screen and (max-width: 1699px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1399px) {
  .mod {
  }
  .nav .wp-menu .menu-item a.menu-link {
    font-size: 18px;
  }
  .nav .sub-menu .sub-item a {
    font-size: 15px;
  }
  .headerbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .h3box li a {
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
  }
  .h3 {
    width: 26%;
  }
}
@media screen and (max-width: 1199px) {
}
/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 999px) {
  .h1 {
    margin-bottom: 20px;
  }
  .f1 {
    margin-bottom: 20px;
  }
  .f2 {
    margin-bottom: 20px;
  }
  .f3 {
    margin-bottom: 20px;
  }
  .headerbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .h3box li {
    border-radius: 22px;
    border: 1px solid #ffffff;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: 0.5s;
  }
  .b1 {
    flex-direction: column;
  }
  .box-1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .box-2 {
    width: 100%;
  }
  .bannerbox {
    position: static;
    background: url(images/bg6.png) no-repeat;
    background-size: cover;
    padding-top: 50px;
  }
  .h3 {
    width: 40%;
  }
  .header {
    position: relative;
    background: rgba(22, 25, 32, 1);
  }
  .head-top {
    padding: 20px 0;
    height: auto;
  }
  .header .head-left {
    float: none;
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .header .sitelogo {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 auto;
    float: none;
  }
  .header .head-right {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .search-panel {
    float: none;
    padding-top: 40px;
    width: 100%;
  }
  .searchbtn {
    display: none;
  }
  .search-window,
  .wp-search {
    width: 100%;
  }
  .wp-search .search-input {
    background: #fff;
  }
  .wp-search .search-input input.search-title {
    color: #333;
  }
  .wp-search input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #333;
  }
  .sousuo_btn {
    z-index: 10;
  }
  .wp-search form {
    padding-right: 9px;
  }
  .wp-search .search-input {
    height: 44px;
    padding: 4px;
  }
  .wp-search .search-input input.search-title {
    height: 36px;
    line-height: 36px;
  }
  .wp-search .search-btn,
  .wp-search .search-btn input.search-submit {
    height: 44px;
    width: 48px;
    border-radius: 0;
  }

  .wp-search .search-btn input.search-submit {
    background-size: 25px 25px;
  }

  .top_nav {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: auto;
    text-align: center;
  }
  .head-nav {
    float: none;
    height: 0;
    padding-top: 0;
    margin-top: 0px;
  }
  .navi-aside-toggle,
  .navi-aside-search {
    display: block;
  }
  /*导航样式：后台绑定时也可以定义配置*/
  .wp-navi .wp-menu {
    display: none;
  }
  .wp-navi-slide .navi-slide-head {
    display: block;
    padding: 0 10px;
    height: 40px;
  }
  .wp-navi-slide .wp-menu {
    background: #fff;
  }
  .wp-navi-slide .wp-menu .menu-item {
    display: inline-block;
    float: none;
    position: relative;
    z-index: 100;
    width: 100%;
    padding-left: 0px;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
  .wp-navi-slide .wp-menu .menu-item .menu-switch-arrow {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 6px;
    top: 1px;
    background: url(css/img/icons.png) no-repeat 10px -116px;
  }
  .wp-navi-slide .wp-menu .menu-item a.menu-link {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #343434;
    font-size: 14px;
  }
  .wp-navi-slide .wp-menu .menu-item a.menu-link.hover,
  .wp-navi-slide .wp-menu .menu-item.hover a.menu-link,
  .wp-navi-slide .sub-menu .sub-item.hover > a,
  .wp-navi-slide .sub-menu .sub-item a:hover {
    text-decoration: none;
    color: #000;
    background-color: #eee;
  }
  .wp-navi-slide .sub-menu {
    display: none;
    position: relative;
    left: 0;
    bottom: 0px;
    top: 0px;
    min-width: 0px;
    z-index: 100;
    background: #fff;
    opacity: 0.8;
  }
  .wp-navi-slide .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    border-bottom: 1px solid #eee;
  }
  .wp-navi-slide .sub-menu .sub-item a {
    display: block;
    color: #000;
    height: auto;
    line-height: 40px;
    padding: 0 36px;
    font-size: 14px;
    background: none;
  }
  .wp-navi-slide .sub-menu .sub-item a:hover {
    color: #000;
    background-color: #eee;
    display: block;
  }
  .wp-navi-slide .sub-menu .sub-menu {
    left: 0;
    top: 0;
  }
  .wp-navi-slide .sub-menu .sub-menu .sub-item a {
    padding: 0 52px;
  }
  .nav {
    display: none;
  }
  .head {
    display: block;
  }
  .searchbox {
    width: 100%;
    padding-bottom: 0px;
  }
  .logo {
    padding-left: 30px;
    margin-bottom: 10px;
    padding-right: 30px;
  }
}
/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */

@media screen and (max-width: 860px) {
  .header .sitelogo .logo img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .news_tu li {
    width: calc(33.3% - 15px);
  }
  .news_tu li .title {
    width: 90%;
    height: 46px;
    font-size: 18px;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 768px) {

.PeWore .PeWoreli {
    width: 100%;
    margin-bottom: 65px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

  .l-banner {
    height: 200px!important;
  }
  .m3pc {
    flex-direction: column;
  }
  .m3pc li {
    margin-bottom: 20px;
  }
  .main1-1 {
    flex-direction: column;
  }
  .News1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .News1 li {
    width: 48%;
  }
  .News2 {
    width: 100%;
    margin-bottom: 20px;
  }
  /*内页*/
  #l-container .inner,
  #d-container .inner {
    padding: 0px 0px;
  }
  #l-container.wrapper .inner .mod,
  #d-container.wrapper .inner .mod {
    padding: 0;
  }

  .column-switch {
    display: block;
  }

  .col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 40px;
    padding: 0px 5px 0px 12px;
    font-size: 17px;
  } /**栏目名称图标**/
  .col_menu {
    width: 100%;
    float: none;
    margin-right: 0px;
    position: relative;
  }
  .col_menu .col_menu_con {
    display: none;
    border: 0px solid #e4e4e4;
  }
  .col_metas .col_title h2 {
    font-size: 18px;
  } /**当前栏目名称**/

  .col_news {
    width: 100%;
    min-height: 0px;
    float: none;
  } /**栏目新闻**/
  .col_news .col_news_box {
    margin-left: 10px;
    margin-right: 10px;
  }
  .col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 0px;
  }
  .col_news_con .news_list li.news {
    line-height: 24px;
    padding: 4px 0px;
  }
  .col_news_con .news_list li.news span.news_title {
    line-height: 24px;
    margin-right: 0px;
  } /*标题*/
  .col_news_con .news_list li.news span.news_meta {
    margin-left: 0px;
  } /*属性*/

  .wp_paging li.pages_count,
  .wp_paging li.page_jump {
    display: none;
  }

  .infobox {
    width: auto;
    padding: 0px;
    margin: 0 10px;
  }

  .col_news_list .wp_entry img,
  .article .entry .read img {
    max-width: 100%;
    height: auto !important;
    width: 100%;
  } /**文章阅读部分图片大小限制**/

  /*图列表*/
  .news_tu .news_list li.news {
    width: 50%;
  }
  /*组织机构*/
  .inss .part_xy .sub-list .sub-item {
    width: 50%;
  }
}

@media screen and (max-width: 720px) {
  .h3 {
    width: 100%;
  }
  #certify .swiper-button-next {
    display: none;
  }
  #certify .swiper-button-prev {
    display: none;
  }
  #certify .swiper-slide {
    height: auto;
  }
  .pbox {
    padding-top: 15px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 11px;
  }
  .header .sitelogo .logo {
    width: 360px;
  }
  .header .head-right {
    font-size: 20px;
  }
}

@media screen and (max-width: 676px) {
  .overlay-box {
    height: 30px;
  }
  .n2-2 {
    width: 62%;
  }
  .n2-1 {
    width: 200px;
    height: 113px;
    background: #e0e0e0;
    border-radius: 4px;
    margin-right: 20px;
  }
  .m4 .swiper-slide {
    height: auto;
  }
  .m4 .swiper-pagination {
    display: flex;
  }
}
@media screen and (max-width: 540px) {
  .header .sitelogo .logo {
    width: 320px;
  }
  .header .head-right {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 490px) {
  .f1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .n5-3 {
    width: 100%;
  }

  .BannerSwiper .swiper-button-next,
  .BannerSwiper .swiper-button-prev {
    display: none;
  }
  .m4 .swiper-button-next,
  .m4 .swiper-button-prev {
    display: none;
  }
  .m4more {
    top: 10px;
  }
  .m4 {
    width: 100%;
    margin-top: 47px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f2-2 {
    margin-left: 0px;
    margin-top: 50px;
  }
  .f2-2-1 li {
    color: #ffffff;
    margin-bottom: 8px;
  }
  .m4 .swiper-slide {
    height: auto;
  }
}
/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) {
}
@media screen and (max-width: 414px) {
}
/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 350px) {
}
