@charset "UTF-8";

@media only screen and (min-width:1921px) {
  .center {
    width: 94%;
    max-width: 75vw;
    margin: 0 auto;
  }

}

@media only screen and (max-width:1920px) {
  .center {
    width: 85%;
    max-width: 1440px;
    margin: 0 auto;
  }
}


.yx_Header {
  z-index: 100;
  position: fixed;
  left: 0;
  transition: all .5s ease;
  padding: 0 3%;
  width: 100%;
}

.yx_Header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all .5s ease;
  backdrop-filter: blur(10px);
}

.yx_Header.yx_H_Active:before {
  opacity: 1;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.white_nav .yx_Header:before {
  opacity: 1;
  border-bottom: 1px solid #e5e5e5;
}

.logo {
  display: flex;
  align-items: center;
  width: max(89px, 4.5vw);
  height: max(83px, 4vw);
  transition: all .5s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: min(-41.5px, -2vw) 0 0 max(-45.5px, -2.25vw);
  overflow: hidden;
}

.yx_NP_Logo {
  display: block;
  position: relative;
  width: 100%;
  line-height: 0;
  transition: all .5s ease;
  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%;
}

.yx_NP_Left {
  width: auto;
  position: relative;
}

.yx_Nav {
  display: flex;
}

.yx_N_Pc .yx_NavTit {
  color: #fff;
  line-height: var(--f48);
  display: block;
  position: relative;
  text-align: center;
  transition: all .5s;
  margin-right: 0.5vw;
  font-size: var(--f16);
  font-weight: 400;
  background: rgb(255 255 255 / 20%);
  padding: 0 var(--f16);
  border-radius: 5vw;
}

.yx_N_Pc .nav_cur {
  background: var(--li);
}

.white_nav .yx_N_Pc .yx_NavTit,
.yx_Header.yx_H_Active .yx_N_Pc .yx_NavTit {
  color: #000;
}

.white_nav .yx_N_Pc .nav_cur,
.yx_H_Active .yx_N_Pc .nav_cur {
  color: var(--li) !important;
  background: #fff !important;
}

.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(200px, 10vw);
}

.yx_NP_Right {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: all .5s ease;
  height: max(136px, 7vw);
}

.mo_flex .yx_NP_Right .pulic {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5vw;
  color: #fff;
  position: relative;
  width: var(--f48);
  height: var(--f48);
  background: rgb(255 255 255 / 20%);
  border-radius: 50%;
  font-weight: 500;
  border: 1px solid rgb(255 255 255 / 30%);
}

.mo_flex .yx_NP_Right .pulic .sx {
  opacity: .7;
}

.mo_flex .yx_NP_Right .luang .langbox {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  top: 100%;
  display: none;
  z-index: 10;
  font-size: var(--f16);
}

.mo_flex .yx_NP_Right .luang .langbox a {
  display: block;
  text-align: center;
  color: #333;
  background: #eee;
  border-bottom: 1px solid #ccc;
  line-height: 180%;
  font-weight: 300;
}

.mo_flex .yx_NP_Right .luang .langbox a:hover {
  background: var(--li);
  color: #fff;
  border-color: var(--li);
}

.mo_flex .yx_NP_Right .luang:hover .langbox {
  display: block;
}

.white_nav .yx_N_Pc .yx_NP_Right,
.yx_H_Active .mo_flex .yx_NP_Right {
  height: max(100px, 5vw);
}

.white_nav .yx_N_Pc .yx_NP_Right .pulic,
.yx_H_Active .mo_flex .yx_NP_Right .pulic {
  color: var(--li);
  border-color: var(--li);
}

.white_nav .yx_N_Pc .yx_NP_Right .luang .sx,
.yx_H_Active .mo_flex .yx_NP_Right .luang .sx {
  color: #000;
  opacity: 1;
}

.yx_NP_Right .con {
  width: max(120px, 6vw);
  height: max(48px, 2.4vw);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50vw;
  color: #fff;
  transition: all .5s ease;
  background: var(--li);
  font-weight: 500;
}


@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(180px, 13vw);
    overflow: hidden;
    top: 100%;
    left: 0;
    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(--li1);
    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 {
    background: var(--li1) !important;
    color: #fff !important;
  }

  .yx_HN_Ej>a:hover:before {
    margin-right: 1vw;
    opacity: 1;
  }

  .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: 50px;
    height: 70px;
  }

  .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: space-between;
    width: 100px;
  }

  .mo_flex .yx_NP_Right .pulic {
    color: #333;
    width: 100%;
  }

  .yx_NP_Box .logo {
    width: 50px;
    position: static;
    margin: 0;
    height: auto;
  }

  .yx_NP_Logo img {
    transform: translateY(0px);
    width: 100%;
  }

  .yx_Header {
    top: 0;
    padding: 0;
  }

  .yx_NP_Right .con {
    display: none;
  }

  .yx_N_Pc {
    display: flex;
    align-items: center;
    height: 70px;
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 0 3%;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  }

  .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: 100vh;
    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_H_Active .mo_flex .yx_NP_Right .pulic {
    color: #000;
    line-height: 70px;
  }

  .yx_NP_Logo {
    text-align: left;
  }
}





