.investor-box .banner-box {
    font-size: 48px;
    color: #fff;
    height: 180px;
    line-height: 180px;
    text-align: center;
    background-image: url("./../images/about/about_banner.png");
    background-size: 100% 100%;
}

.investor-box .tab-list-box {
    margin-top: 90px;
    width: 1044px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 116px;
}

.investor-box .tab-list-box .tab-item {
    display: inline-block;
    width: 260px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    border: 1px solid #E2E2E2;
}

.investor-box .tab-list-box .tab-item.active {
    border: 1px solid #B72024;
    color: #B72024;
    font-weight: bold;
}

.investor-box .name-title {
    color: #B72024;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-bottom: 103px;
}

.investor-box .name-title.yellow {
    color: #AF8201;
}

.investor-box .name-title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 66px;
    height: 3px;
    background-color: #B72024;
    bottom: -20px;
}

.investor-box .name-title.yellow:after {
    background-color: #AF8201;
}

/* .welle-en .investor-box .tab-list-box .tab-item {
    width: 420px;
}

.welle-en .investor-box .tab-list-box {
    width: 1280px;
} */


/*# sourceMappingURL=investor.css.map */
.contact-details{
    max-width:532px;
    margin:-40px auto 80px;
}
.contact-details .title{
    font-size:30px;
    font-weight:600;
}
.contact-details .desc{
    font-size:22px;
    line-height:32px;
}
.contact-details .mt_12{
    margin-top:12px;
}
.contact-details .mt_40{
    margin-top:40px;
}