/* 导航栏样式start */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 70px;
  color: #fff;
  line-height: 70px;
}
#header > .back-black{
  height: 70px;
  width: 100%;
  position: absolute;
  top: 0;left: 0;
  background-color: rgba(000, 000, 000, .6);
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000);
}
.min-width {
  width: 1200px;
  height: 100%;
  margin: auto;
}

.header-logo {
  float: left;
}

.header-logo>img {
  vertical-align: middle;
  width: 357px;
}

.header-menu {
  float: right;
  position: relative;
}

.header-menu ul {
  margin-right: 40px;
}
.header-menu ul>a>li {
  float: left;
  padding: 0 10px;
  height: 100%;
  margin: 0 10px;
  cursor: pointer;
  width: 68px;
  text-align: center;
}
:-webkit-input-placeholder{color:#ccc;}
::-webkit-input-placeholder{color:#ccc;}
:-moz-placeholder {color:#ccc;}
::-moz-placeholder {color:#ccc;}
:-ms-input-placeholder {color:#ccc;}

.search-img{
  position: absolute;
  right: 0;
  top: 5px;
  height: 60px;
  cursor: pointer;
  text-align: right;
  width: 60px;
  overflow: initial
}

.search-img>img{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.search-input{
  padding: 5px 10px;
  height: 32px;
  width: 223px;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000);
  position: absolute;
  left: -173px;
  z-index: 99;
  top: 68px;
  visibility: hidden;
}
.search-input input{
  height: 32px;
  line-height: 32px;
  width: 223px;
  position: absolute;
  padding-right: 40px;
  top: 5px;
  left: 10px;
  padding-right: 35px;
  padding-left: 4px;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000);
  outline: none;
  border: none;
  border: 2px solid #7d7d7d;
  background: transparent;
  z-index: 10;
  color: #fff;
}
.search-input .btn{
  position: absolute;
  top: 10px;
  right: 20px;
  display: inline-block;
  height: 20px;
  width: 20px;
  z-index: 10;
  background: url('../img/header/smallSearch.png')
}
.search-input input:focus{
  outline: none;
}

.header-menu ul>a {
  color: #fff;
}

.header-menu ul>a:hover li {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000);
  background-color: rgba(0, 0, 0, 0.6);
}

.header-menu ul>a>li.active {
  height: 68px;
  border-bottom: 2px inset #fff;
  position: relative;
  overflow: hidden;
}

/* 背景图样式start */
#banner {
  height: 300px;
  color: #fff;
  text-align: center;
  line-height: 500px;
  position: relative;;
  overflow: hidden;
}
.index-banner{
  height: 796px !important;
}
#banner > img{
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}

.banner-text {
  display: inline-block;
  width: 1200px;
  line-height: 28px;
  font-size: 26px;
  position: relative;
  z-index: 2;
  text-align:left;
}
.banner-mask{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  top: 70px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
}
/* 背景图样式end */

/* 导航栏样式end */