.bdl {
  display: none;
}

.footer {
  margin-top: 30px;
  height: 234px;
  background-color: #022863;
}

.footer-link {
  height: 63px;
  padding-top: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-link-select {
  float: left;
  width: 180px;
  height: 37px;
  margin-right: 24px;
}

.footer-link-select a{
    color: #FFFFFF;
}

.footer-link-select:last-child {
  margin-right: 0;
}

.footer-link .ewb-sel {
  display: none;
  width: 100%;
  height: 37px;
  line-height: 37px;
  padding-left: 16px;
  border: none;
  background-color: #fff;
}

.footer-link .chosen-container {
  width: 100%;
  height: 37px;
  line-height: 37px;
}

.footer-link .chosen-container-single .chosen-single {
  padding: 0 0 0 16px;
  height: 37px;
  border: none;
  box-shadow: none;
  font-size: 16px;
  color: #666;
  border-radius: 5px;
}

.footer-link .chosen-container-single .chosen-default {
  color: #999;
}

.footer-link .chosen-container-single .chosen-single.cur {
  color: #333;
}

.footer-link .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
}

.footer-link .chosen-container-single .chosen-single span {
  margin-right: 30px;
  height: 37px;
  line-height: 37px;
}

.footer-link .chosen-container-single .chosen-single div {
  width: 30px;
  padding: 0;
}

.footer-link .chosen-container-single .chosen-single div b {
  width: 30px;
  height: 37px;
  background: url("../images/sel_ico.png") left center no-repeat;
}

.footer-link .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/sel_ico_cur.png") left center no-repeat;
}

.footer-link .chosen-container-single .chosen-drop {
  top: 37px;
  border: none;
  border-radius: 0;
}

.footer-link .chosen-container .chosen-search {
  display: none;
}

.footer-link .chosen-container .chosen-results {
  max-height: 180px;
  margin: 0;
  padding: 0;
  color: #676767;
}

.footer-link .chosen-container .chosen-results li {
  padding: 10px;
  line-height: 20px;
}

.footer-link .chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #0087ff;
}

.footer-infor {
  margin-top: 32px;
}

.footer-infor-list {
  margin-bottom: 7px;
  line-height: 16px;
  font-size: 16px;
  color: #fff;
}

.footer-infor-list li {
  float: left;
}

.footer-infor-list li:first-child .footer-infor-box {
  margin-left: 0;
}

.footer-infor-box {
  margin: 0 26px;
  font-size: 14px;
  color: #fff;
}

.footer-infor-name {
  margin-right: 35px;
  line-height: 30px;
  color: #fff;
}

.footer-right {
  margin-top: 54px;
}

.footer-right-icon {
  width: 48px;
  height: 59px;
  margin-right: 34px;
  background: url("../images/fooer_icon.png") no-repeat;
}

.footer-right-error {
  width: 110px;
  height: 55px;
  background: url("../images/error.png") no-repeat;
}

.header-child .header-child-name {
    transition: all 0.2s;
    display: block
}

.header-child .header-child-name:hover {
    transform: translateY(-5px);
}

.headerlogo{
  position: absolute;
}

.headertitle{
  margin-left:105px;
  position: absolute;
}