header {
  height: 96px;
  width: 100%;
  box-shadow: -1px 1px 0px #d9d9d9;
}
header .header-top {
  height: 96px;
  line-height: 96px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
}
header .header-top .header-left {
  /*width: 190px;*/
  /*height: 41px;*/
}
header .header-top .header-left img {
  /*width: 190px;*/
  /*height: 41px;*/
  vertical-align: middle;
}
header .header-top .header-middle {
  margin-left: 35px;
}
header .header-top .header-middle ul li {
  height: 94px;
}
header .header-top .header-middle ul li a {
  padding: 30px;
}
header .header-top .header-middle ul li:hover {
  border-bottom: 2px solid #225189;
}

header .header-top .header-right{
  height: 100%;
}
header .header-top .header-right a{
  display: inline-block;
}

header .header-top .header-right ul li img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
header .header-top .header-right ul li span {
  padding: 0 5px;
  color: #063B7A;
  vertical-align: middle;

}
header .header-top .header-right ul li span:hover {
  cursor: pointer;
}
#sou{
  display: none;
}
.left.active{
  color:rgba(6,59,122,1);
  border-bottom: 2px solid rgba(34,81,137,1);;
}
.left.active a{
  color:rgba(6,59,122,1);
}
.over{
  max-width: 136px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
}
.sousuo{
  display: none;
}

/*扫码进入头部*/
#header1{
  display: block;
}
#header2{
  display: none;
}
.conta{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.contaimg{
  padding-top: 15px;
  float: left;
}
.contaer{
  margin-left: 120px;
  padding-top: 27px;
  float: left;
  position: relative;
}

.contaerbox{
  position: absolute;
  width:160px;
  height:190px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(204,204,204,1);
  opacity:1;
  z-index: 50;
  left: -10px;
  padding: 10px;
  box-sizing: border-box;
  display: none;
}

.contaerbox img{
  width: 140px;
  height: 140px;
}
.contaerbox p{
  font-size:14px;
  color:rgba(51,51,51,1);
  text-align: center;
  margin-top: 8px;
}
.contatel{
  margin-left: 134px;
  float: left;
  display: flex;
  align-items: center;
  padding-top: 29px;
}
.contatel p{
  margin-left: 10px;
  font-size:20px;
  color:rgba(51,51,51,1);
}
.contaziz{
  margin-left: 120px;
  padding-top: 27px;
  float: left;
  position: relative;
}
.contazizbox{
  position: absolute;
  width:301px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(204,204,204,1);
  padding: 20px 15px 10px;
  font-size:14px;
  color:rgba(51,51,51,1);
  z-index: 50;
  font-family:Microsoft YaHei;
  left: -10px;
  display: none;
}
.contazizb{
  overflow: hidden;
  margin-bottom: 10px;
}
.contazizboxtext{
  min-width: 70px;
  float: left;
}
.contazizboxtext1{
  display: block;
  float: left;
  width: 176px;
}
.contalogin{
  float: right;
  /*height: 100%;*/
  padding-top: 36px;
}
.contalogintext{
  padding: 0 10px;
  font-size:18px;
  height: 24px;
  line-height:24px;
  /*color:rgba(153,153,153,1);*/
  float: left;
  cursor: pointer;
  border-right: 1px solid rgba(153,153,153,1);
}

.contalogintext:last-child{
  border-right: none;
}