/*----------------- 公共 start -----------------*/
:root {
    --news-scroll-time: 3000ms;
    --news-offset: 0px;
    --news-offset-time: 0ms;
    --swiper-navigation-size: 60px;
    --swiper-theme-color: #fff;
    --TextStyle1-size: 16px;
}
:root {
    --barProgress: 0;
}
body *{
    box-sizing: border-box;
}

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;
}

.Section h3{
    margin-bottom: 20px;
    font-size: 25px;
    color: #000;
    font-weight: normal;
}

#toppage #sibArea p.linksButton{
    margin-top: 0;
}
/*----------------- 公共 end -----------------*/

/*----------------- 头图banner start -----------------*/
#headerPart {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

/* #headerPart .mainSlide {
} */


#headerPart .mainSlide {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 70px;
    aspect-ratio: 3/1;
    box-sizing: content-box;
}
#headerPart .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
    }
}

#headerPart .swiper-slide .static {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 2;
}


#headerPart .swiper-slide .static.darkModule{
    background-color: #000;
}

#headerPart .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;
}
#headerPart .swiper-slide .static.fullWidth{
    background: #fff;
}
#headerPart .swiper-slide .static.fullWidth img.bg{
    width: 100%;
    height: auto;
    min-height: 100%;
}
#headerPart .swiper-slide .static.fullWidth .statement {
    max-width: 1275px;
}

#headerPart .swiper-slide .static.fullWidth .statement .content{
    max-width: 80%;
    max-height: none;
    margin-bottom: 0;
}
#headerPart .swiper-slide .static.fullWidth .statement .content a{
    cursor: pointer;
}
#headerPart .swiper-slide .static.fullWidth .statement .content a img{
    max-width: 80%;
}
#headerPart .swiper-slide .static.fullWidth .statement .content a img.ImgMobile{
    display: none;
}

#headerPart .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;
}
#headerPart .swiper-slide .static .statement .content > img {
    object-fit: contain;
    width: 100%;
    max-height: calc(100vw / 192 * 30);
}

#headerPart .swiper-slide .static .statement .content > p {
    display: block;
}
#headerPart .swiper-slide .static .statement .content > p.styleA {
    display: block;
    font-size: 20px;
    color: #FFF;
    text-shadow: 1px 1px 1px #000e1d;
    line-height: 1.5;
    text-align: center;
}
#headerPart .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;
}
#headerPart .swiper-slide .static img.bg {
    display: block;
    position: absolute;
    width: 100vw;
    height: fit-content;
    object-fit: cover;
    z-index: 0;
}
#headerPart .swiper-slide .static.darkModule img.bg{
    opacity: .6;
    filter: blur(3px);
}
#headerPart .swiper-slide .static.Image_shadow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

#headerPart .swiper-slide .static .statement .content h1{
    color: #fff;
    font-size: 55px;
    margin-bottom: 10px;
}




#headerPart .swiper-slide .static .statement .buttons {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin-bottom: 15px;
}

#headerPart .swiper-slide .static .statement .buttons > a.btn {
    display: inline-block;
    background: #cc0022;
    color: #FFF;
    padding: 15px;
    text-decoration: none;
    font-size: 14px;
    transition: 200ms;
    max-width: 280px;
    min-width: 250px;
    margin: 10px;
}

#headerPart .swiper-slide .statement .buttons > a.btn{
    background: #A2071E;
}

#headerPart .swiper-slide .vdplayer {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    inset: 0;
    z-index: 1;
}

#headerPart .swiper-slide .vdplayer .video-js {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    object-fit: cover;
}
#headerPart .swiper-slide .vdplayer .video-js video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

#headerPart .buttons {
    max-width: 1285px;
}

#headerPart .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;
}

#headerPart .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;
}

#headerPart .loader span {
   position: absolute; 
   color: #FFF;
   font-size: 9px;
}

#headerPart .fade-enter-active, #headerPart .fade-leave-active {
    transition: opacity 1s;
}

#headerPart .fade-enter,#headerPart .fade-leave-to {
    opacity: 0;
}

#headerPart .zoom-enter-active, #headerPart .zoom-leave-active {
    transition: 300ms;
}

#headerPart .zoom-enter,#headerPart .zoom-leave-to {
    opacity: 0;
    transform: scale(.5);
}


#headerPart .progress-bar {
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 2px;
    transition: 200ms;
}

#headerPart:hover .progress-bar {
    bottom: 0;
}

