@charset "UTF-8";
.p_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 3;
}
.p_header .p_top_nav {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 106px;
  overflow: hidden;
}
@-moz-document url-prefix() {
  @media screen and (max-width: 1280px) {
    .p_header .p_top_nav {
      width: 1100px;
    }
  }
}
@media screen and (max-width: 1200px) {
  .p_header .p_top_nav {
    width: 100vw;
    min-width: 1024px;
  }
}
.p_header .p_top_nav .p_logo_box {
  float: left;
  letter-spacing: 0;
  margin: 38px 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 312px;
}
.p_header .p_top_nav .p_logo_box .p_logo_img {
  width: 276px;
  height: 44px;
  display: block;
  color: transparent;
}
@media screen and (min-width: 0\9 ) {
  .p_header .p_top_nav .p_logo_box .p_logo_img {
    float: left;
  }
}
.p_header .p_top_nav .p_logo_box .p_line {
  background-color: rgb(35, 24, 21);
  width: 1px;
  height: 22px;
  margin-left: 11px;
  margin-right: 10px;
  display: block;
}
@media screen and (min-width: 0\9 ) {
  .p_header .p_top_nav .p_logo_box .p_line {
    float: left;
    margin-top: 11px;
  }
}
.p_header .p_top_nav .p_logo_box .p_logo_text {
  font-size: 19px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(35, 24, 21);
  line-height: 22px;
}
@media screen and (min-width: 0\9 ) {
  .p_header .p_top_nav .p_logo_box .p_logo_text {
    float: left;
    margin-top: 11px;
  }
}
.p_header .p_top_nav .p_search_box {
  float: right;
  border-width: 0.375px;
  border-color: rgb(164, 0, 0);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  width: 198px;
  height: 29px;
  margin: 47px 31px 0 0;
  overflow: hidden;
}
.p_header .p_top_nav .p_search_box > input {
  width: 167.25px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-size: 18px;
  font-family: inherit;
  float: left;
}
.p_header .p_top_nav .p_search_box .p_search_btn {
  float: right;
  height: 100%;
  background-color: rgb(164, 0, 0);
  width: 30px;
  cursor: pointer;
  position: relative;
}
.p_header .p_top_nav .p_search_box .p_search_btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    cursor: pointer;
}
.p_header .p_top_nav .p_search_box .p_search_btn img {
  width: 19px;
  height: 18px;
  margin: calc(50% - 9px) auto;
}
.p_header .p_navs_list {
  background-color: rgb(164, 0, 0);
  width: 100%;
  height: 42px;
}
@media screen and (max-width: 1200px) {
  .p_header .p_navs_list .pc_wrapper {
    width: 100vw;
    min-width: 1024px;
  }
}
.p_header .p_navs_list ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .p_header .p_navs_list ul {
    width: 100vw;
    min-width: 1024px;
  }
}
.p_header .p_navs_list ul > li {
  float: left\9 ;
  font-size: 15px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(255, 255, 255);
  line-height: 42px;
  text-align: center;
  width: 12.5%;
}
.p_header .p_navs_list ul > li > a {
  width: auto;
  height: 100%;
  display: inline-block;
  position: relative;
}
.p_header .p_navs_list ul > li:hover > a::after, .p_header .p_navs_list ul > li.p_active > a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 33px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.p_header .p_navs_list ul > li .p_second_menu {
  position: fixed;
  left: 0;
  width: 100%;
  top: 148px;
  background: rgba(255, 255, 255, 0.902);
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 1200px) {
  .p_header .p_navs_list ul > li .p_second_menu .pc_wrapper {
    width: 100vw;
    min-width: 1024px;
  }
}
.p_header .p_navs_list ul > li .p_second_menu .pc_wrapper {
  min-height: 194px;
  padding-bottom: 30px;
}
.p_header .p_navs_list ul > li .p_second_menu .p_list {
  width: auto;
  letter-spacing: 0;
  text-align: left;
}
.p_header .p_navs_list ul > li .p_second_menu .p_list .p_list-item {
  min-width: 169px;
  display: inline-block;
  vertical-align: top;
  margin-top: 16px;
  position: relative;
  font-size: 0;
  -webkit-text-size-adjust: none;
  text-align: left;
}
.p_header .p_navs_list ul > li .p_second_menu .p_list .p_list-item::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  background-color: rgb(159, 160, 160);
  opacity: 0.502;
  width: 1px;
  height: 166px;
  position: absolute;
  left: 0;
  top: 11px;
}
.p_header .p_navs_list ul > li .p_second_menu .p_list .p_list-item:first-child {
  margin-left: 109px;
}
.p_header .p_navs_list ul > li .p_second_menu .p_list .p_list-item:first-child::before {
  display: none;
}
.p_header .p_navs_list ul > li .p_second_menu .p_list .p_list-item .p_list_title {
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(35, 24, 21);
  line-height: 30px;
  margin-left: 35px;
}
.p_header .p_navs_list ul > li .p_second_menu .p_list .p_list-item .p_list_tag {
  font-family: inherit;
  font-weight: 600;
  color: rgb(35, 24, 21);
  line-height: 25px;
  text-align: left;
  margin: 7px 0 0px 35px;
  font-weight: normal;
  width: auto;
  letter-spacing: 0;
  font-size: 0;
}
.p_header .p_navs_list ul > li .p_second_menu .p_list .p_list-item .p_list_tag::before {
  content: "·";
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: top;
}
.p_header .p_navs_list ul > li .p_second_menu .p_list .p_list-item .p_list_tag a {
  font-size: 13px;
  height: auto;
  display: inline-block;
  border-bottom: 1px solid transparent;
  vertical-align: top;
}
.p_header .p_navs_list ul > li .p_second_menu .p_list .p_list-item .p_list_tag a:hover {
  border-bottom: 1px solid rgb(35, 24, 21);
}
.p_header .p_navs_list ul > li .p_second_menu.p_menu_left_1 .p_list .p_list-item:first-child {
  margin-left: 12.5%;
}
.p_header .p_navs_list ul > li .p_second_menu.p_menu_left_2 .p_list .p_list-item:first-child {
  margin-left: 25%;
}
.p_header .p_navs_list ul > li .p_second_menu.p_menu_left_3 .p_list .p_list-item:first-child {
  margin-left: 37.5%;
}
.p_header .p_navs_list ul > li .p_second_menu.p_menu_left_4 .p_list .p_list-item:first-child {
  margin-left: 50%;
}
.p_header .p_navs_list ul > li .p_second_menu.p_menu_left_5 .p_list .p_list-item:first-child {
  margin-left: 62.5%;
}
.p_header .p_navs_list ul > li .p_second_menu.p_menu_left_6 .p_list .p_list-item:first-child {
  margin-left: 75%;
}
.p_header .p_navs_list ul > li .p_second_menu.p_menu_left_7 .p_list .p_list-item:first-child {
  margin-left: 87.5%;
}
.p_header .p_navs_list ul > li .p_second_menu.p_menu_left_8 .p_list .p_list-item:first-child {
  margin-left: 100%;
}/*# sourceMappingURL=p_index.css.map */