@charset "UTF-8";

/* @media only screen and (min-width:1921px) {
  .center {
    width: 94%;
    max-width: 79.167vw;
    margin: 0 auto;
  }
} */

@media only screen and (max-width:1920px) {}

.center {
  width: 90%;
  max-width: 90rem;
  margin: 0 auto;
}



.yx_Header {
  z-index: 100;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  transition: all .5s ease;
  background: #fff;
  height: 6.25rem;
}

.yx_Header.active,
.yx_H_Active {
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.logo {
  display: flex;
  align-items: center;
  width: 9.1875rem;
  transition: all .5s ease;
  position: relative;
}



.yx_NP_Logo {
  display: flex;
  align-items: flex-end;
  position: relative;
  line-height: 0;
  transition: all .5s ease;
}

.yx_NP_Logo img {
  width: 100%;
  height: auto;
  transition: 0.36s;
}

.yx_Header.active .yx_N_Pc img,
.yx_H_Active .yx_N_Pc img {
  filter: none;
}



@keyframes bounce1 {
  0% {
    transform: translateY(0);
  }

  33% {
    transform: translateY(-10px);
  }

  66% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes bounce1 {
  0% {
    transform: translateY(0);
  }

  33% {
    transform: translateY(-10px);
  }

  66% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

.yx_H_Active .yx_Header {
  background: #fff;
  top: 0;
}

.yx_NP_Left {
  width: auto;
  height: 6.25rem;
}

.yx_Nav {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
  overflow: hidden;
}

.yx_N_Pc.current .yx_Nav {
  height: 23rem;
}

.yx_N_Pc .yx_NavTit {
  display: block;
  position: relative;
  text-align: center;
  transition: all .5s;
  line-height: 6.25rem;
  font-weight: 500;
  font-size: 1.125rem;
  min-width: 5.875rem;
  cursor: default;
}

.yx_N_Pc .yx_NavTit .icon {
  position: absolute;
  right: 0%;
  transform: scale(.75);
}

.yx_N_Pc .yx_NavYj .yx_NavTit:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  transition: all 0.3s ease;
  display: block;
  background: var(--li);
  z-index: -1;
  opacity: 0;
}

.ischildern .yx_NavTit:after {
  content: '\e681';
  display: inline-block;
  margin-left: 10px;
  transition: all .5s ease;
  font-family: 'iconfont' !important;
  font-size: max(16px, 1vw);
  vertical-align: top;
}

.yx_Header.active .yx_N_Pc .yx_NavTit,
.yx_H_Active .yx_N_Pc .yx_NavTit {
  color: #000000;
}

.ts_nav_box {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 100%;
  border-radius: .5rem;
  box-shadow: 0px 3px 10px rgb(18 26 56 / 10%);
  max-height: 0;
  overflow: hidden;
  transition: all .5s ease;
}

.yx_NavYj:hover .ts_nav_box {
  max-height: 36rem;
}

.ts_nav_li {
  width: 25%;
  padding: 3% 2%;
}

.ts_nav_li+.ts_nav_li {
  border-left: 1px solid #e5e5e5;
}

.ts_nav_li .ts_t_more {
  font-size: var(--f18);
  color: #000;
  font-weight: bold;
  transition: all .5s ease;
}

.ts_nav_li .ts_t_more:hover {
  color: var(--li);
}

.nav_childern {
  margin-top: 8%;
}

.nav_childern>div {
  margin-bottom: 2%;
  position: relative;
  padding-left: .75rem;
}

.nav_childern .ts_r_more {
  font-size: 1rem;
  color: #777777;
  line-height: 133%;
}

.nav_childern .ts_r_more:hover {
  color: var(--li);
}

.nav_childern>div:before {
  content: '';
  position: absolute;
  left: 0;
  top: .8rem;
  background: var(--li);
  width: .2rem;
  height: .2rem;
}


.yx_NavBtn {
  display: none;
}

.mo_flex .L_ph_Right {
  line-height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.88rem;
}

.mo_flex .L_ph_Right img {
  width: 1.75rem;
  height: 1.75rem;
}

.mo_flex .L_ph_Right .yx_TopLangBtn {
  position: relative;
  padding-right: 1rem;
}

.mo_flex .L_ph_Right .yx_TopLangBtn span {
  display: block;
  width: 0.5rem;
  height: 0.375rem;
  background: url(/src/image/icon_arrow_bottom_head.svg) no-repeat;
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  background-size: contain;
}

.yx_TopLang {
  position: relative;
  cursor: pointer;
}

.yx_TopLangCon {
  position: absolute;
  padding: 1rem 1.5rem;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 10px 20px 40px 0 rgba(16, 16, 16, 0.10);
}

.yx_TopLang.click .yx_TopLangCon {
  display: flex;
}

.yx_TopLang.click .yx_TopLangBtn span {
  transform: translateY(-2px) rotate(-180deg);
}

.yx_TopLang a {
  color: #858889;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6rem;
  background: #fff;
  padding: 0;
}

.yx_TopLang a:hover,
.yx_TopLang a.active {
  color: var(--text-text-default-01, #171819);
  background: #fff;
}


.popup-search-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 14rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
}

.popup-search-box .Search_box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  width: 37.5rem;
  background-color: transparent;
  height: 3rem;
}

.Search_box input#search-input {
  font-size: 2rem;
  line-height: 3rem;
  width: 100%;
  border: none;
  background-color: transparent;
  color: #171819;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  order: 2;
  font-family: "Noto Sans SC", sans-serif;
}

