@import url(add.css);

:root {
    --news-scroll-time: 3000ms;
    --news-offset: 0px;
    --news-offset-time: 0ms;
    --swiper-navigation-size: 60px;
    --swiper-theme-color: #fff;
}

body{
    background: #fff;
}
h2 {
    background: none;
}
h2 a:hover {
    text-decoration: none;
}
h2 span {
    font-size: 140%;
    padding: 0;
    background: none;
}
.GridSet {
    width: 100%;
}


.center{
    text-align: center;
}

#toppage{
    padding-bottom: 60px;
    background-color: #FFF;
}
#toppage * {
    box-sizing: border-box;
}

#toppage h2{
    padding-top: 50px;
}
#toppage h2 span{
    background: transparent;
    color: #000;
    text-align: center;
    font-size: 30px;
}

/* Top Page */
#headerPart {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#brandingArea {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 0 !important;
    z-index:1;
    width:100%;
    height: auto;
    transition: .2s ease-in-out;
    margin-bottom: 30px;
    -webkit-transition: .2s ease-in-out;
}




:root {
    --barProgress: 0;
}

#headerPart #brandingSlider {
    display: block;
    position: relative;
    width: 100%;
    height: 35vw;
    max-height: 600px;
    margin-bottom: 20px;
}
#brandingSlider .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background:#333;


    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer;
    animation-timing-function: linear;

    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: shimmer;
    -webkit-animation-timing-function: linear;
    
    background-image: linear-gradient(left, transparent 10%, rgba(255,255,255,.1) 20%, transparent 30%, transparent 100%);
    background-image: -webkit-linear-gradient(left, transparent 10%, rgba(255,255,255,.1) 20%, transparent 30%, transparent 100%);
    background-size: 200% 100%;
}
@keyframes shimmer{
    0% {
        background-position: 100% 0
    }
    100% {
        background-position: -100% 0
    }
}
@-webkit-keyframes shimmer{
    0% {
        background-position: 100% 0
    }
    100% {
        background-position: -100% 0
    }
}
#brandingSlider .swiper-slide .static {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#brandingSlider .swiper-slide .static.darkModule{
    background-color: #000;
}

#brandingSlider .swiper-slide .static .statement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 1;
    gap: 20px;
}
#brandingSlider .swiper-slide .static.fullWidth img.bg{
    width: 100%;
    min-height: auto;
}
#brandingSlider .swiper-slide .static.fullWidth .statement {
    max-width: 1275px;
}

#brandingSlider .swiper-slide .static.fullWidth .statement .content{
    max-width: 80%;
    max-height: none;
    margin-bottom: 0;
}
#brandingSlider .swiper-slide .static.fullWidth .statement .content a{
    cursor: pointer;
}
#brandingSlider .swiper-slide .static.fullWidth .statement .content a img{
    max-width: 80%;
}
#brandingSlider .swiper-slide .static.fullWidth .statement .content a img.ImgMobile{
    display: none;
}

#brandingSlider .swiper-slide .static .statement .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    position: relative;
    width: 100%;
    max-width: 800px;
    height: auto;
    max-height: 70%;
    box-sizing: border-box;
    margin-bottom: 15px;
}
#brandingSlider .swiper-slide .static .statement .content > img {
    object-fit: contain;
    width: 100%;
    max-height: calc(100vw / 192 * 30);
}

#brandingSlider .swiper-slide .static .statement .content > p {
    display: block;
}
#brandingSlider .swiper-slide .static .statement .content > p.styleA {
    display: block;
    font-size: 22px;
    color: #FFF;
    text-shadow: 1px 1px 1px #000e1d;
    line-height: 1.5;
    text-align: center;
}
#brandingSlider .swiper-slide .static .statement .content > p.styleB {
    display: block;
    font-size: 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #000e1d;
    line-height: 1.5;
    text-align: center;
}
#brandingSlider .swiper-slide .static img.bg {
    display: block;
    position: absolute;
    width: 100vw;
    height: fit-content;
    object-fit: cover;
    z-index: 0;
}
#brandingSlider .swiper-slide .static.darkModule img.bg{
    opacity: .6;
    filter: blur(3px);
}
#brandingSlider .swiper-slide .static .statement .buttons {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin-bottom: 15px;
}

#brandingSlider .swiper-slide .static .statement .buttons > a.btn {
    display: inline-block;
    background: #cc0022;
    color: #FFF;
    padding: 10px 15px;
    line-height: auto;
    text-decoration: none;
    font-size: 14px;
    transition: 200ms;
    max-width: 200px;
    min-width: 200px;
    margin: 10px;
}
#brandingSlider .swiper-slide .statement .buttons > a.btn:hover {
    background: #A2071E;
}
#brandingSlider .swiper-slide .vdplayer {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    inset: 0;
    z-index: 1;
}

#brandingSlider .swiper-slide .vdplayer .video-js {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    object-fit: cover;
}
#brandingSlider .swiper-slide .vdplayer .video-js video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}


