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

.text-color-333 {
    color: #333333;
}

/*板块2*/
.caselist-main {
    padding-top: 80px;
}

.caselist-main-top-img {
    width: 810px;
    height: 540px;
    margin: 0 auto 25px auto;
    display: block;
}

.caselist-main-box {
    padding: 0 0 100px 0;
}

.caselist-plate2-item {
    width: 410px;
    height: 192px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 30px 0px rgba(162, 162, 162, 0.2);
    border-radius: 10px;
    margin: 15px;
    padding: 0 50px;
    transition: all 0.4s;
    position: relative;
}

.caselist-plate2-item h4 {
    font-weight: bold;
    color: rgba(246, 187, 7, 1);
    font-size: 44px;
    line-height: 1.5;
}

.item-box span {
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
}

.item-box img:nth-child(1) {
    width: 30px;
    height: 30px;
}

.plate1-right-bottom-icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 53px;
    height: 53px;
    transition: all 0.4s;
    opacity: 0;
}

.caselist-plate2-item:hover {
    box-shadow: 0px 8px 30px 0px rgba(246, 187, 7, 0.2);
    transition: all 0.4s;
}

.caselist-plate2-item:hover .plate1-right-bottom-icon {
    opacity: 1;
    transition: all 0.4s;
}

.caselist-plate2 {
    background: rgba(248, 248, 248, 1);
    padding: 80px 0;
}

.item-box span {
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
}

.item-box img:nth-child(1) {
    width: 30px;
    height: 30px;
}

/*板块3*/
.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;
}

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

.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;
}

/*板块四*/
.caselist-plate3 {
    padding: 80px 0;
}

.plate3-head-bg-1 {
    background-image: url("../images/caselist/img_process1.png");
}

.plate3-head-bg-2 {
    background-image: url("../images/caselist/img_process2.png");
}

.plate3-head-bg-3 {
    background-image: url("../images/caselist/img_process3.png");
}

.plate3-head-bg-4 {
    background-image: url("../images/caselist/img_process4.png");
}

.plate3-head-bg-5 {
    background-image: url("../images/caselist/img_process5.png");
}

.plate3-head-bg-6 {
    background-image: url("../images/caselist/img_process6.png");
}

.plate3-mask-radius {
    border-radius: 12px;
}

.plate3-mask-name {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
}

.plate3-mask-intro {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
}


/*板块五*/
.caselist-plate4-item {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    grid-row-gap: 89px;
    grid-column-gap: 180px;
}

.caselist-plate4-content {
    overflow: hidden;
    box-shadow: 0px 8px 30px 0px rgba(162, 162, 162, 0.2);
    position: relative;
    height: 314px;
}

.caselist-plate4-item .caselist-plate4-content:hover {
    transition: all .4s;
    box-shadow: 0 8px 30px 0 rgba(246, 187, 7, .2);
}

.content-bottom > span {
    transition: all .4s;
}

.caselist-plate4-item .caselist-plate4-content:hover .content-bottom > span {
    color: #fff;
    transition: all .4s;
}

.caselist-plate4-item .content-top {
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px 10px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}

.content-top > img {
    opacity: 1;
    transition: all .4s;
}

.caselist-plate4-item .caselist-plate4-content:hover .content-top > img {
    opacity: 0;
    transition: all .4s;
}

.caselist-plate4-item .caselist-plate4-content:hover .content-top .blate5-list-maks {
    transition: all .4s;
    background: rgba(246, 187, 7, .5);
}

.caselist-plate4-item .content-bottom .city {
    width: 140px;
    height: 50px;
    background: #111112;
    box-shadow: 0px 12px 12px 0px rgba(17, 17, 18, 0.24);
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    z-index: 11;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    transition: all .4s;
    margin: auto;
}

.caselist-plate4-item .content-bottom .content-code {
    width: 300px;
    height: 232px;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    z-index: 10;
    opacity: 0;
}

.caselist-plate4-item .caselist-plate4-content:hover .content-code {
    position: relative;
    opacity: 1;
    transition: all .4s;
    z-index: 10;
}

.caselist-plate4-item .caselist-plate4-content:hover .city {
    transition: all .4s;
    background: #f6bb07;
    box-shadow: 0 6px 6px 0 rgba(246, 187, 7, .24);
    color: #765429;
}

.caselist-plate4-item .content-bottom {
    width: 100%;
    height: 114px;
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 8px 30px 0px rgba(162, 162, 162, 0.2);
    border-radius: 0px 0px 10px 10px;
    position: relative;
    transition: all .4s;
}

.caselist-plate4-item .caselist-plate4-content:hover .content-bottom {
    height: 232px;
    transition: all .4s;
}

.caselist-plate4-item .content-bottom > span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    line-height: 114px;
    transition: all .5s;
}

.caselist-plate4-item img {
    width: 100px;
    height: 100px;
}