@charset "UTF-8";
.m_header {
  width: 100%;
  height: 120px;
}

.m img {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .m {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .m {
    display: none;
  }
}

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

.m_header {
  width: 100%;
  height: 1.2rem;
  padding: 0.4rem 0.28rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  background: #fff;
  z-index: 9;
}
.m_header .m_top_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m_header .m_logo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m_header .m_logo_box .m_logo_img {
  width: 1.64rem;
  height: 0.48rem;
  display: inline-block;
  vertical-align: top;
}
.m_header .m_logo_box .m_line {
  background-color: #bebbba;
  width: 0.02rem;
  height: 0.24rem;
  margin: 0 0.1rem;
}
.m_header .m_logo_box .m_logo_text {
  font-size: 0.22rem;
  color: rgb(35, 24, 21);
  font-family: inherit;
  font-weight: bold;
}
.m_header .m_search_box {
  margin-left: auto;
  margin-right: 0.38rem;
}
.m_header .m_search_box .p_search_btn {
  width: 0.39rem;
  height: 0.48rem;
  position: relative;
}
.m_header .m_search_box .p_search_btn img {
  -o-object-fit: contain;
     object-fit: contain;
}
.m_header .m_search_box .p_search_btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m_header .m_icon_nav_list {
  width: 0.47rem;
  height: 0.48rem;
}
.m_header .m_icon_nav_list img {
  -o-object-fit: contain;
     object-fit: contain;
}
.m_header .m_navs_list {
  display: none;
  position: fixed;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: calc(100% - 1.2rem);
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
.m_header .m_navs_list ul {
  background-color: rgb(242, 242, 242);
  width: 4.5rem;
  height: auto;
  float: right;
  padding: 0.08rem 0 0.12rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 100%;
  overflow: auto;
}
.m_header .m_navs_list ul li {
  width: 100%;
  min-height: 0.86rem;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.2778rem;
  font-family: "Source Han Sans CN";
  color: rgb(0, 0, 0);
  font-family: inherit;
  font-weight: 600;
}
.m_header .m_navs_list ul li::after {
  width: calc(100% - 0.26rem);
  border-bottom: 0.02rem solid #9fa0a0;
  display: block;
  content: "";
  margin: 0 auto;
}
.m_header .m_navs_list ul li:first-child::after {
  border: none;
}
.m_header .m_navs_list ul li:last-child::after {
  border: none;
}
.m_header .m_navs_list ul li .m_line {
  background-color: rgb(164, 0, 0);
  width: 0.05rem;
  height: 0.3rem;
  content: "";
  display: block;
  margin: 0.23rem 0.17rem 0.23rem 0.28rem;
}
.m_header .m_navs_list ul li .m_icon {
  width: 0.16rem;
  height: 0.1rem;
  content: "";
  display: block;
  background: url("../../images/header/m_header_slide_icon.png") no-repeat center/100% 100%;
  margin-right: 0.54rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.m_header .m_navs_list ul li .m_second_menu {
  width: 100%;
  background: #fff;
  padding: 0 0.28rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
.m_header .m_navs_list ul li .m_second_menu .m_list-item:last-child {
  border: none;
}
.m_header .m_navs_list ul li .m_second_menu.m_menu_left_1 .m_list-item, .m_header .m_navs_list ul li .m_second_menu.m_menu_left_2 .m_list-item {
  border-bottom: 0.01rem solid #9fa0a0;
}
.m_header .m_navs_list ul li .m_second_menu.m_menu_left_1 .m_list-item:last-child, .m_header .m_navs_list ul li .m_second_menu.m_menu_left_2 .m_list-item:last-child {
  border-bottom: none;
}

.m_header .m_navs_list ul li .m_second_menu .m_list .m_list_title {
  font-family: inherit;
  font-weight: 600;
  font-size: 0.2431rem;
  margin-left: 0.3rem;
}
.m_header .m_navs_list ul li .m_second_menu .m_list .m_list_title::before {
  content: "·";
  display: block;
  width: 0.3rem;
  margin-left: -0.3rem;
  display: inline-block;
  text-align: center;
  float: left;
  line-height: 0.68rem;
  line-height: 0.68rem;
}
.m_header .m_navs_list ul li .m_second_menu .m_list .m_list_tag {
  font-family: inherit;
  font-size: 0.208rem;
  margin-left: 0.3rem;
  font-weight: normal;
}
.m_header .m_navs_list ul li .m_second_menu .m_list a {
  display: block;
  line-height: 0.68rem;
  line-height: 0.68rem;
}
.m_header .m_navs_list ul li.m_active .m_icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.m_header .m_navs_list ul li.m_active::after {
  border: none;
}/*# sourceMappingURL=m_index.css.map */