*{
    padding: 0;
    margin: 0;
}
.banner1{
    background-image: url(/home/img/znzzbg1.png);
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: cover;
}
.banner1>.banner1-text{
    width: 100%;
    height: 800px;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
}
.banner1>.banner1-text>div{
    width: 775px;
    height: 150px;
    /* background-color: #fff; */
    color: #fff;
}
.banner1>.banner1-text>div>.p1{
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    margin-bottom: 24px;

}
.banner1>.banner1-text>div>.p2{
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-top: 14px;

}
.banner2{
    background-image: url(/home//img/znzzbg2.png);
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.banner2>.text{
    display: flex;
    align-items: center;
margin-left: 60px;

}
.banner2>.text>div>.p1{
    color: #163E80;
font-size: 30px;
font-weight: 700;
margin-bottom: 24px;
/* width: 624px; */
}
.banner2>.text>div>.p2{
    color: #383838;
font-size: 18px;
font-weight: 500;
line-height: 34px;
/* width: 624px; */
}
.banner3{
    padding: 0 15px;
    background-image: url(/home/img/znzzbg4.png);
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.banner3>.text{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 60px;
}
.banner3>.text>div>.p1{
color: #163E80;
font-size: 30px;
font-weight: 700;
margin-bottom: 24px;
/* width: 624px; */
}
.banner3>.text>div>.p2{
    color: #383838;
font-size: 18px;
font-weight: 500;
line-height: 34px;
/* width: 624px; */
}
.banner4{
    /* background-image: url(/home/img/znzzbgimg9.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}
.banner5>.top{
width: 100%;
height: 150px;
text-align: center;
margin-top: 30px;
}
.banner5>.top>.p1{
    color: #0A3E78;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}
.banner5>.top>.p2{
    color: #0A3E78;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    margin-top: 10px;
}
.banner5>.top>.p3{
    color: #63666A;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-top: 10px;
}
.banner5>.bottom{
    display: flex;
/* background-color: #163E80; */
justify-content: space-around;
/* justify-content: center; */
height: calc(700px - 150px);
}
.banner5>.bottom>.left{
width:20%;
/* background-color: #163E80; */
}
.banner5>.bottom>.left>.bottom-text{
   display: flex;

   height: 33%;
   
    }
    .banner5>.bottom>.left>.bottom-text>.bottom-right{
      margin-left: 20px;
         }
    .banner5>.bottom>.left>.bottom-text .p1{
        font-size: 20px;
        color: #0A3E78;
        font-weight:700;
        margin-bottom: 10px;
         }
         .banner5>.bottom>.left>.bottom-text .p2{
            font-size: 14px;
            color: #63666A;
            font-weight: 500;
            line-height: 25px;
             }
             @media screen and (max-width: 992px) {
                .banner5>.bottom>.left>.bottom-text .p1{
                    font-size: 18px;
                    color: #0A3E78;
                    font-weight:700;
                    margin-bottom: 10px;
                     }
                     .banner5>.bottom>.left>.bottom-text .p2{
                        font-size: 14px;
                        color: #63666A;
                        font-weight: 500;
                        line-height: 25px;
                         }
             }