@charset "UTF-8";

@media only screen and (min-width:1921px) {
  .center {
    margin: 0 auto;
    width: 94%;
    max-width: 83.333vw;
  }
}

@media only screen and (max-width:1920px) {
  .center {
    width: 85%;
    max-width: 1600px;
    margin: 0 auto;
  }
}


.customer {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  transition: all .5s linear;
}


.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;
  background: #fff;
}

.logo {
  display: flex;
  align-items: center;
  width: max(162px, 8.438vw);
  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%;
}


.yx_NP_Left {
  width: calc((100% - max(162px, 8.438vw) - max(100px, 5.208vw)));
}

.yx_Nav {
  display: flex;
  justify-content: flex-end;
}

.yx_N_Pc .yx_NavTit {
  font-size: max(16px, 0.94vw);
  color: #000000;
  line-height: max(100px, 5vw);
  display: block;
  position: relative;
  text-align: center;
  transition: all .5s;
}

.yx_H_Active .yx_N_Pc .yx_NavTit {
  color: #333;
}

.yx_NavBtn {
  display: none;
}

.mo_flex {
  margin: 0 0 0 auto;
  width: max(100px, 5.208vw);
}

.mo_flex .yx_NP_Right {
  display: flex;
  align-items: center;
  color: #000;
  font-size: max(16px, 1.042vw);
  justify-content: space-between;
  width: 100%;
  line-height: 100%;
}


.luang {
  position: relative;
}

.luang i {
  color: var(--li);
  font-weight: 700;
}

.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);
}

.luang .langbox a {
  display: block;
  padding: 0.4vw;
  text-align: center;
  color: #333;
  background: #eee;
  border-top: 1px solid #ccc;
}

.luang .langbox a:hover {
  background: var(--li);
  color: #fff;
  border-color: var(--li);
}

.luang:hover .langbox {
  display: block;
}

span.L_onsearch {
  cursor: pointer;
  font-weight: 700;
}

.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;
}

.nav_fxbox {
  display: flex;
  align-items: center;
}

.nav_fxbox>a {
  font-size: max(18px, 1vw);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  margin-right: max(20px, 1.5vw);
}

.nav_fxbox a:hover {
  color: var(--li);
}


@media only screen and (min-width:1101px) {
  .yx_N_Pc {
    display: block;
    background: transparent;
    transition: all .5s ease;
  }

  .yx_H_Active .yx_N_Pc {
    max-width: 100%;
    top: 0;
    border-radius: 0;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
  }

  .yx_NP_Box {
    display: flex;
    align-items: center;
    width: 94%;
    margin: 0 auto;
  }

  .yx_N_Mo {
    display: none;
  }

  .yx_Header .box {
    overflow: hidden;
  }


  .yx_NavYj {
    position: relative;
    margin: 0 3vw 0 0;
  }

  .yx_HN_Ej {
    min-width: 150%;
    overflow: hidden;
    left: 0;
    position: absolute;
    text-align: center;
    background: rgba(255, 255, 255, .9);
    display: none;
  }

  .yx_NavYj:hover .yx_HN_Ej {
    display: block;
  }

  .yx_HN_Ej>a {
    font-size: max(14px, 0.729vw);
    display: block;
    color: #333;
    transition: all 0.5s;
    padding: 0 1.042vw;
    position: relative;
    white-space: nowrap;
    line-height: 300%;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }

  .yx_HN_Ej>a:hover {
    background: var(--li);
    color: #fff;
  }

  .yx_N_Pc .yx_NavYj:hover .yx_NavTit {
    color: var(--li);
    font-weight: bold;
  }

  .yx_NavYj>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 2%;
    width: 0;
    height: max(2px, 0.104vw);
    transition: all 0.3s ease;
    display: block;
    background: #FFAF01;
  }

  .yx_NavYj:hover>.yx_HD_Btn:before {
    width: 100%;
  }

  .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_Header .stat {
    position: static;
  }

  .yx_Header .two_child {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0px 17px 20px 0px rgba(0, 0, 0, 0.5);
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease;
    z-index: 2;
  }

  .yx_Header .two_child ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw 0vw;
    width: 100%;
  }

  .yx_Header .two_child ul li {
    width: 20%;
    border-right: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(0, 102, 90, 1), rgba(255, 255, 255, 1)) 1 1;
    padding: 0 2%;
  }

  .yx_Header .two_child .nav_line {
    display: none;
  }

  .yx_Header .two_child a.two_tit {
    font-size: max(16px, 0.938vw);
    color: #00665A;
    font-weight: bold;
    margin-bottom: 4%;
    display: inline-block;
  }

  .yx_Header .ch_two a {
    font-size: max(14px, 0.729vw);
    color: #333;
    line-height: 200%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }

  .yx_Header .ch_two a:hover {
    color: var(--li);
    text-decoration: underline !important;
  }

  .yx_Header .two_child ul li:nth-of-type(5n + 1) {
    padding-left: 0;
  }

  .yx_Header .two_child ul li:nth-of-type(5n) {
    padding-right: 0;
    border-right: none;
  }

  .yx_Header .stat:hover .two_child {
    padding: 3% 0 5%;
    max-height: 100vh;
  }

  .mo {
    display: none !important;
  }

  .customer .open {
    display: none;
  }

}

