body {
    background-color: #F6F6F6;
}

.pa_img {
    height: 500px;
}

    .pa_img .swiper-container {
        height: 100% !important;
    }

        .pa_img .swiper-container img {
            width: 100%;
            height: 500px !important;
        }

    .pa_img img {
        height: 100%;
    }

h3.text-center {
    font-size: 42px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    margin: 0;
    padding: 120px 0;
    color: rgba(51,51,51, 0.7);
}

.pa_content {
    padding: 0
}

.pa_topBlock {
    padding: 0;
}

.pa_Incontent_popup {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    flex-direction: column;
}

    .pa_Incontent_popup.active {
        display: flex !important;
    }

.pa_Incontent_popup_main {
    width: 1492px;
    height: 823px;
    background: #FBFBFB;
    position: relative;
    margin: auto;
}

    .pa_Incontent_popup_main .close-img {
        position: absolute;
        right: 0;
        top: 0;
        width: 61px;
        height: 61px;
        cursor: pointer;
    }

    .pa_Incontent_popup_main .pa_Incontent_popup_main_img {
        width: 610px;
        height: 821px;
        margin-right: 82px;
    }

    .pa_Incontent_popup_main .pa_Incontent_popup_main_content {
        flex: 1;
        padding-right: 80px;
    }

.pa_Incontent_popup_name {
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    line-height: 28px;
    color: #333333;
    margin-bottom: 20px;
}

.pa_Incontent_popup_text {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    padding-top: 30px;
}

.pa_content-main {
    background-color: #F0F0F0;
    padding-top: 135px;
}

.pa_content-title {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(51,51,51, 0.7);
    padding-bottom: 90px;
}

.pa_content-1 {
    margin-bottom: 190px;
}

.pa_content-2 {
    margin-bottom: 200px;
}

.pa_content-3 {
    margin-bottom: 200px;
}

.pa_content-1-main-li {
    width: 930px;
    height: 526px;
    background: #E4E4E4;
}

    .pa_content-1-main-li img {
        width: 369px;
        height: 526px;
        filter: grayscale(100%);
    }

        .pa_content-1-main-li img:hover {
            filter: grayscale(0%);
        }

    .pa_content-1-main-li .pa_content-1-main-li-content {
        width: 400px;
        margin: auto;
    }

.pa_content-1-main-li-content-name {
    color: #B5861B;
    font-size: 26px;
}

.pa_content-1-main-li-content-tips {
    color: #B5861B;
    font-size: 16px;
    margin-bottom: 20px;
}

.pa_content-1-main-li-content-text {
    color: #333333;
    font-size: 16px;
}

.pa_content-swiper-box {
    height: 602px;
}

.pa_content-swiper-more {
    width: 769px;
    height: 602px;
    background: #DCDCDC;
    align-items: center;
    font-size: 40px;
    font-family: Geometos;
    font-weight: 400;
    color: #B5861B;
    flex-shrink: 0;
}

.pa_content-swiper {
    width: 1134px;
    height: 600px;
}

    .pa_content-swiper .swiper-container {
        width: 100%;
        height: 600px !important;
    }

    .pa_content-swiper .swiper-wrapper {
        height: 600px !important;
    }

    .pa_content-swiper .swiper-slide {
        width: 444px !important;
        height: 600px !important;
    }

        .pa_content-swiper .swiper-slide img {
            width: 444px !important;
            height: 600px !important;
            filter: grayscale(100%);
        }

            .pa_content-swiper .swiper-slide img:hover {
                filter: grayscale(0%);
            }

.pa_content-swiper-more-title {
    margin-bottom: 110px;
    font-size: 40px;
    font-family: Geometos;
    font-weight: 400;
    color: #B5861B;
    text-transform: capitalize;
}

.more {
    width: 132px;
    height: 48px;
    border: 1px solid #B5861B;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #B5861B;
}

    .more a {
        color: #B5861B;
    }
.pa_Incontent_popup_works {
    font-size: 18px;
}