/* 公共style */
.GridSet{
    width: auto;
}
.PageTitleStyle1{
    max-width: 1275px;
    margin: 0 auto;
}

.PageTitleStyle1 h1{
    font-size: 24pt;
    line-height: 2;
    margin-bottom: 15px;
}


sup {
    color: #e60027;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 900;
}

#caseListArea {
    position: relative;
    z-index: 0;
}

.wideContents {
    padding-bottom: 0;
}
/* 案例主体 */
.caseMain{
    padding-bottom: 100px;
}
.caseMain .headerArea{
    display: flex;
    align-items: stretch;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    padding: 100px auto;
}
.caseMain .headerArea .videoBg {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
    background: url(../image/videobg/iyga_2024_header_bg.jpg) center center no-repeat;
    background-size: cover;
}
.caseMain .headerArea .videoBg video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.caseMain .headerArea .Section {
    display: block;
    padding: 100px 0;
    z-index: 1;
}
.caseMain .headerArea .Section a{
    display: flex;
    align-items: center;
    gap: 80px;
    text-decoration: none;
}

.caseMain .headerArea .Section a p.ImgOnlyStyle{
    width: 38%;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 15px;
    border: 5px solid #fff;
}

.caseMain .headerArea .Section a p.ImgOnlyStyle img{
    width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 500ms ease-in-out;
}

.caseMain .headerArea .Section:hover a p.ImgOnlyStyle img{
    transform: scale(1.1);
}

.caseMain .headerArea .Section a div{
    width: 50%;
} 

.caseMain .headerArea .Section a div > span {
    display: inline-block;
    color: #FFF;
    padding: 5px 10px;
    margin-right: 15px;
    border: 1px solid #fff;
    margin-bottom: 20px;
    font-size: 12px;
}

.caseMain .headerArea .Section a div h3 {
    margin-bottom: 50px;
    line-height: normal;
}

.caseMain .headerArea .Section a div h3 > span{
    color: #fff;
    font-size: 200%;
    line-height: normal;
    display: inline-block;
}

.caseMain .headerArea .Section a div h3 > span:after{
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('/image/cn/r1/icon/icon_link_right_xl_hd.gif') no-repeat;
    background-size: cover;
    background-position: center 3px;
    margin-left: 5px;
}

.caseMain .headerArea .Section:hover a div h3 > span{
    color: #e60027;
    text-decoration: none;
    transition: all 300ms ease-in-out;
}

.caseMain .headerArea .Section a div p.TextStyle1{
    color: #fff;
    margin-bottom: 0;
    width: 95%;
    font-size: 100%;
}


/* 表彰活动 */
.caseMain .commendArea{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1275px;
    margin: 50px auto;
}

.caseMain .commendArea h3{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 25px;
    margin-bottom: 50px;
    line-height: 160%;
    text-align: center;
}

.caseMain .commendArea h3 span{
    font-weight: normal;
}

.caseMain .commendArea div{
    display: flex;
    align-items: center;
    gap: 50px;
}

.caseMain .commendArea div p{
    width: calc((100% - 50px) / 2);
}

.caseMain .commendArea div p.TextStyle1{
    order: -1;
    line-height: 2;
    margin-bottom: 0;
    font-size: 100%;
}

.caseMain .commendArea div p img{
    width: 100%;
}

/* 案例内容 */
.caseMain .caseContent #caseSwiper {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.caseMain .caseContent #caseSwiper .sliderButton{
    top: 45%;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    display: block;
}

.caseMain .caseContent .swiperCenter{
    position: relative;
    background-color: #eee;
}

.caseMain .thumbSwiper {
    position: relative;
    max-width: 1305px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0 15px;
    box-sizing: border-box;
}

.caseMain .thumbSwiper .swiper-wrapper{
    max-width: 1275px;
    margin: 0 auto;
    padding: 55px 0;
    user-select: none;
}

.caseMain .caseContent #caseSwiper .swiper-slide {
    overflow: visible;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
    width: calc((1275px - 80px) / 5);
}

.caseMain .caseContent #caseSwiper .swiper-slide:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,.5); 
    transition: all 300ms;
    border-radius: 10px;
}

.caseMain .caseContent #caseSwiper .swiper-slide:hover:after{
    background-color: rgba(0, 0, 0, 0); 
    transition: all 300ms;
    opacity: 1;
}

.caseMain .caseContent #caseSwiper .swiper-slide.active:after{
    background-color: rgba(0, 0, 0, 0); 
    transition: all 300ms;
}

.caseMain .caseContent #caseSwiper .swiper-slide .img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    aspect-ratio: 16/9;
    box-sizing: border-box;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 10px;
}

