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

/*// 板块二*/
.plate2 {
    width: 1280px;
    margin: 0 auto;
}

.plate2-span-1 {
    font-size: 30px;
    color: #121213;
    font-weight: 700;
    text-align: center;
}

.plate2-span-2 {
    font-size: 20px;
    color: #707070;
    text-align: center;
    margin-top: 20px;
}

.plate2-banner-1 {
    width: 1280px;
    height: 600px;
    margin: 50px 0;
}

.plate2Item {
    width: 630px;
    height: 170px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;

}

.plate2ItemTitle {
    display: inline-block;
    padding: 8px 26px;
    background: linear-gradient(90deg, #FFCC0C, #F6BB07);
    box-shadow: 0px 12px 12px 0px rgba(246, 187, 7, 0.24);
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #121213;
    margin-bottom: 15px;
}

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

/*// 板块三*/
.plate3 {
    width: 1280px;
    margin: 0 auto;
}

.plate3Top {
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
}

.plate3ItemBox {
    height: 660px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.plate3-image-1 {
    width: 330px;
    height: 660px;
}

.plate3Item {
    width: 311px;
    height: 69px;
    line-height: 69px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 34px;
    font-size: 32px;
    color: #333333;
    cursor: pointer;
}

.plate3ItemActive {
    border: none;
    background: linear-gradient(90deg, #FFCC0C, #F6BB07);
    box-shadow: 0px 12px 12px 0px rgba(246, 187, 7, 0.24);
    font-weight: bold;
    color: #121213;
}

.plate3Center {
    width: 1280px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 34px;
    padding: 50px 188px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.plate3IConItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-right: 100px;
    margin-bottom: 35px;
}

.plate3IConItem:nth-child(5n) {
    margin-right: 0px;
}

.plate3Btn {
    margin: 50px auto 0;
    text-align: center;
    line-height: 50px;
    width: 253px;
    height: 50px;
    background: linear-gradient(90deg, #FFCC0C, #F6BB07);
    box-shadow: 0px 12px 12px 0px rgba(246, 187, 7, 0.24);
    border-radius: 25px;
    font-size: 22px;
    color: #121213;
}

/* 板块4/5 */
.plate4, .plate5 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plate4Item {
    width: 412px;
    height: 345px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(104, 104, 110, 0.1);
    border-radius: 20px;
    margin-right: 20px;
}

.plate4Item:last-child, .plate5Item:last-child {
    margin-right: 0;
}

.plate4ItemTitle {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #121213;
    margin: 30px 0 20px;
}

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

}

/*// 板块5*/
.plate5Item {
    width: 412px;
    height: 316px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-right: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

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