.loadingBg {
    position: fixed;
    width: 100%;
    height: 200%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 0;
    display:none;
}

.loadingBg .loadinglg {
    width: 107px;
    height: 18px;
    background-color: transparent;
    overflow: hidden;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-top: -9px;
    margin-left: -53px;
}

/*.loadingBg::after {*/
    /*content: "";*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 50%;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*background-color: #f5f5f5;*/
/*}*/

.body-wrap.on {
    transition: all 0.5s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    /*width: 1530px;*/
    margin:0 auto 90px auto;
}
.body-wrap {
    width: 80%;
    position: relative;
    z-index: 1;
    transition: transform 0.8s ease-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
}

/*.history {*/
    /*padding: 1.0% 5%;*/
/*}*/

.history .years {
    padding: 1.5% 0 0;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
    margin: 0 auto;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.history .years li {
    float: left;
    box-sizing: border-box;
    position: relative;
}

/*.history .years li::after {*/
    /*content: "";*/
    /*display: block;*/
    /*width: 1px;*/
    /*height: 90%;*/
    /*position: absolute;*/
    /*right: -30px;*/
    /*top: 5%;*/
    /*background-color: #e5e5e5;*/
/*}*/

.history .years .flex-control-nav {
    position: static;
    height: 40px;
    margin-top: 20px;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 2;
}
.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.history .years .flex-control-nav li {
    display: none;
}
.history .years li {
    float: left;
    box-sizing: border-box;
    position: relative;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}
.flex-control-nav li {
    width: 14px;
    height: 14px;
    border: 1px #fff solid;
    border-radius: 50%;
    overflow: hidden;
}

.flex-control-paging li a.flex-active {
    cursor: default;
}
.flex-control-paging li a {
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
}
.flex-control-paging li a {
    width: 14px !important;
    height: 14px !important;
}

.history .years .flex-direction-nav {
    z-index: 2;
    height: 44px;
    /*margin-top: -40px;*/
    /*position: relative;*/
    margin:0 auto;
    width: 164px;
}
.flex-direction-nav {
}
.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.history .years li {
    float: left;
    box-sizing: border-box;
    position: relative;
}

.history .years .flex-direction-nav .flex-prev {
    left: 0;
    background: url(../images/flex-prev.png) no-repeat center;
    /*background-size: 13px 23px;*/
}
.history .years .flex-direction-nav a {
    width: 40px;
    height: 40px;
    opacity: 1;
    margin: 0;
}
.flex-direction-nav .flex-disabled {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-direction-nav .flex-prev {
    left: 50px;
    background-position: 0 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 48px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    text-indent: -999em;
}

/*.history .years li::after {*/
    /*content: "";*/
    /*display: block;*/
    /*width: 1px;*/
    /*height: 90%;*/
    /*position: absolute;*/
    /*right: -30px;*/
    /*top: 5%;*/
    /*background-color: #e5e5e5;*/
/*}*/

.history .years li {
    float: left;
    box-sizing: border-box;
    position: relative;
    /*height: 416px;*/
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow:hidden;
}

.history .years .flex-direction-nav .flex-next {
    right: auto;
    left: 120px;
    background: url(../images/flex-next.png) no-repeat center;
    background-size: 13px 23px;
}
.history .years .flex-direction-nav a {
    width: 40px;
    height: 40px;
    opacity: 1;
    margin: 0;
}
.flex-direction-nav .flex-next {
    right: 50px;
    background-position: -132px 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 48px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    text-indent: -999em;
}

/*.history .years li::after {*/
    /*content: "";*/
    /*display: block;*/
    /*width: 1px;*/
    /*height: 90%;*/
    /*position: absolute;*/
    /*right: -30px;*/
    /*top: 5%;*/
    /*background-color: #e5e5e5;*/
/*}*/

.history .years .page {
    margin-top: -44px;
    margin-left: 50px;
    font-size: 24px;
    color: #333;
}

.history .years .page .curpage {
    margin-right: 5px;
}

.history .years .page .total {
    margin-left: 5px;
}
.history .years .page {
    margin-top: -44px;
    margin-left: 50px;
    font-size: 24px;
    color: #333;
}

/*我的*/
.years .slides li{
    height: 416px;
    background: #f5f5f5;
    width: 333px !important;
}

.history .years{
    text-align: center;
}

.history .years .page{
    /*display:inline-block;*/
    /*width: 100px;*/
    /*height: 100px;*/
    /*background: #000;*/
    margin: 0 auto 0 auto;
}


.history .years .flex-direction-nav .flex-prev{
    width: 44px;
    height: 44px;
    border-radius:50%;
    /*background: #39b58d;*/
    cursor:pointer;
}

.history .years .flex-direction-nav .flex-next{
    width: 44px;
    height: 44px;
    border-radius:50%;
    /*background: #39b58d;*/
    cursor:pointer;
    background-size:100% 100%;
}

.history .years .page{
    margin:-35px auto 0 auto;
    font-size: 18px;
}

.body-wrap{}
.body-wrap .history{}
.body-wrap .history .years{}
.body-wrap .history .years .slides{}
.body-wrap .history .years .slides li{
    position:relative;
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    cursor:pointer;
}
.body-wrap .history .years .slides li:hover{
    background: #39b58d;
}
.body-wrap .history .years .slides li:hover .slidesText > h1 {
    color:#fff;
}
.body-wrap .history .years .slides li:hover .slidesText > p {
    color:#fff;
}
.body-wrap .history .years .slides li .slidesImg{
    width: 333px;
    height: 250px;
    overflow:hidden;
}
.body-wrap .history .years .slides li .slidesImg img{
    width: 100%;
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
}
.body-wrap .history .years .slides li:hover > .slidesImg > img{
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
}
.body-wrap .history .years .slides li .slidesText{
    margin-top:56px;
}
.body-wrap .history .years .slides li .slidesText h1{
    font-size:20px;
    color:#333;
    font-weight:normal;
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    margin-bottom: 9px;
}
.body-wrap .history .years .slides li .slidesText p{
    font-size:14px;
    color:#666666;
    width: 225px;
    text-align: center;
    margin:0 auto;
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
}
.body-wrap .history .years .slides li .slidesErweima{
    position:absolute;
    left: 48px;
    top: 209px;
}
.body-wrap .history .years .slides li .slidesErweima img{}
























