@charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1400
 */

@media screen and (max-width: 1799px) {
  header .inner {
    width: 100%;
  }
  header .inner.mod {
    padding: 0 20px;
  }
  .nav .wp-menu {
    gap: 20px;
  }
}
@media screen and (max-width: 1699px) {
  .head-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 80px;
  }
  .nav .wp-menu .menu-item > a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1499px) {
  /* 师资队伍 */
  .people_list li.people_news {
    width: 25%;
  }

  /* main2 */
  .main2 {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1399px) {
  .inner {
    width: 100%;
  }
  .mod {
    padding: 0 20px;
  }

  /* 仪器设备 */
  .sb_pic1 {
    width: 240px;
    height: 135px;
  }

  /* header */
  .logo1 img {
    height: 50px;
    width: auto;
  }
  span.sitespan {
    font-size: 32px;
  }
  span.sitestitle {
    font-size: 26px;
  }
  .head-right .f_middle {
    gap: 20px !important;
  }

  /* banner */
  .banner .swiper-container {
    padding-right: 20px;
  }

  /* main3 */
  .main3 .inner:before {
    left: auto;
    right: 0;
  }
  /* footer */
  .footer .inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    padding-left: 100px;
  }
  .fl {
    order: 1;
  }
  .fr {
    order: 0;
  }
}
@media screen and (max-width: 1299px) {
  /* 师资队伍 */
  .peo_pic1 {
    width: 140px;
    height: 186px;
    object-fit: cover;
  }

  /* nav */
  .nav .sub-menu .sub-item a {
    font-size: 15px;
  }
  #d-container {
    padding: 0 10px;
  }
  /* header */
  .logo1 span.sitespan {
    font-size: 30px;
  }
  .nav .wp-menu {
    gap: 30px;
  }
  .head-top {
    flex-direction: column;
    gap: 20px;
  }
  .head-nav {
    top: 130px;
  }
}
@media screen and (max-width: 1199px) {
  /* nav */
  .nav .wp-menu .menu-item a.menu-link {
    font-size: 18px;
  }
  .nav .wp-menu {
    gap: 10px;
  }
  /* 仪器设备 */
  .sb_news {
    width: calc(50%);
  }
  .sb_pic1 {
    width: 240px;
    height: 135px;
  }
  /* l-banner */
  .l-banner {
    height: 350px;
  }
}
@media screen and (max-width: 1161px) {
}

@media screen and (max-width: 1099px) {
  .people_list li.people_news {
    width: calc(100% / 3);
  }
  /* main2 */
  .main2 {
    margin-top: -20px;
  }

  .footer2 {
    gap: 0px 40px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1053px) {
}
/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 999px) {
  .navi-aside-toggle,
  .navi-aside-search {
    display: block;
  }
  .info_title1 {
    font-size: 26px;
    line-height: 55px;
  }
  .col_metas .col_path {
    font-size: 18px;
    line-height: 55px;
  }
  .news_time .year {
    font-size: 30px;
    line-height: 30px;
  }
  .col_news .col_news_box {
    min-height: 550px;
    padding: 28px 30px;
  }
  .col_news_list .news_list li.news_news a {
    padding: 29px 10px 29px 28px;
  }
  /*导航样式：后台绑定时也可以定义配置*/
  #nav .wp-panel {
    height: 0;
  }
  .wp-navi .wp-menu {
    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_metas .col_title h2 {
    font-size: 26px;
  }
  .col_metas .col_title {
    padding-left: 20px;
  }
  .col_menu .col_menu_head h3.col_name .col_name_text {
    font-size: 28px;
  }
  .col_list .wp_listcolumn .wp_column > a .column-name {
    font-size: 20px;
    line-height: 38px;
  }
  .l-banner {
    height: 270px;
  }
  .l-banner img {
    width: 100%;
    height: 100%;
  }

  /* banner */
  .banner .swiper-container {
    bottom: 25px;
  }
  /* main1 */
  .main1 .tt {
    flex-wrap: wrap;
  }
  .bmbox {
    width: 100%;
    order: 1;
  }

  /* mian2 */
  .gzlist li {
    width: calc(50% - 15px);
  }
  .tzlist li a {
    padding: 30px 20px 30px 25px;
  }
  .tzlist li.active a {
    padding: 30px 20px 90px 25px;
  }
  .tzlist li.hover-active a {
    padding: 30px 20px 90px 25px;
  }
}
/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */
@media screen and (max-width: 916px) {
  .peo_pic1 {
    width: 120px;
    height: 160px;
    object-fit: cover;
  }
  .people_list li.people_news {
    width: calc(100% / 2);
  }
  .pho_pic {
    height: 148px;
  }
  /* 仪器设备 */
  .sb_news {
    width: calc(50%);
  }
  .sb_pic1 {
    width: 192px;
    height: 108px;
  }
}
@media screen and (max-width: 906px) {
  /* header */
  header {
    padding: 30px 0 110px 0;
  }
  /* footer */
  .footer .inner {
    padding-left: 20px;
  }
}
@media screen and (max-width: 830px) {
  /* 仪器设备 */
  .sb_news {
    width: calc(100%);
  }
  .sb_pic1 {
    width: 240px;
    height: 135px;
  }
}