.caseMain .caseContent #caseSwiper .swiper-slide.active{
    box-shadow: 0 6px 13px rgba(0,0,0,0.5);
}

.caseMain .caseContent #caseSwiper .swiper-slide.active .img {
    border: 4px solid #fff;
    border-radius: 10px;
}

.caseMain .caseContent #caseSwiper .swiper-slide.active::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
}

.caseMain .caseContent #caseSwiper .swiper-slide .img > img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next::after,
.swiper-button-prev:after{
    transform: scale(.6);
    color: #e60027;
}

.caseMain .caseContent .swiper .swiper-wrapper .swiper-button-next.swiper-button-disabled,
.caseMain .caseContent .swiper .swiper-wrapper
.swiper-button-prev.swiper-button-disabled{
    opacity: 1 !important;
}

.caseMain .caseContent .swiper .swiper-wrapper .swiper-button-lock{
    display: block !important;
}

.caseMain .caseContent .swiper .swiper-wrapper .swiper-slide{
    cursor: pointer;
}

.caseMain .caseContent .swiper .swiper-wrapper .swiper-slide img{
    width: 100%;
    min-height: auto;
    min-width: 120px;
}

.caseMain .caseContent .caseDetail{
    display: flex;
    flex-direction: column;
    max-width: 1275px;
    margin: 0 auto;
}

.caseMain .caseContent .caseDetail .flexBox{
    display: flex;
    align-items: center;
    gap: 50px;
    text-decoration: none;
    margin-bottom: 50px;
}

.caseMain .caseContent .caseDetail .flexBox p.ImgOnlyStyle{
    width: 50%;
    margin-bottom: 0;
    overflow: hidden;    
    max-height: 340px;
    display: flex;
    align-items: center;
}

.caseMain .caseContent .caseDetail .flexBox p.ImgOnlyStyle img{
    width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 500ms ease-in-out;
}

.caseMain .caseContent .caseDetail .flexBox div{
    width: 50%;
}

.caseMain .caseContent .caseDetail .flexBox div > span {
    display: inline-block;
    color: #000;
    padding: 5px 10px;
    margin-right: 15px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 12px;
}

.caseMain .caseContent .caseDetail .flexBox div h3 {
    margin-bottom: 30px;
    line-height: normal;
    font-size: 25px;
}


.caseMain .caseContent .caseDetail .flexBox div p.TextStyle1 {
    margin-bottom: 0;
    width: 95%;
    font-size: 100%;
}




#caseContentArea {
    max-width: 1275px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

#caseContentArea .caseBox{
    display: flex;
    gap: 50px;
}

#caseContentArea .caseBox dl{
    width: calc((100% - 50px) / 2);
}

#caseContentArea dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    background-color: #F2F2F2;
    box-sizing: border-box;
}

#caseContentArea dl dt{
    background-color: #fff;
    color: #FF0000;
    border: 2px solid #FF0000;
    font-weight: bold;
    border-radius: 30px;
    margin-bottom: 50px;
    padding: 5px 10px;
    min-width: 200px;
    text-align: center;
    font-size: 22px;
}

#caseContentArea dl dd.TextStyle1{
    font-size: 100%;
    margin-bottom: 0;
}


#sliderArea {
    position: relative;
    width: 100%;
    max-width: 1275px;
    box-sizing: border-box;
    padding: 0 20px 25px;
}

#sliderArea .swiper-wrapper {
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    box-sizing: border-box;
}

#sliderArea .swiper-slide {
    width: calc((1275px - 40px) / 3);
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: top;
    align-items: top;
    transition: all 100ms;
}

#sliderArea .swiper-slide a {
    display: block;
    padding: 30px;
    text-decoration: none;
    transition: all 200ms;
    border-radius: 0;
}

#sliderArea .swiper-slide:hover div.img {
    opacity: 1.1;
    transition: all 300ms;
}

#sliderArea .swiper-slide a .img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    line-height: 1.2;
    height: 200px;
    max-height: 200px;
    overflow: hidden;
    border-radius: 0;
}

#sliderArea .swiper-slide a .img img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 0;
}

#sliderArea .swiper-slide a .txt h3 {
    font-size: 18px;
    color: #333
}

#sliderArea .swiper-slide a .txt p {
    font-size: 14px;
    color: #666;
    line-height: 140%;
}

div.sliderButton,
div.sliderNewBtn {
    display: block;
    position: absolute;
    top: 240px;
    width: 100%;
    left: 0;
    right: 0;
    max-width: calc(1275px + 240px);
    margin: 0 auto;
}

div.sliderButton > div,
.sliderNewBtn> div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: rgba(255,255,255);
}

