a:hover,
a:focus,
a:active {
    text-decoration: none;
}

a:focus {
    color: #7c7c7c;
}

.about_group_box {
    margin-top: 30px;
    margin-bottom: 100px;
}

.new_page_common_box img {
    width: 100%;
}

/* .about_group_box>p{
    font-size: 18px;
    color: #7c7c7c;
    margin-bottom: 30px;
    line-height: 1.6;
} */
.group_img {
    margin: 30px 0;
}

.about_group_box .csr_new_title {
    font-size: 30px;
    font-weight: 400;
    color: #111111;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 70px;
}

.group_yw_box2_item {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 3%;
}

.group_yw_box2_item:nth-child(2n+1) {
    margin-left: 0%;
}

.group_yw_box2_item h2 {
    font-size: 24px;
    margin: 15px 0;
    font-weight: 400;
    color: #111111;
}

.group_yw_box2_item p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: justify;
}

.philosophy_bottom {
    margin-bottom: 50px;
}

.group_philosophy_new {
    margin-bottom: 50px;
    text-align: center;
}

.group_philosophy_new>h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

.group_philosophy_new>h1::after {
    content: "";
    position: absolute;
    width: 52px;
    height: 4px;
    background: #333333;
    left: 50%;
    margin-left: -26px;
    bottom: -13px;
}

.img_ceo {
    z-index: 1;
}

.text_box {
    padding: 5% 2% 5% 7%;
    background-color: #F7F9FA;
}

.text_box h1 {
    font-size: 24px;
    color: #595656;
    font-weight: bolder;
}

.text_box h1:nth-child(3) {
    margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
    .img_ceo {
        left: -2% !important;
    }

    .text_box {
        padding: 2% 2% 2% 5%;
    }
}

@media screen and (min-width: 974px) {
    .ceo_box {
        display: flex;
        position: relative;
        width: 100%;
    }

    .img_ceo {
        width: 45%;
        position: absolute;
        left: 0%;
        top: -5%;
    }

    .text_box {
        margin-top: 50px;
        margin-left: auto;
        width: 60%;
    }
}

@media screen and (max-width: 974px) {
    .img_ceo {
        width: 100%;
    }

    .text_box {
        width: 100%;
    }

    .group_yw_box2_item {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 50px;
    }

    .group_yw_box2_item:last-child {
        margin-bottom: 0px;
    }

}