#headerPart .progress-bar .progress {
    position: absolute;
    left: 0;
    top:0;
    z-index: 2;
    background: #ff0026;
    height: 2px;
    transition: 300ms;
}

#headerPart .progress-bar .cache {
    background: #bcbcbc;
    height: 2px;
    transition: 300ms;
}

#headerPart .swiper-wrapper .swiper-slide{
    height: auto;
}

/*----------------- 头图banner end -----------------*/




.characteristic{
    height: fit-content;
    width: 100%;
    padding: 50px 0;
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.characteristic .Section{
    display: flex;
    align-items: center;
    gap: 100px;

}

.characteristic .Section p.ImgOnlyStyle{
    width: calc(50% - 50px);
    display: flex;
    align-items: center;
    margin-bottom: 0;
    border-radius: 12px;
    overflow: hidden;
}

.characteristic .Section p.ImgOnlyStyle img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
}

.characteristic .Section div{
    width: calc(50% - 50px);
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: flex-start;
}

.characteristic .Section div h4{
    font-size: 25px;
    margin-bottom: 0;
}

.characteristic .Section div p{
    margin-bottom: 0;
    font-size: var(--TextStyle1-size);
}

.characteristic .Section p.ImgOnlyStyle.order{
    order: 1;
}

.characteristic .Section div a{
    text-decoration: none;
    background-color: #B1000E;
    padding: 10px 50px;
    border-radius: 25px;
    transition: all .2s;
    display: flex;
    align-self: self-start;
}

.characteristic .Section div a:hover{
    transition: all .2s;
    background-color: #7e000a;
}

.characteristic .Section div a span{
    color: #fff;
}

/*----------------- 新闻 start -----------------*/
.news{
    margin-top: 50px;
    padding: 50px 0;
}

.news .pressList{
    display: flex;
    flex-direction: column;
}
.news .pressList dl{
    display: flex;
    align-items: flex-start;
    padding: 15px 20px;
    border-bottom: 1px solid #D5D5D5;
}

/* 
.news .pressList ul li dl{
    display: flex;
    align-items: center;
    transition: all .3s;
} */

.news .pressList dl dt{
    width: 145px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: var(--TextStyle1-size);
}

.news .pressList dl dd{
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    /* padding-left: 30px; */
}

.news .pressList dl dd a{
    position: relative;
    padding-right: 50px;
    font-size: var(--TextStyle1-size);
    text-decoration: none;
    color: #000;
    transition: all .3s;
    width: 100%;
    display: block;
}
/* .news .pressList ul li.new{
    position: relative;
    padding-left: 60px;
} */

.news .pressList ul li{
    position: relative;
    padding-left: 60px;
    display: flex;
    align-items: center;
}

.news .pressList ul li.new::before {
    content: "";
    width: 30px;
    height: 20px;
    display: block;
    /* padding-left: 20px; */
    position: absolute;
    left: 0;
    background: url(/image/cn/r1/icon/icon_new_circle.svg) right center no-repeat;
    background-size: 30px;
}


.news .pressList dl dd a::after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('/image/ml_portal/2022/icon/arrow_right_gray.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news .pressList dl dd a:hover{
    color: #E60027;
    transition: all .3s;
}

.news .pressList dl dd a:hover::after{
    background-image: url('/image/ml_portal/2022/icon/arrow_right_red.svg');
    transition: all .3s;
}



.news .pressList dl dd ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
/*----------------- 新闻 end -----------------*/


/*-------------- 社会创新 start -----------------*/
#sibArea{
    padding-top: 50px;
}

#sibArea h3{
    text-align: center;
    margin-bottom: 30px;
}

#sibArea p.TextStyle1{
    text-align: center;
    margin-bottom: 0;
    font-size: var(--TextStyle1-size);
}

#sibArea .showcase{
    padding: 50px 0;
}

#sibArea.slide .sib-swiper .buttons .swiper-button-prev,
#sibArea.slide .sib-swiper .buttons .swiper-button-next{
    display: none;
    transition: all .3s;
}

#sibArea.slide .sib-swiper:hover .buttons .swiper-button-prev,
#sibArea.slide .sib-swiper:hover .buttons .swiper-button-next{
    display: block;
    transition: all .3s;
}


#sibArea.slide .sib-swiper .swiper-slide {
    width: calc((100% - 60px) / 3) !important;
    opacity: 1 !important;
}

#sibArea.slide .sib-swiper .swiper-slide a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    position: relative;
    padding-bottom: 65px;
    transition: .3s ease;
}