div.sliderButton > div:hover,
div.sliderNewBtn > div:hover
{
    opacity: 0.7;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: all 300ms;
}


div.sliderButton > div::after,
div.sliderNewBtn > div::after {
    transform: scale(.6);
    color: #e60027
}

#sliderArea .swiper-slide a:hover {
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
    background-color: #fff;
    transition: all 300ms;
}

#sliderArea .swiper-slide.swiper-slide-active{
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
    background-color: #fff;
}


#sliderArea .swiper-slide:hover a .txt h3{
    color:#e60027;
    transition: all 300ms;
}

/* 过往案例 */
.wideContents.last{
    position: relative;
}

.wideContents.last .Section {
    margin: 0 auto;
    width: 100%;
    max-width: 1275px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.wideContents.last .Section h2{
    width: 20%;
    min-width: 180px;
    margin-bottom: 0;
}

.wideContents.last .Section ul{
    display: flex;
    flex: 1;
    justify-content: flex-end;
    gap: 50px;
}

.wideContents.last .Section ul li{
    padding: 5px 50px;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #FFF;
}

.wideContents.last .Section ul li:hover
{
    border: 1px solid #e60027;
    color: #fff;
    transition: all 300ms;
    color: #e60027
}

.wideContents.last .Section ul li.active{
    background-color: #e60027;
    color: #fff;
}

.wideContents.last {
    padding: 50px 0 0;
    background-color: rgb(233, 233, 233);
}

.wideContents.last h2, 
.wideContents.last h2 span {
    background: none;
    padding: 0;
    font-size: 30px;
}

.wideContents.last h3 {
    font-size: 24px;
    color: #999;
}


@media screen and (min-width: 995px) and (max-width: 1304px){
    .OptionWideRWD .Grid4,.OptionWideRWD #Contents {
        padding: 0;
        margin: 0;
    }

    .OptionWideRWD .GridSet{
        margin: 0;
    }

    .OptionWideRWD #Contents img{
        height: 100%;
    }
}

@media screen and (max-width: 1304px){
    .PageTitleStyle1 h1 {
        margin-left: 15px;
    }
    .wideContents.last .Section {
        padding: 0 20px;
    }
    .caseMain .headerArea .Section{
        padding-left: 20px;
        padding-right: 20px;
    }
    .caseMain .commendArea{
        padding: 0 15px;
    }
    .caseMain .caseContent #caseSwiper .caseDetail{
        padding: 0 15px;
    }

    .caseMain .thumbSwiper .swiper-wrapper{
        /* padding: 55px 15px; */
        box-sizing: border-box;
    }
}


@media screen and (max-width: 994px){
    .JS #Contents{
        padding-left: 0;
        padding-right: 0;
    }

    .JS .Grid4{
        padding-left: 0;
    }

    .JS .GridSet{
        margin-left: 0;
    }
    

    .caseMain .headerArea{
        display: flex;
        align-items: center;
        padding: 150px 0;
    }

    .caseMain .headerArea .Section{
        gap: 60px;
        padding-top: 0;
    }

    .caseMain .headerArea .Section a div h3{
        margin-bottom: 30px;
    }

    .caseMain .headerArea .Section a div h3 span{
        font-size: 180%;
    }

    .caseMain .headerArea .Section a div p.TextStyle1{
        width: 100%;
    }

    .wideContents.last .Section ul li{
        padding: 5px 30px;
    }

    .caseMain .commendArea {
        margin: 30px auto;
    }

    .caseMain .commendArea h3{
        margin-bottom: 30px;
        font-size: 20px;
    }

    #sliderArea {
        width: 80%;
    }

    #sliderArea .swiper-slide {
        width: calc((1275px - 20px) / 2);
    }

    .caseMain .caseContent .caseDetail .flexBox{
        gap: 30px;
        flex-direction: column;
    }

    .caseMain .caseContent .caseDetail .flexBox div h3{
        margin-bottom: 20px;
        font-size: 20px;
    }

    .caseMain .caseContent .caseDetail .flexBox p.ImgOnlyStyle{
        max-height: 420px;
    }

    .caseMain .caseContent .caseDetail .flexBox p.ImgOnlyStyle,
    .caseMain .caseContent .caseDetail .flexBox div{
        width: 80%;
    }
}

@media screen and (max-width: 913px){
    .caseMain .commendArea div{
        gap: 30px;
    }

    .caseMain .commendArea div p{
        width: calc((100% - 30px) / 2);
    }


    .caseMain .caseContent .swiper .swiper-wrapper .swiper-slide{
        width: calc((100% - 80px) / 5);
    }

    #caseContentArea .caseBox{
        gap: 30px;
    }

    #caseContentArea .caseBox dl{
        width: calc((100% - 30px) / 2);
    }

    #caseContentArea{
        gap: 30px;
    }
    
    #caseContentArea dl{
        padding: 30px;
    }

    #caseContentArea dl dt{
        margin-bottom: 30px;
    }

    .wideContents.last .Section ul{
        gap: 30px;
    }
}

