header {
    width: 100%;
    height: 1rem;
    background: #FFFFFF;
    /*position: relative;*/
        position: fixed;
    z-index: 999;
    top: 0;
}

.header {
    display: flex;
    align-items: center;
    width: 17.11rem;
    height: 1rem;
}

.header .logo {
    display: block;
    min-width: 3.17rem;
    margin-left: 1.09rem;
    margin-right: 1.81rem;
}

.header .logo img {
    width: 100%;
}

.header .header-nav {
    display: flex;
    align-items: center;
    height: 100%;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.26rem;
}

.header .header-nav .navItem {
    position: relative;
    display: flex;
    align-items: center;
    /*height: 0.26rem;*/
    height: 100%;
    padding-left: 0.3rem;
    padding-right: 0.41rem;
    font-family: w20;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.26rem;
    transition: all 0.3s;
    white-space: nowrap;
    /* letter-spacing: 0.05rem; */
}

.navTwo{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
    padding: 0.2rem 0;
    background: #FFFFFF;
    text-align: center;
}

.navTwo a{
    padding: 0.08rem 0.25rem;
    display: block;
    font-family: w20;
    font-weight: 500;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.3rem;
    white-space: nowrap;
    transition: all 0.3s;
}

.navTwo a:hover{
    color:#fff;
    background: #008737;
}

.navItem img {
    position: absolute;
    right: 0.18rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.11rem;
}

.navItem .navImg1 {
    /* display: none; */
    opacity: 0;
    transition: all 0.3s;
}

.navItem .navImg2 {
    /* display: block; */
    opacity: 1;
    transition: all 0.3s;
}

.header .header-nav .navItem.active {
    color: #008737;
}

.header .header-nav .navItem.active::after {
    content: "";
    position: absolute;
    top: 0.74rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.59rem;
    height: 0.02rem;
    background: #008737;
}

.header .header-nav .navItem.active .navImg1 {
    opacity: 1;
}

.header .header-nav .navItem.active .navImg2 {
    opacity: 0;
}

.header .header-nav .navItem:hover {
    color: #008737;
}

.header .header-nav .navItem:hover .navImg1 {
    opacity: 1;
}

.header .header-nav .navItem:hover .navImg2 {
    opacity: 0;
}

.header .header-nav .navItem:hover::after {
    content: "";
    position: absolute;
    top: 0.74rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.59rem;
    height: 0.02rem;
    background: #008737;
}

.headerright {
    display: flex;
    align-items: center;
    margin-left: 0.36rem;
}

.searchBtn {
    display: block;
    width: 0.22rem;
}

.searchBtn img {
    width: 100%;
}

.rightbor {
    width: 0.03rem;
    height: 0.22rem;
    background: #000000;
    margin: 0 0.19rem;
}

.in18 {
    width: 2rem;
    font-family: w15;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.25rem;
}

.header .searchMod{
    display: flex;
}

.searchMod {
    position: absolute;
    z-index: 999;
    right: 1rem;
    top: 1.12rem;
    /* display: flex; */
    width: 2.3rem;
    height: 0.47rem;
    /* position: relative; */
}

.searchMod input {
    width: 2.3rem;
    height: 0.47rem;
    padding-left: 0.15rem;
    padding-right: 0.72rem;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.27rem;
    border: 0.01rem solid #BEBEBE;
    opacity: 0.7;
    font-family: w10;
    font-weight: normal;
    font-size: 0.18rem;
    color: #A7A7A7;
}

.searchMod .no {
    width: 0.16rem;
    display: block;
    position: absolute;
    right: 0.56rem;
    top: 50%;
    transform: translateY(-50%);
}

.searchMod .no img {
    width: 100%;
}

.searchMod .bor {
    position: absolute;
    right: 0.44rem;
    top: 50%;
    width: 0.01rem;
    height: 0.39rem;
    transform: translateY(-50%);
    background: #C4C4C4;
}

.searchMod .searchModBtn {
    position: absolute;
    right: 0.14rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.2rem;
    display: block;
}

.searchMod .searchModBtn img {
    width: 100%;
}

.searchBottom {
    position: absolute;
    z-index: 999;
    top: 0.51rem;
    width: 2.3rem;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border: 0.01rem solid #BEBEBE;
}

.searchBottomTit {
    width: 100%;
    padding-left: 0.18rem;
    box-sizing: border-box;
    font-family: w12;
    font-weight: normal;
    font-size: 0.14rem;
    color: #505050;
    line-height: 0.5rem;
}

.searchBottomItem:hover {
    background: rgba(153, 153, 153, 0.73);
    color: #FFFFFF;
}

.searchBottomItem {
    display: block;
    width: 100%;
    height: 0.5rem;
    padding-left: 0.18rem;
    box-sizing: border-box;
    transition: all 0.3s;
    font-family: w12;
    font-weight: normal;
    font-size: 0.16rem;
    color: #292929;
    line-height: 0.5rem;
}

.en {
    position: absolute;
    z-index: 999;
    right: 0.75rem;
    top: 1.04rem;
    display: flex;
    height: 0.39rem;
    justify-content: center;
    align-items: center;
    width: 0.86rem;
    padding-top: 0.06rem;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0 0 0.09rem 0.09rem;
    padding: 0.1rem 0;
}

.en a {
    display: block;
    font-family: w10;
    font-weight: normal;
    font-size: 0.16rem;
    color: #888888;
    text-align: left;
    font-style: normal;
    text-transform: none;
    transition: all 0.3s;
}

.en a:hover {
    font-family: w10;
    font-weight: normal;
    font-size: 0.16rem;
    color: #000000;
}

.en a.active {
    font-family: w10;
    font-weight: normal;
    font-size: 0.16rem;
    color: #000000;
}

.en .abor {
    width: 0.01rem;
    height: 0.14rem;
    margin: 0 0.08rem;
    background: #C4C4C4;
}