#HEADER_M {
  display: none;
}
@media (max-width: 768px) {
  #HEADER_M {
    display: inherit;
  }
}

#HEADER_M {
  position: fixed;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 4%;
  box-sizing: border-box;
  height: 58px;
  z-index: 20;
  background: #fff;
  display: none;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 768px) {
  #HEADER_M {
    display: flex;
  }
}
#HEADER_M .l {
  height: 100%;
  display: flex;
  align-items: center;
}
#HEADER_M .l .logo img {
  height: 32px;
}
#HEADER_M .r {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#HEADER_M .r .menu img {
  height: 31px;
  opacity: 1;
  opacity: 0.9;
  width: auto;
}
#HEADER_M .r .search {
  width: 26px;
  height: 26px;
  aspect-ratio: 1/1;
}
#HEADER_M .r .search span {
  display: inline-flex;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='%23000000'%3E%3Cpath d='M 13 3 C 7.4889971 3 3 7.4889971 3 13 C 3 18.511003 7.4889971 23 13 23 C 15.396508 23 17.597385 22.148986 19.322266 20.736328 L 25.292969 26.707031 A 1.0001 1.0001 0 1 0 26.707031 25.292969 L 20.736328 19.322266 C 22.148986 17.597385 23 15.396508 23 13 C 23 7.4889971 18.511003 3 13 3 z M 13 5 C 17.430123 5 21 8.5698774 21 13 C 21 17.430123 17.430123 21 13 21 C 8.5698774 21 5 17.430123 5 13 C 5 8.5698774 8.5698774 5 13 5 z' fill='%23F0821C'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
#HEADER_M .menu_m {
  position: absolute;
  overflow: hidden;
  right: 0;
  z-index: 1;
  width: 80%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  top: 58px;
  right: 0%;
  display: none;
}
#HEADER_M .menu_m .MenuList_f1 {
  padding: 0 0 4vw 0;
  display: block;
  background: #fff;
  height: 100%;
}
#HEADER_M .menu_m .MenuList_f1 li {
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 0 4vw;
}
#HEADER_M .menu_m .MenuList_f1 li:hover {
  color: #F0821C;
}
#HEADER_M .menu_m .MenuList_f1 li:hover ul li a {
  color: #333;
}
#HEADER_M .menu_m .MenuList_f1 li h3 a {
  line-height: 3;
}
#HEADER_M .menu_m .MenuList_f1 li > ul {
  display: none;
  position: relative;
  background: #fff;
  padding: 0 0 0 0;
  width: 100%;
}
#HEADER_M .menu_m .MenuList_f1 li > ul li:nth-last-of-type(1) {
  border: 0;
}
#HEADER_M .menu_m .MenuList_f1 li > ul li h3 a {
  display: block;
  font-size: 19px;
}
@media (max-width: 990px) {
  #HEADER_M .menu_m .MenuList_f1 li > ul li h3 a {
    font-size: 17.1px;
  }
}
@media (max-width: 768px) {
  #HEADER_M .menu_m .MenuList_f1 li > ul li h3 a {
    font-size: 15.2px;
  }
}
#HEADER_M .menu_m .MenuList_f1 li > a {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
@media (max-width: 990px) {
  #HEADER_M .menu_m .MenuList_f1 li > a {
    font-size: 16.2px;
  }
}
@media (max-width: 768px) {
  #HEADER_M .menu_m .MenuList_f1 li > a {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 640px) {
  #HEADER_M .menu_m .MenuList_f1 li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
#HEADER_M .menu_m .MenuList_f1 li > a:hover {
  color: #F0821C;
}
#HEADER_M .menu_m .cal {
  display: flex;
  justify-content: space-between;
  padding: 0 4%;
}
#HEADER_M .menu_m .cal .close {
  text-align: center;
  font-size: 28px;
  color: #444;
  padding: 1vw 0 3vw 0;
}
@media (max-width: 990px) {
  #HEADER_M .menu_m .cal .close {
    font-size: 25.2px;
  }
}
@media (max-width: 768px) {
  #HEADER_M .menu_m .cal .close {
    font-size: 22.4px;
  }
}
#HEADER_M .menu_m .cal .lang {
  text-align: center;
  color: #444;
  padding: 1vw 0 1vw 0;
}
#HEADER_M .menu_m .cal .lang a {
  font-size: 18px;
  display: inline-block;
  background: #F0821C;
  color: #fafafa;
  padding: 3px 8px;
  border-radius: 3px;
}
@media (max-width: 990px) {
  #HEADER_M .menu_m .cal .lang a {
    font-size: 16.2px;
  }
}
@media (max-width: 768px) {
  #HEADER_M .menu_m .cal .lang a {
    font-size: 14.4px;
  }
}

