.featured-header {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 360px;
    background-color: #0053B9;
    display: flex;
    align-items: stretch;
    justify-content: center;
    max-width: 2000px;
    margin: 0 auto
}

.featured-header .inner {
    width: 100%;
    max-width: 1200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.featured-header h1 {
    font-size: 44px;
    font-family: Alibaba PuHuiTi;
    color: #fff;
}

.about .part-1 {
    margin: 80px auto;
    width: 100%;
    max-width: 1460px;
    padding: 0 20px;
}

.about .about-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.about .about-wrap p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: PingFang SC;
}

.about .about-wrap .btn-more {
    text-align: center;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about a,
.about a:link {
    text-decoration: none;
}

.about .about-wrap .btn-more a {
    display: block;
    color: #0053B9;
    font-size: 18px;
    font-family: PingFang SC;
}

.about .about-box {
    max-width: 1600px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.about .about-box>div {
    width: 33.3333%;
    min-width: 33.3333%;
    padding: 10px;
    position: relative;
}

.about .about-box>div .wrap:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.about .about-box .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about .about-box h3 {
    color: #fff;
    line-height: 1.5;
    font-size: 30px;
    font-family: Alibaba PuHuiTi;
    display: block;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.about .about-box a {
    margin-top: 30px;
    font-size: 16px;
    font-family: PingFang SC;
    line-height: 37px !important;
    padding: 0 30px;
    border: 1px solid #fff;
    color: #fff;
}

.about .about-box a:hover {
    transition: .3s;
    background: #fff;
    color: #0053B9;
}

.about .about-box figure {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    margin: 0 !important;
}

.about .about-box figure img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.about .section-about-investment {
    margin: 60px 0;
}

.about .section-about-title h2 {
    font-size: 32px;
    font-family: Alibaba PuHuiTi;
    line-height: 1.1;
    margin: 30px 0;
    text-align: center;
}

.about .section-about-investment-main {
    position: relative;
    height: 560px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about .section-about-investment-main>div {
    width: 50%;
    height: 100%;
}

.about .section-about-investment-main-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .section-about-investment-main-right {
    background: #f6f6f6;
}

.about .section-about-investment-main-right div {
    color: #505050;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.investor_list {
    list-style-type: disc !important;
    float: left;
    color: #333;
}

.investor_list li {
    text-align: left;
    line-height: 26px;
    font-size: 18px;
    margin: 10px auto;
}

.about .section-about-investment-main-right .investor_list a {
    color: #333;
    font-family: PingFang SC;
}


.about .section-about-investment-main-right div p {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: PingFang SC;
}

.about .more {
    display: inline-block;
    width: 140px;
    color: #fff;
    background: #0053B9;
    border: 1px solid #0053B9;
    text-align: center;
    line-height: 37px !important;
    transition: .3s;
    font-family: PingFang SC;
    font-size: 16px;
}

.about .more:hover {
    color: #0053B9;
    border-color: #0053B9;
    background: 0 0;
    text-decoration: none;
    transition: .3s;
}

.about .section-about-work {
    margin: 60px 0 0;
}

.about .section-about-work-main {
    position: relative;
    height: 560px;
    display: flex;
}

.about .section-about-work-main-left {
    width: 50%;
    height: 100%;
}

.about .section-about-work-main-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .section-about-work-main-right {
    width: 50%;
    height: 100%;
    background: #0053B9;
    display: flex;
    align-items: center;
}

.about .section-about-work-main-right div {
    color: #fff;
    padding-left: 100px;
    width: 100%;
    max-width: 480px;
}

.about .section-about-work-main-right div h2 {
    font-size: 28px;
    font-family: Alibaba PuHuiTi;
}

.about .section-about-work-main-right div p {
    font-size: 18px;
    line-height: 1.6;
    margin: 40px 0;
    font-family: PingFang SC;
}

.about .section-about-work-main-right div .more {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background: #0053B9;
}

.about .section-about-work-main-right div .more:hover {
    color: #0053B9;
    border-color: #fff;
    background: #fff;
    text-decoration: none;
    transition: .3s;
}

.section-about-contact .section-about-contact-main {
    max-width: 1000px;
    margin: 0 auto 40px auto;
}

.section-about-contact .section-about-contact-main .contact-input {
    display: flex;
    flex-direction: column;
}

input,
textarea {
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    height: 50px;
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    font-family: PingFang SC;
    margin-bottom: 20px !important;
    color: #333333;
}

input::placeholder,
textarea::placeholder {
    color: #606266;
    opacity: 0.4;
}

textarea {
    height: 150px;
    padding: 15px 20px;
    resize: none !important;

}

input[type="text"]:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #dcdfe6;
}

.about .section-about-contact .section-about-title h2 {
    margin-top: 60px;
}

.section-about-contact .section-about-contact-main p {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1600px) {

    .about .about-box a,
    .about .more {
        font-size: 14px;
    }

    .about .about-wrap p,
    .about .about-wrap .btn-more a,
    .investor_list li,
    .about .section-about-work-main-right div p {
        font-size: 16px;
    }

    .about .section-about-work-main-right div h2 {
        font-size: 26px;
    }

    .about .about-box h3 {
        font-size: 28px;
    }

    .about .section-about-title h2 {
        font-size: 30px;
    }

    .featured-header h1 {
        font-size: 42px;
    }
}

@media (max-width: 1360px) {}

@media (max-width: 1000px) {
    .main,
    .main-header {
        min-width: auto !important;
    }
    .main{
        margin-top: 56px !important;
    }

    input,
    textarea {
        font-size: 12px;
        height: 40px;
    }

    textarea {
        height: 100px;
        padding: 10px 20px;
    }

    .about .section-about-title h2,
    .about .section-about-work-main-right div h2 {
        font-size: 19px;
    }

    .featured-header h1 {
        font-size: 38px;
    }

    .featured-header .inner {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about .about-box {
        flex-direction: column;
    }

    .about .about-box>div {
        width: 100%;
        min-width: 100%;
    }

    .about .about-box {
        padding: 0 20px;
    }

    .about .section-about-investment-main,
    .about .section-about-work-main {
        flex-direction: column;
        height: fit-content;
    }

    .about .section-about-investment-main>div,
    .about .section-about-work-main-right,
    .about .section-about-work-main-left {
        width: 100%;
    }

    .about .section-about-investment-main-right div,
    .about .section-about-work-main-right div {
        padding: 50px 20px;
        box-sizing: border-box;
    }

    .section-about-contact {
        background: #f6f6f6;
        border: 1px solid transparent;
    }

    .section-about-contact .section-about-contact-main {
        margin: 0 auto 40px auto;
        padding: 0 20px;
        box-sizing: border-box;
    }

}