/* history */

#history {
    width: 1180px;
    height: 450px;
    position: relative;
    margin: 50px auto 0 auto;
}

.title {
    height: 95px;
    line-height: 95px;
    text-indent: 280px;
}

.title h2 {
    color: #7c7c7c;
    font-size: 18px;
    font-weight: 500;
}

#circle {
    width: 83px;
    height: 83px;
    position: absolute;
    top: 0;
    left: 250px;
    border: 6px solid rgba(0, 0, 0, 0.15);
    border-radius: 95px;
    text-indent: 0;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#circle .cmsk {
    height: 83px;
    position: absolute;
    width: 83px;
    top: 0;
    left: 0;
}

#circle:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    border-color: rgba(0, 0, 0, 0);
}

.clock {
    display: block;
}

#circle:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background-color: #ffbf10;
}

#circle:hover .clock {
    display: block;
}

#circle:hover .circlecontent {
    display: none;
}

#circle span {
    font-size: 18px;
    color: #b0b0b0;
}

#circle .clock {
    background: url(../img/history/clock.png) no-repeat 0 0;
    width: 83px;
    height: 83px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border-radius: 0;
}

#circle:hover .clock {
    border-radius: 83px;
}

.timeyear {
    color: #b0b0b0;
    font-size: 18px;
    line-height: 20px;
}

.timeblock {
    height: 28px;
    margin-top: 22px;
    margin-left: 5px;
}

.timeblock span {
    display: block;
    height: 24px;
    width: 16px;
    background: url(../img/history/date.png) no-repeat 0 0;
    float: left;
}

.timeblock .numf {
    background-position: 0px -48px;
}

.timeblock .nums {
    background-position: 0px 0px;
}

.timeblock .numt {
    background-position: 0px -48px;
}

.timeblock .numfo {
    background-position: 0px -120px;
}

#content {
    height: 400px;
    width: 1180px;
    overflow: hidden;
    background: url(../img/history/vertical.png) no-repeat 287px 2px;
    padding-top: 10px;
}

.list {
    overflow: hidden;
    position: relative;
}

.list li {
    height: 110px;
    vertical-align: bottom;
    overflow: hidden;
    position: relative;
}

.liwrap {
    height: 55px;
    margin-top: 28px;
}

.lileft {
    position: absolute;
    top: 0;
    left: 0px;
    height: 55px;
    width: 250px;
    line-height: 55px;
    text-align: right;
}

.liright {
    position: absolute;
    top: 0;
    right: 0px;
    height: 55px;
    width: 840px;
}

.histt {
    height: 35px;
    line-height: 35px;
}

.hisct {
    font-size: 14px;
    color: #6e6e6e;
}

.md {
    font-size: 18px;
    color: #AEAEAE;
}

.year {
    font-size: 12px;
    color: #AEAEAE;
    margin-right: 10px;
}

.point {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 263px;
    background: url(../img/history/point.png) no-repeat 0px 18px;
    overflow: hidden;
}

.point b {
    height: 20px;
    width: 20px;
    background: #fff;
    display: block;
    margin: 17px 0 0 19px;
    border-radius: 18px;
    border: 2px solid #ffbf10;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    position: absolute;
    top: 0;
    left: 0;
}

.thiscur .point b {
    border: 7px solid #ffbf10;
    margin: 12px 0px 0px 14px;
    border-radius: 52px;
    width: 25px;
    height: 25px;
}

.thiscur .histt a {
    color: #ffab0a;
}

.histt a {
    font-size: 24px;
    color: #747474;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#arrow {
    position: fixed;
    top: 50%;
    right: 30px;
    z-index: 10;
}

*html #arrow {
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop));
    margin-top: 350px;
}

#arrow ul li {
    display: block;
    /*
    height: 44px;
    width: 30px;
    background: url(../img/history/icons.png) no-repeat 0 0;
*/
    cursor: pointer;
    /*
    -webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
*/
}

/*
#arrow ul li:active {
    background-color: #000;
}
*/

/*
#arrow ul .arrow_active {
    background-color: #000;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
*/

#arrow ul .arrowup img {
    margin-bottom: 15px;
    width: 30px;
}

#arrow ul .arrowdown img {
    width: 30px;
}

.imgBox {
    width: 135px;
    height: 90px;
    background-size: cover;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    margin-right: 15px;
}

@media (max-width: 1400px) {

    #history,
    #content {
        width: 96%;
    }

    #content {
        background: url(../img/history/vertical.png) no-repeat 19% 2px;
    }

    #circle {
        left: 15%;
    }

    .lileft {
        left: 0%;
        width: 150px;
    }

    .liright {
        width: 600px;
        left: 25%;
        right: inherit;
    }

    .point {
        left: 17%;
    }

}

@media (max-width: 1200px) {
    .lileft {
        width: 100px;
    }

    #circle {
        left: 100px;
    }

    #content {
        background: url(../img/history/vertical.png) no-repeat 136px 2px;
    }

    .point {
        left: 111px;
    }

    .liright {
        width: 500px;
    }
}

@media (max-width: 768px) {
    .liright {
        width: 350px;
        left: 165px;
    }

    .histt a {
        font-size: 21px;
    }

    .histt {
        line-height: 26px;
    }

    .imgBox {
        display: none;
    }
}

@media (max-width: 600px) {
    .liright {
        width: 300px;
    }

    .lileft {
        width: 40px;
        line-height: 20px;
    }

    .year {
        display: block;
    }

    #circle {
        left: 30px;
    }

    #content {
        background: url(../img/history/vertical.png) no-repeat 65px 2px;
    }

    .point {
        left: 44px;
    }

    .liright {
        left: 95px;
    }

    #arrow ul .arrowup img {
        margin-bottom: 20px;
        width: 35px;
    }

    #arrow ul .arrowdown img {
        width: 35px;
    }
}

@media (max-width: 500px) {
    .liright {
        width: 200px;
    }

    .histt a {
        font-size: 19px;
    }

    .histt {
        line-height: 24px;
        height: 46px;
    }
}
