:root {
  
  --lableBackground: #015293;
  
  --lableColor: #FFFFFF;
  
  --lableBorderColor: #ffe6e6;
}


.search-all-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 127px;
  line-height: 60px;
  
  background: #015293;
  cursor: pointer;
  border-radius: 0px 8px 8px 0px;
  
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}


.all-btn-txt {
  font-size: 16px;
  font-weight: 400;
  
  color: #FFFFFF;
  line-height: 30px;
}


.h-hot-word {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  
  color: #0F0F0F;
}


.M-img-page .active {
  
  background: #015293;
  color: #ffff;
  
  border: 1px solid #015293;
}


.M-box .active {
  
  background: #015293;
  color: #ffff;
  
  border: 1px solid #015293;
}


.M-box a {
  border: 1px solid #015293;
}


.header-nav {
  width: 100%;
  
  height: 60px;
  
  
  
  background: url("urlµØÖ·");
}



.header-nav-item a {
  position: relative;
  height: 60px;
  line-height: 60px;
  
  font-size: 24px;
  font-weight: 400;
  
  color: #FFFFFF;
}


.header-nav-item {
  color: #fff;
  height: 60px;
  line-height: 60px;
  
  margin-left: 20px;
  
  margin-right: 20px;
  font-weight: 400;
  font-size: 24px;
  
  
}


.header-nav-middle .on a {
  padding-bottom: 10px;
  
  border-bottom: 2px solid #f5d389;
  
  
}


.header-nav-middle .on a:after {
  content: " ";
  top: 32px;
  display: block;
  width: 0;
  margin: 0 auto;
  height: 0;
  border: 6px solid red;
  
  border-color: transparent transparent #f5d389 transparent;
  margin-top: -15px;
}


.header-nav {
  background: #015293;
}


.item-choose-on {
  background: #015293;
  color: #FFF;
}



.result-header-lable {
  
  background: var(--lableBackground);
  
  color: var(--lableColor);
  
  border: 1px solid var(--lableBorderColor);
  border-radius: 10px 0px 10px 0px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  padding: 2px 16px;
  margin-right: 10px;
  flex-shrink: 0;
}


.work-search-result .work-lable {
  
  background: var(--lableBackground);
  
  color: var(--lableColor);
  
  border: 1px solid var(--lableBorderColor);
  border-radius: 10px 0px 10px 0px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  padding: 2px 16px;
  margin-right: 10px;
  flex-shrink: 0;
}


.work-btn {
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid var(--lableBackground);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: var(--lableBackground);
  cursor: pointer;
}


.work-btn:hover {
  
  background: var(--lableBackground);
  
  color: #ffffff;
}


.main-region-list .on {
  background: var(--lableBackground);
  color: #ffffff;
}


.work-header {
  background: var(--lableBackground);
}


.search-btn {
  background: var(--lableBackground);
  color: #FFFFFF;
}


.choseli:after {
  background: var(--lableBackground);
}




.header-banner {
  
  
  
  background: url("../png/w8un3r.png");
  width: 100%;
  
  height: 300px;
  
  border-bottom: 1px solid #015293;
  
  background-repeat: no-repeat;
  
  background-position: center;
  
  
}


.all-select-input {
  border: 1px solid #cccccc;
}







.banner-logo img {
  margin-right: 22px;
  width: 500px;
}


.banner-search {
  margin-top: 90px;
  margin-left: 80px;
}


.header-nav-item:hover a:after {
  margin-top: -15px;
}


#ulSearchList {
  border-left: 1px solid #0051B2 !important;
  border-right: 1px solid #0051B2 !important;
  border-bottom: 1px solid #0051B2 !important;
}


.search-all-select .all-select-input {
  
  border-right: 1px solid #0051B2 !important;
}