@charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1400
 */

@media screen and (max-width: 2000px) {
}

@media screen and (max-width: 1399px) {
  .head-top {
    width: 100%;
  }
  .head-nav {
    width: 70%;
  }
  .nav .wp-menu .menu-item {
    margin-left: 0px;
  }
  .nav .wp-menu .menu-item a.menu-link {
    font-size: 15px;
  }
  .main1,
  .main2,
  .main3,
  .main4,
  .main5 {
    width: 100%;
  }
  .main1 {
    display: flex;
    flex-wrap: wrap;
  }
  .news {
    width: 100%;
  }
  .newstop {
    padding-left: 50px;
  }
  .news-dd {
    justify-content: space-around;
  }
  .notice {
    width: 100%;
  }
  .notice-d {
    padding-left: 50px;
    padding-right: 50px;
  }
  .nt {
    width: 100%;
  }
  .n-dd {
    padding-left: 0px;
    padding-right: 70px;
  }
  .wrapper.main3 {
    max-width: 1200px;
    margin: 0 auto;
  }
  .inner {
    width: 100%;
  }
  .ScienceSwpier {
    width: 100%;
  }
  .Spc img {
    width: 100%;
    height: auto;
  }
  .ac-dd {
    width: 100%;
  }
  .ac-img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1199px) {
  .Lpc {
   
  }
}

/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 999px) {

 .head-top {
height: auto;
position: static;
        display: flex;
    flex-direction: column;
  }
  .header .head-left {
    width: 100%;
padding-left:30px;
padding-top:20px;
padding-bottom:20px;
  }
.header .sitelogo {
    float:none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .header .sitelogo .logo img {
    display: block;
    width: 100%;
  }
  .head-nav {
    width: 100%;
  }
  .news-d .d1,
  .d2 {
    width: 355px;
  }
  .news-d .d3,
  .d4 {
    width: 355px;
  }
  .ScienceSwpier {
    width: 100%;
    padding-left: 50px;
  }
  .main3 {
    margin-top: 50px !important;
  }
  .s-t {
    background-position: 37%;
  }
  .main4 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .Lpc {
    margin-bottom: 30px;
  }
  .main5 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .f-more {
    padding-right: 0px;
  }
  .f-more2 {
    display: flex;
    flex-wrap: wrap;
  }
  .fm1,
  .fm2,
  .fm3,
  .fm4 {
    margin-right: 0px;
  }

 /* 导航 */
 
 .nav {
  display: none;
}

.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;
}
 /* 导航 */


  .news {
    margin-right: 0px;
  }
  .SC-mm {
    width: 100px;
    height: 30px;
  }

  /* 活动预告 */
  .ac-d {
    padding-left: 20px;
  }
  .ac-ddd {
    width: 80%;
    height: 80%;
  }
  .ac-dd img {
    width: 100%;
    height: auto;
  }
  .ac-more {
    padding-left: 30px;
    padding-right: 25px;
  }
  .a-t {
    background-position: 35%;
  }
  /* 活动预告 */
}

/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */

@media screen and (max-width: 860px) {
  .s-t {
    background-position: 33%;
  }
  .main4 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
.ScienceSwpier .custom-pagination{
left:100%;
top:90%;}
.lpc-t{
font-size: 14px;
}
.ScienceSwpier .swiper-button-prev {
 
    left: 79%;
   
}
.ScienceSwpier .swiper-pagination{
    position: absolute;
    left: 0%;
top:90%;
}
  .ac-dd .swiper-slide{
    padding-left: 145px 
  }
  .SC-more {
    padding-top: 40px;
  }
  .footer {
    display: flex;
    flex-wrap: wrap;
  }
  .f-more {
    border-right: none;
  }
  .f-more2 {
    margin-bottom: 30px;
  }
  .news-d .dt1,
  .news-d .dt2,
  .news-d .dt3,
  .news-d .dt4,
  .n-title,
  .SC-t {
    font-size: 16px;
  }
  .newstitle,
  .nt,
  .a-t,
  .s-t {
    font-size: 25px;
  }
  /* 活动预告 */
  .ac-dd {
    /* padding-left: 120px; */
  }
  .ac-ddd {
    width: 76%;
    height: 95%;
  }
  .ac-dd img {
    width: 100%;
    height: auto;
  }
  .ac-more {
    padding-left: 30px;
    padding-right: 25px;
  }
  .a-t {
    background-position: 30%;
  }
  /* 活动预告 */

  .news-d .d1,
  .d2 {
    width: 300px;
  }
  .news-d .d3,
  .d4 {
    width: 300px;
  }


  #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: 49px;
    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;
    width: 100%;
  }

  .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: 100px;
  }

  /*标题*/
  .col_news_con .news_list li.news span.news_meta {
    margin-left: -100px;
  }

  /*属性*/

  .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%;
  }

  /**文章阅读部分图片大小限制**/
  .col_menu { padding-top:0;} 
  .col_menu .col_menu_head h3.col_name { height:50px;}

}
@media screen and (max-width: 676px) {
.Links{
    display: flex;
    justify-content: center;
}
.SC-more {
    width: 408px;
margin-left:0px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.22);
    border-radius: 20px;
    padding-top: 67px;
    padding-left: 37px;
    padding-right: 40px;
margin-bottom: 92px;
  
}
.ScienceSwpier .swiper-pagination {
    position: absolute;
    left: 0%;
    top: 92%;
}


