.header {
  height: 120px;
  background: #c9caca;
}
.hhLeft {
  left: 0;
  width: 330px;
  height: 120px;
  background: #001b53 url("../images/header_logo.png") 20% center no-repeat;
  position: absolute;
  z-index: 100;
}
.h_m_btn {
  position: absolute;
  right: 9px;
  width: 50px;
  height: 50px;
  background-image: url("../images/pic_menu.png");
  background-repeat: no-repeat;
  background-position: -70px center;
}
.h_m_wrap {
  width: 640px;
  top: 120px;
  z-index: 999;
  font-size: 240%;
  text-align: center;
  line-height: 66px;
  background: #001b53;
  padding: 54px 0 118px;
  display: none;
}
.home_menu {
  background: url("../images/homeBorder.png") center bottom no-repeat;
}
.h_m_wrap a {
  color: #fff;
  padding: 20px 0;
}
.h_m_wrap li {
  background: url("../images/homeBorder.png") center top no-repeat;
}
.menu_su {
  position: absolute;
  bottom: 30px;
}
/*右边的*/
.hhRight {
  text-align: right;
  height: 100%;
  position: relative;
  width: 100%;
}
.chat,
.find,
.lang {
  display: inline-block;
  width: 58px;
  height: 100%;
  background-image: url("../images/pic_header.png");
  background-repeat: no-repeat;
  margin-right: 30px;
}
.chat {
  background-position: 0 center;
}
.find {
  background-position: -83px center;
}
.lang {
  background-position: -159px center;
}
/*搜索栏*/
.line_find {
  background: #fff;
  padding: 25px 0 32px;
  font-size: 220%;
  position: relative;
}
.line_find .input_find {
  width: 482px;
  height: 58px;
  line-height: 58px;
  text-indent: 0.8em;
  border: 1px solid #c1c1c1;
  margin: 0 36px 0 35px;
}
.triange {
  position: absolute;
  bottom: -1px;
  right: 130px;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff transparent;
  border-width: 20px;
  border-style: solid;
}
.error{position: absolute;width: 543px;height: 260px;background-color:#ffffff;border:2px #193264 solid;z-index: 2;top:14px;left: 9px;font-size: 26px;color: #595757;text-align: center;line-height: 260px;display: none;}
.colse{position: absolute;right: 15px;top:15px;}

.real_menu_btn{
    width: 320px;
    height: 120px;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
}