#brandingSlider .swiper-pagination {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    max-width: 80%;
    height: 40px;
    padding: 5px 20px 5px 30px;
    gap: 10px;
    border-radius: 20px;
    background:rgba(183, 183, 183, .1);
    margin: 0 auto 10px;
    justify-content: center;
    align-items: center;
    overflow: visible;
    transition: 200ms;
    transform: scale(.6) translateY(15px);
    backdrop-filter: blur(15px);
}

#brandingSlider:hover .swiper-pagination {
    padding: 5px 70px 5px 60px;
}

#brandingSlider .swiper-pagination-bullet {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 20px;
    font-size: 9px;
    color: #000;
    cursor: pointer;
    border-radius: 0;
    background: none;
    opacity: .5;
}

#brandingSlider .swiper-pagination-bullet-active {
    opacity: 1;
}


#brandingSlider:hover .swiper-pagination {
    transform: scale(1) translateY(0px);
    opacity: 1;
    background:rgba(0, 0, 0, .4);
}
#brandingSlider:hover .swiper-pagination-bullet {
    opacity: 1;
    background: none;
}

#brandingSlider:hover .swiper-pagination div.control {
    display: flex;
    align-items: center;
    width: 30px;
    height: 20px;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, .3);
}

#brandingSlider:hover .swiper-pagination div.control::after {
    content: "";
    width: 20px;
    height: 13px;
    display: block;
    border-style: double;
    border-width:0px 0px 0px 10px;
    border-color: #FFF;
    margin-left: 14px;
    cursor: pointer;
}

#brandingSlider:hover .swiper-pagination div.control.pause::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 6px 0px 6px 10px;
    border-color: transparent transparent transparent #FFF;
}

#brandingSlider .swiper-pagination-bullet span.point {
    display: block;
    width: 10px;
    height: 10px;
    background: #FFF;
    border: 1px solid #FFF;
    box-sizing: border-box;
    border-radius: 50%;
    transition: 200ms;
    box-shadow: 0 0 5px rgb(44, 44, 44)
}
#brandingSlider .swiper-pagination-bullet:hover span.point {
    transform: scale(2);
}

#brandingSlider:hover .swiper-pagination-bullet span.point {
    box-shadow: none;
}
#brandingSlider .swiper-pagination-bullet-active span.point {
    transform: scale(2);
    box-shadow: 0 0 5px rgb(255, 104, 104), 0 0 10px rgb(197, 27, 27);
    background: #ff0026;
    border: 1px solid #FFF;
}

#brandingSlider .swiper-pagination .swiper-button-next,
#brandingSlider .swiper-pagination .swiper-button-prev {
    display:none;
    width: 15px;
    height: 15px;
    top: auto;
    margin: 0 15px;
}
#brandingSlider .swiper-pagination .swiper-button-next:after,
#brandingSlider .swiper-pagination .swiper-button-prev:after {
    font-size: 15px;
}
#brandingSlider:hover .swiper-pagination .swiper-button-next,
#brandingSlider:hover .swiper-pagination .swiper-button-prev {
    display:unset;
    top: 7px;
}

#brandingSlider .autoplay-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-weight: bold;
    color: var(--swiper-theme-color);
    transition: all 100ms;
    box-sizing: border-box;
    overflow: hidden;
  }

  #brandingSlider .autoplay-progress svg {
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    box-sizing: border-box;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(114 * (1 - var(--barProgress)));
    stroke-dasharray: 114;
    transform: rotate(-90deg);
    border-radius: 15px;
    transition: 200ms;
  }

  #brandingSlider .swiper-pagination-bullet .autoplay-progress svg {
    opacity: 0;
  }
  #brandingSlider .swiper-pagination-bullet-active .autoplay-progress svg {
    opacity: 1;
  }
  #brandingSlider .swiper-pagination-bullet.video .autoplay-progress::before {
    content:"";
    position: absolute;
    margin-left: 2px;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-style: solid;
    border-width: 5px 0px 5px 7px;
    border-color: transparent transparent transparent #FFF;
    z-index: 1;
    transform: scale(.5);
    transition: 200ms;
  }


#brandingSlider .swiper-pagination-bullet.video:hover .autoplay-progress::before,
#brandingSlider .swiper-pagination-bullet-active.video .autoplay-progress::before {
    opacity: 1;
    border-color: transparent transparent transparent #ff0026;
}
#brandingSlider .swiper-pagination-bullet.playing .autoplay-progress::before {
    position: absolute;
    margin: 0;
    width: 9px;
    border-width: 0px 2px;
    border-color: transparent #FFF;
}


#brandingSlider .swiper-pagination-bullet > a {
    display: none;
}

#brandingSlider .buttons {
    max-width: 1285px;
}

#brandingSlider .loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: 0;
    right: 10px;
    top: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
    z-index: 10;
    opacity: .5;
}

#brandingSlider .counter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: 0;
    top: 4px;
    height: 32px;
    width: 32px;
    text-align: center;
    z-index: 10;
}
#brandingSlider .loader span {
   position: absolute; 
   color: #FFF;
   font-size: 9px;
}

#brandingSlider .fade-enter-active, #brandingSlider .fade-leave-active {
    transition: opacity 1s;
}
#brandingSlider .fade-enter,#brandingSlider .fade-leave-to {
    opacity: 0;
}

