@charset "utf-8";
.top{
    padding: 20px 0;
}
.top-logo-img{
    height: 84px;
}
.top-logo-img img{
    height: 84px;
    display: block;
}
.top-logo-com{
    margin-left: 10px;
    margin-top: 6px;
}
.top-logo-com p{
    font-size: 32px;
    line-height: 40px;
}
.top-logo-com p span{
    font-size:28px;
    display: block;
}
.top-logo-kh{
    font-size: 18px;
    color: #949494;
    border-left: 1px solid #cccccc;
    height: 35px;
    line-height: 35px;
    margin-left: 20px;
    padding-left: 20px;
    margin-top: 30px;
}
.top-date{
    line-height: 25px;
    margin-top: 15px;
    color: #666;
}
.nav{
    background: #1e8bc6;
    height: 45px;
}
.nav ul li{
    float: left;
    width: 108px;
    text-align: center;
    line-height: 45px;
}
.nav ul li a{
    color: #fff;
    font-size: 15px;
    display: block;
}
.nav ul li a:hover{
    background: #d8251e;
}



@media screen and (max-width: 1200px) {
    .top{
        padding: 0;
    }
    .top-logo{
        float:inherit
    }
    .top-logo-img{
        height:auto;
    }
    .top-logo-img img{
        width: 100%;
        height: auto;
     }
     .top-date{
         display:none;
     }
     .nav{
        background: #1e8bc6;
        height: auto;
    }
    .nav ul li{
        float: left;
        width: 25%;
        text-align: center;
        line-height: .38rem;
    }
    .nav ul li a{
        font-size: .14rem;
    }
}