@charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1400
 */

@media screen and (max-width: 1599px) {
}

@media screen and (max-width: 1499px) {
  /* 师资队伍 */
  .people_list li.people_news {
    width: 25%;
  }
}
@media screen and (max-width: 1399px) {
  .inner {
    width: 100%;
  }
  .mod {
    padding: 0 20px;
  }
  #d-container .inner {
    padding: 0 40px;
  }
  .l-banner {
    height: 550px;
  }
  /* nav */
  .nav .wp-menu .menu-item a.menu-link {
    font-size: 18px;
  }

  /* 仪器设备 */
  .sb_pic1 {
    width: 240px;
    height: 135px;
  }
}
@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;
  }
}
@media screen and (max-width: 1199px) {
  /* nav */
  .nav .wp-menu .menu-item a.menu-link {
    font-size: 16px;
  }
  .logo1 span.sitespan {
    font-size: 26px;
  }
  /* 仪器设备 */
  .sb_news {
    width: calc(50%);
  }
  .sb_pic1 {
    width: 240px;
    height: 135px;
  }
  /* l-banner */
  .l-banner {
    height: 450px;
  }

  /* header */
  .logo1 {
    padding: 13px 30px 15px 0;
  }
  .logo1 img {
    height: 90px;
  }

  /* main2 */
  .main2 .more {
    padding-left: 0px;
  }
  .main2 .more:before,
  .main2 .more .circle {
    display: none;
  }
  .pic {
    height: 405px;
  }
}
@media screen and (max-width: 1161px) {
}

@media screen and (max-width: 1099px) {
  .people_list li.people_news {
    width: calc(100% / 3);
  }

  .nav .wp-menu {
    gap: 20px;
  }

  /* mm1 */
  .mm1 li a {
    height: 160px;
  }
}

@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;
  }

  /*导航样式：后台绑定时也可以定义配置*/
  #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: 350px;
  }
  .l-banner img {
    width: 100%;
    height: 100%;
  }
  .col_news_con {
    padding: 40px 30px 50px 30px;
  }
  .news_time .year {
    font-size: 30px;
    line-height: 30px;
  }
  .col_news_list .news_list li.news_news a {
    padding: 29px 10px 29px 28px;
  }
  .info_title1 {
    font-size: 26px;
    line-height: 40px;
  }
  /*主栏目名称*/
  /* .col_menu { margin-top:15px;  } */
  /* .col_news .col_news_box { margin-top: 95px;} */

  /* header */
  .head-right > .f_middle {
    gap: 15px !important;
  }
  .logo1 img {
    height: 80px;
  }
  /* mm1 */
  .mm1 {
    top: 0px;
  }
  .mm1 li a {
    gap: 15px;
    height: 140px;
  }
  .mm1 li a img {
    height: 38px;
  }

  /* main1 */
  .tzlist li {
    width: calc(50% - 21px);
  }
  /* main2 */
  .main2 {
    flex-direction: column;
    padding-top: 100px;
    position: relative;
    gap: 20px;
  }
  .ml,
  .mr {
    width: 100%;
  }
  .main2 .tt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .main2 .more:before,
  .main2 .more .circle {
    display: block;
  }
  .main2 .more {
    padding-left: 165px;
  }
  .ml {
    max-width: 790px;
  }
  .pic {
    height: 445px;
  }
  /* footer */
  footer > .inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .lxul {
    margin-left: 0px;
  }

  .info_title {
    font-size: 26px;
  }
}
/**
 * [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) {
  .footer > img {
    width: 100%;
    height: auto;
  }
  .Copyright {
    text-align: center;
    padding: 0 20px;
  }
  /* header */
  header {
    position: relative;
    background: #820a07;
    background-size: cover;
    padding: 0px 0 10px 0;
  }
  .head-top {
    flex-direction: column;
  }
  .logo1:before {
    display: none;
  }
  .logo1 {
    padding: 0;
    background: transparent;
  }
}
@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;
  }

  .people_list li.people_news {
    width: calc(100% / 3);
  }
  /*栏目图片*/
  .l-banner {
    text-align: center;
  }
  .l-banner {
    height: 300px;
  }

  /* #l-container{ margin-top:20px;} */
  #l-container .inner,
  #d-container .inner {
    padding: 20px 0px;
  }
  #d-container .inner {
    padding: 20px 20px;
  }
  #l-container .inner {
    top: 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: 25px 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;
  }
  .col_list .wp_listcolumn .wp_column a .column-name {
    display: inline-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;
  }
  .col_menu .col_menu_head {
    height: 48px;
  }
  .col_menu:before {
    display: none;
  }
  .col_metas .col_path a{
    color: #333;
  }
  /* 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;
    color: #333;
  }
  .news_time .year {
    font-size: 26px;
    line-height: 26px;
  }
  .article .entry {
    margin-top: 10px;
    padding: 10px 20px;
  }
  .info_title1 {
    font-size: 22px;
    line-height: 40px;
  }
  /* 仪器设备 */
  .sb_news {
    width: calc(100% / 2);
  }
  .sb_pic1 {
    width: 240px;
    height: 135px;
  }
  .navi-aside-toggle {
    left: 12px;
    right: auto;
    top: 2px;
  }
  /* mm1 */
  .mm1 li a {
    gap: 10px;
    height: 120px;
  }
  .mm1 li a img {
    height: 30px;
  }
  .mm1 li p {
    font-size: 16px;
    line-height: 26px;
  }
  /* main1 */
  .tit1 {
    font-size: 30px;
    line-height: 32px;
  }
  .tit2 {
    font-size: 18px;
    line-height: 22px;
  }
  .more,
  .main2 .more {
    padding-left: 65px;
  }
  .more:before {
    width: 65px;
  }
  .time {
    width: 88px;
    height: 103px;
  }
  .time .day {
    font-size: 30px;
    line-height: 34px;
  }

  /* main2 */
  .main2 {
    margin-top: 100px;
  }
  .pic {
    height: 405px;
  }
  .ml {
    padding-top: 0px;
  }
  /* footer */
  .fl {
    flex-wrap: wrap;
    gap: 20px 45px;
  }
  .lxul {
    margin-left: 130px;
  }
  footer > .inner {
    justify-content: flex-start;
  }
  .fr {
    margin-left: 130px;
  }
}

