/*banner部分*/
.home-banner {
    background: url('../images/group/banner.png');
    background-size: 100% 100%;
    height: 600px;
    width: 100%;
}

/*// 板块二/3*/
.plate2, .plate3 {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.plate2-banner {
    width: 630px;
    height: 448px;
}

.plate2-desc {
    font-size: 16px;
    color: #707070;
    margin-bottom: 130px;
}

.plate2Item {
    width: 112px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.plate2Item span {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 12px;
}

/*// 板块三*/
.plate3Item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 305px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(104, 104, 110, 0.1);
    border-radius: 20px;
    margin-top: 20px;
}

.plate3Item span {
    font-size: 24px;
    font-weight: bold;
    color: #121213;
    margin-top: 16px;
}

/*// 板块4*/
.plate4-box {
    width: 1280px;
    margin: 0 auto;
}

.plate4-image {
    width: 474px;
    height: 638px;
}

.plate4Item {
    width: 765px;
    height: 186px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 44px 40px;
}

.plate4ItemTitle {
    font-size: 24px;
    font-weight: bold;
    color: #121213;
    margin-bottom: 14px;
}

.plate4ItemCont {
    font-size: 20px;
    color: #707070;
}

.plate4Item:last-child {
    margin-bottom: 0px;
}

/*// 板块5*/
.plate5Item {
    width: 412px;
    height: 345px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(104, 104, 110, 0.1);
    border-radius: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.plate5ItemTitle {
    font-size: 28px;
    font-weight: bold;
    color: #121213;
    margin: 30px 0 20px;
}

.plate5ItemCont {
    padding: 0 40px;
    font-size: 16px;
    color: #707070;
}