.home-banner {
    position: relative;
}

.home-banner .home-swiper {
    max-height: 31.25rem;
    overflow: hidden;
    height: 27rem;
}

.home-banner .home-swiper .home-banner-image {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home-banner .banner-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.4);
    width: 4.25rem;
    height: 4.25rem;
    display: flex;
    z-index: 10;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
    cursor: pointer;
}

.home-banner .banner-button:hover {
    opacity: 1;
}

.home-banner .banner-button.left {
    left: 3.75rem;
}

.home-banner .banner-button.right {
    right: 3.75rem;
}

.home-banner .banner-button .fa {
    font-size: 3.125rem;
    color: #ffffff;
}

.panel-row {
    display: flex;
    justify-content: space-between;
}

.panel-row.margin-b {
    margin-bottom: 2.5rem;
}

.panel-row .panel-card {
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
}

.panel-row .panel-card.no-bg {
    background-color: transparent;
}

.panel-row .panel-card.width-250 {
    width: 15.625rem;
}

.panel-row .panel-card.width-400 {
    width: 25rem;
}

.panel-row .panel-card.width-440 {
    width: 27.5rem;
}

.panel-row .panel-card.width-500 {
    width: 31.25rem;
}

.panel-row .panel-card .panel-header-image {
    display: block;
    width: 100%;
    height: 9.375rem;
    object-fit: cover;
}

.panel-row .panel-card .panel-card-title {
    padding: 0 0.625rem;
    background-color: #59A201;
    height: 2.8125rem;
    line-height: 2.8125rem;
    font-size: 1.125rem;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}

.panel-row .panel-card .panel-card-title .panel-card-title-more {
    color: #ffffff;
    position: relative;
}

.panel-row .panel-card .panel-card-title .panel-card-title-more:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0.4rem;
    background-color: #ffffff;
    transition: width 0.4s ease-in-out;
}

.panel-row .panel-card .panel-card-title .panel-card-title-more:hover:after {
    width: 100%;
}

.panel-row .panel-card .panel-body {
    padding: 0.625rem 1.25rem;
}

.panel-row .panel-card .panel-body .article-item {
    padding: 0.625rem 0.875rem;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
}

.panel-row .panel-card .panel-body .article-item:last-child {
    border-bottom: none;
}

.panel-row .panel-card .panel-body .article-item .article-item-title {
    width: calc(100% - 6.5rem);
    color: #101010;
}

.panel-row .panel-card .panel-body .article-item .article-item-date {
    color: #999999;
    width: 6.25rem;
    text-align: right;
}

.panel-row .panel-card .panel-card-title2.big {
    height: 3.45rem;
    line-height: 3.45rem;
    text-align: center;
    background-color: #59A201;
    border-radius: 5px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #ffffff;
    overflow: hidden;
    justify-content: center;
}

.panel-row .panel-card .panel-card-title2.big .panel-card-title-plate {
    display: block;
}

.panel-row .panel-card .panel-body .entrance-button {
    position: relative;
    display: block;
    text-align: center;
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: #67B805;
    font-size: 1rem;
    font-weight: bold;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    color: #ffffff;
    margin: 1.25rem -1.25rem 0 -1.25rem;
    overflow: hidden;
}

.panel-row .panel-card .panel-body .entrance-button:hover {
    background-color: #457c02;
}

.panel-card .panel-card-title2 {
    position: relative;
    height: 2.8125rem;
    background-color: #ffffff;
}

.panel-card-title-plate {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0.625rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: bold;
}

.panel-card-title-plate .panel-card-title-more {
    color: #ffffff;
}

.panel-card-title-louvre {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #59a201;
}

.panel-card-title-louvre .louvre-blade {
    background-color: #ffffff;
    height: 1px;
    opacity: 1;
    transition-duration: 100ms;
    transition-property: opacity;
    transition-timing-function: linear;
}

.panel-card-title-louvre .louvre-blade.item0 {
    transition-delay: 100ms;
}

.panel-card-title-louvre .louvre-blade.item1 {
    transition-delay: 200ms;
}

.panel-card-title-louvre .louvre-blade.item2 {
    transition-delay: 300ms;
}

.panel-card-title-louvre .louvre-blade.item3 {
    transition-delay: 400ms;
}

.panel-card-title-louvre .louvre-blade.item4 {
    transition-delay: 500ms;
}

.panel-card-title-louvre .louvre-blade.item5 {
    transition-delay: 600ms;
}

.panel-card-title-louvre .louvre-blade.item6 {
    transition-delay: 700ms;
}

.panel-card-title-louvre .louvre-blade.item7 {
    transition-delay: 800ms;
}

.panel-card-title-louvre .louvre-blade.item8 {
    transition-delay: 900ms;
}

.panel-card-title-louvre .louvre-blade.item9 {
    transition-delay: 1000ms;
}

.panel-card-title-louvre.show .louvre-blade {
    opacity: 0;
}

@font-face {
    font-family: 'ZhongQiMangXingshu';
    src: url("../fonts/zhongqimang.xingshu.ttf");
    font-weight: normal;
    font-style: normal;
}

