.m-has-globalNav{
  padding-top: 100px;
}
.m-nav_item {
  float: left;
  height: 60px; }

.m-header {
  overflow: hidden;
  height: 100px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  top: 0;
}

.m-globalNav_logo {
  width: 130px;
  height: 100px;
  position: absolute;
  left: 0;
  border-right: 1px solid #003c96;
  box-sizing: border-box;
  padding-top: 22px;
  z-index: 1; }

.m-nav_list {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  border-top: 1px solid #003c96;
  width: 100%;
  box-sizing: border-box;
  padding-left: 130px; }

.m-nav_item {
  width: 12.5%;
  float: left;
  border-left: 1px solid #003c96;
  box-sizing: border-box; }
  .m-nav_item:first-child {
    border-left: none; }

.m-subNav_list {
  position: absolute;
  top: 7px;
  right: 204px; }

.m-switchLang {
  position: absolute;
  top: 3px;
  right: 82px; }

.m-searchbox {
  position: absolute;
  top: 0;
  right: 0; }
  .m-searchbox a {
    padding: 7px 26px; }

.m-switchLang_btn {
  width: 45px; }

.m-subNav_item:first-child {
  margin-right: 20px; }

.m-lnav_title {
  height: 78px; }

.m-nav_categoryTxt {
  font-size: 1.2rem; }
