body {
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-flow: column;
    align-items: stretch;
}

body,
a {
    color: #333;
}

.W {
    width: 80vw;
    min-width: 1000px;
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
}

.main {
    display: flex;
    flex-flow: row;
    align-items: center;
    flex: 1 1 auto;
    background-color: #366fdb;
    background-image: url('./index_01.jpg');
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
}

.main .W {
    padding-top: 96px;
    height: 65%;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: space-between;
}

.main .W>div {
    width: 630px;
    font-size: 14px;
    color: #f3f6fc;
    line-height: 26px;
    flex: 1 1 auto;
    text-align: justify;
    margin-top: 32px;
}

.main .W:before {
    content: "";
    flex: 0 0 auto;
    display: block;
    background-image: url('./index_03.png');
    background-position: left center;
    width: 644px;
    height: 54px;
    margin-left: -5px;
    background-repeat: no-repeat;
}

.main .W:after {
    content: "";
    flex: 0 0 auto;
    display: block;
    background-image: url('./index_06.png');
    width: 644px;
    height: 157px;
    background-repeat: no-repeat;
}

.foot {
    display: flex;
    flex-flow: row;
    align-items: center;
    height: 16vh;
    border-top: solid 10px #1e3279;
    flex: 0 0 auto;
    background-color: #FFF;
}

.foot .W {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.foot .W:before {
    content: "";
    flex: 0 0 auo;
    display: block;
    background-image: url('./index_08.png');
    width: 644px;
    height: 77px;
    background-repeat: no-repeat;
    order: 0;
}

.foot>div>div {
    display: flex;
    flex-flow: row;
    align-items: center;
    order: 3;
}

.foot>div>div:before {
    content: "";
    flex: 0 0 auo;
    display: block;
    background-image: url('./index_10.png');
    width: 66px;
    height: 66px;
    background-repeat: no-repeat;
    margin-right: 16px;
}

.foot>div>div>div {
    display: block;
    padding-left: 16px;
    border-left: solid 1px #ccc;
}

.foot h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.foot p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    white-space: nowrap;
}