.footerItem {
    width: 100%;
    height: 680px;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox 64 */
}

.footerItem::-webkit-scrollbar {
    display: none;
}

.environment {
    font-weight: 200;
    font-size: 24px;
    color: #515151;
    text-align: center;
    margin: 100px auto 0 auto;
    position: relative;
    width: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.environmentText {
    position: relative;
    background: #fff;
    width: 350px;
    height: 30px;
    z-index: 10;
}

.environmentLine {
    width: 900px;
    height: 1px;
    position: absolute;
    top: 14px;
    background: #65856C;
    z-index: 1;
}

.storage {
    text-align: center;
    font-weight: 400;
    font-size: 50px;
    color: #94C88A;
    font-style: normal;
    text-transform: none;
    margin-top: 4px;
}

.videoMask {
	margin:50px auto 200px 23%;
    width: 1024px;
    height: 500px;

}

.inLineVideo {
    width: 1024px;
    height: 600px;
}

.imagePage {
    width: 1920px;
    height: 660px;
    position: relative;
    margin-top: 30px;
}

.imageImage {
    width: 1920px;
    height: 660px;
}

.imgName {
    color: #fff;
    font-size: 52px;
    margin-top: 30px;
    position: absolute;
    z-index: 10;
    left: 0;
    width: 1920px;
    top: 140px;
    text-align: center;
}

.imgDetail {
    position: absolute;
    z-index: 10;
    left: 490px;
    width: 940px;
    top: 320px;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
}

.swiper-container2 {
    width: 1200px;
    margin-top: 30px;
}

.historyItem {
    display: none;
    align-items: center;
}

.historyItem0 {
    display: flex;
}

.historyList {
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 160px;
}

.historyMask {
    width: 100%;
    min-width: 1200px;
    height: 908px;
    background-image: url("./../../../assets/image/title.jpg");
    background-size: 100% 100%;
    margin-top: 84px;
}

.historyImage {
    width: 599px;
    height: 343px;
}

.historyDetail {
    margin-left: 6px;
    width: 599px;
    height: 343px;
    background: rgba(0, 0, 0, 0.8);
    text-align: left;
    box-sizing: border-box;
    padding: 48px 0 0 50px;
}

.historyDetailTitle {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 200;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.historyLiInner {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 47px;
    margin-bottom: 30px;
}

.historyLiDetail {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 300;
    font-size: 13px;
    color: #FFFFFF;
    margin-bottom: 30px;
	line-height:26px;
	margin-right:24px;
}

.historyLiItemIconList {
    display: flex;
}

.historyLiItemIcon {
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    margin-right: 16px;
    cursor: pointer;
}

.historyLiItemIcon_select {
    background: #AFCC8B;
}

.underHistoryDetailTitle {
    width: 135px;
    height: 4px;
    background: #fff;
    margin-bottom: 30px;
}

.hideInfo {
    display: none;
}

.yearsLineMask {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 90px auto 0 auto;
}

.yearsLine {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 1000px;
    overflow-x: scroll;
    padding: 0 20px;
    white-space: nowrap;
}

.yearsLine::-webkit-scrollbar {
    display: none;
}

.yearsItem {
    display: inline-block;
    width: 130px !important;
    height: 130px !important;
    border-radius: 65px;
    font-weight: 300;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 130px;
    text-align: center;
    background: rgb(124, 124, 124);
    transform: scale(0.76);
    flex-shrink: 0;
    margin: 0 10px;
}

.yearsItemChoose {
    transform: scale(1);
    background: #8DC21F;
}

.yearsLineMask .swiper-free-mode .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.swiper_more{
    margin-top: 22px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}