﻿.wutucss {
    min-width: 1460px;
}

    .wutucss .fstscn {
        padding: 60px 0;
        background-image: url(/img/ifimg/wutu01.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

        .wutucss .fstscn .fstp {
            width: 50%;
            line-height: 30px;
            font-size: 16px;
        }

            .wutucss .fstscn .fstp div:first-child {
                margin-bottom: 10px;
            }
    /****/
    .wutucss .sndscn {
        display: flex;
        justify-content: space-between;
        position: relative;
        color: #FFF;
    }

    .wutucss .sndfl {
        width: 28%;
    }

        .wutucss .sndfl img {
            display: block;
            width: 100%;
        }

    .wutucss .sndfr {
        flex: 1;
        background-color: #383735
    }

    .wutucss .sndbox {
        position: absolute;
        z-index: 1;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
    }

    .wutucss .sndholder {
        display: flex;
        justify-content: space-between;
        height: 100%;
    }

    .wutucss .boxfl {
        width: 25.2%;
        min-width: 340px;
        min-height: 886px;
        box-sizing: border-box;
        padding-top: 20%;
        font-size: 23px;
        line-height: 40px;
    }

        .wutucss .boxfl .enb {
            font-weight: bold;
        }

    .wutucss .boxfr {
        min-width: 1020px;
        flex: 1;
        box-sizing: border-box;
        padding-left: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wutucss .imgul {
        width: 98%;
        margin: 0 auto;
    }

    .wutucss .imgli {
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
        position: relative;
        border-radius: 12px;
        overflow: hidden;
    }

        .wutucss .imgli:nth-child(3n+3) {
            margin-right: 0%;
        }

        .wutucss .imgli:nth-last-child(-n+3) {
            margin-bottom: 0;
        }

    .wutucss .imgbox {
        height: 255px;
        object-fit: cover;
    }

    .wutucss .imgli img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .wutucss .listr {
        position: absolute;
        z-index: 3;
        height: 50px;
        line-height: 25px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        text-align: center;
        font-size: 16px;
    }

    .wutucss .libg {
        position: absolute;
        z-index: 2;
        height: 50px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background: linear-gradient(to top, #696969 0%, rgba(204, 204, 204, 0) 100%);
    }
    /****/
    .wutucss .trdscn {
        display: flex;
        justify-content: space-between;
        position: relative;
        color: #FFF;
    }


    .wutucss .trdfl {
        width: 28%;
    }

        .wutucss .trdfl img {
            display: block;
            width: 100%;
        }

    .wutucss .trdfr {
        flex: 1;
        background-color: #FFF
    }

    .wutucss .trdscn .boxfl {
        text-align: center;
        color: #000;
    }
    /*****/
    .wutucss .fthscn {
        background-color: #5a5957;
        display: flex;
        justify-content: space-between;
    }

    .wutucss .fthfl {
        flex: 1;
        display: flex;
        justify-content: right;
        align-items: center;
    }

    .wutucss .fthnr {
        width: 86%;
        box-sizing: border-box;
        padding-right: 60px;
    }

        .wutucss .fthnr .en {
            color: #FFF;
            margin-bottom: 20px;
            font-size: 30px;
            line-height: 1.5;
        }

        .wutucss .fthnr .an {
            color: #FFF;
            margin-bottom: 20px;
            font-size: 23px;
        }

        .wutucss .fthnr .enms {
            color: #aaa;
            margin-bottom: 10px;
            line-height: 30px;
        }

        .wutucss .fthnr .anms {
            color: #aaa;
            line-height: 30px;
        }

    .wutucss .fthfr {
        width: 40%;
    }

        .wutucss .fthfr img {
            display: block;
            width: 100%;
        }
