.wh-img {
    width: 100%;
    height: 100%; }

.wh12 {
    width: 1200px; }

.mg {
    margin: 0 auto; }

/*.bg-white {*/
/*background: #FFFFFF; }*/

.bg-top {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    background: #4dc5c6;
    z-index: 1000;
}

.top-van {

    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px; }
.top-van .logo {
    width: 60px;
    height: 61px; }
.top-van .top-ul ul {
    display: flex; }
.top-van .top-ul ul li {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 0px;
    position: relative;
    margin: 25px;
    color: #ffffff;
}
.top-van .top-ul ul li.on .top_show{ display: block}
.top-van .top-ul ul li.on .linkA{ color: red !important; }
.top-van .top-ul ul li .top_show{
    padding: 10px;
     background: gold;
    color: #000000;
    position: absolute;
    top: 58px;
    display:none;
}
.top-van .top-ul ul li a{ color: #ffffff}
.top-van .top-link {
    background-color: #0f64ff;
    color: #ffffff;
    position: relative;
    padding: 5px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
    border-radius: 5px;
    cursor: pointer; }
.top-van .top-link:hover div {
    display: block; }
.top-van .top-link div {
    display: none;
    position: absolute;
    z-index: 1111;
    left: 50%;
    transform: translate(-50%);
    top: 50px;
    width: 200px; }

.footerFixed{
    background: url("/static/images/zt/moguijixun_2019/mbg1.jpg");
    width: 100%;
    height:78px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;

}
.footerFixed div{
    padding: 5px 15px;
    background-color: #fffc01;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    color: #c94400;
    font-size: 26px;
    border-radius: 5px;
    margin: 0 20px;
}

.footerFixed div img{   margin: 0 5px}



#hui-mask { position: fixed; z-index: 20; background: rgba(0,0,0, 0.5); width: 100%; left: 0px; top: 0px; height: 100%; z-index: 99; display: none; }
.indexfloat { width: 309px; height: 318px; position: fixed; top: 50%; left: 50%; margin-left: -154.5px; margin-top: -159px; z-index: 9999; display: none; }
.indexfloat .close { float: right; margin-top: -370px; display: block; position: relative; width: 50px; height: 50px; margin-right: -50px; }
