﻿
html, body {
    width: 100%;
    height: 100%;
}

.vide-head-img {
    width: 100%;
    overflow: hidden;
    height: 500px;
    background-image: url('../../Images/MyImage/banner5.jpg');
    background-position: center;
    background-repeat: no-repeat;
    min-width: 1200px;
}

.vide-enum {
    position: relative;
    margin-top: 50px;
    line-height: 36px;
    font-size: 20px;
    color: #424242;
    font-family: MicrosoftYaHei;
}

    .vide-enum .hoverLi {
        display: block;
        /*background-color: rgba(0,103,188,0.2);*/
        position: absolute;
        height: 36px;
        border-right: 4px solid #0066FF;
        box-sizing: border-box;
        top: 0;
        z-index: -1;
        transition: all 0.3s ease-in-out;
    }

    .vide-enum li {
        width: 100%;
        margin-bottom: 29px;
        text-align: right;
        box-sizing: border-box;
        padding-right: 60px;
        cursor: pointer;
    }

        .vide-enum li:nth-of-type(1).vide-enum-active ~ .hoverLi {
            transform: translateY(0);
        }

        .vide-enum li:nth-of-type(2).vide-enum-active ~ .hoverLi {
            transform: translateY(65px);
        }

        .vide-enum li:nth-of-type(3).vide-enum-active ~ .hoverLi {
            transform: translateY(130px);
        }

        .vide-enum li:nth-of-type(4).vide-enum-active ~ .hoverLi {
            transform: translateY(195px);
        }

        .vide-enum li:nth-of-type(1):hover ~ .hoverLi {
            transform: translateY(0);
        }

        .vide-enum li:nth-of-type(2):hover ~ .hoverLi {
            transform: translateY(65px);
        }

        .vide-enum li:nth-of-type(3):hover ~ .hoverLi {
            transform: translateY(130px);
        }

        .vide-enum li:nth-of-type(4):hover ~ .hoverLi {
            transform: translateY(195px);
        }

        .vide-enum li:nth-of-type(5):hover ~ .hoverLi {
            transform: translateY(260px);
        }

        .vide-enum li:nth-of-type(6):hover ~ .hoverLi {
            transform: translateY(325px);
        }

.vide-enum-active > *, .vide-enum-active a:hover {
    color: #0066FF;
}

.vide-content {
    border-left: 1px solid #D2D2D2;
    /*overflow: hidden;*/
    margin-bottom: 150px;
}

#history {
    margin: 50px auto 10px 100px;
}

.history-ul li {
    background-image: url('../../Images/MyImage/dp-img-1.png');
    background-repeat: no-repeat;
    height: 224px;
    margin-bottom: 15px;
    white-space: nowrap;

}

    .history-ul li:last-of-type {
        background-image: none;
    }

        .history-ul li:last-of-type:before {
            content: "";
            display: block;
            height: 34px;
            width: 34px;
            box-sizing: border-box;
            border-radius: 50%;
            border: 5px solid #A0A0A0;
            float: left;
        }

.history-time {
    font-size: 30px;
    color: #424242;
    font-weight: bold;
    padding-left: 74px;
    vertical-align: top;
}

.history-ul li:last-of-type .history-time {
    margin-left: -36px;
    padding-right: 1.1em;
}

.history-img {
    margin-left: 40px;
    margin-right: 35px;
    vertical-align: top;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

    .history-img:hover {
        transform: scale(1.1);
    }

.history-text {
    display: inline-block;
    font-size: 18px;
    color: #A6A6A6;
    line-height: 32px;
}

    .history-text b {
        color: #424242;
        font-size: 24px;
    }
