@charset "UTF-8";

.center {
  margin: 0 auto;
  width: 94%;
  max-width: 1740px;
}


.waves {
  position: absolute;
  width: 100%;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
  left: 0;
  top: 8px;
  transform: translateY(-100%);
  display: none;
}

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
  opacity: .7;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
  opacity: .5;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
  opacity: .3;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}


.yx_N_Pc {
  width: 100%;
  transition: all 0.6s;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background: transparent;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.yx_LaBox .yx_icon {
  font-size: 30px;
  color: #333;
}

.yx_LaBox .yx_LaTit {
  color: #fff;
  font-size: var(--f16);
  display: flex;
  align-items: center;
  cursor: pointer;
}

.fixnav .yx_LaBox .yx_LaTit:after,
.yx_H_Active .yx_LaBox .yx_LaTit:after {
  border-top: 8px solid #333;
}

.yx_NP_Logo img {
  opacity: 1 !important;
}

.logo {
  display: flex;
  align-items: center;
}

.stock {
  font-size: 14px;
  color: #FEFEFE;
  white-space: nowrap;
  transition: all .5s;
}

.fixnav .stock,
.yx_H_Active .stock {
  color: #333;
}

.yx_HeaTop {
  border-bottom: 1px solid #ebebeb;
}

.yx_Header .yx_HTLeft {
  width: calc(100%-120px);
}

.yx_HTLeft a {
  display: inline-block;
  padding: 0 var(--f14);
}

.yx_HTLeft .yx_icon {
  font-size: var(--f14);
  color: #999999;
  transition: all 0.6s;
}

.yx_HTLeft .yx_icon:hover {
  color: var(--li);
}

.yx_NP_Right {
  display: flex;
  align-items: center;
  color: #fff;
  width: 130px;
  justify-content: space-between;
  margin-left: var(--f30);
}

.yx_NP_Right>img {
  cursor: pointer;
  max-width: 20px;
}

.lunga_box {
  border-left: 2px solid #fff;
  line-height: 21px;
  display: flex;
  align-items: center;
  width: 85px;
  justify-content: space-around;
  padding-left: 10px;
  position: relative;
}

.lunga_box .lan_list {
  display: flex;
  width: 120px;
  position: absolute;
  z-index: 99;
  top: 100%;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: all .5s ease;
  flex-direction: column;
}

.lunga_box:hover .lan_list {
  opacity: 1;
  transform: translate(0, 0px);
  visibility: visible;
}

.lunga_box .lan_list span {
  position: relative;
  line-height: 1px;
  display: inline-block;
  height: 10px;
  width: 100%;
}

.lunga_box .lan_list .iconfont:before {
  content: '';
  color: #fff;
  position: absolute;
  top: 0;
  text-align: center;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  left: 50%;
  transform: translateX(-5px);
}

.lunga_box .lan_list a {
  color: #666;
  display: block;
  text-align: center;
  line-height: 40px;
  transition: all .3s ease;
  background: #fff;
  font-size: 14px;
  border-top: 1px solid #eee;
}

.lunga_box .lan_list a:hover {
  color: var(--li);
}

.lunga_box img {
  max-width: 24px;
}

.fixnav .lunga_box,
.yx_H_Active .lunga_box {
  border-left: 2px solid #333;
}

.yx_NP_Right a {
  font-size: var(--f16);
  color: #fff;
}

.fixnav .yx_NP_Right,
.yx_H_Active .yx_NP_Right {
  color: #333;
}

.fixnav .yx_NP_Right a,
.yx_H_Active .yx_NP_Right a {
  color: #333;
}

.fixnav .yx_NP_Right img,
.yx_H_Active .yx_NP_Right img {
  filter: brightness(0.2);
}

.yx_SearchBtn {
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yx_HeadKfBtn {
  margin-left: 18px;
}

.yx_SearchBtn .yx_icon,
.yx_HeadKfBtn .yx_icon {
  transition: all 0.6s;
}

.yx_SearchBtn .yx_icon:hover,
.yx_HeadKfBtn .yx_icon:hover {
  color: var(--yx_Grad);
}

.yx_HeaTop .yx_sj {
  display: block;
  width: 0px;
  height: 0px;
  border-top: 5px solid #999;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.yx_NP_Logo {
  display: block;
  position: relative;
  overflow: hidden;
  width: 254px;
  line-height: 0;
}

.yx_NP_Logo img {
  object-fit: contain;
  filter: none !important;
  transition: all 0.5s;
  max-width: 100%;
}

.yx_NP_Logo:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s !important;
  background-image: url(/src/image/logo.png);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-size: contain;
  transform: translateY(100%);
}

.fixnav .yx_N_Pc,
.yx_H_Active .yx_N_Pc {
  background: #fff;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .2);
}

.fixnav .yx_NP_Logo img,
.yx_H_Active .yx_NP_Logo img {
  transform: translateY(-100%);
}

.fixnav .yx_NP_Logo:before,
.yx_H_Active .yx_NP_Logo:before {
  transform: translateY(0%);
}

.yx_NP_Left {
  width: calc(100% - 260px);
}

.yx_NP_Left .yx_Nav {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.yx_NPR_List .yx_icon {
  color: #fff;
  cursor: pointer;
  font-size: var(--f18);
  font-weight: bold;
  transition: none;
}

.fixnav .yx_NPR_List .yx_icon,
.yx_H_Active .yx_NPR_List .yx_icon {
  color: #333 !important;
}

.yx_NPR_List p {
  font-size: 14px;
}

.yx_LaBox {
  position: relative;
}

.yx_Nav {
  display: flex;
  justify-content: flex-end;
}

.yx_N_Pc .yx_NavTit {
  font-size: 17px;
  color: #fff;
  text-transform: capitalize;
  line-height: 90px;
  transition: all 0.5s;
  display: block;
  position: relative;
  text-align: center;
  padding: 0 var(--f30);
  font-weight: bold;
}

.fixnav .yx_N_Pc .yx_NavTit,
.yx_H_Active .yx_N_Pc .yx_NavTit {
  color: #333;
}

.yx_NavYj:hover .yx_NavTit {
  color: var(--li);
}

.yx_N_Pc .yx_Active {
  visibility: visible !important;
  top: 100px !important;
  opacity: 1 !important;
  z-index: 9 !important;
}

.yx_NavBtn {
  display: none;
}

.yx_LaCon {
  position: absolute;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
  max-height: 0px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  border-top: none !important;
  text-align: center;
  top: 100%;
  opacity: 0;
  transition: all 0.6s;
}

.yx_LaBox:hover .yx_LaCon {
  max-height: 200px !important;
  opacity: 1;
}

.yx_LaCon a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 35px;
}

.yx_Header .yx_NPR_Lan {
  padding: 0 0 0 16px;
  margin-left: 1.3vw;
  position: relative;
  width: 120px;
  transition: all 0.6s;
  border-left: 1px solid #ebebeb;
}

.yx_NPR_Con {
  border-radius: var(--f36);
  position: absolute;
  top: 90%;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.6s;
  width: 100%;
  background: #fafafa;
  border: 1px solid #eee;
  border-top-width: 2px;
  padding: 0 var(--f18);
}

.yx_Header .yx_NPR_Lan:hover .yx_NPR_Con {
  top: 100%;
  z-index: 9 !important;
  opacity: 1;
  border-radius: 0 0 var(--f18) var(--f18);
}

.yx_Header .yx_NPR_Lan:hover {
  border-radius: var(--f18) var(--f18) 0 0;
}

.yx_Header .yx_NL_Tit img {
  width: var(--f22);
  height: auto;
}

.yx_Header .yx_NL_Tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: var(--f38);
  color: #282828;
  font-weight: bold;
}

