
.box{
    display: none;
}

.box_show{
    animation-name: translateY;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.location{
    display: block;
    width: 43px;
    height: 60px;
    top: 45px;
    left: 1400px;
    background: url("../images/inc/location.png") no-repeat;
    background-size: 43px 60px;
    float: left;
    margin-right:10px
}
.sponser strong, .exexhibition strong, .business strong, .pitching strong,
.conference strong, .welcome strong, .infoDesk strong, .onAir strong{
    top: 430px;
    left: 1560px;
    font-size: 35px;
    color: #131E3D;
    text-shadow: 1px 1px #0B1328;
    text-align: left;
    margin: 10px 10px;
    font-family: MICE;
}

.sponser strong span, .exexhibition strong span, .business strong span, .pitching strong span,
.conference strong span, .welcome strong span, .infoDesk strong span, .onAir strong span{
    font-size: 24px;
    float: right;
    margin-top: 6px;
}
/* welcome */

.welcome_link {
    width: 350px;
    height: 350px;
    top: 695px;
    left: 750px;
    position: absolute;
    z-index: 1;
    margin-left: 25px;
    pointer-events: visible;
    transform: translateY(0px);
    transition: 1s;

}

.welcome{
    width: 295px;
    height: 84px;
    top: 263px;
    left: 994px;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    border: 3px solid #0071EC;
}

/* on-air */

.onAir_link {
    width: 350px;
    height: 350px;
    top: 73px;
    left: 698px;
    position: absolute;
    z-index: 1;
    margin-left: 25px;
    pointer-events: visible;
    transform: translateY(0px);
    transition: 1s;

}

.onAir{
    width: 68px;
    height: 23px;
    margin-top: 8px;
}

/* info */

.info_link{
    width: 350px;
    height: 350px;
    top: 170px;
    left: 205px;
    position: absolute;
    z-index: 1;
    margin-left: 25px;
    pointer-events: visible;
}

.infoDesk{
    width: 295px;
    height: 84px;
    top: 170px;
    left: 205px;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    border: 3px solid #0071EC;
}


/* sponser */

.sponser_link{
    width: 450px;
    height: 350px;
    top: 97px;
    left: 1350px;
    position: absolute;
    z-index: 1;
    padding-left: 100px;
    pointer-events: visible;
}

.sponser{
    width: 280px;
    height: 84px;
    top: 45px;
    left: 1400px;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    border: 3px solid #0071EC;
}

/* exexhibition */

.exhibition_link{
    width: 500px;
    height: 400px;
    top: 540px;
    left: 1320px;
    position: absolute;
    z-index: 1;
    margin-left: 50px;/*20200830*/
    pointer-events: visible;
}
.exexhibition{
    width: 350px;
    height: 84px;
    top: 540px;
    left: 1500px;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    border: 3px solid #0071EC;
}

/* business */
.business_link{
    width: 500px;
    height: 280px;
    top: 263px;
    left: 994px;
    position: absolute;
    z-index: 1;
    pointer-events: visible;
}

.business{
    width: 435px;
    height: 84px;
    top: 263px;
    left: 994px;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    border: 3px solid #0071EC;
}

/* pitching */

.pitching_link{
    width: 460px;
    height: 350px;
    top: 500px;
    left: 82px;
    position: absolute;
    z-index: 1;
    pointer-events: visible;
}

.pitching{
    width: 460px;
    height: 84px;
    top: 263px;
    left: 994px;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    border: 3px solid #0071EC;
}

/* conference */

.conference_link{
    width: 350px;
    height: 350px;
    top: 325px;
    left: 460px;
    position: absolute;
    z-index: 1;
    pointer-events: visible;
}

.conference{
    width: 350px;
    height: 84px;
    top: 263px;
    left: 994px;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    border: 3px solid #0071EC;
}



@media screen and (max-width:1200px) {
    .box{
        display: none;
    }
}

@keyframes translateY {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }

    100%{
        transform: translateY(-20px);
        opacity: 1;
    }
}