input#search-input::-webkit-input-placeholder {
  color: #b4b8ba;
  font-size: 2rem;
  line-height: 3rem;
}

input#search-input:focus-visible {
  outline: none;
}

.Search_box .search {
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  transition: all ease 0.4s;
  display: flex;
}

.btn-delete {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: .25rem;
  background-color: #B4B8BA;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.nav_top {
  background: var(--li);
  color: #fff;
}

.nav_top .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_top .center>a {
  font-size: var(--f16);
  color: #fff;
  font-weight: 500;
}

.lunga_box {
  line-height: 150%;
  display: flex;
  align-items: center;
  width: auto;
  justify-content: space-between;
  position: relative;
  gap: 10px;
  cursor: pointer;
  height: max(45px, 3.125vw);
  margin-right: 2.083vw;
}

.lunga_box i {
  font-size: max(20px, 1.042vw);
  opacity: .5;
}

.lunga_box:after {
  content: '';
  border-left: 0.208vw solid transparent;
  border-top: 0.26vw solid #fff;
  border-right: 0.208vw solid transparent;
}

.lunga_box .langbox {
  position: absolute;
  width: 6.25vw;
  left: 0;
  height: auto;
  top: 100%;
  display: none;
  z-index: 10;
}

.lunga_box .langbox a {
  display: block;
  padding: 0.4vw;
  text-align: center;
  color: #333;
  background: #eee;
  border-top: 1px solid #ccc;
}

.lunga_box .langbox a:hover {
  background: var(--li);
  color: #fff;
  border-color: var(--li);
}

.lunga_box:hover .langbox {
  display: block;
}

@media only screen and (min-width:1201px) {
  .yx_N_Pc {
    display: block;
    transition: all .5s ease;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 6.25rem;
    background: #fff;
  }

  .yx_N_Pc:before {
    content: '';
    position: absolute;
    right: 0;
    top: 6.25rem;
    width: 100%;
    border-bottom: 1px solid #E1E7EA;
  }

  .yx_N_Pc.current {
    height: 23rem;
  }

  .scr_bottom {
    top: calc(-6rem - 1px) !important;
  }

  .yx_NP_Box {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
  }

  .yx_N_Mo {
    display: none;
  }

  .yx_Header .box {
    overflow: hidden;
  }


  .yx_NavYj {
    position: relative;
  }


  li.yx_NavYj.ts_nav {
    position: static;
  }

  .yx_HN_Ej {
    position: absolute;
    top: 6.25rem;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 1.25rem;
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease;
  }

  .yx_N_Pc.current .yx_HN_Ej {
    max-height: 23rem;
    transition: all .5s ease .1s;
  }

  .yx_HN_Ej>a {
    display: block;
    position: relative;
    width: max-content;
    text-align: center;
    margin: 0 auto;
    padding-top: 0.88rem;
    color: #333;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8rem;
  }

  .yx_HN_Ej>a:hover {
    color: var(--li);
  }

  .yx_N_Pc .yx_NavYj:hover .yx_NavTit{
    font-weight: 700;
    color: var(--li);
  }

  .yx_HNY_Left {
    width: 40%;
    background: #fff;
    padding: var(--f72) 6% var(--f72) 0;
  }

  .yx_HNL_EjTit {
    text-align: center;
    display: block;
    font-size: var(--f14);
    line-height: 180%;
    color: #fff;
    padding: 5px 0;
    transition: all 0.5s;
  }

  .yx_HNL_EjTit:hover {
    color: var(--li);
  }

  .yx_NE_Right {
    display: flex;
    width: 45%;
  }

  .yx_NE_Right .yx_NER_Right {
    width: 40%;
    padding-left: 8%;
  }

  .yx_NER_Right h3 {
    color: var(--yx_Grad);
    font-weight: normal !important;
    margin-bottom: var(--f24);
  }

  .yx_NER_Right a {
    font-size: var(--f16);
    line-height: 200%;
    transition: all 0.56s;
    color: #4a4a4a;
    display: block;
    text-align: left;
    margin-bottom: 8px;
  }

  .yx_NER_Right a:hover {
    color: var(--li);
  }

  .mo {
    display: none !important;
  }

  .fixed .company_sort {
    position: fixed;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  }

  .fixed .company_sort .center {
    border: none;
  }
}

