.video-player{
    align-items: center;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, .35);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000
}

.video-player .video{
    outline: none;
    width: 80%
}

.video-player .video_close{
    color: #fff;
    cursor: pointer;
    font-size: 42px;
    position: absolute;
    right: 40px;
    top: 30px
}

@media (max-width: 767px) {
    .video-player .video{
        width: 100%
    }
}

.platform_banner_pager .banner_img {
    display: block;
    height: 580px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.platform_banner_pager .banner_content_box {
    align-items: center;
    display: flex;
    height: 630px;
    left: 0;
    padding-bottom: 30px;
    padding-top: var(--layout-header-height);
    position: absolute;
    top: 0;
    width: 100%
}

.platform_banner_pager .banner_text {
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: #ffffff 2px 1px 3px;
}

.platform_banner_pager .banner_text2 {
    color: #333;
    font-size: 18px;
    line-height: 18px;
    margin: 32px 0;
    text-shadow: #ffffff 2px 1px 5px;
}

.platform_banner_pager .banner_text3 {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    max-width: 570px
}

.platform_banner_pager .banner_bottom_shadow {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    bottom: -22px;
    height: 60px;
    position: absolute;
    width: 100%
}

.platform_banner_pager .ban_video_pager {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: hsla(0, 0%, 100%, .5);
    box-shadow: 0 7px 16px 0 rgba(0, 0, 0, .1);
    margin-top: -160px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.platform_banner_pager .ban_video_box {
    background: #000;
    height: calc(100% - 80px);
    left: 40px;
    position: absolute;
    top: 40px;
    width: calc(100% - 80px)
}

.platform_banner_pager .ban_img_box {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.platform_banner_pager .ban_img_box .ban_cover_img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.platform_banner_pager .ban_video_play {
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0);
    border: 10px solid #fff;
    border-radius: 50%;
    bottom: 0;
    display: flex;
    height: 120px;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-out;
    width: 120px;
    z-index: 3
}

.platform_banner_pager .ban_video_play:hover {
    background-color: #fff;
    border: 0 solid #fff
}

.platform_banner_pager .ban_video_play:hover .play-triangle-default {
    display: none
}

.platform_banner_pager .ban_video_play:hover .play-triangle-hight {
    display: block
}

.platform_banner_pager .ban_video_play .play-triangle-default {
    display: block;
    margin-left: 6px;
    width: 35px
}

.platform_banner_pager .ban_video_play .play-triangle-hight {
    display: none;
    margin-left: 6px;
    width: 35px
}

.platform_banner_pager .ban_player_video {
    height: 100%;
    width: 100%
}

.platform_banner_pager .ban_video_content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    margin-top: 64px
}

.platform_banner_pager .ban_video_content .left {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px
}

.platform_banner_pager .ban_video_content .left .about-main-left {
    align-items: center;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
    box-shadow: 0 8px 16px -2px rgba(0,0,0,.1);
    border-radius: 5px;
}

.platform_banner_pager .ban_video_content .right {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    width: 60%
}

.platform_banner_pager .ban_video_content .right > p {
    line-height: 2;
    margin-bottom: 24px;
    text-indent: 2em
}

.platform_banner_pager .ban_video_content .right > p:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1599px) {
    .platform_banner_pager .banner_img {
        height: 405px
    }

    .platform_banner_pager .banner_content_box {
        height: 505px;
        padding-bottom: 40px
    }

    .platform_banner_pager .banner_text {
        font-size: 36px;
        line-height: 40px
    }

    .platform_banner_pager .banner_text2 {
        font-size: 16px;
        line-height: 18px;
        margin: 16px 0
    }

    .platform_banner_pager .banner_bottom_shadow {
        height: 60px
    }

    .platform_banner_pager .ban_video_pager {
        margin-top: -140px
    }
}

@media screen and (max-width: 1365px) {
    .platform_banner_pager .banner_img {
        height: 355px
    }

    .platform_banner_pager .banner_content_box {
        height: 440px;
        padding-bottom: 50px
    }

    .platform_banner_pager .banner_text {
        font-size: 32px;
        line-height: 32px
    }

    .platform_banner_pager .banner_text2 {
        font-size: 14px;
        line-height: 18px;
        margin: 16px 0
    }

    .platform_banner_pager .banner_bottom_shadow {
        height: 60px
    }

    .platform_banner_pager .ban_video_pager {
        margin-top: -120px
    }
}

