
.company_info {
    margin-top: .6rem;
    display: flex;
}

.company_info .left_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33%;
    border-right: 4px solid #5f6061;
}

.left_info .more-btn {
    margin: 20px 0;
    width: 132px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    background-image: url("/image/common/more.png");
    cursor: pointer;
}

.left_info .more-btn:hover {
    background-image: url("/image/common/more-active.png");
    color: var(--yn-primary-color);
}

.left_info .about_text {
    font-size: 32px;
    color: #5f6061;
}
.left_info .about_text_ch {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 52px;
    color: #5f6061;
}
.company_info .right_info {
    flex: 1;
    padding: 0 .9rem 0 1.1rem;
}

.right_info .info_data {
    display: flex;
    justify-content: space-between;
}

.info_data .data_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.data_item .data_title {
    font-size: 0.3rem;
    color: #5f6061;
    text-align: center;
}

.data_item .data_text {
    font-size: .5rem;
    color: #333333;
    text-align: center;
    font-family: mont;
}

.right_info .company-desc {
    color: #5F6061;
    line-height: 24px;
    text-indent: 36px;
}


.certificate-box {
    position: relative;
    margin-top: .4rem;
    overflow: hidden;
}

.certificate-box .certificate-swiper-slide {
    width: auto !important;
}

.certificate-box .certificate-swiper-slide {
    transform: scale(0.9);
    filter: grayscale(100%);
    transition: 300ms;
}

.certificate-box .certificate-swiper-slide.swiper-slide-active{
    transform: scale(1);
    filter: none;
}

.certificate-pagination-box {
    display: flex;
    justify-content: center;
}
.certificate-pagination-box .certificate-swiper-pagination {
    display: flex;
    align-items: center;
    height: 20px;
    width: auto !important;
    background-color: #E4E4E4;
    padding: 0 8px;
    border-radius: 10px;
}
.certificate-swiper-pagination .swiper-pagination-bullet-active {
    width: 30px !important;
    border-radius: 4px;
    background-color: var(--yn-primary-color);
}

.swiper-button-prev2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-400%, -100%);
    width: 84px;
    height: 64px;
    background-image: url('/image/icon/icon_left.png');
    z-index: 10;
    cursor: pointer;
}

.swiper-button-next2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(300%, -100%);
    width: 84px;
    height: 64px;
    background-image: url('/image/icon/icon_right.png');
    z-index: 10;
    cursor: pointer;
}

.swiper-button-prev2:hover {
    background-image: url('/image/icon/icon_left_active.png');
}

.swiper-button-next2:hover {
    background-image: url('/image/icon/icon_right_active.png');
}


.platform_container {
    margin-top: 1.2rem;

}
.platform_container .platform_list {
    margin-top: 0.75rem;
    display: flex;
}

.platform_list .platform_item {
    width: 33.33%;
    position: relative;
}

.platform_list .platform_item:hover .platform_item_mask{
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}
.platform_item .platform_img {
    width: 100%;
    height: 6.22rem;
}

.platform_item .platform_btn {
    width: 100%;
    height: 1.96rem;
    font-size: 34px;
    font-weight: bolder;
    text-align: center;
    line-height: 1.96rem;
    color: #fff;
}

.platform_item .platform_item_mask {
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .6);
}
.platform_item_mask .mask_item {
    margin-bottom: 12px;
    padding: 6px 12px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 10px;
    transition: all .3s;
}

.platform_item_mask .mask_item:hover {
    background-color: #fff;
    color: #003443;
}

.platform_title .title_en {
    font-size: 30px;
    text-align: center;
    color: #5f6061;
}
.platform_title .title_zh {
    font-size: 36px;
    color: #5f6061;
    text-align: center;
}


.new_contanier {
    margin-top: 1.4rem;
    margin-bottom: 1rem;
    padding: 0 .8rem;

}

