@media
(prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body{
    background: transparent;
}
.ImgOnlyStyle{
    margin: 0;
}
.ImgOnlyStyle img{
    margin: 0;
    width: 100%;
}

span.swiper-pagination-bullet-active {
    background-color: #9f1f24;
}

#Expo{
    margin-bottom: 100px;
}

#Expo div.dark {
    background-color: #2e2e2e;
}

#Expo .Section>h2{
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
}
#Expo .Section>h2 span{
    border-bottom: none;
    padding-left: 0;
    font-size: 25px;
    color: #000;
}

#Expo .PageTitleStyle2 {
    margin-bottom: 15px;
}
#Expo .wideSection {
    padding: 0;
    margin-bottom: 0;
}


/*********************************************************************************
    头部幻灯片
/********************************************************************************/

#Expo #headerSliderArea{
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #2e2e2e;
    overflow: hidden;
}
#Expo #headerSliderArea > .swiper {
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    padding:0;
    overflow: hidden;
}

#Expo #headerSliderArea .headerSlide .swiper-wrapper .swiper-slide p{
    max-height: 30vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
#Expo #headerSliderArea .headerSlide .swiper-wrapper{
    z-index: 0;
}
#Expo #headerSliderArea .headerSlideThumb {
    position: absolute;
    bottom: 40px;
    width: 15%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#Expo #headerSliderArea .headerSlideThumb .swiper-slide {
    background: #000;
    cursor: pointer;
    width: calc((100% - 30px) / 3);
}
#Expo #headerSliderArea .headerSlideThumb .swiper-slide img {
    opacity: .5;
}
#Expo #headerSliderArea .headerSlideThumb .swiper-slide-thumb-active img {
    opacity: 1;
}
#Expo #headerSliderArea .headerSlideThumb .swiper-slide p {
    border: 1px solid #000;
}
#Expo #headerSliderArea .headerSlideThumb .swiper-slide-thumb-active p {
    border: 1px solid #FFF;
}


/* toppage cardbox */
#Expo #headerSliderArea .Section {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 1275px;
}

#Expo #headerSliderArea .cardBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 35%;
    padding: 40px;
    margin-left: 40px;
    background-color: rgba(0,0,0,.8);
    background-image: url("/image/astemo/astemo_logo_red.svg");
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 30%;
    transition: all .4s;
}
#Expo #headerSliderArea .cardBox * {
    color: #FFF;
    transition: all .4s;
}
#Expo #headerSliderArea .cardBox h2 {
    text-align: left;
}
#Expo #headerSliderArea .cardBox h2 i {
    display: block;
    font-size: 70%;
    font-style: normal;
    line-height: 1;
}
#Expo #headerSliderArea .cardBox h2 span {
    display: inline-block;
    text-align: left;
    font-size: 140%;
    padding: 10px 0;
}
#Expo #headerSliderArea .cardBox h2 small {
    display: block;
    font-weight: 100;
    margin-top: 10px;
}
#Expo #headerSliderArea .cardBox a {
    background-image: url("/image/astemo/about/astemo/details.svg");
    background-repeat: no-repeat;
    background-size: 50px;
    transition: all .4s;
    text-decoration: none;
}
#Expo #headerSliderArea .cardBox a span{
    display: block;
    padding: 25px 0 0;
    padding-left: 42px;
    text-decoration: none;
}

#Expo #headerSliderArea .cardBox:hover {
    background-color: rgba(255,255,255,.5);
    background-image: url("/image/astemo/astemo_logo_red.svg");
    backdrop-filter: blur(6px);
}
#Expo #headerSliderArea .cardBox:hover * {
    color: #000;
}
#Expo #headerSliderArea .cardBox:hover h2 > span{
    border-bottom: 1px solid black;
}


#Expo #headerSliderArea .cardBox:hover a {
    background-image: url("/image/astemo/about/astemo/details_bgBlack.svg");
}

/*********************************************************************************
    页内导航
/********************************************************************************/