.yx_Header .yx_NL_Tit span {
  padding: 0 8px;
  font-size: 12px;
  display: inline-block;
  width: 72px;
  text-align: center;
}

.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: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: 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;
}

.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);
}

.yx_NP_Box .Search_box {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 90%;
  max-width: 700px;
  -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_NP_Box .Search_box input#search-input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: 2px solid var(--li);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

input#search-input::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: 2px;
}

input#search-input:focus-visible {
  outline: none;
}

.yx_NP_Box .Search_box .search {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  -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_NP_Box .Search_box .search svg.icon {
  fill: #fff;
  margin: auto;
}

.yx_NP_Box .Search_box .search:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (min-width:1025px) {
  .yx_N_Pc {
    display: block;
  }


  .yx_N_Pc:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    /* box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2); */
    z-index: -1;
    transition: all .5s ease;
    top: 0;
    left: 0;
    opacity: 0;
  }

  .yx_N_Pc:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2);
    z-index: -1;
    transition: all .5s ease;
    opacity: 0;
    top: 0;
    left: 0;
  }

  .yx_NP_Box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .yx_N_Mo {
    display: none;
  }

  .yx_Header .box {
    overflow: hidden;
  }

  .yx_NavEn {
    font-size: 16px;
    color: #f08300;
    line-height: 100px;
    width: 100%;
    transition: all 0.6s;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    text-align: center;
  }

  .yx_HeaderNav {
    background: linear-gradient(90deg, #fff 50%, #f5f5f5 0);
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    max-height: 0px;
    overflow: hidden !important;
    transition: all 0.6s;
    z-index: -1;
  }

  .yx_HN_Yj {
    position: relative;
    transition: all 0.6s;
  }

  .yx_NavYj:hover .yx_HeaderNav {
    max-height: 3000px !important;
    transition: all 0.6s;
    z-index: 9 !important;
  }


  /* nav_list */
  .yx_NavYj:hover .slide {
    height: 340px;
    padding: 40px 10%;
  }

  .yx_NavYj .slide .imgbox {
    height: 238px;
    display: block;
    overflow: hidden;
    width: 32%;
    border-right: 1px solid #eee;
    padding-right: 3%;
    margin-right: 2%;
  }

  .yx_NavYj .slide .imgbox img {
    height: 100%;
  }

  .yx_NavYj .slide {
    display: flex;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .1);
    z-index: -1;
    align-items: center;
    box-sizing: border-box;
    transition: 0.5s;
    padding: 0 11%;
    overflow: hidden;
    height: 0px;
    position: absolute;
    top: 90px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  .yx_NavYj .slide .min {
    width: 66%;
    display: flex;
    justify-content: flex-start;
    margin-top: -80px;
    flex-flow: wrap;
    height: 160px;
  }

  .yx_NavYj .slide .min a {
    min-width: 200px;
    display: flex;
    margin-right: 24px;
    font-size: 16px;
    color: #666;
    align-items: center;
    height: 80px;
    line-height: 80px;
  }

  .yx_NavYj .slide .min a:nth-of-type(4n) {
    margin-right: 0px;
  }

  .yx_NavYj .slide .min a:hover {
    color: var(--li);
  }

  .yx_NavYj .slide .min a svg {
    width: 60px;
    height: 30px;
    transition: all .5s ease;
  }

  /* .yx_NavYj .slide .min a:nth-of-type(1) svg {
    margin-right: 10px;
  } */

  .yx_NavYj .slide .min a:hover svg {
    transform: rotateY(360deg);
  }

  .yx_NavYj .slide .min a:last-child {
    margin-right: 0px;
  }

  .yx_NavYj .slide2 {
    padding: 0 11% 0 0%;
    display: flex;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .1);
    z-index: -1;
    align-items: center;
    box-sizing: border-box;
    transition: 0.5s;
    overflow: hidden;
    height: 0px;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: rgb(246, 246, 246);
  }

  .yx_NavYj:hover .slide2 {
    height: 525px;
    padding: 0px 10% 0px 0%;
  }

  .yx_NavYj .slide2 .le {
    background-color: #fff;
    height: 100%;
    width: 40%;
  }

  .yx_NavYj .slide2 .le .min {
    width: 100%;
    cursor: pointer;
    align-items: center;
    display: flex;
    padding: 15px 35px;
    position: relative;
    align-items: center;
    justify-content: flex-end;
  }

  .yx_NavYj .slide2 .le .min:hover img {
    transform: rotateY(180deg);
  }

  .yx_NavYj .slide2 .le .min::before {
    content: "";
    opacity: 1;
    transition: 0.3s;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 100%;
    background-color: #25DACE;
    width: 0;
  }

  .yx_NavYj .slide2 .le .min .nav_img {
    width: 60px;
    height: 45px;
    margin-right: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .yx_NavYj .slide2 .le .min .nav_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0px 45px 0px black);
    transform: translateY(-45px);
  }

  .yx_NavYj .slide2 .le .min span {
    font-size: var(--f18);
    color: #333;
    width: calc(60% - 60px);
  }

  .yx_NavYj .slide2 .le .min.on {
    background-color: #f6f6f6;
  }

  .yx_NavYj .slide2 .le .min.on::before {
    width: 8px;
  }

  .yx_NavYj .slide2 .ri {
    padding: 30px 100px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    width: 60%;
  }

  .yx_NavYj .slide2 .ri dl {
    display: none;
    flex-flow: wrap;
    opacity: 0;
    transition: 0.3s;
    height: 100%;
    overflow-y: auto;
    gap: 2vw;
    padding-right: 5px;
  }

  .yx_NavYj .slide2 .ri dl.active {
    display: flex;
    animation: bian 0.8s linear forwards;
    width: 823px;
  }

  @keyframes bian {
    100% {
      opacity: 1;
    }
  }

  .yx_NavYj .slide2 .ri dl dd {
    width: calc((100% - 4vw) / 3);
    height: fit-content;
    line-height: inherit;
  }

  .yx_NavYj .slide2 .ri dl dd a {
    height: fit-content;
    line-height: inherit;
  }

  .yx_NavYj .slide2 .ri dl dd:nth-of-type(4n) {
    margin-right: 0px;
  }

  .yx_NavYj .slide2 .ri dl dd img {
    max-width: 100%;
    margin: auto;
  }

  .yx_NavYj .slide2 .ri dl dd h4 {
    font-size: var(--f16);
    color: #333;
    text-align: center;
    font-weight: normal;
  }

  .yx_NavYj .slide2 .ri dl dd:hover a h4 {
    color: var(--li);
  }

  .yx_NavYj .slide2 .ri dl dd .Limg_con {
    padding-bottom: 75%;
  }

  .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:nth-child(1) {
    margin-top: 18px;
  }

  .yx_HNL_EjTit:last-child {
    margin-bottom: 18px;
  }

  .yx_HNL_EjTit:hover {
    color: var(--li);
  }

  .yx_NActive {
    top: 80px !important;
  }

  .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);
  }
}