#brandingSlider .zoom-enter-active, #brandingSlider .zoom-leave-active {
    transition: 300ms;
}
#brandingSlider .zoom-enter,#brandingSlider .zoom-leave-to {
    opacity: 0;
    transform: scale(.5);
}


#brandingSlider .progress-bar {
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 2px;
    transition: 200ms;
}

#brandingSlider:hover .progress-bar {
    bottom: 0;
}
#brandingSlider .progress-bar .progress {
    position: absolute;
    left: 0;
    top:0;
    z-index: 2;
    background: #ff0026;
    height: 2px;
    transition: 300ms;
}
#brandingSlider .progress-bar .cache {
    background: #bcbcbc;
    height: 2px;
    transition: 300ms;
}


@media screen and (max-width: 720px) {
    #headerPart #brandingSlider {
        aspect-ratio: 3/2;
        height: auto;
    }
    #brandingSlider .swiper-slide .statement {
        position: absolute;
        height: 70%;
    }
    #brandingSlider .swiper-slide .statement .content {
        width: calc(100vw - 50px);
        height: 100%;
    }
    #brandingSlider .swiper-slide .statement .content > p.styleA,
    #brandingSlider .swiper-slide .statement .content > p.styleB {
        display: none;
    }
    #brandingSlider .swiper-slide .statement .buttons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        width: calc(100vw - 30px);
    }
    #brandingSlider .swiper-slide .statement .buttons > a.btn {
        font-size: 12px;
        margin: 0;
    }
    #brandingSlider .swiper-slide img.bg,
    #brandingSlider .swiper-slide video {
        max-height: 100%;
    }
}


/*************************************************
新闻模块
*************************************************/

#toppage #newsPart{
    margin-bottom: 20px;
}
    #newsPart .Section {
        position: relative;
        display: flex;
        align-items:flex-start;
        flex-wrap: nowrap;
        width: 100%;
        height: 100%;
        min-height: 30px;
        background: #F0F0F0;
        border-radius: 5px;
        transition: 300ms;
    }
        #newsPart .Section h3 {
            display: flex;
            flex-direction: column;
            position: relative;
            justify-content: center;
            align-items: center;
            width: 150px;
            height: 50px;
            border: 2px solid #A2071E;
            margin: 0;
            color: #FFF;
            background: #A2071E;
            border-radius: 5px 0 0 5px;
            transition: 300ms;
            overflow: hidden;
        }
        #newsPart .Section h3::after {
            content: "";
            display: block;
            width: 25px;
            height: 0;
            margin-top: 0;
            transform: rotateX(90deg);
            transition: 150ms;
            background: url("../image/top_news_arrow.svg") center 0 no-repeat;
            background-size: cover;
            animation: Arrowflowing 2000ms infinite;
        }
        #newsPart .Section:hover h3 {
            animation: buttonActiving 2000ms ease-in-out infinite;
        }
        #newsPart .Section:hover h3::after {
            height: 12px;
            transform: rotateX(0deg);
        }
        @keyframes Arrowflowing {
            0%,15%,30%,100% {
                background-position: center -2px;
            }
            5%,20% {
                background-position: center 0;
            }
        }
        @keyframes buttonActiving {
            0%,100% {
                border: 2px solid #A2071E;
            }
            50% {
                border: 4px solid #ccc;
            }
        }
        #newsPart .Section.listMode h3 {
            animation: none;
        }
        #newsPart .Section.listMode h3::after {
            opacity: 0;
        }

        #newsPart .Section ul {
            display: none;
        }
        #newsPart .Section #newsBody {
            display: block;
            position: relative;
            height: 50px;
            width: 100%;
            overflow: hidden;
        }
        #newsPart .Section #newsBody dl {
            position: absolute;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin: 0;
            height: 50px;
            padding: 10px 0;
        }
        #newsPart .Section.listMode {
            background: #FFF;
            border-radius: 5px 5px 0 0;
        }
        #newsPart .Section.listMode h3 {
            position: relative;
            z-index: 12;
            width: 180px;
            background: transparent;
            border: 0;
            box-shadow: none;
            font-size: 140%;
            padding-top: 15px;
            color:#656565;
            transition: 300ms;
        }
        #newsPart .Section.listMode #newsBody {
            display: none;
        }
        #newsPart .Section ul {
            display: flex;
            position: absolute;
            justify-content: end;
            align-items: center;
            margin: 0;
            top: 0;
            right: 20px;
            height: 50px;
            z-index: 12;
            animation-duration: 200ms;
        }
        
        #newsPart .Section #newsList {
            display: none;
            position: absolute;
            width: 100%;
            height: 0px;
            min-height: 0;
            left: 0;
            right: 0;
            top: 0;
            padding: 70px 40px 20px;
            background: rgba(240, 240, 240, .8);
            border-radius: 5px;
            height: fit-content;
            transition: 300ms;
            animation-duration: 300ms;
            overflow: hidden;
        }
        #newsPart .Section.listMode #newsList {
            display: block;
            height: fit-content;
            overflow: unset;
            background: rgba(240, 240, 240, 1);
            z-index: 11;
        }

        
        /* 新闻滚动动画 */
        /********************* 
        公共变量
        --news-offset: 0px;
        --news-offset-time: 0ms;
        /*********************/
        
        
        @keyframes scrolling {
            from {
                -webkit-transform: translateX(0%);
                transform: translateX(0%);
            }
            to {
                -webkit-transform: translateX(var(--news-offset));
                transform: translateX(var(--news-offset));
            }
        }

        .fadeInUp-enter-active {
            opacity: 0;
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
        }
        .fadeInUp-enter-to,
        .fadeInUp-leave-active {
            opacity: 1;
            -webkit-transform: translateY(0%);
            transform: translateY(0%);
        }
        .fadeInUp-leave-to {
            opacity: 0;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        /*************************/

        #newsBody dl {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: flex-start;
            justify-content: flex-start;
            transition: all 1s;
            animation-duration: 1s;
            animation-fill-mode: both;
            -webkit-animation-duration: 1s;
            -webkit-animation-fill-mode: both;
        }
        #newsPart dl dt {
            display: inline-block;
            width: 135px;
            min-width: 125px;
            line-height: 140%;
            font-size: 90%;
            padding-left: 15px;

        }
        #newsPart dl dd {
            display: inline-block;
            line-height: 140%;
            border-left: 1px solid #ADADAD;
            padding-left: 20px;
            margin: 0;
            padding-right: 15px;
            overflow: hidden;
        }
        #newsPart dl dd a{
            display: block;
            white-space: nowrap;
            background: none;
            padding: 0;
            text-decoration: none;
        }
        #newsPart dl dd a.new::after {
            content: "";
            width: 30px;
            height: 20px;
            padding-right: 40px;
            background: url(../image/icon_new_hd.gif) right center no-repeat;
            background-size: 30px;
        }
        
        #newsBody dl.scrolling dt,
        #newsBody dl.scrolling dd {
            animation: scrolling var(--news-offset-time) 2s linear forwards;
            -webkit-animation: scrolling var(--news-offset-time) 2s linear forwards;
            transition: all 0s;
        }
        #newsBody dl:hover dt,
        #newsBody dl:hover dd {
            animation-play-state: paused;
        }


        #newsPart #newsBody a,
        #newsPart #newsList a {
            color: #333;
        }
        #newsPart #newsBody a:hover,
        #newsPart #newsList a:hover {
            color: #b1000e;
        }
        #newsPart #newsList a {
            white-space:unset;
        }



        




