@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
}

@media (max-width:950px) {
    html {
        font-size: 8.2vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
}

@media (max-width:1199px) {
    body {
        font-size: .22rem;
    }
}

@media (max-width:767px) {
    body {
        font-size: .24rem;
        overflow-x: hidden;
    }
}

#fp-nav {
    display: none;
}

#fp-nav ul li:last-child,
#fp-nav ul li:first-child {
    display: none;
}

.header {
    width: 100%;
    position: fixed;
    height: 100px;
    background-color: white;
    z-index: 999;
    top: -100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    box-shadow: 0 15px 40px rgba(180, 3, 3, .2);
    padding-left: 3%;
    padding-right: 3%;
}

.header .logo {
    margin-top: 15px;
}

.header .logo img {
    height: 68px;
}

.header .search {
    height: 100px;
    width: 20px;
    background: url(../images/search.png)no-repeat center;
    margin-right: 20px;
}

.header .search:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #e0e0e0;
}

.header .top {
    height: 100px;
    background: url(../images/top.png)no-repeat right center;
    padding-right: 10px;
    line-height: 100px;
    font-size: 18px;
}

.mark {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.close {
    position: absolute;
    right: 5%;
    top: 5%;
    width: 30px;
    height: 30px;
    background: url(../images/close.svg)no-repeat center;
    background-size: 100%;
    z-index: 2;
}

.search-content {
    position: fixed;
    left: 50%;
    top: -100%;
    z-index: 1002;
    width: 60%;
    background-color: #FFF;
    height: 80px;
    margin-left: -30%;
}

.search-content input[type='text'] {
    width: 80%;
    height: 80px;
    padding-left: 20px;
}

.search-content input[type='submit'] {
    width: 120px;
    height: 80px;
    background: #b40202 url(../images/search.svg)no-repeat center;
    background-size: 30px;
}

.nav {
    line-height: 100px;
    margin-right: 60px;
}

.nav a {
    margin-right: 40px;
    font-size: 18px;
    display: inline-block;
    height: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.fp-viewing-secondPage .nav a:nth-child(1),
.fp-viewing-thirdPage .nav a:nth-child(2),
.fp-viewing-fourthPage .nav a:nth-child(3),
.fp-viewing-fifthPage .nav a:nth-child(4),
.fp-viewing-sixPage .nav a:nth-child(5),
.fp-viewing-seventhPage .nav a:nth-child(6),
.fp-viewing-eightPage .nav a:nth-child(7) {
    background: url(../images/year.png)no-repeat center 65px;
    color: #b40202;
}

.fixed {
    top: 0;
}

@media (max-width:1600px) {
    .eightPage .content li {
        width: 88px !important;
    }
    .nav {
        margin-right: 40px;
    }
    .nav a {
        margin-right: 30px;
    }
}

@media (max-width:1440px) {
    .nav {
        margin-right: 20px;
    }
    .nav a {
        margin-right: 20px;
    }
}

@media (max-width:1366px) {
    .nav {
        margin-right: 10px;
    }
    .nav a {
        margin-right: 10px;
        font-size: 16px;
    }
}

.public-title {
    font-size: 36px;
    font-family: 'ziticqnananti';
    z-index: 1;
    line-height: 1.2;
}

.public-title::before {
    content: '';
    position: absolute;
    left: -80px;
    top: -60px;
    width: 136px;
    height: 136px;
    background: url(../images/tbg.png)no-repeat left top;
    z-index: -1;
}

.public-title span {
    color: #b40202;
}

@media (max-width:1680px) {
    .public-title {
        font-size: 34px;
    }
}

@media (max-width:1600px) {
    .public-title {
        font-size: 32px;
    }
}

@media (max-width:1440px) {
    .public-title {
        font-size: 30px;
    }
}

@media (max-width:1366px) {
    .public-title {
        font-size: 28px;
    }
}

@media (max-width:1199px) {
    .public-title {
        font-size: .46rem;
    }
    .public-title::before {
        width: 1.36rem;
        height: 1.36rem;
        left: -.8rem;
        top: -.6rem;
        background-size: 100%;
    }
}

.mb-more {
    position: absolute;
    z-index: 999;
    right: 0;
    width: 1.14rem;
    height: .42rem;
    background: url(../images/more.svg)no-repeat right center;
    background-size: 100%;
    display: none;
}

@media (max-width:767px) {
    .mb-more {
        display: block;
    }
}


 

.firstPage {
    overflow: hidden;
    font-size: 48px;
    background: url(../images/bg.jpg)no-repeat center;
    background-size: cover;
}

.firstPage .logo {
    position: absolute;
    left: 19%;
    top: 35%;
}

.firstPage .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.firstPage .pic-content {
    width: 880px;
    position: absolute;
    right: 14.87%;
    top: 16%;
    align-items: flex-start;
}

.firstPage .pic1 {
    width: 240px;
    height: 160px;
    margin-right: 10px;
    margin-top: 35%;
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    opacity: 0;
}

.firstPage .pic1 .title {
    font-size: 20px;
    position: absolute;
    top: 60%;
    left: -30px;
    padding-right: 20px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    opacity: 0;
    font-weight: bold;
}

.firstPage .pic1 .title::before {
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    width: 0;
    height: 1px;
    background-color: #9b7d4e;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}

.active.firstPage .pic1 {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
}

.firstPage .video {
    width: 560px;
    height: 340px;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    opacity: 0;
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
}

.firstPage .video span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 78px;
    height: 78px;
    background: url(../images/play1.png)no-repeat center;
}

.firstPage .video .title {
    font-size: 20px;
    position: absolute;
    top: 10%;
    right: -70px;
    padding-left: 20px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    opacity: 0;
    font-weight: bold;
}

.firstPage .video .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 0;
    height: 1px;
    background-color: #9b7d4e;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}

.active.firstPage .video {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
}

.firstPage .pic2 {
    width: 290px;
    height: 382px;
    margin-right: 10px;
    margin-top: 10px;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    opacity: 0;
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
}

.ie10 .firstPage .pic2 {
    width: 290px;
    height: 382px;
    margin-right: 10px;
    margin-top: 10px;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    opacity: 0;
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    position: absolute;
    left: 0;
    top: 0;
}

.firstPage .pic2 .title {
    font-size: 18px;
    position: absolute;
    top: 40%;
    left: -20px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    opacity: 0;
    width: 65px;
    padding-right: 40px;
    font-weight: bold;
}

.firstPage .pic2 .title::before {
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    width: 0;
    height: 1px;
    background-color: #9b7d4e;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}

.active.firstPage .pic2 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
}

.firstPage .pic3 {
    width: 330px;
    height: 217px;
    margin-top: 10px;
    overflow: hidden;
    transform: translateX(150px);
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -o-transform: translateX(150px);
    opacity: 0;
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
}

.ie10 .firstPage .pic3 {
    width: 330px;
    height: 217px;
    margin-top: 10px;
    overflow: hidden;
    transform: translateX(150px);
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -o-transform: translateX(150px);
    opacity: 0;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    position: absolute;
    right: 0;
    top: 0;
}

.firstPage .pic3 .title {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}

.firstPage .pic3 .title::before {
    content: '';
    position: absolute;
    left: -50px;
    top: 50%;
    width: 0;
    height: 1px;
    background-color: #FFF;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.active.firstPage .pic3 {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
}

/* w */
@media (max-width:1250px){
    .header .logo {
        margin-top: 30px;
    }
    .header .logo img {
        height: 47px;
    }
    .nav a{
        margin-right: 4px;
        font-size: 12px;
    }
}
@media (max-width:1250px){
    .firstPage .pic1 {
        opacity: 1;
        transform: translate(0);
    }
    .firstPage .pic1 .title {
        opacity: 1;
        transform: translate(0);
    }
    .firstPage .video {
        opacity: 1;transform: translate(0);
    }
    .firstPage .video .title {
        opacity: 1;transform: translate(0);
    }
    
    .firstPage .pic2 {
        opacity: 1;transform: translate(0);
    }
    
    .ie10 .firstPage .pic2 {
        opacity: 1;transform: translate(0);
    }
    .firstPage .pic2 .title {
        opacity: 1;transform: translate(0);
    }
    .firstPage .pic3 {
        opacity: 1;transform: translate(0);
    }
    .ie10 .firstPage .pic3 {
        opacity: 1;transform: translate(0);
    }
    
    .firstPage .pic3 .title {
        opacity: 1;transform: translate(0);
    }
    }

@media (min-width:1025px) {
    .firstPage .video:hover .title {
        right: -150px;
        padding-left: 50px;
        opacity: 1;
    }
    .firstPage .pic1:hover .title {
        left: -100px;
        padding-right: 50px;
        opacity: 1;
    }
    .firstPage .pic2:hover .title {
        left: -60px;
        padding-right: 50px;
        opacity: 1;
    }
    .firstPage .video:hover .title::before,
    .firstPage .pic1:hover .title::before,
    .firstPage .pic2:hover .title::before,
    .firstPage .pic3:hover .title::before {
        width: 40px;
    }
    .firstPage .pic3:hover .title {
        top: 50%;
        opacity: 1;
    }
}

@media (max-width:1680px) {
    .firstPage .logo {
        left: 15%;
    }
    .firstPage .logo img {
        height: 100px;
    }
}

@media (max-width:1600px) {
    .firstPage .logo {
        left: 18%;
    }
    .firstPage .logo img {
        height: 80px;
    }
}

@media (max-width:1440px) {
    .firstPage .logo {
        left: 12%;
    }
    .firstPage .logo img {
        height: 70px;
    }
}

@media (max-width:1280px) {
    .firstPage .pic-content {
        right: 10%;
    }
    .firstPage .logo {
        left: 15%;
    }
    .firstPage .logo img {
        height: 50px;
    }
    .firstPage .video {
        width: 480px;
        height: 280px;
    }
    .firstPage .pic1 {
        width: 200px;
        height: 120px;
    }
    .firstPage .pic2 {
        width: 250px;
        height: 320px;
    }
    .firstPage .pic3 {
        width: 280px;
        height: 180px;
    }
    .firstPage .video .title,
    .firstPage .pic1 .title,
    .firstPage .pic2 .title,
    .firstPage .pic3 .title {
        font-size: 16px;
    }
}

@media (max-width:1199px) {
    .firstPage {
        
        width: 100%;
        height: auto;
        z-index: 999;
        /* height: 800px; */

    }
    .firstPage .logo {
        /* position: initial; */
        position: static;
        margin-top: 18%;
        text-align: center;
    }
    .firstPage .logo img {
        height: 80px;
    }
    .firstPage .pic-content {
        /* position: initial; */
        position: static;
        width: 100%;
        margin-top: 30px;
        right: auto;
        justify-content: center;
    }
    .firstPage .pic-content>div:last-child {
        flex: 0;
    }

    .firstPage .pic1 {
        width: 2.4rem;
        height: 1.6rem;
        display: inline-block !important;
    }
    .firstPage .video {
        width: 5.6rem;
        height: 3.4rem;
    }
    .firstPage .pic2 {
        display: inline-block !important;
      
        width: 2.9rem;
        height: 3.8rem;
        /* width: 200px !important;
        height: 200px !important; */
    }
    .firstPage .pic3 {
        display: inline-block !important;
        width: 3.3rem;
        height: 2.15rem;
      
    }
    .firstPage .pic1 .title {
        left: .1rem;
        top: .1rem;
        opacity: 1;
        font-size: .26rem;
    }
    .firstPage .video .title {
        right: .1rem;
        top: .1rem;
        opacity: 1;
        color: #FFF;
      
        font-size: .26rem;
        padding-left: 0;
    }
    .firstPage .pic3 .title {
        top: 50%;
        opacity: 1;
        font-size: .26rem;
    }
    .firstPage .pic2 .title {
        opacity: 1;
        left: .1rem;
        top: .1rem;
        font-size: .26rem;
        width: auto;
        color: #FFF;
        padding-right: 0;
    }
    .firstPage .video span {
        width: .8rem;
        height: .8rem;
    }
}

@media (max-width:767px) {
    .firstPage .logo {
        margin-top: 2rem;
    }
    .firstPage .logo img {
        height: .8rem;
    }
    .firstPage .video {
        width: 4.2rem;
        height: 2.6rem;
    }
    .firstPage .pic1 {
        width: 2.3rem;
        margin-top: 25%;
    }
    .firstPage .pic2 {
        width: 2rem;
        height: 3rem;
    }
    .firstPage .pic3 {
        width: 2.4rem;
        height: 1.9rem;
    }
    .firstPage .video .title br {
        display: none;
    }
}


 

.secondPage {
    padding-left: 9%;
    padding-right: 9%;
}

.secondPage .content {
    height: 100%;
}

.secondPage .pic {
    margin-right: 10%;
    width: 38%;
    overflow: hidden;
    padding-top: 16%;
}

.secondPage .pic img {
    width: 100%;
}

.secondPage .text-content {
    border-left: 1px #ebe5dc solid;
    padding-left: 80px;
    padding-top: 14%;
}

.secondPage .text-content .text {
    margin-top: 8%;
    padding-right: 10%;
}

.secondPage .text-content .text p {
    text-indent: 32px;
}

.secondPage .text-content .text .img {
    margin-top: 8%;
}

.secondPage .text-content .text .img img {
    width: 100%;
}

.secondPage .more {
    background: url(../images/line.png)no-repeat right center;
    height: 55px;
    margin-left: -80px;
    margin-top: 9%;
    width: 100%;
}

.secondPage .more span {
    margin-left: 18%;
    padding: 0 10px;
}

.secondPage .more a {
    margin-right: 17.5%;
    padding: 0 10px;
}

@media (max-width:1199px) {
    .secondPage {
        width: 100%;
        padding-left: .4rem;
        padding-right: .4rem;
    }
    .secondPage .pic {
        display: none;
    }
    .secondPage .text-content {
        border-left: 0;
    }
    .secondPage .text-content .text {
        padding-right: 5%;
    }
}

@media (max-width:767px) {
    .secondPage {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .secondPage .mb-more {
        top: 1.05rem;
    }
    .secondPage .text-content {
        padding-left: 0rem;
    }
    .secondPage .text-content .text {
        padding-right: 0;
    }
    .secondPage .more {
        display: none;
    }
}




.thirdPage {
    background: url(../images/bg2.jpg)no-repeat center bottom;
    background-size: 100%;
    padding-top: 11%;
    padding-left: 8.5%;
    overflow: hidden;
}

.thirdPage::before {
    content: '';
    position: absolute;
    left: 8.8%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #f0eae2;
    z-index: 1;
}

.thirdPage .public-title {
    margin-left: 95px;
}

.thirdPage .onScrollEnter {
    margin-top: 10%;
}

.thirdPage .chapter-headline {
    font-size: 225px;
    letter-spacing: .02em;
    color: #b30303;
    font-family: 'Acumin Variable Concept';
    margin: 0;
    line-height: 1.2;
}

.thirdPage .chapter-copy {
    padding-left: 10px;
    font-size: 18px;
    width: 40%;
}

.thirdPage .content-block.history .ui-col {
    width: 60%;
    margin: 0;
    position: absolute;
    right: 0%;
    top: 3%;
    transform: translate(13%, -28%);
}

.thirdPage .content-block.history .ui-col:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.thirdPage .chapter-image {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 75%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: inset 0 0 40px 2px rgba(0, 0, 0, 0.8);
}

.thirdPage .img:before {
    content: '';
    padding-top: 66%;
    display: block;
}

.thirdPage .imgfill {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 90%;
    height: 90%;
    border-radius: 50%;
}

.thirdPage .fill-parent,
.thirdPage .ui-timelines svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: matrix(-0.45399, -0.891, 0.891, -0.45399, 0, 0) rotate(-125deg);
    -webkit-transform: matrix(-0.45399, -0.891, 0.891, -0.45399, 0, 0) rotate(-125deg);
    -moz-transform: matrix(-0.45399, -0.891, 0.891, -0.45399, 0, 0) rotate(-125deg);
    -ms-transform: matrix(-0.45399, -0.891, 0.891, -0.45399, 0, 0) rotate(-125deg);
    -o-transform: matrix(-0.45399, -0.891, 0.891, -0.45399, 0, 0) rotate(-125deg);
}

.thirdPage .ui-timelines svg:first-child {
    opacity: .2;
}

.thirdPage .ui-timelines svg {
    display: block;
    overflow: visible;
}

.thirdPage .ui-chapter {
    cursor: pointer;
    display: block;
    position: absolute;
}

.thirdPage .chapter-point {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    display: block;
    position: absolute;
    background: transparent;
    border: none;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.thirdPage .chapter-label {
    font-family: "walsheim-regular";
    font-size: 14px;
    color: #ab926a;
    position: absolute;
    -webkit-transform: translateX(2px) rotate(-120deg);
    -moz-transform: translateX(2px) rotate(-120deg);
    -ms-transform: translateX(2px) rotate(-120deg);
    -o-transform: translateX(2px) rotate(-120deg);
    transform: translateX(2px) rotate(-120deg);
    opacity: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.thirdPage .chapter-point:after {
    content: '';
    position: absolute;
    display: block;
    border-radius: 100%;
    border: 1px solid #1a1a1b;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.thirdPage .ui-chapter:hover .chapter-point,
.thirdPage .ui-chapter.current-chapter .chapter-point {
    width: 8px;
    height: 8px;
    background: white;
}

.current-chapter .chapter-point {
    transition: all 1s;
    width: 50px;
    height: 50px;
    background-color: #ab926a !important;
    /* position: relative; */
}

.current-chapter .chapter-point::before {
    content: '';
    display: block;
    border-radius: 50%;
    border: 1px solid #ab926a;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: bigandsmall 1s linear infinite;
}

@keyframes bigandsmall {
    0% {
        width: 60px;
        height: 60px;
    }
    50% {
        width: 90px;
        height: 90px;
    }
    100% {
        width: 60px;
        height: 60px;
    }
}

@media (max-width:1680px) {
    .thirdPage .chapter-headline {
        font-size: 180px;
    }
}

@media (max-width:1600px) {
    .thirdPage .chapter-headline {
        font-size: 100px;
    }
}

@media (max-width:1440px) {
    .thirdPage .chapter-headline {
        font-size: 120px;
    }
}

@media (max-width:1366px) {
    .thirdPage .chapter-headline {
        font-size: 100px;
    }
}

@media (max-width:1199px) {
    .thirdPage {
        padding-left: .6rem;
        padding-right: 0;
        margin-top: 1rem;
        padding-bottom: 1rem;
        padding-top: .4rem;
        min-height: 12rem;
    }
    .current-chapter .chapter-point {
        width: .5rem;
        height: .5rem;
    }
    .thirdPage .chapter-headline {
        font-size: 1rem;
    }
    .thirdPage::before {
        display: none;
    }
    .thirdPage .chapter-copy {
        font-size: .26rem;
        padding-left: 0;
        width: 100%;
    }
    .thirdPage .content-block.history .ui-col {
        width: 11rem;
    }
    .thirdPage .onScrollEnter {
        margin-top: 8rem;
    }
    .thirdPage .chapter-label {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    .thirdPage .chapter-label {
        font-size: 10px;
    }
    .thirdPage {
        padding-left: .2rem;
        padding-right: .2rem;
        min-height: 9rem;
    }
    .thirdPage .mb-more {
        top: .4rem;
        right: .2rem;
    }
    .thirdPage .content-block.history {
        overflow: hidden;
        position: relative;
        margin-top: .3rem;
    }
    .thirdPage .content-block.history .ui-col {
        width: 7rem;
    }
    .thirdPage .public-title {
        margin-left: 0;
    }
    .thirdPage .onScrollEnter {
        margin-top: 6.5rem;
    }
}



.fourthPage {
    padding-top: 11%;
    padding-left: 3%;
    padding-right: 5%;
    background: url(../images/bg1.jpg)no-repeat center bottom;
    background-size: 100%;
}

.fourthPage .swiper-container {
    padding-top: 140px;
    padding-bottom: 200px;
}

#carousel {
    position: relative;
    width: 100%;
}

.fourthPage .swiper-slide {
    width: 200px;
    /* height: 300px; */
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.fourthPage .swiper-slide img {
    display: block;
    width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.fourthPage .swiper-slide .name {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    z-index: 1;
    padding: 20px;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

#carousel .swiper-button-next,
#carousel .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    bottom: 15%;
    box-shadow: 0 0 20px rgba(180, 2, 2, .2);
    background-position: center;
    background-repeat: no-repeat;
    top: auto;
    z-index: 9;
}

#carousel .swiper-button-prev {
    left: 10px;
    background-image: url(../images/arrow.png);
}

#carousel .swiper-button-next {
    left: 80px;
    background-image: url(../images/arrow.png);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    right: auto;
}

#carousel .swiper-button-prev::after,
#carousel .swiper-button-next::after {
    content: '';
}

.fourthPage .more {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 0;
    width: 75px;
    height: 140px;
    background: url(../images/more3.png)no-repeat center 30px;
    z-index: 9;
}

.fourthPage .mb {
    display: none;
}

@media (min-width:1025px) {
    #carousel .swiper-button-prev:hover,
    #carousel .swiper-button-next:hover {
        background-color: #b40202;
    }
    #carousel .swiper-button-prev:hover {
        background-image: url(../images/arrow-on.png);
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    #carousel .swiper-button-next:hover {
        background-image: url(../images/arrow-on.png);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .fourthPage .swiper-slide:hover .name {
        bottom: 0;
        opacity: 1;
    }
    .fourthPage .swiper-slide:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:1199px) {
    .fourthPage {
        padding-bottom: 1.2rem;
    }
    #carousel {
        display: none;
    }
    .fourthPage .public-title {
        float: none;
    }
    .fourthPage .mb {
        display: block;
    }
    .fourthPage .swiper-container {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
    .fourthPage .more {
        width: 1rem;
        height: 1.4rem;
        background-size: 100%;
        background: none;
    }
    .fourthPage .swiper-pagination-bullet-active {
        background-color: #b40202;
    }
    .fourthPage .swiper-slide .name {
        padding: .2rem;
        font-size: .32rem;
        opacity: 1;
        bottom: 0;
    }
}

@media (max-width:767px) {
    .fourthPage .mb-more {
        top: .9rem;
        right: .2rem;
    }
}



.fifthPage {
    background: url(../images/bg3.jpg)no-repeat center bottom;
    background-size: 100%;
    padding-left: 9%;
    padding-right: 5%;
    overflow: hidden;
    padding-top: 11%;
}
@media (max-width:1200px) {
    .fifthPage {
        padding-top: 0%;
    }
}

.fifthPage .title-con {
    width: 100%;
    padding-left: 80px;
    z-index: 2;
    align-items: flex-start;
    /* padding-bottom: 47px; */
}

.fifthPage .title-con::before {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 65px;
    left: -999px;
    height: 1px;
    background-color: #e1d8ca;
    z-index: -1;
}

.fifthPage .title-con .public-title {
    margin-right: 9%;
    margin-top: 10px;
}

.fifthPage .title-con .swiper-container {
    padding-bottom: 10px;
}

.fifthPage .swiper-wrapper {
    justify-content: space-between;
}

.fifthPage .title-con .tab-nav .item {
    padding-bottom: 10px;
    width: auto;
}

.fifthPage .title-con .tab-nav .item .arrow {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -14px;
    background-color: #FFF;
    z-index: 5;
}

.fifthPage .title-con .tab-nav .item .arrow::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #ededed;
    z-index: 3;
}

.fifthPage .title-con .tab-nav .item .txt {
    margin-top: 15px;
    opacity: .8;
    white-space: nowrap;
    overflow: hidden;
}

.fifthPage .title-con .tab-nav .item .icon {
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.fifthPage .title-con .tab-nav .item .i1 {
    background-image: url(../images/icon1.png);
}

.fifthPage .title-con .tab-nav .item .i2 {
    background-image: url(../images/icon2.png);
}

.fifthPage .title-con .tab-nav .item .i3 {
    background-image: url(../images/icon3.png);
}

.fifthPage .title-con .tab-nav .item .i4 {
    background-image: url(../images/icon4.png);
}

.fifthPage .title-con .tab-nav .item .i5 {
    background-image: url(../images/icon5.png);
}

.fifthPage .title-con .tab-nav .item .i6 {
    background-image: url(../images/icon6.png);
}

.fifthPage .title-con .tab-nav .item .i7 {
    background-image: url(../images/icon7.png);
}

.fifthPage .title-con .tab-nav .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    background-color: #b40202;
    z-index: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    width: 0;
}

.fifthPage .title-con .tab-nav .item.active .txt {
    opacity: 1;
}

.fifthPage .title-con .tab-nav .item.active::after {
    width: 100%;
}

.fifthPage .title-con .tab-nav .item.first.active::after {
    left: 50%;
    width: calc(100% - 50%);
}

.fifthPage .title-con .tab-nav .item.active .arrow::before {
    background-color: #b40202;
}

.fifthPage .title-con .tab-nav .item.active .i1 {
    background-image: url(../images/icon1-on.png);
}

.fifthPage .title-con .tab-nav .item.active .i2 {
    background-image: url(../images/icon2-on.png);
}

.fifthPage .title-con .tab-nav .item.active .i3 {
    background-image: url(../images/icon3-on.png);
}

.fifthPage .title-con .tab-nav .item.active .i4 {
    background-image: url(../images/icon4-on.png);
}

.fifthPage .title-con .tab-nav .item.active .i5 {
    background-image: url(../images/icon5-on.png);
}

.fifthPage .title-con .tab-nav .item.active .i6 {
    background-image: url(../images/icon6-on.png);
}

.fifthPage .title-con .tab-nav .item.active .i7 {
    background-image: url(../images/icon7-on.png);
}

.fifthPage .title-con .tab-nav .item.last.active::after {
    right: 50%;
    width: calc(100% - 50%);
}

.fifthPage .dp-none {
    display: none;
}

.fifthPage .text-con {
    z-index: 1;
    margin-right: 7%;
    padding: 5%;
}

.fifthPage .content {
    z-index: 2;
}

.fifthPage .content::before {
    content: '';
    position: absolute;
    height: 100%;
    right: 100%;
    left: -999px;
    background-color: #FFF;
    border-bottom: 1px #ebe5dc solid;
    border-right: 1px #ebe5dc solid;
    z-index: -1;
    top: 0;
    transition: all 1s;
    -webkit-transition: all 2s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.fifthPage .text-con .pic {
    width: 300px;
    margin-right: 4%;
}

.fifthPage .text-con .pic img {
    width: 100%;
}

.fifthPage .text-con .title {
    font-size: 30px;
    font-weight: bold;
    padding-left: 20px;
}

.fifthPage .text-con .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 4px;
    background-color: #b40303;
    height: 80%;
}

.fifthPage .text-con .txt {
    margin-top: 30px;
    text-indent: 32px;
}

.fifthPage .text-con .txt p {
    margin: 0;
}

.fifthPage .text-con .more {
    background: #9c7d4e url(../images/jia.png)no-repeat center;
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.fifthPage .num {
    color: #b40202;
    font-family: 'Acumin Variable Concept';
    font-weight: bold;
    font-size: 180px;
    line-height: 1.5;
    margin-top: 6%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    margin-right: 3%;
    /* opacity: 0; */
}

.fifthPage .show {
    display: block;
}

.active.fifthPage .content::before {
    right: 24.1%;
}

@media (max-width:1680px) {
    .fifthPage .title-con .public-title {
        margin-right: 5%;
    }
    .fifthPage .num {
        font-size: 140px;
    }
    .fifthPage .text-con .pic {
        width: 260px;
    }
    .fifthPage .text-con .title {
        font-size: 28px;
    }
}

@media (max-width:1600px) {
    .fifthPage .num {
        font-size: 120px;
    }
    .fifthPage .text-con .pic {
        width: 240px;
    }
    .fifthPage .text-con .title {
        font-size: 26px;
    }
}

@media (max-width:1440px) {
    .fifthPage .num {
        font-size: 100px;
    }
    .fifthPage .text-con .pic {
        width: 200px;
    }
    .fifthPage .text-con .title {
        font-size: 24px;
    }
    .fifthPage .text-con .txt {
        margin-top: 20px;
    }
}

@media (max-width:1199px) {
    .fifthPage {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .fifthPage .title-con {
        /* flex-flow: column; */
        flex-direction: column;
        padding-left: 0;
     
    }
    .fifthPage .title-con .public-title {
        width: 100%;
        margin-right: 0;
        margin-left: .6rem;
    }
    .fifthPage .title-con .tab-nav {
        width: 100%;
        min-width: 100%;
        margin-top: .4rem;
    }
    .fifthPage .num {
        font-size: 1.4rem;
        margin-top: -.4rem;
        text-align: right;
        line-height: 1;
        display: none;
    }
    .fifthPage .text-con {
        padding: .4rem;
        margin-right: 0;
    }
    .fifthPage .content::before,
    .fifthPage .text-con .more {
        display: none;
    }
    .fifthPage .con {
        flex-flow: column;
    }
    .fifthPage .text-con .pic {
        width: 3rem;
        margin-right: .3rem;
    }
    .fifthPage .text-con .title {
        font-size: .34rem;
    }
    .fifthPage .text-con {
        display: block;
    }
    .fifthPage .text-con .pic {
        float: left;
    }
    .fifthPage .text-con .title::before {
        left: 3.1rem;
        height: .3rem;
        top: .1rem;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .fifthPage .text-con .txt {
        text-indent: .32rem;
    }
}

@media (max-width:767px) {
    .fifthPage .title-con .public-title {
        margin-left: 0;
    }
    .fifthPage .text-con {
        padding-left: 0;
        padding-right: 0;
    }
    .fifthPage .mb-more {
        top: .3rem;
    }
}


/* 鑴欒尃鑴楁悅鑴欓垾姣伄顑炲啠鈧鍋拷6鑴欒尃鑴楁ゼ鑴欓垾姣伄娉靛啠鈧鍋拷 */

.sixPage {
    padding-left: calc(9% + 80px);
    padding-right: 9%;
    overflow: hidden;
    padding-top: 11%;
}

.sixPage .content {
    height: calc(100% - 45px - 35px);
    border-left: 1px #e1d8ca solid;
    margin-top: 35px;
    padding-left: 9%;
    padding-right: 9%;
    padding-top: 10px;
}

.sixPage .content::after {
    content: '';
    position: absolute;
    left: -11px;
    top: 60%;
    width: 22px;
    height: 115px;
    background: #FFF url(../images/year2.png)no-repeat center;
}

.sixPage .content .item {
    padding-top: 30px;
    padding-bottom: 40px;
}

.sixPage .content .item .time {
    margin-right: 4%;
    width: 180px;
}

.sixPage .content .item .time::after {
    content: '';
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
    height: 1px;
    background-color: #ebe5dc;
}

.sixPage .content .item .time .day {
    font-size: 60px;
    color: #9c7d4e;
    margin-right: 10px;
    line-height: 1;

}

.sixPage .content .item .time .year {
    line-height: 1.2;
    color: #666666;
    display: block !important;

}

.sixPage .content .item .time .week {
    text-transform: uppercase;
 
}

.sixPage .content .item .time .year span {
    font-size: 18px;
    text-transform: capitalize;
 
}

.sixPage .content .item .txt-con {
    margin-right: 5%;
    align-items: flex-start;
}

.sixPage .content .item .txt-con::after {
    content: '';
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
    height: 1px;
    background-color: #ebe5dc;
    z-index: 0;
}

.sixPage .content .item .txt-con::before {
    content: '';
    position: absolute;
    left: 0;
    top: -30px;
    height: 1px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    width: 0;
    z-index: 1;
}

.sixPage .content .item .tit {
    font-size: 20px;
    font-weight: bold;
    width: 45%;
    margin-right: 3%;
    /* min-height: 60px;  */
    overflow: hidden;
}

.sixPage .content .item .txt {
    color: #666;
    height: 90px;
    overflow: hidden;
}

.sixPage .content .item .more {
    width: 114px;
    height: 39px;
    background: url(../images/more.png)no-repeat right center;
    background-size: auto 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.sixPage .mores {
    position: absolute;
    right: 9%;
    top: 0;
    z-index: 9;
    background: url(../images/more1.png)no-repeat center top;
    width: 55px;
    height: 502px;
    overflow: hidden;
}

.sixPage .mores span {
    width: 100%;
    position: absolute;
    left: 0;
    top: 55%;
    color: #666;
    padding: 15px;
    line-height: 1.4;
}

@media (min-width:1025px) {
    .sixPage .content .item:hover .time .day,
    .sixPage .content .item:hover .tit,
    .sixPage .mores:hover span {
        color: #b30303;
    }
    .sixPage .content .item:hover .txt-con::before {
        background-color: #b30303;
        width: 100%;
    }
    .sixPage .content .item:hover .more {
        background-image: url(../images/more-on.png);
    }
}

@media (max-width:1680px) {
    .sixPage .content .item .tit {
        font-size: 18px;
    }
    .sixPage .content .item .more {
        width: 100px;
    }
}

@media (max-width:1440px) {
    .sixPage .content .item .more {
        width: 80px;
    }
}

@media (max-width:1199px) {
    .sixPage {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: .5rem;
    }
    .sixPage .public-title {
        margin-left: .6rem;
    }
    .sixPage .mores {
        right: .2rem;
        width: .55rem;
        height: 5.02rem;
        background-size: 100%;
    }
    .sixPage .mores span {
        padding: .15rem;
    }
    .sixPage .content .item .time .day {
        font-size: .6rem;
    }
    .sixPage .content .item .time .year span {
        font-size: .24rem;
    }
    .sixPage .content .item .tit {
        font-size: .26rem;
    }
    .sixPage .content::after {
        display: none;
    }
    .sixPage .content {
        border-left: 0;
        padding-left: .4rem;
    }
}

@media (max-width:1023px) {
    .sixPage .content .item .more {
        display: none;
    }
}

@media (max-width:767px) {
    .sixPage {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .sixPage .mb-more {
        top: .95rem;
        right: .2rem;
    }
    .sixPage .public-title {
        margin-left: 0;
    }
    .sixPage .content {
        padding-left: 0;
        padding-right: 0;
    }
    .sixPage .content .item {
        padding-top: .3rem;
        padding-bottom: .4rem;
    }
    .sixPage .content .item .txt-con::after,
    .sixPage .content .item .time::after {
        top: -.3rem;
    }
    .sixPage .content .item .txt-con {
        margin-right: 0;
        flex-flow: column;
        line-height: 1.8;
    }
    .sixPage .content .item .tit {
        width: 100%;
        margin-right: 0;
    }
    .sixPage .mores {
        display: none;
    }
}


/* 鑴欒尃鑴楁悅鑴欓垾姣伄顑炲啠鈧鍋拷7鑴欒尃鑴楁ゼ鑴欓垾姣伄娉靛啠鈧鍋拷 */

.seventhPage {
    background: url(../images/news-bg.jpg)no-repeat center;
    background-size: cover;
    padding-left: 9%;
    padding-top: 11%;
    overflow: hidden;
}

.seventhPage .tit-con {
    justify-content: flex-end;
    margin-right: 8%;
}

.seventhPage .con {
    margin-top: 30px;
}

.seventhPage .focus {
    width: 57%;
    height: 400px;
    border-bottom: 1px #ebe5dc solid;
}

.seventhPage .focus::after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 300px;
    background-color: #ebe5dc;
    top: -300px;
}

.seventhPage .focus::before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 170px;
    background-color: #ebe5dc;
    bottom: 0px;
}

.seventhPage .focus .txt-con {
    padding: 5%;
}

.seventhPage .focus .time {
    color: #b40303;
}

.seventhPage .focus .time span {
    font-weight: bold;
    font-size: 30px;
}

.seventhPage .focus .title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    height: 56px;
    overflow: hidden;
}

.seventhPage .focus .txt {
    margin-top: 10px;
    
    min-height: 100px;
    overflow: hidden;
}

.seventhPage .focus .pic {
    width: 480px;
    height: 285px;
    overflow: hidden;
}

.seventhPage .focus .pic img {
    width: 100%;
    height: 100%;
}

.seventhPage .focus .more {
    position: absolute;
    left: 30%;
    bottom: 5%;
    width: 114px;
    height: 39px;
    background: url(../images/more.png)no-repeat right center;
    background-size: 100%;
    z-index: 2;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}

.seventhPage .focus .swiper-pagination {
    /* left: 55%; */
    right: 240px;
    bottom: 20%;
}

.seventhPage .focus .swiper-pagination-bullet {
    opacity: .3;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.seventhPage .focus .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.seventhPage .focus .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #b40303;
}

.seventhPage .text-list {
    background-color: #f7f9fb;
    border-top: 1px #ebe5dc solid;
    border-bottom: 1px #ebe5dc solid;
    height: 285px;
}

.seventhPage .text-list ul {
    width: 72%;
    height: 100%;
    border-right: 1px #ebe5dc solid;
    padding: 5%;
    overflow: hidden;
}

.seventhPage .text-list li {
    line-height: 1.5;
    margin-bottom: 20px;
}

.seventhPage .text-list li:last-child {
    margin-bottom: 0;
}

.seventhPage .text-list li .time {
    background-color: #f8f8f8;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 20px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.seventhPage .text-list li a {
    /* min-height: 48px; */
    display: flex;
    overflow: hidden;
}

.seventhPage .pic-con {
    justify-content: flex-end;
    margin-right: 12%;
    /* margin-top: -130px; */
    margin-top: -80px;
    z-index: 2;
    width: 785px;
    background-color: #b40303;
    height: 285px;
    color: #FFF;
}

.seventhPage .pic-con::before {
    content: '';
    position: absolute;
    left: 0;
    top: 285px;
    background-color: #ebe5dc;
    width: 1px;
    height: 400px;
}

.seventhPage .pic-con::after {
    content: '';
    position: absolute;
    left: 53%;
    top: 285px;
    background-color: #ebe5dc;
    width: 1px;
    height: 400px;
}

.seventhPage .pic-con .pic {
    width: 464px;
    height: 285px;
    overflow: hidden;
}

.seventhPage .pic-con .pic img {
    width: 100%;
}

.seventhPage .pic-con .text {
    padding: 5%;
}

.seventhPage .pic-con .title a {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.5;
}

.seventhPage .pic-con .more {
    width: 114px;
    height: 39px;
    background: url(../images/more2.png)no-repeat right center;
    background-size: 100%;
    margin-top: 20px;
}

.seventhPage .mores {
    position: absolute;
    right: 4%;
    /* bottom: 49px; */
    top:0;
    z-index: 9;
    background: url(../images/more1.png)no-repeat center bottom;
    width: 55px;
    height: 285px;
    overflow: hidden;
}

.seventhPage .mores span {
    width: 100%;
    position: absolute;
    left: 0;
    top: 20%;
    color: #666;
    padding: 15px;
    line-height: 1.4;
    background-color: transparent;
}

@media (min-width:1025px) {
    .seventhPage .text-list li:hover .time {
        background-color: #b40303;
        color: #FFF;
    }
    .seventhPage .focus .more:hover {
        background-image: url(../images/more-on.png);
    }
}

@media (max-width:1199px) {
    .seventhPage {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .seventhPage .tit-con {
        justify-content: flex-start;
        margin-left: .6rem;
    }
    .seventhPage .text-list ul,
    .seventhPage .focus {
        width: 100%;
    }
    .seventhPage .focus::after,
    .seventhPage .focus::before,
    .seventhPage .pic-con::before {
        display: none;
    }
    .seventhPage .focus {
        border-bottom: 0;
    }
    .seventhPage .pic-con {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }
    .seventhPage .con {
        flex-flow: column;
    }
    .seventhPage .text-list ul {
        border-top: 1px #ebe5dc solid;
        border-right: 0;
    }
    .seventhPage .focus .time span {
        font-size: .36rem;
    }
    .seventhPage .text-list li .time {
        width: .9rem;
        height: .9rem;
        margin-right: .2rem;
    }
    .seventhPage .pic-con .title a {
        font-size: .28rem;
    }
    .seventhPage .pic-con .more {
        width: 1.14rem;
        height: .39rem;
        background-size: cover;
    }
    .seventhPage .pic-con::after {
        display: none;
    }
}

@media (max-width:767px) {
    .seventhPage .mores {
        display: none;
    }
    .seventhPage .mb-more {
        top: .95rem;
        right: .2rem;
    }
    .seventhPage .tit-con {
        margin-left: 0;
        margin-right: 0;
    }
    .seventhPage .focus {
        padding-bottom: 1.6rem;
        height: auto;
    }
    .seventhPage .focus .pic {
        order: 1;
        width: 100%;
        height: 3.8rem;
    }
    .seventhPage .focus .txt-con {
        order: 2;
        padding: 0;
        margin-top: .3rem;
    }
    .seventhPage .focus .swiper-slide {
        flex-flow: column;
    }
    .seventhPage .focus .more {
        /* width: 1.14rem;
        height: .39rem;
        background-size: 100%;
        left: .4rem;
        bottom: .6rem; */
        display: none;
    }
    .seventhPage .pic-con {
        flex-flow: column;
        height: auto;
    }
    .seventhPage .pic-con .pic {
        width: 100%;
        order: 1;
        height: 3.85rem;
    }
    .seventhPage .pic-con .text {
        order: 2;
        padding: .2rem;
    }
    .seventhPage .focus .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .seventhPage .text-list ul {
        padding-left: 0;
        padding-right: 0;
    }
}

/* 鑴欒尃鑴楁悅鑴欓垾姣伄顑炲啠鈧鍋優鍏ゆ崡鍋儍鍏熲挌鈶┾偓姣優鍋冲啠鈧鍋個鍏ゆ崡鍋儍鍐ｂ偓姣伄娉靛啠鈧鍋拷 */

.eightPage {
    background: url(../images/bg4.jpg)no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
    padding-left: 13.5%;
    padding-right: 13.5%;
    padding-top: 11%;
}

.eightPage .content {
    height: 530px;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-top: 40px;
}

.eightPage .content li {
    background-size: 100% 100%;

    background-position: center;
    background-repeat: no-repeat;
    width: 238px;
    height: 530px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    -webkit-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    -moz-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    -ms-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    -o-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.eightPage .content li::before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    opacity: .9;
}



.eightPage .content li:nth-child(1)::before {
    background-color: #b40303;
}

.eightPage .content li:nth-child(2)::before {
    background-color: #f08631;
}

.eightPage .content li:nth-child(3)::before {
    background-color: #ab926a;
}

.eightPage .content li:nth-child(4)::before {
    background-color: #999999;
}

.eightPage .content li:nth-child(1) {
    background-image: url(../images/img6.jpg);

}
.eightPage .content li:nth-child(2) {
    background-image: url(../images/img5.jpg);
}

.eightPage .content li:nth-child(3) {
    background-image: url(../images/71.jpg);
}

.eightPage .content li:nth-child(4) {
    background-image: url(../images/img8.jpg);
}

.eightPage .content li .title {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 3;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    width: 35px;
}

.eightPage .content li .title .icon {
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.eightPage .content li:nth-child(1) .title .icon,
.eightPage .content li:nth-child(1) .text-content .icon {
    background-image: url(../images/icon8.png);
}

.eightPage .content li:nth-child(2) .title .icon,
.eightPage .content li:nth-child(2) .text-content .icon {
    background-image: url(../images/icon9.png);
}

.eightPage .content li:nth-child(3) .title .icon,
.eightPage .content li:nth-child(3) .text-content .icon {
    background-image: url(../images/icon10.png);
}

.eightPage .content li:nth-child(4) .title .icon,
.eightPage .content li:nth-child(4) .text-content .icon {
    background-image: url(../images/icon11.png);
}

.eightPage .content li .text-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 8% 8%;
    color: #FFF;
    z-index: 2;
    display: none;
}

.eightPage .content li .text-content .tit {
    font-size: 24px;
    font-weight: bold;
}

.eightPage .content li .text-content .icon {
    height: 35px;
    width: 36px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.eightPage .content li .text-content .txt {
    margin-top: 30px;
}

.eightPage .content li .text-content .txt a {
    color: #FFF;
    margin-top: 10px;
}

.eightPage .content li .text-content .play {
    width: 57px;
    height: 57px;
    background: url(../images/play.png)no-repeat center;
    background-size: 100%;
    margin-top: 70px;
}

.eightPage .content li.active {
    flex-grow: 10000;
}

.eightPage .content li.active::before {
    display: none;
}

.eightPage .content li.active .text-content {
    display: block;
}

.eightPage .content li.active .title {
    display: none;
}

@media (min-width:1025px) {
    .eightPage .content li .text-content .txt a:hover {
        text-decoration: underline;
    }
}

@media (max-widht:1600px) {
    .eightPage .content li {
        background-position: center;
        background-repeat: no-repeat;
        width: 135px;
    }
}

@media (max-width: 767px){
    .eightPage .content li .text-content .play {
        margin-top: 0 !important;
        
    }
}
@media (max-width:1199px) {
    .seventhPage .focus .swiper-pagination {
        right: 240px;
        bottom: 8%;
    }
    .eightPage {
        padding-left: .4rem;
        padding-right: .4rem;
        margin-bottom: .6rem;
    }
    .eightPage .content {
        height: auto;
    }
    .eightPage .content ul {
        flex-wrap: wrap;
    }
    .eightPage .content li {
        width: 100% !important;
        height: 2rem;
        background-size: 100% 100%;
        background-color: gray;
        /* background-size: contain; */
    }


    .eightPage .content li .title {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        left: 0;
        font-size: .34rem;
    }
    .eightPage .content li .title .icon {
        width: .7rem;
        height: .7rem;
        margin-bottom: 0;
    }
    .eightPage .content li .text-content {
        padding: 1rem;
    }
    /* .eightPage .content li .title,
    .eightPage .content li:nth-child(2)::before,
    .eightPage .content li:nth-child(3)::before,
    .eightPage .content li:nth-child(4)::before {
        display: none;
    }
    .eightPage .content li .text-content {
        display: block;
    } */
    .eightPage .content li .text-content .tit {
        font-size: .32rem;
    }
    .eightPage .content li .text-content .play {
        width: .8rem;
        height: .8rem;
        background-size: 100%;
        margin-top: .6rem;
    }
    .eightPage .content li .text-content .txt a {
        margin-top: .1rem;
    }
    .eightPage .content li.active {
        flex: none;
        width: 100% !important;
        height:5.4rem;
    }
}

@media (max-width:767px) {
    .eightPage {
        padding-left: .2rem;
        padding-right: .2rem;
        margin-top: .6rem;
    }
    .eightPage .mb-more {
        top: .9rem;
        right: .2rem;
    }
    .sixPage .content .item .time {
        margin-right: 4%;
        width: 1.80rem;
    }
  

}