@media only screen and (max-width:1300px) {
  .yx_N_Pc .yx_NavTit {
    font-size: 15px;
    padding: 0 10px;
  }

  .yx_NP_Logo {
    width: 221px;
  }
}

@media only screen and (max-width:1024px) {
  .mo_flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .yx_Header {
    height: 70px;
  }

  .yx_NP_Logo {
    width: 150px;
  }

  .yx_NP_Logo img {
    transform: translateY(-100%);
  }

  .yx_NP_Logo:before {
    transform: translateY(0%);
  }

  #c_static_001_P_2216-1652683357958 .yx_NavTit {
    color: #333;
  }

  .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: 70px;
    background: #fff;
    padding: 0 10px;
    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_NP_Logo img {
    width: 100%;
    object-fit: contain;
  }

  .yx_N_Mo {
    display: block;
  }

  .yx_NavBtn {
    display: block !important;
    margin: 0 10px 0 20px;
    transform: scale(1.3);
  }

  .yx_NP_Box {
    margin: 0 auto;
    padding: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    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;
  }

  .yx_NavBtn span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: var(--li) !important;
    transition: all 0.6s ease;
  }

  .yx_NavBtn .yx_NB_Line {
    width: 22px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--li);
  }

  .yx_NB_Line_Bottom {
    bottom: 0;
    top: auto;
  }

  .yx_NPR_Tit p {
    display: none;
  }

  .yx_NP_Right {
    display: flex;
    margin: 0 0 0 10px;
    align-items: center;
    width: 110px;
  }

  .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: 95;
  }

  .yx_N_Mo .yx_YjTit {
    line-height: 56px;
    width: 100%;
    text-align: left;
    border-top: 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: 42px;
    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;
  }
}