/*************************************************
产品服务
*************************************************/
#toppage #productArea{
    position: relative;
    background-size: cover;
    height: 800px;
    overflow: hidden;
}
#toppage #productArea div.Section {
    position: relative;
    z-index: 2;
}

    #productArea .Section {
        position: relative;
    }
    #productArea .Section p {
        width: 65%;
        margin: 0 auto;
        letter-spacing: 4px;
        font-size: 140%;
        color: #333;
        padding: 10px 30px;
        border-radius: 80px;
        color: #FFF;
        text-align: center;
        text-shadow:  0 0 3px rgba(0, 0, 0, .8), 0 0 6px rgba(0, 0, 0, .5), 0 0 10px rgba(0, 0, 0, .3);
    }
    
    #productArea.dark p{
        color: #222;
        text-shadow:  0 0 3px rgba(255, 255, 255, .8), 0 0 6px rgba(255, 255, 255, .5), 0 0 10px rgba(255, 255, 255, .3);
    }
    #productArea a.button {
        display: block;
        position: absolute;
        bottom: 20%;
        left: 0;
        right: 0;
        width: fit-content;
        font-size: 80%;
        margin: 50px auto 20px;
        padding: 10px 35px;
        border: 1px solid #FFF;
        color: #FFF;
        text-decoration: none;
        text-shadow: none;
        z-index: 2;
        transition: 500ms;
    }
    #productArea.dark a.button {
        border: 1px solid #222;
        color: #222;
    }
    #productArea a.button:hover {
        border: 1px solid #FFF;
        background: #C20B24;
        color: #FFF;
    }


        




/* 产品及服务 ------end */




