html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, q, th, td, caption, article, aside, figure, figcaption, footer, header, hgroup, nav, section, audio, video,i {
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
html, body{
    background: #fff;
    color: #000;
    font: 12px/1.5  "Microsoft YaHei","微软雅黑","PingFang-SC-Regular",helvetica,arial,verdana,tahoma,sans-serif;
    text-align: left;
}
var{font-style: normal;}
fieldset, img, iframe {
    border: 0 none
}
var,i,em{font-style: normal;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption, th {
    text-align: left
}
em,th {
    font-style: normal;
    font-weight: 500
}
/* sup {
    vertical-align: text-top
} */
sub {
    vertical-align: text-bottom
}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.clearfix{
    *zoom: 1
}
.c, .clear {
    clear: both;
    float: none
}
.c {
    overflow: hidden;
    height: 0
}
html, body {
    background: #fff;
}
a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    outline: 0
}

a span, a em, a strong {
    cursor: pointer
}


.overfl{overflow:hidden; white-space:nowrap; text-overflow:ellipsis}


btn{background-color: #fe5722;border-radius: 3px;width: 40px;height: 20px;text-align: center;font-size: 12px;line-height: 20px;color: #fff;}
.empty{
	padding-top: 100px;text-align: center;color: #a0a0a0;display: none;
}
.navigation li {
    width: 1rem;
}

.navigation li ul {
    position: absolute;
    display: none;
    width: 1rem;
}

.navigation li ul li a {
    height: 0.5rem;
     color: #000;
    line-height: 0.4rem;
}
.navigation li ul li {
   
    background: #fff;
}
.navigation li:hover ul {
    /* 鼠标选中二级菜单内容时 */
    display: block;
}
.qwe{
    display: block;
}
.qwe1{
    display: none;
}
/* 
#menu:hover  .content{
    background: #fff;
}
#menu:hover  .content .fr li a{
    color: #000;
} */

@media screen and (max-width: 767px) and (min-width: 320px){
     .navigation{
        background-color: #fff;
    }
  
    .navigation{
        background-color: #fff !important;
    }
    .navigation li>a{
        color: #000 !important;
    }
 
}
@media screen and (min-width:320px) and (max-width:499px){
     .navigation{
        background-color: #fff;
    }
  
    .navigation{
        background-color: #fff !important;
    }
    .navigation li>a{
        color: #000 !important;
    }
    #nmlq{
        padding: 0 0.3rem !important;
    }
}


/* .navigation li ul li:hover {
  background-color: rgba(234, 111, 45, 0.1) !important;
} */


.navigation li ul .active>a{
    border-bottom:none;
    width: 100%;
    color: #165399 !important;
    background-color: #f3f7fa;
    line-height: 0.5rem;
}