@charset "UTF-8";

.yx_Header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 1vw;
  transition: all .5s ease;
}

.yx_Header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
}

.logo {
  display: flex;
  align-items: center;
  width: 250px;
  overflow: hidden;
  transition: all .5s ease;
}

.yx_NP_Logo {
  display: flex;
  position: relative;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}

.yx_NP_Logo img {
  object-fit: contain;
  width: 110px;
  vertical-align: top;
}

.yx_NP_Logo .logo1 {
  filter: drop-shadow(0px 100px 0px #fff);
  transform: translateY(-100PX);
}

.yx_Header.yx_H_Active {
  background: #fff !important;
  top: 0;
  box-shadow: 2px 6px 20px rgb(42 46 55 / 5%);
}

.yx_H_Active .yx_Header {
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(32px);
}

.yx_NP_Logo .line {
  width: 1px;
  height: 20px;
  background: #fff;
}

.yx_H_Active .yx_NP_Logo .line {
  background: #000;
  opacity: .2;
}

.yx_H_Active .logo1,
.yx_Header.yx_H_Active .logo1 {
  transform: translateY(0);
}

.yx_NP_Left {
  width: calc(100% - 500px);
}

.yx_Nav {
  display: flex;
  justify-content: center;
}

.yx_N_Pc .yx_NavTit {
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  transition: all .5s;
  text-transform: uppercase;
  line-height: 70px;
}

.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_H_Active .ischildern .yx_NavTit:after {
  border-color: #333;
}

.yx_H_Active .yx_N_Pc .yx_NavTit {
  color: #333;
}

.yx_Nav .cur .yx_NavTit {
  color: var(--li);
}

.yx_NavBtn {
  display: none;
}

.mo_flex {
  margin: 0 0 0 auto;
  width: 250px;
}

.mo_flex .yx_NP_Right {
  width: 100%;
  line-height: 150%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.yx_H_Active .mo_flex .yx_NP_Right:before {
  background: #000;
}

.mo_flex .yx_NP_Right .luang {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: all .5s;
  text-transform: uppercase;
  padding: 10px 0;
}

.yx_H_Active .mo_flex .yx_NP_Right .luang {
  color: #000;
}

.yx_H_Active .mo_flex .yx_NP_Right .luang img {
  filter: brightness(0);
}

.mo_flex .yx_NP_Right .luang .langbox {
  position: absolute;
  width: 120%;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  top: 100%;
  display: none;
  z-index: 10;
  font-size: var(--f16);
}

.mo_flex .yx_NP_Right .luang .langbox a {
  display: block;
  text-align: center;
  color: #333;
  padding: 5px 0;
  background: #eee;
  border-top: 1px solid #ccc;
  line-height: 150%;
}

.mo_flex .yx_NP_Right .luang .langbox a:hover {
  background: var(--li);
  color: #fff;
  border-color: var(--li);
}

.mo_flex .yx_NP_Right .luang:hover .langbox {
  display: block;
}

a.nav_con {
  width: 95px;
  line-height: 34px;
  border-radius: 34px;
  background: #fff;
  text-align: center;
  font-weight: 700;
  color: #000;
  transition: all .5s ease;
}

.yx_H_Active a.nav_con {

  background: #eee;
}

a.nav_con:hover {
  background: var(--li);
  color: #fff;
}

.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:769px) {
  .yx_N_Pc {
    display: block;
    background: transparent;
    transition: all .5s ease;
    position: relative;
    z-index: 1;
  }

  .yx_H_Active .yx_N_Pc {
    border: none;
  }

  .mo_flex .yx_NP_Right:before {
    content: '';
    width: 1px;
    height: 20px;
    display: block;
    background: #fff;
  }

  .yx_NP_Box {
    display: flex;
    align-items: center;
  }

  .yx_N_Mo {
    display: none;
  }

  .yx_Header .box {
    overflow: hidden;
  }


  .yx_NavYj {
    position: relative;
    margin: 0 25px;
  }

  .yx_NavYj:last-child {
    display: none;
  }

  .yx_HN_Ej {
    min-width: max(200px, 10vw);
    overflow: hidden;
    top: 100%;
    left: -10%;
    position: absolute;
    text-align: center;
    padding: 0;
    transition: all .5s ease;
    max-height: 0;
  }

  .yx_HN_Ej:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.09);
  }

  .yx_NavYj:hover .yx_HN_Ej {
    padding: 10px 0;
    max-height: 100vh;
  }

  .yx_HN_Ej>a {
    display: block;
    color: #333;
    transition: all 0.5s;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
    line-height: 250%;
    text-align: left;
    font-size: 14px;
  }

  .yx_HN_Ej>a:before {
    content: '';
    width: max(8px, 0.417vw);
    height: max(8px, 0.417vw);
    display: inline-block;
    border: 2px var(--li);
    border-style: solid solid none none;
    transform: rotate(45deg);
    margin-right: 0;
    opacity: 0;
    transition: all .5s;
  }

  .yx_HN_Ej>a:hover {
    background: #f1f3f5;
    color: #2e3949;
  }

  .yx_HN_Ej>a:hover:before {
    margin-right: 1vw;
    opacity: 1;
  }

  .yx_N_Pc .yx_NavYj:hover .yx_NavTit {
    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:1120px) {
  .mo_flex {
    width: auto;
  }

  .mo_flex .yx_NP_Right {
    display: none;
  }

  .yx_NP_Left {
    width: calc(100% - 230px);
  }

  .yx_Nav {
    justify-content: flex-end;
  }

  .yx_NavYj:last-child {
    display: block;
  }

  .yx_NavYj {
    margin: 0 10px;
  }
}