@media only screen and (max-width:1200px) {
  .yx_N_Pc .yx_NavTit {
    font-size: 14px;
  }

  .yx_NavYj {
    position: relative;
    margin: 0 20px 0 0;
  }
}

@media only screen and (max-width:1100px) {

  .customer .open {
    position: absolute;
    top: 50%;
    color: #fff;
    transform: translateX(-100%);
    background: rgb(0 0 0 / 50%);
    padding: 20px 5px;
    border-radius: 5px 0 0 5px;
  }

  .yx_Header .kf_click .open {
    left: 100%;
    opacity: 0;
    transition: none;
  }

  .yx_Header .open {
    left: 0%;
    opacity: 1;
    transition: all .5s ease .3s;
  }

  .center {
    margin: 0 auto;
    width: 94%;
    max-width: 94vw;
  }

  .pc {
    display: none !important;
  }

  .customer {
    right: -50px;
  }

  .yx_Header .kf_click {
    right: 0px;
  }

  .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;
  }

  .nav_fxbox>a {
    font-size: 12px;
    width: 20px;
    height: 20px;
    margin-left: 8px;
  }

  .mo_flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 125px;
  }

  .yx_NP_Right {
    color: #333;
  }

  .mo_flex .yx_NP_Right,
  .mo_flex .yx_NP_Right a,
  .mo_flex i.icon {
    font-size: 16px;
    color: #333;
  }

  .yx_NP_Right a {
    font-size: 12px;
  }

  .yx_NP_Right svg {
    fill: #333;
  }

  .yx_NP_Right img {
    filter: brightness(0.2);
  }

  .yx_NActive {
    top: 70px !important;
  }

  .yx_HeadKfBtn {
    margin-right: 36px
  }

  #c_static_001_P_2216-1652683357958 .e_formBtn-5 .yx_icon,
  .yx_Header_Active .e_formBtn-5 .yx_icon {
    color: #999;
  }

  .yx_N_Pc {
    display: flex;
    align-items: center;
    height: 60px;
    background: #fff;
    padding: 0 15px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 25%);
  }

  .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);
  }

  .logo {
    width: 130px;
  }

  .yx_N_Mo {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 60px;
    left: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 10px;
    z-index: 100;
  }

  .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;
  }

  .yx_foot .totop {
    display: none;
  }
}




/* 底部 */

footer.yx_foot {
  background: #222222;
  padding-top: 4.2%;
  position: relative;
}

.yx_foot .totop {
  position: absolute;
  right: 2%;
  top: 10%;
  z-index: 2;
  color: #fff;
  transform: rotate(180deg);
  font-size: 3vw;
  cursor: pointer;
}

.yx_foot .center {
  display: flex;
  flex-wrap: wrap;
}

.footer_left {
  width: 46%;
}

.footer_left img {
  width: max(200px, 12.76vw);
  height: auto;
  object-fit: contain;
}

.footer_lx {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 5% 0;
  gap: 1vw;
  justify-content: space-between;
  max-width: max(380px, 25.521vw);
  width: 100%;
  position: relative;
}

.footer_left span.bt {
  display: block;
  color: #fff;
  opacity: .5;
  font-size: max(14px, 0.833vw);
  margin-bottom: max(10px, 0.521vw);
  line-height: 150%;
}

.footer_lx a {
  font-size: max(16px, 0.938vw);
  color: #fff;
}

.footer_lx a:hover {
  color: var(--li);
}

.fxb_sort a {
  display: inline-block;
  width: max(24px, 1.25vw);
  height: auto;
  margin-right: max(20px, 1.042vw);
}

.fxb_sort a svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.footer_right {
  width: 54%;
}

.footer_right ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: max(20px, 2.604vw);
  height: max(460px, 29vw);
}

.footer_right ul li {
  width: calc((100% - max(20px, 2.604vw)) / 2);
}

.footer_right ul li a.footer_tit {
  font-size: max(16px, 0.938vw);
  color: #fff;
  margin-bottom: max(20px, 1.042vw);
  display: inline-block;
}

.footer_right ul li p a {
  font-size: max(14px, 0.833vw);
  color: #fff;
  opacity: .5;
  line-height: 187%;
}

.footer_right ul li p a:hover {
  opacity: 1;
}

.foter_ab {
  display: flex;
  justify-content: space-between;
  padding: max(25px, 2.604vw) 3%;
  border-top: 1px solid rgb(255 255 255 / 10%);
  margin-top: 3%;
  font-size: max(14px, 0.833vw);
  color: #fff;
  font-weight: 100;
}

.foter_ab span {
  opacity: .5;
  text-transform: uppercase;
}

@media only screen and (max-width:768px) {
  .footer_right {
    display: none;
  }

  .footer_left {
    width: 100%;
    padding-bottom: 50px;
  }

  footer.yx_foot {
    padding-top: 50px;
  }

  .fxb_sort a {
    margin-right: 20px;
  }

  .fxb_sort a svg {
    width: 24px;
  }

  .foter_ab {
    padding: 20px 10px;
    border-top: 1px solid rgba(255, 255, 255, .1);
  }
}