/*-------------- 社会创新 -----------------*/
#toppage #sibArea {
    position: relative;
    transition: 100ms;
    padding-bottom: 60px;
}

    #sibArea .swiper-slide {
        background-color: #FFF;
    }

    #sibArea .title{
        position: relative;
        z-index: 1;
    }
        #sibArea .title ul.modeList{
            display: flex;
            position: absolute;
            right: 0;
            top: 70px;
            gap: 20px;
            z-index: 2;
        }
        #sibArea .title p {
            width: 100%;
            max-width: 800px;
            
            margin: 0 auto 50px;
        }
            #sibArea .title ul.modeList li{
                width: 35px;
                height: 15px;
                cursor: pointer;
            }
            #sibArea .title ul.modeList li.slide{
                background: url('../image/swiper_slide.svg') no-repeat center center;
                background-size: cover;
            }
            #sibArea .title ul.modeList li.list{
                background: url('../image/swiper_list.svg') no-repeat center center;
                background-size: cover;
            }
            #sibArea.slide .title ul.modeList li.slide {
                background: url('../image/swiper_slide_active.svg') no-repeat center center;
                background-size: cover;
            }
            #sibArea.list .title ul.modeList li.list {
                background: url('../image/swiper_list_active.svg') no-repeat center center;
                background-size: cover;
            }

            #sibArea ul.navArea {
                justify-content: center;
                margin-bottom: 30px;
            }
            #sibArea ul.navArea li {
                width: 300px;
                flex:none;
            }
            #sibArea ul.navArea li:hover {
                background: #3672C1;
            }
            #sibArea ul.navArea li a {
                text-decoration: none;
                color: #000;
            }
            #sibArea ul.navArea li:hover a span {
                color: #FFF;
                padding: 0 20px 0 10px;
            }

            #sibArea.list ul.navArea li {
                padding: 10px;
                border-radius: 40px;;
            }
            #sibArea.list ul.navArea li a {
                flex-direction: row;
            }
            #sibArea.list ul.navArea li a i {
                width: 40px;
                height: 40px;
            }
    #sibArea .parallax {
        position: absolute;
        inset: 0;
    }
        #sibArea .parallax .bg {
            position: absolute;
            inset: 0;
            z-index: 0;
            margin-bottom: -3rem;
            will-change: transform;
            transform: translateY(var(--parallax-bg));
            background: url('../image/innovate_bg.jpg') no-repeat center bottom;
            background-size: 100%;
        }

    #sibArea .parallax2 {
        position: absolute;
        transform-style: preserve-3d;
        inset: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        perspective: 1px;
        perspective-origin: 0 0;
    }
    #sibArea .parallax2 .bg {
        width: 100%;
        height: 100%;
        transform-origin: 0 0;
        transform-style: preserve-3d;
        transform: translateZ(-3px) scale(3);
        background: url('../image/innovate_bg.jpg') no-repeat center center;
        background-size: 100%;
    }

    #sibArea .showcase {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 0 auto;
        min-height: 400px;
    }
    #sibArea .swiper-pagination {
        align-self: flex-end;
        --swiper-theme-color: #b1000e;
    }
    #sibArea .buttons .swiper-pagination-bullet {
        width: 150px;
        height: 3px;
        background: #FFF;
        border-radius: 6px;
        transform: none;
    }
    #sibArea .sib-swiper .buttons {
        height: 0;
        top: 50%;
        overflow: show;
        opacity: 0;
        transition: 200ms;
        z-index: 5;
        pointer-events: none;
    }
    #sibArea.list .sib-swiper .buttons {
        top: calc(50% - 20px);
    }
    #sibArea .sib-swiper:hover .buttons {
        opacity: 1;
    }

    
    #sibArea .sib-swiper .buttons > div {
        pointer-events: all;
    }
    #sibArea .sib-swiper .buttons .swiper-button-next {
        right: -30px;
    }
    #sibArea .sib-swiper .buttons .swiper-button-prev {
        left: -30px;
    }
    #sibArea .sib-swiper:hover .buttons .swiper-button-next {
        right: 10px;
    }
    #sibArea .sib-swiper:hover .buttons .swiper-button-prev {
        left: 10px;
    }

    
    /** 卡片模式 **/


    #sibArea.slide .buttons > *::after {
        color: #FFF;
        text-shadow: 0 0 3px rgba(0, 0, 0, .3);
    }
    #sibArea.slide .sib-swiper .swiper-slide {
        position: relative;
        align-items: center;
        transform: scale(0.9);
        width: 800px;
        margin: 40px 0;
        border-radius: 5px;
        background: #ccc;
        aspect-ratio: 5/2;
    }
    
    #sibArea.slide .sib-swiper .swiper-slide a {
        display: flex;
        position: relative;
        justify-content:flex-end;
        align-items: center;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 5px;
        box-shadow: 0 0 25px -15px rgba(0, 0, 0, .3);
    }
    /* #sibArea.slide .sib-swiper .swiper-slide a:hover {
        box-shadow:  0 0 50px 5px rgba(255, 255, 255, 1),0 0 30px 5px rgba(255, 255, 255, 1);
    } */

    #sibArea.slide .sib-swiper .swiper-slide a img {
        width: auto;
        max-width: 80%;
        min-width: 75%;
    }
    #sibArea.slide .sib-swiper .swiper-slide a::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 1;
    }
    #sibArea.slide .sib-swiper .swiper-slide.case a::after {
        background: -moz-linear-gradient(90deg, rgba(26,77,137,1) 2%, rgba(255,255,255,0) 60%);
        background: -webkit-linear-gradient(90deg, rgba(26,77,137,1) 25%, rgba(255,255,255,0) 60%);
        background: linear-gradient(90deg, rgba(26,77,137,1) 25%, rgba(255,255,255,0) 60%);
        /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a4d89",endColorstr="#FFFFFF",GradientType=1); */
    }
    #sibArea.slide .sib-swiper .swiper-slide.feeler a::after {
        background: -moz-linear-gradient(90deg, rgba(26,137,76,1) 25%, rgba(255,255,255,0) 60%);
        background: -webkit-linear-gradient(90deg, rgba(26,137,76,1) 25%, rgba(255,255,255,0) 60%);
        background: linear-gradient(90deg, rgba(26,137,76,1) 25%, rgba(255,255,255,0) 60%);
        /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a894c",endColorstr="#ffffff",GradientType=1); */
    }

    #sibArea.slide .sib-swiper .swiper-slide a p {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: left;
        position: absolute;
        bottom: 20px;
        top: 20px;
        left: 30px;
        right: 55%;
        margin-top: 5%;
        z-index: 2;
        color: #FFF;
        opacity: 0;
    }
    
    #sibArea.slide .sib-swiper .swiper-slide.swiper-slide-active a p {
        opacity: 1;
    }
    #sibArea.slide .sib-swiper .swiper-slide a p i {
        display: inline-block;
        width: fit-content;
        font-style: normal;
        padding: 5px 10px;
        line-height: 1;
        font-size: 83%;
        margin-bottom: 10px;
        background: #FFF;
        border-radius: 20px;
    }
    #sibArea.slide .sib-swiper .swiper-slide.case a p i {
        color: rgb(26,77,137);
    }
    #sibArea.slide .sib-swiper .swiper-slide.feeler a p i {
        color: rgb(26,137,76);
    }
    
    #sibArea.slide .sib-swiper .swiper-slide a p span {
        font-size: 120%;
        line-height: 1.5;
        font-weight: 900;
    }

    /** 网格模式 **/
    #sibArea.list .swiper {
        width: 100%;
        max-width: 1275px;
        display: block;
    }
    #sibArea.list .swiper-wrapper {
        flex-direction: unset;
        margin-bottom: 20px;
    }
    #sibArea.list .swiper-slide {
        transform: scale(1);
        margin: 0;
        aspect-ratio: 5/3;
        border-radius: 5px;
    }
    #sibArea.list .swiper-slide {
        overflow: hidden;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }
    #sibArea.list .swiper-slide a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    #sibArea.list .sib-swiper .swiper-slide a p span {
        font-size: 90%;
        line-height: 1.2;
    }
    #sibArea.list .sib-swiper .swiper-slide a p span br {
        display: none;
    }

    #sibArea .swiper-pagination {
        position: relative;
        bottom: 0;
        left: 1%;
        width: 98%;
    }
    #sibArea .swiper-pagination-progressbar {
        background: rgba(255, 255, 255, .8);
    }
    