#sibArea.slide .sib-swiper .swiper-slide a:hover p.ImgOnlyStyle{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    transition: .3s ease;
}

#sibArea.slide .sib-swiper .swiper-slide a:hover p.ImgOnlyStyle img{
    transform: scale(1.1);
    transition: .3s ease;
}


#sibArea.slide .sib-swiper .swiper-slide a p.ImgOnlyStyle{
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 250px;
    margin-bottom: 0;
    transition: .3s ease;
}

#sibArea.slide .sib-swiper .swiper-slide a p.ImgOnlyStyle img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
}

#sibArea.slide .sib-swiper .swiper-slide a p.text {
    width: 90%;
    display: flex;
    flex-direction: column;
    opacity: 1 !important;
    z-index: 2;
    color: #000;
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 10px;
    min-height: 105px;
    max-height: fit-content;
    margin-bottom: 20px;
}
#sibArea.slide .sib-swiper .swiper-slide a p.text span {
    display: block;
    font-size: 14px;
}

#sibArea.slide .sib-swiper .swiper-slide.swiper-slide-active a p {
    opacity: 1;
}

#sibArea.slide .sib-swiper .swiper-slide.swiper-slide-active a img {
    width: 100%;
}

#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: 12px;
    margin-bottom: 10px;
    background: #FFF;
    border-radius: 20px;
    color: #fff;
}

#sibArea.slide .sib-swiper .swiper-slide.case a p i {
    background-color: #7A93DC;
}

#sibArea.slide .sib-swiper .swiper-slide.feeler a p i {
    background-color: #7EBD58;
}

/*-------------- 社会创新 end -----------------*/



/* 相关链接 */
#bannerArea {
    padding: 50px 0;

}

#bannerArea h3{
    margin-left: calc((100% - 1275px) / 2);
    margin-bottom: 20px;
    font-size: 25px;
    color: #000;
    font-weight: normal;
}


@media screen and (max-width: 1325px){
    #sibArea .showcase {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1304px) {
    .OptionWideRWD #Contents{
        padding: 0;
    }

    .OptionWideRWD .GridSet{
        margin: 0;
    }

    .OptionWideRWD .Grid3,
    .OptionWideRWD .Grid1{
        padding: 0;
    }

    .OptionWideRWD .Grid4{
        padding: 0 15px;
    }

    #hotSpot{
        padding: 0 15px;
    }

    #hotSpot h3{
        padding: 0;
    }

    #hotSpot h3,
    #bannerArea h3{
        margin-left: 0;
    }

    body.toppage .Grid4 {
        padding: 0;
    }
    .characteristic{
        padding: 50px 15px;
    }

    .Section h3{
        padding: 0 15px;
    }

    ul.productsList{
        padding: 0 15px;
    }
    #sibArea{
        padding: 50px 15px 0;
    }

    #bannerArea{
        padding: 50px 15px;
    }
}

@media screen and (max-width: 1025px) {
    #headerPart .mainSlide {
        aspect-ratio: 5/2;
    }

    .characteristic .Section{
        gap: 50px;
    }

    .characteristic .Section p.ImgOnlyStyle{
        width: calc(50% - 25px);
    }

    .characteristic .Section div{
        width: calc(50% - 25px);
    }
}

@media screen and (max-width: 1000px){
    /* #sibArea.slide .sib-swiper .swiper-slide {
        width: 600px;
    } */
    #sibArea.slide .sib-swiper .swiper-slide a p span {
        font-size: 90%;
    }
    #productArea ul.navArea {
        padding: 0 20px;
    }
    #sibArea.list .swiper {
        padding: 0 20px;
    }
}

@media screen and (max-width: 966px){
    #headerPart .swiper-slide .static .statement .content h1{
        font-size: 40px;
    }

    .news .pressList{
        padding: 0 15px;
    }
    
    .news .pressList dl{
        padding: 15px 0;
    }

    #productArea a.button {
        bottom: 50px;
    }
        
    #productArea .Section p {
        width: 100%;
    }
    
    #sibArea {
        min-height: auto;
    }

    #sibArea.list .swiper-slide {
        margin: 30px 20px 0 0;
    }

    #sibArea.slide .sib-swiper .swiper-slide{
        width: calc((100% - 30px) / 2) !important;
    }

    #sibArea .buttons .swiper-pagination-bullet {
        width: 100px;
    }


}

