@charset "UTF-8";

@media only screen and (min-width:1921px) {}

.center {
  width: 94%;
  max-width: 72.917vw;
  margin: 0 auto;
}

@media only screen and (max-width:1920px) {
  .center {
    width: 85%;
    max-width: 1400px;
    margin: 0 auto;
  }
}


.yx_Header {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 2vw;
  transition: all .5s ease;
  padding: 0 3%;
  width: 100%;
}

.yx_Header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 80%);
  opacity: 0;
  transition: all .5s ease;
  backdrop-filter: blur(10px);
}

.white_nav .yx_Header:before,
.yx_Header.yx_H_Active:before {
  opacity: 1;
}

.logo {
  display: flex;
  align-items: center;
  width: max(159px, 8.281vw);
  height: max(97px, 5.052vw);
  overflow: hidden;
  transition: all .5s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: min(-48.5px, -2.526vw) 0 0 max(-79.5px, -4.141vw);
}

.yx_NP_Logo {
  display: block;
  position: relative;
  width: 100%;
  line-height: 0;
  transition: all .5s ease;
  overflow: hidden;
  text-align: center;
}

.yx_NP_Logo img {
  object-fit: contain;
  width: 100%;
  filter: drop-shadow(0px 500px 0px #fff);
  transform: translateY(-500px);
  transition: width .5s linear;
}

.white_nav .yx_NP_Logo img,
.yx_Header.yx_H_Active .yx_NP_Logo img {
  transform: translateY(0px);
  width: 80%;
}

.white_nav .yx_Header,
.yx_Header.yx_H_Active {
  top: 0;
}

.yx_NP_Left {
  width: auto;
  position: relative;
}

.yx_Nav {
  display: flex;
}

.yx_N_Pc .yx_NavTit {
  color: #fff;
  line-height: max(100px, 5vw);
  display: block;
  position: relative;
  text-align: center;
  transition: all .5s;
  text-transform: uppercase;
  margin-right: 2vw;
}

.white_nav .yx_N_Pc .yx_NavTit,
.yx_Header.yx_H_Active .yx_N_Pc .yx_NavTit {
  color: #333;
}

.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 {
  display: flex;
  justify-content: space-between;
  width: max(350px, 18vw);
}

.yx_NP_Right {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.lunga_box {
  display: flex;
  margin: 0 auto;
  gap: 1.5vw;
}

.lunga_box a {
  color: #fff;
  opacity: .5;
}

.white_nav .lunga_box a,
.yx_Header.yx_H_Active .lunga_box a {
  color: #333;
}

.lunga_box a:first-child {
  opacity: 1;
}

.yx_NP_Right .con {
  width: max(160px, 9.583vw);
  height: max(50px, 3.125vw);
  border: 2px solid rgb(255 255 255 / 20%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50000px;
  color: #fff;
  text-transform: uppercase;
  transition: all .5s ease;
}

.white_nav .yx_NP_Right .con,
.lunga_box a .yx_NP_Right .con,
.yx_Header.yx_H_Active .yx_NP_Right .con {
  background: var(--li1);
  border-color: var(--li1);
}

.yx_NP_Right .con:hover {
  background: var(--li);
  border-color: var(--li);
}


@media only screen and (min-width:1141px) {
  .yx_N_Pc {
    display: block;
    background: transparent;
    transition: all .5s ease;
  }

  .white_nav .yx_N_Pc,
  .yx_H_Active .yx_N_Pc {
    margin-top: 0;
  }

  .yx_H_Active .yx_NP_Box {
    align-items: center;
  }

  .scr_bottom0 {
    top: min(-100px, -5vw);
  }

  .yx_NP_Box {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
  }

  .yx_N_Mo {
    display: none;
  }

  .yx_Header .box {
    overflow: hidden;
  }


  .yx_NavYj {
    position: relative;
  }

  .yx_NavYj:last-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;
  }

  .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: 2px;
    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: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: 80px;
  }

  .mo_flex .yx_NP_Right a {
    color: #000;
  }

  .pc {
    display: none !important;
  }

  .lunga_box {
    font-size: 16px;
    gap: 20px;
  }


  .mo_flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 150px;
  }

  .yx_NP_Box .logo {
    width: 110px;
    position: static;
    margin: 0;
    height: auto;
  }

  .yx_NP_Logo img {
    transform: translateY(0px);
    width: 80%;
  }

  .yx_Header {
    top: 0;
    padding: 0;
  }

  .yx_NP_Right .con {
    display: none;
  }

  .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: max(16px, 0.938vw);
    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: max(16px, 0.938vw);
    display: block;
  }

  .yx_EjBox {
    padding: 12px max(20px, 1.25vw);
    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 {
  padding: 7% 3% 0;
}

footer.yx_foot>div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.foot_top .fo_tit {
  font-size: max(20px, 1.25vw);
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 2vw;
  width: 100%;
}

.foot_top .fo_sub {
  font-size: max(54px, 4.167vw);
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 112%;
  margin: 0 0 21%;
}

footer.yx_foot .left {
  width: 35%;
}

.foot_top .left .public_more {
  background: var(--li);
  border-color: var(--li);
}

.foot_top .left .public_more span {
  color: #fff;
}

footer.yx_foot .right {
  width: 55%;
}

.fo_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
footer.yx_foot .right .fo_left{
  width: 70%;
}
.fo_left p,
.fo_left p a {
  font-size: max(16px, 0.938vw);
  color: #000000;
  font-weight: 300;
  line-height: 200%;
}

.fo_sharing {
  padding: 5% 0;
  margin-top: 6%;
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-style: solid none;
}

.fo_sharing span {
  font-size: max(16px, 0.938vw);
  color: #000;
  margin-right: 5%;
}

.fo_sharing a {
  line-height: 0%;
  margin-right: 1.5vw;
}

.fo_sharing a svg.icon {
  width: max(20px, 1.25vw);
  height: auto;
}

.fo_nav {
  padding: 6% 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
}

.fo_nav span:last-child {
  display: none;
}

.fo_nav .fo_HD_Btn {
  font-size: max(20px, 1.25vw);
  color: #999999;
  text-transform: uppercase;
}


.fo_nav .fo_HD_Btn:hover {
  color: #000;
}

footer.yx_foot .foot_bottom {
  align-items: center;
  padding: 5% 0 4%;
  font-weight: 300;
  text-transform: uppercase;
  color: #999999;
}

footer.yx_foot .foot_bottom .left span {
  text-decoration: underline !important;
}

footer.yx_foot .foot_bottom .totop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  width: auto;
  gap: 1vw;
}

footer.yx_foot .foot_bottom .totop svg.icon {
  fill: var(--li);
  width: max(38px, 2.5vw);
  height: auto;
}

@media only screen and (max-width:768px) {
  footer.yx_foot>div>div {
    width: 100% !important;
  }

  .foot_top .fo_sub {
    font-size: 32px;
    width: 300px;
    margin: 10px 0;
  }

  .foot_top .left .public_more {
    display: none;
  }

  .foot_top .fo_tit {
    display: none;
  }

  .fo_right {
    display: none;
  }

  .fo_nav .fo_HD_Btn {
    font-size: 10px;
  }
  footer.yx_foot .right .fo_left {
    width: 100%;
}
}