body {
  /*perspective: 800px;*/
  transition: .5s;
  background: url("../images/loading_bg.png") repeat 50% 50%;
}

body.on {
  overflow-y: hidden;
}

body.on2 {
  perspective: inherit;
}

.menu-activea .menu_logo {
  margin: 0 auto;
  display: block;
  margin-bottom: 35px;
  border-bottom: 1px dashed white;
  padding-bottom: 25px;
  max-width: 55%;
  margin-top: 15px;
}
.menu-activea ul li {
  transition: .5s;
}
.menu-activea ul li a {
  color: white;
  transition: .5s;
  text-align: center;
}
.menu-activea ul li:hover a {
  color: black;
}
.menu-activea .close_btn {
  cursor: pointer;
  position: absolute;
  left: 224px;
  top: 50%;
  margin-top: -25px;
  background-color: #353441;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 10px;
  /*width: 50px;*/
  width: 76px;
  transition: .5s;
  z-index: 1;
}
.menu-activea .close_btn img {
  transform: rotate(90deg);
  width: 30px;
}
.menu-activea .close_btn.on {
  display: flex;
  /**/
  flex-direction: column;
  color: white;
}

.header {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 3vw;
  padding-top: 35px;
  padding-bottom: 35px;
}
.header.on {
  position: fixed;
  background: white;
  z-index: 2;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header .menu .pic1 {
  display: block;
}
.header .menu .pic2 {
  display: none;
}
.header .menu:hover .pic2 {
  display: block;
}
.header .menu:hover .pic1 {
  display: none;
}
.header .search_box .pic1 {
  display: block;
}
.header .search_box .pic2 {
  display: none;
}
.header .search_box:hover .pic2 {
  display: block;
}
.header .search_box:hover .pic1 {
  display: none;
}
.header .rt {
  margin-top: 22px;
  display: flex;
  align-items: center;
}
.header .rt .search_box {
  margin-left: 20px;
}
.header .rt .lng_en {
  font-size: 19px;
  color: #785a47;
  margin-left: 15px;
}
.header .rt .link {
  margin-left: 20px;
  display: block;
  padding: 1px 10px;
  border: 1px solid black;
}
.header .rt .link:hover {
  background: black;
  color: white;
}
.header #search {
  display: none;
}
.header #search .keyword {
  float: right;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo .header_logo2 {
  display: none;
}

.header_menu li {
  float: none;
}
.header_menu ul {
  overflow: visible;
}
.header_menu ul .lv1 {
  height: auto;
  position: relative;
}
.header_menu ul .lv1 .lv2 {
  position: absolute;
  right: -182px;
  top: 0;
  display: none;
  z-index: 2;
}
.header_menu ul .lv1 .lv2 ul li {
  width: 182px;
  display: block;
  padding: 0;
}
.header_menu ul .lv1 .lv2 ul li a {
  color: white;
}
.header_menu ul .lv1 .lv2 ul li:hover a {
  color: black;
}
.header_menu ul .lv1:hover .lv2 {
  display: block;
}
.header_menu ul .lv1.li4 .lv2 {
  top: -180px;
}

.header_menu ul .lv1.li4 .lv2 ul li:nth-last-child(2),
.header_menu ul .lv1.li4 .lv2 ul li:nth-last-child(3),
.header_menu ul .lv1.li4 .lv2 ul li:nth-last-child(4),
.header_menu ul .lv1.li4 .lv2 ul li:nth-last-child(7),
.header_menu ul .lv1.li4 .lv2 ul li:nth-last-child(6),
.header_menu ul .lv1.li4 .lv2 ul li:nth-last-child(5) {
  display: none;
}

/**/
.login_box {
  display: none;
  align-items: center;
  margin-right: 30px;
}
.login_box > a {
  padding: 5px 17px;
  display: block;
  margin: 0 10px;
  text-align: center;
  font-size: 14px;
  color: white;
  border-radius: 5px;
}
.login_box .register {
  background: #4e4d4e;
}
.login_box .login {
  background: #e8b57c;
}

/*footer*/
.footer {
  padding-top: 140px;
  padding-bottom: 120px;
  background: #2b2b2b;
}
.footer > .container2 {
  display: flex;
  justify-content: center;
}
.footer .footer_menu {
  padding-right: 80px;
  border-right: 1px dashed white;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .footer_menu .item ._title {
  padding-right: 30px;
  padding-bottom: 20px;
  font-size: 18px;
  color: white;
  border-bottom: 1px dashed #838383;
  margin-bottom: 20px;
}
.footer .footer_menu .item ul li {
  float: none;
  line-height: 2;
}
.footer .footer_menu .item ul li a {
  display: block;
  font-size: 14px;
  color: #838383;
}
.footer .footer_menu .item ul li a:hover {
  color: white;
}
.footer .foot_logo {
  padding-left: 80px;
}

.donghua {
  animation-duration: 3s;
  animation-timing-function: ease-in;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes flash {
  0%,25% {
    opacity: 0.95;
  }
  25%,50% {
    opacity: 0.9;
  }
  50%, 75% {
    opacity: 0.95;
  }
  75%, 100% {
    opacity: 1;
  }
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.flash {
  animation-name: flash;
  animation-duration: 100s;
  animation-timing-function: ease-in;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes btn_change_size {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bg_change_size {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.bg_change_size {
  animation: bg_change_size 50s;
  animation-iteration-count: infinite;
}

@media (max-width: 1450px) {
  .header_menu ul .lv1.li4 .lv2 {
    top: -370px;
  }
}
@media (max-width: 768px) {
  .bg_change_size {
    animation: unset;
  }

  .footer .footer_menu {
    display: none;
  }

  body {
    perspective: inherit;
  }

  .footer .foot_logo {
    padding-left: 0;
    text-align: center;
    float: none;
    width: 100%;
  }
  .footer .foot_logo img {
    width: 143px;
  }

  .footer {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
