.ProductCenter {
    width: 100%;
    height: 49.658vw;
    /* display: none; */
    background: url('../Image/ProductImg.png');
}

    .ProductCenter .TypeArea {
        position: relative;
        overflow: hidden;
    }

    .ProductCenter p {
        font-family: 'HarmonyOS_Sans_SC_Light';
        width: 100%;
        font-size: 2.049vw;
        line-height: 7.147vw;
        text-align: center;
        color: #2A3C89;
        font-weight: 300;
        margin: auto;
    }

    .ProductCenter .TypeArea .ControlButtons {
        width: 100%;
        text-align: center;
        height: 39.411vw;
        position: relative;
    }

        .ProductCenter .TypeArea .ControlButtons .Product {
            width: 100%;
            /* overflow: hidden; */
            display: flex;
            margin-top: 1.839vw;
            position: absolute;
            left: 0;
        }

        .ProductCenter .TypeArea .ControlButtons .ArrowBut {
            position: absolute;
            width: 2.365vw;
            height: 2.365vw;
            opacity: 0.3;
            border-radius: 50%;
            background: #757575;
            top: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            top: 13.4vw;
        }

        .ProductCenter .TypeArea .ControlButtons dl:hover dt {
            background: rgba(59, 94, 135, 0.6);
            cursor: pointer;
        }

        .ProductCenter .TypeArea .ControlButtons dl:hover dtimg {
            opacity: 1;
        }

        .ProductCenter .TypeArea .ControlButtons dl:hover dd {
            background: #2A3C89;
        }

        .ProductCenter .TypeArea .ControlButtons dl:hover h4 {
            color: white;
        }

        .ProductCenter .TypeArea .ControlButtons .LeftBut {
            left: 0.263vw;
        }

.ControlButtons .RightBut {
    right: 0.263vw;
}

.ControlButtons .ArrowBut img {
    width: 1.314vw;
    height: 1.314vw;
    position: absolute;
    z-index: 100;
}

.ControlButtons span {
    display: inline-block;
    width: 4.204vw;
    height: 0.21vw;
    background: #2A3C89;
}

.ControlButtons .ShowRed {
    background: #C30D23 !important;
}

.ControlButtons h4 {
    font-size: 1.051vw;
    color: #4D4D4D;
    font-family: 'Adobe Heiti Std';
    line-height: 1.839vw;
    margin: 0;
    font-weight: normal;
    letter-spacing: 0.105vw;
}




.ControlButtons .Product dl {
    display: inline-block;
    margin-right: 1.524vw;
    text-align: center;
    flex: 0 0 19.968vw;
    background: white;
    border-radius: 3px 3px 2px 2px;
}

    .ControlButtons .Product dl dt img {
        /*width: 9.459vw;*/
        height: 12.349vw;
        vertical-align: middle;
    }

    .ControlButtons .Product dl dt {
        padding: 3.416vw 1.576vw 3.941vw 1.576vw;
        box-shadow: 0px 0px 6px 0px rgba(117, 117, 117, 0.2);
        border-radius: 2px;
        box-sizing: border-box;
    }

.ControlButtons .Product dd {
    margin: 0;
    text-align: center;
    background: #E7E7E7;
    padding: 0.525vw;
}

.ControlButtons .SeeMore {
    position: absolute;
    bottom: 2.627vw;
    left: 0;
    right: 0;
    margin: auto;
}

.SeeMore {
    text-align: center;
    width: 10.51vw;
    height: 2.89vw;
    background: #C30D23;
    color: white;
    line-height: 2.89vw;
    margin: auto;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9vw;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}