/* 社会创新展会活动 */

#toppage #expoArea {
    background: #3672C1;
    padding: 80px 0;
}
#toppage #expoArea .expo-swiper {
    --swiper-pagination-color: #CB0000;
    --swiper-pagination-bullet-inactive-color: #FFF;
}

#toppage #expoArea .expo-swiper .swiper-pagination-bullet {
    border: 2px solid #FFF;
    box-sizing: content-box;
    opacity: .8;
}
#toppage #expoArea .expo-swiper .swiper-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
#toppage #expoArea .expo-swiper .swiper-slide a img {
    display: block;
    min-width: 100%;
    min-height: 100%;
}



/* 创新交流 ---end*/




/* 关于日立 */
#aboutArea{
    height: 600px;
    position: relative;
    overflow: hidden;
}
    #aboutArea .parallax .back {
        position: absolute;
        inset: 0;
        z-index: 0;
        margin-bottom: -3rem;
        transform: translateY(var(--parallax-bg));
        background: url('../image/about_background.jpg') center center no-repeat;
        background-size: cover;
    }
    #aboutArea .parallax .front {
        position: absolute;
        inset: 0;
        z-index: 1;
        margin-bottom: -3rem;
        transform: translateY(var(--parallax-ft));
        background: url('../image/about_front.png') left bottom no-repeat;
        background-size: auto 100%;
    }

    #aboutArea .Section {
        position: relative;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 60px 0;
        max-width: 1275px;
    }
    #aboutArea .Section .words {
        position: relative;
        align-items: left;
        min-width: calc(1275px / 2);
        padding-left: 50%;
        z-index: 2;
        background: url('../image/about_words.svg') 10% center no-repeat;
        background-size: 350px auto;
    }
        #aboutArea .Section p span {
            color: #b1000e;
        }

        #aboutArea .Section h2 {
            padding-top: 0;
        }
        #aboutArea .Section h2 span {
            text-align: left;
            padding: 0;
        }

        #aboutArea .Section ul {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
            #aboutArea .Section ul li {
                width: 50%;
                margin-top: 50px;
            }
            #aboutArea .Section ul li a {
                position: relative;
                display: flex;
                align-items: center;
                width: fit-content;
                font-size: 100%;
                background: none;
                padding-right: 40px;
            }
            #aboutArea .Section ul li a::after {
                content: "";
                position: absolute;
                right: 0;
                width: 25px;
                height: 25px;
                border-radius: 50%;
                border: 1px solid rgba(203, 0, 0, .5);
                background: url(../image/arrowR_red.svg) center center no-repeat;
                background-size: 25%;
                transition: 200ms;
            }
            #aboutArea .Section ul li a:hover::after {
                border: 1px solid rgba(203, 0, 0, 1);
                background-color: rgba(255, 255, 255, .3);
            }