@media only screen and (max-width:1200px) {

  .yx_NP_Logo {
    width: 134px;
  }

  .yx_NP_Logo .img1 {
    filter: brightness(1) invert(0);
  }

  .mo_flex .L_ph_Right {
    min-width: 0;
  }

  .center {
    margin: 0 auto;
    width: 94%;
    max-width: 94vw;
  }


  .mo_flex .L_ph_Right .pulic {
    color: #000;
    line-height: 200% !important;
    width: 100%;
    justify-content: center;
  }

  .pc {
    display: none !important;
  }

  .lunga_box {
    height: 35px;
    margin-right: 14px;
    font-size: 12px;
  }

  .nav_top .center>a {
    font-size: 12px;
  }

  .lunga_box i {
    font-size: 14px;
  }

  .lunga_box:after {
    content: '';
    border-left: 4px solid transparent;
    border-top: 6px solid #fff;
    border-right: 4px solid transparent;
  }

  .mo_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 12rem;
    background: transparent !important;
    border: none;
  }

  .logo {
    width: 134px;
  }

  .yx_Header {
    top: 0;
    padding: 0;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.09);
    background: #fff;
  }

  .yx_N_Pc {
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0;
    z-index: 1;
    position: relative;
  }

  .L_ph_Right svg {
    width: var(--f22);
    height: auto;
    fill: #333;
  }

  .mo_flex .L_ph_Right .an_contact {
    display: none;
  }

  .mo_flex .L_ph_Right span {
    gap: 15px;
  }

  .yx_LaBox:before {
    background: #333;
  }

  .yx_LaBox .yx_LaTit {
    color: #333;
  }

  .yx_N_Pc .yx_NP_Left {
    display: none !important;
  }

  .yx_N_Mo {
    display: block;
  }

  .yx_NavBtn {
    display: block !important;
  }

  .yx_NP_Box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .yx_NPR_List {
    background: transparent !important;
    border-width: 0px;
    height: 70px;
    line-height: 70px;
    padding: 0 12px;
    width: auto;
  }

  .yx_NavBtnCon {
    position: relative;
    width: 28px;
    height: 20px;
    display: block !important;
    overflow: hidden;
  }

  .yx_NavBtn span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #333;
    transition: all 0.6s ease;
  }

  .yx_NavBtn .yx_NB_Line {
    width: 22px;
    top: 50%;
    transform: translateY(-50%);
  }

  .yx_NB_Line_Bottom {
    bottom: 0;
    top: auto;
  }

  .yx_NPR_Tit p {
    display: none;
  }

  .yx_N_Mo {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 70px;
    left: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 10px;
    z-index: 100;
    border-top: 1px solid #eee;
  }

  .yx_N_Mo .yx_YjTit {
    line-height: 56px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 0 0 0 20px;
    display: block;
    font-size: 15px;
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .yx_N_Mo .yx_YjTit a {
    color: #222;
  }

  .yx_N_Mo .yx_YjTit .iconfont {
    font-size: var(--f22);
    color: #222;
    width: 56px;
    height: 56px;
    display: block;
    line-height: 56px;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.6s ease;
  }

  .yx_Nav_Active .yx_NB_Line {
    transform: translate(100px, -50%);
    transition: all 0.6s ease;
  }

  .yx_Nav_Active .yx_NB_Line_Top {
    transform: rotate(45deg);
    top: 8px;
    transition: all 0.6s ease;
  }

  .yx_Nav_Active .yx_NB_Line_Bottom {
    transform: rotate(-45deg);
    bottom: 10px;
    transition: all 0.6s ease;
  }

  .yx_EjTit {
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding-left: 18px;
    display: block;
  }

  .yx_EjBox {
    padding: 12px 24px;
    display: none;
    border-bottom: 1px solid #eee;
  }

  .yx_EjTit:before {
    content: '';
    display: block;
    width: 5px;
    height: 2px;
    background: #ccc;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
  }

  .yx_N_Mo .yx_Rotate {
    transform: rotate(-90deg) !important;
    transition: all 0.6s ease;
  }

  .yx_Header .yx_EjBtn {
    font-size: var(--f22);
    color: #222;
    width: 56px;
    height: 56px;
    display: block;
    line-height: 56px;
    text-align: center;
    transform: rotate(0deg);
    transition: all 0.6s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .yx_Header .yx_EjBtn .icon {
    width: 12px;
    height: 12px;
  }

  .yx_LaCon {
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 36px;
  }

  .topnavbox {
    display: none;
  }

  .lunga_box .langbox {
    width: 100px;
  }

  .lunga_box .langbox a {
    padding: 5px 0;
  }
}






/* 底部 */
aside {
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    display: none;
    z-index: 98;
}

aside>img {
      cursor: pointer;
    max-width: 4.375rem;
    height: auto;
}

footer.yx_foot {
  border-top: 1px solid #E1E7EA;
  padding: 3.75rem 0 5rem;
}

.footer-top {
  padding-bottom: 5rem;
  align-items: flex-end;
}

ul.footer-site_map {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.footer-site_map>li:not(:last-child) {
  padding-bottom: .5rem;
}

.footer-site_map a:hover {
  /* color: var(--li); */
}

.footer-item02 {
  display: flex;
  gap: 2.94rem;
  flex-direction: column;
}

.yx_foot .selectbox-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.yx_foot .selectbox-wrap.type3 .select-cate {
  padding: 0;
  flex-grow: 1;
  position: relative;
}

.yx_foot .selectbox-wrap.type3 .select-cate::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #c9ced0;
  display: block;
}

.yx_foot .selectbox-wrap.type3 .select-cate>button {
  color: #171819;
  display: block;
  padding: 1.09rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8rem;
  min-width: 16.875rem;
  text-align: left;
  border: none;
  background: none;
  -webkit-appearance: none;
  font-family: "Noto Sans SC", sans-serif;
  cursor: pointer;
}

.yx_foot .selectbox-wrap>div.select-cate button::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/src/image/icon_accord_arrow_up.svg) no-repeat center center / contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.yx_foot .selectbox-wrap>div.select-cate.on button::before {
  transform: translateY(-50%) rotate(0deg);
}

