.header .banner {
  background: url("../images/banner_scyjs.jpg") no-repeat center top;
     width: 100%;
    min-width: 1200px;
    height: 300px;
    box-sizing: border-box;
    padding-top: 30px;
    background-position: 43% 70%;
    background-size: cover;

}
.header .banner .headerCon {
  width: 1380px;
  margin: 20px auto 0;
}
.header .banner .headerCon .logo {
  margin-left: 90px;
}
.header .banner .headerCon .search {
  margin-top: 14px;
  margin-right: 160px;
}
.header .banner .headerCon .search form {
  width: 394px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: #ffffff;
  margin: 0 auto;
  border: 3px solid #00693e;
  overflow: hidden;
}
.header .banner .headerCon .search form input {
  height: 50px;
  font-size: 18px;
  display: block;
  text-indent: 14px;
  width: 300px;
}
.header .banner .headerCon .search form button {
  width: 78px;
  height: 100%;
  cursor: pointer;
  background: url("/fswz/icon_search.png") no-repeat center center #00693e;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
}
.header .nav{
  height: 50px;
  _height:50px;
  line-height: 50px;
}
.header .nav ul li .dropList {
    width:276px;
    display: none;
    z-index: 999;
    position: absolute;
}
.header .nav ul li .dropList .dlItm {
    width: 276px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    background-color: #23582a!important;
    text-align: left;
    overflow: hidden;
}
.header .nav ul li .dropList .dlItm a {
    letter-spacing: 0px;
    text-align: center;
}
.header .nav ul li .dropList .dlItm a:hover {
    background-color: #2c991a!important;
}


.header .nav ul li {
    float: left;
    color: #FFFFFF;
    width: 20%;
    position: relative;
    text-align: center;
}

.header .nav li  ul {
     display: none; 
    position: absolute;
    z-index: 999;
    background: rgba(23, 169, 60, 0.9);
    _top: 50px;
    top: 50px;
    left: 0px;
    width: 100%;
    }
.header .nav li ul li {
    display: block;
    width: 100%;
    float: none;
    position: relative;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.header .nav li ul li a:hover{

	background: #149639; 
}