@charset "UTF-8";

.page-banner-box {
    width: 100%;
    height: 100vh;
}

.page-banner-box .swiper-index-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page-banner-box .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.page-banner-box .swiper-index-banner .page-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-banner-box .swiper-index-banner .swiper-slide picture,
.page-banner-box .swiper-index-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner-box .swiper-index-banner .banner-text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.page-banner-box .swiper-index-banner .swiper-pagination-banner {
    bottom: 90px;
    top: auto;
    width: 301px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.page-banner-box .swiper-index-banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff;
}

.page-banner-box .swiper-index-banner .swiper-pagination-progressbar {
    background: rgba(255, 255, 255, .1);
}

.page-banner-box .swiper-index-banner .banner-text-box .banner-title {
    font-size: var(--app-fs-54);
    color: #fff;
}

.page-banner-box .swiper-index-banner .banner-text-box .banner-enTitle {
    font-size: var(--app-fs-24);
    color: #fff;
}

.page-banner-box .swiper-index-banner .learn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 158px;
    height: 62px;
    border: 1px solid #fff;
    margin-top: 39px;
    font-size: var(--app-fs-16);
    color: #fff;
}

.page-banner-box .swiper-index-banner .learn-more .iconfont {
    margin-left: 22px;
}

/* 集团动态 */
.group-dynamics {
    padding: 4.8% 0;
    overflow: hidden;
}

.public-title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.public-title-box .public-mode-title {
    font-size: var(--app-fs-36);
    color: #a4804f;
    font-weight: 700;
    margin-bottom: 10px;
}

.public-title-box .public-sub-title {
    font-size: var(--app-fs-20);
    color: #e6d8c7;
    letter-spacing: 10px;
    margin-bottom: 10px;
}

.group-dynamics .page-three {
    width: 100%;
    margin-top: 3.2%;
}

.group-dynamics .page-three-content {}

.group-dynamics .page-three-title {
    width: 100%;
    text-align: center;
    font-size: var(--app-fs-48);
    color: #313837;
    margin-bottom: 47px;
}

.page-three .page-three-content {
    display: flex;
    justify-content: space-between;
}

.page-three .page-three-content .pt-left {
    width: 38%;
    overflow: hidden;
    background: #f5f5f6;
}

.page-three .page-three-content .pt-left .pt-left-wrapper {
    padding-bottom: 60.06%;
    position: relative;
    display: block;
    overflow: hidden;
}

.page-three .page-three-content .pt-left .pt-left-wrapper:hover .pt-left-img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.page-three .page-three-content .pt-left .pt-left-wrapper .pt-left-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.page-three .page-three-content .pt-left-text {
    padding: 8.9%;
    padding-bottom: 0;
}

.page-three .page-three-content .pt-left-text .title {
    color: #a4804f;
    font-size: var(--app-fs-20);
    margin-bottom: 15px;
}

.page-three .page-three-content .pt-left-text .desc {
    color: #313837;
    font-size: var(--app-fs-20);
    margin-bottom: 17px;
    line-height: 1.5;
    height: calc(2em* 1.5);
}

.page-three .page-three-content .pt-left:hover .desc {
    color: #a4804f;
}

.page-three .page-three-content .pt-left-text .time {
    color: #919191;
    font-size: var(--app-fs-18);
    text-align: right;
    font-family: "MONTSERRAT-Regular";
}

.page-three .page-three-content .pt-right {
    width: 60.7%;
    overflow: hidden;
    padding: 2.5% 3.4%;
    padding-bottom: 0;
    background: #f5f5f6;
}

.page-three .page-three-content .pt-right .title-box {
    display: flex;
    align-items: center;
}

.page-three .page-three-content .pt-right .title-box .title {
    font-size: var(--app-fs-20);
    padding-bottom: 5px;
    cursor: pointer;
    border-bottom: 4px solid transparent;
}

.page-three .page-three-content .pt-right .title-box .title.active {
    color: #a4804f;
    font-size: var(--app-fs-20);
    padding-bottom: 5px;
    border-color: #a4804f;
}

.page-three .page-three-content .pt-right .title-box .title:hover {
    color: #a4804f;
    border-color: #a4804f;
}

.page-three .page-three-content .pt-right .title-box .title:last-child {
    margin-left: 45px;
}