@media screen and (max-width: 767px) {
  .peo_pic1 {
    width: 120px;
    height: 156px;
    object-fit: cover;
  }
  .zp_title {
    font-size: 18px;
  }
  .people_list li.people_news {
    width: calc(100% / 3);
  }
  /*栏目图片*/
  .l-banner {
    text-align: center;
  }
  .l-banner {
    height: 250px;
  }
  .l-banner:before {
    height: 30px;
  }
  /* #l-container{ margin-top:20px;} */
  #l-container .inner,
  #d-container .inner {
    padding: 20px 0px;
  }
  #l-container .inner {
    padding-bottom: 60px;
  }
  #d-container .inner {
    padding: 20px 20px;
  }
  #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;
    border: 0px;
  }
  .info_title1 {
    font-size: 22px;
    line-height: 40px;
  }
  .news_time .year {
    font-size: 26px;
    line-height: 30px;
  }
  .news_time .day {
    font-size: 18px;
    line-height: 22px;
  }
  .col_news_con {
    padding: 5px 20px 10px 20px;
    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;
    line-height: 20px;
  }
  .col_list .wp_listcolumn .wp_column a .column-name {
    display: block;
    padding: 12px 15px;
    line-height: 30px;
    text-align: center;
  }
  .col_menu .col_menu_head:before,
  .col_menu .col_menu_head:after,
  .col_menu .col_menu_head h3.col_name .col_name_text:before,
  .col_menu .col_menu_head h3.col_name .col_name_text:after {
    display: none;
  }
  .infotop {
    padding-bottom: 12px;
  }
  .col_menu .col_menu_head h3.col_name {
    min-height: 40px;
  }
  /* body.header-is-fixed {
    padding-top: 239px;
  } */
  .col_list .wp_listcolumn .wp_column > a {
    padding: 0px 0;
  }
  .col_list .wp_listcolumn .wp_column > a .column-icon {
    display: none;
  }
  .col_list .wp_listcolumn .wp_column > a .column-name {
    font-size: 16px;
  }
  .col_list .wp_listcolumn .wp_column a .column-name {
    padding: 8px 0px;
  }
  .col_list .wp_listcolumn .sub_list a {
    font-size: 14px;
  }
  .col_metas .col_path {
    font-size: 18px;
    line-height: 40px;
  }
  .news_time .day {
    font-size: 20px;
    line-height: 25px;
  }
  .article .entry {
    margin-top: 10px;
    padding: 10px 20px;
  }
  .col_menu .col_menu_head {
    padding: 0px 10px;
  }
  /* 仪器设备 */
  .sb_news {
    width: calc(100% / 2);
  }
  .sb_pic1 {
    width: 240px;
    height: 135px;
  }
  .article h1.arti_title {
    font-size: 22px;
  }
  .article .arti_metas {
    margin-top: 5px;
  }
  .footer2 li {
    font-size: 18px;
    color: #333333;
    line-height: 36px;
  }
  /* header */
  header {
    position: relative;
    padding: 30px 0 30px 0;
    background: #92071c;
  }
  .logo1 img,
  .fl .logo1 img {
    height: 40px;
    width: auto;
  }
  .logo1 span.sitespan,
  .fl .logo1 span.sitespan {
    font-size: 26px;
  }
  span.sitestitle,
  .fl span.sitestitle {
    font-size: 22px;
  }

  /* main2 */
  .main2 {
    margin-top: -15px;
  }

  .tzlist {
    flex-direction: column;
  }
  .tzlist li,
  .tzlist li.active,
  .tzlist li.hover-active {
    width: 100%;
  }
  .more1 {
    width: 90px;
    height: 74px;
  }
  .more1 img {
    width: 29px;
  }

  /* main3 */
  .fwbox ul {
    padding-right: 38px;
  }
  .fwbox ul li a {
    gap: 25px;
  }
  .time2bg {
    padding: 0 23px 0 35px;
  }
  .time2 {
    width: 100px;
    height: 100px;
  }
  .time2 .day {
    font-size: 36px;
  }
  .tit1 {
    font-size: 32px;
  }
  .tit1:after {
    bottom: -10px;
    width: 200px;
  }
}

