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

/*// 板块2/4/5*/
.plate2, .plate4, .plate5 {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.plate2-banner-1 {
    width: 720px;
    height: 500px;
}

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

.plate2Item {
    width: 280px;
    height: 50px;
    line-height: 50px;
    padding-left: 17px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    font-size: 20px;
    color: #333333;
    margin-top: 16px;
}

/*// 板块四*/
.plate4-title {
    margin-top: 33px;
    font-size: 20px;
    color: #333333;
    margin-bottom: 23px;
    font-weight: bold;
}

.plate4-intro {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.plate4Item {
    width: 264px;
    height: 358px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 36px;
    background: linear-gradient(0deg, #F8F8F8, #FFFFFF);
}

.plate4ItemTop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border: 1px solid #E8E8E8;
    border-radius: 50%;
}

.plate4ItemTopItem {
    width: 100px;
    height: 100px;
    background: #333333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

.plate4Item:hover {
    background: #FFFFFF;
    box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.08);
}

.plate4Item:hover .plate4ItemTopItem {
    background: linear-gradient(90deg, #FFCC0C, #F6BB07);
    box-shadow: 0px 12px 12px 0px rgba(246, 187, 7, 0.24);
}

/*// 板块五*/
.plate5-title {
    font-size: 20px;
    color: #707070;
    text-align: center;
    margin-bottom: 22px;
}

.plate5Item {
    width: 264px;
    height: 270px;
    background: linear-gradient(0deg, #F8F8F8, #FFFFFF);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding: 40px 30px;

}

.plate5Item-title-1 {
    font-size: 16px;
    color: #707070;
    text-align: center;
    margin-top: 20px;
}

.plate5Item-title-2 {
    font-size: 24px;
    color: #121213;
    font-weight: bold;
}

.plate5Item:hover {
    background: #FFFFFF;
    box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.08);
}