﻿@charset "utf-8";

html {
    margin: 0 auto;
    font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
    overflow: auto;
}

body {
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
    background-color: #e8f0fc;
    overflow: hidden;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.header {
    width: 100%;
    position: fixed;
    z-index: 999;
}

.header .container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: 145px;
    margin: auto;
    position: relative;
    flex-direction: column;
    background-image: url(../images/header_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.header .container .top {
    width: 670px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    margin: 0 auto;
    border-bottom: solid 1px #e4e8f0;
    display: flex;
    align-content: center;
    justify-content: center;
}

.header .container .top img {
    max-width: 100%;
    margin: auto 40px;
    height: 1.7rem;
}

.header .container .top img:nth-child(2) {
    height: 2.2rem;
}

.header .container .t1 {
    font-size: 32px;
    color: #465971;
    text-align: center;
    font-weight: bold;
    line-height: 55px;
    letter-spacing: 1px;
}

.header .container .t2 {
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: bold;
    line-height: 25px;
}

.header .container .t2 span {
    color: #dc334f;
}

/*Content*/

.content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main {
    /* flex: 1; */
    position: relative;
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 133px);
}

.main .container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    /* min-height: 85.806vh; */
    margin: auto;
    position: relative;
    padding-top: 9.8rem;
}

.main .container .logo_m {
    display: none;
}

.main .container .icons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.6vw;
    z-index: 1;
}

.main .container .icons .ip {
    width: 65px;
    max-width: 100%;
    margin: 0 10px;
}