#Expo nav {
    position: sticky;
    position: -webkit-sticky;
    background-color: #e8e8e8;
    top: 0px;
    z-index: 99;
}
#Expo nav > div.Section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
#Expo nav > div.Section h2{
    width: 45%;
    color: #000;
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing:2px;
    word-spacing:5px;
    padding-bottom: 0;
    padding: 0;
}
#Expo nav > div.Section ul{
    width: 55%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#Expo nav > div.Section ul li {
    width: calc(100% / 3);
    text-align: center;
    cursor: pointer;
}
#Expo nav > div.Section ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 20px 0;
}
#Expo nav > div.Section li:hover a{
    color: #9f1f24;
    background: #FFF;
}


/*********************************************************************************
    出展寄语
/********************************************************************************/
#Expo .message{
    position: relative;
    box-sizing: border-box;
    margin-bottom: 60px;
}
#Expo .message span{
    display: block;
    padding: 30px 0 0;
    color: #bebebe;
}

#Expo .message p.TextStyle1{
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    box-sizing: border-box;
    
}
#Expo .message p.image{
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#Expo .message p.image img{
    width: 15px;
}
/* 寄语 */


/*********************************************************************************
    展台信息
/********************************************************************************/

#Expo #infoArea {
    padding-top: 65px;
}
#Expo #infoArea h2{
    text-align: left;
}
#Expo #infoArea h2 span{
    border-bottom: 5px solid #9f1f24;
    padding-left: 0;
    color: #000;
    font-size: 25px;
}
#Expo #infoArea > div{
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
    padding: 30px 20px;
}
#Expo #infoArea > div .info {
    width: 50%;
    display: flex;
    flex-direction: column;
}
#Expo #infoArea > div .info span{
    padding: 30px 0;
    border-bottom: 1px solid #9f1f24;
    box-sizing: border-box;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px 40px;
    padding-left: 80px;
}
#Expo #infoArea > div .info span.date {
    background-image: url(/news/expo/image/date.svg);
}
#Expo #infoArea > div .info span.location {
    background-image: url(/news/expo/image/address.svg);
}
#Expo #infoArea > div .info span.booth {
    background-image: url(/news/expo/image/booth.svg);
}
#Expo #infoArea > div .info span:nth-last-child(1){
    border-bottom: none;
}
#Expo #infoArea > div .map {
    width: 50%;
}

#Expo #infoArea > div .map .swiper-pagination {
    bottom: 0;
}
#Expo #infoArea > div .map .swiper-slide p{
    margin-bottom:20px;
}



/*********************************************************************************
    现场照片 + 展会预告
/********************************************************************************/
#Expo #photoArea {
    padding: 65px 0 0;
}
#Expo #photoArea ul.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
    margin: 20px 0;
}
#Expo #photoArea ul.pagination li {
    width: calc((100% - 40px)/3);
    border: 1px solid #fff;
    box-sizing: border-box;
}

#Expo #photoArea ul.pagination li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    transition: all 200ms;
    height: 100%;
    box-sizing: border-box;

}

#Expo #photoArea ul.pagination li a:hover {
    background: #b40c0c;
    color: #fff;
}

#Expo #photoArea ul.pagination li a:active,
#Expo #photoArea ul.pagination li.active a {
    color: #FFF;
    background: #b40c0c;
}
#Expo #photoArea ul.pagination li a i {
    display: inline-block;
    font-style: normal;
    font-size: 90%;
}

#Expo #photoArea .justified-gallery > a{
    display: block;
}
#Expo #photoArea .liveGallery a  {
    position: absolute;
}
#Expo #photoArea .liveGallery a div.text{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #000;
    opacity: .7;
    transition: opacity 200ms;
}
#Expo #photoArea .liveGallery a div.text h3{
    display: block;
    font-size: 100%;
    line-height: 120%;
    margin-bottom: 0;
    color: #fff;
    font-weight: normal;

}
#Expo #photoArea .liveGallery a:hover div.text {
    opacity: 1;
}
#Expo #photoArea .pictureDisplay .swiper-container-horizontal>.swiper-pagination-bullets,
#Expo #photoArea .pictureDisplay .swiper-pagination-custom,
.swiper-pagination-fraction{
    bottom: 1vw;
}


#Expo #photoArea ul.slider {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

#Expo #photoArea ul.slider li {
    display: flex;
}
#Expo #photoArea ul.slider li p.ImgOnlyStyle {
    width: 50%;
}
#Expo #photoArea ul.slider li .productText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 30px);
    margin-left: 30px;
    text-align: center;
    color: #FFF;
}



