@charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1400
 */


@media screen and (max-width: 1399px) {
  .inner {
    width: 100%;
  }
  .mod {
    padding: 0 20px;
  }
  .nav .wp-menu .menu-item a.menu-link {
    font-size: 18px;
  }

  .nav .sub-menu .sub-item a {
    font-size: 15px;
  }
  
  .nav .wp-menu .menu-item > a{
    padding: 0 16px;
  }

  
}

@media screen and (max-width: 1299px) {
 
}
@media screen and (max-width: 1199px) {

  .inner {
    width: 100%;
  }
 
  #d-container .inner {
    padding: 30px 40px 40px;
    box-sizing: border-box;
  }

 
  /* nav */
  .nav .wp-menu {
    padding: 0 5px;
  }
  .nav .wp-menu .menu-item a.menu-link {
    font-size: 16px;
  }
  .nav .wp-menu .menu-item > a {
    padding: 0 10px;
  }
  



 
}
@media screen and (max-width: 1099px) {
 
  /* title */
  .m1,
  .m2,
  .m3{
    flex-direction: column;
    gap: 20px;
  }
  .ml1{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 0px;
    justify-content: space-between;
    width: 100%;
    
  }
  .title{
    width: 280px;
  }
  .mr1,.mr2,.mr3{
    width: 100%;
  }

  /* m3 */
  .mr3{
    gap: 20px 25px;
  }
}
/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 999px) {



  .navi-aside-toggle,
  .navi-aside-search {display: block;}

  /*导航样式：后台绑定时也可以定义配置*/
  #nav .inner .wp-panel{ height:0;}
  .wp-navi .wp-menu{display:none;}
  .head-nav{display:none;}
  .wp-navi-aside .navi-aside-wrap li{ width:100%}
  .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;}


   /*主栏目名称*/
	 /* .col_menu { margin-top:15px;  } */
	 /* .col_news .col_news_box { margin-top: 95px;} */


   /* title */
   .title {
    font-size: 32px;
  }
   /* m3 */
  .mr3 li{
    width: auto;
    min-width: 208px;
    height: 126px;
    background: rgba(255,255,255,0.7);
    box-shadow: 0px 0px 35px 0px rgba(174,166,207,0.35);
    padding: 20px;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  .mr3 li a img{
    width: auto;
    height: 100%;
    object-fit: contain;
  }
  /* .mr3 li:nth-child(1),
  .mr3 li:nth-child(2){
    width: 26.48%;
  }
  .mr3 li:nth-child(3){
    width: 40%;
  }
  .mr3 li:nth-child(4){
    width: 35.23%;
  }
  .mr3 li:nth-child(5){
    width: 58.26%;
  } */

  /* m1 */
  .m1 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .mr1 li {
    font-size: 18px;
    line-height: 30px;
  }
  /* m2 */
  .main2 {
    padding-top: 124px;
    padding-bottom: 64px;
  }

  .h3{
    position: relative;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 30px;
  }
  .h2{
    display: none;
  }
  #h2{
    display: flex;
  }
}

/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */


@media screen and (max-width: 767px) {

 

  /*栏目图片*/
  #l-container{ margin-top:20px;}
  #l-container .inner,
  #d-container .inner {padding:20px 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{height:40px;}
  .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; margin-top:0;} 
  .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; margin-top: 0px;}
  .col_news_con { padding:5px 0px 10px 0px; margin:0 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%;}/**文章阅读部分图片大小限制**/
  .article .arti_metas span{ font-size:13px;}
  .col_list .wp_listcolumn .wp_column a .column-name { display:block; padding: 12px 15px;line-height: 30px; text-align:center;}

 
  .title {
    font-size: 28px;
  }
  /* footer */
  .footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-direction: column;
  }

  /* m1 */
  .mr1 {
    gap: 25px;
  }
  /* m2 */
  .mr2 li a {
    display: flex;
    padding: 20px 20px 28px 25px;
    gap: 15px;
  }
  /* m3 */
  /* .mr3 li:nth-child(3){
    width: 52%;
  }
  .mr3 li:nth-child(4){
    width: 42%;
  }
  .mr3 li:nth-child(5){
    width: 100%;
    max-width: 590px;
  } */

  .h3{
    margin-top: 0px;
  }
}



@media screen and (max-width: 676px) {


  #l-container .inner,
  #d-container .inner {padding:0px 0px;}

  .header {
    position: absolute;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  /* m2 */
  .pic1 {
    width: 224px;
    height: 173px;
    overflow: hidden;
  }
  .mr2-1 {
    width: calc(100% - 264px);
  }

  /* footer */
  .footer .logo{
    width: 200px;
    height: auto;
    object-fit: cover;
  }
  .footer .ewm{
    width: 120px;
    height: auto;
    object-fit: cover;
  }
}


@media screen and (max-width: 527px) {
  /* .mr3 li:nth-child(3){
    width: 48%;
  }
  .mr3 li:nth-child(4){
    width: 42%;
  } */
  .mr3 li{
    min-width: 180px;
    width: 100%;
  }
  .mr3 li:nth-child(1) a img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .video-img {
    min-width: 100%;
    margin-left: 0px;
  }
}


/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) {
  .mod{
    padding: 0 10px;
  }

  .searchbox {
    width: 24px;
    height: 23px;
  }
  .h2 {
    width: 50px;
    height: 26px;
  }
  .h2-1 {
    width: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  .h2-2 {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
  /* title */
  .ml1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .title {
    font-size: 22px;
    width: auto;
  }
  .more {
    width: 115px;
    height: 32px;
  }
  .more span {
    font-size: 14px;
    line-height: 26px;
  } 
  .more:before{
    background: url(images/more_h_br.png);
    background-size: 100% 100%;
  }
  .m2  .more:before{
    background: url(images/more_br.png);
    background-size: 100% 100%;
  }
  /* m2 */
  .mr2 li a{
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  .mr2-1{
    width: 100%;
    padding-bottom: 40px;
  }

  /* 字体 */

  .mr1 li{
    font-size: 16px;
  }
  .s1{
    font-size: 16px;
  }
  .s2{
    font-size: 12px;
  }
  .time{
    font-size: 14px;
  }
  .more2 {
    width: 20px;
    height: 13px;
  }

}

@media screen and (max-width: 414px) {
  
  /* m3 */
  /* .mr3 li{
    min-width: 160px;
    width: 160px;
  }
  .mr3 li:nth-child(1),
  .mr3 li:nth-child(2),
  .mr3 li:nth-child(3),
  .mr3 li:nth-child(4){
    width: 160px;
  }
  .mr3{
    gap: 15px 10px;
  } */
  .mySwiper1 .banner_b {
    width: 80.833%;
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
}
}

/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 350px) {

}
