@charset "gb2312";
/*var 工具条 = 后台编辑工具条;
 *1 本样式主要为了解决顶部 fixed 浮动问题,会造成出现工具条覆盖在导航上边
 *由原来的 fixed 固定浮动改为文档流模式,导航会以文档流模式出现并排在工具条下方
 *2 二级菜单反而需要 fixed 模式,top 坐标值等于工具条的高度,随工具条的高度改变而改变
 *
 *by Allen 2016-12-28 sosowr@163.com
 */
/*reset .fixed style*/
.positionNormal{
  position: static;
}

/*reset .page-wapper style*/
.paddingTop0{
    padding-top: 0;
}

/*reset .nav style*/
.navTop{
    top: 296px;
}

.search-area {
  position: absolute;
  width: 32px;
  height: 70px;
  overflow: hidden;
  top: 0;
  right: 176px;
  z-index: 200;
  background-color: #000;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -wekit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
}
.search-area.open-search {
  width: 705px;
}
.search-area.open-search .wapper {
  border-bottom: 1px solid #eeeeee;
}
.search-area.open-search .hide {
  opacity: 1;
}
.search-area .wapper {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 680px;
  height: 33px;
  margin-top: 23px;
  white-space: nowrap;
  border-bottom-color: transparent;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -wekit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
}
.search-area .hide {
  opacity: 0;
}
.search-area .icon {
  cursor: pointer;
}
.search-area .icon-search-close {
  position: relative;
  top: 25px;
  right: 0;
  margin-left: 5px;
}
.search-area input {
  font-family: 'PingFangSC-Thin', 'Microsoft YaHei';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 630px;
  font-size: 14px;
  line-height: 26px;
  border: none;
  -webkit-appearance: none;
  margin-left: 20px;
  background-color: transparent;
  transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  -wekit-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
}
.about-btn {
    position: relative;
}
.sad_ys{
display: none;
position: absolute;
top:40px;
left: 0;
background: #222;
z-index: 100;
}
.sad_ys li{
  width: 100px;
  text-align: center;
  border-bottom: 1px solid #5d4b48;
}
.about-btn:hover{
  background: #222;
  border-bottom:1px solid #5d4b48;
}
