@charset "UTF-8";

@media only screen and (min-width:1921px) {}

.center {
  width: 94%;
  max-width: 66.667vw;
  margin: 0 auto;
}

.center-nav {
  width: 90%;
  max-width: 80vw;
  margin: 0 auto;
  /* text-transform: uppercase; */
}

/* @media only screen and (max-width:1920px) {
  .center {
    width: 85%;
    max-width: 1280px;
    margin: 0 auto;
  }
} */


.yx_Header {
  z-index: 100;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -110%);
  top: 0;
  transition: all .5s ease;
  background: #fff;
  padding: 10px max(0px, 1.6vw);
  border-radius: 10px;
}

.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(120px, 8vw);
  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 svg {
  object-fit: contain;
  transition: all 0.5s;
  width: 100%;
}

.yx_Header.yx_H_Active {
  top: 4%;
  transform: translate(-50%, 0%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.yx_NP_Left {
  width: calc(100% - max(120px, 8vw) - max(50px, 3vw));
  padding-right: 3.5vw;
}

.yx_Nav {
  display: flex;
  justify-content: flex-end;
}

.yx_N_Pc .yx_NavTit {
  font-size: max(16px, 0.938vw);
  color: #000000;
  line-height: 1;
  display: block;
  position: relative;
  text-align: center;
  font-weight: 300;
  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_three_Ej {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 9;
  max-height: 0;
  overflow: hidden;
  transition: all .5s linear;
  padding-top: 0;
  opacity: 0;
}

.yx_NavYj.ts:hover .yx_three_Ej {
  padding-top: 2vw;
  max-height: 100vh;
  opacity: 1;
  overflow: visible;
}

.bottom_nav_ul {
  box-shadow: 0px 1px 10px rgb(31 43 97 / 20%);
  border-radius: 10px;
  background: #fff;
}


ul.nav_list {
  display: flex;
  gap: 1vw;
  padding: 0 10px;
}

li.nav_list_box {
  width: calc((100% - 4vw) / 5);
}


.yx_NavBtn {
  display: none;
}

li.nav_list_box .Limg_cov {
  padding-bottom: 100%;
}

li.nav_list_box .Limg_cov p {
  position: absolute;
  left: 0;
  bottom: 10%;
  text-align: center;
  width: 100%;
  color: #666666;
}

li.nav_list_box:hover img {
  transform: scale(1.05);
}

li.nav_list_box:hover p {
  color: var(--li);
}

.mo_flex {
  margin: 0 0 0 auto;
  width: max(50px, 3vw);
}

.mo_flex .yx_NP_Right {
  width: 100%;
  line-height: 100%;
  text-align: center;
}

.lunga_box {
  line-height: 150%;
  width: auto;
  position: relative;
  cursor: pointer;
  font-size: max(14px, 0.835vw);
  color: #000;
  font-weight: 300;
}

.lunga_box:after {
  content: '\e681';
  font-family: 'iconfont';
  display: inline-block;
  font-weight: bold;
}

.lunga_box .langbox {
  position: absolute;
  width: max(100px, 6vw);
  left: 50%;
  transform: translateX(-50%);
  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:1141px) {
  .yx_N_Pc {
    display: block;
    background: transparent;
    transition: all .5s ease;
  }

  .yx_H_Active .yx_N_Pc {
    border: none;
  }

  .scr_bottom0 {
    top: min(-100px, -5vw);
  }

  .yx_NP_Box {
    display: flex;
    align-items: center;
  }

  .yx_N_Mo {
    display: none;
  }

  .yx_Header .box {
    overflow: hidden;
  }


  .yx_NavYj {
    position: relative;
    margin: 0 0 0 3vw;
  }

  .yx_NavYj.ts {
    position: static;
  }

  .yx_NavYj:first-child {
    display: none;
  }

  .yx_HN_Ej {
    min-width: max(250px, 17.5vw);
    overflow: hidden;
    top: 100%;
    left: -10%;
    position: absolute;
    text-align: center;
    padding: 0;
    transition: all .5s ease;
    max-height: 0;
    opacity: 0;
    font-family: 'jost', sans-serif;
  }

  .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 1px 10px rgb(31 43 97 / 20%);
  }

  .yx_NavYj:hover .yx_HN_Ej {
    padding: 40px 0 20px;
    max-height: 100vh;
    overflow: visible;
    opacity: 1;
  }

  .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;
    opacity: .8;
    transform: rotate(45deg);
    margin-right: 0;
    opacity: 0;
    transition: all .5s;
  }

  .yx_HN_Ej>a:hover {
    background: #f1f3f5;
    color: #2e3949;
  }

  .yx_N_Pc .yx_NavYj:hover .yx_NavTit {
    color: var(--li);
  }

  .yx_HN_Ej>a:hover:before {
    margin-right: 1vw;
    opacity: 1;
  }

  .yx_NavYj>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    transition: all 0.3s ease;
    display: block;
    background: var(--li);
  }

  .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_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:1330px) {
  .yx_NP_Left {
    padding-right: 20px;
  }

  .yx_NavYj {
    margin: 0 0 0 20px;
  }
}

