﻿.banner-box {
    width: 100%;
    height: auto;
    position: relative;


}

.banner-box .swiper {
    width: 100%;
    height: auto;
    position: relative;
}

.banner-box .swiper-wrapper {
    width: 100%;
}

.banner-box .swiper-slide {
    width: 100%;
    position: relative;
    overflow: hidden; 
    background-repeat: no-repeat;
    background-position: left center; 
    background-size: cover; 
}

.banner-box .swiper-slide img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.banner-box .banner-prev {
    left: 30px;
    color: #fff;
}

.banner-box .banner-prev:after {
    font-size: 30px;
}

.banner-box .banner-next {
    right: 30px;
    color: #fff;
}

.banner-box .banner-next:after {
    font-size: 30px;
}

.banner-box .banner-page {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.banner-box .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 0;
    background-color: #999;
    opacity: 1;
    margin: 0 5px;
}

.banner-box .swiper-pagination-bullet-active {
    background-color: #fff;
}

.banner-box .banner {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 50%;
}

.banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__img_index {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-main {
    position: absolute;
    left: calc(50% - 500px);
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
}

.banner-main__img {
    width: 100%;
    height: auto;
}

@media (max-width: 1300px) {
    .banner-main {
        left: 15px;
        max-width: 100%;
    }

    .swiper {
        width: 100% !important;
        height: 100% !important;
    }

    .swiper .swiper-slide img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .swiper .banner-prev {
        left: 30px;
        color: #fff;
        display: none;
    }

    .swiper .banner-next {
        right: 30px;
        color: #fff;
        display: none;
    }
}

.content-box {
    width: 100%;
    height: auto;
    position: relative;
}

.content {
    width: 1300px;
    padding: 30px 0;
    margin: 0 auto;
}


.content-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-title__p1 {
    font-size: 26px;
    margin-bottom: 5px;
}

.content-title__hx {
    width: 30px;
    height: 3px;
    background-color: #712521;
}

.content-title__p2 {
    font-size: 14px;
    color: #999;
    margin-top: 8px;
}

.content-title-xxk {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
}

.content-btn {
    min-width: 90px;
    height: 36px;
    text-align: center;
    padding: 0 40px;
    line-height: 36px;
    color: #333;
    background-color: #EDEFED;
    margin: 0 15px;
}

.content-btn:hover {
    color: #333;
}

.content-btn-act {
    color: #fff;
    background-color: #721c24;
}

.content-btn-act:hover {
    color: #fff;
}

.content-center {
    margin: 30px 0 0;
    width: 100%;
}

.news-box {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 45px;
}

.news-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.news-item:hover .news-item__name {
    color: #721c24;
}

.news-item:hover .news-item__txt {
    color: #721c24;
}

.news-item-imgBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-item__img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.news-item-nameRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
}

.news-item__name {
    color: #333;
    flex: 1;
    margin-right: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news-item-nameRow .iconfont {
    flex-shrink: 0;
    color: #C9CAC9;
}

.news-item__time {
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
}

.news-item__txt {
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    line-height: 22px;
}

.n-box {
    display: flex;
    flex-direction: row;
    margin: 30px 0;
}

.n-box .n-left {
    flex: 0.7;
    margin-right: 50px;
    overflow: hidden;
}

.n-box .n-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.n-box .n-swiper .swiper-slide {
    position: relative;
    border-radius: 5px;
    width: 100%;
    height: 0;
    padding-bottom: 55%;
}

.n-box .swiper-pagination-bullet {
    background-color: #FFF;
}

.n-box .n-swiper-pagination {
    position: absolute;
    bottom: 20px;
    display: flex;
    z-index: 89;
    width: 100% !important;
    padding-right: 30px !important;
    justify-content: flex-end;
}

.n-box .n-swiper-pagination .swiper-pagination-bullet {
    margin-left: 5px;
    width: 10px;
    height: 10px;
}


.n-box .n-swiper-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.n-box .n-swiper-p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 0 0 5px 5px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-right: 100px;
}

.n-box .n-right {
    flex: 1;
}

