@charset "UTF-8";

.hide {
  display: none !important;
}

.center {
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
}

.nav_top {
  transition: all .5s;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  color: #fff;
}

.nav_center {
  width: 94% !important;
  margin: 0 auto;
}

.yx_H_Active .head_lan,
.yx_H_Active .nav_top {
  border-color: rgb(255 255 255 / 10%);
  background: var(--li);
  color: #fff;
}

.nav_top .nav_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  font-size: 14px;
}

.nav_top .right {
  display: flex;
  font-size: 15px;
  font-weight: bold;
}

.nav_top .right p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 24px;
}

.nav_top .right a {
  color: inherit;
}

.nav_top .right a img {
  max-width: max(20px, 1.563vw);
}

.head_lan {
  position: relative;
  margin-right: 0;
  margin-left: auto;
  border-left: 1px solid rgb(255 255 255 / 20%);
  padding-left: 30px;
  margin-left: 30px;
}

.lan_con {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head_lan .lan_tit {
  width: auto;
  line-height: 45px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.head_lan .lan_tit .map {
  margin-right: 10px;
  margin-left: 0;
  font-size: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: url(/src/image/map.gif) #b91419 no-repeat center center;
  background-size: cover;
  display: block;
}

.head_lan .lan_tit span {
  font-size: 14px;
  display: block;
}

.head_lan .lan_list {
  display: flex;
  width: 120px;
  background: #fff;
  padding: 3px 0px 10px 0px;
  position: absolute;
  z-index: 99;
  top: 45px;
  font-size: 13px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  flex-direction: column;
}

.head_lan .lan_list div {
  padding: 3px;
}

.head_lan .lan_list a {
  color: #666;
  display: flex;
  align-items: center;
  padding: 2px 5px;
  height: 30px;
  line-height: 30px;
  transition: all .3s ease;
  font-weight: normal;
}

.head_lan .lan_list p img {
  width: 34px
}

.head_lan .lan_list span {
  position: relative;
  line-height: 1px;
  display: inline-block;
  height: 1px;
  width: 100%;
  text-align: center
}

.head_lan .lan_list a:hover {
  color: #c81533
}

.head_lan:hover .lan_list {
  opacity: 1;
  transform: translate(0, 0px);
  visibility: visible;
  transition: all .3s ease;
}

.yx_Header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: all .5s ease;
}

.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: 230px;
  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 img {
  object-fit: contain;
  transition: all 0.5s;
  width: 100%;
}

.yx_H_Active .yx_NP_Logo .logo1,
.yx_NP_Logo .logo2 {
  display: none;
}

.yx_H_Active .yx_NP_Logo .logo2 {
  display: block;
}

.yx_H_Active .yx_Header,
.yx_Header.yx_H_Active {
  background: #eff1f2;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.scr_bottom {
  /* top: min(-43px, -2.24vw); */
}

.yx_NP_Left {
  width: calc(100% - 230px - 150px);
  padding: 0 2%;
}

.yx_Nav {
  display: flex;
  justify-content: flex-end;
}

.yx_N_Pc .yx_NavTit {
  color: #fff;
  line-height: 80px;
  display: block;
  position: relative;
  text-align: center;
  font-weight: 800;
  transition: color .5s;
  text-transform: uppercase;
  text-shadow: 2px 0px 5px rgba(0, 0, 0, .62);
  font-size: 17px;
  padding: 0 32px;
  font-family: "mb";
}

.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_H_Active .ischildern .yx_NavTit:after {
  border-color: #333;
}

.yx_H_Active .yx_N_Pc .yx_NavTit {
  color: #232323;
  text-shadow: none;
}

.yx_NavBtn {
  display: none;
}

.mo_flex {
  margin: 0 0 0 auto;
}

.mo_flex .yx_NP_Right {
  width: 100%;
  line-height: 100%;
}

.mo_flex .yx_NP_Right span {
  display: flex;
  gap: 2vw;
  justify-content: flex-end;
}

.mo_flex .yx_NP_Right span a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 150px;
  height: 39px;
  text-align: center;
  border-radius: 50px;
  padding: 5px 15px 7px;
  background: #fff;
  color: var(--li1);
  gap: 5px;
  transition: all .5s ease;
}

