* {
    box-sizing: border-box;
    transition: all .1s;
}

a,
b,
body,
dl,
dt,
em,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
img,
input,
li,
ol,
p,
s,
section,
span,
strong,
textarea,
ul,
dl,
dd {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

button {
    outline: none;
}

body,
html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-text-size-adjust: none !important;
    font-family: "Microsoft Yahei";
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.f-l {
    float: left !important;
}

.f-r {
    float: right !important;
}

[p-r] {
    position: relative !important;
}

[p-a] {
    position: absolute !important;
}

[d-f] {
    display: flex;
}

[a-i-c] {
    align-items: center;
}

[j-c-c] {
    justify-content: center;
}

[j-c-f-s] {
    justify-content: flex-start;
}

[j-c-s-b] {
    justify-content: space-between;
}

[f-w-w] {
    flex-wrap: wrap;
}

[f-w-n] {
    flex-wrap: nowrap;
}

body {
    /*background: url('../imgs/BG.png')no-repeat top;*/
    background-size: cover;
    min-height: 7.32rem;
}

.block {
    height: 2.71rem;
    width: 100%;
}

.plist li h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: .34rem;
    line-height: 1.2;
    background-image: linear-gradient(180deg, #03326A 0%, #02458B 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.plist li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 3.36rem;
    height: 1rem;
    margin: 0 auto;
    margin-bottom: .1rem;
}

.plist li.p1 {
    background: url('../imgs/1.png')no-repeat center;
    background-size: contain;
}

.plist li.p2 {
    width: 3.36rem;
    height: 1.2rem;
    background: url('../imgs/2.png')no-repeat center;
    background-size: contain;
}

.plist li.p2.pls {
    background: url('../imgs/3.png')no-repeat center;
    background-size: contain;
}

.plist li.p3 {
    background: url('../imgs/3.png')no-repeat center;
    background-size: contain;
}

.plist li.p1 h2 b {
    font-size: .44rem;
}

.plist li.p1 p {
    display: block;
    width: 100%;
    text-align: center;
    color: #002963;
    font-family: Microsoft YaHei;
    font-size: .24rem;
    line-height: 1.5;
    letter-spacing: 2px;
}

.plist li.p2 h2 {
    font-size: .32rem;
}

.plist li.p2 h2 p {
    display: block;
    writing-mode: horizontal-tb;
    width: .2rem;
    font-size: .20rem;
    background-image: linear-gradient(180deg, #03326A 0%, #02458B 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.plist li.p2 span {
    color: #002963;
    font-size: .16rem;
    line-height: 1.5;
}

.plist li.p2 h2 b {
    font-size: .52rem;
}

.plist li.p3 p {
    color: #002963;
    font-size: .17rem;
    padding-top: 0.1rem;

}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* height: 1.15rem; */
    background: url('../imgs/footer.png')no-repeat center;
    background-size: contain;
    z-index: 999999;
    display: flex;
    justify-content: space-between;
    /* padding-left: 1.27rem; */
    padding-top: 0.20rem;

}

.footer>span {
    flex: 1;

}

.footer>div {
    flex: 2;
}

.footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: .12rem;
    text-align: center;
    position: relative;
}

.footer .btn_text {
    width: 1.1rem;
    padding: .025rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #FFFFFF19;
}

.footer .blue_btn {

    width: 45%;
    font-size: 0.12rem;
    padding: .05rem 0;
    border-radius: 100px;
    background: linear-gradient(180deg, #1955C9 0%, #193887 100%);
    box-shadow: 0px 4px 4px 0px #0000003F;
    position: relative;
}

.footer a.b1 {
    width: 1.18rem;
    height: .32rem;
    background: url('../imgs/btn1.png')no-repeat center;
    background-size: contain;
}

.footer a.b2 {
    width: .8rem;
    height: .32rem;
    background: url('../imgs/btn2.png')no-repeat center;
    background-size: contain;
    margin-left: .12rem;
}

.footer a.b1::after {
    content: "";
    display: block;
    width: .32rem;
    height: .32rem;
    background: url('../imgs/click.png')no-repeat center;
    background-size: contain;
    position: absolute;
    top: .12rem;
    right: -.07rem;
}


.footer ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 0.12rem;
    margin: 0.12rem 0;
}

.footer ul li {
    font-size: 0.12rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 45%;
}

.footer img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: .05rem;
}

.footer ul>i {
    width: 1px;
    height: .15rem;
    background: #FFFFFF7F;
    margin: 0 15%;
}

.footer .app_text {
    font-size: .15rem;
}

.footer .blue_btn img {
    position: absolute;
    width: .2rem;
    height: .2rem;
    right: -0.07rem;
    bottom: -0.07rem;
    background: url('./imgs/click.png') no-repeat;
    background-size: contain;
}

/*.footer ul:nth-child(1) li{
        margin-right:0.12rem;
    }*/

