.inner-contents {
  padding: 0 10px 30px;
}

.wideslider {
  width: 1050px;
  overflow: hidden;
  margin: -4px auto 0;
}

.wideslider_base {
  left: 0!important;
}

.over_l,
.over_r,
.slider_prev,
.slider_next {
  display: none;
}

.fnavi {
  display: none;
}

#LayerHeader.fixed,
.fixed {
  position: relative;
}

.fixed .logo {
  float: none;
  margin-top: 0;
  width: auto;
  height: auto;
}
.fixed .logo p {
  margin: 0 auto 9px;
  padding: 0;
  text-align: center;
}
.fixed .logo a {
  display: inline;
  width: auto;
  height: auto;
  background: none;
}
.fixed .logo p img {
  display: inline;
}
.fixed .right-contents {
  position: absolute;
  top: 0;
  right: 0;
  width: 367px;
  height: 79px;
}
.fixed .search {
  float: left;
  width: 200px;
  margin-left: 87px;
}

.fixed .choice-lang {
  position: relative;
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
}
.fixed .choice-lang ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 33px;
  left: 0;
  margin: 0;
  border: 2px solid #00739d;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
}

.fixed .choice-lang span {
  display: table-cell;
  width: 66px;
  height: 31px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #00739d;
  border: 2px solid #00739d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.fixed .choice-lang span:hover {
  color: #0a4f66;
  background: #fff;
}
.fixed .choice-lang li.active span {
  color: #0a4f66;
  background: #fff;
}
.fixed .right-link {
  float: none;
  clear: both;
    margin-top: 44px;
}