.mo_flex .yx_NP_Right a svg {
  width: 18px;
  height: 18px;
}

.yx_H_Active .mo_flex .yx_NP_Right a {
  background: var(--li1);
  color: #fff;
}

.mo_flex .yx_NP_Right a svg {
  width: 18px;
  height: 18px;
}

.mo_flex .yx_NP_Right .L_onsearch {
  cursor: pointer;
  font-weight: bold;
}

.mo_flex .yx_NP_Right .luang:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
  background: #fff;
  height: 2px;
}

.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: 1px solid var(--li1);
  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(--li1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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_Header .Search_box {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 2.083vw;
  cursor: auto;
  width: 94%;
  max-width: max(500px, 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_Header .Search_box input#search-input {
  font-size: max(16px, 0.938vw);
  line-height: max(45px, 3.438vw);
  width: 100%;
  border: 2px solid var(--li1);
  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_Header .Search_box .search {
  position: absolute;
  top: 0;
  background-color: transparent;
  border: none;
  right: 0.625vw;
  cursor: pointer;
  width: max(45px, 3.646vw);
  height: max(45px, 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_Header .Search_box .search svg.icon {
  fill: #fff;
  margin: auto;
  width: 1.406vw;
  height: auto;
}

.yx_Header .Search_box .search:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.lunga_box {
  line-height: 150%;
  display: flex;
  align-items: center;
  width: auto;
  justify-content: space-between;
  position: relative;
  gap: 10px;
  cursor: pointer;
  height: max(45px, 3.125vw);
  margin-right: 2.083vw;
}

.lunga_box i {
  font-size: max(20px, 1.042vw);
  opacity: .5;
}

.lunga_box:after {
  content: '';
  border-left: 0.208vw solid transparent;
  border-top: 0.26vw solid #fff;
  border-right: 0.208vw solid transparent;
}

.lunga_box .langbox {
  position: absolute;
  width: 6.25vw;
  left: 0;
  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;
}

.nav_fxbox {
  display: flex;
  align-items: center;
}

.nav_fxbox>a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 20px;
  width: max(24px, 1.1vw);
  height: max(24px, 1.1vw);
  border-radius: 50%;
  background: transparent;
  transition: all .5s ease;
}

.nav_fxbox>a svg {
  width: 100%;
  height: auto;
  fill: #fff;
  opacity: .6;
}

@media only screen and (min-width:1151px) {
  .yx_N_Pc {
    display: block;
    transition: all .5s ease;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  }

  .yx_H_Active .yx_N_Pc {
    background: #ffff;
  }

  .yx_NP_Box {
    display: flex;
    align-items: center;
  }

  .yx_N_Mo {
    display: none;
  }

  .yx_Header .box {
    overflow: hidden;
  }


  .yx_NavYj {
    position: relative;
  }

  .yx_HN_Ej {
    max-height: 0;
    height: auto;
    min-width: 280px;
    background: #b91419;
    border-radius: 0;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 99;
    transform: translateX(-50%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
  }

  .yx_NavYj:hover .yx_HN_Ej {
    max-height: 300px;
    padding: 15px 0;
    transition: all .5s ease;
  }

  .yx_HN_Ej>a {
    font-size: 14px;
    display: block;
    color: #fff;
    transition: all 0.5s;
    padding: 0 30px;
    position: relative;
    white-space: nowrap;
    line-height: 36px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .yx_HN_Ej>a:after {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 1px #fff;
    border-style: solid solid none none;
    transform: rotate(45deg);
    margin-right: 0;
    opacity: 1;
    transition: all .5s;
  }

  .yx_HN_Ej>a:hover {
    background: #fff;
    color: #000;
  }

  .yx_N_Pc .yx_NavYj:hover .yx_NavTit {
    color: var(--li1);
  }

  .yx_HN_Ej>a:hover:after {
    border-color: #000;
  }

  .yx_NavYj>a:before {
    content: '';
    position: absolute;
    left: calc((100% - 16px) / 2);
    bottom: 0px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #b91419 transparent;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease;
  }

  .yx_NavYj:hover>.yx_HD_Btn:before {
    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:1430px) {
  .yx_N_Pc .yx_NavTit {
    font-size: 16px;
    padding: 0 24px;
  }
}

@media only screen and (max-width:1300px) {
  .yx_N_Pc .yx_NavTit {
    font-size: 14px;
    padding: 0 16px;
  }
}

@media only screen and (max-width:1150px) {
  .nav_top {
    display: none;
  }

  .contxt {
    display: none;
  }

  .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 a {
    color: #000;
  }

  .mo_flex .yx_NP_Right .L_onsearch {
    margin-right: 10px;
  }

  .pc {
    display: none !important;
  }

  .lunga_box {
    height: 35px;
    margin-right: 14px;
    font-size: 12px;
  }

  .mo_flex .yx_NP_Right .pulic {
    display: flex;
    align-items: center;
    gap: .5vw;
    color: #000;
    position: relative;
    cursor: pointer;
    transition: all .5s;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 16px;
  }

  .mo_flex .yx_NP_Right .luang .langbox {
    position: absolute;
    width: 150%;
    min-width: 6vw;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    top: 100%;
    display: none;
    z-index: 10;
    font-size: 14px;
  }

  .mo_flex .yx_NP_Right .luang .langbox a {
    display: block;
    padding: 0.4vw;
    text-align: center;
    color: #fff;
    background: var(--li1);
    border-top: 1px solid #ccc;
    line-height: 180%;
    font-size: 14px;
  }

  .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;
  }


  .nav_top .center>a {
    font-size: 12px;
  }

  .lunga_box i {
    font-size: 14px;
  }

  .lunga_box:after {
    content: '';
    border-left: 4px solid transparent;
    border-top: 6px solid #fff;
    border-right: 4px solid transparent;
  }

  .mo_flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 200px;
  }

  .yx_NP_Box .logo {
    width: 200px;
  }

  .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%;
  }

  .mo_flex .yx_NP_Right .an_contact {
    display: none;
  }

  .mo_flex .yx_NP_Right span {
    gap: 15px;
  }

  .yx_LaBox:before {
    background: #333;
  }

  .yx_LaBox .yx_LaTit {
    color: #333;
  }

  .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% !important;
    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;
  }

  .mo_flex .yx_NP_Right .luang:before {
    display: none !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 !important;
  }

  .mo_flex .yx_NP_Right p.mo {
    display: flex;
    gap: 5px;
  }

  .mo_flex .yx_NP_Right p.mo img {
    max-width: 25px;
  }

  .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;
    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;
  }
}

/* 弹窗留言 */

.suspend {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 101;
  display: none;
}

.suspend .e_container-78 {
  width: 94%;
  max-width: 960px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 3%;
}

.message_fore .e_container-78 .p_close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  width: 50px;
  height: 50px;
  background: var(--li1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.message_fore .e_container-78 p.e_text-79 {
  font-size: 36px;
  color: rgba(15, 3, 3, 1);
  font-family: "mb";
  text-align: center;
  line-height: 150%;
}

.message_fore .e_container-78 hr.e_line-136 {
  width: 40px;
  border: none;
  border-top: 4px solid var(--li1);
  margin: 16px auto;
}

.message_fore .e_container-78 p.e_text-140 {
  font-size: 16px;
  color: rgba(15, 3, 3, 1);
  padding: 10px 0;
  line-height: 150%;
}

.global_message_form>div {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

.message_fore form.Message input {
  width: calc((100% - 24px) / 2);
  border: 2px solid #ced4da;
  line-height: 44px;
  padding: 0 20px;
  color: #000;
  font-size: 16px;
  font-family: 'ml';
  border-radius: .25rem;
  background-color: #fbfbfb;
}

.message_fore form.Message textarea {
  width: 100%;
  border: 2px solid #ced4da;
  height: 80px;
  padding: 10px 20px;
  color: #000;
  font-size: 16px;
  font-family: 'ml';
  border-radius: 5px;
  background-color: #fbfbfb;
}

.message_fore form.Message textarea::-webkit-textarea-placeholder {
  color: #666;
  font-size: 14px;
  font-family: 'Public-Sans';
}

.message_fore form.Message textarea:-moz-placeholder {
  color: #666;
  font-size: 14px;
  font-family: 'Public-Sans';
}

.message_fore form.Message textarea:-ms-input-placeholder {
  color: #666;
  font-size: 14px;
  font-family: 'Public-Sans';
}

.message_fore form.Message textarea::-ms-input-placeholder {
  color: #666;
  font-size: 14px;
  font-family: 'Public-Sans';
}

.message_fore form.Message textarea::placeholder {
  color: #666;
  font-size: 14px;
  font-family: 'Public-Sans';
}

.message_fore form.Message input::-webkit-input-placeholder {
  color: #666;
  font-size: 14px;
  font-family: 'Public-Sans';
}

.message_fore form.Message .veri {
  display: flex;
}

.message_fore form.Message .veri input.required.verify {
  flex: 1;
  margin: 0;
}

.message_fore form.Message .veri img.p_code_img {
  width: 120px;
  height: auto;
  object-fit: contain;
  background: #f3fbfe;
  cursor: pointer;
}

.message_fore form.Message button {
  width: 140px;
  background: var(--li1);
  color: #fff;
  border: none;
  line-height: 43px;
  font-size: 14px;
  font-family: 'ml';
  cursor: pointer;
  border-radius: .25rem;
  margin: auto;
  display: block;
}

.message_fore form.Message textarea:focus-visible,
.message_fore form.Message input:focus-visible {
  outline-color: #80bdff;
}


/* 底部 */
footer.yx_foot {
  position: relative;
  background: #073684;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  padding: 3% 0 2%;
  --f32: 32px;
}

.footer_top {
  padding-bottom: var(--f32);
  margin-bottom: var(--f32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: center;
}

.footer_top img {
  max-width: 240px;
  width: 100%;
}

.foter_top_right {
  display: flex;
  gap: 60px;
  color: #fff;
  width: 25%;
}

.foter_top_right .Search_box {
  position: relative;
  background-color: rgb(255 255 255 / 8%);
  width: 100%;
}

.foter_top_right .Search_box input#search-input {
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 20px;
  color: #fff;
  font-family: "ml";
  border: 1px solid rgb(249 67 67 / 10%);
}

.foter_top_right .Search_box .search {
  position: absolute;
  right: 10px;
  fill: #fff;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}

.foter_top_right .Search_box input#search-input::-webkit-input-placeholder {
  color: #eee;
}

.foter_top_right p {
  font-size: 14px;
  color: #bbb;
  font-family: "mb";
}

.foter_top_right a {
  font-size: 26px;
  font-family: "mb";
  margin-top: 5px;
  display: block;
  line-height: 165%;
}

.footer_bottom {
  gap: 0 var(--f32);
}

.fo_flex_nav {
  width: calc((100% - 25% - 25% - var(--f32) * 2) / 1);
  display: flex;
  gap: var(--f32);
}

.fo_bo_le {
  width: 25%;
  border-right: 1px solid rgb(255 255 255 / 10%);
  padding-right: var(--f32);
}

.foter_ab p {
  display: flex;
  font-size: 16px;
  fill: #fff;
  color: #fff;
  opacity: 0.6;
  font-weight: 300;
  margin-bottom: 20px;
  gap: 20px;
  flex-wrap: wrap;
}

.foter_ab p a {
  color: #fff;
  line-height: 150%;
}

.foter_ab p span {
  border-left: 1px solid rgb(255 255 255 / 50%);
  padding-left: 20px;
  max-width: 400px;
  line-height: 150%;
  width: calc(100% - 20px - 20px);
}

.foter_ab p i.icon {
  width: 20px;
  text-align: left;
}

.fo_bo_le .sort_more {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.fo_bo_le .sort_more svg {
  width: 25px;
  height: auto;
  vertical-align: top;
  fill: #fff;
  opacity: .6;
}

.fo_bo_rig {
  width: 25%;
}

.footer_tit {
  font-size: 18px;
  color: #fff;
  font-family: "mb";
  line-height: 150%;
  text-transform: uppercase;
}

.footer_tit:after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  border-top: 3px solid rgb(255 255 255 / 50%);
  margin: 10px 0 20px;
}

.fo_bo_rig .fo_infs {
  font-size: 14px;
  color: #fff;
  margin: 10px 0 20px;
  opacity: .6;
}

.footer_message_form textarea.required {
  width: 100%;
  padding: 0 12px;
  font-family: "ml";
  color: #333;
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding-top: 10px;
}

.footer_message_form input {
  height: 42px;
  width: 100%;
  padding: 0 12px;
  font-family: "ml";
  color: #333;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.footer_message_form textarea::-webkit-textarea-placeholder {
  color: #666;
  font-size: 14px;
  font-family: 'ml';
}

.footer_message_form textarea:-moz-placeholder {
  color: #666;
  font-size: 14px;
  font-family: 'ml';
}

.footer_message_form textarea:-ms-input-placeholder {
  color: #666;
  font-size: 14px;
  font-family: 'ml';
}

.footer_message_form textarea::-ms-input-placeholder {
  color: #666;
  font-size: 14px;
  font-family: 'ml';
}

.footer_message_form textarea::placeholder {
  color: #666;
  font-size: 14px;
  font-family: 'ml';
}

.footer_message_form input::-webkit-input-placeholder {
  color: #666;
  font-family: "ml";
}

form.footer_message_form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

form.footer_message_form .veri {
  display: flex;
  gap: 10px;
  width: 100%;
}

form.footer_message_form .veri input.required.verify {
  flex: 1;
  margin: 0;
}

form.footer_message_form .veri img.p_code_img {
  width: 90px;
  height: auto;
  object-fit: contain;
  background: #f3fbfe;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #ced4da;
}

form.footer_message_form button {
  width: 100%;
  background: var(--li1);
  color: #fff;
  border: none;
  line-height: 40px;
  font-size: 14px;
  font-family: 'mb';
  cursor: pointer;
  border-radius: .25rem;
  margin: auto;
  display: block;
  text-transform: uppercase;
}

.fo_flex_nav li {
  border-right: 1px solid rgb(255 255 255 / 10%);
  width: calc((100% - var(--f32) * 1) / 2);
  padding-right: var(--f32);
}

.fo_bo_le>div:last-child {
  margin-top: 30px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding-top: 25px;
}

.fo_flex_nav p {
  font-size: 14px;
  color: #fff;
  line-height: 133%;
  margin-top: 16px;
}

.fo_flex_nav p a {
  opacity: .6;
}

.fo_flex_nav p a:hover {
  opacity: 1;
}

.footer_others.flex {
  padding-top: var(--f32);
  margin-top: var(--f32);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
}

.footer_others.flex .left {
  display: flex;
  gap: 16px;
}

.footer_others.flex .right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer_others.flex .right img {
  width: 54px;
}

.footer_others.flex .right p {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 200px;
}

.js-business {
  cursor: pointer;
}

.p_businesspopup {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 10px;
  left: 0;
  z-index: 9999;
}


.p_businessbg {
  background: #1e1e1e;
  opacity: .99;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}

span.p_businessclose {
  position: absolute;
  right: 20px;
  z-index: 9999;
  top: 0;
  cursor: pointer;
  color: #fff;
}

.p_businesscontent {
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.p_businessimg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width:1350px) {
    footer.yx_foot {
    --f32: 16px;
  }
  .fo_bo_le {
    width: calc((100% - var(--f32)) / 2);
    order: 2;
  }

  .fo_bo_rig {
    width: calc((100% - var(--f32)) / 2);
    order: 3;
  }

  .fo_flex_nav {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: var(--f32);
    margin-bottom: var(--f32);
  }

  .fo_flex_nav li:last-of-type {
    border: none;
  }
}

@media only screen and (max-width:950px) {
  .footer_bottom {
    display: none;
  }

  footer.yx_foot {
    padding: 50px 0 30px;
  }

  .footer_top {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .foter_top_right {
    gap: 20px;
    flex-direction: column;
  }

  .foter_top_right a {
    font-size: 22px;
  }

  .footer_others.flex .left {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width:580px) {
  .message_fore .e_container-78 p.e_text-79 {
    font-size: 24px;
  }

  .message_fore .e_container-78 hr.e_line-136 {
    margin: 8px auto;
  }

  .global_message_form>div {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
  }

  .message_fore form.Message textarea,
  .message_fore form.Message input {
    width: 100%;
    border: 1px solid #ced4da;
  }

  .message_fore .e_container-78 p.e_text-140 {
    font-size: 14px;
  }
}