html, body {
    height: 100%;
    /*filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: url("data:image/svg+xml;utf8,#grayscale"); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(1);*/
}


.header{
    background: #fff;
    clear:both;
    overflow: hidden;
    border-bottom: #eee solid 1px;
}

.top-menu-logo{
    float: left;
    height: 60px;
    line-height: 60px;
    width: 300px;
    text-align: center;
}

.top-menu-logo img{
    height: 85%;
    width: auto;
}

.top-menu{
    float: left;
    position: relative;
}

.top-menu .am-nav>li>a{
    padding: 0;
    width: 160px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #000;
}

.top-menu .am-nav>li>a:hover{
    background: none;
    color: #31aae2;
}

.top-menu .am-nav>li>a:focus{
    background: none;
    outline: none;
}

.top-menu .am-nav-slider{
    display: none;
    position: absolute;
    bottom: 0px;
    width: 160px;
    height: 2px;
    background: #31aae2;
}

.am-topbar{
    background: #fff;
    margin-bottom: 0;
}

#jssor_1{
    touch-action: none;
}

.footer{
    display: block;
    width: 100%;
    background: #3B3B3B;
    color: #B9B9B9;
    padding: 60px 10px;
    position: absolute;
    height: 200px;
    margin-top: -200px;
    clear: both;
}

.footer p{
    padding: 0;
    margin: 0;
}

.footer a{
    color: #31AAE2;
}

.footer .ccm img{
    width: 50px;
    height: auto;
    vertical-align: bottom;
}

.main-content {
    min-height: 100%;
    overflow: auto;
    padding-bottom: 200px;
}
