body {
    display: flex;
    flex-direction: column;
}

.bannerimg{
    margin-top: 80px;
}

img {
    width: 100%;
}

.wh3, .wh4, .wh5, .wh6, .wh7, .wh8, .wh9 {
    width: 100%;
    position: relative;
}

.wximg3, .wximg4, .wximg5, .wximg6, .wximg7, .wximg8, .wximg9 {
    position: absolute;
    z-index: 30;
}

.wh4, .wh5, .wh6, .wh7, .wh8, .wh9 {
    margin-top: 25%;
}

.morel, .morer {
    display: block;
    text-decoration: none;
    width: 12em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 5em;
    color: #fff;
    font-size: 1em;
    background-color: #333333;
}

.morel {
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    z-index: 34;
    margin-top: 19%;
    margin-left: 21%;
    background-color: white;
    color: #333333;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.morer {
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    margin-left: 68%;
    margin-top: 19%;
    z-index: 34;
    background-color: white;
    color: #333333;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.jumpTop {
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    position: fixed;
    right: 6rem;
    bottom: 6rem;
    background-color: #fff;
    display: none;
    border-radius: 50%;
    text-decoration: none;
    z-index: 99999;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);

}

.jumpTop:hover {
    background-color: #ffe540;
    -webkit-transition: All 0.6s ease-in-out;
    -moz-transition: All 0.6s ease-in-out;
    -o-transition: All 0.6s ease-in-out;
}

.jumpTop:hover .topIco {
    color: #fff;
    -webkit-transition: All 0.6s ease-in-out;
    -moz-transition: All 0.6s ease-in-out;
    -o-transition: All 0.6s ease-in-out;
}

.topIco {
    font-size: 1.8rem;
    color: #9e9e9e;
}

.footer {
    margin-top: 0;
}

.buslink {
    width: 100%;
    height: 176px;
    line-height: 176px;
    font-size: 1.3em;
    text-align: center;
    color: #4a4a4a;
    background-color: white;
}

.ad {
    font-size: 24px;
    font-weight: 500;
}

i {
    font-family: "iconfont" !important;
    font-size: 28px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.arrow {
    font-size: 1em;
}

.marrow {
    font-size: 1em;
    color: #333333;
}