/* 底部 */
footer.yx_foot {
  padding-top: 5%;
  width: 100%;
  position: relative;
  background: #fff;
}

footer.yx_foot .footer_top {
  display: flex;
  justify-content: space-between;
}

.seven_bottom .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d8dadc;
  padding: var(--f40) 0;
}

.seven_bottom .center .left {
  display: flex;
  align-items: center;
  gap: var(--f24);
  width: 50%;
}

.seven_bottom .center .left div{
  height: 100%;
  display: flex;
  flex-direction: column;
}

.seven_bottom .center .left div p,
.seven_bottom .center .left div a {
  color: #999999;
  text-transform: uppercase;
  text-align: left;
  padding-left: var(--f24);
  border-left: 1px solid rgb(255 255 255 / 50%);
}

.seven_bottom .center p span {
  color: #000;
  text-decoration: underline;
}

.seven_bottom .fotcenter * {
  color: rgb(255 255 255 / 50%);
}

.seven_bottom .fotcenter .fo_tel {
  font-size: var(--f30);
  color: var(--li);
  font-weight: bold;
}

.totop {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5%;
  top: 0;
  width: var(--f60);
  height: var(--f60);
  background: #fff;
  border: 1px solid rgb(153 153 153 / 40%);
  cursor: pointer;
  border-radius: 50%;
  transition: all .5s;
}

.totop:hover {
  background: var(--li);
  border-color: var(--li);
}

.totop svg.icon {
  width: 30%;
  height: auto;
  fill: var(--li);
  transition: all .5s;
}

.totop:hover svg.icon {
  fill: #fff;
}

footer.yx_foot .left ul {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

footer.yx_foot .left ul .fo_sm {
  color: #fff;
  text-transform: uppercase;
  opacity: .5;
  margin-bottom: 1.2vw;
}

footer.yx_foot .left a.fo_tel {
  font-size: var(--f36);
  color: var(--li);
  line-height: 130%;
  font-weight: 700;
}

footer.yx_foot .left ul b {
  font-size: var(--f24);
  color: #000;
  font-weight: 700;
  display: block;
  margin-bottom: 2.5vw;
}

footer.yx_foot .left ul p {
  display: block;
  color: #999;
  line-height: 163%;
}

footer.yx_foot .left .message_more {
  background: rgb(255 255 255 / 10%);
  font-size: var(--f18);
  color: #000000;
  line-height: var(--f60);
  border-radius: 1000px;
  display: inline-block;
  padding: 0 var(--f40);
  transition: all .5s linear;
  margin-top: 3vw;
  text-align: center;
  border: 1px solid #e5e5e5;
}

footer.yx_foot .left .message_more:hover {
  background: var(--li);
  color: #fff;
  border-color: var(--li);
}

.fo_sharing {
  display: flex;
  align-items: center;
  gap: 1vw;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.fo_sharing span {
  font-size: var(--f18);
  color: #000;
  display: block;
  width: 100%;
  text-align: right;
}

.fo_sharing a {
  width: var(--f24);
  height: var(--f24);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}

.fo_sharing a svg {
  width: 100%;
  height: auto;
}

footer.yx_foot .left {
  width: 35%;
}

footer.yx_foot .right {
  width: 50%;
  position: relative;
}

footer.yx_foot .right ul {
  display: flex;
  height: max(360px, 28vw);
  flex-direction: column;
  flex-wrap: wrap;
  gap: 3vw;
}

.footer_tit {
  color: #aaaaaa;
  margin-bottom: 1.3vw;
  display: inline-block;
  text-transform: uppercase;
}

footer.yx_foot .right ul p a {
  color: #000;
  line-height: 225%;
  display: inline-block;
}

footer.yx_foot .right ul p a:hover {
  opacity: 1;
}

@media only screen and (max-width:768px) {
  .logo {
    width: 55px;
  }

  footer.yx_foot {
    padding-top: 50px;
  }

  footer.yx_foot .right {
    display: none;
  }

  footer.yx_foot .left ul b {
    font-weight: 400;
  }

  .seven_bottom .center {
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .seven_bottom .center p {
    padding: 0;
  }

  .seven_bottom .center .left img.b_logo {
    width: 60px;
  }

  .seven_bottom .center p br {
    display: none;
  }

  .fo_sharing {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-left: 15px;
  }

  footer.yx_foot .left {
    width: 100%;
    margin-bottom: 20px;
  }

  .pulic_footer {
    clip-path: none;
  }

  a.news_box .news_tit {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    margin: 10px 0;
  }

  a.news_box .news_sum {
    opacity: .6;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }

  a.news_box {
    padding: 20px;
  }

  a.news_box .news_sort {
    font-size: 12px;
  }

  .fotright {
    display: none;
  }

  .seven_bottom .center .left {
    max-width: none;
    width: 100%;
    order: 2;
    margin: 0;
  }

}