﻿#header .banner {
  width: 100%;
  display: block;
  background: url(xy_sjj_header-bg.png) no-repeat;
  background-size: 100% 100%;
  height: 194px;
}
#header{
  /* width:1200px; */
  /* margin:0 auto; */
}
#header #link {
  width: 100%;
  background-color: #226ebc;
  height: 40px;
  line-height: 40px;
}

#header .header-link {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}

.zrcode {
  position: relative
}

.zrcode:hover img {
  display: block
}

.zrcode img {
  width: 100px;
  top: 30px;
  display: none;
  left: -26px;
  position: absolute;
  z-index: 999
}

#header .header-link .time {
  font-size: 14px;
  margin-right: 12px;
}

#header .header-link a {
  font-size: 14px;
  color: #fff;
}

#header .header-link .header-link-left {
  float: left;
  margin-left: 20px;
}

#header .header-link .header-link-right {
  float: right;
  margin-right: 20px;
}

#header .header-link .header-link-right i {
  margin: 0 4px;
}

#header .banner {
  /* position: relative; */
}

#header .banner .t-logo {
  position: absolute;
  top: 60px;
  left: 71px;
}

#header .banner .search-box {
  width: 1200px;
  margin: 0 auto;
  margin-left: 346px;
  position: absolute;
}

#header .banner .search-box form {
  position: absolute;
  top: 53px;
  right: 35px;
}

#header .banner .search-box form input {
  height: 40px;
  width: 330px;
  padding-left: 10px;
}

.search-box a {
  display: block;
  height: 100%;
  line-height: 190px;
}

.search-box a img {
  margin-top: 60px;
}

.search-box input {
  width: 184px;
  height: 40px;
  border: 1px solid #ccc;
  padding-left: 10px;
  position: absolute;
  top: 71px;
  right: 530px;
  color: #226ebc;
  outline: none;
}

.search-box span {
  display: block;
  width: 60px;
  height: 40px;
  background: #226ebc;
  position: absolute;
  top: 71px;
  right: 471px;
}