@media (max-width: 1640px) {
}

@media (max-width: 1320px) {
}


@media (max-width: 992px) {
  .header.absolute {
    position: fixed;
  }


  .home-banner {
    margin-bottom: 450px;
    padding-top: 420px;
    min-height: 600px;
  }

  .home-search .input {
    font-size: 15px;
  }

  .head-banner .info {
    bottom: 70px;
    left: 15px;
  }

  .head-banner .info .title {
    padding: 10px;
    font-size: 22px;
    border-radius: 6px;
    background: rgba(39, 39, 39, 0.40);
    backdrop-filter: blur(4px);
  }

  .head-banner .info .more {
    display: none;
  }

  .home-banner .mouse {
    display: none;
  }

  .head-swiper {
    position: absolute;
    z-index: 5;
    left: 15px;
    right: 15px;
    top: 100%;
    bottom: auto;

    margin-top: -40px;
    padding: 16px 12px;
    background: #FFF;
    border-radius: 6px;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
  }

  .head-swiper .swiper {
    height: 420px;
  }

  .head-swiper .item {
    overflow: hidden;
    height: 60px;
    border-radius: 0;
  }

  .head-swiper .swiper-slide-thumb-active {
    border: none;
  }

  .head-swiper .item a {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 12px;
  }

  .head-swiper .img {
    width: 37.5%;
    height: 60px;
    overflow: hidden;
    border-radius: 4px;
  }

  .head-swiper .item a:hover .img img {
    transform: scale(1);
  }

  .head-swiper .title {
    width: 62.5%;
    height: auto;
    line-height: 1.4;
    padding-top: 4px;
    background: none;
    color: #000;
    font-size: 15px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }

  .head-swiper-ico-prev,
  .head-swiper-ico-next {
    display: none;
  }


  .home-activity-wrap {
    margin-bottom: 14px;
  }

  .home-activity {
    background: none;
  }

  .home-activity .box-title {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    background: none;
  }

  .home-activity .box-title .title {
    top: 0;
    font-size: 20px;
  }

  .home-activity .box-title .extra .ico {
    display: none;
  }
  .home-activity .box-title .extra .more {
    display: flex;
    padding-right: 12px;
    background-size: 7px auto;
    font-size: 12px;
  }

  .activity-tab {
    overflow: hidden;
    background: #FAFAFA;
    border-radius: 8px;
  }

  .activity-tab .tab-title {
    width: 74px;
  }

  .activity-tab .tab-title a {
    height: 74px;
    line-height: 74px;
    padding: 0;
    font-size: 18px;
  }

  .activity-tab .tab-title img {
    display: none;
  }

  .activity-calendar {
    display: none !important;
  }

  .activity-tab .tab-content {
    display: block !important;
    opacity: 1 !important;
  }

  .activity-list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .activity-list li {
    flex-basis: 100%;
    flex-direction: column;
    gap: 6px;
    border-top: none;
  }

  .activity-list li:nth-child(n+4) {
    display: none;
  }

  .activity-list .date {
    width: auto;
    height: auto;
    flex-direction: row;
    justify-content: start;
    gap: 10px;
    border: none;
    background: none;
    font-style: normal;
  }

  .activity-list .meta .title {
    margin-bottom: 0;
    font-size: 15px;
  }



  .home-news {
    flex-direction: column;
    gap: 24px;
  }

  .home-news-notice {
    width: 100%;
    padding: 0;
    background: none;
  }

  .home-news-notice .box-title {
    margin-bottom: 16px;
  }

  .home-news-notice .box-title .title {
    font-size: 20px;
  }

  .home-news-notice .box-title .extra .more {
    display: flex;
    padding-right: 12px;
    background-size: 7px auto;
    font-size: 12px;
  }

  .home-news-notice .box-content {
    padding: 20px 12px;
    border-radius: 8px;
    background: #FAFAFA;
  }

  .notice-list {
    flex-wrap: wrap;
    gap: 24px;
  }

  .notice-list li {
    width: auto;
    margin-bottom: 0;
  }

  .notice-list li:nth-child(n+4) {
    display: none;
  }

  .notice-list .title {
    white-space: normal;
  }


  .home-news-banner {
    width: 100%;
  }


  .home-service .item {
    height: 78px;
  }

  .home-service .item:nth-child(n+7) {
    display: none;
  }

  .home-service .item-row-2 {
    height: 92px;
  }

  .home-service .img {
    height: 50px;
    padding-right: 22px;
  }

  .home-service .meta {
    padding-left: 22px;
  }

  .home-service .meta .text {
    font-style: normal;
  }

  .home-service .recommend {
    height: 145px;
  }

  .home-service .recommend .meta .title {
    font-size: 20px;
  }

  .home-service .recommend .meta .more {
    font-size: 12px;
  }

  .home-service .recommend .meta .text {
    margin-top: 8px;
    padding-top: 14px;
    font-size: 12px;
  }



  .home-journal-wrap {
    margin-bottom: 44px;
    background: none;
  }

  .home-journal {
    padding: 0;
  }

  .home-journal-inner {
    display: block;
    background: none;
    border-radius: 0;
    border: none;
  }

  .home-journal-wrap .ctrl {
    display: none;
  }

  .home-journal .box-title {
    flex-direction: column-reverse;
    padding: 0;
    font-style: normal;
  }

  .home-journal .box-title .t1 {
    writing-mode: initial;
    font-size: 14px;
    letter-spacing: 0;
  }

  .home-journal .box-title .t2 {
    margin-bottom: 4px;
    padding-bottom: 4px;
    writing-mode: initial;
    border-left: none;
    border-bottom: 1px solid rgba(228, 228, 228, 1);
    font-size: 20px;
    letter-spacing: 0;
  }

  .home-journal .box-content {
    margin-bottom: 0;
  }

  .journal-list {
    margin: 0;
    height: auto;
  }

  .journal-list .item {
    height: auto;
    padding-top: 32px;
  }

  .journal-list .img {
    margin-bottom: 50px;
  }

  .journal-list .img > img {
    width: 100%;
    height: auto;
  }

  .journal-list .text {
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    margin-left: 0;
    font-style: normal;
    opacity: 0;
    transition: all .3s ease;
  }

  .journal-list .text .t1 {
    color: #444;
    font-size: 12px;
  }

  .journal-list .text .t2 {
    color: #444;
    font-size: 12px;
    text-decoration: underline;
  }


  .journal-list .item:hover .img{
    transform: none;
  }

  .journal-list .item:hover .img .overlay {
    opacity: 0;
  }

  .journal-list .swiper-slide-active + .item .img {
    transform: scale(1.2);
  }

  .journal-list .swiper-slide-active + .item .text {
    opacity: 1;
  }

  .swiper-scrollbar.journal-list-scrollbar {
    width: auto;
    height: 3px;
    display: block;
    left: 70px;
    right: 70px;
    bottom: 50px;
    background: #F5F5F5;
    border-radius: 3px;
  }
  .journal-list-scrollbar .swiper-scrollbar-drag {
    background: #DFDFDF;
    border-radius: 3px;
  }



  .slide-server {
    display: none;
  }

  
  body.lang-en_US .home-banner {
    margin-bottom: 450px;
  }
}


@media (max-width: 768px) {
}