#HEADER {
  position: fixed;
  width: 100%;
  z-index: 20;
  top: 0;
  left: 0;
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.0196078431);
  background: rgba(255, 255, 255, 0.3);
  height: auto;
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: "ease";
  transition-delay: "0s";
}
@media (max-width: 768px) {
  #HEADER {
    display: none;
  }
}
#HEADER .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#HEADER .box .logo {
  position: relative;
}
#HEADER .box .logo a {
  display: flex;
}
#HEADER .box .logo img {
  max-width: 180px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: "ease";
  transition-delay: "0s";
}
#HEADER .box .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 1.4vw 0 auto;
  height: 11vh;
}
#HEADER .box .menu .MenuList_f1 {
  height: 100%;
}
#HEADER .box .menu .MenuList_f1 .menu {
  display: flex;
  gap: 3vw;
  height: 100%;
}
#HEADER .box .menu .MenuList_f1 .menu > li {
  position: relative;
  cursor: pointer;
  height: 100%;
  display: inline-flex;
  align-items: center;
}
#HEADER .box .menu .MenuList_f1 .menu > li.current > h3 a span {
  color: #F0821C;
  font-weight: bold;
}
#HEADER .box .menu .MenuList_f1 .menu > li > h3 {
  color: #444;
  font-size: 1.1rem;
  height: 100%;
  display: inline-flex;
  align-items: center;
}
#HEADER .box .menu .MenuList_f1 .menu > li > h3 a {
  display: inline-flex;
  align-items: center;
  color: #444;
  position: relative;
  height: 100%;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: "ease";
  transition-delay: "0s";
}
#HEADER .box .menu .MenuList_f1 .menu > li > h3 a::before {
  content: "";
  position: absolute;
  left: 0%;
  width: 100%;
  height: 3px;
  bottom: 0;
  background: #F0821C;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: "ease";
  transition-delay: "0s";
}
#HEADER .box .menu .MenuList_f1 .menu > li > h3:hover span {
  color: #F0821C;
}
#HEADER .box .menu .MenuList_f1 .menu > li:hover > ul {
  opacity: 1;
  visibility: initial;
}
#HEADER .box .menu .MenuList_f1 .menu > li:nth-of-type(3) ul {
  width: 12vw;
}
#HEADER .box .menu .MenuList_f1 .menu > li > ul {
  background: #fcfcfc;
  visibility: hidden;
  position: absolute;
  width: 9vw;
  overflow: hidden;
  top: 100%;
  left: 50%;
  box-sizing: border-box;
  transform: translateX(-50%);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1254901961);
  border-radius: 0 0 0.4rem 0.4rem;
}
#HEADER .box .menu .MenuList_f1 .menu > li > ul a {
  text-align: center;
  display: block;
  font-size: 1rem;
  line-height: 2;
  padding: 7px 0;
  margin: 0;
  box-sizing: border-box;
  word-break: keep-all;
  color: #444;
}
#HEADER .box .menu .MenuList_f1 .menu > li > ul a:hover {
  color: #fff;
  background: #F0821C;
}
#HEADER .box .tool {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
#HEADER .box .tool .search {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
#HEADER .box .tool .search i {
  width: 1.8rem;
  height: 1.8rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='%23000000'%3E%3Cpath d='M 13 3 C 7.4889971 3 3 7.4889971 3 13 C 3 18.511003 7.4889971 23 13 23 C 15.396508 23 17.597385 22.148986 19.322266 20.736328 L 25.292969 26.707031 A 1.0001 1.0001 0 1 0 26.707031 25.292969 L 20.736328 19.322266 C 22.148986 17.597385 23 15.396508 23 13 C 23 7.4889971 18.511003 3 13 3 z M 13 5 C 17.430123 5 21 8.5698774 21 13 C 21 17.430123 17.430123 21 13 21 C 8.5698774 21 5 17.430123 5 13 C 5 8.5698774 8.5698774 5 13 5 z' fill='%23F0821C'/%3E%3C/svg%3E") no-repeat left center;
  background-size: auto 80%;
}
#HEADER .box .tool .search span {
  font-size: 1rem;
  color: #F0821C;
}
#HEADER .box .tool .lang {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  gap: 0 0.5rem;
}
#HEADER .box .tool .lang i {
  width: 16px;
  aspect-ratio: 1/1;
  background-size: cover;
}
#HEADER .box .tool .lang span {
  padding: 0 5px;
  color: #F0821C;
  line-height: 1;
}
#HEADER .box .tool .lang b {
  width: 14px;
  aspect-ratio: 1/1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23000000'%3E%3Cpath d='M 4.21875 10.78125 L 2.78125 12.21875 L 15.28125 24.71875 L 16 25.40625 L 16.71875 24.71875 L 29.21875 12.21875 L 27.78125 10.78125 L 16 22.5625 Z' fill='%23FFC634'/%3E%3C/svg%3E") no-repeat center;
  background-size: cover;
}
#HEADER .box .tool .lang:hover .select {
  visibility: initial;
  opacity: 1;
  transform: translateY(0%);
}
#HEADER .box .tool .lang .select {
  margin: 5px 0 0 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: "ease";
  transition-delay: "0s";
  position: absolute;
  top: 100%;
  width: 100%;
  right: 0;
  border: 1px solid #eee;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
