.max_width {
  width: 93.75%;
  margin: auto;
}
@font-face {
  font-family: 'ArialMT';
  src: url('../fonts/ArialMT.otf') format('opentype');
}
.more_txt {
  font-family: ArialMT;
}
.footer .f_middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 106px;
}
.footer .f_middle .tabs {
  display: flex;
  align-items: center;
}
.footer .f_middle .tabs img {
  margin-right: 100px;
}
.footer .f_middle .tabs .f_menu a {
  font-size: 18px;
  color: #fff;
  margin-right: 65px;
  transition: all 0.5s ease-in;
}
.footer .f_middle .tabs .f_menu a:hover {
  color: #EA9315;
}
.footer .f_middle .channel {
  display: flex;
  justify-content: flex-end;
}
.footer .f_middle .channel .channel_item {
  margin-left: 30px;
  position: relative;
}
.footer .f_middle .channel .channel_item:first-child {
  margin-left: 0;
}
.footer .f_middle .channel .channel_item .icon_d {
  display: none;
}
.footer .f_middle .channel .channel_item img {
  transition: all 0.4s ease-in-out 0.1s;
}
.footer .f_middle .channel .channel_item .ewm_hover {
  display: none;
  width: 140px;
  height: 140px;
  position: absolute;
  right: 0;
  bottom: -150px;
  z-index: 1;
  top: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.footer .f_middle .channel .channel_item .ewm_hover .arrow_zs {
  padding: 14px;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer .f_middle .channel .channel_item .ewm_hover .arrow_zs::after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../images/f_arrow.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 11px;
  top: -12px;
  z-index: 1;
}
.footer .f_middle .channel .channel_item .ewm_hover img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.footer .f_middle .channel .channel_item:hover .icon_d {
  display: block;
}
.footer .f_middle .channel .channel_item:hover .icon {
  display: none;
}
.footer .f_middle .channel .channel_item:hover img {
  transition: all 0.4s ease-in-out 0.1s;
  margin-top: -6px;
}
.footer .f_middle .channel .channel_item:hover .ewm_hover {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  display: flex;
}
.other_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* Chrome, Safari, Opera */
}
.other_banner img {
  width: 100%;
  height: auto;
  animation: magicada 4s;
  animation-iteraction-count: 1;
}
@-webkit-keyframes magicada {
  0% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.other_banner .banner_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.other_banner .banner_text .safe_width {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.other_banner .banner_text .safe_width div {
  text-align: center;
}
.other_banner .banner_text .safe_width p {
  font-size: 40px;
  color: #fff;
  letter-spacing: 2px;
  /* display: inline-block; */
  position: relative;
  font-weight: bold;
  /* padding-bottom: 12px; */
  /* padding-left: 12.5%; */
}
.other_banner .banner_text .safe_width h5 {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  /* padding-bottom: 12px; */
  /* padding-left: 12.5%; */
}
/* .other_banner .banner_text .safe_width p::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #EA9315;
  position: absolute;
  left: 0;
  bottom: 0;
} */
.menu_nav .nav_right {
  display: inline-flex;
}
.menu_nav .nav_right > ul:last-child {
  margin-left: 100px;
}
:root {
  --theme-color: #EA9315;
  --themes-color: #d90000;
  --swiper-navigation-size: 50px;
}
.lan_switch {
  /*语言*/
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  /* text-transform: uppercase; */
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
}
.lan_switch span {
  width: 32px;
  height: 32PX;
  background-color: #004c8b;
  border-radius: 50%;
}
.lan_switch span img {
  width: 100%;
}
.lan_switch .lan_lists {
  bottom: -102%;
  width: max-content;
  height: 0;
  background-color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 9;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  opacity: 0;
  margin: 0px;
  transition: margin 0.5s ease 0s, opacity 0.5s ease 0s;
  display: flex;
  flex-direction: column;
}
.lan_switch .lan_lists::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  transition: all 0.5s ease 0s;
}
.lan_switch .lan_lists .lan_item_ {
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.lan_switch .lan_lists .lan_item_:last-child {
  border-bottom: none;
}
.lan_switch .lan_lists .lan_item_ .e_image {
  width: 22px;
  flex: none;
  margin-right: 5px;
}
.lan_switch .lan_lists .lan_item_ .e_image img {
  width: 100%;
}
.lan_switch:hover {
  overflow: visible;
}
.lan_switch:hover .lan_lists {
  /* bottom: 102%; */
  margin-top: -20px;
  height: max-content;
  opacity: 1;
  background: #ffffff;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .other_banner .banner_text .safe_width {
    height: 100%;
    justify-content: center;
  }
  .other_banner .banner_text .safe_width p {
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0.1rem;
    /* padding: 0 62px 8px 15px; */
  }
  .other_banner .banner_text .safe_width h5 {
    padding: 0px 12px;
  }
}
@media screen and (max-width: 1440px) {
  .footer .f_middle .tabs .f_menu a {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .footer .f_middle .tabs .f_menu a {
    margin-right: 32px;
  }
}