/*********************************************************************************
    相关产品
/********************************************************************************/

#Expo #relatedArea {
    padding: 65px 20px 30px;
}
#Expo #relatedArea h2{
    padding: 20px 0;
    text-align: center;
}
#Expo #relatedArea h2 span{
    display: inline-block;
    color: #fff;
    border: none;
    font-weight: normal;
}
#Expo #relatedArea h2 span i {
    font-style: normal;
}
#Expo #relatedArea ul{
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    gap: 20px;
}
#Expo #relatedArea ul li {
    display: flex;
    align-items: center;
    position: relative;
    width: calc((100% - 40px) / 3);
    margin: 0;
    overflow: hidden;
    background-color: #FFF;
}
#Expo #relatedArea ul li a {
    padding: 30px;
}




/*********************************************************************************
    历届展会
/********************************************************************************/

#Expo.preview #historyArea {
    margin-top: 40px;
}
#Expo.preview #historyArea ul li:hover{
    opacity: .6;
}
#Expo.preview #historyArea ul li p a img{
    width: 100%;
}
#Expo.preview #historyArea ul li h2{
    text-align: left;
    font-size: 18px;
}
#Expo.preview #historyArea ul li h2 i {
    font-size: 14px;
    color: #999;
    font-style: normal;
}

#Expo.preview #historyArea ul li h2 span {
    border: 0;
    padding: 0;
}
#Expo.preview #historyArea ul li div p.text{
    padding:20px 0;
}
#Expo.preview #historyArea ul li h2.titleCn{
    margin-bottom: 20px;
} 


#Expo #panoview {
    position: relative;
    width: 100%;
    height: 500px;
}
#Expo #panoSet {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1275px;
    height: 500px;    
}
#Expo #myPanoViewer.container {
    width: 100%;
    height: 100%;
}





@media screen and (min-width: 995px) and (max-width: 1304px){
    .OptionWideRWD .Grid4{
        padding: 0;
    }
    .OptionWideRWD .GridSet{
        margin: 0;
    }
}
@media screen and (max-width: 1276px){

    #Expo #headerSliderArea .cardBox {
        margin-left: 0;
        padding: 20px;
        width: 40%;
    }


    #Expo .Section {
        padding: 0 20px;
    }
    #Expo .PageTitleStyle2{
        padding: 0 15px;
    }
    #Expo #headerSliderArea .headerSlide .swiper-wrapper .swiper-slide p{
        max-height: 30vh;
    }
    #Expo #infoArea h2{
        padding: 0 20px;
    }
    #Expo #infoArea>div{
        padding: 0 20px;
        box-sizing: border-box;
    }
    #Expo ul.pagination{
        padding: 0 20px;
    }

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

    #Expo #headerSliderArea .cardBox {
        width: 50%;
    }
    #Expo #headerSliderArea .cardBox h2 {
        font-size: 120%;
    }
    #Expo #headerSliderArea .cardBox a {
        font-size: 90%;
    }

    #Expo .message p.TextStyle1{
        width: 85%;
    }
    #Expo #relatedArea ul {
        gap: 15px;
    }
    #Expo #relatedArea ul li {
        width: calc((100% - 15px) / 2);
    }
    
}


