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

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

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

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

.plate2-box {
    width: 419px;
}

.plate2Item {
    width: 113px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-right: 40px;
    margin-top: 22px;
}

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

.plate2Item:nth-child(3n) {
    margin-right: 0px;
}

/*// 板块3*/
.plate3 {
    display: flex !important;
    justify-content: center;
    align-content: center;
}

.plate3Left {
    width: 236px;
    height: 69px;
    line-height: 69px;
    text-align: center;
    background: linear-gradient(0deg, #F8F8F8, #FFFFFF);
    border-radius: 35px;
    font-size: 24px;
    color: #121213;
    margin-bottom: 30px;
    margin-right: 40px;
    cursor: pointer;
}

.plate3Left:last-child {
    margin-bottom: 0;
}

.plate3LeftActive {
    font-weight: bold;
    color: #FFFFFF;
    background: #121213;
}

.plate3Right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1004px;
    height: 564px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}

.plate3-image {
    width: 884px;
    height: 564px;
}

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

.plate4Item {
    width: 305px;
    margin-right: 20px;
}

.plate4ItemTop {
    height: 100px;
    border-radius: 20px 20px 0px 0px;
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
}

.plate4ItemTop1 {
    background: linear-gradient(135deg, #FF884C, #FA7841);
    box-shadow: 0px 12px 12px 0px rgba(251, 105, 41, 0.24);
}

.plate4ItemTop2 {
    background: linear-gradient(135deg, #906BFB, #7B6FF0);
    box-shadow: 0px 12px 12px 0px rgba(123, 111, 240, 0.24);
}

.plate4ItemTop3 {
    background: linear-gradient(135deg, #7BDAF9, #5FB3F4);
    box-shadow: 0px 12px 12px 0px rgba(95, 179, 244, 0.24);
}

.plate4ItemTop4 {
    background: linear-gradient(135deg, #3EDAAE, #24C97D);
    box-shadow: 0px 12px 12px 0px rgba(36, 201, 125, 0.24);
}

.plate4Bottom {
    height: 239px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 0px 0px 20px 20px;
    padding: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

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