@charset "UTF-8";
@media only screen and (min-width:1921px) {
  .center {
    width: 94%;
    max-width: 83.333vw;
    margin: 0 auto;
  }
}

@media only screen and (max-width:1920px) {
  .center {
    width: 85%;
    max-width: 1600px;
    margin: 0 auto;
  }
}


.customer {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  transition: all .5s linear;
}

.customer .open {
  position: absolute;
  left: 100%;
  top: 50%;
  color: #fff;
  transform: translateX(-100%);
  background: rgb(0 0 0 / 50%);
  padding: 20px 5px;
  border-radius: 5px 0 0 5px;
  opacity: 0;
}

.yx_Header .kf_click {
  right: -50px;
}

.yx_Header .kf_click .open {
  left: 0%;
  opacity: 1;
  transition: all .5s ease .3s;
}

.customer ul {
  display: flex;
  flex-direction: column;
  gap: max(5px, 0.26vw);
}

.customer ul li a {
  color: #fff;
  width: max(48px, 3.125vw);
  height: max(48px, 3.125vw);
  border-radius: 0.26vw 0 0 0.26vw;
  display: flex;
  background: rgb(0 0 0 / 80%);
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: max(18px, 1.25vw);
}

.customer ul li a p {
  position: absolute;
  right: 200%;
  top: 0;
  width: auto;
  height: 100%;
  white-space: nowrap;
  padding: 0 1.042vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--li);
  margin-right: 0.26vw;
  border-radius: 0.26vw;
  font-size: max(16px, 0.833vw);
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden;
}

.customer ul li a:hover {
  background-color: var(--li);
}

.customer ul li:hover p {
  right: 100%;
  opacity: 1;
  visibility: visible;
}


.yx_Header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  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: max(180px, 10vw);
  overflow: hidden;
  transition: all .5s ease;
}

.yx_NP_Logo {
  display: block;
  position: relative;
  width: 100%;
  line-height: 0;
  transition: all .5s ease;
  overflow: hidden;
}

.yx_NP_Logo img {
  object-fit: contain;
  transition: all 0.5s;
  width: 100%;
}

.logo2 {
  display: none;
}

.yx_Header.yx_H_Active {
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.09);
  background: #fff;
}

.yx_H_Active .yx_Header {
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  box-shadow: none;
}

.yx_H_Active .logo1 {
  display: none;
}

.yx_H_Active .logo2 {
  display: block;
}

.yx_NP_Left {
  width: calc(100% - max(221px, 10vw) - max(150px, 9vw));
}

.yx_Nav {
  display: flex;
  justify-content: flex-end;
}

.yx_N_Pc .yx_NavTit {
  font-size: max(16px, 0.938vw);
  color: #fff;
  line-height: 250%;
  display: block;
  position: relative;
  text-align: center;
  transition: all .5s;
}

.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;
  line-height: max(100px, 5vw);
}

.yx_NavBtn {
  display: none;
}

.mo_flex {
  margin: 0 0 0 auto;
  width: max(150px, 9vw);
}

.mo_flex .yx_NP_Right {
  width: 100%;
  line-height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mo_flex .yx_NP_Right .pulic {
  font-size: max(14px, 0.85vw);
  display: block;
  color: #fff;
  position: relative;
  cursor: pointer;
  line-height: max(120px, 8vw);
  transition: all .5s;
}

.mo_flex .yx_NP_Right .pulic .icon {
  font-size: max(16px, 0.938vw);
}

.mo_flex .yx_NP_Right .luang {
  font-weight: bold;
  line-height: 200%;
}


.mo_flex .yx_NP_Right .luang .langbox {
  position: absolute;
  width: max(75px, 6.25vw);
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  top: 100%;
  display: none;
  z-index: 10;
  font-size: max(14px, 0.833vw);
}

.mo_flex .yx_NP_Right .luang .langbox a {
  display: block;
  padding: 0.4vw;
  text-align: center;
  color: #333;
  background: #eee;
  border-top: 1px solid #ccc;
  line-height: 180%;
}

.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;
}

