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

.banner-intro {
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 40px;
}

/*板块2*/
.customized-card {
    padding: 50px;
    box-shadow: 0px 8px 30px 0px rgba(162, 162, 162, 0.2);
    border-radius: 10px;
    margin: 15px;
}

.customized-card-span {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

.customized-card-p {
    width: 480px;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    color: #333333;
    margin: 0;
    margin-top: 19px;
}

/*板块3*/
.caselist-plate2 {
    background: rgba(248, 248, 248, 1) url("../images/customized/blate3bg.png") no-repeat 100% 100%;
    padding: 80px 0;
}

.plate2-item-box {
    margin: 15px;
    cursor: pointer
}

.plate2-item-box-name {
    color: #333333;
}

.plate2-item-img {
    width: 410px;
    height: 410px;
    transform: scale(1);
    transition: all 0.4s;
}

.plate2-item-box:hover .plate2-item-img {
    transform: scale(1.2);
    transition: all 0.4s;
}

.plate2-item-main {
    overflow: hidden;
    width: 410px;
    height: 410px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}

.plate2-item-main span {
    width: 260px;
    height: 58px;
    background: linear-gradient(90deg, rgba(255, 204, 12, 1), rgba(246, 187, 7, 1));
    border-radius: 20px 20px 0px 0px;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333333;
}

.plate2-item-dec {
    padding: 30px 0;
    background: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 10px 10px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
    min-height: 286px;
    position: relative;
}

.plate2-item-dec::after {
    content: "";
    width: 60px;
    height: 4px;
    background: rgba(232, 232, 232, 1);
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

/*4*/
.customized-carousel {
    background: #fff;
    border-radius: 10px;
    padding: 51px 0;
}

.customized-carousel-title {
    font-size: 22px;
    color: #35373D;
    font-weight: bold;
    line-height: 60px;
}

.customized-carousel-intro {
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    padding: 0 50px;
}

.el-carousel__item:nth-child(2n+1) {
    background-color: #fff;
    box-shadow: 0px 8px 30px 0px rgba(162, 162, 162, 0.2);
    border-radius: 10px;
}

.el-carousel__item:nth-child(2n) {
    background-color: #fff;
    box-shadow: 0px 8px 30px 0px rgba(162, 162, 162, 0.2);
    border-radius: 10px;
}

.el-carousel__item:nth-child(2n+1) {
    background-color: #fff;
    box-shadow: 0px 8px 30px 0px rgba(162, 162, 162, 0.2);
    border-radius: 10px;
}

button:hover {
    outline: none !important;
}

.containers {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}