* {
    padding: 0;
    margin: 0;
}

.a {
    text-decoration: none !important;
    color: inherit !important;
    border-bottom: none !important;
}

.home-container {
    width: 1920px;
    background: #F6FAFF;
    margin: 0 auto;
}


.width-center {
    width: 1200px;
    margin: 0 auto;
}

.width-img {}

.width-title {
    font-family: FZRuiZhengHeiZhong;
    font-weight: 400;
    font-size: 28px;
    color: #000000;
    text-align: center;
}

.width-tip {
    font-family: FZRuiZhengHeiZhong;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    text-align: center;
    padding: 27px 0 68px;
}

.logo {
    width: 142px;
    height: 32px;
}

.top_box {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    padding: 10px 0;
}

.tab_box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.tab_all {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    font-family: Regular;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
}

.tab_all_active {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    background: #3469FF;
    color: #fff;
    border-radius: 45px;
    padding: 12px 0;
    cursor: pointer;
}

.about_banner_box {
    position: relative;
    width: 1920px;
}

.img_about_banner {
    height: 476px;
}




.company_introduction {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 63px 0 72px;
}

.introduction_title {
    font-family: FZRuiZhengHeiZhong;
    font-weight: 400;
    font-size: 36px;
    color: #000000;
    padding-bottom: 62px;
}

.right_btn_box {
    position: absolute;
    top: 180px;
    right: 60px;
    display: flex;
    flex-direction: column;
}

.icon_online {
    width: 68px;
    height: 180px;
}

.icon_custom {
    width: 68px;
    height: 68px;
    margin-top: 10px;

}

.img_company {
    width: 1206px;
    height: 574px;
}

.img_about_values {
    height: 239px;
}

.img_about_honor {
    width: 1189px;
    height: 534px;
}

.img_about_address {
    height: 875px;
}


.img_about_bottom {
    height: 406px;
}

.dialog_online {
    font-family: Regular;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}

.custom-dialog {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-dialog-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    width: 300px;
    border-radius: 6px;
    position: relative;
    text-align: center;
}

.custom-dialog-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
}