@media screen and (max-width: 1199px) {
    .platform_banner_pager .banner_img {
        height: 326px
    }

    .platform_banner_pager .banner_content_box {
        height: 326px;
        padding-bottom: 90px
    }

    .platform_banner_pager .banner_text {
        font-size: 28px;
        line-height: 28px
    }

    .platform_banner_pager .banner_text2 {
        font-size: 12px;
        line-height: 12px;
        margin: 12px 0
    }

    .platform_banner_pager .banner_text3 {
        font-size: 12px;
        line-height: 18px
    }

    .platform_banner_pager .banner_bottom_shadow {
        height: 90px
    }

    .platform_banner_pager .ban_video_pager {
        margin-top: -90px
    }

    .platform_banner_pager .ban_video_content {
        display: block;
        margin-bottom: 30px;
        margin-top: 40px;
        text-align: center
    }

    .platform_banner_pager .ban_video_content .right {
        margin-top: 24px;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .platform_banner_pager .banner_img {
        height: 320px
    }

    .platform_banner_pager .banner_content_box {
        height: 320px;
        padding-bottom: 72px
    }

    .platform_banner_pager .banner_text {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px
    }

    .platform_banner_pager .banner_text2 {
        font-size: 12px;
        line-height: 16px;
        margin: 0
    }

    .platform_banner_pager .ban_video_pager {
        border-radius: 6px;
        margin-top: -72px
    }

    .platform_banner_pager .ban_video_box {
        height: calc(100% - 12px);
        left: 6px;
        top: 6px;
        width: calc(100% - 12px)
    }

    .platform_banner_pager .ban_video_play {
        border: 4px solid #fff;
        height: 48px;
        width: 48px
    }

    .platform_banner_pager .ban_video_play .play-triangle-default, .platform_banner_pager .ban_video_play .play-triangle-hight {
        margin-left: 2px;
        width: 14px
    }

    .platform_banner_pager .ban_video_content .left {
        font-size: 16px;
        line-height: 22px
    }

    .platform_banner_pager .ban_video_content .right {
        font-size: 14px;
        line-height: 20px
    }
}

.platform_brand {
    background-image: url(https://hd-oss.cosmoplat.com/hdCosmo25%3Atest/202306/0848bb17-82da-48a3-a08e-c1d5d0acd98b.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 180px;
    width: 100%
}

.platform_brand .brand_title {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    text-align: center
}

.platform_brand .brand_more {
    color: #004baa;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    margin-top: 24px;
    text-align: center;
    transition: all .3s
}

.platform_brand .brand_more i {
    color: #004baa;
    font-weight: 700;
    margin-left: 6px;
    transition: all .3s
}

.platform_brand .brand_more:hover {
    margin-left: 4px
}

.platform_brand .brand_more:hover i {
    margin-left: 10px
}

.platform_brand .brand_content {
    display: flex;
    margin-top: 140px
}

.platform_brand .brand_content .left {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-image: linear-gradient(to bottom right, hsla(0, 0%, 100%, .1), rgba(221, 239, 255, .1));
    height: 428px;
    padding: 20px 40px;
    width: 40%
}

.platform_brand .brand_content .right {
    display: flex;
    height: 428px;
    width: 60%
}

.platform_brand .brand_left_text {
    color: #fff;
    font-size: 100px;
    font-weight: 700
}

.platform_brand .brand_left_text2 {
    color: #fff;
    font-size: 24px;
    line-height: 27px
}

.platform_brand .brand_left_text3 {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    width: 86%
}

.platform_brand .brand_left_btn {
    background: #004baa;
    border: 0;
    border-radius: 0;
    bottom: 36px;
    color: #fff;
    font-size: 12px;
    height: 32px;
    margin-top: 30px;
    padding: 0;
    position: absolute;
    width: 96px
}

.platform_brand .brand_left_btn:hover {
    background: #005ddd
}

.platform_brand .brand_right_line {
    background: hsla(0, 0%, 100%, .5);
    height: 162px;
    position: absolute;
    right: 0;
    width: 1px
}

.platform_brand .brand_right_item {
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(0, 75, 170, .4);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 130px 20px;
    transition: all .5s;
    width: 34%
}

.platform_brand .brand_right_item .brand_right_text {
    color: #fff;
    font-size: 48px;
    font-weight: 700
}

.platform_brand .brand_right_item .brand_right_text .max_change {
    display: none
}

.platform_brand .brand_right_item .brand_right_text .max_default {
    display: inline-block
}

.platform_brand .brand_right_item .brand_right_text .mini {
    font-size: 16px;
    margin-left: -10px
}

.platform_brand .brand_right_item .brand_right_text2 {
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 32px;
    margin-top: 12px
}

.platform_brand .brand_right_item .brand_right_text3 {
    color: #fff;
    display: none;
    font-size: 14px;
    line-height: 22px
}

.platform_brand .brand_right_item .brand_right_btn {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    height: 32px;
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: bottom .5s, opacity .2s;
    width: 96px
}

.platform_brand .brand_right_item .brand_right_btn:hover {
    background: #fff;
    color: #004baa
}

.platform_brand .brand_right_item_hover {
    align-items: flex-start;
    background-repeat: no-repeat;
    justify-content: space-between;
    padding: 80px 28px 36px;
    width: 44%
}

.platform_brand .brand_right_item_hover .brand_right_text .max_change {
    display: inline-block
}

.platform_brand .brand_right_item_hover .brand_right_text .max_default {
    display: none
}

.platform_brand .brand_right_item_hover .brand_right_text2 {
    margin-top: 16px
}

.platform_brand .brand_right_item_hover .brand_right_text3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.platform_brand .brand_right_item_hover .brand_right_btn {
    bottom: 36px;
    opacity: 1
}

.platform_brand .brand_item_bg1 {
    background-image: url(https://hd-oss.cosmoplat.com/hdCosmo25%3Atest/202306/ae475946-5a28-4b94-b9ba-667e52432079.jpg);
    background-size: cover
}

.platform_brand .brand_item_bg2 {
    background-image: url(https://hd-oss.cosmoplat.com/hdCosmo25%3Acosmoplat/202401/a8264479-8868-4727-b64a-7ca1a5f937e5.jpg);
    background-size: cover
}

.platform_brand .brand_item_bg3 {
    background-image: url(https://hd-oss.cosmoplat.com/hdCosmo25%3Atest/202306/a07589ea-b032-477e-8331-4e92fa1feadd.jpg);
    background-size: cover
}

.platform_brand .brand_item_bg4 {
    background-image: url(https://hd-oss.cosmoplat.com/hdCosmo25%3Acosmoplat/202410/19bf2bc9-0763-4c20-8f51-34dc579ad1f3.jpg);
    background-size: cover
}

@media (max-width: 1440px) {
    .platform_brand .brand_left_text {
        font-size: 80px
    }

    .platform_brand .brand_left_text3 {
        font-size: 15px;
        width: 100%
    }
}

@media (max-width: 1200px) {
    .platform_brand .brand_left_text {
        font-size: 60px
    }

    .platform_brand .brand_right_item .brand_right_text {
        font-size: 40px
    }

    .platform_brand .brand_right_item .brand_right_text2 {
        font-size: 14px;
        margin-bottom: 16px
    }

    .platform_brand .brand_right_item .brand_right_text3 {
        font-size: 12px
    }

    .platform_brand .brand_right_item_hover {
        padding: 60px 24px 36px
    }
}

@media (max-width: 991px) {
    .platform_brand {
        background-position: top;
        background-size: 100% 430px;
        padding: 40px 0 0
    }

    .platform_brand .brand_top_box {
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        background-image: linear-gradient(to bottom right, hsla(0, 0%, 100%, .1), rgba(221, 239, 255, .1));
        margin-top: 24px;
        padding: 10px 16px 24px;
        width: 100%
    }

    .platform_brand .brand_top_text {
        color: #fff;
        font-size: 72px;
        font-weight: 700
    }

    .platform_brand .brand_top_text span {
        font-size: 16px;
        line-height: 18px;
        margin-left: 8px
    }

    .platform_brand .brand_top_text2 {
        color: #fff;
        font-size: 12px;
        line-height: 20px
    }

    .platform_brand .brand_top_btn {
        background: #004baa;
        border: 0;
        border-radius: 0;
        color: #fff;
        font-size: 12px;
        height: 24px;
        margin-top: 20px;
        padding: 0;
        width: 80px
    }

    .platform_brand .brand_bottom_box {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        justify-content: space-between;
        margin-top: 10px
    }

    .platform_brand .brand_bottom_item {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 160px;
        justify-content: center;
        width: calc(50% - 2px)
    }

    .platform_brand .brand_bottom_text {
        color: #fff;
        font-size: 38px;
        font-weight: 700
    }

    .platform_brand .brand_bottom_text span {
        font-size: 12px
    }

    .platform_brand .brand_bottom_text2 {
        color: #fff;
        font-size: 14px;
        margin-bottom: 4px;
        margin-top: 8px
    }

    .platform_brand .brand_bottom_text2 i {
        margin-left: 2px
    }
}

@media (max-width: 767px) {
    .platform_brand .brand_title {
        font-size: 16px;
        line-height: 22px
    }
}

.platform-intro-header{
    align-items: center;
    display: flex;
    flex-direction: column
}


.platform-intro-header .header-title{
    padding-bottom: 5px;
    border-bottom: 3px rgb(103, 86, 140) solid;
    color: rgb(67, 67, 67);
    font-size: 30px;
    font-weight: 700;
    line-height: 35px
}

.platform-intro-header .header-more{
    align-items: center;
    color: #004baa;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    line-height: 14px;
    margin-top: 24px
}

.platform-intro-header .pidh-slogan{
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.platform-intro-header .header-more .el-icon-arrow-right{
    font-weight: 700;
    margin-left: 4px;
    transition: transform .2s ease
}

@media (any-hover: hover) {
    .platform-intro-header .header-more:hover .el-icon-arrow-right{
        transform: translateX(6px)
    }
}

@media (max-width: 767px) {
    .platform-intro-header .header-title{
        font-size: 16px;
        line-height: 22px
    }

    .platform-intro-header .header-more{
        font-size: 12px;
        line-height: 12px;
        margin-top: 16px
    }

    .platform-intro-header .header-more .c-icon-mianyoujiantou{
        color: #004baa;
        font-size: 12px;
        margin-left: 4px
    }
}

.platform_society {
    margin-bottom: -30px
}

.platform_society .society_header {
    margin-bottom: 50px
}

.platform_society .society_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.platform_society .society_item {
    background: #fff;
    box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .2);
    height: 225px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 31.25%
}

.platform_society .society_item:hover {
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .35);
}

.platform_society .society_item:hover .society_item_pager {
    /* height: 128px; */
}

.platform_society .society_item:hover .society_item_text {
    color: #ffffff
}

.platform_society .society_item:hover .society_item_text2 {
    /* -webkit-line-clamp: 3; */
    /* -webkit-box-orient: vertical; */
    /* display: -webkit-box; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: break-spaces; */
}

.platform_society .society_item .society_item_pager {
    /* background: #fff; */
    bottom: 0;
    height: 90px;
    padding: 20px 24px;
    position: absolute;
    transition: all .3s;
    width: 100%;
    top: 30%;
}

.platform_society .society_item .society_item_text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.platform_society .society_item .society_item_text2 {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}

.platform_society .society_item_img {
    height: 225px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width: 991px) {
    .platform_society {
        padding-top: 40px
    }

    .platform_society .society_item {
        width: 49%
    }
}

@media (max-width: 767px) {
    .platform_society {
        margin-bottom: 0
    }

    .platform_society .society_header {
        margin-bottom: 24px
    }

    .platform_society .society_swiper_m {
        background: #fff;
        margin-right: 0 !important;
        padding-bottom: 16px;
        padding-left: 16px;
        width: 295px !important
    }

    .platform_society .society_swiper_img_m {
        display: block;
        height: 165px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .platform_society .society_swiper_box_m {
        box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1);
        padding: 10px 16px
    }

    .platform_society .society_swiper_title_m {
        color: #333;
        font-size: 14px;
        font-weight: 700;
        line-height: 26px
    }

    .platform_society .society_swiper_content_m {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: #999;
        display: -webkit-box;
        font-size: 12px;
        line-height: 18px;
        margin-top: 2px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .platform_society .society-swiper-pagination {
        margin-top: -6px;
        text-align: center
    }

    .platform_society .society-swiper-pagination-bullet {
        background: #d8d8d8;
        border-radius: 3px;
        box-shadow: 0 0 4px 0 hsla(0, 0%, 100%, .5);
        display: inline-block;
        height: 5px;
        margin: 0 3px;
        transition: all .3s;
        width: 5px
    }

    .platform_society .society-swiper-pagination-bullet-active {
        background: #004baa;
        width: 15px
    }
}

.platform-intro-deveiop-history{
    padding-top: 100px
}

.platform-intro-deveiop-history .pidh-slogan{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 60px;
    margin-top: 24px;
    text-align: center
}

.platform-intro-deveiop-history .pidh-main-bg{
    background-image: url(https://hd-oss.cosmoplat.com/hdCosmo25%3Acosmoplat/202306/c082b729-4811-4c64-b449-76cf57a9378c.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 591px;
    overflow: hidden
}

.platform-intro-deveiop-history .pidh-main{
    align-items: center;
    display: flex
}

.platform-intro-deveiop-history .pidh-container{
    margin: 0 20px
}

.platform-intro-deveiop-history .pidh-card{
    display: flex;
    padding-left: 4px;
    padding-top: 54px;
    transition: transform .3s ease
}

@media (any-hover: hover) {
    .platform-intro-deveiop-history .pidh-card:hover {
        transform: translateY(-20px)
    }

    .platform-intro-deveiop-history .pidh-card:hover .pidh-card-dot{
        opacity: 1
    }
}

.platform-intro-deveiop-history .pidh-card-line{
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff 99%);
    height: 220px;
    position: relative;
    width: 2px
}

.platform-intro-deveiop-history .pidh-card-dot{
    background-color: #fff;
    border-radius: 50%;
    height: 6px;
    left: -2px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 6px
}

.platform-intro-deveiop-history .pidh-card-info{
    padding-left: 16px
}

.platform-intro-deveiop-history .pidh-year{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 30px
}

.platform-intro-deveiop-history .pidh-chronicle-list{
    padding-left: 1em
}

.platform-intro-deveiop-history .pidh-chronicle{
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 14px;
    max-width: 190px;
    opacity: .8
}

@media (max-width: 767px) {
    .platform-intro-deveiop-history{
        padding-top: 40px
    }

    .platform-intro-deveiop-history .pidh-slogan{
        color: #595959;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 30px;
        padding: 0 16px;
        width: 100%
    }

    .platform-intro-deveiop-history .pidh-main-bg{
        background-image: url(https://hd-oss.cosmoplat.com/hdCosmo25%3Acosmoplat/202306/7269399d-ab28-4515-abed-bf72bec54cd2.jpg);
        height: 324px
    }

    .platform-intro-deveiop-history .pidh-main{
        padding-left: 0;
        padding-right: 0
    }

    .platform-intro-deveiop-history .pidh-card-wrap{
        padding-left: 40px
    }
}

.swiper-button-next__pidh, .swiper-button-prev__pidh {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 32px;
    justify-content: center;
    width: 32px
}

.swiper-button-next__pidh .el-icon-arrow-left, .swiper-button-next__pidh .el-icon-arrow-right, .swiper-button-prev__pidh .el-icon-arrow-left, .swiper-button-prev__pidh .el-icon-arrow-right {
    color: #fff
}

.swiper-button-disabled__pidh {
    background-color: hsla(0, 0%, 100%, .1);
    cursor: not-allowed
}

.swiper-button-disabled__pidh .el-icon-arrow-left, .swiper-button-disabled__pidh .el-icon-arrow-right {
    color: hsla(0, 0%, 100%, .2)
}

@media (max-width: 767px) {
    .swiper-button-next__pidh, .swiper-button-prev__pidh {
        display: none
    }

    .swiper-pagination__pidh {
        height: 40px;
        padding-top: 10px;
        position: relative;
        text-align: center;
        width: 100%
    }

    .swiper-pagination-bullet__pidh {
        background: #d8d8d8;
        border-radius: 3px;
        box-shadow: 0 0 4px 0 hsla(0, 0%, 100%, .5);
        display: inline-block;
        height: 5px;
        margin: 0 3px;
        transition: all .3s ease;
        width: 5px
    }

    .swiper-pagination-bullet-active__pidh {
        background: var(--color-theme);
        width: 15px
    }
}

.platform-intro-media-center{
    padding-bottom: 100px;
    padding-top: 100px
}

.platform-intro-media-center .header{
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 48px;
    padding-top: 100px
}

.platform-intro-media-center .header-title{
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 24px
}

.platform-intro-media-center .header-more{
    align-items: center;
    color: #004baa;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    line-height: 14px
}

.platform-intro-media-center .header-more .el-icon-arrow-right{
    font-weight: 700;
    margin-left: 4px;
    transition: transform .2s ease
}

@media (any-hover: hover) {
    .platform-intro-media-center .header-more:hover .el-icon-arrow-right{
        transform: translateX(6px)
    }
}

.platform-intro-media-center .pimc-list{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 48px -10px 0
}

.platform-intro-media-center .pimc-list-item{
    padding: 0 10px;
    width: 25%
}

.platform-intro-media-center .pimc-card{
    box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1);
    cursor: pointer;
    display: block;
    transition: box-shadow .2s ease;
    width: 100%
}

@media (any-hover: hover) {
    .platform-intro-media-center .pimc-card:hover {
        box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .12)
    }

    .platform-intro-media-center .pimc-card:hover .pimc-title{
        color: #004baa
    }
}

.platform-intro-media-center .pimc-img{
    display: block;
    height: 172px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.platform-intro-media-center .pimc-info{
    padding: 16px 20px 24px
}

.platform-intro-media-center .pimc-title{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 20px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .2s ease
}

.platform-intro-media-center .pimc-foot{
    display: flex
}

.platform-intro-media-center .pimc-keyword{
    color: #004baa;
    font-size: 12px;
    line-height: 17px;
    margin-right: 10px
}

.platform-intro-media-center .pimc-date{
    color: #9d9d9d;
    font-size: 12px;
    line-height: 17px;
    opacity: .4
}

@media (max-width: 1199px) {
    .platform-intro-media-center .pimc-list-item{
        margin-bottom: 20px;
        width: 50%
    }
}

@media (max-width: 767px) {
    .platform-intro-media-center{
        padding-bottom: 60px;
        padding-top: 40px
    }

    .platform-intro-media-center .pimc-mobile{
        margin-top: 24px
    }

    .platform-intro-media-center .pimc-card-wrap{
        padding-bottom: 40px;
        padding-left: 16px
    }

    .platform-intro-media-center .swiper-slide{
        width: 306px
    }
}

.swiper-pagination__pimc {
    position: absolute;
    text-align: center
}

.swiper-pagination-bullet__pimc {
    background: #d8d8d8;
    border-radius: 3px;
    box-shadow: 0 0 4px 0 hsla(0, 0%, 100%, .5);
    display: inline-block;
    height: 5px;
    margin: 0 3px;
    transition: all .3s;
    width: 5px
}

.swiper-pagination-bullet-active__pimc {
    background: var(--color-theme);
    width: 15px
}

.platform-intro-social-responsibility{
    padding-top: 92px
}

.platform-intro-social-responsibility .pisr-main{
    background-image: url(https://hd-oss.cosmoplat.com/hdCosmo25%3Acosmoplat/202306/aefa6073-c277-4f29-987f-ca952c7fd55a.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 526px;
    margin-top: 28px;
    padding-top: 40px
}

.platform-intro-social-responsibility .pisr-slogan{
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 48px;
    text-align: center
}

.platform-intro-social-responsibility .pisr-list{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 20px -10px
}

.platform-intro-social-responsibility .pisr-list-item{
    padding: 0 10px;
    width: 25%
}

.platform-intro-social-responsibility .pisr-card{
    background: #fff;
    box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1);
    cursor: pointer;
    display: block;
    transition: box-shadow .2s ease
}

@media (any-hover: hover) {
    .platform-intro-social-responsibility .pisr-card:hover {
        box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .12)
    }

    .platform-intro-social-responsibility .pisr-card:hover .pisr-number{
        color: #004baa
    }

    .platform-intro-social-responsibility .pisr-card:hover .pisr-title{
        color: #004baa;
        opacity: .9
    }

    .platform-intro-social-responsibility .pisr-card:hover .pisr-intro{
        color: #004baa
    }
}

.platform-intro-social-responsibility .pisr-image{
    display: block;
    height: auto;
    width: 100%
}

.platform-intro-social-responsibility .pisr-info{
    padding: 28px 24px 20px
}

.platform-intro-social-responsibility .pisr-info-head{
    align-items: baseline;
    display: flex;
    margin-bottom: 12px
}

.platform-intro-social-responsibility .pisr-number{
    color: #999;
    font-size: 60px;
    font-weight: 900;
    line-height: 60px;
    margin-right: 6px;
    transition: color .2s ease
}

.platform-intro-social-responsibility .pisr-title{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    transition: color .2s ease, opacity .2s ease
}

.platform-intro-social-responsibility .pisr-intro{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    font-weight: 700;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .2s ease;
    white-space: nowrap
}

@media (max-width: 1199px) {
    .platform-intro-social-responsibility .pisr-list-item{
        margin-bottom: 20px;
        width: 50%
    }
}

@media (max-width: 767px) {
    .platform-intro-social-responsibility{
        padding-top: 40px
    }

    .platform-intro-social-responsibility .pisr-main{
        margin-top: 16px;
        padding-top: 24px
    }

    .platform-intro-social-responsibility .pisr-slogan{
        color: #595959;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 20px
    }

    .platform-intro-social-responsibility .pisr-card-wrap{
        padding-bottom: 40px;
        padding-left: 16px
    }

    .platform-intro-social-responsibility .swiper-slide{
        width: 306px
    }

    .platform-intro-social-responsibility .pisr-number{
        font-size: 48px
    }
}

.swiper-pagination__pisr {
    position: absolute;
    text-align: center
}

.swiper-pagination-bullet__pisr {
    background: #d8d8d8;
    border-radius: 3px;
    box-shadow: 0 0 4px 0 hsla(0, 0%, 100%, .5);
    display: inline-block;
    height: 5px;
    margin: 0 3px;
    transition: all .3s;
    width: 5px
}

.swiper-pagination-bullet-active__pisr {
    background: var(--color-theme);
    width: 15px
}

.platform-intro-tail{
    /*background-color: rgba(241, 240, 248, 0.87);*/
    /*background-image: url(https://hd-oss.cosmoplat.com/hdCosmo25%3Acosmoplat/202306/b9c65f4b-450c-481c-83b1-326c45919c3b.jpg);*/
    background-position: 50%;
    background-size: cover
}

.platform-intro-tail .pit-list{
    display: flex;
    flex-wrap: wrap;
    padding: 43px 0
}

.platform-intro-tail .pit-list-item{
    box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1);
    color: rgba(67, 66, 70, 0.87);
    cursor: pointer;
    padding: 34px 36px 42px;
    transition: background-color .2s ease;
    width: 24%;
    margin: 4px;
}

@media (any-hover: hover) {
    .platform-intro-tail .pit-list-item:hover {
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        background-color: rgba(120, 113, 148, 0.87);
        color: #ffffff;
    }

    .platform-intro-tail .pit-list-item:hover .pit-line{
        width: 36px
    }
}

.platform-intro-tail .pit-title{
    font-size: 18px;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    margin-bottom: 6px
}

.platform-intro-tail .pit-line{
    background-color: #fff;
    height: 2px;
    margin-bottom: 12px;
    transition: width .3s ease;
    width: 0;
    will-change: width
}

.platform-intro-tail .pit-intro{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    max-width: 200px
}

@media (max-width: 990px) {
    .platform-intro-tail .pit-list-item{
        width: 50%
    }

    .platform-intro-tail .pit-intro{
        width: 100%
    }
}

@media (max-width: 767px) {
    .platform-intro-tail .pit-list{
        padding: 24px 0
    }

    .platform-intro-tail .pit-list-item{
        background-color: hsla(0, 0%, 100%, .1);
        margin-bottom: 12px;
        padding: 16px 24px;
        width: 100%;
    }

    .platform-intro-tail .pit-list-item:last-child {
        margin-bottom: 0
    }

    .platform-intro-tail .pit-line{
        width: 36px
    }

    .platform-intro-tail .pit-intro{
        width: 100%
    }
}

.map-img{
    display: flex;
    margin: 20px 0 auto;
    text-align: center;
}
.map-img img{
    max-width: 100%;
    height: auto;
}


/* 企业文化 */
.cul_con {
    padding: 5.6vw 0 5.2vw 0;
    background: url(/assets/images/about_wenhua_cul_bj.png)no-repeat center bottom;
    background-size: 100% auto;
    position: relative;
    z-index: 2;
    background-color: #fff;
    min-height: 900px;
}

.cul_con .w1652 {
    padding-top: 4.427vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.cul_con .w1652>img {
    width: 57.55vw;
}

.cul_con .w1652 .box {
    position: absolute;
}

.cul_con .w1652 .box .top {
    margin-bottom: 1.56vw;
    padding-left: 75px;
    background: no-repeat left center;
    background-size: 58px 58px;
}

.cul_con .w1652 .box1 .top {
    margin-bottom: 1.56vw;
    padding-right: 75px;
    padding-left: 0;
    background: no-repeat right center;
    background-size: 58px 58px;
}

.cul_con .w1652 .box .top .cn {
    font-size: 28px;
    line-height: 38px;
    color: #000000;
    font-family: hb;
}

.cul_con .w1652 .box .top .en {
    font-size: 18px;
    line-height: 24px;
    font-family: Gothic;
    color: rgba(68, 68, 68, 0.7);
    text-transform: uppercase;
}

.cul_con .w1652 .box .list .li {
    margin-bottom: 2.24vw;
}

.cul_con .w1652 .box .list .li .h {
    line-height: 20px;
    font-size: 16px;
    color: #000000;
    font-family: hb;
    margin-bottom: 0.677vw;
}

.cul_con .w1652 .box .list .li .p {
    line-height: 20px;
    font-size: 16px;
    color: #000000;
    font-family: hl;
}

.cul_con .w1652 .box1 {
    top: 400px;
    left: 100px;
    width: 380px;
    text-align: right;
}

.cul_con .w1652 .box2 {
    top: -11px;
    left: 54%;
    transform: translateX(-50%);
    width: 416px;
}

.cul_con .w1652 .box3 {
    top: 400px;
    right: 100px;
    width: 360px;
}

@media (max-width: 1660px){
    .cul_con .w1652 .box1 {
        left: 0;
    }

    .cul_con .w1652 .box3 {
        right: 0;
    }


}
@media (max-width: 1024px){
    .cul_con .w1652 {
        display: block;
        width: calc(100% - 30px);
        padding: 20px 30px;
    }

    .cul_con .w1652>img {
        display: none;
    }

    .cul_con .w1652 .box {
        position: static;
        margin-bottom: 20px;
        width: 100% !important;
    }

    .cul_con .w1652 .box .top {
        margin-bottom: 12px;
    }

    .cul_con .w1652 .box .list .li {
        margin-bottom: 10px;
    }

    .cul_con .w1652 .box1 {
        text-align: left;
    }

    .cul_con .w1652 .box2 {
        transform: translateX(0);
    }

    .cul_con .w1652 .box .top {
        background-size: 30px 30px;
        padding-left: 50px !important;
    }

    .cul_con .w1652 .box .list {
        padding-left: 50px;
    }

    .cul_con .w1652 .box1 .top {
        padding-right: 0;
        padding-left: 62px;
        background: no-repeat left center;
        background-size: 30px 30px;
    }

    .cul_con .w1652 .box .top .cn {
        font-size: 16px;
    }

    .cul_con .w1652 .box .top .en {
        font-size: 16px;
    }
    .cul_con .w1652 .box .list .li .h {
        font-size: 12px;
    }
    .cul_con .w1652 .box .list .li .p {
        font-size: 12px;
    }
}