#wrap {
  background: transparent;
}

#wrap .top-bar * {
  color: white;
}

.top-links a {
  border-right: 1px solid white;
}

#search {
  width: 214px;
  display: inline-block;
  height: 27px;
  margin-left: 30px;
  margin-right: 30px;
  float: none;
}

#search #keyword {
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  width: 159px;
}

#search .btn {
  background: #eb6623;
  width: 55px;
  border-radius: 0;
  float: none;
  right: 0;
  left: inherit;
  height: 26px;
  top: 13px;
  color: white;
}

.top_header {
  position: absolute;
  top: 0;
}

/**************header*************/
.header {
  background: url(../images/top_header_bg.jpg) no-repeat top;
}
.header .container {
  height: 152px;
}

.header .navbar-nav {
  margin-top: 61px;
}

.header .nav_list .lv1:hover > a,
.header .nav_list .lv1.active > a {
  color: #eb6623;
  background: none;
}

/*.header .nav_list .lv1.active{
  border-bottom: 2px solid $color;
}*/
.header .navbar-brand {
  margin-top: 25px;
}

/*foot*/
@keyframes foot_change_bg {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -500px;
  }
}
.foot {
  background: #ededed;
}
.foot .main {
  position: relative;
  background: white;
  background-size: cover;
  width: 98%;
  margin: 0 auto;
  box-shadow: 0px 1px 24px 0px rgba(136, 135, 135, 0.26);
}
.foot .main:hover .foot_bg {
  animation: foot_change_bg 10s;
}
.foot .main .foot_bg {
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/foot_shan.png") repeat-x center;
  background-size: cover;
  z-index: 33;
  height: 100%;
  width: 100%;
  animation: none;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.foot .main .hover_box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #eb6623;
  z-index: 2;
  transition: .5s;
}
.foot .main .hover_box.on {
  width: 50%;
}
.foot .main .hover_box2 {
  left: 50%;
}
.foot .main > div {
  background: transparent;
  position: relative;
  z-index: 444;
}
.foot .main .message {
  color: #2d3135;
  padding: 43px 37px;
}
.foot .main .message.on {
  color: white;
}
.foot .main .message.on h5 {
  color: white;
}
.foot .main .message.on .line {
  background: white;
}
.foot .main .message ul {
  margin-top: 23px;
}
.foot .main .message .line {
  width: 15px;
  height: 2px;
  background: #eb6623;
  margin-right: 5px;
  transition: .5s;
}
.foot .main .message li {
  margin-bottom: 24px;
  display: flex;
  transition: .5s;
  align-items: center;
}
.foot .main .message h5 {
  font-size: 26px;
  transition: .5s;
  font-weight: 600;
}
.foot .main .liuyan {
  height: 313px;
  color: #2d3135;
  padding: 43px 37px;
}
.foot .main .liuyan.on {
  color: white;
}
.foot .main .liuyan.on input[type="submit"] {
  border: 1px solid white !important;
  color: white;
}
.foot .main .liuyan h5 {
  font-size: 26px;
  font-weight: 600;
  transition: .5s;
}
.foot .main .liuyan input[type="submit"] {
  width: 113px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  font-size: 14px;
  background: #2e3236;
  color: white;
  transition: .5s;
  border: none !important;
}
.foot .main .liuyan .liuyan4 td:first-child {
  display: none;
}

.foot .liuyan:hover ::-webkit-input-placeholder {
  color: white;
}

#feedback .liuyan-tr:not(:last-child) input {
  width: 50%;
  padding-left: 17px;
}

#feedback .liuyan-tr span {
  display: none;
}

#feedback .liuyan2 {
  position: absolute;
  right: -147px;
  top: 92px;
}

#feedback .liuyan3 input {
  width: 95% !important;
}

#feedback {
  margin-top: 21px;
}

.beizhu {
  background: #404040;
  color: white;
}

/*# sourceMappingURL=self_item_public.css.map */
