.header .banner {
  background: url("../images/banner_dwkx.jpg") no-repeat center top;
  width: 100%;
  min-width: 1200px;
  height: 395px ;
  box-sizing: border-box;
  padding-top: 30px;
}
.header .banner .headerCon {
  width: 1380px;
  margin: 0 auto 0;
}
.header .banner .headerCon .logo{
  width: 100%;
  float: left;
}
.header .banner .headerCon .logo img{
  display: block;
  margin: -30px auto 0;
}
.header .banner .headerCon .search a.English{
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  margin-top: 13px;
  font-weight: bold;
  margin-right: 20px;
}

.header .banner .headerCon .search a.button {
  width: 152px;
  height: 52px;
  background: url(/fswz/icon_search.png) no-repeat 28px center #027ad0;
  display: block;
  float: right;
  font-weight: bold;
  line-height: 52px;
  border-radius: 30px;
  color: #FFFFFF;
  text-indent: 73px;
}
.header .nav ul.dwkxsNav li {
    float: left;
    color: #FFFFFF;
    width: 197px;
    text-align: center;
}


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

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

	background:rgb(32 66 135); 
}