.page-three .page-three-content .pt-right .pt-right-wrapper {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-three .page-three-content .pt-right .pt-right-wrapper .pt-right-item {
    display: inline-block;
    width: 47.3%;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 25px;
    margin-bottom: 17px;
}

.page-three .page-three-content .pt-right .pt-right-wrapper .pt-right-item .desc {
    color: #666;
    font-size: var(--app-fs-20);
    margin-bottom: 15px;
    line-height: 1.5;
    max-height: calc(2em* 1.5);
}

.page-three .page-three-content .pt-right .pt-right-wrapper .pt-right-item .time {
    color: #999;
    font-size: var(--app-fs-18);
    font-family: "MONTSERRAT-Regular";
}

.page-three .page-three-content .pt-right .pt-right-wrapper .pt-right-item:last-child {
    border: none;
    margin-bottom: 0;
}

.page-three .page-three-content .pt-right .pt-right-wrapper .pt-right-item:nth-last-child(2) {
    border: none;
    margin-bottom: 0;
}

.page-three .page-three-content .pt-right .pt-right-wrapper .pt-right-item .desc:hover {
    color: #a4804f;
}

.page-three .page-three-content .pt-right .pt-right-wrapper .pt-right-item:hover {
    border-color: #a4804f;
}

.swiper-group .swiper-pagination-bullet-active {
    background: #a4804f;
}

.swiper-group .swiper-pagination {
    width: auto !important;
    left: auto !important;
    right: 8.9%;
}

.swiper-group .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

/* 走进资源开发 */
.resource-development {
    width: 100%;
    /* height: 755px; */
    background: url(../images/resource-dev-img.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4.7% 0;
    overflow: hidden;
}

.resource-development .public-mode-title {
    color: #fff;
}

.resource-development .public-sub-title {
    color: #a2b0c4;
}

.resource-development .resource-dev-content {
    margin-top: 2.1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resource-development .dev-item {
    position: relative;
    width: 23.333333%;
    height: 417px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    /* padding: 0 4%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    overflow: hidden;
}

.resource-development .dev-item .detail {
    position: absolute;
    top: 14%;
    width: 72%;
    margin: 0 14%;
    overflow: hidden;
}

.resource-development .dev-item:last-child {
    border-right: none;
}

.resource-development .dev-item .icon-img {
    font-size: var(--app-fs-30);
    color: #fff;
}

.resource-development .dev-item .dev-item-title {
    font-size: var(--app-fs-26);
    color: #fff;
    margin-top: 20px;
}

.resource-development .dev-item .dev-item-desc {
    font-size: var(--app-fs-16);
    color: #fff;
    margin-top: 20px;
    text-align: justify;
}

.resource-development .dev-item .dev-item-more {
    display: block;
    width: 159px;
    height: 61px;
    font-size: var(--app-fs-16);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.resource-development .dev-item .dev-item-more .iconfont {
    margin-left: 20px;
}

.resource-development .dev-item .dev-toggle-box {
    transform: translateX(-110%);
    opacity: 0;
}

.resource-development .dev-item.active {
    width: 30%;
    align-items: start;

}

.resource-development .dev-item.active .dev-toggle-box {
    transform: translateX(0);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

/* 媒体聚焦 */
.media-focus {
    padding-top: 4.8%;
    padding-bottom: 5.4%;
}

.media-focus .media-focus-content {
    margin: 3% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.media-focus .media-focus-content .media-focus-item {
    display: block;
    width: 32.1%;
    overflow: hidden;
    background: #f5f5f5;
}

.media-focus .media-focus-content .media-focus-item .media-focus-item-wrapper {
    padding-bottom: 62.58%;
    position: relative;
    display: block;
    overflow: hidden;
}

.media-focus .media-focus-content .media-focus-item .media-focus-item-wrapper .mf-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.media-focus .media-focus-content .media-focus-item:hover .mf-img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.media-focus .media-focus-content .media-focus-item:hover .desc {
    color: #a4804f;
}

.media-focus .media-focus-text {
    padding: 8.9% 10.3%;
}

.media-focus .media-focus-text .desc {
    font-size: var(--app-fs-20);
    color: #000;
    margin-bottom: 27px;
    line-height: 1.5;
    max-height: calc(2em* 1.5);
    text-align: justify;
}

.media-focus .media-focus-text .time {
    font-size: var(--app-fs-18);
    font-family: "MONTSERRAT-Regular";
    color: #919191;
}

.media-focus .media-focus-more {
    display: block;
    width: 159px;
    height: 61px;
    font-size: var(--app-fs-16);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #aa8047;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* 业务领域 */
.business-area {}

.business-area .business-area-content {
    position: relative;
    /* height: 656px; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 4.2%;
    margin-top: 1.5%;
    padding-bottom: 4.7%;
}

.business-area .business-area-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
}

.business-area .business-area-wrapper {
    position: relative;
    z-index: 1;
}

.business-area .business-area-content .business-item {
    margin-top: 2%;
}

.business-area .business-area-content .business-item .business-item-title {
    font-size: var(--app-fs-26);
    color: #fff;
    margin-bottom: 1%;
}

.business-area .business-area-content .business-item .business-item-desc {
    font-size: var(--app-fs-16);
    color: #fff;
    width: 52.2%;
    line-height: 1.75;
    text-align: justify;
}

.business-area .business-area-content .business-item .business-item-more {
    display: block;
    width: 159px;
    height: 61px;
    font-size: var(--app-fs-16);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.9%;
}

.business-area .business-tabs {
    width: 66.1%;
    margin-top: 5.7%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}

.business-area .business-tabs .business-tabs-item {
    width: 20%;
    height: 157px;
    padding: 1% 0;
    cursor: pointer;
}

.business-area .business-tabs .business-tabs-item .business-item-out {
    width: 100%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.business-area .business-tabs .business-tabs-item:last-child .business-item-out {
    border-right: none;
}

.business-area .business-tabs .business-tabs-item .iconfont {
    font-size: var(--app-fs-36);
    color: #fff;
    margin-bottom: 15px;
}

.business-area .business-tabs .business-tabs-item p {
    font-size: var(--app-fs-16);
    color: #fff;
}

.business-area .business-tabs .business-tabs-item:hover {
    background: #a4804f;
}

.business-area .business-tabs .business-tabs-item:hover .business-item-out {
    border: none;
}

.business-area .business-tabs .business-tabs-item.active {
    background: #a4804f;
}

@media (max-width: 1024px) {
    .business-area .business-tabs .business-tabs-item {
        height: 120px;
    }
}

@media (max-width: 768px) {
    .page-three .page-three-content {
        display: block;
    }

    .page-three .page-three-content .pt-left {
        display: block;
        width: 100%;
    }

    .page-three .page-three-content .pt-right {
        width: 100%;
        margin-top: 20px;
    }

    .page-three .page-three-content .pt-left-text {
        padding: 20px 15px 40px;
    }

    .page-three .page-three-content .pt-right .pt-right-wrapper .pt-right-item {
        width: 100%;
    }

    .group-dynamics,
    .resource-development,
    .media-focus {
        padding: 40px 0;
    }

    .public-title-box .public-mode-title {
        font-size: 20px;
    }

    .group-dynamics .page-three {
        margin-top: 20px;
    }

    .page-three .page-three-content .pt-right {
        padding: 20px 15px;
    }

    .business-area .business-area-content .business-item .business-item-more {
        width: 90px;
        height: 40px;
    }

    .business-area .business-tabs {
        width: 80%;
    }

    .resource-development .resource-dev-content {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .resource-development .dev-item {
        width: 100%;
        height: auto;
        padding: 10px 20px;
        margin-bottom: 0;
    }

    .resource-development .dev-item.active {
        width: 100%;
    }

    .resource-development .dev-item .detail {
        position: static;
        width: 100%;
        margin: 0;
        padding: 0 0 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .resource-development .dev-item .dev-toggle-box {
        transform: translateX(0);
        opacity: 1;
    }

    .resource-development .dev-item .dev-item-more {
        margin-top: 20px;
    }

    .resource-development .dev-item .dev-item-more,
    .media-focus .media-focus-more {
        width: 120px;
        height: 50px;
    }

    .page-three .page-three-content .pt-left-text .desc {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .page-three .page-three-content .pt-right .pt-right-wrapper .pt-right-item .desc {
        font-size: 14px;
    }

    .media-focus .media-focus-text .desc {
        font-size: 14px;
    }
}

@media (max-width: 530px) {

    .media-focus .media-focus-content .media-focus-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .media-focus .media-focus-content {
        flex-wrap: wrap;
    }

    .media-focus .media-focus-text {
        padding: 20px 15px;
    }

    .business-area .business-tabs {
        width: 100%;
        flex-wrap: wrap;
    }

    .business-area .business-area-content .business-item .business-item-desc {
        width: 100%;
    }

    .business-area .business-tabs .business-tabs-item .iconfont {
        margin-bottom: 10px;
    }

    .business-area .business-tabs .business-tabs-item {
        height: 90px;
        width: 50%;
        padding: 0;
    }

    .business-area .business-tabs .business-tabs-item:last-child {
        width: 100%;
    }

    .business-area .business-tabs .business-tabs-item .business-item-out {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .business-area .business-tabs .business-tabs-item:nth-child(2n) .business-item-out {
        border-right: none;
    }

    .business-area .business-tabs,
    .business-area .business-area-content .business-item .business-item-more {
        margin-top: 25px;
    }

    .business-area .business-area-content {
        padding: 25px 0;
    }

    .business-area .business-area-content .business-item .business-item-title {
        font-size: 18px;
        text-align: center;
    }

    .page-three .page-three-content .pt-right .title-box .title {
        font-size: 20px !important;
    }

    .resource-development .dev-item .dev-item-title {
        margin-top: 10px;
        font-size: 14px;
    }

    .resource-development .dev-item .dev-item-desc {
        margin-top: 10px;
        font-size: 12px;
    }

    .swiper-group .swiper-pagination {
        bottom: 15px !important;
        right: auto;
        left: 50% !important;
        transform: translateX(-50%);
    }

    .swiper-group .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}