.yx_H_Active .mo_flex .yx_NP_Right .pulic {
  color: #000;
  line-height: max(100px, 5vw);
}

.yx_H_Active .mo_flex .yx_NP_Right .luang .icon {
  color: var(--li);
}


.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box button.searchClose {
  width: max(35px, 3.125vw);
  height: max(35px, 3.125vw);
  position: absolute;
  top: max(20px, 2.083vw);
  right: max(20px, 2.083vw);
  border: 1px solid var(--li);
  background-color: transparent;
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  fill: var(--li);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-search-box button.searchClose:hover {
  color: var(--li);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.popup-search-box button.searchClose svg {
  width: 45%;
  height: auto;
}

.yx_Header .Search_box {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  cursor: auto;
  width: 94%;
  max-width: max(300px, 36.458vw);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}

.popup-search-box.show .Search_box {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.yx_Header .Search_box input#search-input {
  font-size: max(16px, 0.938vw);
  line-height: max(45px, 3.438vw);
  width: 100%;
  border: 2px solid var(--li);
  background-color: transparent;
  color: #fff;
  border-radius: max(50px, 2.604vw);
  padding: 0 max(15px, 1.302vw);
  padding-right: max(40px, 2.344vw);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

input#search-input::-webkit-input-placeholder {
  color: #fff;
}

input#search-input:focus-visible {
  outline: none;
}

.yx_Header .Search_box .search {
  position: absolute;
  top: 0;
  background-color: transparent;
  border: none;
  right: 0.625vw;
  cursor: pointer;
  width: max(45px, 3.646vw);
  height: max(45px, 3.646vw);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
  display: flex;
}

.yx_Header .Search_box .search svg.icon {
  fill: #fff;
  margin: auto;
  width: max(20px, 1.406vw);
  height: auto;
}

.yx_Header .Search_box .search:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.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: max(14px, 0.833vw);
  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:1081px) {
  .yx_N_Pc {
    display: block;
    background: transparent;
    transition: all .5s ease;
    position: relative;
    z-index: 1;
  }

  .yx_H_Active .yx_N_Pc {
    border: none;
  }

  .scr_bottom {
    top: min(-120px, -8vw);
  }

  .yx_NP_Box {
    display: flex;
    align-items: center;
  }

  .yx_N_Mo {
    display: none;
  }

  .yx_Header .box {
    overflow: hidden;
  }


  .yx_NavYj {
    position: relative;
    margin: 0 3.15vw 0 0;
  }

  .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: calc(100% - 20px);
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.09);
  }

  .yx_NavYj:hover .yx_HN_Ej {
    padding: 40px 0 20px;
    max-height: 100vh;
    overflow: visible;
  }

  .yx_HN_Ej>a {
    font-size: max(14px, 0.833vw);
    display: block;
    color: #333;
    transition: all 0.5s;
    padding: 0 max(20px, 1.1vw);
    position: relative;
    white-space: nowrap;
    line-height: 300%;
    text-align: left;
  }

  .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;
  }
}


@media only screen and (max-width:1080px) {
  .contxt {
    display: none;
  }

  .center {
    margin: 0 auto;
    width: 94%;
    max-width: 94vw;
  }

  .yx_NP_Box .logo .logo1 {
    display: none;
  }

  .yx_NP_Box .logo .logo2 {
    display: block;
  }

  .mo_flex .yx_NP_Right {
    width: 120px;
  }

  .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: 180px;
  }

  .yx_NP_Box .logo {
    width: 150px;
  }

  .yx_Header {
    padding: 0;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.09);
  }

  .yx_N_Pc {
    display: flex;
    align-items: center;
    height: 70px;
    background: #fff;
    padding: 0;
    z-index: 1;
    position: relative;
    padding: 0 3%;
  }

  .mo_flex .yx_NP_Right .an_contact {
    display: none;
  }

  .mo_flex .yx_NP_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;
    margin-left: 20px;
  }

  .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_NP_Right {
    display: flex;
    margin-right: 0;
    align-items: center;
    width: auto;
  }

  .yx_NPR_Tit .yx_iconfont {
    font-size: 18px;
    color: var(--li);
  }

  .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: 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.yx_foot {
  position: relative;
  background: #fff;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  padding: 4% 0 0;
  border-top: 1px solid #e5e5e5;
}


