.topzone {
  width: 1190px;
  height: 132px;
  margin: 0 auto;
}
.topzone .right {
  float: left;
  color: #666;
}
.kef-tel {
  display: block;
  padding-top: 5px;
  font-size: 18px;
  color: #ac1630;
}
.u-logo {
  float: left;
  width: 320px;
  padding: 35px 0 0 0;
}
.search {
  float: left;
  width: 442px;
  padding: 40px 0 0 50px;
}
.sform {
  position: relative;
  z-index: 10;
  width: 430px;
  height: 40px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
.s-inp {
  float: left;
  height: 40px;
  width: 290px;
}
.s-inp input {
  height: 30px;
  width: 290px;
  padding: 0px 8px 0px 8px;
  margin-top: 5px;
  line-height: 30px;
  font-size: 14px;
  border: 0px;
  outline: 0;
}
/* .sform button{ float:right; display:block; width:86px; height:40px; border:0; cursor:pointer; background:#ac1630 url(/images/sico.png) no-repeat center center; outline:0;}
 */
.soption {
  float: left;
  position: relative;
  z-index: 10;
  width: 70px;
  height: 40px;
  cursor: pointer;
}
.sp-curr {
  position: relative;
  padding-left: 6px;
  height: 40px;
  line-height: 40px;
  color: #666;
}
.sp-curr span {
  display: block;
  position: absolute;
  top: 18px;
  right: 11px;
  width: 6px;
  height: 4px;
  background-position: 0px 0px;
}
.sp-downlist {
  display: none;
  position: absolute;
  z-index: 15;
  width: 70px;
  top: 40px;
  right: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 1px solid #fff;
}
.sp-downlist li {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.sp-downlist li.curr {
  background-color: #eee;
}

.sd-channel {
  float: right;
  padding: 4px 10px;
  margin-top: 6px;
  font-weight: normal;
  background-color: #eaeaea;
  border-radius: 11px;
}
.sd-item {
  float: left;
  line-height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.s-btn {
  float: right;
  position: relative;
  top: 0px;
  width: 60px;
  height: 40px;
  background-color: #e6e6e6;
}
.s-btn .s-fdj {
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  background: url(/images/sprites.png) no-repeat;
  top: 10px;
  left: 24px;
  z-index: 1;
  background-position: 0px 0px;
}
.s-btn .buts {
  display: block;
  position: absolute;
  z-index: 5;
  top: 0px;
  left: 0px;
  width: 70px;
  height: 40px;
  border: 0px;
  background: transparent;
  cursor: pointer;
  outline: none;
}

/*搜索下拉提示*/
.search-down {
  position: absolute;
  top: 39px;
  left: -1px;
  z-index: 20;
  width: 430px;
  border: 1px solid #e3e3e3;
  border-top: 0;
  background-color: #fff;
}
.search-down ul li {
  overflow: hidden;
  padding: 0 10px;
  width: 410px;
  height: 34px;
  border-bottom: 1px solid #f5f6f7;
  font-weight: 700;
  color: #525252;
  cursor: pointer;
}
.buts {
  display: block;
  position: absolute;
  z-index: 5;
  top: 0px;
  left: 0px;
  width: 70px;
  height: 40px;
  border: 0px;
  background: transparent url(../images/sico.png) no-repeat center center;
  cursor: pointer;
  outline: none;
}
.search-down ul li:hover .sd-channel {
  background-color: #c00000;
}
.search-down ul li:hover {
  background-color: #c00000;
  color: #fff;
}
.search-down ul li.hover {
  background-color: #c00000;
  color: #fff;
}
.search-down ul li.hover a font {
  color: #fff;
}
.search-down ul li.hover a {
  color: #fff;
  text-decoration: none;
}
