.layout-fixed-nav {
  border-bottom: 1px solid #eaeaea;
  position: relative;
  z-index: 11;
  background: #fff;
  height: 55px;
}

.fixed-nav-box {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

.layout-fixed-nav .cistern {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.layout-fixed-nav .wap-nav-controller {
  display: none;
}

.layout-fixed-nav .wap-nav-controller.inline-box {
  display: inline-block;
}

.layout-fixed-nav .fixed-nav {
  height: 55px;
  font-size: 0;
  overflow: hidden;
  float: left;
}

.LANG-sa .layout-fixed-nav .fixed-nav {
  float: right;
}

.layout-fixed-nav .fixed-nav li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  color: #666;
  padding: 16px 0;
  line-height: 1.375;
  cursor: pointer;
  font-size: 16px;
  transition: 0.4s;
}

.LANG-sa .layout-fixed-nav .fixed-nav li {
  margin-right: 0;
  margin-left: 30px;
}

.layout-fixed-nav .fixed-nav li:after {
  position: absolute;
  left: 25%;
  bottom: -1px;
  width: 50%;
  height: 2px;
  opacity: 0;
  background: #c7000b;
  content: "";
  transition: 0.4s;
}

.layout-fixed-nav .fixed-nav li:hover,
.layout-fixed-nav .fixed-nav li.current {
  color: #000;
}

.layout-fixed-nav .fixed-nav li:hover:after,
.layout-fixed-nav .fixed-nav li.current:after {
  opacity: 1;
  left: 0;
  width: 100%;
}

.layout-fixed-nav .iconfont.icon-down {
  display: none;
}

/* search */
.nav-search {
  visibility: hidden;
}

.layout-fixed-nav-search .nav-search {
  visibility: visible;
}

.layout-fixed-nav-search .nav-search {
  float: right;
  padding: 6px 0;
}

.layout-fixed-nav-search .nav-search .search-input {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.layout-fixed-nav-search .nav-search .search-input input[type=text] {
  width: 0;
  /* margin-right: 30px; */
  padding: 12px 20px 12px 10px;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #ffffff;
  -webkit-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  transition: .4s ease-in-out
}

.layout-fixed-nav-search .nav-search .search-input .icon-search {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  right: 5px;
  color: #c7000b;
  font-size: 24px;
  cursor: pointer
}

.layout-fixed-nav-search .nav-search .view-more {
  margin-left: 30px;
}

.layout-fixed-nav-search .nav-search .search-input .mobile-clear {
  display: none
}

.layout-fixed-nav-search .nav-search .search-input.on-focus input[type=text].focus {
  width: 200px;
  background: #fff;
  border: 1px solid #dbdbdb
}

.layout-fixed-nav-search .nav-search .search-input.on-focus .icon-search {
  background: #fff
}

.layout-fixed-nav-search .nav-search .btn-view-02 {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 30px;
  color: #fff;
  background: #c7000b;
  font-size: 16px;
  border-radius: 2px;
  line-height: 1;
  margin-top: 0;
}

.layout-fixed-nav-search .nav-search .btn-view-02:hover {
  background: #b20000;
}

@media(max-width:1600px) {
  .layout-fixed-nav .fixed-nav {
    width: auto;
  }
}

@media(max-width:1200px) {


  .fixed-nav-box {
    position: relative;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  }

  .layout-fixed-nav .wap-nav-controller {
    display: block;
    margin-right: 30px;
    color: #666;
    padding: 15px 0;
    line-height: 1.375;
    font-size: 16px;
  }

  .layout-fixed-nav .fixed-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 48px;
    padding: 15px 15px 30px;
    height: auto;
    background: #fff;
    display: none;
    box-shadow: 0 1px 2px 0px #00000038;
  }

  .layout-fixed-nav .fixed-nav li {
    width: 100%;
    margin-right: 0;
    padding: 10px 0;
    font-size: 14px;
  }

  .layout-fixed-nav .fixed-nav li:hover:after,
  .layout-fixed-nav .fixed-nav li.current:after {
    display: none;
  }

  .layout-fixed-nav .iconfont {
    display: block;
    position: absolute;
    right: 8px;
    top: 10px;
    font-size: 28px;
    color: #a6a6a6;
  }

}

@media(max-width:920px) {
  .layout-fixed-nav {
    height: 40px;
  }
  .layout-fixed-nav .cistern {
    display: flex;
    padding: 0;
  }

  .layout-fixed-nav .wap-nav-controller {
    position: relative;
    width: auto;
    min-width: 60.66666vw;
    flex: 1;
    margin-right: 0;
    padding: 12px 0;
    padding-left: 15px;
    line-height: 1;
    font-size: 16px;
  }

  .LANG-sa .layout-fixed-nav .wap-nav-controller {
    padding-right: 15px;
    padding-left: 0;
  }

  .layout-fixed-nav .wap-nav-controller .wap-nav-title {
    width: 52vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .layout-fixed-nav .iconfont.icon-up {
    top: 6px;
  }
  /* .LANG-sa .layout-fixed-nav .iconfont.icon-up {
    top: 6px;
    right: auto;
    left: 8px;
  } */

  .layout-fixed-nav .iconfont.icon-down {
    display: inline-block;
    top: 6px;
  }
  /* .LANG-sa .layout-fixed-nav .iconfont.icon-down {
    display: inline-block;
    top: 6px;
    right: auto;
    left: 8px;
  } */

  .layout-fixed-nav .fixed-nav {
    top: 40px;
  }
}

.layout-breadcrumb {
  background: #f6f6f6;
  z-index: 10;
  position: relative;
}

.layout-breadcrumb .cistern {
  padding-top: 0;
  padding-bottom: 0;
}

.layout-breadcrumb .cistern ul {
  overflow: hidden;
  font-size: 0;
  line-height: 1;
}

.layout-breadcrumb .cistern ul li {
  display: inline-block;
  position: relative;
  line-height: 1;
  font-size: 0;
}

.layout-breadcrumb .cistern ul li a {
  color: #9a9a9a;
  font-size: 12px;
  padding: 6px 0;
  display: inline-block;
  padding-right: 22px;
  line-height: 1;
}

.LANG-sa .layout-breadcrumb .cistern ul li a {
  padding-right: 0;
  padding-left: 22px;
}

.layout-breadcrumb .cistern ul li a:hover {
  color: #000;
}

.layout-breadcrumb .cistern ul li span {
  position: absolute;
  left: -18px;
  top: 5px;
  color: #ccc;
  line-height: 1;
}

.LANG-sa .layout-breadcrumb .cistern ul li span {
  left: auto;
  right: -18px;
}

@media(max-width:920px) {
  .layout-breadcrumb {
    display: none;
  }
}

/* nav-search */
@media(max-width: 920px) {
  .layout-fixed-nav-search .nav-search {
    width: 40.4vw;
    text-align: right;
    padding: 0;
    font-size: 0;
  }

  .layout-fixed-nav-search .nav-search .view-more {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    box-sizing: border-box;
    background: none;
    color: #c7000b;
    padding: 13px 4vw;
    line-height: 1;
    border: 0;
    border-left: 1px solid #e5e5e5;
    background: transparent;
  }

  .layout-fixed-nav-search .nav-search .view-more:hover {
    background: transparent;
  }

  .layout-fixed-nav-search .nav-search .search-input {
    /* min-width: 13.333vw; */
    line-height: 40px;
    height: 40px;
    border-left: 1px solid #e5e5e5;
    padding: 0 4vw;
    box-sizing: border-box;
  }

  .layout-fixed-nav-search .nav-search .search-input input[type=text] {
    /* width: 100%; */
    padding: 0 10px 0 10px;
    line-height: 32px;
    box-sizing: border-box;
    -webkit-transition: 0s;
    -ms-transition: 0s;
    transition: 0s;
  }

  .layout-fixed-nav-search .nav-search .search-input .icon-search {
    right: auto;
    line-height: 1;
    margin: 10px auto;
    -webkit-transition: 0s;
    -ms-transition: 0s;
    transition: 0s;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }

  .layout-fixed-nav-search .nav-search .search-input.on-focus {
    width: 100%;
    position: absolute;
    left: 0;
    top: 3px;
    padding-left: 3vw;
  }

  .layout-fixed-nav-search .nav-search .search-input.on-focus input[type=text] {
    padding-left: 35px;
    border: 1px solid #dbdbdb
  }

  .layout-fixed-nav-search .nav-search .search-input.on-focus .icon-search {
    right: auto;
    left: 4.3vw;
    line-height: 1;
    margin: 8px auto;
  }

  .layout-fixed-nav-search .nav-search .search-input.on-focus .mobile-clear {
    display: block;
    position: absolute;
    right: auto;
    left: 77vw;
    top: 0;
    z-index: 9;
    width: 22vw;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
  }

  .layout-fixed-nav-search .nav-search.on-focus {
    text-align: left
  }

  .layout-fixed-nav-search .nav-search.on-focus .search-input.on-focus input[type=text].focus {
    width: 75vw;
  }
}

@media (max-width: 360px) {
  .layout-fixed-nav .wap-nav-controller {
    min-width: 53.66666vw;
  }

  .layout-fixed-nav-search .nav-search {
    width: 45.4vw;
  }
}