* {
    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.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: .4rem;
}
.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;
    height: 1.27rem;
    background: url('../imgs/footer.png')no-repeat center;
    background-size: contain;

}
.footer a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: .12rem;
    text-align: center;
    position: relative;
}
.footer .btns{
    display: flex;
    align-items: center;
    margin-left: 1.28rem;
    margin-top: .8rem;
}
.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;
}
@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;
    }
    .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: 80px;
}
.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;

}
    .footer {
        position: absolute;
        height: 254px;

    }
    .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;
    }
}

@media screen and (max-width:800px){
   .plist li.p1 p{
        font-size:0.2rem!important;
   }
}