/* .footer ul:nth-child(1) li:nth-child(1) {
    font-size: 0.16rem;
}

.footer ul:nth-child(1) li:nth-child(2),
.footer ul:nth-child(1) li:nth-child(3) {
    width: 0.74rem;
    height: 0.2rem;
    line-height: 0.2rem;
    text-align: center;
    border-radius: 100px;
    font-size: 0.09rem;
    background: #FFFFFF19;
} */


/* .footer ul:nth-child(2) li:nth-child(1)::before {
    content: "";
    width: 0.21rem;
    height: 0.21rem;
    display: block;
    background: url("../imgs/i1.png")no-repeat center;
    background-size: contain;
    padding-right: .2rem;
} */

/* .footer ul:nth-child(2) li:nth-child(2)::before {
    content: "";
    width: 0.21rem;
    height: 0.21rem;
    display: block;
    background: url("../imgs/i3.png")no-repeat center;
    background-size: contain;
}

.footer ul:nth-child(3) li:nth-child(1)::before {
    content: "";
    width: 0.21rem;
    height: 0.21rem;
    display: block;
    background: url("../imgs/i1.png")no-repeat center;
    background-size: contain;
}

.footer ul:nth-child(3) li:nth-child(2)::before {
    content: "";
    width: 0.21rem;
    height: 0.21rem;
    display: block;
    background: url("../imgs/i2.png")no-repeat center;
    background-size: contain;
} */


.pc {
    position: relative;
    /*height: 100%;*/
    height: 900px;
    /*    min-height: 1464px;*/
    margin: 0 auto;
    background: #0c1d3c url('../imgs/BG.png')no-repeat top;
    background-size: contain;
}


.pc1 {
    position: relative;
    height: 900px;
    /* min-height: 1464px;*/
    margin: 0 auto;
    background: #0c1d3c url('../imgs/BG1.png')no-repeat top;
    background-size: contain;
}

.pc2 {
    position: relative;
    height: 900px;
    /* height: 100%;*/
    /*    min-height: 1464px;*/
    margin: 0 auto;
    background: #0c1d3c url('../imgs/BG2.png')no-repeat top;
    background-size: contain;
}



@media screen and (min-width: 1024px) {
    body {
        background: none;
        height: 100%;
        min-height: unset;
    }

    /*.pc{
        position: relative;
        width: 750px;
        height: 100%;
        min-height: 1464px;
        margin: 0 auto;
        background:#0c1d3c url('../imgs/BG.png')no-repeat top;
        background-size: cover;
    }*/

    .pc,
    .pc1,
    .pc2 {
        position: relative;
        width: 750px;
        height: 100%;
        min-height: 1464px;
        margin: 0 auto;
        background-size: cover;
    }

    .block {
        height: 542px;
        width: 100%;
    }

    .plist li h2 {
        font-size: 68px;
        line-height: 1.2;
    }

    .plist li {
        width: 672px;
        height: 200px;
        margin-bottom: 20px;
    }

    .plist li.p2 {
        width: 672px;
        height: 240px;
    }

    .plist li.p1 h2 b {
        font-size: 88px;
    }

    .plist li.p1 p {
        font-size: 48px;
        line-height: 1.5;
        letter-spacing: 2px;
    }

    .plist li.p2 h2 {
        font-size: 60px;
    }

    .plist li.p2 h2 p {
        display: block;
        writing-mode: horizontal-tb;
        width: 40px;
        font-size: 40px;
    }

    .plist li.p2 span {
        font-size: 32px;
        line-height: 1.5;
    }

    .plist li.p2 h2 b {
        font-size: 104px;
    }

    .plist li.p3 p {
        color: #002963;
        font-size: 34px;
        padding-top: 20px;

    }

    .plist {
        padding-bottom: 40vh;
    }

    .footer {
        position: absolute;
        width: 750px;
        height: 328px;
        margin: 0 auto;
        right: 16px;
        padding-top: 40px;
    }

    .footer a {
        font-size: 24px;
    }

    .footer .btns {
        margin-left: 256px;
        margin-top: 160px;
    }

    .footer a.b1 {
        width: 236px;
        height: 64px;
    }

    .footer a.b2 {
        width: 160px;
        height: 64px;
        margin-left: 24px;
    }

    .footer a.b1::after {
        width: 64px;
        height: 64px;
        top: 24px;
        right: -14px;
    }

    .footer .app_text {
        font-size: 26px;
    }

    .footer ul {
        margin: 23px 0;
    }

    .footer img {
        width: 40px;
        height: 40px;
    }

    .footer ul li {
        font-size: 22px;
    }

    .footer .btn_text {
        width: 210px;
        font-size: 22px;
        padding: 5px 10px;
    }

    .footer .blue_btn {
        width: 200px;
        padding: 10px 18px;
    }

    .footer ul>i {
        height: 40px;
    }

    .footer .blue_btn img {
        width: .1rem;
        height: .1rem;
        right: -0.05rem;
        bottom: -0.04rem;

    }
}