@media only screen and (max-width:1140px) {
  .contxt {
    display: none;
  }

  .yx_NavYj {
    margin: 0;
  }

  .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: 50px;
  }

  .mo_flex .yx_NP_Right a {
    color: #000;
  }

  .pc {
    display: none !important;
  }

  .lunga_box {
    font-size: 14px;
  }


  .mo_flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 150px;
  }

  .yx_NP_Box .logo {
    width: 110px;
  }

  .yx_Header {
    padding: 0;
  }

  .yx_N_Pc {
    display: flex;
    align-items: center;
    height: 70px;
    background: #fff;
    padding: 0;
    z-index: 1;
    position: relative;
    padding: 0 3%;
  }

  .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: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    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: #000;
  z-index: 3;
  overflow: hidden;
  background-size: cover;
}

.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: 50%;
}

.footer_left ul {
  display: flex;
  flex-wrap: wrap;
  gap: max(25px, 2.5vw) 0;
  position: relative;
  z-index: 1;
  flex-direction: column;
  height: max(390px, 29vw);
}


.footer_left ul li {
  width: 50%;
}

footer.yx_foot .center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 5% 0 3%;
}

footer.yx_foot .center:after {
  content: '';
  position: absolute;
  width: 100%;
  border: 1px #fff;
  border-style: none solid;
  height: 100%;
  left: 0%;
  top: 0;
  opacity: .1;
  z-index: -1;
  box-sizing: border-box;
  display: none;
}

footer.yx_foot .center:before {
  content: '';
  position: absolute;
  width: 1px;
  background: #fff;
  height: 100%;
  left: 50%;
  top: 0;
  opacity: .1;
  margin-left: -0.5px;
  display: none;
}

.yx_foot .footer_tit {
  font-size: max(16px, 0.94vw);
  color: #fff;
  line-height: 150%;
  font-weight: 400;
}

.yx_foot li .footer_tit {
  margin-bottom: 1vw;
}

.yx_foot li a {
  font-size: max(14px, 0.835vw);
  color: #999999;
  display: inline-block;
  line-height: 200%;
  font-weight: 300;
}

.yx_foot li a:hover {
  color: #fff;
  text-decoration: underline !important;
}

.footer_center {
  width: 23%;
  position: relative;
}

.footer_center p {
  font-weight: 300;
  color: #fff;
  line-height: 150%;
  font-size: max(14px, 0.835vw);
  opacity: .5;
  margin-bottom: 4%;
}

.footer_center .tnam {
  opacity: 1;
  text-transform: uppercase;
}

.footer_center p a {
  color: #fff;
  display: block;
}

.footer_right img {
  width: max(188px, 9.792vw);
  object-fit: contain;
}

.footer_right {
  position: relative;
  width: 45%;
}

.footer_right div {
  font-size: max(54px, 3.7vw);
  color: #fff;
  margin-bottom: 5%;
  line-height: 100%;
}

.footer_right p {
  color: #999999;
  font-size: max(16px, 0.94vw);
  line-height: 200%;
}

.footer_right .footer_con {
  margin-top: 5%;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: max(14px, 0.835vw);
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 10px;
  width: max(181px, 9.427vw);
  height: max(50px, 2.604vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all .5s ease;
}

.footer_right .footer_con:hover {
  background-color: var(--li1);
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #999999;
  font-size: max(14px, 0.835vw);
  text-transform: uppercase;
  width: 100%;
  margin-top: 5%;
}

.footer_bottom .foter_ab {
  display: flex;
  align-items: center;
}

.footer_bottom .foter_ab a {
  display: inline-block;
  width: max(24px, 1.2vw);
  vertical-align: middle;
  margin-left: 1vw;
}

.footer_bottom .foter_ab a svg {
  max-width: 100%;
  height: auto;
}

@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%;
    padding: 20px 0px;
  }

  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_right div {
    font-size: 42px;
  }

  footer.yx_foot .center {
    padding: 50px 0 20px;
  }

  .footer_bottom {
    flex-direction: column-reverse;
    gap: 10px;
    align-items: flex-start;
  }

  .san_line,
  footer.yx_foot .center:before,
  footer.yx_foot .center:after {
    display: none !important;
  }

}