@media screen and (max-width: 767px){
    .JS body {
        background-color: transparent;
    }

    #Expo #headerSliderArea .cardBox {
        display: flex;
        flex-direction: row;
        align-items: center;
        background-image: none;
    }
    #Expo #headerSliderArea .cardBox h2 {
        padding: 0;
        font-size: 100%;
    }
    

    /* 头图 */
    #Expo #headerSliderArea .headerSlideThumb{
        display: none;
    }
    
    #Expo #headerSliderArea .swiper-pagination{
        display: block;
    }
    /* 导航 */
    #Expo nav > div.Section h2 {
        font-size: 14px;
        word-spacing: 0;
        letter-spacing: 0;
    }
    #Expo nav > div.Section ul li a {
        padding: 10px;
    }
    /* 寄语 */
    #Expo .message{
        margin-bottom: 30px;
    }
    #Expo .message p.TextStyle1{
        width: 100%;
    }
    /* 信息 */
    #Expo #infoArea h2 span{
        font-size: 20px;
    }
    #Expo #infoArea > div{
        flex-direction: column;
        gap: 20px;
        padding-top: 0;
    }
    #Expo #infoArea {
        width: 100%;
        box-sizing: border-box;
        
    }
    #Expo #infoArea > div.Section {
        flex-direction: column;
    }
    #Expo #infoArea > div.Section > div {
        width: 100%;
    }
    #Expo .relevantProduct ul li{
        width: calc((100% - 20px) / 2);
    }

    /* 地图 */
    /* #Expo #infoArea .map{
        width: 100%;
        margin: 0 30px;
    }
    #Expo #infoArea .map .swiper-wrapper{
        display:flex;
        flex-direction: column;
    }
    #Expo #infoArea .map .swiper-wrapper .swiper-slide{
        margin-bottom:20px;
    }
    #Expo #infoArea .map .swiper-button-prev, #Expo #infoArea .map .swiper-button-next {
        display:none;
    }
    #Expo #infoArea .map .swiper-pagination{
        display:none;
    } */
  
    #Expo #photoArea .liveProducts {
        padding: 0;
    }
    #Expo #photoArea ul.pagination {
        gap: 15px;
    }
    #Expo #photoArea ul.pagination li {
        width: calc((100% - 15px)/2);
    }
    #Expo #photoArea ul.pagination li a {
        font-size: 14px;
        padding: 10px;
    }
    
    #Expo #relatedArea ul li {
        width: 100%;
    }

    /* 历史展会 */
    #Expo.preview .expoTab{
        padding-top: 0;
    }
    
    #Expo.preview .expoTab h2{
        font-size: 20px;
        padding-bottom:0;
    }
    #Expo.preview .expoTab ul li div p.text{
        padding: 10px 0;
    }
    #Expo.preview .expoTab ul li{
        width: calc((100% - 20px) / 2);
    }
    #Expo.preview .history{
        margin-top: 20px;
    }

}
@media screen and (max-width: 580px){
    #Expo #headerSliderArea {
        height: auto
    }
    #Expo #headerSliderArea .Section {
        position: relative;
    }
    #Expo #headerSliderArea .cardBox {
        font-size: 90%;
        padding: 10px;
        width: 100%;
        background-color: rgba(0,0,0,0);
    }
    #Expo #headerSliderArea .cardBox h2 i {
        font-weight: 100;
        font-size: 60%;
    }
    #Expo #headerSliderArea .cardBox h2 span {
        padding: 5px 0;
    }
    #Expo #headerSliderArea .cardBox a {
        width: 30%;
        height: 40px;
    }
    
    #Expo #headerSliderArea .cardBox:hover {
        background-image: none;
    }

    #Expo #headerSliderArea .headerSlide .swiper-wrapper .swiper-slide p {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 30vh;
        max-height: 50vh;
        overflow: hidden;
    }
    #Expo #headerSliderArea .headerSlide .swiper-wrapper .swiper-slide p a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
        
    }
    #Expo #headerSliderArea .headerSlide .swiper-wrapper .swiper-slide p img {
        min-width:fit-content;
        height: auto;
    }
}

@media screen and (max-width: 480px){
    #Expo .message{
        padding: 30px 15px 0;
    }
    #Expo nav > div.Section h2 {
        display: none;
    }
    #Expo nav > div.Section ul {
        width: 100%;
    }
    #Expo #infoArea {
        padding: 50px 0 0;
    }
    #Expo #infoArea h2{
        padding:0 15px;
    }
    #Expo #infoArea > div .info span {
        font-size: 14px;
        padding: 15px 0 15px 40px;
        background-size: 25px 25px;
    }
    #Expo .Section>h2 span {
        font-size: 20px;
    }
    #Expo #photoArea ul.pagination li a {
        font-weight: 100;
        font-size: 12px;
    }
    
    #Expo.preview .expoTab ul li{
        width: 100%;
    }


}



/********************************* animation ****************************/
.fade-enter-active, .fade-leave-active {
    transition: opacity .3s ease;
  }
  .fade-enter, .fade-leave-to
  /* .component-fade-leave-active for below version 2.1.8 */ {
    opacity: 0;
  }