.m_head {
  display: none;
}


.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    /*background: rgba(255, 255, 255, 1);*/
    /* border: 0.01rem solid #E6E6E6; */
    /*background: rgba(255, 255, 255, .75);*/
    background: transparent;
    /*box-shadow: 0rem 0.03rem 0.08rem 0.01rem rgba(0,0,0,0.1);*/
    z-index: 99;
    transition: all 0.3s;
}

.header.active1{
    background: #fff!important;
}

.header.active{
   background: rgba(255, 255, 255, 1);
}

.header_center {
  position: relative;
  width: 18rem;
  height: 0.9rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
    justify-content: space-between;
}


/* logo */
.header_logo {
    width: fit-content;
    display: flex;
    align-items: center;
}
.header_logo img {
    width: auto;
    max-width: 100%;
    /*height: 0.44rem;*/
    height: .5rem;
    margin-right: 0.08rem;
    object-fit: contain;
    /*display: none;*/
}
.header_logo .logo2 ,
.header.active .header_logo .logo1{
    display: none;
}

.header.active .header_logo .logo2 {
    display: block;
}

.header_logo .name-box {
    width: fit-content;
    white-space: nowrap;
}
.header_logo .cn {
    font-size: var(--fon21);
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    /*color: #333333;*/
    color: #fff;
}

.header_logo .en {
    /*margin-top: 0.12rem;*/
    margin-top: .05rem;
    font-size: var(--fon12);
    font-family: Arial, Arial;
    font-weight: bold;
    color: #333333;
    color: #fff;
}
.header.active .header_logo .cn,
.header.active .header_logo .en{
    color: #333333;
}



/* 导航 */
.header .navs {
    display: flex;
    align-items: center;
}
.header .navs .item {
    position: relative;
    width: fit-content;
    height: 0.6rem;
    margin: 0 0.35rem;
    cursor: pointer;
}
.header .navs .item:first-child {
    margin-left: 0;
}
.header .navs .item:last-child {
    margin-right: 0;
}
.header .navs .one {
    display: block;
    height: 100%;
    font-size: var(--fon16);
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    /*color: #333333;*/
    color: #fff;
    line-height: 0.6rem;
}

.header.active .navs .one{
    color: #333333;
}

.header .navs .item:hover .one {
    color: #009B74;
}
.header .navs .active .one {
    color: #009B74;
    color: #fff;
}

.header.active .navs .active .one {
    color: #009B74;
}
.header .navs .active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 75%;
    display: block;
    width: 100%;
    height: 0.04rem;
    background: #009B74;
    background: #FFFFFF;
    transform: skewX(-30deg);
}

.header.active .navs .active::after {
    background: #009B74;
}
/* 二级导航 */
.header .navs .two {
  position: fixed;
    left: 0;
    top: 0.9rem;
    width: 100%;
    background: #FFFFFF;
    border-top: 0.02rem solid #BCBCBC;
    border-bottom: 0.02rem solid #BCBCBC;
    display: none;
}
.header .navs .two-mid {
    display: flex;
    justify-content: space-between;
    width: 18rem;
    margin: 0 auto;
    padding: 0.58rem 0 0.7rem;
}
/* 二级小导航 */
.header .navs .little {
    display: flex;
}
.header .navs .links {
    min-width: 1.51rem;
    margin-right: 0.65rem;
}
.header .navs .links .tit {
    padding-bottom: 0.12rem;
    border-bottom: 0.01rem solid #707070;
    font-size: var(--fon18);
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    color: #222222;
}
.header .navs .links .a-box {
    margin-top: 0.23rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /*max-height: 2rem;*/
}
.header .navs .links a {
    display: block;
    margin-top: 0.18rem;
    font-size: var(--fon15);
    font-family: Source Han Sans CN, Source Han Sans CN;
    color: #555555;
    margin-right: 0.5rem;
}
.header .navs .links .tit a{
    font-weight: bold;
}
.header .navs .links a:hover {
    color: #009B74;
}
/* 图片 */
.header .navs .two-img {
    width: 4.4rem;
    height: 2.5rem;
    margin-right: 1.4rem;
}
.header .navs .two-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.header-right {
    display: flex;
    align-items: center;
}
/* 搜索、语言 */
.header .header-right .box {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
}
.header .header-right .box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.header .header-right .box .sear2,
.header.active .header-right .box .sear1{
    display: none;
}

.header.active .header-right .box .sear2 {
    display: block;
}

.header .header-right .box .lang2,
.header.active .header-right .box .lang1 {
    display: none;
}

.header.active .header-right .box .lang2 {
    display: block;
}
.header .header-right .gray {
    width: 0.02rem;
    height: 0.14rem;
    margin: 0 0.1rem;
    background: #BCBCBC;
}