/* 底部 */
.yx_foot {
  padding-top: 5%;
  background-size: cover;
  background-position: center;
  background-image: url(/src/image/foterbg.jpg);
  position: relative;
}

.yx_foot .footbox {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 94%;
  justify-content: space-between;
}

.yx_foot .footbox .yx_foot_left {
  color: #fff;
  width: 100%;
  font-size: var(--f16);
  line-height: 250%;
}

.foottop {
  width: 100%;
  margin-bottom: 2vw;
}

.yx_foot .footbox .yx_foot_right {
  width: auto;
}

.yx_foot .footbox .yx_foot_right li {
  width: auto;
  font-size: var(--f16);
  color: #fff;
  line-height: 200%;
}

.yx_foot .footbox .yx_foot_left .yx_foot_NavYj:nth-of-type(4),
.yx_foot .footbox .yx_foot_left .yx_foot_NavYj:nth-of-type(5),
.yx_foot .footbox .yx_foot_left .yx_foot_NavYj:nth-of-type(6) {
  display: none;
}

.yx_foot .footbox .yx_foot_box {
  width: 15%;
  background: #949494;
  margin-left: 5%;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5vw;
  color: red;
}

.yx_foot .footbox ul.yx_foot_Nav {
  display: flex;
  justify-content: space-between;
  padding-left: 5%;
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .yx_foot_HD_Btn {
  color: #fff;
  font-size: var(--f18);
  display: block;
  margin-bottom: 15px;
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .yx_foot_HD_Btn:after {
  content: '';
  width: 33px;
  height: 2px;
  background: #009E9E;
  display: block;
  margin: 15px 0 0;
}

.yx_foot .footbox .yx_foot_right li:last-child .yx_foot_HD_Btn:after {
  display: none;
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .yx_foot_Ej a {
  color: #C3C3C3;
  font-size: var(--f14);
  display: block;
  line-height: 220%;
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .yx_foot_Ej a:hover {
  color: #fff;
}

.yx_foot_bottom {
  font-size: var(--f16);
  border-top: 1px solid rgb(255 255 255 / 20%);
  margin-top: 3%;
  color: #fff;
  line-height: 180%;
  padding: var(--f22) 0;
  letter-spacing: 1px;
  opacity: .8;
}

.yx_foot_bottom a {
  color: #fff;
  line-height: 180%;
}

.fot_box {
  display: flex;
  flex-wrap: wrap;
}

.fot_box>p {
  width: 150px;
  text-align: center;
}

.fot_box>p img {
  max-width: 100%;
  margin-bottom: 10px;
}

.fot_box .xinxi {
  width: calc(100% - 150px);
  padding-left: var(--f60);
  line-height: 200%;
  max-width: 500px;
}

.yx_foot_bottom span {
  padding: 0 var(--f24);
}

a.yx_foot_HD_Btn {
  font-size: var(--f22);
  color: #fff;
  font-weight: bold;
}

a.yx_foot_HD_Btn:after {
  content: '';
  width: 32px;
  border: 1px solid #009E9E;
  display: block;
  margin: 0 0 15px;
}

.yx_foot_Ej a {
  color: #B5B5B5;
  display: block;
  line-height: 200%;
  font-size: var(--f16);
}

.yx_foot_Ej a:hover {
  color: #fff;
}

.yx_foot .footbox .yx_foot_right ul>img {
  max-width: 116px;
  margin-top: 20px;
}

.yx_foot .footbox .yx_foot_right ul {
  margin-left: auto;
}

.yx_foot .footbox .yx_foot_right .textbox {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.yx_foot .footbox .yx_foot_right .iontextbox {
  padding-left: 20px;
}

.yx_foot .footbox .yx_foot_right strong {
  font-size: var(--f36);
  line-height: 100%;
  margin-bottom: 10px;
}

.yx_foot .footbox .yx_foot_right .iontextbox p {
  font-size: var(--f16);
  color: #888;
  line-height: 100%;
}

@media only screen and (max-width:1300px) {
  .yx_foot .footbox .yx_foot_right ul {
    max-width: 380px;
    margin-right: auto;
    margin-left: 0;
  }
}

@media only screen and (max-width:1024px) {
  .yx_foot .footbox ul.yx_foot_Nav {
    padding-left: 0%;
}
  .yx_foot .footbox .yx_foot_right ul>img,
  .foottop {
    display: none;
  }

  .yx_foot .footbox ul.yx_foot_Nav .yx_foot_NavYj {
    display: none;
  }

  .yx_foot .footbox .yx_foot_right,
  .Inside_right {
    width: 100%;
  }

  .Inside_text>div {
    padding: 20px;
  }


  .lunga_box {
    border-left: 2px solid #333;
  }

  .yx_NP_Right img {
    filter: brightness(0.2);
  }

  .yx_NP_Right a {
    color: #333;
  }

  .yx_foot {
    padding: 30px 0 0;
  }

  .yx_foot_bottom {
    margin-top: 10px;
    padding: 0;
    opacity: 1;
    border-top: 1px solid rgb(255 255 255 / 20%);
  }

  .waves {
    display: none;
  }

  .yx_foot_bottom p {
    text-align: left;
    padding: 10px 0;
  }

  .yx_foot_bottom p span {
    padding: 0;
    text-align: left;
    display: block;
  }

  .yx_foot_bottom p span i {
    display: block;
  }

  .yx_foot_bottom p a {
    display: block;
    text-align: left;
  }

  .h_add {
    padding: 50px 0 80px;
  }

  .yx_foot .footbox .yx_foot_right .textbox img {
    max-width: 40px;
  }

  .yx_foot .footbox .yx_foot_right .iontextbox {
    padding-left: 10px;
  }

  .yx_foot .footbox .yx_foot_right strong {
    font-size: 20px;
  }
}