.ws_nav_bg {
  cursor: pointer;
  background-color: #fff;
  z-index: 9999;
  position: fixed;
  width: 100%;
}
.ws_nav_bg .ws_nav_top {
  border-bottom: 1px solid #E5E5E5;
}
.ws_padding_15 {
  padding: 10px 0;
}
.ws_nav_item {
  width: 29%;
}
.width {
  width: 41%;
}
.icon_ship {
  font-size: 20px;
  color: #444444;
  line-height: 20px;
}
.search_border {
  border: 1px solid #A3ACB4;
  border-radius: 30px;
  padding: 0 15px;
}
.search_border .input {
  width: 220px;
  padding: 7px;
  border: none;
  outline: none;
}
.search_border .border-left {
  border-left: 1px solid #A3ACB4;
}
.del {
  padding-left: 10px;
}
.select {
  height: 30px;
}
.wx_nav_selects {
  padding: 0 30px 0 10px;
}
.wx_nav_select {
  height: 100%;
  color: #444444;
  border: none;
  outline: none;
  background-color: transparent;
  margin: 0 5px 0 5px;
  padding: 0 5px;
  font-size: 12px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wx_nav_select .xiala {
  font-size: 14px;
  padding-left: 10px;
}
.wx_nav_select_bot {
  position: absolute;
  width: 100px;
  text-align: center;
  margin-top: 10px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.wx_nav_select_bot .wx_nav_select_bot_item {
  padding: 10px;
}
.wx_nav_select_bot .wx_nav_select_bot_item:hover {
  background-color: #f5f5f5;
}
.ws_nav_list_ul {
  cursor: pointer;
  list-style-type: none;
  color: #444444;
  font-weight: 400;
}
.ws_nav_list_ul .ws_nav_list_ul_li {
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.ws_nav_list_ul .span {
  padding: 24px 0;
  font-weight: bold;
  color: #D43030;
  border-bottom: 2px solid #D43030;
}
.ws_nav_list_ul .item_hove_box {
  text-align: left;
  position: absolute;
  left: 0;
  top: auto;
  margin-top: 23px;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  padding: 0;
  cursor: default;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  z-index: 99999;
}
.item_box {
  padding: 2% 0;
  display: block;
}
.item_box .title {
  letter-spacing: 0px;
  line-height: 15px;
  color: #d43030;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 10px;
}
.item_box .list_box .li_a {
  padding-top: 12px;
  padding-right: 50px;
}
.item_box .list_box a {
  color: #666;
  text-decoration: none;
}
.item_box .list_box a:hover {
  color: #D43030;
  text-decoration: underline;
  cursor: pointer;
}
.item_box .list_box .color {
  color: #666666 !important;
  opacity: 0.5;
}
.ws_nav_arr {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .1)
}
.ws_nav_arr .title {
  /* color: #000000; */
  color: #007cd5;
  /* font-weight: bold; */
  border-right: 1px solid #E5E5E5;
  padding: 0 20px;
}
.ws_nav_arr .Submenu_li {
  cursor: pointer;
  margin-left: 30px;
  padding: 10px;
  border-bottom: 1px solid transparent;
}
.ws_nav_arr .active {
  border-bottom: 1px solid #D43030;
  color: #D43030;
  font-weight: bold;
}
.ws_nav_arr .Submenu_li:hover {
  color: #D43030;
  border-bottom: 1px solid #D43030;
}
.ws_nav_arr .active a {
  color: #D43030;
}
.ws_nav_arr a:hover {
  text-decoration: none;
}
header.sticky {
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 9999;
  animation: dropDown 0.5s ease-in-out forwards;
}
@keyframes dropDown {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0);
  }
}
.searh_animation {
  width: ;
  animation: searh 0.7s ease-in-out forwards;
}
@keyframes searh {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.searh_animation_input {
  animation: searh_animation_input 0.7s ease-in-out forwards;
}
@keyframes searh_animation_input {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}