.SC-more1 .swiper-wrapper .swiper-slide{
display: flex;
    flex-direction: column;
}
.Spc {
    width: 400px;
    height: 250px;
    margin-top: 58px;
}
.Spc img{width:100%;}

.ScienceSwpier .custom-pagination {
    left: 83%;
    top: 91%;
}
  .ScienceSwpier .swiper-button-prev{
    left:69%
  }
.newstop {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
  .news-d .d1,
  .d2 {
    width: 270px;
  }
  .news-d .d3,
  .d4 {
    width: 270px;
  }
  .n-more {
    background-position: 64%;
  }
  .a-t {
    background-position: 28%;
  }
  .s-t {
    background-position: 27%;
  }
}

@media (max-width: 520px) {
.Lpc {
   
    margin-bottom: 30px;
}

.SC-more {
    width: 408px;
margin-left:0px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.22);
    border-radius: 20px;
    padding-top: 67px;
    padding-left: 37px;
    padding-right: 40px;
margin-bottom: 92px;
  
}
.ScienceSwpier .swiper-pagination {
    position: absolute;
    left: 0%;
    top: 92%;
}


.SC-more1 .swiper-wrapper .swiper-slide{
display: flex;
    flex-direction: column;
}
.Spc {
    width: 400px;
    height: 250px;
    margin-top: 58px;
}
.Spc img{width:100%;}

.ScienceSwpier .custom-pagination {
    left: 53%;
    top: 91%;
}
  .ScienceSwpier .swiper-button-prev{
    left:69%
  }
  .news-d .d1,
  .d2 {
    width: 80%;
  }
  .news-d .d3,
  .d4 {
    width: 80%;
  }
  .notice-d {
    width: 100%;
    padding-right: 0px !important;
  }
  .a-t {
    background-position: 16%;
padding-left:30px;
  }
  .a-more {
    line-height: 50px;
  }
  .s-t {
    background-position: 17%;
padding-left:40px;
  }

}

/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) {
.ac-dd .swiper-slide{
margin-right:0px !important;
}
.ac-ddd {
    width: 76%;
    height: 76%;
    margin: auto;
}
.Lpc {
    
    margin-bottom: 30px;
}
  .ac-dd .swiper-slide{
    padding-left: 55px 
  }
  .BannerSwiper .swiper-button-next,
  .BannerSwiper .swiper-button-prev {
    display: none;
  }

.notice{
margin-top:0px;
}
.SC-more {
    width: 315px;
margin-left:0px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.22);
    border-radius: 20px;
    padding-top: 67px;
    padding-left: 37px;
    padding-right: 40px;
margin-bottom: 92px;
  
}
.ScienceSwpier .swiper-pagination {
    position: absolute;
    left:-9%;
    top: 92%;
}


.SC-more1 .swiper-wrapper .swiper-slide{
display: flex;
    flex-direction: column;
}
.Spc {
    width: 300px;
    height: 200px;
    margin-top: 58px;
}
.Spc img{width:100%;}

.ScienceSwpier .swiper-button-prev {
    left: 61%;
}







}



/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 440px) {
.Lpc {
    
    margin-bottom: 30px;
}
.SC-more {
    width: 315px;
margin-left:0px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.22);
    border-radius: 20px;
    padding-top: 67px;
    padding-left: 37px;
    padding-right: 40px;
margin-bottom: 92px;
  
}
.ScienceSwpier .swiper-pagination {
    position: absolute;
    left:-9%;
    top: 92%;
}


.SC-more1 .swiper-wrapper .swiper-slide{
display: flex;
    flex-direction: column;
}
.Spc {
    width: 300px;
    height: 200px;
    margin-top: 58px;
}
.Spc img{width:100%;}



.notice{
margin-top:0px;
}
.newstop {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.header .sitelogo .logo img {
    display: block;
    width: 85%;
}
  .ScienceSwpier .swiper-button-prev {
    left: 53%;
}

  .ac-dd .swiper-slide{
    padding-left: 0; 
  }
  .fm1,
  .fm2,
  .fm3,
  .fm4 {
    margin-right: -5px;
  }
  .a-t {
    background-position: 16%;
    padding-left: 70px;
  }
  .s-t {
    background-position: 17%;
    padding-left: 70px;
  }
  .a-more a {
    width: 160px;
  }
  .s-more a {
    width: 160px;
    padding-top: 12px;
  }
  .ac-dd {
    padding-left: 50px;
    height: 500px;
  }
  .ac-ddd {
    width: 76%;
    height: 76%;
  }
}