@media screen and (max-width: 821px){
    .wideContents.last .Section ul li {
        padding: 5px 20px;
    }
}

@media screen and (max-width: 767px) {
    .JS h2{
        margin: 0;
    }

    .caseMain .commendArea div{
        flex-direction: column;
        align-items: center;
    }

    .caseMain .commendArea div p{
        width: 100%;
    }

    .caseMain .commendArea div p:first-child{
        display: flex;
        justify-content: center;
        max-width: 60%;
    }

    .caseMain .commendArea div p.TextStyle1{
        order: 1;
    }
    
    .caseMain .headerArea{
        display: flex;
        padding: 0;
        aspect-ratio: auto;
    }

    .wideContents.last .Section{
        flex-direction:column;
    }

    .wideContents.last .Section h2{
        margin-bottom: 20px;
    }

    .wideContents.last .Section ul{
        justify-content: flex-start;
    }

    .caseMain .headerArea .Section a{
        flex-direction: column;
        gap: 40px;
        padding: 40px 20px;
    }

    .caseMain .headerArea .Section a div{
        width: 100%;
    }

    .caseMain .headerArea .Section a div h3 span{
        font-size: 150%;
    }

    .caseMain .headerArea .Section a p.ImgOnlyStyle{
        width: 100%;
    }
    
    .caseMain .headerArea .Section a div h3 span:after{
        width: 20px;
        height: 20px;
    }
    #caseContentArea dl dt{
        font-size: 18px;
        margin-bottom: 20px;
    }

    .wideContents.last .Section{
        flex-direction: column;
    }

    .wideContents.last .Section h2{
        margin-bottom: 15px;
    }

    .wideContents.last .Section ul{
        gap: 15px;
        justify-content: flex-start;
        margin-top: 15px;
    }

    .wideContents.last .Section ul li {
        font-size: 18px;
        padding: 5px 15px;
    }

    #sliderArea .swiper-slide a .img{
        height: 300px;
        max-height: 300px;
    }

    div.sliderButton{
        top: 350px;
    }

    div.sliderButton > div{
        width: 45px;
        height: 45px;
    }

    .caseMain .caseContent .caseDetail .flexBox{
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }

    .caseMain .caseContent .caseDetail .flexBox p.ImgOnlyStyle{
        width: 100%;
    }

    .caseMain .caseContent .caseDetail .flexBox div{
        width: 100%;
    }

    #caseContentArea .caseBox{
        flex-direction: column;
    }

    .caseMain .caseContent .caseDetail .flexBox div h3 {
        margin-bottom: 20px;
    }
    .caseMain .caseContent #caseSwiper .swiper-slide{
        width: calc((100% - 60px) / 4);
    }

    .caseMain .thumbSwiper{
        margin-bottom: 30px;
    }

    .caseMain .headerArea .Section{
        padding-bottom: 0;
    }

    #caseContentArea .caseBox dl{
        width: 100%;
    }

    
    .caseMain .thumbSwiper .swiper-wrapper{
        margin-bottom: 0;
        padding: 35px 0;
    }

    .caseMain .caseContent #caseSwiper .swiper-slide.active::before {
        bottom: -7px;
        width: 15px;
        height: 15px;
    }

    .caseMain .thumbSwiper .sliderNewBtn.sliderButton{
        display: block !important;
        top: 50% !important;
        transform: translateY(-50%);
        z-index: 1;
    }
}

@media screen and (max-width: 541px){
    #sliderArea .swiper-slide a{
        padding: 20px;
    }

    #sliderArea .swiper-slide a .img{
        height: 200px;
        max-height: 200px;
    }

    .caseMain .headerArea .Section a{
        padding: 20px 0;
    }
    .caseMain .caseContent #caseSwiper .sliderButton {
        top: 50%;
    }
    div.sliderButton{
        top: 299px;
    }

    #caseContentArea dl{
        padding: 20px;
    }

    .caseMain .caseContent #caseSwiper .swiper-slide {
        width: calc((100% - 20px) / 2);
    }

    .caseMain .caseContent .caseDetail .flexBox p.ImgOnlyStyle{
        max-height: 300px;
    }
}


@media screen and (max-width: 414px){
    .caseMain .headerArea .Section a div h3 span{
        font-size: 130%;
    }

    .caseMain .caseContent .caseDetail .flexBox p.ImgOnlyStyle {
        max-height: 220px;
    }
}