.footer_top {
  width: 100%;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2%;
}

.footer_top img {
  width: max(161px, 8vw);
}

.footer_left {
  width: 63%;
}

.footer_left ul {
  display: flex;
  flex-wrap: wrap;
  gap: max(25px, 2vw) 0;
  position: relative;
  z-index: 1;
  flex-direction: column;
  height: max(200px, 15vw);
}

footer.yx_foot .center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  font-size: max(14px, 0.835vw);
}


.yx_foot .footer_tit {
  font-size: max(16px, 0.938vw);
  color: #000;
  line-height: 150%;
  opacity: 1;
}

.yx_foot li .footer_tit {
  margin-bottom: 1vw;
}

.yx_foot li a {
  font-size: max(14px, 0.835vw);
  color: #777777;
  display: inline-block;
  line-height: 200%;
}

.yx_foot li a:hover {
  color: var(--li);
}

.footer_center {
  width: 25%;
  position: relative;
}

.footer_logo {
  width: max(221px, 10vw);
  max-width: 100%;
}

.footer_center .phone {
  color: #000;
  display: block;
  font-weight: 500;
  font-family: 'Gilroy';
  font-size: max(18px, 1.05vw);
  margin: 1.5vw 0;
}

.footer_center p {
  color: #666;
  line-height: 187%;
  font-size: max(14px, 0.835vw);
}

.footer_center p a {
  color: #198bf5;
  text-decoration: underline !important;
}

.rq_box {
  margin-top: 2vw;
  display: flex;
  justify-content: space-between;
  width: max(230px, 15vw);
  flex-wrap: wrap;
  max-width: 100%;
}

.rq_box a.lis {
  display: flex;
  align-items: center;
  color: #999999;
  gap: 0.5vw;
  position: relative;
}
.rq_box a.lis p {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%,10%);
    width: max(90px,7.5vw);
    box-shadow: 0 0 10px #999;
    transition: all .5s ease;
    opacity: 0;
    max-height: 0;
    z-index: 2;
    overflow: hidden;
}

.rq_box a.lis img {
    max-width: 100%;
    visibility: visible;
    vertical-align: top;
}

.rq_box a.lis:hover p {
    opacity: 1;
    max-height: max(90px,7.5vw);
    transform: translate(-50%, 0%);
}
.footer_foot {
  border-top: 1px solid #e5e5e5;
  margin-top: 5%;
  padding: 3% 0;
}

.footer_foot div {
  display: flex;
  align-items: center;
  color: #000;
  gap: 1vw;
}

.footer_foot div a {
  color: #999;
}

.footer_foot .sm {
  font-family: 'Gilroy';
  color: #999;
}

.footer_foot b {
  color: #000;
}


@media only screen and (max-width:768px) {

  .nav_top .nav_fxbox>a {
    display: none;
  }

  .yx_foot .footer_tit {
    font-size: 18px;
  }

  .yx_foot li a {
    font-size: 16px;
  }

  .footer_center p {
    font-size: 16px;
    width: 100%;
  }

  .footer_center .ma_more {
    font-size: 16px;
  }

  .foter_ab p {
    font-size: 14px;
  }

  footer.yx_foot .center>div {
    width: 100%;
    flex-wrap: wrap;
  }
.footer_logo{
  width: 150px;
  margin-bottom: 10px;
}
  footer.yx_foot .center .footer_right {
    padding: 0;
    border: none;
  }

  .footer_right .follow {
    margin: 15px 0 5px;
  }

  .foter_ab {
    position: static;
  }

  .footer_xx p {
    line-height: 150%;
  }

  .footer_xx {
    margin-bottom: 6%;
  }

  .footer_left {
    display: none;
  }

  .footer_center a.more_pic {
    margin: 20px 0;
    position: static;
  }

  .footer_right img {
    display: none;
  }

  footer.yx_foot {
    position: relative;
    background: #fff;
    padding: 35px 0 0;
  }
  .footer_foot {
    padding: 3% 0 30px;
}

}