.header {
  width: 100%;
  position: relative;
  z-index: 9999;
  padding-bottom: 0.7rem;
}
.header .header_main {
  max-width: 16.8rem;
  width: 95%;
  margin: 0 auto;
  height: 100%;
}
.header .header_normal .header_normal_top {
  display: flex;
  height: 0.4rem;
  background-color: #F6F6F6;
}
.header .header_normal .header_normal_top .header_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_normal .header_normal_top .header_normal_top_l {
  font-weight: 500;
  font-size: 0.14rem;
  color: #666666;
}
.header .header_normal .header_normal_top .header_normal_top_r .help {
  display: flex;
  align-items: center;
}
.header .header_normal .header_normal_top .header_normal_top_r .help span {
  font-weight: 500;
  font-size: 0.16rem;
  color: #FF7400;
}
.header .header_normal .header_normal_top .header_normal_top_r .help a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 0.04rem 0.1rem;
  background: linear-gradient(90deg, #FA9E24 0%, #E85C32 100%);
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  font-family: Arial,Arial;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}
.header .header_normal .header_normal_top .header_normal_top_r .help a i {
  color: #fff;
  font-size: 0.14rem;
  transform: translateY(0.02rem);
  margin-right: 0.06rem;
}
.header .header_normal_bottom,
.header .header_slide {
  height: 0.8rem;
  background-color: #fff;
}
.searchbox_bg{
    position: absolute;
    top: 1.2rem;
    left: 0;
    background: #55801A;
    width: 100%;
    height: 0.68rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_normal_bottom .searchbox{
    /*position: absolute;*/
}

.header_normal_bottom .searchbox form{
    display: flex;
    justify-content: space-between;
    height: 0.4rem;
    width: 12rem;
    align-items: center;
    padding-left: 0.16rem;
    background: #fff;
    border-radius: 0.04rem;
}

.header_normal_bottom .searchbox .l{
    display: flex;
    align-items: center;
    width: 100%;
}

.header_normal_bottom .searchbox .l input{
    width: 100%;
}

.header_normal_bottom .searchbox .iconfont {
    color: #AED639;
    font-size: 0.2rem;
    margin-right: 0.18rem;
}

.header .header_normal_bottom .header_main,
.header .header_slide .header_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_normal_bottom .header_main .header_normal_bottom_l,
.header .header_slide .header_main .header_normal_bottom_l {
  padding-right: 0.16rem;
  height: 100%;
  border-right: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m,
.header .header_slide .header_main .header_normal_bottom_m {
  height: 100%;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu,
.header .header_slide .header_main .header_normal_bottom_m .menu {
  height: 100%;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li {
  height: 100%;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li:not(:last-child),
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li:not(:last-child) {
  margin-right: 0.4rem;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item {
  height: 100%;
  position: relative;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .level1,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .level1 {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 0 0.2rem;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .level1::before,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .level1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #FF7400;
  height: 0.03rem;
  transition: all 0.5s;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .level1>a,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .level1>a {
    font-family: Microsoft YaHei, Microsoft YaHei!important;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .level1 a,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .level1 a {
  font-family: '宋体';
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 600;
  font-size: 18px;
  color: #11141D;
  margin-right: 0.08rem;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .level1 i,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .level1 i {
  font-size: 0.06rem;
  color: #FF7400;
  transition: all 0.5s;
}

.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item:hover .slide,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item:hover .slide {
  opacity: 1;
  pointer-events: initial;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .level1:hover::before,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .level1:hover::before {
  width: 100%;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .level1:hover i,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .level1:hover i {
  transform: rotate(180deg);
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .slide,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .slide {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);

  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
  z-index: 90;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .slide >ul,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .slide >ul{
      background-color: #fff;
      position: relative;
      z-index: 90;
}
/*.mengban{*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background: rgba(0,0,0,.3);*/
/*}*/
/*.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .slide:before,*/
/*.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .slide:before{*/
/*    background: rgba(0,0,0,.3);*/
/*    content: '';*/
/*    width: 300vw;*/
/*    height: 100vh;*/
    /*width: 100vw;*/
    /*height: 100vh;*/
/*    top: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    position: absolute;*/
/*    z-index: 30;*/
    
/*}*/
.hover_bg{
    background: rgba(0,0,0,.3);
    content: '';
    width: 300vw;
    height: 100vh;
    /*width: 100vw;*/
    /*height: 100vh;*/
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 30;
    display: none;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide {
  border-top: 1px solid #EBEBEB;
  box-shadow: 0 10px 10px 10px rgba(0,0,0,.1);
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul {
  width: max-content;
  display: flex;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li:not(:last-child),
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li:not(:last-child) {
  border-right: 1px solid #EBEBEB;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li > .item,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li > .item {
  /*padding-top: 0.46rem;*/
  padding-top:0.15rem;
  /*padding-bottom: 0.34rem;*/
  padding-bottom: 0.2rem;
  min-width: 2.2rem;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li > .item .tit a,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li > .item .tit a {
    /*font-family: '宋体';*/
    font-family: Microsoft YaHei, Microsoft YaHei!important;
  font-weight: bold;
  font-size: 0.18rem;
  color: #000000;
  margin-bottom: 0.14rem;
  padding-left: 0.4rem;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li > .item ul li:not(:last-child),
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li > .item ul li:not(:last-child) {
  margin-bottom: 0.02rem;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li > .item ul li a,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li > .item ul li a {
  display: flex;
  padding-left: 0.4rem;
  padding-top: 0.03rem;
  padding-bottom: 0.03rem;
  transition: all 0.5s;
  align-items: center;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li > .item ul li a i,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li > .item ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.5s;
  overflow: hidden;
  width: 0;
  flex-shrink: 0;
  color: #fff;
  font-size: 0.22rem;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li > .item ul li a span,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li > .item ul li a span {
    /*font-family: '宋体';*/
    font-family: Microsoft YaHei, Microsoft YaHei!important;
  /*font-weight: bold;*/
  font-size: 0.16rem;
  color: #333333;
  transition: all 0.5s;
  white-space: nowrap;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li > .item ul li a:hover,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li > .item ul li a:hover {
  padding-left: 0.12rem;
  background-color: #FF7400;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li > .item ul li a:hover span,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li > .item ul li a:hover span {
  color: #fff;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li > .item ul li a:hover i,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .firstslide > ul > li > .item ul li a:hover i {
  width: 0.3rem;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .normalslide,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .normalslide {
 
  min-width: 2.2rem;
  left: 50%;
  bottom: 0;
  transform: translateY(100%) translateX(-50%);
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .normalslide ul,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .normalslide ul{
     padding-top: 0.15rem;
  padding-bottom: 0.2rem;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .normalslide ul li a,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .normalslide ul li a {
  display: flex;
  padding-left: 0.4rem;
  padding-top: 0.03rem;
  padding-bottom: 0.03rem;
  transition: all 0.5s;
  align-items: center;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .normalslide ul li a i,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .normalslide ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.5s;
  overflow: hidden;
  width: 0;
  flex-shrink: 0;
  color: #fff;
  font-size: 0.22rem;
  margin-right: 0;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .normalslide ul li a span,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .normalslide ul li a span {
    /*font-family: '宋体';*/
    font-family: Microsoft YaHei, Microsoft YaHei!important;
  /*font-weight: bold;*/
  font-size: 0.16rem;
  color: #333333;
  transition: all 0.5s;
  white-space: nowrap;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .normalslide ul li a:hover,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .normalslide ul li a:hover {
  padding-left: 0.12rem;
  background-color: #FF7400;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .normalslide ul li a:hover span,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .normalslide ul li a:hover span {
  color: #fff;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .normalslide ul li a:hover i,
.header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .normalslide ul li a:hover i {
  margin-right: 0.08rem;
  width: 0.3rem;
}

.header .header_normal_bottom .header_main .header_normal_bottom_m .searchbox,
.header .header_slide .header_main .header_normal_bottom_m .searchbox {
  height: 0.48rem;
  width: 7.48rem;
  background: #FFFFFF;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #666666;
  overflow: hidden;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .searchbox form,
.header .header_slide .header_main .header_normal_bottom_m .searchbox form {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  align-items: center;
  padding-left: 0.16rem;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .searchbox form .l,
.header .header_slide .header_main .header_normal_bottom_m .searchbox form .l {
  display: flex;
  align-items: center;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .searchbox form .l i,
.header .header_slide .header_main .header_normal_bottom_m .searchbox form .l i {
  color: #AED639;
  font-size: 0.2rem;
  margin-right: 0.18rem;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .searchbox form .l input,
.header .header_slide .header_main .header_normal_bottom_m .searchbox form .l input {
  height: 100%;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .searchbox form .l input::placeholder,
.header .header_slide .header_main .header_normal_bottom_m .searchbox form .l input::placeholder {
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .searchbox form .r,
.header .header_slide .header_main .header_normal_bottom_m .searchbox form .r {
  height: 100%;
}
.header .header_normal_bottom .header_main .header_normal_bottom_m .searchbox form .r button,
.header .header_slide .header_main .header_normal_bottom_m .searchbox form .r button {
  cursor: pointer;
  height: 100%;
  width: 1.38rem;
  background: #AED639;
  border: unset;
  outline: unset;
  color: #fff;
  font-weight: bold;
}
.header .header_normal_bottom .header_main .header_normal_bottom_r,
.header .header_slide .header_main .header_normal_bottom_r {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header_normal_bottom .header_main .header_normal_bottom_r .login ul,
.header .header_slide .header_main .header_normal_bottom_r .login ul {
  display: flex;
  align-self: center;
}
.header .header_normal_bottom .header_main .header_normal_bottom_r .login ul li:not(:first-child),
.header .header_slide .header_main .header_normal_bottom_r .login ul li:not(:first-child) {
  padding-left: 0.16rem;
}
.header .header_normal_bottom .header_main .header_normal_bottom_r .login ul li:not(:last-child),
.header .header_slide .header_main .header_normal_bottom_r .login ul li:not(:last-child) {
  padding-right: 0.16rem;
  border-right: 1px solid #EBEBEB;
}
.header .header_normal_bottom .header_main .header_normal_bottom_r .login ul li .item a,
.header .header_slide .header_main .header_normal_bottom_r .login ul li .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.08rem 0.24rem;
  background: #AED639;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.14rem;
  color: #000000;
}
.header .header_normal_bottom .header_main .header_normal_bottom_r .login_access .box,
.header .header_slide .header_main .header_normal_bottom_r .login_access .box {
  display: flex;
  align-items: center;
}
.header .header_normal_bottom .header_main .header_normal_bottom_r .login_access .box img,
.header .header_slide .header_main .header_normal_bottom_r .login_access .box img {
  width: 0.32rem;
  height: auto;
  margin-right: 0.08rem;
}
.header .header_normal_bottom .header_main .header_normal_bottom_r .login_access .box span,
.header .header_slide .header_main .header_normal_bottom_r .login_access .box span {
  font-weight: 500;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.4rem;
  cursor: pointer;
}
.fenge{
    cursor: default !important;
}
.header .header_slide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 0.8rem;
  background-color: #fff;
  transition: all 0.5s;
  transform: translateY(-100%);
}
.header .header_slide .header_main .header_normal_bottom_m {
  display: flex;
  align-items: center;
}
.header .header_slide .header_main .header_normal_bottom_m .menu {
  z-index: 999;
  position: absolute;
  top: 0.8rem;
  left: 0;
  height: 0.8rem;
  width: 100%;
  background-color: #fff;
  display: none;
}
.header .header_slide .header_main .header_normal_bottom_m .menu > ul {
  max-width: 16.8rem;
  width: 95%;
  margin: 0 auto;
}
.header .header_slide_ON {
  transform: translateY(0%);
}
.mobilenavBTN {
  position: relative;
  z-index: 9999;
  display: block;
  margin-right: 22px;
}
.mobilenavBTN .BTN {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: all .5s;
}
.mobilenavBTN .BTN span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  background-color: #000;
  transition: all 0.3s;
}
.mobilenavBTN .BTN span:nth-last-of-type(1) {
  margin-bottom: unset;
}
.mobilenavBTN .active{
    background-color:#aed639 ;
    border-radius: 4px;
}
.mobilenavBTN .active span {
  margin-bottom: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  background-color: #fff;
}
.mobilenavBTN .active span:nth-child(1) {
  transform: rotate(45deg);
}
.mobilenavBTN .active span:nth-child(3) {
  transform: rotate(-45deg);
}
.mobilenavBTN .active span:nth-child(2) {
  display: none;
}
@media (max-width: 1310px) {
    .header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .level1 a, .header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .level1 a{
        font-size: 17px;
    }
    .header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li:not(:last-child), .header .header_slide .header_main .header_normal_bottom_m .menu > ul > li:not(:last-child){
        margin-right: 0.2rem;
    }
}
@media (max-width: 1140px) {
    .header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .level1 a, .header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .level1 a{
        font-size: 16px;
    }
    .header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li:not(:last-child), .header .header_slide .header_main .header_normal_bottom_m .menu > ul > li:not(:last-child){
        margin-right: 0.1rem;
    }
}
@media (max-width: 1045px) {
    .header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li > .item .level1 a, .header .header_slide .header_main .header_normal_bottom_m .menu > ul > li > .item .level1 a{
        font-size: 16px;
    }
    .header .header_normal_bottom .header_main .header_normal_bottom_m .menu > ul > li:not(:last-child), .header .header_slide .header_main .header_normal_bottom_m .menu > ul > li:not(:last-child){
        margin-right: 0;
    }
}