@media screen and (max-width: 706px) {
}
@media screen and (max-width: 676px) {
  .l-banner {
    height: 250px;
  }
  .l-banner img {
    width: 100%;
    height: 100%;
  }
  .tu_list li.news_tu img {
    height: 255px;
  }
  .info_title {
    font-size: 22px;
  }
  .article h1.arti_title {
    font-size: 20px;
    line-height: 20px;
  }
  /* 仪器设备 */
  .sb_news {
    width: calc(100% / 2);
  }
  .sb_pic1 {
    width: 192px;
    height: 108px;
  }

  /* mm1 */
  .mm1 {
    flex-wrap: wrap;
  }
  .mm1 li {
    width: calc(100% / 3);
  }
  .mm1 li a {
    gap: 10px;
    height: 100px;
  }

  /* main1 */
  .time {
    width: 78px;
    height: 93px;
  }
  .time .day {
    font-size: 26px;
    line-height: 34px;
  }
  .time .month {
    font-size: 12px;
    line-height: 20px;
  }
  .s1 {
    font-size: 18px;
    line-height: 36px;
  }
  .pic {
    height: 355px;
  }

  /* footer */
  .logo img {
    height: 81px;
  }
}

@media screen and (max-width: 606px) {
}
@media screen and (max-width: 576px) {
  /* .l-banner {height: 200px; } */
  .l-banner img {
    width: 100%;
    height: 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;
  }
}

@media screen and (max-width: 520px) {
  .mod {
    padding: 0 15px;
  }
  .tu_list li.news_tu img {
    height: 235px;
  }
  .col_metas .col_path {
    font-size: 15px;
    line-height: 30px;
  }
  .col_news_con {
    padding: 0 0px;
  }
  .news_time {
    padding: 0 17px 0 23px;
  }
  .news_time .year {
    font-size: 22px;
    line-height: 22px;
  }
  .article .entry .read,
  .article .entry .read p {
    line-height: 1.5;
    font-size: 16px;
  }
  .article {
    padding-top: 30px;
  }
  #d-container .inner {
    top: -90px;
    padding: 20px 0px;
  }
  .logo1 img {
    height: 65px;
  }
  .logo img {
    height: 65px;
  }
  .tzlist {
    gap: 22px 27px;
  }
  .tzlist li {
    width: 100%;
  }
  .pic {
    height: 305px;
  }
  .text {
    padding: 10px 10px 10px 20px;
  }
  .Copyright {
    font-size: 16px;
    line-height: 30px;
  }
  .fl > ul li {
    font-size: 14px;
    line-height: 32px;
  }
  .lxwm {
    font-size: 18px;
    line-height: 36px;
  }
  .s3 {
    font-size: 16px;
    line-height: 22px;
  }
  .time2 {
    font-size: 14px;
    line-height: 28px;
  }
  .tbody {
    padding-bottom: 78px;
  }
  .s1 {
    font-size: 16px;
    line-height: 32px;
  }
  .main1 .title {
    margin-left: 0;
  }
  .title:before {
    left: -10px;
  }
  .s2 {
    font-size: 18px;
    line-height: 26px;
  }
  .time1 {
    font-size: 14px;
    line-height: 30px;
  }
  .ml:before {
    height: 125px;
  }
  .xxsy {
    display: none;
  }
}

/**
 * [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;
  }

  .mm1 li a {
    gap: 8px;
    height: 80px;
  }
  .mm1 li a img {
    height: 25px;
  }
  .mm1 li p {
    font-size: 14px;
    line-height: 20px;
  }
  .logo1 img,
  .logo img {
    height: 55px;
  }
  .xxsy {
    font-size: 17px;
    line-height: 30px;
  }
  .language-selector img {
    height: 39px;
  }
  .language-selector {
    font-size: 18px;
    line-height: 36px;
  }
  .searchbox {
    width: 150px;
  }
  .wp-search .search-input input.search-title {
    font-size: 17px;
  }
  .navi-aside-toggle {
    right: 12px;
    left: auto;
    top: 2px;
  }
  .pic {
    height: 255px;
  }
}
@media screen and (max-width: 444px) {
  .pic {
    height: 200px;
  }
}
@media screen and (max-width: 415px) {
  /* 师资队伍 */
  .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;
  }

  .lxul,
  .fr {
    margin-left: 0px;
  }
}

/**
 * [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) {
}