.new_contanier .new_module_title {
    color: #5E5F60;
}
.new_contanier .new_module_title .new_en {
    font-size: 20px;
    font-weight: bold;
}
.new_contanier .new_module_title .new_zh {
    font-size: 30px;
}
.new_content {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.new_content .new_show {
    width: 48%;
    box-sizing: border-box;
}


.new_show .new_info {
    width: 8.1rem;
    border-radius: 20px;
    overflow: hidden;
}

.new_info:hover .new_img_box>img{
    transform: scale(1.1);
}

.new_info .new_img_box {
    height: 3.44rem;
    overflow: hidden;
    cursor: pointer;

}

.new_img_box .new_img {
    width: 100%;
    height: 100%;
}

.new_show_text {
    padding: 20px;
}

.new_show_text .show_text_time {
    font-weight: bold;
    font-size: 14px;
}
.new_show_text .show_text_content {
    margin-top: 8px;
    margin-bottom: 0;
    width: 100%;
    font-size: 18px;
}

.new_content .new_list {
    position: relative;
    padding-left: .5rem;
    width: 51%;
    box-sizing: border-box;
}

.new_list .new_tab {
    position: absolute;
    top: -70px;
    display: flex;
}

.new_list .new_tab .new_tab_item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: #5E5F60;
    cursor: pointer;
}
.new_list .new_tab .new_active {
    font-size: 20px;
    font-weight: bolder;
    color: #000;
}

.time-line {
    margin-top: 20px;
}

.time-line .time-line-item{
    display: flex;
    align-items: center;
    color: #676767;
}
.time-line .time-line-item {
    margin-bottom: .6rem;
}
.time-line .time-line-item:last-child{
    margin-bottom: 0;
}
.time-line .time-line-item:last-child ::before{
    display: none;
}
.time-line-item .circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #B2B2B2;
    box-sizing: border-box;
}

.circle.circle-active {
    border-color: var(--yn-primary-color);
}
.time-line-item .circle::before {
    content: "";
    position: absolute;
    top: 30px;
    height: .6rem;
    width: 2px;
    background-color: #B2B2B2;
}
.circle .little-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--yn-primary-color);
}


/* 手机 */
@media screen and (max-width:576px) {
    #swiper1 {
        /* display: none; */
        padding-top: 40px;
    }
    
    .certificate-box .certificate-swiper-slide img {
        height: 200px;
    }

    .platform_container .platform_list {
        flex-direction: column;
    }
    .platform_list .platform_item {
        width: 100%;
    }
    .platform_item .platform_img {
        height: 340px;
    }
    .platform_item .platform_btn {
        height: 80px;
        line-height: 80px;
    }

    .new_content {
        flex-direction: column;
    }

    .new_content .new_show {
        width: 100%;
    }

    .new_contanier .new_content .new_list {
        width: 100%;
    }

    .new_list .new_tab {
        position: static;
    }

    .new_show .new_info .new_img_box {
        height: 157px;
    }

    .time-line .time-line-item .circle::before {
        height: 30px;
    }

    .new_list .time-line .time-line-item {
        margin-bottom: 30px;
    }
}
 
/* ipad */
@media screen and (max-width:1000px) {
    .company_info {
        display: block;
    }
    .company_info .left_info {
        width: 100%;
        border-right: none;
    }
    .left_info .about_text {
       font-size: 26px;
    }
    .left_info .about_text_ch {
        font-size: 38px;
    }
    .right_info .info_data {
        justify-content: space-around;
    }
    .data_item .data_title {
        font-size: 14px
    }
    .data_item .data_text {
        font-size: 24px;
    }
    .right_info .company-desc {
        font-size: 12px;
    }
    .certificate-swiper-slide img {
        height: 300px;
    }

    .platform_item .platform_btn {
        font-size: 22px;
    }

    .platform_item .platform_item_mask  {
        height: 100%;
    }

    .platform_item_mask .mask_item {
        padding: 4px 8px;
        font-size: 18px;
    }

    .platform_title .title_en {
        font-size: 26px;
    }

    .new_content .new_list {
        width: 50%;
        padding: 8px 10px;
    }

    .new_list .new_tab .new_active {
        font-size: 18px;
    }

    .new_show .new_info {
        width: 100%;
    }

    .new_content .new_show {
        padding: 0 10px;
    }

    .new_info .new_img_box {
        height: 3.7rem;
    }

    .new_show_text {
        padding: 14px;
    }

    .time-line {
        margin-top: 10px;
    }

}