.banner .content{
    background-image: url("https://jbzh-hk.oss-cn-hongkong.aliyuncs.com/site1/images/site2/zbz/banner.jpg") !important;
    background-position: right;
    background-size: cover;
}

.behavior{
    text-align: center;
    color: #525e6a;
    background: #f9f5ee;
    padding: 40px 0;
}
.behavior .top p:nth-child(3){
    margin: 10px 0;
    padding: 0 5%;
}
.behavior ul img{
    width: 100%;
    border-radius: 20px;
}
.behavior ul  h4{
    font-size: 22px;
    margin-top: 10px;
    color: #2b4e92;
}

.p2{
    padding: 40px 0;
    color: #525e6a;
}
.p2 .title{
    text-align: center;
    padding: 0 10px;
}
.p2 .title p:nth-child(3){
    margin: 15px 0;
}
.p2 .title p:nth-child(3) span{
    color: #f9a107;
}
.p2  img{
    width: 100%;
}
.p2 ul li{
    margin: 20px 0;
    padding: 0 10px;
}
.p2 ul h4{
    color: #2b4e92;
    border-bottom: 1px dashed #2b4e92;
    padding-bottom: 10px;
}
.p2 .btn-yuyue {
    text-align: center;
    margin-top: 30px;
}
.p2 .btn-yuyue span{
    background: #edc15c;
    padding: 10px 35px;
    font-size: 18px;
    color: #2b4d92;
    border-radius: 10px;
}

.p3{
    background-color: #2b4d92;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}
.p3 p{
    margin-bottom: 30px;
}
.p3 img{
    width: 100%;
}

.p4{
    color: #525e6a;
    padding: 40px 0;
    text-align: center;
}
.p4 p:nth-child(3){
    /* 首行缩进 */
    text-indent: 2em;
    margin: 20px 0;
}
.p4 img{
    width: 90%;
    margin-left: 10%;
}

.p5{}
.p5 img{
    width: 80%;
}
.p5 ul {
    align-items: center;
}
.p5 ul li h4{
    color: #2b4e92;
    border-bottom: 1px dashed #2b4e92;
    padding: 10px 0px;
}
.p5 ul li p{
    text-indent: 2rem;
    line-height: 30px;
    /* padding:0 20px; */
}
.p6{
    background-color: #eff5fb;
    color: #525e6a;
    text-align: center;
    padding: 40px 0;
}
.p6 p{
    margin-bottom: 30px;
}
.p6 img{
    width: 100%;
}

.p7{
    /* background-color: #eff5fb;
    color: #525e6a; */
    text-align: center;
    padding: 40px 0;
}
.p7 p{
    margin-bottom: 30px;
}
.p7 img{
    width: 100%;
}

@media (max-width: 768px) {
    .p5 img{
        width: 100%;
    }
    .p5 ul li p{
        padding:0 ;
    }
    .p5 ul:nth-child(1){
        flex-direction: column-reverse;
    }

}