/* 2024-5-22 新增 */
.little{
    /*margin: 0 auto;*/
    width: 100%;
}
.little .new-bread{
    margin: 0 .4rem;
}
.little .new-bread::after {
    display: none!important;
}
.little .new-bread img {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 auto;
    object-fit: contain;
}
.little .new-bread .i2{
    display: none;
}
.little .active .i1,
.little .new-bread:hover .i1{
    display: none;
}
.little .active .i2,
.little .new-bread:hover .i2{
    display: block;
}
.little .new-bread .txt {
    margin-top: 0.15rem;
    text-align: center;
    font-weight: 500;
}








@media only screen and (max-width: 1024px) {
  .header {
    display: none;
  }

  body.act {
    position: relative;
  }

  body.act::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
  }

  .m_head img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .m_head {
    width: 100%;
    height: 1rem;
    background: #FFFFFF;
    display: block;
    position: fixed;
    z-index: 9;
    top: 0;
  }

  .m_head .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
  }
  .m_head .head_nav {
    height: 0.6rem;
  }

  .m_head .head_logo {
    height: 0.6rem;
  }


  .m_head .head_list {
    position: fixed;
    width: 80%;
    height: 100%;
    background: #FFFFFF;
    z-index: 999999999;
    left: -80%;
    top: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0px 10px 15px rgba(0,0,0,0.1);
    opacity: 0;
  }

  .m_head .head_list.active {
    left: 0;
    opacity: 1;
  }

  .m_head .head_list .head_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0.3rem 0.5rem;
    box-sizing: border-box;
  }

  .m_head .head_list .head_top .head_close {
    height: 0.5rem;
  }

  .m_head .head_list .head_top .head_navlogo {
    height: 0.6rem;
  }

  .m_head .head_list .head_body {
    overflow-y: auto;
    height: calc(100% - 1.8rem);
    padding: 0 0.3rem;
    box-sizing: border-box;
  }

  .m_head .head_list .head_body::-webkit-scrollbar {
    width: 4px;
    /*height: 4px;*/
  }

  .m_head .head_list .head_body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
  }

  .m_head .head_list .head_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
  }

  .m_head .head_list .nav_list .nav_item .nav_class1 {
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #DDDDDD;
    font-weight: 400;
    font-size: 0.28rem;
    color: #333333;
    position: relative;
  }

  .m_head .head_list .nav_list .nav_item .nav_class1::before {
    content: "";
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/hire_icon.png) center no-repeat;
    background-size: contain;
    right: 0;
    top: 17px;
    opacity: 0.4;
  }

  .m_head .head_list .nav_list .nav_item .nav_son {
    display: none;
  }

  .m_head .head_list .nav_list .nav_item .nav_class2>a,
  .m_head .head_list .nav_list .nav_item .nav_class2 span {
    padding-left: 0.2rem;
    line-height: 2;
    font-size: 0.26rem;
    margin-top: 0.2rem;
    display: block;
    box-sizing: border-box;
    position: relative;
  }
    .m_head .head_list .nav_list .nav_item .nav_class2 span a{
        width: auto;
        font-size: 0.26rem;
    }
  .m_head .head_list .nav_list .nav_item .nav_class2 span::before {
    content: "";
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/hire_icon.png) center no-repeat;
    background-size: contain;
    right: 0;
    top: 6px;
    opacity: 0.4;
  }

  .m_head .head_list .nav_list .nav_item .nav_class2 .nav2_list {
    padding-left: 0.46rem;
    box-sizing: border-box;
    display: none;
  }

  .m_head .head_list .nav_list .nav_item .nav_class2 .nav2_list a {
    font-size: 0.26rem;
    width: 100%;
    display: block;
    line-height: 2;
    position: relative;
  }

  .m_head .head_list .nav_list .nav_item .nav_class2 .nav2_list a::before {
    content: "";
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    background: #009B74;
    left: -14px;
    top: 11px;
  }

  .seachBox2 form {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    background: #FFFFFF;
    border-radius: 0.03rem;
    border: 0.01rem solid #707070;
    margin: .4rem auto;
    padding: 0 .2rem;
    box-sizing: border-box;
  }

  .seachBox2 form input {
    outline: none;
    border: 0;
  }

  .seachBox2 form>input {
    width: 100%;
    font-size: 0.24rem;
  }

  .seachBox2 label {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .seachBox2 label p {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
  }

  .seachBox2 label::after {
    content: '|';
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    margin: 0 .16rem;
  }

  .seachBox2 label:last-child::after {
    display: none;
  }

  .seachBox2 .active p {
    color: #009B74;
  }

  .seachBox2 label input {
    display: none;
  }
  .news_more1{
    bottom: 0.6rem;
    right: 0.4rem;
  }
}