/* 关于日立 ---- end */

#bannerArea {
    background: #3A3A3A;
    padding: 50px 0;
}




@media screen and (max-width: 1325px){
    #brandingArea #StatementArea .Statement p.text {
        font-size: 150%;
    }
    #brandingArea {
        display: block;
        position: relative;
        overflow: hidden;
        padding-bottom: 0 !important;
        z-index: 1;
    }

    #brandingArea,
    #brandingArea #TopMovie {
        aspect-ratio: 192/60;
    }

    #productArea ul.navArea {
        gap: 30px;
    }

    #sibArea .showcase {
        margin: 0 auto;
    }

    /* #brandingArea #StatementArea .Statement.pgc2022 p img{
        max-height: 50vw;
    } */
}

@media screen and (max-width: 1000px){
    /* #brandingArea,#brandingArea #TopMovie {
        aspect-ratio: 192/60;
    } */

    #productArea ul.navArea {
        padding: 0 20px;
    }
    #sibArea.list .swiper {
        padding: 0 20px;
    }
    #sibArea.slide .sib-swiper .swiper-slide {
        width: 600px;
    }
    #sibArea.slide .sib-swiper .swiper-slide a p span {
        font-size: 90%;
    }
    #expoArea .info h3 a {
        font-size: 120%;
    }
    #expoArea .info p {
        font-size: 90%;
    }
    #aboutArea {
        height: auto;
    }
    #aboutArea .Section ul li {
        margin-top: 30px;
    }
    #aboutArea .Section .words {
        background-size: 250px auto;
    }
    #aboutArea .parallax .front {
        background-size: 70%;
        margin-bottom: -2rem;
    }
    #aboutArea .parallax .back {
        margin-bottom: -8rem;
    }

}


@media screen and (max-width: 966px){
    #brandingArea #StatementArea .Statement.pgc2023 p {
        margin: 0 5vw 0 15vw;
    }
    #brandingArea #StatementArea .Statement.pgc2023 p span {
        display: none;
    }
    #newsPart .Section #newsList {
        padding: 70px 20px 20px;
    }
    #productArea a.button {
        bottom: 50px;
    }
    #toppage #sibArea {
        min-height: auto;
    }
    #toppage #sibArea .showcase {
        margin-bottom: 50px;
        height: fit-content;
    }
    #productArea .Section p {
        width: 100%;
    }
    
    #sibArea.list .swiper-slide {
        margin: 30px 20px 0 0;
    }
    #sibArea.slide .sib-swiper .swiper-slide {
        width: 500px;
    }
    #sibArea.slide .sib-swiper .swiper-slide a p {
        top: auto;
        right: 50%;
    }
    #sibArea .buttons .swiper-pagination-bullet {
        width: 100px;
    }
    #sibArea .showcase {
        min-height: fit-content;
    }
    
    #expoArea .expo-swiper{
        aspect-ratio: 3/2;
    }

}


@media screen and (max-width: 767px) {
    #brandingSlider .swiper-slide .static.fullWidth .statement .content a img{
        display: none;
    }
    #brandingSlider .swiper-slide .static.fullWidth .statement .content a img.ImgMobile{
        display: block;
    }

    #brandingArea #StatementArea a.skip span{
        font-size: 14px;
    }
    #brandingArea #StatementArea .Statement.pgc2022 span{
        font-size: 14px;
    }
    #brandingArea #StatementArea .Statement.buttonCenter p.text a{
        margin-top: 0;
    }

    .JS #toppage #brandingArea #TopImg,
    .JS #toppage #brandingArea #TopMovie {
        min-width: auto;
    }
    .JS #toppage #StatementArea .Statement {
        font-size: 83%;
    }
    .JS #toppage #brandingArea #StatementArea .Statement.pgc2022 p {
        margin: 0 auto;
        padding: 15px;
    }
    .JS #toppage #brandingArea #StatementArea .Statement.pgc2022 p span {
        display: none;
    }
    #toppage #productArea {
        height: 650px;
    }
    #productArea ul.navArea li {
        padding: 10px 0;
    }
    #productArea .Section p {
        font-size: 120%;
    }

    #sibArea .title ul.modeList {
        display: none;
    }
    #sibArea ul.navArea li {
        width: calc(50% - 30px);
    }
    #sibArea .parallax .bg {
        background-size: auto 80%;
    }
    #sibArea .buttons .swiper-pagination-bullet {
        width: 60px;
    }
    #sibArea .buttons 

    #expoArea {
        min-height: 400px;
    }
    #expoArea .Section {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
        grid-template-areas:
        'area1'
        'area2'
        'area3';
    }
    #expoArea .info {
        text-align: center;
        padding: 0;
    }
    #expoArea .expo-swiper {
        aspect-ratio: 5/3;
    }
    #expoArea ul.navArea {
        justify-self: center;
        align-self: center;
        padding: 0;
        margin: 0;
    }
    
    #aboutArea .Section .words {
        padding-left: 0;
        padding-bottom: 200px;
        background-position: right bottom;
        min-width: 80%;
    }
    #aboutArea .Section h2 {
        margin: 0;
    }

    ul.bannerLinks.grid3 li {
        width: calc((100% - 30px) / 2);
    }

    #brandingArea #TopMovie video{
        position: sticky;
        width: 100%;
        transform: none;
        top: 0;
        left: 0;
    }

    #brandingArea, #brandingArea #TopMovie{
        aspect-ratio: 5/4;
    }
    #brandingArea #StatementArea .Statement.pgc2022 p img,
    #brandingArea #StatementArea .Statement.pgc2023 p img{
        max-height: 50vw;
    }


}