@media screen and (max-width: 768px) {
    :root{
        --TextStyle1-size: 14px;
    }
    #headerPart .swiper-slide .static.fullWidth .statement .content a img{
        display: none;
    }
    #headerPart .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;
    }

    #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;
    }

    #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;
    }

    ul.bannerLinks.grid3 li {
        width: calc((100% - 30px) / 2);
    }

    .news .pressList dl {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    

    #sibArea.slide .sib-swiper .swiper-slide{
        transform: scale(.8);
        width: 60% !important;
    }

    #sibArea.slide .sib-swiper .swiper-slide.swiper-slide-active, 
    #sibArea.slide .sib-swiper .swiper-slide.swiper-slide-duplicate-active{
        transform: scale(1.1);
    }

    
    #sibArea.slide .sib-swiper .swiper-slide a p.ImgOnlyStyle{
        height: 200px;
    }

    #sibArea.slide .sib-swiper .buttons .swiper-button-prev, 
    #sibArea.slide .sib-swiper .buttons .swiper-button-next{
        display: block;
    }

    .social_Innovation>.Section h3{
        margin-bottom: 20px;
    }

    .news .pressList ul li{
        padding-left: 0;
    }
    .news .pressList ul li.new{
        padding-left: 40px;
    }

    #sibArea .showcase{
        padding: 30px 0;
    }
}

@media screen and (max-width: 720px) {

    #headerPart .swiper-slide .static.noText .statement .content > img{
        max-height: calc(100vw / 192 * 60);
    }

    #headerPart .swiper-slide .static.noText .statement .content{
        margin-bottom: 0;
    }

    #hotSpot h3,
    .Section h3{
        font-size: 20px;
    }
    .characteristic {
        gap: 0;
    }
    .characteristic .Section{
        flex-direction: column;
        gap: 5px;
        padding-bottom: 50px;
    }

    .characteristic .Section:last-child{
        padding-bottom: 0;
    }

    .characteristic .Section p.ImgOnlyStyle,
    .characteristic .Section div{
        width: 100%;
    }

    .characteristic .Section div{
        padding-top: 20px;
        gap: 20px;
    }
    

    .characteristic .Section div h4{
        font-size: 20px;
    }

    .characteristic .Section div a{
        padding: 5px 40px;
        font-size: 14px;
        text-align: center;
        width: 100%;
    }

    .characteristic .Section div a span{
        width: 100%;
    }
    
    .characteristic .Section p.ImgOnlyStyle.order{
        order: -1;
    }

    #headerPart .mainSlide {
        aspect-ratio: 4/3;
        height: auto;
        padding-bottom: 60px;
    }

    #headerPart .swiper-slide .static .statement .buttons > a.btn{
        min-width: 200px;
        padding: 10px;
    }



    #headerPart .swiper-slide .statement {
        position: absolute;
        height: 70%;
    }
    #headerPart .swiper-slide .statement .content {
        width: calc(100vw - 50px);
        height: 100%;
    }
    #headerPart .swiper-slide .statement .content > p.styleA,
    #headerPart .swiper-slide .statement .content > p.styleB {
        display: none;
    }
    #headerPart .swiper-slide .statement .buttons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        width: calc(100vw - 30px);
    }
    #headerPart .swiper-slide .statement .buttons > a.btn {
        font-size: 12px;
        margin: 0;
    }
    #headerPart .swiper-slide img.bg,
    #headerPart .swiper-slide video {
        max-height: 100%;
    }

    #headerPart .swiper-slide .static .statement .content h1{
        font-size: 27px;
        margin-bottom: 0;
    }
    #headerPart .swiper-slide .static.Image_shadow .statement .content > p.styleA{
        display: none;
    }


}
@media screen and (max-width: 579px) {
    #brandingArea {
        margin: 0;
        aspect-ratio: 5/4;
        padding: 20px 15px;
    }

    #headerPart .mainSlide {
        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;
    }

    #sibArea.slide .sib-swiper .swiper-slide a p i {
        display: block;
    }

    .social_Innovation>.Section p.TextStyle1 br{
        display: none;
    }

    .characteristic{
        padding: 30px 15px;
    }
    #sibArea.slide .sib-swiper .swiper-slide a p.text{
        min-height: fit-content;
    }
}

@media screen and (max-width:540px) {
    .characteristic .Section div h4{
        font-size: 18px;
    }

    #sibArea.slide .sib-swiper .swiper-slide a p.ImgOnlyStyle{
        height: 130px;
    }
    #sibArea.slide .sib-swiper .swiper-slide a p.text span{
        font-size: 12px;
        line-height: 1.4;
    }

}