@charset "UTF-8";


.center {
margin: 0 auto;
width: 94%;
max-width: 79.167vw;
}

.yx_Header {
width: 100%;
transition: all 0.6s;
position: fixed;
z-index: 99;
top: 0;
left: 0;
background: transparent;
}

.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;
width: 9.219vw;
}

.yx_NP_Right a {
font-size: 0.833vw;
color: #999;
margin-right: 1vw;
}

.yx_NP_Right svg {
cursor: pointer;
fill: #fff;
}

.yx_NP_Right a:hover,
.yx_NP_Right a:nth-of-type(1) {
color: #000000;
}

.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: 100%;
line-height: 0;
}

.yx_NP_Logo img {
object-fit: contain;
transition: all 0.5s;
width: 100%;
}

.yx_H_Active {
box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.09);
background: #fff;
}

.yx_NP_Left {
width: auto;
padding-left: 5.208vw;
}

.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;
}

.yx_N_Pc .yx_NavTit {
font-size: 0.833vw;
color: #666666;
text-transform: capitalize;
line-height: 550%;
display: block;
position: relative;
text-align: center;
}

.yx_N_Pc .yx_NavTit i.icon {
color: #000;
font-weight: bold;
}

.yx_H_Active .yx_N_Pc .yx_NavTit {
color: #333;
}

.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;
}

.mo_flex {
margin: 0 0 0 auto;
}

.mo_flex .yx_NP_Right {
display: flex;
align-items: center;
color: #999999;
}

.mo_flex i.icon {
color: #e50112;
font-weight: bold;
font-size: 1.042vw;
padding-right: 0.26vw;
}

.langbox {
border-right: 1px solid #e5e5e5;
margin-right: 1.5vw;
padding-right: .5vw;
}

span.L_onsearch {
font-size: 0.833vw;
cursor: pointer;
}

.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: 3.125vw;
height: 3.125vw;
position: absolute;
top: 2.083vw;
right: 2.083vw;
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);
}

.popup-search-box button.searchClose svg {
width: 45%;
height: auto;
}

.yx_NP_Box .Search_box {
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
padding-bottom: 2.083vw;
cursor: auto;
width: 94%;
max-width: 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_NP_Box .Search_box input#search-input {
font-size: 0.938vw;
line-height: 3.438vw;
width: 100%;
border: 2px solid var(--li);
background-color: transparent;
color: #fff;
border-radius: 2.604vw;
padding: 0 1.302vw;
padding-right: 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_NP_Box .Search_box .search {
position: absolute;
top: 0px;
background-color: transparent;
border: none;
right: 0.625vw;
cursor: pointer;
width: 3.646vw;
height: 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_NP_Box .Search_box .search svg.icon {
fill: #fff;
margin: auto;
width: 1.406vw;
height: 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:769px) {
.yx_N_Pc {
  display: block;
  position: relative;
  background: #fff;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
}

.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;
  max-width: 93.75vw;
  width: 94%;
  margin: 0 auto;
}

.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 {
  position: relative;
  margin: 0 3.3vw 0 0;
}

.yx_HN_Ej {
  min-width: 150%;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  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: 0.729vw;
  display: block;
  color: #333;
  transition: all 0.5s;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  line-height: 300%;
  border-bottom: 1px solid #ccc;
}

.yx_HN_Ej>a:hover {
  color: var(--li);
}

.yx_N_Pc .yx_NavYj:hover .yx_NavTit {
  color: var(--li);
}

.yx_NavYj>a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 2%;
  width: 0;
  height: 2px;
  transition: all 0.3s ease;
  display: block;
  background: var(--li);
  z-index: -1;
}

.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: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:768px) {
.yx_Header {
  position: sticky;
  position: -webkit-sticky;
  }
.center {
  margin: 0 auto;
  width: 94%;
  max-width: 90vw;
}

.mo_flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

span.L_onsearch {
  font-size: 12px;
  cursor: pointer;
}

.yx_NP_Right {
  color: #333;
}

.mo_flex i.icon {
  font-size: 16px;
}

.yx_NP_Right a {
  font-size: 12px;
}

.yx_NP_Right svg {
  fill: #333;
}

.yx_NP_Right img {
  filter: brightness(0.2);
}

.lunga_box {
  border-left: 2px solid #333;
}

.logo {
  width: 120px;
}

#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;
  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 {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
}


.yx_N_Mo {
  display: block;
}

.yx_NavBtn {
  display: block !important;
  margin-left: 20px;
  overflow: hidden;
}

.yx_NP_Box {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  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;
}

.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;
}

.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;
}
}




/* 底部 */
footer.yx_foot {
background: #f1f5f9;
padding: 3.906vw 0 3.646vw;
}

.footer_top ul.footer_left li:nth-of-type(3) {
display: none;
}

.footer_top {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.footer_top ul.footer_left {
width: 55%;
display: flex;
justify-content: space-between;
}

.footer_top ul.footer_left a {
font-size: 0.833vw;
color: #666;
display: block;
line-height: 200%;
}

.footer_top ul.footer_left a.footer_tit {
color: #000;
font-size: 0.938vw;
margin-bottom: 1.042vw;
}

.footer_right img {
max-width: 100%;
object-fit: contain;
margin-bottom: 2.604vw;
}

.footer_right .telbox {
font-size: 1.042vw;
color: #000;
display: block;
margin-bottom: 1.042vw;
}

.footer_right p {
font-size: 0.833vw;
color: #666;
line-height: 200%;
}

.footer_right p a {
color: #198bf5;
}

.iconbox {
display: none;
flex-direction: column;
margin-top: 2.604vw;
}

.iconbox a {
color: #999;
line-height: 200%;
font-size: 0.729vw;
margin: 0.26vw 0;
}

.iconbox a i.icon {
font-size: 1.25vw;
color: #2ea24b;
vertical-align: middle;
margin-right: 0.521vw;
}

.iconbox a:hover {
color: var(--li1);
text-decoration: underline !important;
}

.footer_center {
margin: 3.125vw 0 1.302vw;
display: block;
font-size: 0.729vw;
color: #999;
}

.footer_bottom {
display: flex;
justify-content: space-between;
border-top: 1px solid #d8dce0;
padding-top: 1.823vw;
align-items: center;
color: #000;
flex-wrap: wrap;
}

@media only screen and (max-width:768px) {

.footer_top ul.footer_left {
  display: none;
}

.footer_right .telbox {
  font-size: 18px;
}

.footer_right p {
  font-size: 14px;
}

.iconbox a {
  font-size: 14px;
}

.iconbox a i.icon {
  font-size: 20px;
  margin-right: 10px;
}

.footer_center {
  font-size: 14px;
}

.footer_bottom {
  color: #999;
}

footer.yx_foot {
  background: #f1f5f9;
  padding: 40px 0 20px;
}
}