@media screen and (max-width: 706px) {
}
@media screen and (max-width: 676px) {
  .l-banner {
    height: 220px;
  }
  .l-banner img {
    width: 100%;
    height: 100%;
  }
  .tu_list li.news_tu img {
    height: 255px;
  }

  /* 仪器设备 */
  .sb_news {
    width: calc(100% / 2);
  }
  .sb_pic1 {
    width: 192px;
    height: 108px;
  }

  .logo1 {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .logo1 img,
  .fl .logo1 img {
    order: 0;
    height: 45px;
    width: auto;
  }
  .logo1 span.sitespan,
  .fl .logo1 span.sitespan {
    order: 1;
    font-size: 26px;
  }
  span.sitestitle,
  .fl span.sitestitle {
    order: 1;
    font-size: 22px;
  }
  .banner .swiper-container {
    bottom: 15px;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .banner .swiper-pagination {
    margin-left: 0px;
  }
  .banner .swiper-pagination-bullet-active {
    width: 5px;
    height: 49px;
  }
  .banner .swiper-pagination-bullet-active:before {
    bottom: calc(80%);
    font-size: 18px;
    line-height: 56px;
  }

  .time .month {
    font-size: 22px;
  }
  .tzlist li.active a {
    padding: 30px 20px 70px 25px;
  }
}

@media screen and (max-width: 606px) {
}
@media screen and (max-width: 576px) {
  /* .l-banner {height: 200px; } */
  .l-banner img {
    width: 100%;
    height: 100%;
  }

  .fr {
    width: 100%;
  }
}

@media screen and (max-width: 544px) {
  /* 师资队伍 */
  .people_list {
    gap: 20px 0px;
  }
  .peo_pic1 {
    width: 120px;
    height: 159px;
    object-fit: cover;
  }
  .people_list li.people_news {
    width: calc(100% / 2);
  }
  .peo_title {
    line-height: 24px;
    font-size: 16px;
  }
  .peo_subtitle {
    line-height: 20px;
    font-size: 13px;
  }

  /* 仪器设备 */
  .sb_news {
    width: calc(100% / 2);
  }
  .sb_pic1 {
    width: 160px;
    height: 90px;
  }

  .gzlist li {
    width: calc(100%);
  }
}

@media screen and (max-width: 520px) {

  .zp_title {
    font-size: 17px;
    line-height: 17px;
  }
  .zp_news p {
    font-size: 14px;
    line-height: 28px;
  }
  .zp_time {
    font-size: 14px;
  }
  .zp_news {
    padding: 15px 18px;
    margin-bottom: 25px;
  }
  .zp_list {
    margin-top: 25px;
  }
  .mod {
    padding: 0 15px;
  }
  .tu_list li.news_tu img {
    height: 235px;
  }
  .article .entry .read,
  .article .entry .read p {
    line-height: 1.5;
    font-size: 16px;
    color: #333;
  }
  .news_time .year {
    font-size: 22px;
    line-height: 25px;
  }
  .col_news_list .news_list li.news_news a {
    padding: 19px 0px 19px 8px;
    gap: 15px;
  }
  .col_news .col_news_box {
    min-height: 550px;
    padding: 18px 10px;
  }
  .xxsy {
    display: none;
  }
  .logo1 img,
  .fl .logo1 img {
    order: 0;
    height: 40px;
    width: auto;
  }
  .logo1 span.sitespan,
  .fl .logo1 span.sitespan {
    font-size: 22px;
    order: 1;
  }
  span.sitestitle,
  .fl span.sitestitle {
    order: 1;
    font-size: 18px;
  }
  .tit1 {
    font-size: 26px;
  }
  .tit2 {
    font-size: 15px;
    line-height: 30px;
  }
  .tit1:after {
    bottom: -5px;
    width: 180px;
  }
  .micon {
    gap: 5px;
    padding: 0 12px;
  }
  .bmbox p {
    font-size: 16px;
    line-height: 32px;
  }
  .gzlist li a {
    padding: 18px 14px;
  }
  .tzlist li.active a,
  .tzlist li.hover-active a {
    padding: 30px 20px 50px 25px;
  }
  .banner .swiper-container {
    gap: 10px;
  }
  .banner .swiper-pagination {
    gap: 2px;
  }
  .banner .swiper-pagination-bullet {
    width: 5px;
    height: 15px;
  }
  .banner .swiper-pagination-bullet-active:before {
    bottom: calc(80%);
    font-size: 15px;
    line-height: 40px;
  }
  .banner .swiper-pagination-bullet-active {
    width: 5px;
    height: 29px;
  }

  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    width: 26px;
    height: 26px;
  }
  .language-selector {
    font-size: 16px;
    line-height: 35px;
    gap: 8px;
    padding: 0 20px;
    border-radius: 17px;
  }
  .wp-search .search-input input.search-title {
    width: 100%;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    padding: 0 1px;
  }
  .wp-search .search-btn {
    height: 35px;
  }
  .main1 {
    padding: 80px 0 0px 0;
  }
  .searchbox {
    width: 150px;
    height: 35px;
    border-radius: 17px;
  }
  .s1 {
    font-size: 16px;
    line-height: 30px;
  }
  .s2 {
    font-size: 16px;
    line-height: 32px;
  }
  .s3 {
    font-size: 14px;
    line-height: 30px;
    margin-top: 12px;
  }
  .tzlist li.active .time1 {
    font-size: 16px;
    line-height: 40px;
    margin-top: 20px;
  }
  .tzlist li.active .time1 .day {
    font-size: 30px;
    line-height: 40px;
  }
  .tzlist li.hover-active .time1 .day {
    font-size: 30px;
    line-height: 40px;
  }
  .tzlist li.hover-active .time1 {
    font-size: 16px;
    line-height: 40px;
    margin-top: 20px;
  }
  .more1 {
    width: 70px;
    height: 54px;
  }
  .more1 img {
    width: 22px;
  }
  .time2bg {
    padding: 0 13px 0 15px;
  }
  .s4 {
    font-size: 16px;
    line-height: 32px;
  }
  .time2 {
    width: 80px;
    height: 80px;
  }
  .time2 .day {
    font-size: 26px;
    line-height: 30px;
  }
  .time2 .month {
    font-size: 14px;
    line-height: 18px;
  }
  .main3 {
    padding: 80px 0px 115px 0;
  }
  .lxwm,
  .yqlj {
    font-size: 20px;
    line-height: 36px;
  }
  .yqlist li a {
    font-size: 16px;
    line-height: 36px;
  }
  .yqlist {
    margin-top: 15px;
    width: 100%;
    gap: 10px 20px;
  }
  .yqlist li {
    width: auto;
  }
  .code {
    gap: 16px;
    left: 0;
  }
  .fwbox ul {
    padding-right: 18px;
  }
  .bmbox {
    height: 205px;
  }
  .main2 {
    margin-top: -10px;
    padding: 100px 0 85px 0;
  }
  .more {
    position: relative;
    padding-right: 32px;
  }
  .more:before {
    width: 15px;
    height: 1px;
    right: 18px;
  }
  .more:after {
    width: 18px;
    height: 18px;
  }

  .footer2 li,
  .Copyright {
    font-size: 15px;
    line-height: 30px;
  }
}

/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) {
  .l-banner {
    height: 200px;
  }
  .l-banner img {
    width: 100%;
    height: 100%;
  }
  .s16 {
    font-size: 16px;
  }
  .s17 {
    font-size: 14px;
    line-height: 20px;
  }
  .news_time {
    font-size: 12px;
  }
  .tu_list li.news_tu img {
    height: 205px;
  }

  /* 仪器设备 */
  .sb_news {
    width: calc(100% / 1);
  }
  .sb_pic1 {
    width: 208px;
    height: 117px;
  }
}
@media screen and (max-width: 444px) {
}
@media screen and (max-width: 414px) {
  /* 师资队伍 */
  .people_list {
    gap: 20px 0px;
  }
  .peo_pic1 {
    width: 100px;
    height: 133px;
    object-fit: cover;
  }
  .people_list li.people_news {
    width: calc(100% / 2);
  }
  .pho_pic {
    height: 92px;
  }

  .footer2 {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 20px;
  }
  .footer2 li {
    align-items: flex-start;
  }
  .footer2 li img {
    margin-top: 7px;
  }
}

/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 379px) {
}
@media screen and (max-width: 369px) {
}
@media screen and (max-width: 339px) {
}
