* {
    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;
}

.img_information_banner {
    width: 1920px;
}

.img_about_address {
    height: 875px;
}

.img_about_bottom {
    height: 406px;
}