.header {
    width: 100%;
    min-width: 1300px;
    height: 83px;
    border-bottom: 2px solid #ff8904;
    box-shadow: 0px 3px 4px #e1e1e1;
    box-sizing: content-box;
    line-height:60px;
}

  .header ul li:hover{
    background-color: #ff8904;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    box-shadow: 3px 3px 3px #e1e1e1;
    cursor:pointer;
  }
  .header ul li.header_select{
    background-color: #ff8904; /*#ff9e3e;  #FF8200; #febd21;  #fbc558; */
	box-shadow: 3px 3px 3px #e1e1e1;
	border-left:1px solid #fff;
    border-right:1px solid #fff;
  }

.logo-img{
}

.custom_page_border_color{
    border-bottom: 2px solid #ff8904 !important;
}