header {
    display: block;
}

.headerTop {
    width: 100%;
    background-color: #EEEEEE;
    color: #515151;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.headerTop .headerTopInner {
    display: flex;
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
}

.headerTop .headerTopInner a {
    font-size: 12px;
    text-decoration: none;
    color: #515151;
    margin: 0 10px;
}

.headerTop .headerTopInner a:hover {
    color: #0152AD;
}

.headerBody {
    margin: 8px auto;
    max-width: 1200px;
    width: 100%;
}

.headerBody img {
    width: 100%;
}

.fudongBottom {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 20px 0;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.fudongBottom .fudongBottomInner {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-size: 35px;
}

.fudongBottom .fudongBottomInner .fudongBottomLeft p:nth-of-type(2) {
    font-size: 28px;
}

.footer{
    margin-bottom: 135px;
}

@media only screen and (max-width: 767px) {
    header {
        display: none;
    }
    .fudongBottom{
    	display: none;
    }
    .footer{
    	margin-bottom: 0px;
    }
}