.aStyleNav{
    display: inline-block;
    width: 100%;
}

.aStyleNav:hover{
    color: #148CF1;
    text-decoration: none;
}

.writecenter{
    text-align: center !important;
}

.mesgNotice{
    font-size: 14px;
    color:red;
    padding: 0 15px;
    vertical-align: middle;
}

/* 提示框样式 */
.layer_notice {
    float: left;
    width: 330px;
    overflow: hidden;
    background: #5FB878;
    padding: 10px;
}

.layer_notice li {
    color:  #fff;
    line-height: 25px;
    font-size: 14px;
}

.layui-layer-title{
    color: #999 !important;
    font-size: 16px !important;
}

/* 加载进度条 */
.loadingProcess{
    display: none;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
    background:#fff;
    filter:alpha(opacity:80);
    opacity:0.8;
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
}
.loadingProcess .myprogress{
    width:300px;
    height:30px;
    background:#ccc;
    margin:300px auto;
    position:relative;
}
.loadingProcess .myprogress .bar{
    position:absolute;
    width:0%;
    height:30px;
    background:#006699;
}
.loadingProcess .myprogress b{
    display:block;
    width:40px;
    height:30px;
    position:absolute;
    left:40%;
    top:-20px;
}


/* 首页头部 */
.navbarWrapper{
    width: 100%;
    height: 78px;
    background: url('../img/head_img_new.png');
}

.Hui-aside{
    top: 78px;
}

.Hui-article-box{
    top: 78px;
}

.navbarContainer{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

.nav-left{
    float: left;
    margin: 15px 0 15px 41px;
    width:300px;
}

.nav-left .imglogo{
    float: left;
    width: 246px;
    height: 44px;
    text-align: center;
}

.nav-left .imglogo img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.navtitle{
    float: right;
    width: 242px;
    font-size:18px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:58px;
    text-align: left;
    text-indent: 15px;
}

.nav-right{
    float: right;
    display: flex;
    flex-direction: column;
}

.nav-right ul{
    margin-right: 30px !important;
    margin-top: 5px;
    display: flex;
    flex-direction: row;
}

.nav-right ul li{
    display: flex;
    padding: 0 5px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.nav-right .fa-color{
    padding: 0 3px;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
}

.icon-mobile{
    margin-top: 8px;
    margin-right: 35px;
    text-align: right;
    font-size: 18px;
    color: #DFF0FF;
}

.myaccount{
    color: #fff;
    text-decoration: underline;
}

.myaccount:hover,.myaccount:active,.myaccount:visited{
    color: #fff;
}


/* .nav-right ul li img{
    float: left;
    display: inline-block;
    margin-right: 5px;
    margin-top: 12px;
    width: 18px;
    height: 18px;
    align-items: center;
} */

/* .nav-right ul li span{
    float: left;
    display: inline-block;
    height: 40px;
    line-height: 40px;
} */

/* .nav-right ul li .liborder{
    float: left;
    display: inline-block;
    margin: 11px 10px 0 15px;
    height: 18px;
    width: 2px;
    line-height: 18px;
    color: rgba(5,0,1,1);
    background-color: rgba(5,0,1,1);
}
 */
.loginout:hover{
    cursor: pointer;
}

.Hui-aside .menu_dropdown dt{
    line-height: 46px;
    color:rgba(51,51,51,1);
    font-size: 15px;
}

.Hui-aside .menu_dropdown dt img{
    margin-top: -5px;
    width: 20px;
    height: 20px;
}

.Hui-aside .menu_dropdown dd li{
    line-height: 46px;
}

.Hui-aside .menu_dropdown dd li a{
    line-height: 46px;
}

.checkSty{
    display: inline-block;
    width: 18px;
    height: 18px;
}

.dateTexts{
    display: inline-block;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
}

.layui-input{
    margin-top: 0 !important;
}

#searchBtn{
    margin-left: 8px;
}


/* 搜索加载进度 */
.loadingBarBg{
    width: 100%;
    height: 100%;
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
    background:#fff;
    filter:alpha(opacity:60);
    opacity:0.6;
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
}


.loadingBar{
    position: absolute;
    top: 50%;
    left: 50%;
    width:120px;
    height:50px;
    text-align: center;

}
.loadingBar>div{
    margin-left: 3px;
    display: inline-block;
    width:12px;
    height:100%;
    background: #67CF22;
    animation: loadingBar 1.2s infinite;
}
@keyframes loadingBar{
    0%,40%,100%{
        transform: scaleY(0.5)
    }
    20%{
        transform: scaleY(1.0)
    }
}


.loadingBar .item2{
    animation-delay:-1.1s;
}
.loadingBar .item3{
    animation-delay:-1.0s;
}
.loadingBar .item4{
    animation-delay:-0.9s;
}
.loadingBar .item5{
    animation-delay:-0.8s;
}

.left-nav-img{
    display: inline-block;
    margin: 0 5px 0 10px;
    font-size: 20px;
}

/* 表格中的图片 */
.table-icon{
    padding: 0 3px;
    text-decoration: underline;
}

.table-icon:hover{
    color: #5eb95e;
}

.Hui-aside .menu_dropdown dd li a{
    padding-left: 40px;
}

.Hui-aside .menu_dropdown li a.selecton{color: #148cf1;
    background-color: #fafafa;
}

.Hui-aside .menu_dropdown dt.topselect{
    color: #148cf1;
}


/* tab切页样式 */
.customtabBar{width: 100%; overflow: hidden; border-bottom: 1px solid #efefef; margin-bottom: 20px;}
.clear:after{clear:both;}
.customtabBar span.current {border-bottom-color: #1890ff; }
.customtabBar span {cursor: pointer; display: inline-block; float: left; height: 40px; line-height: 40px; padding: 0 20px; border-bottom: solid 2px #fff; font-size:14px;}

.bggrey{background: #f5f5f5;}



/* layui样式 */
.layui-inline,.layui-input{height:31px;}
.layui-input, .layui-textarea{
    border-color: #ddd !important;
}
.layui-colorpicker{height:19px;}
.layui-form-select dl dd, .layui-form-select dl dt{
    line-height: 24px !important;
}