@charset "UTF-8";
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flexCetween {
  display: flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flexAlign {
  display: flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}

@media screen and (max-width: 1800px) {
  .container {
    width: 88%;
  }
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    width: 90%;
  }
  html {
    font-size: 85px;
  }
  .rencai .team-grid {
    gap: 0.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 92%;
  }
  html {
    font-size: 75px;
  }
  .friend-links h4 {
    margin-right: 0.01rem;
    letter-spacing: 2px;
  }
}
.menubtn {
  border: none;
}
.menubtn span {
  background: #333;
}
.menubtn span::before, .menubtn span::after {
  background: #333;
}

@media screen and (max-width: 1024px) {
  .container {
    width: 94%;
  }
  /* 头部响应式 */
  .header {
    height: 0.8rem;
  }
  .header .menubtn {
    display: block;
  }
  .header .logo-section {
    justify-content: space-between;
  }
  .header .search-section {
    display: none;
  }
  .header .logo img {
    height: 0.55rem;
  }
  /* 导航菜单响应式 - 参考比扬风格 */
  .nav-menu {
    position: fixed;
    right: -100vw;
    top: 0.8rem;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transition: 0.88s;
  }
  .nav-menu.show {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .nav-menu .container {
    width: 100%;
    padding: 0;
  }
  .nav-menu ul {
    display: block;
    padding: 1.4rem 5% 0.5rem;
    height: auto;
  }
  .nav-menu li {
    padding: 0;
    height: auto;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
  }
  .nav-menu li::after {
    display: none;
  }
  .nav-menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 0.56rem;
    color: #000;
    font-size: 0.2rem;
    background: transparent;
  }
  .nav-menu a::before {
    display: none;
  }
  .nav-menu a.active {
    color: var(--primary-color);
    background: transparent;
    font-weight: 600;
  }
  .nav-menu a:hover {
    color: var(--primary-color);
    background: transparent;
  }
  /* 主横幅响应式 */
  .banner {
    height: 5.5rem;
  }
  .banner .banner__content {
    width: 4.5rem;
  }
  .banner .banner__content .banner__title {
    font-size: 0.38rem;
  }
  /* 新闻中心响应式 */
  .news-center .news-content {
    flex-direction: column;
  }
  .news-center .news-main {
    width: 100%;
  }
  .news-center .news-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .news-center .news-list .news-item {
    flex: 1 1 45%;
  }
  /* 公告响应式 */
  .notice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* 关于我们响应式 */
  .about-us .about-content {
    flex-direction: column;
  }
  .about-us .about-image {
    width: 100%;
    height: 4rem;
  }
  /* 机构设置响应式 */
  .org-section .org-department .dept-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  /* 人才队伍响应式 */
  .rencai .team-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .chengguo .chengguo-grid {
    gap: 0.2rem;
  }
  .chengguo .chengguo-grid .chengguo-item {
    padding: 0.2rem 0.2rem 0.4rem 0.2rem;
  }
  /* 新闻列表响应式 */
  .newsCenter-list .news-item-link .news-item-card {
    flex-direction: column;
  }
  .newsCenter-list .news-item-link .news-card-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .newsCenter-list .news-item-link .news-card-content {
    padding: 0.1rem 0.2rem;
  }
  /* 底部响应式 */
  .footer .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .footer .footer-info,
  .footer .footer-contact,
  .footer .footer-qrcode {
    padding-left: 0;
    border-left: none;
    padding-top: 0.2rem;
  }
  .footer .footer-logo {
    display: none;
  }
}
@media screen and (max-width: 751px) {
  html {
    font-size: 80px;
  }
  .breadcrumb-current {
    display: none;
  }
  .news-xq .breadcrumb {
    margin-bottom: 0.4rem;
  }
  .news-xq .breadcrumb .breadcrumb-arrow:last-child {
    display: none;
  }
  .base-carousel-controls {
    display: none !important;
  }
  /* 顶部通知栏响应式 */
  .top-bar {
    height: auto;
    padding: 0.1rem 0;
  }
  .top-bar .container {
    flex-direction: column;
    gap: 0.08rem;
    align-items: flex-start;
  }
  .top-bar .top-bar-left {
    display: none;
  }
  .top-bar .top-bar-right .top-bar-right-links {
    margin-left: 0.2rem;
  }
  /* 头部搜索区域响应式 */
  .header {
    height: 0.7rem;
  }
  .header .logo-section {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
  .header .logo img {
    height: 0.5rem;
  }
  .header .search-section {
    display: none;
  }
  /* 导航菜单响应式 - 保持侧滑菜单样式 */
  .nav-menu {
    top: 1.15rem;
  }
  .nav-menu ul {
    padding-top: 0.8rem;
  }
  .nav-menu a {
    font-size: 0.18rem;
    line-height: 0.52rem;
  }
  /* 主横幅响应式 */
  .banner {
    height: 3.5rem;
    min-height: 250px;
  }
  .banner .banner__content {
    width: 80%;
    left: 10%;
  }
  .banner .banner__content .banner__title {
    font-size: 0.28rem;
  }
  .banner .banner__content .banner__subtitle {
    font-size: 0.16rem;
  }
  .banner .swiper-pagination {
    padding-left: 10%;
    height: 30px;
  }
  .banner .swiper-pagination-bullet {
    width: 4px;
    height: 12px;
  }
  .banner .swiper-pagination-bullet-active {
    height: 20px;
  }
  .banner .banner__prev {
    width: 0.35rem;
    height: 0.35rem;
  }
  .banner .banner__prev.prev {
    left: 0.3rem;
  }
  .banner .banner__prev.next {
    right: 0.3rem;
  }
  .banner .mouses {
    bottom: 0.3rem;
  }
  .banner .mouses .boxs {
    width: 0.24rem;
    height: 0.4rem;
  }
  /* 新闻中心响应式 */
  .news-center {
    padding: 0.3rem 0;
  }
  .news-center .news-list {
    flex-direction: column;
  }
  .news-center .news-list .news-item {
    flex: 1 1 100%;
  }
  .news-center .news-list .news-item .news-item-image {
    width: 1.6rem;
    height: 1.2rem;
  }
  .news-center .news-list .news-item .news-item-content {
    padding: 0.15rem 0.2rem;
  }
  .news-center .news-list .news-item .news-item-content h4 {
    margin-bottom: 0.1rem;
  }
  .news-center .news-list .news-item .news-item-content p {
    font-size: 0.16rem;
  }
  /* 公告响应式 */
  .notice-section {
    padding: 0.3rem 0;
  }
  .notice-grid {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
  /* 关于我们响应式 */
  .about-us {
    padding: 0.8rem 0 0.4rem 0;
  }
  .about-us .about-image {
    height: 3rem;
  }
  .about-us .about-text h4 {
    font-size: 0.24rem;
  }
  .about-us .about-text .about-desc {
    font-size: 0.16rem;
  }
  /* 机构设置响应式 */
  .org-section {
    padding: 0.4rem 0 0.6rem 0;
  }
  .org-section .org-department .dept-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.1rem;
  }
  .org-section .org-department .dept-grid .dept-item {
    padding: 0.22rem 0.1rem;
    font-size: 0.16rem;
  }
  /* 人才队伍响应式 */
  .rencai {
    padding: 0.3rem;
  }
  .rencai .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  /* 科研成果响应式 */
  .chengguo {
    margin: 0 0 0.4rem 0;
  }
  .chengguo .chengguo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.15rem;
  }
  .chengguo .chengguo-grid .chengguo-item {
    padding-bottom: 0.3rem;
  }
  .chengguo .chengguo-grid .chengguo-item .chengguo-name {
    font-size: 0.18rem;
    margin-top: 0.4rem;
  }
  /* 新闻详情响应式 */
  .news-xq {
    padding: 0.3rem 0 0.6rem 0;
  }
  .news-xq .news-xq-content {
    padding: 0.15rem 0.3rem 0.4rem 0.3rem;
    margin-top: -3rem;
  }
  .news-xq .news-xq-content img {
    max-width: 100%;
  }
  .news-xq .news-title {
    font-size: 0.26rem;
  }
  .news-xq .news-meta {
    gap: 0.01rem;
  }
  /* 新闻列表响应式 */
  .newsCenter-list .news-item-link {
    margin-bottom: 0.15rem;
  }
  .newsCenter-list .news-item-link .news-card-image {
    width: 100%;
    margin-right: 0;
  }
  .newsCenter-list .news-item-link .news-card-content {
    padding: 0.1rem 0.1rem 0.1rem 0.1rem;
  }
  .newsCenter-list .news-item-link .news-card-content .news-card-title {
    font-size: 0.2rem;
  }
  .newsCenter-list .news-item-link .news-card-content .news-card-desc {
    font-size: 0.15rem;
  }
  .newsCenter-list .news-item-link .news-card-content .news-card-date {
    font-size: 0.14rem;
  }
  .newsCenter-list .news-item-link .news-card-arrow img {
    height: 0.3rem;
  }
  /* 分页器响应式 */
  .pagination-wrapper {
    padding-top: 0.3rem;
  }
  .pagination .pagination-prev,
  .pagination .pagination-next,
  .pagination .pagination-list li a {
    width: 0.36rem;
    height: 0.36rem;
    font-size: 0.14rem;
  }
  .friend-links .container {
    flex-direction: column;
  }
  .friend-links .links-list a {
    padding: 0 0.3rem 0 0;
  }
  .friend-links .links-list a:after {
    display: none;
  }
  /* 底部响应式 */
  .footer {
    padding: 0.4rem 0 0 0;
  }
  .footer .footer-content {
    grid-template-columns: 1fr;
    gap: 0.1rem;
    padding-bottom: 0.4rem;
  }
  .footer .footer-info,
  .footer .footer-contact {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0.2rem;
  }
  .footer .footer-qrcode {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0.2rem;
  }
  .footer .footer-qrcode img {
    width: 0.9rem;
    height: 0.9rem;
  }
  .footer .footer-bottom {
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.2rem 0;
  }
  .footer .footer-bottom p {
    font-size: 0.13rem;
    text-align: center;
  }
  .footer .footer-bottom .back-top {
    display: none;
  }
  /* 关于我们 Banner响应式 */
  .about-banner {
    height: 3.5rem;
  }
  .about-banner .about-banner-content {
    padding-left: 5%;
  }
  .about-banner .about-banner-content h2 {
    font-size: 0.32rem;
  }
  .about-banner .about-banner-content .about-banner-en {
    font-size: 0.24rem;
  }
  /* 关于我们子导航响应式 */
  .about-subnav ul {
    flex-wrap: wrap;
  }
  .about-subnav li a {
    padding: 0.14rem 0.25rem;
  }
  /* Section头部响应式 */
  .section-header {
    margin-bottom: 0.25rem;
  }
  .section-header h3 {
    font-size: 0.28rem;
  }
  .section-header h3 .en {
    font-size: 0.18rem;
  }
  .section-header .view-more {
    width: 1.1rem;
    height: 0.4rem;
    font-size: 0.14rem;
  }
  /* 基地介绍轮播响应式 */
  .base-carousel .base-main-swiper {
    border-radius: 0.05rem;
  }
  .base-carousel .base-main-swiper .swiper-slide {
    width: 90%;
  }
  .base-carousel .base-main-swiper .swiper-slide img {
    height: 4rem;
  }
  .base-carousel .base-main-swiper::before {
    height: 60%;
    display: none;
  }
  .base-carousel .base-carousel-controls {
    flex-wrap: wrap;
    gap: 0.08rem;
    padding: 0.08rem;
  }
  .base-carousel .base-carousel-controls .base-carousel-title {
    font-size: 0.16rem;
    padding-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0.05rem;
  }
  .base-carousel .base-carousel-controls .base-carousel-prev,
  .base-carousel .base-carousel-controls .base-carousel-next {
    width: 0.45rem;
    height: 0.45rem;
  }
  .base-carousel .base-carousel-controls .base-thumbs-wrapper {
    width: 2rem;
  }
  .base-carousel .base-carousel-controls .base-thumbs-wrapper .base-thumbs-swiper .swiper-slide {
    width: auto;
    height: 0.45rem;
    aspect-ratio: 1/1;
  }
  /* 业务内容响应式 */
  .business-content {
    padding: 0.25rem 0.3rem 0.4rem 0.3rem;
  }
  .business-content .business-title {
    font-size: 0.2rem;
  }
}/*# sourceMappingURL=media.css.map */