*{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.top img{
    width: 100%;
    margin-bottom: 26px;
}
.gywm b{
    font-size: 36px;
    padding-bottom: 24px;
    border-bottom: 8px solid #0c91dc;
}
.gywm_body{
    color: #434345;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.gywm_body span{
    color: #f56300;
}
.gywm_body_1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 272px;
    height: 274px;
    background-image: url(../img/4.png);
}
.bg2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 272px;
    height: 274px;
    background-image: url(../img/5.png);
}
.ztjs_top{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 50px;
}
.ztjs_top div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../img/7.png);
    width: 454px;
    height: 106px;
    font-size: 24px;
    color: white;
}
.ztjs_body{
    font-size: 21px;
    color: #7c7c7c;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
}
.ztjs_body div{
    width: 454px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow:5px 5px 20px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
}
.ztjs_body div p{
    line-height: 1.5;
}
.boot{
    background-color: #089ce4;
    padding-bottom: 60px;
}
.boot b{
    font-size: 34px;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 60px;
    display: block;
}
.boot_body{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
}
.boot_body p{
    text-align: left;
}