.yx_foot .selectbox-wrap.type3 .select-cate .select-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  height: fit-content;
  background: #171819;
  color: #fff;
  top: revert;
  bottom: 64px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #171819;
  padding: 1.5rem 0;
  border-radius: 1rem 1rem 0 0;
  max-height: 36rem;
  display: none;
}

.yx_foot .selectbox-wrap.type3 .select-cate.on .select-menu {
  display: block;
}

.yx_foot .selectbox-wrap.type3 .select-cate .select-menu>li:not(:last-child) {
  padding-bottom: 1.5rem;
}

.yx_foot .selectbox-wrap.type3 .select-cate .select-menu .cate-title {
  color: #fff;
  padding: 0 1.5rem 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.yx_foot .selectbox-wrap.type3 .select-cate .select-menu .cate-item>li {
  position: relative;
  padding-left: 0.75rem;
}

.yx_foot .selectbox-wrap.type3 .select-cate .select-menu .cate-item>li:not(:last-child) {
  margin-bottom: 0.5rem;
  padding-bottom: 0;
}

.yx_foot .selectbox-wrap.type3 .select-cate .select-menu .cate-item>li::before {
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.yx_foot .selectbox-wrap.type3 .select-cate .select-menu .cate-item>li a {
  font-weight: 400;
  line-height: 1.6rem;
  font-size: 1rem;
  padding: 0 1.5rem;
  background: #171819;
}

.yx_foot .selectbox-wrap.type3 .select-cate .select-menu .cate-item>li a:hover {
  background: transparent;
  font-weight: 600;
}

.footer-util {
  display: flex;
  gap: 0.5rem;
  padding: 1.22rem 0;
}

.footer-bottom {
  align-items: center;
  font-size: 1.5rem;
}


@media only screen and (max-width:768px) {
  footer.yx_foot .fo_ls {
    width: 100%;
  }

  footer.yx_foot .fo_ls img.b_logo {
    width: 134px;
  }

  footer.yx_foot .fo_cen {
    width: 100%;
  }

  .fo_cen .fo_xx .fo_sm {
    margin-top: 1%;
  }

  .fo_cen .fo_xx .fo_sm {
    margin-top: 1%;
    gap: 0;
    flex-direction: column;
  }

  footer.yx_foot {
    padding: 40px 0 20px;
  }

  .fo_sharing svg.icon {
    width: 28px;
    height: auto;
  }

  .fo_sharing {
    margin: 2rem 0 1.2rem;
    gap: 1.5rem;
  }

  .fo_cen .fo_xx {
    line-height: 133%;
  }

  .fo_cen .fo_xx p {
    margin: .8rem 0;
  }
}