.section {
    overflow: hidden;
}

#fp-nav {
    right: 0.46rem;
}

#fp-nav ul li {
    display: block;
    width: 0.14rem !important;
    height: 0.14rem !important;
    margin-bottom: 0.17rem !important;
    position: relative;
}

#fp-nav ul li a {
    display: block;
    position: relative;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 1;
    width: 0.14rem !important;
    height: 0.14rem !important;
    background: #CF000C;
    opacity: 0.5;
    text-decoration: none;
    border-radius: 50%;
}

#fp-nav ul li .active {
    width: 0.27rem !important;
    height: 0.27rem !important;
    background: url(../imgs/index/activation_img.png) no-repeat !important;
    background-size: 100% 100% !important;
}

video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    object-fit: cover;
}

section {
    position: relative;
}

.index_two,
.index_three,
.index_four,
.index_five,
.index_six,
.index_seven {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.index_one {
    position: relative;
}

.box_one {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.box_one img {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.title_one {
    font-size: 0.4rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: bold;
    color: #E50113;
    line-height: 1.5rem;
    text-align: center;
    letter-spacing: 0.5rem;
    text-indent: .5rem;
}

.index_two {
    background: url(../imgs/index/section_two_background.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.index_three {
    background: url(../imgs/index/section_three_background.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.index_four {
    background: url(../imgs/index/section_four_background.jpg) no-repeat;
    background-size:  cover;
    background-position: center bottom;
}

.index_five {
    background: url(../imgs/index/section_five_background.png) no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .5s;
}

.index_six {
    background: url(../imgs/index/section_six_background.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.index_seven {
    background: url(../imgs/index/section_seven_background.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.index_activa {
    animation: mymoveindex 2s .5s;
}

@keyframes mymoveindex {
    0% {
        filter: blur(20px);
        transform: scale(1.2);
    }

    100% {
        filter: blur(0px);
        transform: scale(1);
    }
}

.white {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.white_activa {
    animation: mymovetwo 1s forwards;
}

@keyframes mymovetwo {
    0% {
        background-color: #fff;
        opacity: 1;
        display: block;
    }

    50% {
        background-color: #fff;
        opacity: 1;
        display: block;
    }

    100% {
        background-color: #fff;
        opacity: 0;
        display: none;
    }
}

.mb_two {
    background: #271508;
}

.mb_three {
    background: #EEEEEE;
}

.mb_four {
    background: #000000;
}

.mb_five {
    background: #FFFFFF;
}

.mb_six {
    background: #260D05;
}

.mb_seven {
    background: #E9E5E3;
}

.mb_activa {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    animation: mymovemb 1s 3s forwards;
}

@keyframes mymovemb {
    0% {
        opacity: 0;
    }

    100% {
        opacity: .6;
    }
}

.text_two {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 300;
    display: none;
}

.text_activa {
    display: block;
    animation: mymovetext 4s ease-out forwards;
}

@keyframes mymovetext {
    0% {
        top: 20%;
        opacity: 0;
    }

    25% {
        top: 0;
        opacity: 1;
    }

    50% {
        top: 0;
        opacity: 1;
    }

    70% {
        top: 0;
        opacity: 1;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.num,
.num img {
    width: 100%;
    height: auto;
}

.txt {
    width: 5.86rem;
    height: 1.03rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.36rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFF6F2;
    line-height: 0.56rem;
    /* letter-spacing: .5rem; */
}

.button {
    display: block;
    margin: 0.66rem auto 0;
    line-height: 0.51rem;
    text-indent: 0.38rem;
    width: 1.8rem;
    height: 0.51rem;
    background: #CF000C;
    border-radius: 0.26rem 0.26rem 0.26rem 0.26rem;
    position: relative;
}

.button span {
    display: block;
    width: 0.35rem;
    height: 0.35rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0.11rem;
    top: 0.08rem;
    padding: 0.12rem 0.07rem;
    box-sizing: border-box;
}

.button span img {
    width: 0.2rem;
    height: 0.11rem;
    float: left;
}

.text_three {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
}

.center_three {
    width: 16.8rem;
    height: 7.43rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.left_three {
    width: 7.5rem;
    height: auto;
}

.tit {
    position: relative;
    height: 1.58rem;
    padding: 0.56rem 0 0.23rem;
    box-sizing: border-box;
    font-size: 0.6rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #CF000C;
    margin-bottom: 1rem;
}

.tit span {
    width: 3.72rem;
    height: 1.58rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    font-size: 1.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    opacity: 0.1;
}

.txt_three {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0.7rem;
}

.center_three .swiper {
    width: 7.5rem;
    height: 5rem;
}

.center_three .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.center_three img {
    width: 100%;
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    width: 0.26rem !important;
    height: 0.26rem !important;
    top: 2.65rem !important;

}

.swiper-button-next {
    right: 0 !important;
}

.swiper-button-prev {
    left: 0 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important;
}

.swiper_text {
    width: 7.5rem;
    height: 1.02rem;
    background: rgba(0, 0, 0, 0.56);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.2rem 0.3rem 0.17rem 0.3rem;
    box-sizing: border-box;
}

.swiper_tit {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.25rem;
    margin-bottom: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper_txt {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right_three {
    width: 9.03rem;
}

.top_three {
    width: 5.7rem;
    height: 0.4rem;
    display: flex;
    justify-content: space-between;
    float: right;
    margin-bottom: 0.7rem;
}

.item_t,
.item_tmore{
    display: block;
    width: 1.2rem;
    height: 0.4rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    background: #666666;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}

.item_activa {
    background: #E50113 !important;
}

.buttom_three {
    width: 100%;
    height: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: right;
}

.item_b {
    display: block;
    width: 100%;
    height: 1.61rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0.4rem 0.22rem 0.49rem;
    box-sizing: border-box;
}

.item_b .left {
    /*width: 0.89rem;*/
    position: relative;
}

.month {
    width: 100%;
    font-size: 0.32rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #919191;
    margin-bottom: 0.27rem;
}

.year {
    width: 100%;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #919191;
    line-height: 0.28rem;
}

.line {
    position: absolute;
    width: 100%;
    height: 0.01rem;
    background: #D6D6D6;
    left: 0;
    top: 0.55rem;
}

.item_b .right {
    width: 6.82rem;
}

.tit_r {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.txt_r {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #747474;
    line-height: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.right:hover .txt_r {
    text-decoration: underline;
}

.text_fout {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
}

.center_four {
    width: 16.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.tit_four {
    /*width: 4.82rem;*/
    height: 1.58rem;
    position: relative;
    font-size: 0.6rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    padding: 0.56rem 1.2rem 0.23rem;
    box-sizing: border-box;
    margin-bottom: 2.1rem;
}

.tit_four span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    font-size: 1.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.1;
}

.txt_four {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 1.8rem;
}

.swiper_honor {
    width: 100%;
    height: 4.06rem;
    overflow: unset !important;
}

.swiper_honor .swiper-slide {
    width: 2.9rem;
    height: 4.06rem;
}

.swiper_honor .swiper-slide img {
    width: 100%;
    height: 100%;
}

.alt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 500;
    display: none;
}

.alt img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.3);
}

.text_five {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
    display: flex;
}

.item_five {
    width: 25%;
    height: 100%;
    position: relative;
}

.item_five::after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.item_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item_boxdh {
    animation: up 3s forwards;
}

@keyframes up {
    0% {
        top: -200%;
    }

    100% {
        top: 60%;
    }
}

.text_five .title {
    position: absolute;
    top: 9%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.title_five {
    width: 4.82rem;
    height: 1.58rem;
    position: relative;
    font-size: 0.6rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #555555;
    margin: 0 auto;
    text-align: center;
    padding: 0.56rem 1.2rem 0.23rem;
    box-sizing: border-box;
}

.title_five span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    opacity: 0.2;
}

.tit_five {
    width: 2.88rem;
    /* height: 0.83rem; */
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #555555;
    line-height: 0.46rem;
    text-align: center;
    margin: 0.5rem auto 0.51rem;
}

.txt_five {
    width: 3.5rem;
    height: 0.84rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.3rem;
    text-align: center;
}

.imgbox_five img {
    display: block;
    margin: 0 auto;
    width: 1rem;
    height: 1rem;
}

.none_five {
    display: none;
}

.button_five {
    display: block;
    width: 0.52rem;
    height: 0.52rem;
    background: #FFFFFF;
    border: 0.01rem solid #FFFFFF;
    border-radius: 50%;
    padding: 0.12rem;
    box-sizing: border-box;
    margin: 0.39rem auto 0;
    display: none;
}

.button_five img {
    width: 0.28rem;
    height: 0.28rem;
}

.item_five:hover::after {
    background: rgba(207, 0, 12, .8);
    height: 100%;
    transition: all .5s;
}

.item_five:hover .tit_five {
    margin: .5rem auto 0.37rem;
    color: #FFFFFF;
}

.item_five:hover .txt_five {
    margin: 0 auto 0.37rem;
    color: #FFFFFF;
}

.item_five:hover .imgbox_five {
    display: none;
}

.item_five:hover .none_five {
    display: block;
}

.item_five:hover .button_five {
    display: block;
}

.box4 .item_box {
    left: 45%;
}

/*.text_six {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 100;*/
/*    display: flex;*/
/*}*/
/*.six_box{*/
/*    width: 16.9rem;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    margin: 0 1.1rem 0 1.2rem;*/
/*    padding: 2.1rem 0 1.2rem;*/
/*    box-sizing: border-box;*/
/*    justify-content: space-between;*/
/*    background: url(../imgs/index/section-six-line.png) no-repeat;*/
/*    background-size: auto 100%;*/
/*    background-position: right;*/
/*    position: absolute;*/
/*}*/
/*.six_box_active{*/
/*    top: 100%;*/
/*    animation: identifier 2s 1.5s forwards;*/
/*}*/
/*@keyframes identifier {*/
/*    0% {*/
/*        top: 200%;*/
/*    }*/
    
/*    100% {*/
/*        top: 0%;*/
/*    }*/
/*}*/
/*.six_box_left{*/
/*    max-width: 6rem;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*}*/
/*.six_title{*/
/*    font-size: 0.32rem;*/
/*    font-family: Microsoft YaHei-Bold, Microsoft YaHei;*/
/*    font-weight: bold;*/
/*    color: #FFFFFF;*/
/*}*/
/*.six_txt_item{*/
/*    display: none;*/
/*}*/
/*.six_txt_item:nth-child(1){*/
/*    display: block;*/
/*}*/
/*.six_tit{*/
/*    font-size: 0.26rem;*/
/*    font-family: Microsoft YaHei-Bold, Microsoft YaHei;*/
/*    font-weight: bold;*/
/*    color: #FFFFFF;*/
/*    padding-bottom: .2rem;*/
/*    margin-bottom: .2rem;*/
/*    position: relative;*/
/*}*/
/*.six_tit::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 0.8rem;*/
/*    height: 0.04rem;*/
/*    background: #FFFFFF;*/
/*    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*}*/
/*.six_txt{*/
/*    font-size: 0.2rem;*/
/*    font-family: Microsoft YaHei-Regular, Microsoft YaHei;*/
/*    font-weight: 400;*/
/*    color: #FFFFFF;*/
/*}*/
/*.six_box_right{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    margin-right: .38rem;*/
/*}*/
/*.six_box_right_item{*/
/*    width: 2.2rem;*/
/*    height: 0.8rem;*/
/*    background: rgba(255, 255, 255, .3);*/
/*    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;*/
/*    display: flex;*/
/*    padding: .1rem;*/
/*    box-sizing: border-box;*/
/*    align-items: center;*/
/*    margin-bottom: .35rem;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*}*/
/*.six_active{*/
/*    background:#fff*/
/*}*/
/*.six_box_right_item::after{*/
/*    content: '';*/
/*    width: .2rem;*/
/*    height: .2rem;*/
/*    position: absolute;*/
/*    border: .03rem solid #fff;*/
/*    border-radius: 50%;*/
/*    background: #E50113;*/
/*    right: -.5rem;*/
/*}*/
/*.six_img_box img {*/
/*    width: .6rem;*/
/*    height: .6rem;*/
/*    margin-right: .2rem;*/
/*}*/
/*.six_img_box img:last-child{*/
/*    display: none;*/
/*}*/
/*.six_active .six_img_box img:first-child{*/
/*    display: none;*/
/*}*/
/*.six_active .six_img_box img:last-child{*/
/*    display: block;*/
/*}*/
/*.six_box_right_text{*/
/*    font-size: 0.24rem;*/
/*    font-family: Microsoft YaHei-Regular, Microsoft YaHei;*/
/*    font-weight: 400;*/
/*    color: #FFFFFF;*/
/*}*/
/*.six_active .six_box_right_text{*/
/*    color: #CF000C;*/
/*}*/




.six_box{
    overflow: hidden;
}
.text_six{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
    display: flex;
}
.text_six .title {
    width: 100%;
    height: auto;
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
}
.title_six {
    /*width: 4.82rem;*/
    height: 1.58rem;
    position: relative!important;
    font-size: 0.6rem!important;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei !important;
    font-weight: bold!important;
    color: #FFFFFF !important;
    line-height: 1!important;
    margin: 0 auto;
    text-align: center;
    padding: 0.56rem 1.2rem 0.23rem;
    box-sizing: border-box;
}
.title_six span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 1rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.2;
}
.center_six{
    width: 7.64rem;
    height: 7.18rem;
    position: absolute;
    top: 200%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.center_six img{
    width: 100%;
}
.big{
    width: 7.64rem;
    height: 6.91rem;
    bottom: 0.27rem ;
    /* left: 50%;    */
    transform: translateX(-50%);
    animation: shun 10s infinite linear;
    cursor: pointer;
    z-index: -1;
}
.small{
    position: absolute;
    width: 7.03rem!important;
    height: 7.03rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: -1;
}
@keyframes shun {
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.center_six .big_center span{
    display: block;
    width: 1.06rem;
    height: 1.06rem;    
    cursor: pointer;
    position: absolute;
    z-index: 100;
}
.center_six .big_center span:nth-child(1){
    left: 50%;
    bottom: 6.5rem;
    transform: translateX(-50%);
}
.center_six .big_center span:nth-child(5){
    left: -0.1rem;
    bottom: 3.51rem;
}
.center_six .big_center span:nth-child(2){
    right: -0.13rem;
    bottom:4.25rem;
}
.center_six .big_center span:nth-child(4){
    left: 1.34rem;
    bottom: 0.11rem;
}
.center_six .big_center span:nth-child(3){
    right: 0.4rem;
    bottom: 0.63rem;
}
.red{
    display: none;
}

.small_center{
    width: 3.95rem;
    height: 4.71rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.small_center>img{
    position: absolute;
    width: 3.95rem;
    height: 3.58rem;
    left: 0;
    top: 0;
}

.button_six{
    display: block;
    position: absolute!important;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    line-height: 0.51rem;
    text-indent: 0.38rem;
    width: 1.8rem;
    height: 0.51rem;
    background: #CF000C;
    border-radius: 0.26rem 0.26rem 0.26rem 0.26rem;
    position: relative;
}
.button_six span{
    display: block;
    width: 0.35rem;
    height: 0.35rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0.11rem;
    top: 0.08rem;
    padding: 0.12rem 0.07rem;
    box-sizing: border-box;
}
.button_six span img{
    position: absolute;
    left: 0.07rem;
    top: 0.12rem;
    width: 0.2rem;
    height: 0.1rem;
}
.center_six p{
    position: absolute;
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FCF4E9;
    line-height: 0.4rem;
}
.zheng_txt{
    left: 2.75rem;
    bottom: 7.6rem;
}
.chen_txt{
    left: -2rem;
    bottom: 3.88rem;
}
.jiao_txt{
    right: -2.8rem;
    bottom: 4.62rem;
}
.lin_txt{
    left: -0.38rem;
    bottom: 0.48rem;
}
.xun_txt{
    right: -1.5rem;
    bottom: 1rem;
}







.text_seven {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
}

.center_seven {
    width: 16.82rem;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top_seven {
    margin-bottom: 1.5rem;
}

.tit_seven {
    width: 5rem;
    height: 1.58rem;
    position: relative;
    font-size: 0.6rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #CF000C;
    margin: 0 auto;
    text-align: center;
    padding: 0.56rem 1.2rem 0.23rem;
    box-sizing: border-box;
    white-space: nowrap;
}

.tit_seven span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    opacity: 0.1;
}

.txt_seven {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 0.8rem;
}

.bottom_seven {
    width: 16.82rem;
    display: flex;
    justify-content: space-between;
}

.itme_seven {
    width: 3.92rem;
    height: 4.71rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
    /* opacity: 0.7; */
    overflow: hidden;
    padding: 0 0.31rem;
    box-sizing: border-box;
    background: url(../imgs/index/bjk.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.itme_seven>img {
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    margin: 0.56rem auto 0.46rem;
}

.tit_seven_en {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 0.2rem;
    text-align: center;
    margin-bottom: 0.3rem;
}

.txt_seven_en {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
    /* text-align: center; */
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
}

.button_seven {
    display: block;
    margin: 0.66rem auto 0;
    line-height: 0.51rem;
    text-indent: 0.38rem;
    width: 1.8rem;
    height: 0.51rem;
    border-radius: 0.26rem 0.26rem 0.26rem 0.26rem;
    position: relative;
    color: #666666;
    border: 0.01rem solid #A1A1A1;
}

.button_seven span {
    display: block;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    position: absolute;
    right: 0.11rem;
    top: 0.08rem;
    padding: 0.12rem 0.07rem;
    box-sizing: border-box;
    background: #fff url(../imgs/index/section_seven_arrow\ .png) no-repeat;
    background-position: 0.07rem 0.12rem;
    background-size: 0.2rem 0.11rem;
}

.itme_seven:hover .button_seven {
    background: #CF000C;
    color: #FFFFFF;
    border: 0.01rem solid #CF000C;
}

.itme_seven:hover .button_seven span {
    background: #fff url(../imgs/index/section_six_arrow.png) no-repeat;
    background-position: 0.07rem 0.12rem;
    background-size: 0.2rem 0.11rem;
}

.eight_center {
    width: 16.8rem;
    height: 1.2rem;
    margin: 0.82rem auto;
    display: flex;
    justify-content: space-between;
}

.tit_eight {
    width: 3.48rem;
    height: 1.32rem;
    position: relative;
    font-size: 0.6rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #CF000C;
    padding-top: 0.35rem;
    box-sizing: border-box;
}

.tit_eight span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    opacity: 0.1;
}

.txt_eight {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.right_eight {
    width: 12.63rem;
    height: 1.2rem;
    display: flex;
    justify-content: space-between;
}

.item_eight {
    display: flex;
    justify-content: space-between;
}

.item_eight img {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.1rem;
}

.top_eight {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.28rem;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
}

.bottom_eight {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.24rem;
}

#fp-nav ul li:last-child {
    display: none;
}

.pink {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 0.96rem;
    left: 1.92rem;
    background: #E50113;
    opacity: 0.2;
    border-radius: 50%;
}

.center {
    top: 200%;
    animation: yidong 2s 1.5s forwards;
}

@keyframes yidong {
    0% {
        top: 200%;
    }

    100% {
        top: 50%;
    }
}

.center_new {
    animation: yidongsix 2s 1.5s forwards;
}

@keyframes yidongsix {
    0% {
        top: 200%;
    }

    100% {
        top: 60%;
    }
}

.center_three {
    animation: none;
    top: 50%;
}

.index_three,
.white_three,
.mb_three {
    animation: none;
}


@media only screen and (max-width:1024px){
    .contact_box .map, 
    .liuyan .liuyan_center, 
    .eight_center{
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .txt_eight{
        font-size: 12px;
    }
    .left_eight{
        margin-bottom: 15px;
    }
    .right_eight{
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }
    .top_eight,
    .bottom_eight{
        font-size: 12px;
        margin: 0;
        margin-bottom: 10px;
    }
    .item_eight{
        width: 50%;
        justify-content: normal;
        margin-bottom: 15px;
    }
    .button{
        font-size: 15px;
        width: 2.5rem;
    }
    .center_three{
        width: 100%;
    }
    .left_three{
        display: none;
    }
    .right_three{
         width: 100%;
         padding: 0 15px;
         box-sizing: border-box;
    }
    .top_three{
        width: 100%;
        height: auto;
    }
    .item_t{
        width: auto;
        height: auto;
        padding: 3px 10px;
        font-size: 14px;
    }
    .item_b{
        height: auto;
        margin-bottom: 15px;
    }
    .item_b .right{
        width: 80%;
    }
    .tit_r{
        font-size: 14px;
    }
    .txt_r{
        font-size: 12px;
    }
    .year{
        font-size: 12px;
    }
    .center_four{
        width: 100%;
    }
    .alt img{
        transform: translate(-50%, -50%) scale(.8);
    }
    .text_five{
        flex-direction: column;
        padding-top: 3rem;
        box-sizing: border-box;
    }
    .item_five{
        width: 100%;
    }
    .box4 .item_box{
        left: 50%;
    }
    .item_five:hover .button_five{
        display: none;
    }
    .tit_five{
        font-size: 14px;
    }
    .tit_five{
        width: auto;
        white-space: nowrap;
    }
    .center_six{
        transform: translate(-50%,-50%) scale(.9);
    }
    .zheng_txt,
    .jiao_txt,
    .xun_txt,
    .lin_txt,
    .chen_txt{
        display: none;
    }
    .button_six{
        width: 2.5rem;
        font-size: 14px;
    }
    .center_seven{
        width: 100%;
    }
    .bottom_seven{
        width: 100%;
        flex-wrap: wrap;
        justify-content: normal;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .itme_seven{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .itme_seven:nth-child(2n){
        margin-right: 0;
    }
    .tit_seven_en{
        font-size: 14px;
        line-height: 1;
    }
    .txt_seven_en{
        font-size: 12px;
        overflow: hidden; 
        text-overflow: ellipsis; 
        display: -webkit-box; 
        -webkit-box-orient: vertical; 
        -webkit-line-clamp: 5;
    }
    .top_seven{
        margin-bottom: 20px;
    }
    
    .swiper_honor{
        height: 5.06rem;
        transform: scale(1.3);
    }
    
    .index_four{
        background-size: cover;
        background-position: center bottom;
    }
    .index_five{
        background-position: left top;
    }
}