.main .box{
    width: 100%;
    background: #FFFFFF;
    position: relative;
    z-index: 100;
}
.container{
    position: relative;
}
.history-con .gallery-top {
    width: 1140px;
    height: 700px;
    padding: 0;
    margin: 0;
    float: right;
}
.history-con .gallery-top .swiper-slide{
    height: 700px;
    overflow-y: auto;
}
.history-con .gallery-thumbs {
    width: 60px;
    height: 1000px;
    position: absolute;
    top: -440px;
    left: -5px;
}

.history-con .gallery-thumbs .swiper-slide {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 0;
}
.history-con .gallery-thumbs .swiper-slide-active {
    font-size: 26px;
    color: #8fc31f;
}
.clearfix:after{
    content: "020"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;  
}
.clearfix {
    zoom: 1; 
}
.development .content{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-left: 22px;
}
.development .sidebar{
    width: 28px;
    position: fixed;
    top: 132px;
    left: 50%;
    margin-left: -630px;
    z-index: 5;
}
.development .sidebar ul{
    padding: 0;
    margin: 0;
}
.development .sidebar li{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    cursor: pointer;
    width: 50px;
    color: #c1c1c1;
}
.development .sidebar li:hover{
    font-size: 17px;
    color: #8fc31f;
}
.development .sidebar .mySwiper{
    width: 50px;
    height: 600px;
}
.development .sidebar .swiper-slide{
    height: 28px;
}
.development .sidebar li a{
    text-decoration: none;
    color: #8d8d8d;
    font-size: 14px;
}
.development .sidebar .discolor{
    font-size: 17px;
    color: #8fc31f;
}
.gallery-top .year{
    padding-left: 108px;
    position: relative;
    overflow: hidden;
}
.gallery-top .year:nth-child(2n-1){
    background: rgba(238, 238, 238, 0.4);
}
.gallery-top .year:nth-child(2n){
    background: rgba(238, 238, 238, 0.6);
}
.gallery-top .year .border{
    width: 2px;
    height: 90%;
    background: #8fc31f;
    position: absolute;
    top: 20px;
    left: 43px;
    display: none;
}
.gallery-top .year .num{
    width: 350px;
    height: 124px;
    font-size: 100px;
    color: #fefefe;
    transform: rotate(90deg);
    position: absolute;
    top: 140px;
    right: -30px;
}
.gallery-top .month{
    position: relative;
    padding: 21px 0px; 
}
.gallery-top .month::before{
    content: '';
    position: absolute;
    left: -68px;
    top: 21px;
    width: 2px;
    height: 100%;
    background: #8fc31f;
    visibility:visible;
}
.gallery-top .month:last-child::before{
    height: calc(100% - 61px);
}

.gallery-top .month .center{
    padding-top: 5px;
    float: left;
    margin-right: 40px;
    /* margin-top: 19px; */
    width: 480px;
}
.gallery-top .month .center p{
    margin: 0px;
    font-size: 17px;
}
.gallery-top .month .center p span{
    font-size: 17px;
}
.gallery-top .month .text{
    font-size: 17px;
    line-height: 34px;
}
.gallery-top .month .data{
    font-size: 18px;
    color: #c1c1c1;
    margin-bottom: 20px;
}
.gallery-top .month .data .cn{
    color: #8fc31f;
}
.gallery-top .month .right{
    float: left;
    width: 332px;
}
.gallery-top .month .right img{
    display: block;
    max-width: 100%;
}

.gallery-top .month .left{
    position: absolute;
    top: 21px;
    left: -86px;
    width: 58px;
}
.gallery-top .month .left img{
    display: block;
    width: 100%;
}
.gallery-top .month .left .hover{
    display: none;
}
/* .gallery-top .swiper-slide-active .month .left img{
    content: url(/static/home/img/location_on.png);
} */

.gallery-top .year-active .left img{
    display: none;
}
.gallery-top .year-active .left .hover{
    display: block;
}

.footer{
    position: relative;
    z-index: 10;
}
.about-banner{
    position: relative;
    z-index: 10;
}
.header-breadNav {
    border: 0;
    height: 70px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 35px;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
}
.family-tab {
    margin-top: -105px;
    /* margin-bottom: 70px; */
    position: relative;
    z-index: 100;
}
.main{
    display: block;
}
.appmain{
    display: none;
}
@media screen and (max-width: 750px) {
    .main {
        display: none;
    }
    .appmain {
        display: block;
    }
    .family-tab {
        margin-top: 0px;
        /* margin-bottom: 70px; */
        position: relative;
        z-index: 100;
        height: 1.2rem;
    }

    .appmain .swiper-myear{
        width: 7.1rem;
    }
    .appmain .swiper-myear .swiper-slide{
        width: auto;
        margin-right: .3rem;
        font-size: .3rem;
        line-height: .8rem;
        color: #2c2c2c;
        border-bottom: 1px solid #FFFFFF;
    }
    .appmain .swiper-myear .month_type{
        font-size: .36rem;
        color: #8fc31f;
        border-bottom-color:transparent;
    }

    .appmain .month_box {
        width: 6.9rem;
        overflow: hidden !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
    }
    .appmain .month_box::-webkit-scrollbar {
        display: none;
    }
    .appmain .month_num {
        width: 1.2rem;
        text-align: center;
        line-height: .8rem;
        font-size: .3rem;
        color: #2c2c2c;
        transition: all 0.8s;
        display: inline-block;
        /* border-bottom: .02rem solid #FFFFFF; */
    }
    .appmain .month_type {
        font-size: .28rem;
        color: #8fc31f;
        font-weight: bold;
        /* border-bottom: .02rem solid #8fc31f; */
    }
    .appmain .year_box {
        width: 100%;
        position: relative;
    }
    .appmain .year {
        display: none;
        padding-left: .8rem;
        padding-top: .3rem;
        box-sizing: border-box;
        position: relative;
    }
    .appmain .year_show {
        display: block;
    }
    .appmain .year_box::before{
        content: '';
        position: absolute;
        left: .07rem;
        top: 0;
        width: 10px;
        height: 13px;
        background: url('../img/history_icon.png') no-repeat;
        background-size: cover;
    }
    .appmain .year_box::after {
        content: '';
        height: calc(100% - .2rem);
        width: 1px;
        position: absolute;
        top: .2rem;
        left: .16rem;
        background: #8fc31f;
        z-index: -1;
    }
    .appmain .icon {
        width: .58rem;
        position: absolute;
        top: .08rem;
        left: -.8rem;
    }
    .appmain p {
        font-size: .24rem;
        color: #666;
    }
    .appmain .cn {
        font-size: .3rem;
        color: #8fc31f;
    }
    .appmain .en {
        font-size: .3rem;
    }
    .appmain .text {
        width: 5.9rem;
        font-size: .3rem;
        margin-top: .2rem;
        margin-bottom: .2rem;
    }
    .appmain .pic {
        display: block;
        max-width: 5.9rem;
    }
    .appmain .month{
        position: relative;
        margin: .3rem 0;
    }
    .appmain .warp{
        width: 3rem;
    }
    .appmain .text{
        width: 100%;
    }
    .appmain .pic{
        width: 2.7rem;
    }
    .appmain .pic img{
        display: block;
        max-width: 2.7rem;
    }

}