.main .container .icons .logo_p {
    width: 284px;
    max-width: 100%;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main .container .icons .logo_p img {
    width: 100%;
}

.main .container .icons .logo_p span {
    font-size: 25px;
    color: #1a71d2;
    font-weight: bold;
    text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff,
        -2px 0px 0 #fff, 0px -2px 0 #fff, 2px 2px 2px #133156;
    letter-spacing: 1px;
}

.main .container .links {
    display: flex;
    width: 100%;
    height: auto;
    padding: 0.8vw 0;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.main .container .links a {
    display: flex;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    width: 280px;
    height: 55px;
    margin: 0 0.6vw;
    align-items: center;
    justify-content: center;
    background: -webkit-linear-gradient(#60abff 0%, #0367d7 100%);
    background: linear-gradient(#60abff 0%, #0367d7 100%);
    border-radius: 50px;
    border: 1px solid #a8d0f1;
}

.main .container .links a:hover {
    color: #0c70e2;
    background: -webkit-linear-gradient(#fff 0%, #bec9d5 100%);
    background: linear-gradient(#fff 0%, #bec9d5 100%);
    border: 1px solid #fff;
}

.main .container .mf {
    display: flex;
    width: 80%;
    max-width: 790px;
    height: auto;
    padding: 1vw 4vw;
    margin: 0 auto;
    flex: 1;
    border-radius: 25px;
    border: 3px solid #fff;
    background-color: rgb(255 255 255 / 85%);
    box-shadow: inset 1px 1px 10px 1px rgb(143 148 153 / 40%);
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 1;
}

.main .container .mf img {
    width: 100%;
    max-width: 504px;
    margin: 0px auto 10px;
}

.main .container .mf p {
    width: 100%;
    margin: 0.5vw auto;
    color: #2a2b2f;
    font-weight: bold;
    font-size: 13px;
    line-height: 22px;
}

.main .img01 {
    width: 100%;
    max-width: 1200px;
    height: 307px;
    background-image: url(../images/img01.png);
    background-repeat: no-repeat;
    background-position: 55px bottom;
    background-size: contain;
    z-index: 2;
    bottom: 0;
    position: absolute;
}

.main .img02 {
    width: 109%;
    max-width: 1400px;
    height: 562px;
    background-image: url(../images/img02.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    z-index: 0;
    bottom: 0;
    position: absolute;
}

.main .img03 {
    display: none;
}

/* 表格 */
.table {
    display: grid;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    grid-template-columns: 33.3% 33.3% 33.4%;
    border: 1px #0079dd solid;
}

.table .th,
.table .td {
    display: flex;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.table .th {
    color: #fff;
    letter-spacing: 1px;
    background-color: rgb(0 121 221 / 80%);
}

.table .td {
    color: #313131;
    border: 1px #0079dd solid;
    border-bottom: none;
    border-left: none;
}

.table .odd {
    background-color: rgb(225 236 250 / 85%);
}

.table .even {
    background-color: rgb(255 255 255 / 85%);
}

.span_row_10 {
    grid-row: span 10;
    border-left: 1px #c8d2dd solid;
}

.bottom {
    width: 100%;
    height: 133px;
    background: #fff;
    z-index: 2;
    /* bottom: 0; */
}

.bottom .footer {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #212c42;
    border-top: solid 1px #e4e8f0;
}

.bottom .companion {
    display: flex;
    max-width: 1200px;
    height: 100px;
    margin: 0 auto;
}

.companion .zanzhu {
    width: 350px;
    max-width: 350px;
    flex: 1;
    padding-left: 15px;
}

.companion .zanzhu .show-flex {
    width: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    margin: 5px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

.companion .zanzhu .show-flex .t3 {
    box-shadow: -1px -1px 9px transparent;
    height: 90px;
    padding-top: 5px;
}

.companion .zanzhu .show-flex .t3 img {
    vertical-align: top;
    height: 115px;
    width: auto;
    object-fit: contain;
}

.companion .other_box {
    padding-top: 15px;
    text-align: center;
    flex: 1;
}

.companion .other_box .tt {
    font-size: 14px;
    color: #000f2c;
}

.companion .other_box .pp {
    margin: 15px auto;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

.other_box .pp img {
    width: auto;
    height: 30px;
    vertical-align: middle;
}

@media screen and (min-width: 1000px) and (max-height: 900px) {
    .header .container {
        height: 15vh;
        background-size: contain;
    }
    .header .container .top {
        width: 70vh;
        height: 5vh;
    }
    .header .container .top img {
        height: 2.8vh;
    }
    .header .container .top img:nth-child(2) {
        height: 4vh;
    }
    .header .container .t1 {
        font-size: 3.5vh;
        line-height: 6vh;
    }
    .header .container .t2 {
        font-size: 2.2vh;
        line-height: 2.2vh;
    }
    .main {
        display: flex;
        padding-top: 14.5vh;
    }
    .main .container {
        min-height: 0;
        padding-top: 0;
    }
    .main .container .icons {
        margin-top: 0.6vw;
    }
    .main .container .icons .ip {
        width: 7.5vh;
        margin: 0 0.5vw;
    }
    .main .container .icons .logo_p {
        width: 33.413vh;
        margin: 0 1.2vw;
    }
    .main .container .icons .logo_p span {
        font-size: 2.7vh;
    }
    .main .container .icons .logo_p img {
        width: 100%;
    }
    .main .container .mf {
        width: 60vw;
        padding: 1.8vh 4vw 1vh;
        flex: none;
    }
    .main .container .mf img {
        width: 90%;
        margin: 0px auto 1vh;
    }
    .table .th,
    .table .td {
        font-size: 1.15vw;
        line-height: 4.5vh;
    }
    .main .container .mf p {
        font-size: 1vw;
        line-height: 2.6vh;
        margin: 1vh auto;
    }
    .main .container .links {
        padding: 0.8vh 0;
    }
    .main .container .links a {
        width: 28vh;
        height: 6vh;
        font-size: 2.5vh;
    }
}

@media screen and (max-width: 1200px) {
    .main .img01 {
        height: 25vw;
        background-position: 1vw bottom;
    }

    .main .img02 {
        width: 111%;
        height: 46.5vw;
    }
}

@media screen and (max-width: 1024px) {
    /* .main .container {
        min-height: 90.5vh;
    } */

    .main .container .icons {
        margin-bottom: 2vw;
    }

    .main .container .mf {
        padding: 4vw 4vw;
        flex: none;
    }

    .main .container .mf img {
        max-width: 100%;
    }

    .table {
        grid-template-columns: 33.4% 33.4% 33.4%;
    }

    .table .th,
    .table .td {
        line-height: 6vw;
    }

    .main .container .mf p {
        margin: 2vw auto;
    }

    .main .container .links {
        margin: 3vw 0;
    }

    .main .container .links a {
        width: 25vw;
        height: 6vw;
        font-size: 3vw;
    }

    .main .img01 {
        height: 28vw;
        background-image: url(../images/img01_m.png);
        background-repeat: no-repeat;
        background-position: 0px bottom;
        background-size: contain;
    }

    .main .img02 {
        width: 100%;
        height: 37.5vw;
        background-image: url(../images/img02_m.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: contain;
        z-index: 2;
    }

    .main .img03 {
        display: block;
        width: 20vw;
        height: 15vw;
        background-image: url(../images/img03_m.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        z-index: 2;
        top: 55%;
        right: -15;
        position: absolute;
    }
}

@media screen and (max-width: 1000px) {
    .companion .zanzhu {
        max-width: 33vw;
        padding-left: 1.5vw;
    }

    .companion .zanzhu .show-flex .t3 img {
        height: 11vw;
    }

    .companion .other_box .pp {
        margin: 2.5vw auto;
        justify-content: space-evenly;
    }

    .other_box .pp img {
        height: 2.8vw;
    }
}

@media screen and (max-width: 820px) {
    .main .container .icons .ip {
        width: 8vw;
        margin: 0 1vw;
    }

    .main .container .icons .logo_p {
        width: 30vw;
        margin: 0 1.5vw;
    }
}

@media screen and (max-width: 768px) {
    /* .main .container {
        min-height: 87.1vh;
    } */
    .header {
        min-height: 29vw;
    }
    .header .container {
        background-image: none;
        background-color: #fff;
        height: auto;
    }

    .header .container .top {
        width: 100%;
    }

    .header .container .top img {
        margin: 1rem;
        height: 1.2rem;
    }

    .header .container .top img:nth-child(2) {
        height: 2.2rem;
        margin: 0.5rem;
    }

    .header .container .t1 {
        font-size: 29px;
    }

    .header .container .t2 {
        font-size: 18px;
        margin-bottom: 1vw;
    }

    .main .container .mf {
        width: 90%;
    }

    .main .container .mf p {
        margin: 1vw auto;
    }

    .main .img01 {
        height: 20vw;
    }

    .main .img02 {
        height: 23vw;
    }

    .main .img03 {
        top: 60%;
        right: -25;
    }
}

@media screen and (max-width: 750px) {
    html {
        overflow-y: scroll;
    }

    body {
        background-image: url(../images/bg_m.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% 100%;
    }

    .main .container .icons .ip {
        width: 11.5vw;
        margin: 0 1.5vw;
    }

    .main .container .icons .logo_p {
        display: none;
    }

    .main .container .logo_m {
        width: 17.75rem;
        margin: 0 auto 1.5vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main .container .logo_m span {
        font-size: 25px;
        color: #1a71d2;
        font-weight: bold;
        text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff,
            -2px 0px 0 #fff, 0px -2px 0 #fff, 2px 2px 2px #133156;
        letter-spacing: 1px;
    }

    .bottom {
        height: auto;
    }

    .bottom .companion {
        display: block;
        height: auto;
    }

    .companion .zanzhu {
        padding-left: 0;
        width: 100%;
        max-width: 100%;
    }

    .companion .zanzhu .show-flex {
        justify-content: space-evenly;
        width: 75%;
        margin: 1.2vw auto;
    }

    .companion .zanzhu .show-flex .t3 {
        height: auto;
        padding-top: 0px;
    }

    .companion .zanzhu .show-flex .t3 img {
        height: 16vw;
    }

    .companion .other_box {
        border-top: solid 1px #e4e8f0;
    }

    .companion .other_box .pp {
        width: 90%;
        margin: 2vw auto;
    }

    .other_box .pp img {
        height: 3vw;
    }
}

@media screen and (max-width: 500px) {
    body {
        background-position: center 16vw;
    }

    .header .container {
        height: 100%;
    }

    .header .container .t1 {
        font-size: 6vw;
        letter-spacing: 0px;
        line-height: 12vw;
    }

    .header .container .t2 {
        font-size: 3.6vw;
        line-height: 3.6vw;
        height: 6vw;
    }

    .main .container .logo_m {
        width: 13rem;
    }

    .main .container .logo_m img {
        width: 100%;
    }

    .main .container .logo_m span {
        font-size: 5vw;
    }

    .main .container .icons {
        margin-bottom: 2vw;
    }

    .main .container .icons .ip {
        width: 13vw;
        margin: 0 0.8vw;
    }

    .main .container .mf {
        width: 93%;
        padding: 5vw 4vw;
        border: 2px solid #fff;
        flex: none;
        justify-content: space-evenly;
    }

    .main .container .mf img {
        max-width: 100%;
        margin: 0px auto 2.5vw;
    }

    .table {
        grid-template-columns: 33.4% 33.4% 33.4%;
    }

    .table .th,
    .table .td {
        font-size: 3.5vw;
        line-height: 9vw;
    }

    .main .container .mf p {
        margin: 2vw auto;
        font-size: 2vw;
        line-height: 5.5vw;
    }

    .main .container .links {
        padding: 3vw 0 11vw;
    }

    .main .container .links a {
        font-size: 4vw;
        width: 33vw;
        height: 10vw;
        letter-spacing: 1px;
    }

    .companion .zanzhu .show-flex {
        width: 85%;
        justify-content: space-around;
    }

    .companion .zanzhu .show-flex .t3 img {
        height: 7rem;
    }

    .companion .other_box {
        padding-top: 2vw;
    }

    .companion .other_box .pp {
        width: 95%;
    }

    .other_box .pp img {
        height: 3.5vw;
    }

    .main .img01 {
        height: 28vw;
    }

    .main .img02 {
        height: 32vw;
    }

    .main .img03 {
        width: 22vw;
        height: 20vw;
        top: 62.5%;
        right: -15;
    }
}

@media screen and (max-width: 450px) {
    .main .container {
        padding-top: 36vw;
    }
}

@media screen and (max-width: 320px) {
    body {
        background-position: center 24vw;
    }

    .main .container {
        padding-top: 36vw;
    }

    .companion .other_box .tt {
        font-size: 12px;
    }

    .companion .zanzhu .show-flex .t3 img {
        height: 4rem;
    }
}
