.header-bar{
    height: 150px;
    background: url(../images/bg-head.jpg) no-repeat;
    background-size:100% 100%;
}
.sysname-div{
    padding: 6px 13px;
    height: 70px;
    text-align: center;
}
.sysname-div .sysname{
    font-size: 22px;
    font-weight: 800;
    color: #00D3C4;
    margin-right: 100px;
}
.header-right{
    position: fixed;
    top: 10px;
    right: 10px;
    color: #5292CF;
    min-width: 230px;
}
/* @media (max-width: 575px){
	.header-bar {
		height: 200px;
	}
} */
/* .header-right img {
    margin-left: 20px;
} */
.menuList1 {
	padding-top: 30px;
    height: 80px;
    text-align: center;
}
.menuList1 .menu-item {
    margin: 0px 15px;
    display: inline-block;
    vertical-align: middle;
}
.menuList1 .menu-item a{
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    padding: 6px 30px;
}
.menuList1 .menu-item a:hover{
    background: url(../images/menu-active.png) no-repeat;
    background-size:100% 100%;
}
.menuList1 .menu-item.active a{
    background: url(../images/menu-active.png) no-repeat;
    background-size:100% 100%;
}
