﻿.topnav {
  height: 35px;
  line-height: 35px;
}

.topnav a {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.topnav a:hover {
  color: #fff;
  font-size: 12px;
}

.topnav ul li {
  display: block;
  float: left;
  line-height: 35px;
}

.topnav ul li a i {
  line-height: 12px;
}

.topnav ul li a i.icon-daohang {
  position: relative;
  top: 2px;
}

.topnav .pull-right {
  margin-right: -15px;
}

.topnav .pull-left ul li {
  padding-right: 20px;
}

.topnav .pull-right ul li {
  padding: 0 15px;
}

.topnav .pull-right .login-btn,
.topnav .pull-right .user-center {
  display: none;
}

.topnav .pull-right .user-center .user-img {
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  vertical-align: bottom;
  background-size: 100% 100%;
  border-radius: 50%;
  background-image: url(../img/89a9cd0….jpg);
  background-repeat: no-repeat;
}

.topnav .pull-right .user-center .nickname {
  width: 48px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
}

.topnav .sitenav .sitenav-block {
  display: none;
}

.topnav .sitenav:hover {
  background-color: #fff;
  color: #333;
}

.topnav .sitenav:hover a,
.topnav .sitenav:hover i {
  color: #333;
}

.topnav .sitenav:hover .sitenav-block {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 35px;
  background-color: rgba(255, 255, 255, .95);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  animation: fadeIn .3s ease-in both;
  z-index: 9999;
  background-color: #fff;
}

.topnav .sitenav .sitenav-block .wrap {
  overflow: hidden;
}

.topnav .sitenav .sitenav-block dl {
  width: 400px;
  display: block;
  float: left;
  /*margin-left: 10px;*/
  border-right: 1px solid #f4f4f4;
  margin-right: -1px;
}

.topnav .sitenav:hover .sitenav-block dl dt {
  text-align: center;
}

.sitenav-block dl dt a,
.sitenav-block dl dt a:hover {
  font-size: 14px;
}

.topnav .sitenav:hover .sitenav-block dl dt a {
  color: #000;
  font-weight: normal;
}

.topnav .sitenav:hover .sitenav-block dl dd {
  margin-left: 20px;
}

.topnav .sitenav:hover .sitenav-block dl dd {
  display: block;
  float: left;
  padding: 0 7px;
}

.topnav .sitenav:hover .sitenav-block dl dd a {
  color: #333;
}


/*历史记录下拉*/

.histreco {
  position: relative;
}

.histreco .histreco-block {
  display: none;
}

.histreco:hover .histreco-block {
  display: block;
  z-index: 9999;
  position: absolute;
  right: 0;
  top: 35px;
  width: auto;
  background-color: rgba(255, 255, 255, .95);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  animation: fadeIn .3s ease-in both;
  background-color: #fff;
  max-height: 400px;
  overflow: hidden;
}

.histreco:hover {
  background: #fff;
}

.histreco:hover a,
.histreco:hover i {
  color: #333;
}

.histreco:hover .histreco-block ul li {
  display: block;
  float: left;
  width: 91px;
  padding: 0 15px;
  border-bottom: dashed 1px #f4f4f4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.histreco:hover .histreco-block ul li a {
  color: #333;
}

.nav {
  height: 60px;
  line-height: 60px;
  /* overflow: hidden; */
}

.search .bdcs-search-form-input {
  width: 280px;
  height: 26px;
  background-color: #f5f5f5;
  border-radius: 5px 0 0 5px;
  padding: 5px 5px 5px 12px;
  border: 2px solid #008ee1;
  border-right: none;
  font-size: 14px;
}

.search .bdcs-search-form-submit {
  width: 70px;
  height: 40px;
  background-color: #008ee1;
  border: none;
  color: #fff;
  border-radius: 0 5px 5px 0;
  margin-left: -4px;
  font-size: 14px;
  transition: background 0.4s, border 0.2s, margin 0.2s;
}

.search_hot {
  width: 416px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search_hot span {
  color: #333;
  font-weight: bold;
}

.search_hot a {
  padding-left: 5px;
  color: #999;
}

.logo {
  margin-top: 10px;
}

.logo_img {
  background: url(../img/logo.png) no-repeat;
  width: 107px;
  height: 39px;
}

.logo .guide {
  background: url(../img/logo_guide.png) no-repeat;
  width: 167px;
  height: 51px;
  margin-left: 10px;
}



.channelLogo {
  background: url(../img/sprite.png);
  background-position: -438px -105px;
  width: 62px;
  height: 31px;
  margin-top: 5px;
  margin-left: 10px;
  position: relative;

}

.channelLogo em {
  color: #fff;
  line-height: 1px;
  text-align: center;
  display: block;
  padding-top: 15px;

}

.channelLogo em a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}