#HEADER .box .tool .lang .select a {
  display: block;
  padding: 5px 8px;
  text-align: center;
}
#HEADER .box .tool .lang .select a:hover {
  background: #F0821C;
  color: #fff;
}

#HEADER._ac_s0 {
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.0196078431);
  background: rgb(255, 255, 255);
}

.footerlogo {
  text-align: center;
  overflow: hidden;
}
.footerlogo img {
  width: 40%;
  transform: translateY(5%);
}

#FOOTER {
  position: relative;
  z-index: 10;
  background: url(../images/footer_bg.png) repeat-x;
  background-size: contain;
  overflow: hidden;
}
#FOOTER .logo_d {
  text-align: center;
}
#FOOTER .logo_d img {
  width: 40%;
}
#FOOTER .box_a {
  padding: 1rem 0 8rem 0;
}
@media (max-width: 768px) {
  #FOOTER .box_a {
    padding: 8vw 0 7vw 0;
  }
}
#FOOTER .box_a .DEFS {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #FOOTER .box_a .DEFS {
    flex-direction: column;
  }
}
#FOOTER .box_a .r .qrcode {
  text-align: center;
}
@media (max-width: 768px) {
  #FOOTER .box_a .r .qrcode {
    width: 40%;
    margin: 0 auto;
  }
}
#FOOTER .box_a .r .qrcode img {
  padding: 0.4rem;
  background: #fff;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  #FOOTER .box_a .r .qrcode img {
    width: 100%;
  }
}
#FOOTER .box_a .r .text {
  margin: 0.5rem 0 0 0;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
#FOOTER .box_a .l {
  width: auto;
}
@media (max-width: 768px) {
  #FOOTER .box_a .l {
    display: none;
  }
}
#FOOTER .box_a .l .MenuList_f1 .menu {
  display: flex;
  justify-content: flex-end;
  gap: 0 5vw;
}
@media (max-width: 768px) {
  #FOOTER .box_a .l .MenuList_f1 .menu {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0;
  }
}
#FOOTER .box_a .l .MenuList_f1 .menu > li:nth-of-type(1) {
  display: none;
}
@media (max-width: 768px) {
  #FOOTER .box_a .l .MenuList_f1 .menu > li {
    display: inline-flex;
    align-items: center;
  }
  #FOOTER .box_a .l .MenuList_f1 .menu > li::after {
    content: "/";
    margin: 0 4px;
    color: #fff;
  }
}
#FOOTER .box_a .l .MenuList_f1 .menu > li > h3 {
  font-size: 1.1rem;
  position: relative;
  line-height: 1;
}
#FOOTER .box_a .l .MenuList_f1 .menu > li > h3 a {
  color: #F0821C;
}
#FOOTER .box_a .l .MenuList_f1 .menu > li > h3 a:hover {
  color: #F0821C;
}
#FOOTER .box_a .l .MenuList_f1 .menu > li > ul {
  margin: 0.6rem 0 0 0;
}
@media (max-width: 768px) {
  #FOOTER .box_a .l .MenuList_f1 .menu > li > ul {
    display: none;
  }
}
#FOOTER .box_a .l .MenuList_f1 .menu > li > ul > li {
  margin: 0 0 0.1rem 0;
}
#FOOTER .box_a .l .MenuList_f1 .menu > li > ul > li > h3 a {
  color: #B8B8B8;
  font-size: 1rem;
}
#FOOTER .box_a .l .MenuList_f1 .menu > li > ul > li > h3 a:hover {
  opacity: 0.8;
}
#FOOTER .box_a .l .MenuList_f1 .menu > li:nth-last-of-type(1) > h3::after {
  display: none;
}
#FOOTER .box_b {
  background: #1D1D1D;
}
#FOOTER .box_b .DEFS .list {
  padding: 0.2rem 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  background: #D3D4D4;
  display: flex;
  justify-content: space-around;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #FOOTER .box_b .DEFS .list {
    padding: 1rem 1.7rem;
    transform: translateY(0);
    flex-direction: column;
  }
}
#FOOTER .box_b .DEFS .list .hh {
  width: 1px;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}
