#down-banner{
    height: 259px;
    width: 100%;
    background-image: url("../siteImg/back.png");
    position: relative;
}

#down-banner p{
    width: 100%;
    text-align: center;
    font-size: 55px;
    font-weight: bolder;
    color: white;
    position: absolute;
    top: 74px;
}

#down-kj{
    height: 928px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafbfd;
}

#down-zhuti{

    height: 596px;

}

#down-zhuti-kapian{

    display: flex;

}


/*卡片第一种样式*/
.down-zhuti-kapian-alone{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 596px;
    width: 375px;
    background: white;
    box-shadow: 0 0 5px black;


}
.down-zhuti-kapian-alone div{
    height: 14px;
    width: 100%;
    background: #2b87fe;
}

.down-zhuti-kapian-alone p:nth-child(2){
    font-size: 21px;
    font-weight: bold;
    color: #2b87fe;
    margin-top: 67px;
    text-align: center;
    letter-spacing:5px;

}

.down-zhuti-kapian-alone p:nth-child(3){
    font-size: 31px;
    font-weight: normal;
    color: black;
    margin-top: 21px;
    text-align: center;
    letter-spacing:5px;
}

.down-erweima{
    margin-top: 50px;
    margin-bottom: 50px;
    height: 240px;
    width: 240px;
    object-fit:cover;


}

.down-zhuti-kapian-alone ul li{

    height: 27px;
    line-height: 27px;
    margin-bottom: 23px;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 18px;
    letter-spacing:5px;
}

.down-zhuti-kapian-alone ul li img{

    height: 25px;
    width: 27px;
    margin-right: 5px;
}

.down-zhuti-kapian-alone a{

    height: 41px;
    width: 289px;
    background: #2b87fe;
    border-radius: 10px;
    color: white;
    line-height: 41px;
    text-decoration: none;
    text-align: center;
}

/*第二种样式*/

.down-zhuti-kapian-alone-none{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 596px;
    width: 375px;



}
.down-zhuti-kapian-alone-none div{
    height: 14px;
    width: 100%;
    background: #2b87fe;
    z-index: -99;
}

.down-zhuti-kapian-alone-none p:nth-child(2){
    font-size: 21px;
    font-weight: bold;
    color: #2b87fe;
    margin-top: 67px;
    text-align: center;
    letter-spacing:5px;

}

.down-zhuti-kapian-alone-none p:nth-child(3){
    font-size: 31px;
    font-weight: normal;
    color: black;
    margin-top: 21px;
    text-align: center;
    letter-spacing:5px;
}

.down-zhuti-kapian-alone-none ul{
    margin-top: 96px;
    list-style-type: none;
    margin-bottom: 28px;

}

.down-zhuti-kapian-alone-none ul li{

    height: 27px;
    line-height: 27px;
    margin-bottom: 23px;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 18px;
    letter-spacing:5px;
}

.down-zhuti-kapian-alone-none ul li img{

    height: 25px;
    width: 27px;
    margin-right: 5px;

}

.down-zhuti-kapian-alone-none a{

    height: 41px;
    width: 289px;
    background: #2b87fe;
    border-radius: 10px;
    color: white;
    line-height: 41px;
    text-decoration: none;
    text-align: center;
    z-index: -99;
}