﻿.s_header {
    min-width: 1100px !important;
}

.ban {
    height: 520px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.banText {
    min-width: 1200px;
}

.banTt {
    display: inline-block;
    padding: 0 15px;
}

.banText h4 {
    font-size: 40px;
    color: #133370;
}

    /* .banText h4 sup {
        display: inline-block;
        border: 2px solid #133370;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 100%;
        margin: 0 6px;
        font-size: 23px;
    } */

.banText p {
    font-size: 24px;
    line-height: 30px;
    color: #133370;
    margin-top: 6px;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 60px;
}

    .content p {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        padding-bottom: 10px;
    }