#FOOTER .box_b .DEFS .list .lili {
  padding: 1.2rem 0;
  display: flex;
  align-items: center;
  gap: 0 0.4rem;
}
@media (max-width: 768px) {
  #FOOTER .box_b .DEFS .list .lili {
    padding: 0.5rem 0;
  }
}
#FOOTER .box_b .DEFS .list .lili .icon img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: cover;
}
#FOOTER .box_b .DEFS .list .lili .text {
  line-height: 1.5;
  color: #555;
}
@media (max-width: 1440px) {
  #FOOTER .box_b .DEFS .list .lili .text {
    font-size: 1rem;
  }
}
#FOOTER .box_b .DEFS .list .lili a {
  display: inline-flex;
  padding: 0.5rem 2.4rem;
  background: #F0821C;
  background-image: linear-gradient(180deg, #FACB7B, #F0841C);
  box-shadow: 0 2px 0 1px #CE6F16;
  color: #222;
  font-size: 1.15rem;
  border-radius: 12rem;
}
#FOOTER .box_b .DEFS .list .lili a:active {
  background-image: linear-gradient(0deg, #FACB7B, #F0841C);
}
#FOOTER .box_b .DEFS .bt {
  transform: translateY(-100%);
  display: flex;
  justify-content: space-between;
  color: #A7A8A8;
}
@media (max-width: 768px) {
  #FOOTER .box_b .DEFS .bt {
    transform: translateY(0);
    flex-direction: column;
    padding: 1rem 0;
  }
}
@media (max-width: 768px) {
  #FOOTER .box_b .DEFS .bt .l {
    font-size: 0.9rem;
  }
}
#FOOTER .box_b .DEFS .bt .l a {
  color: #A7A8A8;
}
#FOOTER .box_b .DEFS .bt .r {
  display: flex;
}
@media (max-width: 768px) {
  #FOOTER .box_b .DEFS .bt .r {
    font-size: 0.9rem;
  }
}
#FOOTER .box_b .DEFS .bt .r .links {
  margin: 0 1rem 0 0;
  position: relative;
}
#FOOTER .box_b .DEFS .bt .r .links:hover .ul {
  visibility: inherit;
}
#FOOTER .box_b .DEFS .bt .r .links .ul {
  width: 140%;
  visibility: hidden;
  padding: 0.4rem;
  border: 1px solid #555;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: #fff;
}
#FOOTER .box_b .DEFS .bt .r .links .ul a {
  display: block;
  color: #444;
}
#FOOTER .box_b .DEFS .bt .r a {
  color: #eee;
}

