.language-switcher,
header .h-top .h-t-list li .iconfont {
  color: #a8acb9;
  cursor: pointer;
}

.h-t-list.visible-pc .language-switcher:hover,
.h-t-list.visible-pc .language-switcher:hover > i {
  color: #0076eb;
}

.lang-dropdown {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 40px;
  width: 160px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.15);
}
.lang-dropdown p {
  font-weight: 400;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
  color: rgba(23, 43, 77, 0.8);
}

.h-b-list .active {
  background: #0076eb;
  color: #fff;
  padding: 0 20px;
  margin: 0;
  line-height: 50px;
}
.h-b-list .dropdown .active {
  padding: 0;
}
.h-b-list .active a {
  color: #fff !important;
}
.lang-dropdown p:hover {
  color: #0076eb;
}

footer .f-left .f-more li p a:hover {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  footer {
    padding-top: 30px;
  }

  footer .box-fluidx,
  footer .box-fluidx ul li {
    padding-top: 0;
    margin-top: 0;
  }

  footer .box-fluidx p {
    padding-top: 10px;
  }

  footer .box-fluidx p a,
  footer .box-fluidx h4 a {
    color: #a8acb9;
  }
}

/*  */
main .banner {
  min-height: 426px;
}