.n-box .nr-row {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.n-box .nr-row:hover .nr-name {
    color: #721c24;
}

.n-box .nr-row:last-child {
    border-bottom: none;
}

.n-box .nr-name {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 16px;
    justify-content: space-between;

}

.n-box .nr-name div {
    flex: 1;
    margin-bottom: 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #333 !important;
}


.n-box .nr-name .nr-time {
    color: #999;
    flex-shrink: 0;
    font-size: 12px;
    margin-left: 15px;
}

.n-box .nr-txt {
    font-size: 12px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}


.content-foot {
    display: flex;
    align-items: center;
    justify-content: center;
}


.group-introduce-bg {
    background: url("/img/jt-bg.png") no-repeat center bottom #f6f6f6;

    background-size: auto auto;

}

.group-introduce-bg .content {
    padding-bottom: 1px;
}

.group-introduce-bg .content-center {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.content-video-box {
    width: 470px;
    height: auto;
    margin-right: 50px;
    flex-shrink: 0;
}

.content-video {
    width: 100%;
    height: 330px;
    background-color: #333;
}

.content-gi-box {
    flex: 1;
}

.content-gi-title {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 20px;
}

.content-gi-title__p1 {
    font-size: 26px;
    margin-right: 5px;
    flex-shrink: 0;
}

.content-gi-title__p2 {
    color: #999;
    font-size: 14px;
}

.content-gi-hx {
    width: 30px;
    height: 3px;
    background-color: #712521;
}

.content-gi-txt {
    margin-top: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    
}

.content-gi-sj {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.content-gi-item {
    flex: 1;
    border-right: 2px solid #D5D7D6;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-gi-item:last-child {
    border-right: 0;
}

.content-gi-item-num {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #721c24;
}

.content-gi-item-num .txt {
    font-size: 14px;
    font-weight: normal;
}

.content-gi-item__span {
    
    font-size: 12px;
    color: #999;
    line-height: 12px;
}

.gi-content-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.gi-content-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gi-content {
    position: relative;
    width: 100%;
    display: grid;
    min-height: 320px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gi-content-item {
    width: 100%;
    height: 100%;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.gi-ci-up {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 25px 0;
}

.gi-ci-up-img {
    width: 100%;
    height: 100%;
}

.gi-ci-up-txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gi-ci-img {
    width: 44px;
    height: auto;
    margin-bottom: 15px;
}

.gi-ci-img-a {
    display: none;
    width: 44px;
    height: auto;
    margin-bottom: 15px;
}

.gi-ci__p1 {
    font-size: 16px;
    margin-bottom: 0px;
}

.gi-ci__p2 {
    font-size: 14px;
    color: #721c24;
    margin-bottom: 0;
    line-height: 14px;
}

.gi-ci-down {

    flex-direction: column;
    align-items: center;
    padding: 0 30px 25px 30px;
    display: none;
    background-color: rgba(114, 28, 36, 0.8);
}

.gi-ci__p3 {
    height: 90px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;

}

.gi-ci__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.6);
}

.gi-ci__btn__p {
    width: auto;
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
    font-size: 12px;
    color: #721c24;
}

.gi-ci__btn .iconfont {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #721c24;
    font-size: 12px;
    background-color: #fff;
}

.gi-content-item:hover .gi-ci-up {
    background-color: rgba(114, 28, 36, 0.8);
    color: #fff !important;
}

.gi-content-item:hover .gi-ci-img {
    display: none;
}

.gi-content-item:hover .gi-ci-img-a {
    display: block;
}

.gi-content-item:hover .gi-ci-down {
    display: flex;
}


.vc-content-bg {
    background-image: url("/img/vc-bg.png");
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: left center;
}

.vc-content-bg .content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.vc-content-bg .content-gi-title {
    margin-bottom: 0;
}

.vc-left {
    width: 300px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}

.vd-left-txt {
    margin: 50px 0;
    line-height: 32px;
    color: #666;
}

.vc-left .content-btn {
    margin-left: 0;
}

.vc-right {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.vc-right .vc-video-box {
    flex: 1;
    margin-right: 30px;
}

.vc-right .vc-video-box:last-child {
    margin-right: 0;
}

.vc-video__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.vc-video__row__p1 {
    font-size: 18px;
    flex: 1;
    margin-right: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.vc-video__row__p2 {
    flex-shrink: 0;
    font-size: 14px;
    color: #999;
}


.vc-video__row__p2 .vc-video__begin {
    margin-top: 0;
    border: none;
    width: auto;
    padding: 0;
    color: #999;
}

.vc-video__row__p2 .vc-video__begin .iconfont {
    color: #721c24;
    margin-right: 5px;
}

.vc-video__begin span {
    color: #721c24 !important;
}


.vc-video__begin {
    width: 130px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 0;
    border-radius: 0px;
    border: 1px solid #721c24;
    margin-top: 10px;
    justify-content: center;
    cursor: pointer;
}

.vc-video__begin .vc-video__begin-img {
    width: 12px;
    height: auto;
    margin-right: 5px;
}





.yfh-content-box {
    width: 100%;
    height: auto;
    background: linear-gradient(to right, #EFEFEF 0%, #EFEFEF 50%, #F4F5F4 51%, #F4F5F4 100%);


}

.yfh-content-box .yfh-content {
    display: flex;
    flex-direction: row;
    width: 1300px;
    height: auto;
    margin: 0 auto;
    background-color: #F4F5F4;
}

.yfh-content-box .yfh-content .yfh-left {
    width: auto;
    min-width: 220px;
    padding: 0 50px;
    background-color: #EFEFEF;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.yfh-content-box .yfh-content .yfh-left .yfh-left-icon {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.yfh-content-box .yfh-content .yfh-left .yfh-left-img {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.yfh-content-box .yfh-content .yfh-left .yfh-left__p {
    font-size: 14px;
    color: #999;
}

.yfh-content-box .yfh-content .yfh-left .yhf-left-jt {
    width: 20px;
    height: 20px;
    background-color: #EFEFEF;
    position: absolute;
    right: -10px;
    transform: rotate(45deg);
}


.yfh-content-box .yfh-content .yfh-right {
    flex: 1;
    overflow: hidden;
    padding-top: 50px;
    padding-left: 50px;
}

.yfh-content-box .yfh-content .yfh-right .ad-swiper {
    width: 100%;
    overflow: hidden;
}

.yfh-content-box .yfh-content .yfh-right .swiper-wrapper {
    width: 100%;
    height: calc(100% - 100px);


}

.yfh-content-box .yfh-content .yfh-right .swiper-btn-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100px;
}

.yfh-content-box .yfh-content .yfh-right .swiper-btn-box .swiper-button-prev,
.yfh-content-box .yfh-content .yfh-right .swiper-btn-box .swiper-button-next {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #721c24;
    margin-left: 15px;
    margin-top: 0;
}

.yfh-content-box .yfh-content .yfh-right .swiper-btn-box .swiper-button-prev::after,
.yfh-content-box .yfh-content .yfh-right .swiper-btn-box .swiper-button-next:after {
    font-size: 12px;
    color: #fff;
}

.ad-row-item {
    display: flex;
    flex-direction: row;
    padding: 0 20px;
}

.ad-row-item .ad-ri-img {
    width: 150px;
    height: auto;
    flex-shrink: 0;
    margin-right: 10px;
}

.ad-row-item .ad-ri-msg {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ad-row-item .ad-ri-msg .ad-ri__p1 {
    color: #912E24;
    margin-bottom: 10px;
    font-size: 12px;
}

.ad-row-item .ad-ri-msg .ad-ri__p2 {
    font-size: 14px;
    color: #666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ad-row-item .ad-ri-msg .ad-ri__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    border: 1px solid #DADBDA;
    background-color: #EBEBE8;
    color: #333;
}

.ad-row-item .ad-ri-msg .ad-ri__btn .iconfont {
    font-size: 8px;
    margin-left: 3px;
    color: #912E24;
}

.navbar-brand-img {
    width: auto;
    height: 90px
}


@media (max-width: 1300px) {
    .navbar-brand-img {
        width: auto;
        height: 50px
    }

    .navbar-toggler {
        padding: 5px 10px;
        padding-top: 2px;
    }

    .navbar-toggler-icon {
        height: 20px;
        width: 20px;
    }

    .content {
        width: 100% !important;
        padding: 40px 20px !important;
    }

    .content-video {
        width: 100%;
        height: 100%;
    }

    .group-introduce-bg .content-center {
        flex-direction: column;
    }

    .content-video-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .gi-content {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 10px;
        grid-column-gap: 10px;
    }

    .gi-content-item {
        background-color: rgba(114, 28, 36, 0.8);
    }

    .gi-ci-up {
        background-color: transparent;
        color: #fff;
    }

    .gi-ci-img {
        display: none;
    }

    .gi-ci-img-a {
        display: block;
    }

    .gi-ci-down {
        background-color: transparent;
        display: flex;
    }

    .yf-gi-cont {
        width: auto;
        overflow: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;

    }

    .gi-content-item {
        width: 100%;
        flex-shrink: 0;
    }

    .vc-content-bg .content {
        flex-direction: column;
        align-items: center;
    }

    .vc-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .vc-right {
        flex-direction: column;
    }

    .vc-right .vc-video-box {
        flex: 1;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .yfh-content {
        flex-direction: column;
    }

    .yfh-content-box {
        background: linear-gradient(to bottom, #EFEFEF 0%, #EFEFEF 50%, #F4F5F4 51%, #F4F5F4 100%);
    }

    .yfh-content {
        flex-direction: column !important;
        width: 100% !important;
        padding: 0 0 20px 0 !important;

    }

    .yfh-left {
        padding: 40px 0 20px 0 !important;
    }

    .yhf-left-jt {
        display: none !important;
    }

    .yfh-right {
        padding: 40px 20px 0 20px !important;
    }

    .swiper-btn-box {
        justify-content: center !important;
    }

    .ad-ri-img {
        width: 100px !important;
    }

    .ad-ri__btn {
        width: 150px !important;
    }
}

@media (max-width: 879px) {
    .news-box {
        grid-template-columns: 1fr;
    }

    .content-gi-sj {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px 15px;

    }

    .content-gi-item {
        width: calc(100% - 2px);
        height: 100%;
    }

    .content-gi-item:last-child {
        border-right: 2px solid #D5D7D6;
    }

    .content-gi-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 850px) {
    .ad-ri-img {
        width: 150px !important;
    }

    .foot-row {
        display: flex;
        flex-direction: row;
        align-items: center;


    }

    .foot-row-nav-item {
        flex: 1;
        display: none;
    }

    .foot-row-nav-item:last-child {
        flex: 2;
        display: block;
    }

    .banner-box {
        height: 260px;
    }

    
    
    
    
    
    
    
    
    .banner__img {
        width: auto;
        height: 100%;
    }

    .banner-main .banner-main-p1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .banner-main .banner-main-p2 {
        font-size: 16px;
        padding: 5px;
        color: #721c24;
        border-top: 1px dashed #721c24;
        border-bottom: 1px dashed #721c24;
    }

    .ad-row-item {
        display: flex;
        flex-direction: row;
        padding: 0 !important;

    }

    .yfh-right .ad-swiper .swiper-slide {
        width: 100% !important;

    }
}





.banner-box .banner-main-p1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner-box .banner-main-p2 {
    font-size: 18px;
    padding: 5px;
    color: #721c24;
    border-top: 1px dashed #721c24;
    border-bottom: 1px dashed #721c24;
}


.xxk-content-box {
    border-bottom: 1px solid #F2F2F2;
    background: url("/img/xxk-bg.png") no-repeat center center;
    background-size: auto 100%;
}

.xxk-content {
    display: flex;
    flex-direction: row;
    padding: 0;
    font-size: 16px;
    flex-wrap: wrap;
}

.xxk-content .xxk-item {
    color: #333;
    padding: 20px 30px;
    cursor: pointer;
}

.xxk-content .xxk-item-act {
    color: #fff;
    background-color: #721c24;
}

.xxk-content .xxk-item:hover {
    color: #fff;
    background-color: #721c24;
}


.about-box {
    background-color: #F5F8FB;
    padding: 15px 0;
}

.about-box .ac-p1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #721c24;
}

.about-box .ac-p2 {
    font-size: 18px;
    font-weight: bold;
}

.about-box .ac-fg {
    margin: 30px 0;
    width: auto;
}

.about-box .ac-txt {
    line-height: 36px;
}

.about-box .ac-txt img {
    width: 100%;
    height: auto;
}


.about-box2 {
    background-color: #F7F8F7;
}

.about-box2 .content {
    padding: 0;
}

.about-box2 .content-gi-sj {
    display: flex;
    flex-direction: row;
    margin-top: 0;
    padding: 35px 0;
}

.about-box2 .content-gi-item {
    border-right: 2px solid #ECEEEC;
    padding: 0;
}

.about-box2 .content-gi-item:last-child {
    border-right: 0;
}

.about-box2 .content-gi-item-num {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.about-box2 .content-gi-item-num .txt {
    font-size: 14px;
    font-weight: normal;
}

.about-box2 .content-gi-item__span {
    
    font-size: 12px;
    color: #999;
    line-height: 12px;
}

.about-box {
}

.about-box .ac-box {
    display: flex;
    flex-direction: row;
}

.about-box .ac-box .ac-box-img {
    width: 100%;
    height: auto;
}

.about-box .ac-box .ac-left {
    flex: 1;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}

.about-box .ac-box .ac-left .ac-box-bg {
    width: 100%;
    height: 100%;
}

.about-box .ac-box .ac-left .ac-left__txt {
    position: absolute;
    top: 120px;
    left: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}


.about-box .ac-box .ac-right {
    flex: 1;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

.about-box .ac-box .ac-right .ac-right-top {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.about-box .ac-box .ac-right .ac-right-down {
    margin-top: 10px;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.about-box .ac-box .ac-right .ac-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-box .ac-box .ac-right .ad-rt-zw {
    width: 50%;
    height: 100%;
    flex-shrink: 0;
}

.about-box .ac-box .ac-right .ad-rt-txt {
    flex: 1;
    position: relative;
    color: #fff;
    padding: 40px;
    overflow: hidden;
}

.about-box .ac-box .ac-right .ad-rt-txt .p1 {
    font-size: 22px;
    font-weight: bold;
}

.about-box .ac-box .ac-right .ad-rt-txt .p2 {
    margin-bottom: 5px;
}

.about-box .ac-box .ac-right .ad-rt-txt .p3 {
    color: #999;
    margin-bottom: 0;
    margin-top: 15px;
}



.about-video-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 100px;
}

.about-video-content .vc-video-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about-video-content .vc-video-box .vc-video-imgBox {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 65%;
    overflow: hidden;
}

.about-video-content .vc-video-box .vc-video-imgBox .vc-video-img {
    width: 100%;
    height: 100%;
    position: absolute;
}



.yfh-content-title {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 50px;
}

.yfh-content-title .yct-left {
    height: 60px;
    width: auto;
    padding: 0 30px;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    background-color: #721c24;
    position: relative;
    flex-shrink: 0;
}

.yfh-content-title .yct-left .yct-left__icon {
    position: absolute;
    top: 2.5px;
    right: -5px;
    width: 10px;
    height: 10px;
    background-color: #721c24;
    transform: rotate(45deg);
}

.yfh-content-title .yct-right {
    flex: 1;
    background-color: #F9F9FD;
    height: 53px;
    position: relative;
    z-index: 9;
}


.yct-content-main {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 40px;
}

.yct-content-main .ad-ri__btn {
    width: 150px;
}



.about-content-zzjg {
    width: 100%;
    height: auto;
}

.zp-content-imgBox img {
    width: 100%;
    height: auto;
    margin: 80px 0;
}


.content-box-title {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #E5E7E5;
}

.content-box-title .p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.content-box-title .fg {
    width: 30px;
    height: 3px;
    background-color: #BC3531;
}


.video-detail-box {
    padding: 40px 0;
}

.video-detail-box .content-video-box {
    width: 100%;
    height: auto;
}

.video-detail-box .content-video-box .content-video {
    width: 100%;
    height: auto;
}


.video-detail-tj {
    background-color: #F9F7F2;
}

.video-detail-tj .content-box-title {
    padding-top: 40px;
}


.fz-content-box {
    background: url("/img/fz-bg.png") no-repeat center center;
    background-size: auto auto;
}

.fz-content-box .fz-head-box {
    padding-top: 80px;
    border-bottom: 1px solid #E7EAE9;
}

.fz-content-box .fz-head-box .fz-head {
    width: 1300px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fz-content-box .fz-head-box .fz-head .fz-btn {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    flex-shrink: 0;
}

.fz-content-box .fz-head-box .fz-head .fz-btn .iconfont {
    color: #D5DCDE;
    font-size: 36px;
    font-weight: bold;
}

.fz-content-box .fz-head-box .fz-row-box {
    flex: 1;
    overflow: hidden;
}

.fz-content-box .fz-head-box .fz-row-box .fz-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.fz-content-box .fz-head-box .fz-row-box .fz-row .fz-row-item {
    color: #999;
    font-size: 24px;
    width: 100px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin: 0 50px;
    flex-shrink: 0;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.fz-content-box .fz-head-box .fz-row-box .fz-row .fz-row-item-act {
    border-bottom: 2px solid #721c24;
}

.fz-content-box .fz-head-box .fz-row-box .fz-row .fz-row-item:hover {
    border-bottom: 2px solid #721c24;
}

.fz-content-box .fz-main-box {
    width: 1300px;
    margin: 0 auto;
    padding-left: 180px;
    padding-bottom: 80px;
}

.fz-content-box .fz-main-box .fz-main {
    padding: 80px 0;
    border-left: 1px solid #DFE1DF;
}

.fz-content-box .fz-main-box .fz-main .fz-item {
    margin-bottom: 80px;
}

.fz-content-box .fz-main-box .fz-main .fz-item:last-child {
    margin-bottom: 0;
}

.fz-content-box .fz-main-box .fz-main .fz-item-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

.fz-content-box .fz-main-box .fz-main .fz-item-title .fz-it-left {
    width: 80px;
    display: flex;
    flex-direction: row;
    position: relative;
}

.fz-content-box .fz-main-box .fz-main .fz-item-title .fz-it-left .fz-it-icon-box {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -11px;
    top: -10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DFE1DF;
}

.fz-content-box .fz-main-box .fz-main .fz-item-title .fz-it-left .fz-it-icon-box .fz-it-icon {
    width: 8px;
    height: 8px;
    background-color: #D94B36;
    border-radius: 50%;
}


.fz-content-box .fz-main-box .fz-main .fz-item-title .fz-it-left .fz-it-icon-box-act {
    background-color: #D94B36;
}

.fz-content-box .fz-main-box .fz-main .fz-item-title .fz-it-left .fz-it-icon-box-act .fz-it-icon {
    background-color: #fff;
}


.fz-content-box .fz-main-box .fz-main .fz-item-title .fz-it-left .fz-it-x {
    width: 40px;
    height: 0;
    border-top: 1px dashed #666;
}


.fz-content-box .fz-main-box .fz-main .fz-item-txt {
    font-size: 14px;
    padding-left: 80px;
    line-height: 30px;
    color: #666;
}




.jb-content-up {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background: url("/img/jbpt-img.png") no-repeat left center;
    background-size: 60% auto;
}

.jb-content-up .jb-cu-msg {
    width: auto;
    height: auto;
    margin: 40px 0;
    padding: 40px 40px 40px 100px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.08);
}

.jb-content-up .jb-cu-msg .jb-cu-msg__row {
    display: flex;
    flex-direction: row;
    color: #721c24;
    margin: 20px 0;
}

.jb-content-up .jb-cu-msg .jb-cu-msg__p2 {
    font-size: 12px;
}

.jb-content-down {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 40px;
    margin: 100px 0;
}

.jb-content-down .jb-down-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 15px 25px 15px;
    background-color: #F8F6F3;
}

.jb-content-down .jb-down-item .jb-downItem-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 20px;
}

.jb-content-down .jb-down-item .icon {
    width: 45px;
    height: auto;
}


.jb-content-down .jb-down-item .jb-downItem-p1 {
    margin-bottom: 10px;
    line-height: 24px;
}

.jb-content-down .jb-down-item .jb-downItem-p2 {
    font-size: 12px;
}


.jb-content-down .jb-down-item:nth-child(even) {
    background-color: #F4F5F7;
}

.jb-content-down .jb-down-item:last-child {
    grid-column-start: 3;
    grid-column-end: 5;
    padding: 15px 50px;
    align-items: flex-start;
}

.jb-content-down .jb-down-item:last-child .jb-downItem__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}





.contact-content-box {
    background-color: #F5F4F0;
}

.contact-content-box .contact-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact-content-box .contact-content .cc-img {
    width: 600px;
    height: auto;
    flex-shrink: 0;
    margin-right: 200px;
}

.contact-content-box .contact-content .cc-msg {
    flex: 1;
}

.contact-content-box .contact-content .cc-msg .cc-msg__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-content-box .contact-content .cc-msg .cc-msg-fg {
    width: 40px;
    height: 2px;
    background-color: #D3898B;
    margin-bottom: 30px;
}

.contact-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 200px;
    grid-row-gap: 100px;
    padding: 100px 0;
}

.contact-content-grid .cc-msg {
    width: 100%;
    height: 100%;
}

.contact-content-grid .cc-msg .cc-msg-head {
    border-bottom: 1px solid #E8EBEA;
    margin-bottom: 30px;
}

.contact-content-grid .cc-msg .cc-msg__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-content-grid .cc-msg .cc-msg-fg {
    width: 40px;
    height: 2px;
    background-color: #721c24;
}

.contact-content-form {
}

.contact-content-form .cc-ly__title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-content-form .cc-ly__tip {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 50px;
}

.contact-content-form .cc-ly-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

.contact-content-form .cc-ly-row .cc-ly-input-box {
    flex: 1;
    margin-right: 60px;
    padding: 10px;
    border: 1px solid #E8E9E7;
    display: flex;
    flex-direction: row;
}

.contact-content-form .cc-ly-row .cc-ly-input {
    flex: 1;
    height: 30px;
    line-height: 30px;
    border: none;
    resize: none;
    outline: none;
}

.contact-content-form .cc-ly-row .cc-ly-textarea {
    min-height: 50px;
}

.contact-content-form .cc-ly-row .cc-ly-textarea-box {
    flex-direction: column;
}

.contact-content-form .cc-ly-row .cc-ly-input-box span {
    font-size: 14px;
    color: #999;
    margin-right: 20px;
    line-height: 30px;
    flex-shrink: 0;
}

.contact-content-form .cc-ly-row .cc-ly-input-box:last-child {
    flex: 1;
    margin-right: 0;
}

.contact-content-form .cc-ly-row .cc-ly-imgBox {
    flex: 1;
}

.contact-content-form .cc-ly-row .cc-ly-imgBox .cc-ly-img {
    width: auto;
    min-width: 120px;
    height: auto;
}

.contact-content-form .cc-ly-btn {
    width: 180px;
    text-align: center;
    line-height: 36px;
    height: 36px;
    color: #fff;
    background-color: #721c24;
    border: none;
}

.contact-foot-content {
    background: url("/img/contact-foot-bg.png") no-repeat center center;
    background-size: 100% 100%;
}

.contact-foot-content .contact-foot-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.contact-foot-content .contact-foot-main .cf-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact-foot-content .contact-foot-main .cf-item .cf-item-icon-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-foot-content .contact-foot-main .cf-item .cf-item-icon {
    width: 45px;
    height: auto;
}

.contact-foot-content .contact-foot-main .cf-item .cf-item-msg .p1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}





.news-content-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #E8E9E7;
    flex-wrap: wrap;
}

.news-content-head .news-ch-input-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin-bottom: 15px;
}

.news-content-head .news-ch-input-box .layui-input {
    background-color: #ECF0F3;
    border: none;
}

.news-content-head .news-ch-input-box .news-ch-span {
    width: 32px;
    height: 32px;
    background-color: #9B9C9D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-content-head .news-ch-input-box .news-ch-span .iconfont {
    color: #fff;
    font-size: 12px;
}

.news-content-head .news-ch-input-box .news-ch-btn {
    width: 82px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border: none;
    background-color: #721C24;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    padding: 0 15px;
}

.new-grid {
    padding: 30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.new-grid .new-grid-item {
    width: 100%;
    height: 100%;
}

.new-grid .new-grid-item .new-item-img {
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.new-grid .new-grid-item .new-item-img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.new-grid .new-grid-item .new-item__time {
    font-size: 14px;
    color: #999;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}

.new-grid .new-grid-item .new-item__time::after {
    content: '';
    height: 18px;
    width: 6px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    background-color: #1832A0;
}

.new-grid .new-grid-item .new-item__title {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.new-grid .new-grid-item .new-item__txt {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.content-nd-title {
    padding: 40px 0;
}

.news-detail__title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.new-detail__head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #F4F7F8;
    padding: 10px 0;
}

.new-detail__head .nd__head__time {
    margin-bottom: 0;
    margin-right: 10px;
}

.news-detail-content p {
    line-height: 30px;
}




.rc-content-head {
    background: url("/img/rc-head-bg.png") no-repeat center center;
    background-size: 100% 100%;
}

.rc-content-head .content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.rc-content-head .content .rc-head-left {
    width: 350px;
    height: auto;
    flex-shrink: 0;
}

.rc-content-head .content .rc-head-left .rc-head__p1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.rc-content-head .content .rc-head-left .rc-head__p2 {
    font-size: 24px;
    font-weight: bold;
    color: #E5E7E8;
    margin-bottom: 10px;
}

.rc-content-head .content .rc-head-left .rc-head__x {
    width: 150px;
    height: 2px;
    background-color: #B6989A;
}

.rc-content-head .content .rc-head-right {
    flex: 1;
    line-height: 36px;
}

.rc-content-box {
    background-color: #F2F4F7;
}

.rc-content-box .rc-content-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 80px;
}

.rc-content-box .rc-content-row .rc-cr-left {
    flex: 1;
    padding: 40px;
    background-color: #fff;
}

.rc-content-box .rc-content-row .rc-cr-left .rc-cr-left__p1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}

.rc-content-box .rc-content-row .rc-cr-left .rc-cr-left__p2 {
    line-height: 30px;
}

.rc-content-box .rc-content-row .rc-cr-right {
    flex: 1;
}

.rc-content-box .rc-content-row .rc-cr-right .rc-cr-right-img {
    width: 100%;
    height: auto;
}


.rc-content-box .rc-content-row:last-child {
    margin-bottom: 0;
}

.rc-content-foot {
    background-color: #fff;
}

.rc-content-foot .content {
    display: flex;
    flex-direction: row;
}

.rc-content-foot .content .rc-foot-item {
    margin-right: 80px;
    position: relative;
}

.rc-content-foot .content .rc-foot-item .rc-foot-item-txt {
    position: absolute;
    left: 40px;
    top: calc(50% - 25px);
}

.rc-content-foot .content .rc-foot-item .rc-foot-item-txt .p1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.rc-content-foot .content .rc-foot-item .rc-foot-item-txt .p2 {
    font-size: 14px;
    color: #8B9BA4;
    margin-bottom: 0;
}

.rc-content-foot .content .rc-foot-item:last-child {
    margin-right: 0;
}

.rc-zp-img {
    width: 100%;
    height: auto;
    margin: 80px 0;
}





.search-box .content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search-box .content .search-left {
    flex: 1;
}

.search-box .content .search-left .search-left__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.search-box .content .search-left .search-left__time {
    color: #666;
    margin-bottom: 10px;
}

.search-box .content .search-left .search-left__time .iconfont {
    font-size: 14px;
    color: #666;
    margin-right: 5px;
}


.search-box .content .search-left .search-left__txt {
    font-size: 14px;
    color: #666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.search-box .content .search-right {
    margin-left: 15px;
    flex-shrink: 0;
    width: 120px;
    height: 30px;
    border: 1px solid #F2F2F2;
    text-align: center;
    line-height: 30px;
    color: #999;
    border-radius: 4px;
}

.search-box .content .search-right:hover {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}


.search-box .content-box:nth-child(even) {
    background-color: #F6F7F6;
}






.cy-content .content-nd-title {
    background-color: #F4F7F8;
}

.cy-content .content-nd-title .news-detail__title {
    color: #721c24;
}

.cy-content .news-detail-content img {
    width: 100%;
    height: auto;
    margin: 40px 0;
}





@media (max-width: 1300px) {
    .jb-content-up {
        background-size: 100% auto !important;
    }

    
    .rc-content-box .rc-content-row {
        margin-bottom: 40px !important;
        flex-direction: column !important;
    }

    .rc-content-box .rc-content-row .rc-cr-left {
        padding: 40px !important;
    }

    .rc-content-foot .content .rc-foot-item {
        margin-right: 40px;
        flex: 1;
        overflow: hidden;
    }

    .rc-content-foot .content .rc-foot-item .rc-foot-item-img {
        height: 180px;
        width: auto;
    }
    .zp-content-imgBox {
        width: 100% !important;
        height: auto;
        margin: 0 auto;
    }
    .zp-content-imgBox p {
        display: block;
        width: 100%;
        height: auto;
    }
    .zp-content-imgBox p img {
        width: 100% !important;
        height: auto !important;
    }
}


.zp-content-img {
    width: 100%;
    overflow-x: auto;
    height: auto;
}

.zp-content-imgBox {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}

.zp-content-imgBox .zp-content-imgBox img {
    width: 100%;
    height: auto;
    margin: 80px 0;
}









.fz-content-box .fz-head-box {
    padding-top: 40px;
}

.fz-content-box .fz-head-box .fz-head {
    width: 100%;
    height: auto;

}

.fz-content-box .fz-main-box {
    width: 100%;
    margin: 0 auto;
    padding-left: 180px;
}



.video-detail-box {
    padding: 20px !important;
}


.yct-content-main {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
}

.yct-content-main .ad-ri__btn {
    width: 100%;
}

.yct-content-main .ad-ri-img {
    width: 100px;
    height: auto;
}


.new-grid {
    padding: 40px 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 20px;
}

.new-grid .new-grid-item .new-item__time {
    font-size: 22px;
    color: #696A6B;
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}

.new-grid .new-grid-item .new-item__time::after {
    content: '';
    height: 18px;
    width: 6px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    background-color: #1832A0;
}

.new-grid .new-grid-item .new-item__title {
    font-size: 16px;
}

.new-grid .new-grid-item .new-item__txt {
    font-size: 12px;
}


.contact-content-box .contact-content .cc-img {
    flex: 1;
    max-width: 500px;
    width: auto;
    height: auto;
    margin-right: 100px;
}


.contact-content-box .contact-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 100px;
    grid-row-gap: 50px;
    padding: 40px 20px;
}


@media (max-width: 879px) {
    .news-detail-content img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .n-box {
        display: flex;
        flex-direction: column;
        margin: 30px 0;
    }

    .n-box .n-left {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }

    .jb-content-up {
        background-size: auto 100% !important;
    }

    .jb-content-up .jb-cu-msg {
        margin: 20px !important;
        padding: 20px !important;
    }

    .jb-content-down {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px;
        margin: 40px 0;
    }

    .jb-content-down .jb-down-item .jb-downItem-p1 {
        margin-bottom: 10px;
        line-height: 24px;
    }

    .jb-content-down .jb-down-item .jb-downItem-p2 {
        font-size: 12px;
    }


    .jb-content-down .jb-down-item:nth-child(even) {
        background-color: #F4F5F7;
    }

    .jb-content-down .jb-down-item:last-child {
        grid-column-start: 1;
        grid-column-end: 3;
        padding: 15px 50px;
        align-items: flex-start;
    }

    .jb-content-down .jb-down-item:last-child .jb-downItem__title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }


    
    .rc-content-head {
        background: url("/img/rc-head-bg.png") no-repeat center center;
        background-size: 100% 100%;
    }

    .rc-content-head .content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .rc-content-head .content .rc-head-left {
        width: 100%;
        margin-bottom: 15px;
    }

    .rc-content-head .content .rc-head-right {
        flex: 1;
        line-height: 36px;
    }

    .rc-content-foot .content {
        flex-direction: column;
    }

    .rc-content-foot .content .rc-foot-item {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .rc-content-foot .content .rc-foot-item .rc-foot-item-img {
        height: auto;
        width: 100%;
    }


    .rc-content-foot .content .rc-foot-item:last-child {
        margin-bottom: 0;
    }

    
    .fz-content-box .fz-head-box {
        padding-top: 40px;
    }

    .fz-content-box .fz-head-box .fz-head {
        width: 100%;
        height: auto;
    }

    .fz-content-box .fz-head-box .fz-head .fz-row-box {
        flex: 1;
        overflow: auto hidden;
    }

    .fz-content-box .fz-head-box .fz-head .fz-row-box .fz-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
    }

    .fz-content-box .fz-head-box .fz-head .fz-row-box .fz-row .fz-row-item {
        width: 80px;
        height: 80px;
        margin: 0 10px;
    }

    .fz-content-box .fz-main-box {
        width: 100%;
        margin: 0 auto;
        padding-left: 80px;
    }

    
    .about-video-content {
        grid-template-columns: 1fr 1fr;
    }

    .vc-left {
        .content-gi-title {
            margin-bottom: 15px;
        }
    }

    .vd-left-txt {
        display: none !important;
    }

    
    .about-box .ac-box {
        display: flex;
        flex-direction: column;
    }

    .about-box .ac-box .ac-left {
        flex: 1;
        margin-right: 0;;
        margin-bottom: 15px;
    }

    .about-box .ac-box .ac-left .ac-left__txt {
        top: 100px;
        left: 40px;
    }

    .about-box .ac-box .ac-right {
        margin-left: 0;
    }


    
    .yct-content-main {
        grid-template-columns: 1fr 1fr;
    }

    .yct-content-main .ad-ri__btn {
        width: 150px;
    }

    .yct-content-main .ad-ri-img {
        width: 150px;
        height: auto;
    }


    
    .new-grid {
        grid-template-columns: 1fr 1fr;

    }

    
    .contact-content-box .contact-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-content-box .contact-content .cc-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .contact-content-box .contact-content .cc-msg {
        width: 100%;
    }
}

@media (max-width: 850px) {

    .xxk-content .xxk-item {
        padding: 20px;
    }

    
    .yct-content-main {
        grid-template-columns: 1fr;
    }

    
    .news-content-head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .news-content-head .new-ch-p {
        display: none;
    }

    .news-content-head .news-ch-input-box {
        width: 100%;
    }

    
    .contact-content-form {
        width: 100%;
    }

    .contact-content-form .cc-ly-row {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-content-form .cc-ly-row .cc-ly-input-box {
        width: 100%;
        margin-right: 0;
    }

    .contact-content-form .cc-ly-yzm {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .contact-content-form .cc-ly-yzm .cc-ly-input-box {
        flex: 1;
        margin-right: 15px;
        margin-bottom: 0;
    }

    .contact-content-form .cc-ly-yzm .cc-ly-imgBox {
        flex: 0;
        width: 150px;
        flex-shrink: 0;
    }
}

@media (max-width: 748px) {
    
    .contact-foot-content .contact-foot-main {
        flex-direction: column;
    }

    .contact-foot-content .contact-foot-main .cf-item {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .contact-foot-content .contact-foot-main .cf-item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {

    .xxk-content .xxk-item {
        padding: 20px 10px;
    }


    
    .about-video-content {
        grid-template-columns: 1fr;
    }

    
    .new-grid {
        grid-template-columns: 1fr;

    }

    
    .contact-content-grid {
        grid-template-columns:  1fr;
    }

}


.hui-img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.page.odd > img {
    height: 100%;
    width: 100%;
}

.page.even > img {
    height: 100%;
    width: 100%;
}




.thumbnails {
    position: relative !important;
    height: auto !important;
}

.thumbnails > div {
    width: 100% !important;
    height: auto !important;
}

.yf-dc-a {
    font-size: 16px;
    color: #666;
}

.yf-dc-a:hover {
    color: #701C24;
}