@charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1400
 */

@media screen and (max-width: 1399px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
  .mod {
    padding: 0 20px;
  }
  .nav .wp-menu .menu-item a.menu-link {
    font-size: 18px;
  }
  .nav .sub-menu .sub-item a {
    font-size: 15px;
  }
  .mySwiper .swiper-button-next {
    right: 10%;
    top: 80%;
  }
  .mySwiper .swiper-button-prev {
    left: 83%;
    top: 80%;
  }
  .mySwiper .swiper-pagination {
    bottom: 15%;
    left: 74%;
  }
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 1024px) {
  .main2-2::before {
    left: -130px;
  }
  .QR {
    width: 50%;
  }
}
/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 999px) {
  .head-top {
    padding: 20px 0;
    height: auto;
  }
  .search-panel {
    float: none;
    padding-top: 40px;
    width: 100%;
  }
  .searchbtn {
    display: none;
  }
  .search-window,
  .wp-search {
    width: 100%;
  }
  .wp-search .search-input {
  }
  .wp-search .search-input input.search-title {
    color: #fff;
  }
  .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: 48px;
  }
  .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;
  }

  .mySwiper .swiper-pagination {
    bottom: 20%;
    left: 74%;
  }
  .mySwiper .swiper-button-prev {
    left: 83%;
    top: 73%;
  }
  .mySwiper .swiper-button-next {
    right: 7%;
    top: 73%;
  }
  .QR {
    width: 50%;
  }
  .main2-2::before {
    left: -120px;
  }
}
/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */

@media screen and (max-width: 860px) {
  .footerbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .footerbox ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .QR {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly !important;
    flex-direction: row !important;
    margin-top: 20px;
  }
  .mySwiper .swiper-pagination {
    bottom: 20%;
    left: 70%;
  }
  .main2-1::before {
    right: -135px;
  }
}

@media screen and (max-width: 768px) {
  /*内页*/
  #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%;
  } /**文章阅读部分图片大小限制**/

.mySwiper .swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.mySwiper .swiper-button-prev,.mySwiper .swiper-button-next{
display:none;
}
}

@media screen and (max-width: 720px) {
}

@media screen and (max-width: 676px) {
.mySwiper .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
}
@media screen and (max-width: 540px) {
}
@media screen and (max-width: 490px) {
  .sitelogo {
    padding-left: 20px;
  }
  .sitelogo a img {
    width: 100%;
  }
  .HT {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .HT1 {
    margin-top: 30px;
  }
  header {
    height: 125px;
  }
  .KJLJ {
    top: 0;
    margin-bottom: 30px;
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 20px;
    padding-top:20px;
  }
  .KJLJ  a {
    width: 30%;
  }
  .KJLJ li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .SWTEXT {
    height: 60px;
    font-size: 20px;
    padding: 10px;
  }
  .mySwiper .swiper-button-next {
    display: none;
  }
  .mySwiper .swiper-button-prev {
    display: none;
  }
  .mySwiper .swiper-pagination {
    bottom: 0%;
    left: 70%;
  }
  .main1 {
    flex-direction: column;
  }
  .main1-1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .title2 {
    margin-top: 30px;
  }
  .main22 {
    flex-direction: column;
  }
  .main2-1 {
    width: 100%;
    padding-top: 55px;
    margin-bottom: 30px;
  }
  .main2-2 {
    width: 100%;
    padding-top: 100px;
    margin-bottom: 30px;
  }
  .main2-1::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 102px;
    background: url(images/img1.png) no-repeat;
    top: -32%;
    right: 36%;
  }
  .main2-2::before {
    position: absolute;
    content: "";
    width: 102px;
    height: 102px;
    background: url(images/img2.png) no-repeat;
    left: 38%;
    top: 0;
  }
  .main11 {
    top: -45px;
  }
  .main11 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news_listimg2box {
    flex-direction: column;
  }
  .news_listimg2box li {
    width: 100%;
    margin-bottom: 20px;
  }
  .QR {
    flex-direction: column!important;
  }
  .column-img{
    height: 200px;
  }

 .mainbox2{
height:auto;
padding-bottom:30px;

}

.news_listimg2 {
     
    height: 264px;
    position: relative;
}
.news_list li {
    padding: 10px;
   
}
}
/**
 * [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) {
}