.line-publicity {
    background-color: rgba(255, 255, 255, 0.3);
}

.line-publicity .main-container .publicity {
    font-family: 'ZhongQiMangXingshu';
    text-align: center;
    font-size: 6.25rem;
    color: #E32519;
    padding: 14rem 0;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.line-publicity .main-container .publicity .publicity-image {
    max-height: 7rem;
    display: block;
}

.video-swiper {
    width: 100%;
    height: 20rem;
}

.recruit-swiper img {
    display: block;
}

.publicity-video {
    height: 20rem;
    width: 100%;
}

.publicity-video {
    height: 20rem;
    width: 100%;
}

.publicity-video .swiper-slide {
    display: flex;
    align-items: center;
}

.publicity-video .swiper-slide .gallery-link {
    width: 100%;
    height: 100%;
}

.publicity-video .swiper-slide .gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-container.gallery {
    padding: 4.625rem 0;
}

.gallery-title {
    text-align: center;
    font-weight: bold;
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
}

.gallery-title .red {
    color: #E11D29;
    margin-right: 0.625rem;
}

.gallery-title .gray {
    color: #A9A9A9;
}

.gallery-subject {
    text-align: center;
    font-size: 1rem;
    color: #101010;
    margin-bottom: 2.875rem;
}

.gallery-banner .gallery-swiper .swiper-wrapper .large-iframe-videos {
    width: 100%;
    height: 36.25rem;
}

.gallery-banner .gallery-swiper .swiper-wrapper {
    padding: 7rem 0;
}

.gallery-banner .gallery-swiper .gallery-swiper-pagination {
    text-align: center;
}

.gallery-banner .large-iframe-videos {
    border: 0;
    width: 100%;
    height: 100%;
}

.gallery-banner .swiper-slide {
    height: 28rem;
    position: relative;
    z-index: 100;
}

.gallery-banner .swiper-slide .swiper-slide-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.gallery-banner .swiper-slide .swiper-slide-box .gallery-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gallery-banner .swiper-slide.swiper-slide-active {
    z-index: 130;
}

.gallery-banner .swiper-slide.swiper-slide-active .swiper-slide-box {
    width: 46rem;
    height: 38rem;
}

.gallery-banner .swiper-slide.swiper-slide-prev,
.gallery-banner .swiper-slide.swiper-slide-next {
    z-index: 120;
}

.gallery-banner .swiper-slide.swiper-slide-prev .swiper-slide-box {
    left: calc(50% - 8rem);
    height: 33rem;
}

.gallery-banner .swiper-slide.swiper-slide-next .swiper-slide-box {
    left: calc(50% + 8rem);
    height: 33rem;
}


.video {
    position: relative;
}

.video .play {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.video .img-magnify {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video .play .play-btn {
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    font-size: 2.5rem;
    border-radius: 3rem;
    color: #FFFFFF;
    padding-left: 0.2rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.video .play:hover .play-btn {
    background-color: rgba(0, 0, 0, 0.6);
}

.gallery-box ul,
.gallery-box li {
    margin: 0;
    list-style: none;
}

.gallery-box {
    width: 80rem;
    height: 36rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.gallery-box .gallery-box-con {
    width: 80rem;
    height: 36rem;
    position: relative;

}

.gallery-box .gallery-box-con li {
    width: 30rem;
    height: 24rem;
    background: #fff;
    position: absolute;
    left: 80rem;
    top: 6rem;
}

.gallery-box .gallery-box-con li img {
    cursor: pointer;
    width: 100%;
}


.gallery-box span {
    width: 17rem;
    height: 36rem;
    display: block;
    position: absolute;
    top: 0;
    z-index: 51;
    cursor: pointer;
}

.gallery-box-prev {
    left: 0;
}

.gallery-box-next {
    right: 0;
}

.gallery-box .gallery-link {
    width: 100%;
    height: 100%;
}

.gallery-box .gallery-link .gallery-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 768px) {
    .home-banner .home-swiper {
        height: 16rem;
    }

    .home-banner .banner-button {
        display: none;
    }

    .main-content {
        padding-top: 2rem;
        padding-bottom: 0;
    }

    .panel-row {
        justify-content: left;
        flex-wrap: wrap;
    }

    .panel-row .panel-card {
        margin-bottom: 2rem;
    }

    .panel-row .panel-card.width-250,
    .panel-row .panel-card.width-400,
    .panel-row .panel-card.width-440,
    .panel-row .panel-card.width-500 {
        width: 100%;
    }

    .panel-row .panel-card .system-entry {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1rem;
        margin-right: -1rem;
        padding: 1.25rem 0 0 0;
    }

    .panel-row .panel-card .system-entry .entrance-button {
        width: calc(50% - 2rem);
        margin: 0 1rem 1rem 1rem;
    }

    .panel-row.margin-b {
        margin-bottom: 0;
    }

    .line-publicity .main-container .publicity {
        padding: 4rem 0;
    }

    .line-publicity .main-container .publicity .publicity-image {
        height: 5rem;
    }

    .fixed-button-box.left-bottom {
        display: none;
    }
}