.topBox {
  height: 82px;
  background-color: #0c1c2e;
  position: fixed;
  z-index:9999;
  width:100%;
    opacity: 0.9;
}
.topBox .conter {
  width: 1416px;
  height: 75px;
  line-height: 75px;
  margin: 0 auto;
}
.topBox .conter .tit {
  max-width: 446px;
  height: 22px;
  font-family: AliHYAiHei-Beta;
  font-size: 23px;
  color: #ffffff;
  float: left;
}
.topBox .conter ul {
 max-width: 748px;
  float: right;
}
.topBox .conter ul li {
  margin-right: 38px;
  float: left;
}
.topBox .conter ul li:last-child {
  margin-right: 0;
}
.topBox .conter ul li a {
  width: 37px;
  height: 18px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #ffffff;
}
.topBox .conter ul li img {
  width: 24px;
  height: 24px;
  margin-top: 26px;
}
.topBox .conter ul .sc {
  position: relative;
}
.topBox .conter ul .sc a {
  background: url(../images/top/sousuo.png) right center no-repeat;
  width: 40px;
  height: 22px;
  margin-top: 28px;
  display: block;
  border-left: 1px solid #fff;
}
.topBox .conter ul .sc .search {
  display: none;
  position: absolute;
  right: -28px;
  top: 90px;
  border: 1px solid #ddd;
  width: 300px;
  height: 40px;
}
.topBox .conter ul .sc .search .kw {
  position: absolute;
  top: 6px;
  left: 10px;
  width: 196px;
  height: 29px;
}
.topBox .conter ul .sc .search .ok {
  position: absolute;
  right: 50px;
  top: 10px;
  width: 22px;
  height: 22px;
  background: #000;
  background: url(../images/top/search.png);
  background-size: 22px 22px;
}
.topBox .conter ul .sc .search .close1 {
  display: block;
  position: absolute;
  right: 14px;
  top: 10px;
  width: 22px;
  height: 22px;
  background: url(../images/top/close11.png) no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}
.topBox .conter ul .wza {
  margin-right: 19px;
}
.topBox .conter ul .wza a {
  display: inline-block;
  width: 88px;
}
.topBox .conter ul .wza a img {
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin-right: 6px;
}
.topBox .conter ul .topactive a {
  color: #ba9b67;
  font-weight: 700;
}
