.header{
	width: 100%;
  min-width: 1200px;
	height: 190px;
	height: 192px\9;
}

.header > .header-body {
	position: relative;
  width: 100%;
  height: 140px;
	height: 142px\9;
}

.header > .header-body > img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
}

.header > .header-body > div {
  margin: 0 auto 0;
  padding-top: 30px;
  width: 1200px;
  height: 100%;
}
.header > .header-body > div > img {
  float: left;
}
.header > .header-body > div > .title {
  float: left;
  margin: 8px 0 0 35px;
  color: #fff;
  text-align: center;
}
.header > .header-body > div > .title > h1 {
  font-size: 30px;
}
.header > .header-body > div > .title > small {
  font-size: 14px;
}
.header .search {
  float: right;
  margin-top: 24px;
  padding: 0 18px 0 18px;
  width: 139px;
  height: 36px;
  border-radius: 18px;
  background-color: #6CA1E9;
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.4);
}
.header .search > input {
  float: left;
  height: 36px;
  width: 114px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
	line-height: 36px;
}
.search_btn{
  width: 25px!important;
  height: 100%!important;
  float: left!important;
 
  background-size: 100% 100%;
}
.header .search > a {
  width: 25px;
  height: 100%;
  float: left;
  background-image: url(../image/search.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.header > .nav {
  height: 50px;
  background-color: #3461A2;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 50;
}
.header .nav-body {
  margin: 0 auto 0;
  width: 1200px;
  height: 50px;
}
.header .nav-body > .menu-item {
  position: relative;
  float: left;
  width: 11.11111111%;
  height: 46px;
  text-align: center;
  z-index: 100;
}
.header .nav-body > .menu-item:hover {
  border-bottom: 4px solid #5199FF;
}
.header .nav-body > .menu-item > a {
  display: block;
  color: #fefefe;
  font-size: 16px;
	line-height: 50px;
  *line-height: 46px;
}
.header .nav-body > .menu-item > .sub-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header .nav-body > .menu-item > .sub-menu > li {
  height: 46px;
  box-sizing: border-box;
}
.header .nav-body > .menu-item > .sub-menu > li:hover {
  background-color: #E6E6E6;  
  border-left: 6px solid #5199FF;
}
.header .nav-body > .menu-item > .sub-menu > li:hover > a {
  left: -3px;
}
.header .nav-body > .menu-item > .sub-menu > li > a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #161718;
  line-height: 46px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
    
color: #fff;   
}   
input:-moz-placeholder, textarea:-moz-placeholder {   
   
color: #fff;   
}   
input::-moz-placeholder, textarea::-moz-placeholder {   
    
color: #fff;   
}   
input:-ms-input-placeholder, textarea:-ms-input-placeholder {   
    
color: #fff;   
}
