.company_profile_box {
    padding: 1rem 0;
    box-sizing: border-box;
}

.company_profile .l {
    width: 60%;
    line-height: .45rem;
}

.company_profile .l h4 {
    font-weight: bold;
}

.company_profile .l span {
    margin: .625rem 0 .5rem 0;
}


.company_profile .l a {
    display: block;
    padding: .375rem 0;
    width: 30%;
    box-sizing: border-box;
    background-color: #E9A640;
    color: #fff !important;
    text-align: center;
    border-radius: 50px;
}

.company_profile .r {
    width: 30%;
}

.company_profile .r img {
    display: block;
    width: 100%;
}

.module ul {
    flex-wrap: wrap;
}

.module ul li:nth-child(1),
.module ul li:nth-child(2) {
    width: 45%;
}

.module ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .5rem 0;
    box-sizing: border-box;
    margin: 0 0 .5rem 0;
    width: 30%;
    background: linear-gradient(#C0D9C3, #0678C1);
    border-radius: 20px;
    cursor: pointer;
}

.module ul li img {
    display: block;
    margin: 0 0 .5rem 0;
}

.module ul li p {
    color: #fff;
}

.module_box {
    padding: 1rem 0;
    box-sizing: border-box;
}

.module ul li:hover {
    background: #E9A640;
    transition: all 0.6s;
}

.platform_introduction .l {
    width: 38%;
}

.platform_introduction .l img {
    display: block;
    width: 100%;
}

.platform_introduction .r {
    width: 60%;
    line-height: .45rem;
}

.platform_introduction .r h4 {
    font-weight: bold;
}

.platform_introduction .r span {
    margin: .75rem 0 1rem 0;
}

.platform_introduction .r a {
    display: block;
    padding: .375rem 0;
    width: 30%;
    box-sizing: border-box;
    background-color: #E9A640;
    color: #fff !important;
    text-align: center;
    border-radius: 50px;
}

.platform_introduction_box {
    padding: 1rem 0;
    box-sizing: border-box;
}

.management_idea>img {
    display: block;
    width: 100%;
}

.management_idea {
    position: relative;
}

.management_idea .text_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: .45rem;
}


.management_idea .text_box span {
    margin: .5rem 0 1rem 0;
}

.management_idea .text_box a {
    display: block;
    margin: 0 auto;
    padding: .375rem 0;
    width: 15%;
    box-sizing: border-box;
    background-color: #E9A640;
    color: #fff !important;
    text-align: center;
    border-radius: 50px;
    line-height: .45rem;
}

.recent_news ul li {
    width: 30%;
}

.recent_news ul li a img {
    display: block;
    width: 100%;
}

.recent_news_box {
    padding: 1rem 0;
    box-sizing: border-box;
}

.recent_news>h4 {
    margin: 0 0 .75rem 0;
}

.recent_news ul li a .text_box {
    padding: .375rem .1875rem;
    box-sizing: border-box;
}


.recent_news ul li a .text_box h5 {
    margin: 0 0 .25rem 0;
    padding: 0 0 .25rem 0;
    border-bottom: 1px solid #D1D1D1;
}

.recent_news ul li a .text_box span {
    line-height: .45rem;
}

.time {
    text-align: right;
}

.recent_news ul li a .p_box {
    overflow: hidden;
}

.recent_news ul li a:hover .p_box img {
    transform: scale(1.1);
    transition: all 0.6s;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .company_profile .l,
    .company_profile .r {
        width: 100%;
    }

    .company_profile {
        flex-wrap: wrap;
    }

    .company_profile .l span {
        line-height: 1.5;
    }

    .company_profile .r {
        margin: 10px 0 0 0;
    }

    .module ul li p {
        line-height: 1.5;
        text-align: center;
    }

    .platform_introduction .l,
    .platform_introduction .r {
        width: 100%;
    }

    .platform_introduction {
        flex-wrap: wrap;
    }

    .platform_introduction .r {
        margin: 10px 0 0 0;
    }

    .platform_introduction .r {
        line-height: 1.5;
    }

    .company_profile .l {
        line-height: 1.5;
    }

    .management_idea .text_box {
        line-height: 1.5;
    }

    .management_idea .text_box a {
        width: 25%;
    }

    .recent_news ul {
        flex-wrap: wrap;
    }

    .recent_news ul li {
        margin: 0 0 15px 0;
        width: 100%;
    }

    .recent_news ul li a .text_box span {
        line-height: 1.5;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}