#float_r {
  position: fixed;
  right: 1.6%;
  bottom: 15%;
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
  z-index: 50;
}
#float_r #GOTOP {
  width: 1rem;
  border: 1px solid #F0821C;
  align-items: center;
  padding: 1.4rem 0.9rem;
  border-radius: 1rem 1rem 0 1rem;
  box-shadow: 0 -10px 10px rgba(72, 110, 175, 0.1333333333);
  display: flex;
  cursor: pointer;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23000000'%3E%3Cpath d='M 23.478516 6 A 1.50015 1.50015 0 0 0 22.439453 6.4394531 L 8.4394531 20.439453 A 1.50015 1.50015 0 1 0 10.560547 22.560547 L 22 11.121094 L 22 40.5 A 1.50015 1.50015 0 1 0 25 40.5 L 25 11.121094 L 36.439453 22.560547 A 1.50015 1.50015 0 1 0 38.560547 20.439453 L 24.560547 6.4394531 A 1.50015 1.50015 0 0 0 23.478516 6 z' fill='%23F0821C'/%3E%3C/svg%3E") center no-repeat;
  background-size: auto 64%;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: "ease";
  transition-delay: "0s";
}
#float_r .onlineService > a {
  width: 1rem;
  display: flex;
  background: #F0821C;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 0.9rem;
  border-radius: 1rem 1rem 0 1rem;
  box-shadow: 0 -10px 10px rgba(72, 110, 175, 0.1333333333);
  overflow: hidden;
  gap: 0.3rem;
}
#float_r .onlineService > a:hover {
  opacity: 0.8;
}
#float_r .onlineService > a .icon {
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23000000'%3E%3Cpath d='M 23 4 C 10.477 4 3 14.28 3 31.5 L 3 36.5 C 3 39.538 5.462 42 8.5 42 L 17.833984 42 C 19.693984 43.277 21.782 44 24 44 C 26.216 44 28.303109 43.278 30.162109 42 L 39.5 42 C 42.538 42 45 39.538 45 36.5 L 45 31.5 C 45 12.512 35.953625 6.9383906 30.640625 6.5253906 C 29.648625 5.6453906 27.231 4 23 4 z M 28.902344 17.109375 C 30.547344 17.527375 34.979047 19.235938 34.998047 25.460938 C 34.996047 25.503937 35 29.5 35 29.5 C 35 31.981 32.981 34 30.5 34 L 28.660156 34 A 3.5 3.5 0 0 0 25.5 32 A 3.5 3.5 0 1 0 25.5 39 A 3.5 3.5 0 0 0 28.658203 37 L 30.5 37 C 30.7 37 30.895797 36.985703 31.091797 36.970703 C 29.158797 39.482703 26.676 41 24 41 C 18.315 41 13.486 34.166453 13 25.439453 L 13 22.5 C 13 21.672 13.672 21 14.5 21 C 14.896 21 23.879344 20.953375 28.902344 17.109375 z M 38.0625 23.005859 C 40.241983 23.040061 42 24.812378 42 27 L 42 29 C 42 31.209 40.209 33 38 33 L 37.128906 33 C 37.683906 31.954 38 30.764 38 29.5 C 38 29.5 38.045465 24.627278 38.0625 23.005859 z M 19 25 A 2 2 0 0 0 19 29 A 2 2 0 0 0 19 25 z M 29 25 A 2 2 0 0 0 29 29 A 2 2 0 0 0 29 25 z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center;
}
#float_r .onlineService > a .title {
  color: #fff;
  writing-mode: vertical-lr;
  letter-spacing: 3px;
}
#float_r .wechat_kf {
  border: 1px solid #F0821C;
  padding: 1.4rem 0.9rem;
  border-radius: 1rem 1rem 0 1rem;
  background: #fff url(../images/icon_wx.png) no-repeat center;
  background-size: auto 50%;
  position: relative;
  cursor: pointer;
}
#float_r .wechat_kf:hover .show {
  opacity: 1;
  visibility: initial;
}
#float_r .wechat_kf .show {
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: "ease";
  transition-delay: "0s";
  position: absolute;
  transform: translateX(-110%);
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #F0821C;
  padding: 0.7rem;
  border-radius: 1rem 1rem 1rem 0;
  visibility: hidden;
  opacity: 0;
}
#float_r .wechat_kf .show .qrcode {
  width: 10vw;
}
@media (max-width: 768px) {
  #float_r .wechat_kf .show .qrcode {
    width: 40vw;
  }
}
#float_r .wechat_kf .show .qrcode img {
  width: 100%;
}
#float_r .wechat_kf .show p {
  text-align: center;
  padding: 0.2rem 0;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.en #HEADER .box .menu .MenuList_f1 .menu > li > ul a {
  line-height: 1.2;
  font-size: 1rem;
  padding: 0.6rem 5%;
  box-sizing: border-box;
}
.en #FOOTER .box_a .l .MenuList_f1 .menu > li > ul {
  max-width: 10vw;
}
.en #FOOTER .box_a .l .MenuList_f1 .menu > li > ul > li > h3 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}