.headers_wrap {
    background: #fff;
}

.big_title {
    margin-top: 80px;
    width: 100%;
    height: 96px;
    background: url(../imgs/header/public.jpg) no-repeat center/cover;
    font-size: 36px;
    font-family: SegoeUI-Bold;
    color: rgba(0, 121, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.text_wrap {
    width: 100%;
    overflow: hidden;
    background: #F5F6F9;
    height: 960px;
}

.text_wrap .text_box {
    width: 1200px;
    margin: 32px auto;
    background: #FFFFFF;
    overflow: hidden;
    box-sizing: border-box;
    padding: 96px 190px;
    min-height: 900px;
}

.text_wrap .text_box .text {
    width: 100%;
    font-size: 14px;
    font-family: SegoeUI;
    color: #666666;
    line-height: 24px;
    margin-top: 40px;
}

.text_wrap .text_box .text:nth-of-type(1) {
    margin-top: 0;
}