header {
    width: 100%;
    height: 70px;
    background: #cc0000;
}

header nav {
    /*min-width: 1380px;
    width: 70%;*/
	width:1200px;
    height: 100%;
    margin: 0 auto;
}

.liang_hide {
    display: none;
}

.liang_logo {
    float: left;
    margin-top: 16px;
}

.liang_search {
    float: left;
    margin-left: 40px;
}

.liang_top_menu_wrap {
    float: left;
    margin-left: 60px;
}

.liang_top_menu_wrap ul {
    height: 100%;
    display: inline-block;
    padding-left: 10px;
}

.liang_top_menu_wrap > ul > li {
    float: left;
    cursor: pointer;
    height: 100%;
    line-height: 70px;
    text-align: center;
    font-size: 14px;
}

.liang_top_menu_wrap > ul > li.selected > a {
    font-weight: 700;
}

.liang_top_menu_wrap ul li > a {
    display: inline-block;
    padding: 0 8px;
    color: #ffffff;
    text-decoration: none;
}

.liang_top_menu_wrap ul li:hover {
    background: #bd0202;
}

.liang_second_menu_wrap {
    position: absolute;
    background-color: #ffffff;
    top: 70px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    color: #444;
    z-index: 100;
    width: 155px;
    text-align: left;
}

.liang_top_menu_wrap ul li:hover .liang_second_menu_wrap {
    display: block;
}

.liang_second_menu_wrap p {
    height: 44px;
    line-height: 44px;
    cursor: pointer;
}

.liang_second_menu_wrap p:hover {
    background: #f0f0f0;
}

.liang_second_menu_wrap p a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    text-decoration: none;
    color: #333;
    width:155px;
}

.liang_second_menu_wrap p a:hover {
    color: #333333;
}

.search1 {
    margin-top: 14px;
    border: 1px solid #e8e8e8;
    padding: 0 7px 0 14px;
    border-radius: 4px;
    text-align: right;
    float: right;
    overflow: hidden;
    clear: both;
    background: #fff;
}

.key_input {
    border: none;
    height: 36px;
    width: 180px;
    background: #fff;
    color: #999;
    font-size: 14px;
    padding: 0!important;
}

.c_btn {
    color: #FFFFFF;
    width: 28px;
    border: none;
    cursor: pointer;
    background: url("../images/icon.png")/*tpa=https://work.sj33.cn/asset/pc/front/image/icon.png*/ no-repeat -130px -184px;
    height: 36px;
}


/* liang diy begin */

.liang_user {
    float: right;
    height: 100%;
}

.liang_user ul {
    height: 100%;
    position: relative;
}

.liang_user li {
    float: left;
    height: 100%;
    line-height: 70px;
    padding: 0 10px;
}

.liang_user a {
    color: #ffffff;
    position: relative;
}

.header .h-user li .img {
    /*position: relative;*/
    display: inline-block;
    *display: inline;
    *zoom: 1;
    /*width: 28px;*/
    /*height: 28px;*/
    /*line-height: 28px;*/
    /*background: #fff;*/
    text-align: center;
    /*-webkit-border-radius: 50%;*/
    /*-ms-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
    color: #fff;
}

.header .h-user li .img .text {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    width: 50px;
    margin-left: -25px;
    white-space: nowrap;
}

.header .h-user li .img:hover .text {
    display: block;
}

.header .h-user li.h-avatar {
    line-height: 67px;
}

.liang_avatar_yuan img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.header .h-user .h-avatar-info {
    display: none;
    position: absolute;
    right: 0;
    top: 70px;
    width: 190px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    z-index: 999;
}

.header .h-user .h-avatar-info dl {
    padding: 21px 10px 20px 10px;
    line-height: 26px;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}

.header .h-user .h-avatar a {
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: 0;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.header .h-user .h-avatar-info dt {
    color: #444;
    font-weight: 700;
}

.header .h-user .h-avatar-info dd {
    color: #666;
    line-height: 20px;
    font-size: 13px;
}

.header .h-user .h-avatar-info ul {
    padding: 11px 0;
}

.header .h-user .h-avatar-info li {
    float: none;
    line-height: 38px;
    padding: 3px 15px;
    margin: 0;
}

.header .h-user .h-avatar-info li a {
    position: relative;
    display: block;
    width: auto;
    height: 38px;
    color: #444;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
}

.header .h-user .h-avatar a {
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: 0;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.header .h-user .h-avatar-info li a:hover {
    color: #fff;
    background: #c00;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.header .liang_user > ul li .layui-icon-upload {
    font-size: 25px !important;
}

.header .liang_user > ul li .liang-iconfont {
    font-size: 30px !important;
}

.header .liang_user > ul li a {
    text-decoration: none;
}

.header .h-user .num {
    position: absolute;
    top: 13px;
    left: 15px;
    right: auto;
    width: auto;
    height: 17px;
    line-height: 18px;
    padding: 0px 5px;
    background: #ffffff;
    border: 2px solid #c00;
    font-size: 12px;
    color: #c00;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 50%;
    white-space: nowrap;
}
