.head {
    position: relative;
}

.head_top {
    height: 45px;
    background: #FFFFFF;
    opacity: 0.3;
}

.head_top_content_location {
    position: absolute;
    top: 0px;
    width: 100%;
}

.head_top_content {
    font-size: 0px;
    height: 45px;
    line-height: 45px;
}

.head_top_content h3 {
    font-weight: 400;
    display: inline-block;
    margin-right: 580px;
}

.head_top_content h3 a {
    color: #333333;
    font-size: 14px;
}

.function_binding {
    display: inline-block;
    vertical-align: top;
}

.head_top_content ul {
    display: inline-block;
}

.head_top_content ul a {
    color: #333333;
    font-size: 14px;
    margin: 0px 15px;
}

.head_top_content ul span {
    color: #333333;
    font-size: 14px;
}

.head_top_content ul li {
    display: inline-block;
}

.function_binding img {
    vertical-align: middle;
    margin-right: 26px;
}

.head_middle {
    height: 150px;
    font-size: 0px;
}

.head_middle h5 {
    display: inline-block;
    vertical-align: top;
    margin-right: 339px;
}

.head_middle h5 img {
    margin: 38px 0px 26px 0px;
}

.head_middle div {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.head_middle input {
    width: 480px;
    height: 45px;
    line-height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    opacity: 0.5;
    border-radius: 30px;
    border: none;
    padding-left: 20px;
    margin-top: 48px;
}

.head_middle .search img {
    margin-top: 48px;
    position: absolute;
    top: 1px;
    right: 1px;
}

.top_search {
    top: 5px;
    right: -20px;
}

.head_middle span {
    color: #333333;
    font-size: 14px;
}

.head_middle .top_search ul {
    display: inline-block;
    vertical-align: top;
}

.head_middle .top_search li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.head_middle .top_search li a {
    color: #333333;
    font-size: 14px;
}
.search_box a {
  cursor: pointer;
}
.barrier-free {
    margin: 0px;
  display: block !important;
}
.barrier-free a{
  float: right;
  margin: 15px 0;
  background: #fff;
  color: #666;
  border: 1px solid #FC740D;
  border-radius: 2px 0px 0px 2px;
  display: block;
  vertical-align: top;
  height: 38px;
  line-height: 38px !important;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.32px;
  padding: 0 16px;
}
.oldModeButton {
    float: right;
    display: inline-block;
}
.oldModeButton a {
    background: #F76B00;
    color: #fff;
    border: 1px solid #FC740D;
    border-radius: 2px 0px 0px 2px;
    display: inline-block;
    vertical-align: top;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
}
.head_middle input {
  margin-top: 0;
}
.head_middle .search img {
    position: absolute;
    top: 23px;
    right: 1px;
}

.nav {
    font-size: 0px;
    background: #226EBC;
}

.nav ul {
    text-align: center;
}

.nav li {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 199px;
}

.nav li a {
    font-size: 18px;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.nav span {
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 50px;
    background: #FFFFFF;
    opacity: 0.15;
}

.current {
    background: #015293;
}

.registrationType{
  position: relative;
}
.registrationType div{
  display: none;
  position: absolute;
  top: 33px;
  left: -19px;
  z-index: 1;
} 
.registrationType div span:hover{

  background: #333;
}
.registrationType div span{
  display: inline-block;
  vertical-align: top;
  width: 100px;
  background: #3333;
  text-align: center;
  margin-top: 5px;
}
.registrationType div span a{
  color: #FFFFFF;
}