@media only screen and (max-width:768px) {
  .ban_re {
    margin-top: 70px;
  }

  .center {
    margin: 0 auto;
    width: 94%;
    max-width: 94vw;
  }

  .yx_NP_Box .logo .logo2 {
    display: block;
  }

  .mo_flex .yx_NP_Right {
    display: none;
  }

  .mo_flex .yx_NP_Right .pulic {
    color: #000;
    line-height: 200% !important;
  }

  .mo_flex .yx_NP_Right a {
    color: #000;
  }

  .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: 30px;
  }

  .yx_Header {
    padding: 0;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.09);
    top: 0;
  }

  .yx_H_Active .yx_Header {
    position: fixed;
    background: #fff;
  }

  .yx_N_Pc {
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0;
    z-index: 1;
    position: relative;
    padding: 0 3%;
  }

  .mo_flex .yx_NP_Right .an_contact {
    display: none;
  }

  .mo_flex .yx_NP_Right img {
    filter: brightness(0);
  }

  .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: #fff;
    transition: all 0.6s ease;
  }

  .yx_H_Active .yx_Header .yx_NavBtn span,
  .yx_Header.yx_H_Active .yx_NavBtn span {
    background: #000;
  }

  .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_NP_Right {
    display: flex;
    margin-right: 0;
    align-items: center;
    width: auto;
  }

  .yx_NPR_Tit .yx_iconfont {
    font-size: var(--f18);
    color: var(--li);
  }

  .yx_N_Mo {
    position: fixed;
    width: 100%;
    height: 100vh;
    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: 22px;
    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: 22px;
    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;
  }
}





/* 底部 */
footer {
  position: relative;
  width: 100%;
  padding-top: 5%;
}

footer .center>ul {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  gap: 2vw;
  padding-bottom: 3%;
  margin-bottom: 3%;
}

footer .center>ul li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}

footer .center>ul li .left {
  width: 40px;
  height: 40px;
  background: var(--li);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}

footer .center>ul li .right {
  width: calc(100% - 50px);
}

footer .center>ul li .right b {
  color: #000;
  font-weight: 400;
}

footer .center>ul li .right p,
footer .center>ul li .right a {
  font-size: var(--f14);
  color: #000;
  font-weight: 300;
  line-height: 125%;
}

footer .bottom {
  display: flex;
  flex-wrap: wrap;
}

footer .bottom .left {
  width: 40%;
}

footer .bottom .right {
  width: 55%;
  margin-left: auto;
}

footer .bottom .left p {
  display: flex;
  align-items: center;
  gap: 1vw;
  font-size: var(--f14);
  line-height: 150%;
  font-weight: 300;
  color: #000;
  margin-bottom: var(--f30);
}

footer .bottom .left p img {
  width: 133px;
}

footer .bottom .left p img:last-child {
  width: 127px;
}



footer .Information {
  width: 360px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
}

footer .Information input[type="text"] {
  line-height: 38px;
  border: none;
  padding: 0 20px;
  width: calc(100% - 90px);
}

footer .Information .Submit {
  width: 90px;
  text-align: center;
  background: #000;
  line-height: 38px;
  color: #fff;
  cursor: pointer;
}

footer ul.foter_nav {
  display: flex;
  justify-content: space-between;
  padding-top: 10%;
}

footer ul.foter_nav a.foter_NavTit {
  font-size: var(--f16);
  color: #000;
  font-weight: 400;
}

footer ul.foter_nav a {
  display: block;
  font-size: var(--f14);
  font-weight: 300;
  color: #000;
  line-height: 200%;
}

.totop {
  position: absolute;
  right: 12%;
  bottom: 55%;
  cursor: pointer;
  width: var(--f60);
}

.totop img {
  width: 100%;
  vertical-align: top;
}

.copyright {
  background: rgba(0, 0, 0, 0.1);
  font-size: var(--f14);
  text-align: center;
  font-weight: 300;
  line-height: var(--f45);
  margin-top: var(--f45);
}


.footer_add_tc {
    position: fixed;
    top: 50%;
    background: #fff;
    width: 330px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    display: none;
}

.footer_add_tc b {
    font-size: 18px;
}

.footer_add_tc p.add_xq {
    font-size: 14px;
    margin: 10px 0 20px;
}

.footer_add_tc .cosle {
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
}
@media only screen and (max-width:820px) {

  footer .center>ul {
    gap: 0;
    width: 100%;
    justify-content: space-between;
  }

  footer .center>ul li .right {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  footer .bottom .left {
    width: 100%;
  }

  footer .center>ul li {
    flex: none;
    flex-direction: column;
  }

  footer .center>ul li .left {
    margin-right: 0;
  }

  .totop {
    right: 10px;
    bottom: 20px;
  }


  .copyright {
    margin-top: 0;
  }

  footer {
    padding-top: 40px;
  }
}