header{
    /* height: 1.2rem; */
    background: url(../images/header/bg_1.png) no-repeat;
    background-size: contain;
    position: fixed;
    z-index: 99;
    top:0;
}

.header-T{
    position: relative;
    height: 0.97rem;
}
/* 版心 */
.Main{
    width: 15.99rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lmx_h1 {
    width: 0px;
    height: 0px;
    margin: 0;
    text-indent: -9999em;
}

.logo{
    width: 2.21rem;
    height: 0.93rem;
}
.logo img{
    width: 100%;
    height: 100%;
    display: block;
}

/* 一级导航 */
.nav{
    width: 11.93rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav ul{
    width: 11.17rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /*padding-bottom: 0.1rem;*/
}
.nav ul li{
    position: relative;
    font-family: SourceHanSerifCN, SourceHanSerifCN;
    font-weight: bold;
    font-size: 0.18rem;
}
.nav ul li>a{
    display: flex;
    color: #333333;
    flex-direction: column;
    align-items: center;
    /*margin-bottom: 0.06rem;*/
        padding: 0.16rem 0;
}
.nav ul li .active .select{
    opacity:1;
}

.select{
    width: 0.43rem;
    height: 0.22rem;
    opacity: 0;
}
.select img{
    width: 100%;
    height: 100%;
    display: block;
}

.search{
    width: 0.22rem;
    height: 0.22rem;
}
.search img{
    width: 100%;
    height: 100%;
    display: block;
}

/*hover*/
.nav ul li a:hover{
    color: #059244;;
}


.header-B{
    height: 0.23rem;
}
.header-B img{
    width: 100%;
    height: 100%;
    display: block;
}

/* 二级导航 */
.erjibg{
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 0.6rem;
        top: 1.2rem;
    background: rgba(0, 0, 0, 0.59);
}
.erji{
        padding: .1rem 0;
    width: auto;
    height: 0.6rem;
    /*background: rgba(0, 0, 0, 0.59);*/
    position: absolute;
    left: 0;
    top: 0.97rem;
    z-index: 9;
    /*opacity: 0;*/
    display: none;
    /*z-index: 1;*/
}
.erjiBox{
    display: flex;
    align-items: center;
    margin-top: 0.18rem;
    /*margin-left: 6.82rem;*/
}
.erjiBox a{
    white-space: nowrap;
}
.erjiBoxOne{
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.24rem;
    margin-right: 0.8rem;
    font-weight: normal;
}