@charset "UTF-8";

.center {
  margin: 0 auto;
  width: 94%;
  max-width: 1720px;
}

.yx_Header {
  width: 100%;
  transition: all 0.6s;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
}

.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;
}

.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;
}

.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: 95px;
  justify-content: space-between;
  line-height: 30px;
  line-height: 1;
}

.yx_NP_Right img {
  cursor: pointer;
  max-width: 19px;
}

.yx_NP_Right a {
  font-size: 18px;
  color: #fff;
}

.yx_H_Active .yx_NP_Right {
  color: #333;
}

.yx_H_Active .yx_NP_Right a {
  color: #333;
}

.yx_H_Active .yx_NP_Right img {
  filter: brightness(0.3);
}

.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: 106px;
  line-height: 0;
}

.yx_NP_Logo img {
  object-fit: contain;
  filter: none !important;
  transition: all 0.5s;
  max-width: 129px;
}

.yx_NP_Logo:before {
  content: '';
  position: absolute;
  width: 118px;
  height: 100%;
  transition: all 0.3s !important;
  background-image: url(/src/img/logo1.png);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-size: contain;
  transform: translateY(100%);
}

.yx_H_Active .yx_NP_Logo img {
  transform: translateY(-100%);
}

.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: center;
}

.yx_NPR_List .yx_icon {
  color: #fff;
  cursor: pointer;
  font-size: var(--f18);
  font-weight: bold;
  transition: none;
}

.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: var(--f18);
  color: #fff;
  text-transform: capitalize;
  line-height: 110px;
  transition: all 0.5s;
  display: block;
  position: relative;
  text-align: center;
  padding: 0 var(--f16);
}

.yx_H_Active .yx_N_Pc .yx_NavTit {
  color: #333;
  line-height: 85px;
}

.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;
}
.yx_NP_Box .Search_box {
  position: absolute;
  right: 5%;
  top: 120%;
  display: flex;
  align-items: center;
  background: var(--li);
  border-radius: 50px;
  box-shadow: 1px 1px 10px #eee;
  padding: 0 10px;
  width: 94%;
  max-width: 300px;
  transform: translateX(50%);
  opacity: 0;
  transition: all .5s ease;
}
.yx_NP_Box .active{
  transform: translateX(0%);
  opacity: 1;   
}
.yx_NP_Box .Search_box input#search-input {
  width: calc(100% - 50px);
  line-height: 50px;
  border: none;
  background: transparent;
  color: #fff;
  padding-left: 20px;
  font-size: 16px;
}

input#search-input::-webkit-input-placeholder {
  color: #fff;
  letter-spacing:2px;
}

input#search-input:focus-visible {
  outline: none;
}

.yx_NP_Box .Search_box .search {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.yx_NP_Box .Search_box .search svg.icon {
  fill: #fff;
}
@media only screen and (min-width:1201px) {
  .yx_N_Pc {
    display: block;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
    position: relative;
  }

  .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;
  }

  .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_H_Active .yx_N_Pc:before {
    opacity: 0;
  }

  .yx_H_Active .yx_N_Pc:after {
    opacity: 1;
  }

  .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;
  }

  .yx_NavYj {
    margin: 0 calc(var(--f16) * 1.5);
  }

  .yx_HN_Ej {
    min-width: 150%;
    overflow: hidden;
    transition: all 0.5s;
    left: 50%;
    max-height: 0px;
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
    background: rgba(255,255,255,.8);
    display: flex;
    justify-content: center;
  }

  .yx_NavYj:hover .yx_HN_Ej {
    max-height: 100px;
  }

  .yx_HN_Ej>a {
    font-size: 15px;
    line-height: 200%;
    display: block;
    color: #333;
    transition: all 0.5s;
    margin: 15px 15px;
    padding: 10px;
    position: relative;
  }
  .yx_HN_Ej>a:before {
    content: '';
    position: absolute;
    border-bottom: 9px solid var(--li);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: 50%;
    bottom: -50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .5s;
}
.yx_HN_Ej>a:hover:before {
    bottom: 0%;
    opacity: 1;
}
  .yx_HN_Ej>a:hover {
    color: var(--li);
  }

  .yx_NavYj>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all 0.6s;
    opacity: 0;
    box-shadow: 0px 3px 10px 5px rgb(255 255 255 / 20%);
    display: block;
  }

  .yx_NavYj:hover>.yx_HD_Btn {
    color: #fff;
    background: 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: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:1200px) {
  .mo_flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .yx_NP_Logo {
    width: 106px;
  }

  #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: 80px;
    background: #fff;
    padding: 0 25px;
    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-left: 20px;
  }

  .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-right: 3vw;
    align-items: center;
  }

  .yx_NPR_Tit .yx_iconfont {
    font-size: 18px;
    color: var(--li);
  }

  .yx_N_Mo {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 79px;
    left: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 10px;
  }

  .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: 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-image: url(/src/img/bj.jpg);
  background-size: cover;
  background-position: center;
}

.yx_foot .footbox {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.yx_foot .footbox .yx_foot_left {
  color: #fff;
  width: 50%;
}

.yx_foot .footbox .yx_foot_left>img {
  margin-bottom: 3vw;
}

.yx_foot .footbox .yx_foot_right {
  width: 50%;
}

.yx_foot .footbox .yx_foot_right li {
  width: 100px;
  margin: 0 0 0 5%;
}

.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 .yx_foot_right ul.yx_foot_Nav {
  display: flex;
  justify-content: flex-end;
}

.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: 45px;
  height: 3px;
  background: var(--li);
  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: 15px;
  display: block;
  line-height: 250%;
}

.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: 4%;
  color: #fff;
  line-height: 180%;
  padding: var(--f22) 0 var(--f36);
  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);
}

@media only screen and (max-width:768px) {
  .yx_foot .footbox {
    display: none;
  }

  .yx_foot {
    padding: 0;
  }

  .yx_foot_bottom {
    border-top: none;
    margin-top: 0;
    padding: 10px 0;
  }

  .yx_foot_bottom p {
    text-align: left;
  }
.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;
  }
}