/*公有头部导航栏开始*/
.body1000 {
    width: 1000px;
    margin: 0 auto;
}
.header {
    height: 100px;
}
.header .logo{
    display: flex;
}
.header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header .header-content .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: -1px;
}
.header .logo .logol{
    background: url("../img/logo.jpg") no-repeat;
    background-size: 100% 100%;
    width: 168px;
    height: 58px;
    display: block;
}
.header .logo .logor {
    display: block;
    width: 180px;
    height: 58px;
    background: url(../img/lkist.png) 0 -240px no-repeat;
    margin-left: 10px;
}
.header .list a{
    font-size: 16px;
}
.header .list li{
    margin-right: 30px;
}
.header .list li a{
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255,255,255,0);
    cursor: pointer;
}
.header .list li:last-child{
    margin-right: 0px;
}
.header .list li.active a{
    padding-bottom: 10px;
    border-bottom: 2px solid red;
}
.header .list li.active a{
    color: red;
}
.header h5 {
    width: 115px;
    text-align: center;
    color: red;
    font-size: 13px;
    position: relative;
    top: -9px;
}
/*公有头部导航栏结束*/
