@charset "utf-8";
/**
 * Created by sunJia on 2025/10/30.
 * @Description: Index Style.
 */
.wrapbanner{overflow: hidden;position: relative;box-sizing: border-box;z-index: 2;flex: 1; min-width: 0;
    flex-direction: row-reverse;align-items: flex-start; display: none;}
.banner{position: relative;}
.banner::before{ content: '';display: block;width: 100%;height: 0;padding-bottom: 9.74%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;left: 0;bottom: 0;z-index: 2;pointer-events: none;-ms-pointer-events: none;
}
/* .banner {height: 100vh; overflow-y: auto;} */
/* .banner .swiper-wrapper{height: 100vh; overflow-y: auto;} */
.banner .swiper-slide{ max-height: 100vh; background-attachment: fixed;background-repeat: no-repeat;background-size: cover;}
.banner a{display:block;position:relative;}
.banner .gp-img{padding-bottom: 58.6%;padding-bottom: 100vh; position: relative;
    background-repeat: no-repeat;background-size: cover;background-attachment: fixed;}
.banner .gp-img::before{content: '';display: none;opacity: 1;height: 100%;position: absolute;left: 0;right: 0;bottom: 0;z-index: 2;
	background: rgba(32, 36, 45, 0.25);pointer-events: none;
}
.banner .gp-img video,.banner .gp-img img{width:100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.banner .gp-img video{width:100%;height: auto;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}

.banner .swiper-pagination{font-size: 0;text-align: right;left: auto;right: 50%;transform: translateX(50%); bottom: .46rem;width: auto;}
.banner .swiper-pagination .swiper-pagination-bullet{width: .47rem;height: .47rem;opacity: .6;margin: 0rem 0.08rem; color: #fff;
	border-radius: 0; background: url(../images/cloud.svg) no-repeat center/100%; position: relative;transition: all 0.3s ease-in-out;vertical-align: bottom;}
.banner .swiper-pagination .swiper-pagination-bullet-active{ opacity: 1;}
.banner .banner-func-area{ z-index: 2;position: absolute;top: 50%;transform: translateY(-50%);width: 100%;padding: 0 .54rem;
    pointer-events: none;-ms-pointer-events: none;}
.banner .swiper-arrow{ display: none; width: .52rem; height: .52rem;line-height: .52rem;text-align: center;pointer-events: auto;-ms-pointer-events: auto;
    border-radius: 50%;background: #94070A; font-size: .24rem;color: #fff; z-index: 1;position: relative;}
.banner .swiper-arrow::after{ content: '';display: block;position: absolute;top: -.07rem;right: -.07rem;bottom: -.07rem;left: -.07rem;
    border: 1px solid rgba(148, 7, 10, .3);border-radius: 50%;transition: all .3s ease;}
.banner .swiper-arrow:hover::after{
    animation: bannerArrow .8s ease-in-out infinite alternate;
}
@keyframes bannerArrow {
    0%{ transform: scale(.8);}
    100%{ transform: scale(1.1);}
}

.pc-banner{ position: relative; z-index: 2; height: 100vh; overflow-y: auto;}
.page-full{ position: relative; background-attachment: fixed; background-repeat: no-repeat; background-size: cover;}
.page-full .gp-img-responsive{ padding-bottom: 100vh; background: transparent;background-repeat: no-repeat; background-position: center; background-size: cover;}
.page1{ z-index: 1;}
.page2{ z-index: 2;}
.page3{ z-index: 3;}
.page4{ z-index: 4;}
.page5{ z-index: 5;}
.page6{ z-index: 6;}
.page7{ z-index: 7;}
.page8{ z-index: 8;}
.page9{ z-index: 9;}
.page10{ z-index: 10;}
.pc-banner .banner-func-area{
    position: fixed;
    bottom: 50%;right: 50%;
    transform: translate(50%,50%);
    /* transition: bottom 0.5s ease-in-out; */
}
.pc-banner.bottom .banner-func-area{
    position: absolute;
    bottom: 50vh;
}
.pc-banner .swiper-pagination{
    position: fixed;
    bottom: .45rem;
}
.pc-banner.bottom  .swiper-pagination{
    position: absolute;
}
.pc-banner .swiper-pagination-bullet{
    cursor: pointer;
}

.modeTil{ position: relative;}
.modeTil.gp-flex{ align-items: center;}
.modeTil .modeTitle{ display: inline-block; font-weight: 700; color: #333; line-height: 0.46rem;}
.modeMore{ color: #333; width: .77rem; height: 0.23rem; line-height: .25rem; justify-content: center; align-items: center;
    background: url(../images/mode-more.png) no-repeat center/100% auto;text-align: center;}
.modeMore:hover{ transition: all 0.3s ease-in-out; border-color: rgba(148, 7, 10, 0.6);}
.modeMore:hover i{ transition: all 0.3s ease-in-out; transform: rotateZ(90deg);}


.indexContent{
    position: fixed;
    left: 0;
    top: 100vh;
    top: 0vh;
    transform: translateY(100vh);
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 2;
    transition: transform 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
}
.indexContent.currents{
    /* top: 0vh; */
    transform: translateY(0vh);
}
/* row01 */
.row01{
    padding: .78rem 0 .65rem;
    background: url(../images/row01-bg.png) no-repeat center/100% 100%;
    background: url(../images/2lv2.png) no-repeat center/100% 100%;
    background-attachment: fixed;
}
.commonMode{ }
.commonMode ul{ 
    margin: 0 -.37rem;
}
.commonMode li{
    width: 14.25%;
    width: 33.33%;
}
.commonMode li a{
    display: block;
    margin: 0 .37rem;
    padding-bottom: 26.54%;
    height: 0;
    position: relative;
    background: url(../images/row01-li-bg.png) no-repeat center/100% 100%;
}
.commonMode li .box{ 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    align-items: center;
    justify-content: center;
}
.commonMode li .icon{
    max-width: .81rem;
    max-height: .74rem;
    margin: 0 auto;
    text-align: center;
    flex-shrink: 0;
}
.commonMode a:hover .icon img{
    animation: beat 0.7s 1;
}
@-webkit-keyframes beat {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }

    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}
.commonMode li .name{
    text-align: center;
    color: #931F31;
    line-height: 1.33;
    margin-top: .13rem;
    margin-top: 0;
    margin-left: .4rem;
    min-width: fit-content;
}
.mode01{
    margin-top: .64rem;
}
.mode01 .modeCon{
    margin-top: .2rem;
}
.mode01 ul{
    align-items: center;
}
.mode01 li{
    width: 9.27%;
    transition: all 0.35s ease-in-out;
}
.mode01 li.on{
    width: 76.875%;
}
.mode01 li .a{
    width: 100%;
}
.mode01 .itemTil{
    width: 100%;
    width: 1.49rem;
    flex-shrink: 0;
    background: url(../images/mode01-bg1.png) no-repeat center/100% 100%;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    box-sizing: border-box;
    cursor: pointer;
}
.mode01 li:nth-of-type(2) .itemTil{
    background: url(../images/mode01-bg2.png) no-repeat center/100% 100%;
}
.mode01 li:nth-of-type(3) .itemTil{
    background: url(../images/mode01-bg3.png) no-repeat center/100% 100%;
}
.mode01 .itemTil .gp-flex{
    flex-direction: column;
    align-items: center;
}
.mode01 .itemTil i{
    font-size: 0;
    width: .32rem;
}
.mode01 .itemTil:hover img{
    animation: bounceIn 1s ease-in-out;
}
@keyframes bounceIn {
    0% {
        opacity: .5;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
.mode01 .itemTil i:last-child{
    transform: rotateX(180deg);
}
.mode01 .itemName{
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-lr;
    color: #fff;
    margin: .18rem 0.05rem;
}
.mode01 .itemCon{
    position: relative;
    max-width: 0;
    overflow: hidden;
    max-height: 4.92rem;
    background: url(../images/mode01-dl-bg.png) no-repeat center/100% 100%;
    opacity: 0;
    transition: all 0.35s ease-in-out, opacity 0.15s ease;
}
.mode01 .itemCon .modeMore{
    position: absolute;
    right: 0.5rem;
    bottom: .3rem;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease-in-out .3s;
}
.mode01 .on .itemCon .modeMore{
    opacity: 1;
}
.mode01 .itemCon dl{
    padding: .3rem .26rem;
    padding-right: .3rem;
    background: url(../images/mode01-bg.png) no-repeat center/86% auto;
}
.mode01 .itemCon dd{
    margin-bottom: .3rem;
    transition: all 0.3s ease-in-out;
}
.mode01 .itemCon dd:last-child{
    margin-bottom: 0rem;
}
.mode01 .itemCon dd:hover{
    /* transform: translateX(.06rem); */
}
.mode01 .img{
    width: 2.2rem;
    flex-shrink: 0;
    margin-right: .2rem;
}
.mode01 .info{
    flex: 1;
    min-width: 0;
}
.mode01 .gp-img-responsive{
    padding-bottom: 56.25%;
}
.mode01 .info .title{
    line-height: 1.31;
}
.mode01 .info .summary{
    color: #999;
    line-height: 1.71;
    margin-top: .1rem;
}
.mode01 .info .date{
    margin-top: .2rem;
    padding-left: .28rem;
    background: url(../images/time-icon.svg) no-repeat left center/auto 100%;
    line-height: 1.71;
}
.mode01 li.on .itemTil{
    margin-right: .3rem;
}
.mode01 li.on .itemCon{
    max-width: unset;
    max-width: 10.5rem;
    opacity: 1;
    flex: 1;
}

/* row02 */
@font-face {
    font-family: 'STLiti';
    src: url('../fonts/STLiti.eot');
    src: url('../fonts/STLiti.eot?#iefix') format('embedded-opentype'),
        url('../fonts/STLiti.woff2') format('woff2'),
        url('../fonts/STLiti.woff') format('woff'),
        url('../fonts/STLiti.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.fmSTLiti{
    font-family: 'STLiti';
}
.row02{
    padding: .62rem 0;
    background: url(../images/row02-bg.png) no-repeat center/100% 100%;
    background: url(../images/2lv3.png) no-repeat center/100% 100%;
    background-attachment: fixed;
}
.mode02{}
.mode02 .modeTil{
    display: none;
}
.mode02 .modeCon{
}
.mode02 .lf{
    width: 74.875%;
    flex-direction: column;
}
.mode02 .rt{
    width: 24.06%;
}
.mode02 .box{}
.mode02 .box ul{
    justify-content: center;
    margin-bottom: .06rem;
}
.mode02 .box:nth-last-of-type(1) ul:last-child{
    margin-bottom: 0;
}
.mode02 .box li{
    position: relative;
    z-index: 1;
    flex: 1;
    max-width: 1.18rem;
    padding: 0 .01rem;
}
.mode02 .box a{
    position: relative;
    display: block;
    color: #FFEDC5;
    text-shadow:
        -1px -1px 0 #58440F,  
        1px -1px 0 #58440F,
        -1px  1px 0 #58440F,
        1px  1px 0 #58440F;
    background: url(../images/daxiansheng-ico.svg) no-repeat center/100% 100%;
    text-align: center;
    line-height: .72rem;
    z-index: 1;
}
.mode02 .box li::before{
    content: '';
    display: block;
    position: absolute;
    top: .1rem;
    right: .07rem;
    bottom: .1rem;
    left: .07rem;
    z-index: -1;
}
.mode02 .box.middle .middleSide ul:nth-of-type(1) li::before{
    right: .08rem;
    left: .08rem;
}
.mode02 .box li:hover::before{
    background-color: #C8A266;
}
.mode02 .modeTil-PC{
    
}
.mode02 .box.middle{}
.mode02 .box.middle > div{
    align-items: center;
    justify-content: center;
}
.mode02 .box.middle .middleSide{
    width: 24.87%;
}
.mode02 .box.middle ul{
    justify-content: flex-start;
}
.mode02 .box.middle .middleSide:nth-of-type(1) ul{
    justify-content: flex-end;
}
.mode02 .box.middle .middleSide ul:nth-of-type(1) li{
    max-width: 1.48rem;
}
.mode02 .box.middle .middleSide ul:nth-of-type(1) li a{
    background: url(../images/daxiansheng-ico2.svg) no-repeat center/100% 100%;
}
.mode02 .modeTil-PC{
    width: 49.41%;
    background-image: url(../images/daxiansheng.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: relative;
    z-index: 1;
    transform: translateY(.04rem);
}
.mode02 .modeTil-PC::before{
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 27.36%;
}
.mode02 .modeTil-PC a{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    width: 100%;
    background: none;
    font-size: .9rem;
    text-shadow: 2px 0px 7.5px #000000;
    font-weight: normal;
}
.mode02 .detailBox{
    padding: .22rem .2rem;
    background: #B64F5F url(../images/daxiansheng-bg.png) no-repeat center bottom/100% auto;
    height: 100%;
}
.mode02 .detailBox .gp-img-responsive{
    padding-bottom: 100%;
}
.mode02 .detailBox .name{
    color: #fff;
    margin: .2rem 0 .1rem;
    text-align: center;
    line-height: 1.33;
}
.mode02 .detailBox .summary{
    color: #fff;
    font-weight: normal;
    line-height: 1.714;
    -webkit-line-clamp: 7;
}
.mode02 .detailBox .more{
    display: block;
    margin: 0 auto;
    max-width: .77rem;
    line-height: .23rem;
    text-align: center;
    background: url(../images/mode-more-yellow.png) no-repeat center/100% 100%;
    color: #FFEDC5;
    margin-top: 1.29rem;
}

/* row03 */
.row03{
    overflow: hidden;
    padding: .64rem 0;
    background: url(../images/row03-bg.png) no-repeat center/cover;
    background: url(../images/2lv1.png) no-repeat center/100% 100%;
    background-attachment: fixed;
}
.mode03{ overflow: hidden;}
.mode03 .modeCon{
    margin-top: .68rem;
}
.mode03Swiper{
    /* border-bottom: 1px solid rgba(156, 138, 98, .4); */
    max-width: 17rem;
    margin: 0 auto;
    position: relative;
}
.mode03Swiper::before{ content: '';display: block;width: 100vw;height: 1px;background: rgba(156, 138, 98, .4);
    position: absolute;bottom: 0; right: 50%;transform: translateX(50%);z-index: 1;}
.mode03Swiper .swiper-wrapper{
    align-items: flex-end;
}
.mode03Swiper .swiper-slide{}
.mode03Swiper a{
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 .19rem;
}
.mode03Swiper .swiper-slide:nth-of-type(even) a{
    padding-bottom: .79rem;
}
.mode03Swiper .swiper-slide:nth-of-type(odd) a{
    padding-bottom: 1.37rem;
}
.mode03Swiper .gp-img-responsive{
    position: relative;
    padding-bottom: 56.25%;
}
.mode03Swiper .gp-img-responsive::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: .08rem solid #fff;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    -ms-pointer-events: none;
}
.mode03Swiper .name{
    text-align: center;
    line-height: 1.31;
    margin: .2rem 0 .07rem;
}
.mode03Swiper .summary{
    color: #666;
    line-height: 1.35;
}
.mode03Swiper .years{
    position: absolute;
    top: calc(100% - .06rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #931F31;
    line-height: 1.28;
}
.mode03Swiper .years i{
    display: block;
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    background-color: #931F31;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-bottom: .2rem;
}
.mode03Swiper .years i:before{ 
    content: '';
    display: block;
    position: absolute;
    top: -.07rem;
    right: -.07rem;
    bottom: -.07rem;
    left: -.07rem;
    background: rgba(147, 31, 49, .2);
    border-radius: 50%;
    z-index: -1;
}
.mode03 .modeCon > .gp-flex{
    margin-top: .28rem;
    justify-content: center;
    margin-top: .6rem;
}
.mode03 .swiper-arrows{
    position: relative;
    display: block;
    width: .47rem;
    height: .47rem;
    border-radius: 50%;
    border: .02rem solid #931F31;
    margin-right: .18rem;
}
.mode03 .swiper-arrows:last-child{
    margin-right: 0;
}
.mode03 .swiper-arrows::before{
    content: '';
    display: block;
    width: .25rem;
    height: .25rem;
    background: url(../images/mode03-arrow.svg) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.mode03 .swiper-arrows::after{
    content: '';
    display: block;
    position: absolute;
    top: .04rem;
    right: .04rem;
    bottom: .04rem;
    left: .04rem;
    border-radius: 50%;
    border: .01rem solid #931F31;
    border: .01rem solid #94070A;
    z-index: 0;
}
.mode03 .swiper-next::before{
    transform: translate(-50%, -50%) rotate(180deg);
}
.mode03 .swiper-arrows:hover::before{
    background: url(../images/mode03-arrow-hover.svg) no-repeat center/cover;
}
.mode03 .swiper-arrows:hover::after{
    background: #931F31;
    background: #94070A;
}














/* Responsive style */
@media screen and (max-width:1540px){
    .mode02 .box.middle .middleSide ul:nth-of-type(1) li::before{
        right: .05rem;
        left: .05rem;
    }
    .commonMode ul{
        margin: 0 -.2rem;
    }
    .commonMode li a{
        margin: 0 .2rem;
    }
    .commonMode li .name{
        margin-left: .2rem;
    }
}

@media screen and (max-width:996px){
    .pc-banner{ display: none;}
    .wrapbanner{ display: block;}
    .banner .swiper-slide{
        min-height: unset;
    }
    .banner .gp-img{
        padding-bottom: 50%;
    }
    .banner .swiper-pagination{
        bottom: .2rem;
    }
    .banner .swiper-pagination .swiper-pagination-bullet{
        height: .37rem;
    }
    .banner .swiper-arrow{
        width: .45rem;
        height: .45rem;
        line-height: .45rem;
    }
    .indexContent{
        position: relative;
        transform: translateY(0px);
        height: auto;
    }
    .row01, .row02{
        background: #FFFCF6;
    }
    .mode01{
        margin-top: .4rem;
    }
    .commonMode ul{
        margin: 0 -.1rem;
    }
    .commonMode li{
        /* min-width: 1.6rem; */
        /* width: auto; */
    }
    .commonMode li .icon{
        max-width: 0.55rem;
        max-height: .5rem;
    }
    .commonMode li a{
        margin: 0 .1rem;
        padding-left: .3rem;
        padding-right: .3rem; 
    }
    .commonMode li .name{
        margin-left: .2rem;
        font-size: .22rem;
    }
    .mode01 ul{
        flex-direction: column;
    }
    .mode01 li.on,
    .mode01 li{
        width: 100%;
    }
    .mode01 li{
        margin-bottom: .2rem;
    }
    .mode01 li:last-child{
        margin-bottom: 0;
    }
    .mode01 li .a{
        flex-direction: column;
    }
    .mode01 .itemTil{
        width: auto;
        max-width: unset;
        background: #931F31;
    }
    .mode01 li:nth-of-type(2) .itemTil{
        background: #5C83AA;
    }
    .mode01 li:nth-of-type(3) .itemTil{
        background: #5CA4A9;
    }
    .mode01 .itemTil .gp-flex{
        flex-direction: row;
    }
    .mode01 .itemName{
        writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        margin: .12rem 0;
    }
    .mode01 li.on .itemTil{
        margin-right: 0rem;
    }
    .mode01 .itemCon{
        max-width: unset;
        max-height: unset;
        opacity: 1;
    }
    .mode01 .itemCon dl{
        padding: .2rem;
    }
    .mode01 .itemCon dd{
        margin-bottom: .2rem;
    }
    .mode01 .info .date{
        margin-top: .1rem;
    }
    .mode01 .itemTil i:nth-of-type(1){
        transform: rotateZ(-90deg);
    }
    .mode01 .itemTil i:nth-of-type(2){
        transform: rotateZ(90deg);
    }
    .row01{
        padding: .4rem 0;
    }
    .row02{
        padding: .4rem 0;
    }
    .row03{
        padding: .4rem 0;
    }
    .mode02 .modeTil{
        display: flex;
    }
    .mode02 .modeCon{
        flex-direction: column;
    }
    .mode02 .lf{
        width: 100%;
        overflow-x: auto;
    }
    .mode02 .modeTil-PC{
        display: none;
    }
    .mode02 .modeTil-PC a{
        font-size: .6rem;
    }
    .mode02 .box{
        display: flex;
        display: -ms-flexbox;
        flex-direction: column;
    }
    .mode02 .box ul{
        /* flex-wrap: wrap; */
    }
    .mode02 .box a{
        line-height: 0.55rem;
    }
    .mode02 .lf{
        max-height: 2.4rem;
        overflow-y: scroll;
    }
    .mode02 .box.middle{ order: 3;}
    .mode02 .box.middle .middleSide ul:nth-of-type(1) li,
    .mode02 .box li{
        max-width: unset;
        flex: unset;
        width: .8rem;
    }
    .mode02 .box.middle .middleSide{
        display: flex;
        display: -ms-flexbox;
        width: auto;
    }
    .mode02 .box a{
        text-wrap: nowrap;
        background: url(../images/daxiansheng-ico.svg) no-repeat center/100% 100% !important;
    }
    .mode02 .rt{
        width: 100%;
        margin-top: .2rem;
    }
    .mode02 .detailBox .img{
        max-width: 2.4rem;
        margin: 0 auto;
    }
    .mode02 .detailBox .more{
        margin-top: .2rem;
    }
    .mode03Swiper a{
        margin: 0 .15rem;
    }
    .mode03Swiper .swiper-slide:nth-of-type(even) a{
        padding-bottom: .3rem;
    }
    .mode03Swiper .swiper-slide:nth-of-type(odd) a{
        padding-bottom: .8rem;
    }
    .mode03 .modeCon{
        margin-top: .2rem;
    }
    .mode02 .lf{
        flex-direction: row;
        overflow-x: hidden;
        justify-content: center;
    }
    .mode02 .box{
        flex-direction: row;
    }
    .mode02 .box ul{
        flex-direction: column;
        justify-content: flex-start;
    }
    .mode02 .box.middle > div,
    .mode02 .box.middle .middleSide{
        flex-direction: column;
    }
    .mode02 .box.middle > div, .mode02 .box.middle .middleSide{
        justify-content: flex-start;
    }
    .mode02 .box.middle .middleSide:nth-of-type(1) ul{
        margin-bottom: 0;
    }
}

@media screen and (max-width:767px){
    .commonMode li .name{
        font-size: .2rem;
        margin-left: .15rem;
    }
    .commonMode li .icon{
        max-width: .4rem;
        max-height: .35rem;
    }
    .mode01 .itemCon .modeMore{
        display: block;
        position: relative;
        right: 0;
        bottom: 0;
        margin: 0 auto .2rem;
        opacity: 1;
    }
    
}

@media screen and (max-width:680px){
    .commonMode ul{
        flex-direction: column;
        align-items: center;
    }
    .commonMode li{
        width: 100%;
        max-width: 4rem;
        margin-bottom: .15rem;
    }
    .commonMode li:last-child{
        margin-bottom: 0;
    }
    .mode02 .box{
        max-width: 1.6rem;
        flex-wrap: wrap;
    }

}

@media screen and (max-width:491px){
    .banner .banner-func-area{
        padding: 0 .2rem;
    }
    .banner .swiper-arrow{
        width: .3rem;
        height: .3rem;
        line-height: .3rem;
        font-size: .18rem;
    }
    .banner .swiper-arrow::after{
        top: -0.04rem;
        right: -0.04rem;
        bottom: -0.04rem;
        left: -0.04rem;
    }
    .banner .swiper-pagination{
        bottom: .1rem;
    }
    .banner .swiper-pagination .swiper-pagination-bullet{
        width: .37rem;
        height: .27rem;
        margin: 0 .03rem;
    }
    .row01{
        padding: .3rem 0;
    }
    .mode01{
        margin-top: .3rem;
    }
    .mode01 .modeCon{
        margin-top: .2rem;
    }
    .mode01 .gp-img-responsive{
        padding-bottom: 50%;
    }
    .modeTil .modeTitle{
        line-height: 1.5;
    }
    .mode01 .itemName{
        margin: .08rem .04rem;
    }
    .mode01 .itemCon{
        background: none;
        padding-top: .15rem;
    }
    .mode01 .itemCon dl{
        padding: 0;
    }
    .mode01 .itemCon dd{
        margin-bottom: .15rem;
    }
    .mode01 .itemCon a{
        flex-direction: column;
    }
    .mode01 .img{
        margin-right: 0;
        width: 100%;
        margin-bottom: .1rem;
    }
    .mode01 .info .date,
    .mode01 .info .summary{
        margin-top: .05rem;
    }
    .row02{
        padding: 0 0 .3rem;
    }
    .mode02 .modeCon{
        margin-top: .2rem;
    }
    .mode02 .detailBox{
        padding: .15rem;
    }
    .mode03Swiper a{
        margin: 0 .08rem;
    }
    .mode03Swiper .name{
        margin: .1rem 0 .05rem;
    }
    .mode03Swiper .swiper-slide:nth-of-type(even) a{
        padding-bottom: .2rem;
    }
    .mode03Swiper .swiper-slide:nth-of-type(odd) a{
        padding-bottom: .4rem;
    }
    .mode03Swiper .swiper-slide:nth-of-type(odd) a{
        top: -.04rem;
        right: -.04rem;
        bottom: -.04rem;
        left: -.04rem;
    }
    .mode03 .swiper-arrows{
        width: .35rem;
        height: .35rem;
        line-height: .35rem;
    }
    .mode03 .swiper-arrows::before{
        width: .18rem;
        height: .18rem;
    }
    .commonMode li{
        max-width: 3rem;
    }
    .commonMode li a{
        padding-bottom: 18%;
    }
    .banner .gp-img{
        padding-bottom: 57%;
    }
    .banner .gp-img video, .banner .gp-img img{
        transform: translateY(.12rem);
    }
}

@media screen and (max-width:430px){
    .mode02 .box{
        max-width: unset;
        width: 33.33%;
    }
    .mode02 .box.middle > div,
    .mode02 .box.middle .middleSide,
    .mode02 .box ul{
        width: 100%;
    }
    .mode02 .box.middle .middleSide ul:nth-of-type(1) li, .mode02 .box li{
        width: 100%;
    }
}

@media screen and (max-width:414px){
    .commonMode li{
        margin-bottom: .1rem;
    }
    .commonMode li .name{
        font-size: .18rem;
    }
    .mode01{
        margin-top: .2rem;
    }
    .mode01 .itemName{
        font-size: .18rem;
    }
    .mode01 .itemTil i{
        width: .24rem;
    }
    .mode02 .box ul{
        font-size: .16rem;
    }
    .row03{
        padding: .3rem 0;
    }
}

@media screen and (max-width:365px){
  
}
