body{
    background: url(../img/gifBg.gif) no-repeat center;
    min-width: 1200px;
    min-height: 100vh;
    overflow-y: hidden;
    background-size: 100% 100%;
}
h1{

}
.h1Tab,.h1Time{
    font-size: 16px;
    color: #fff;font-weight: normal;
    padding-top: 16px;
}
.h1Tab{
    display: flex;
    justify-content: inherit;
    width: 30%;
    padding-top: 16px;
}
.h1Tab a{
    color: #fff;
}
.h1Tab .hov a{
    position: relative;
    color: #ffe400
}
.h1Tab img{
    display: none;
    position: absolute;
    top: 40px;
}
.h1Tab .hov img{
    display: block;
}
.h1Title{
    width: 40%;
}
.h1Time{
    width: 30%;
}


.bodyInn{
    padding: 0 23px;
}

.eBox{
    min-height: 230px;
    /* border: 1px solid #fff; */
}

.centerDiv{
    background: url(../img/mapCenter.png) no-repeat center;
    background-size: 100% 100%;
    width: 10.65rem;
    min-height: 6.5rem;
    text-align: center;
    margin-top: 50px;
    margin-left: -15px;
    opacity: .8;
}
.centerDiv img{
    margin-top: 50px;
    opacity: .8;
}


.num3{
    font-weight: bold;
}