@media screen and (max-width: 579px) {
    #brandingArea {
        margin: 0;
        aspect-ratio: 5/4;
    }
    #headerPart #brandingSlider {
        margin: 0;
    }
    #brandingArea #StatementArea a.skip{
        bottom: 15px;
        right: 15px;
    }
    #brandingArea #StatementArea ul.ButtonStyle1{
        bottom: 10px;
        right: 15px;
    }
    #brandingArea #StatementArea .Statement.buttonCenter p.text a{
        font-size: 12px;
        padding: 10px;
    }
    #brandingArea #StatementArea .Statement.ciie2021 {
        width: 100%;
    }
    #brandingArea #StatementArea .Statement.ciie2021 ul {
        margin-left: 4%;
    }

    #brandingArea #StatementArea .Statement.hsif2021v2 > p {
        margin: 0;
    }

    #toppage #brandingArea #TopImg,
    #toppage #brandingArea #TopMovie {
        min-width: auto;
        /* height: 100%; */
    }

    #toppage .Grid4 > div:is(#newsPart) {
        padding: 0;
    }
    #newsPart .Section {
        border-radius: 0;
    }
    #newsPart .Section h3 {
        width: 100px;
        font-size: 90%;
        border-radius: 0;
    }
    #newsPart .Section.listMode #newsList {
        display: none;
    }
    
    #newsPart .Section.listMode {
        background: auto;
    }
    #newsPart .Section.listMode h3 {
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 50px;
        border: 2px solid #A2071E;
        font-size: 90%;
        margin: 0;
        color: #FFF;
        background: #A2071E;
    }
    
    #newsPart .Section.listMode h3:hover {
        animation: none;
    }
    #newsPart .Section.listMode h3::after {
        display: none;
    }
    #newsPart .Section.listMode #newsBody {
        display: block;
    }
    #newsPart .Section ul {
        display: none;
    }


    #productArea ul.navArea {
        gap: 10px;
        padding: 0;
    }
    #productArea ul.navArea li a {
        flex-direction: column;
    }
    #productArea .Section p {
        font-size: 90%;
        padding: 10px 0;
        color: #333;
        letter-spacing: 1px;
        text-shadow: 0px 0px 1px rgba(255,255,255,1),0px 0px 2px rgba(255,255,255,1),0px 0px 4px rgba(255,255,255,1),0px 0px 6px rgba(255,255,255,1);
    }
    #productArea .parallax div.front,
    #productArea .parallax div.back {
        background-size: auto 50%;
    }
    #productArea .parallax > div.industry .back {
        background-position: bottom center;
    }

    .JS #sibArea .sib-swiper .buttons {
        opacity: 1;
    }
    .JS #sibArea .sib-swiper .buttons .swiper-button-prev {
        left: 10px;
    }
    .JS #sibArea .sib-swiper .buttons .swiper-button-next {
        right: 10px;
    }
    
    .JS #sibArea .sib-swiper .swiper-slide a p span {
        display: block;
        line-height: 1.2;
    }
    #sibArea.slide .sib-swiper .swiper-slide {
        width: 80%;
        aspect-ratio: 7/4;
    }
    #sibArea.slide .sib-swiper .swiper-slide a p {
        display: block;
        right: 40%;
        left: 15px;
    }
    #sibArea.slide .sib-swiper .swiper-slide a p i {
        display: block;
    }
    #sibArea.slide .sib-swiper .swiper-slide a p span {
        display: inline-block;
        font-size: 79%;
        line-height: 1.4;
        font-weight: 300;
        text-shadow: 0 0 2px rgba(0,0,0,.8);
    }
    #sibArea.slide .sib-swiper .swiper-slide a p br {
        display: none;
    }
    
    #sibArea .buttons .swiper-pagination-bullet {
        width: 40px;
    }

    #aboutArea .Section .words {
        padding-bottom: 150px;
        background-size: 150px auto;
    }
    
    #aboutArea .Section .words p {
        font-size: 90%;
        text-align: center;
    }
    #aboutArea .Section .words h2 span {
        text-align: center;
    }
    #aboutArea .parallax .front {
        background-size: 120%;
        background-position: 85% bottom;
    }
    #toppage #expoArea {
        padding: 15px;
    }
    #expoArea .Section {
        grid-template-rows: 120px auto auto;
    }
    #expoArea .expo-swiper {
        margin: 0;
    }
    #expoArea ul.buttonList {
        padding: 15px;
    }
    #bannerArea {
        padding: 20px 15px;
    }
    
}