L@charset "utf-8";

* {
	font-family: '微软雅黑';
/* 	font-family: SimHei; */
}
.navbar .list-inline > li { 
  	text-align: center;  
/*    	width:${100/(flbyjlist.size()+2)}%; */
  }  
  .dropdown-menu{
  	min-width:185;
  }
/*    .banner { */
/*   	background-image: url(${pageContext.request.contextPath}/imgFile/wztb/20180319/back_01.png);  */
/*   } */
  .banner_logo{
     width:1100px;
     margin: 0px auto; 
   }
  
   .navbar .list-inline {
 /*    padding-left: 30px; */
    margin-left: -5px;
    list-style: none;
/*     width: 100% !important;  */
/*     margin: auto; */
    padding-left:0;
	width: 1200px;
    margin: 0 auto;
}
.navbar .list-inline > li {
    text-align: center;
    /* margin-left: 10%; */
    width: 11% !important;
}
.dropdown-menu {
    position: absolute;
    left: 4px;
    z-index: 10000;
/*     display: none; */
    float: left;
    margin: 6px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
    .dropdown-down > li > a:hover:after {  
/*   	 	transform: none;     */
 	  content: "";  
      border-bottom: 0px solid #fff;
      border-color:#fff;  
      margin-top: 5px; 
      display: block;  
      width: 100%; 
      z-index:9999;
      transition: all 0.2s ease-out 0s;  
      transform: scaleX(1.05);  
  	}  
  .dropdown-down li > a:after {  
      content: "";  
      border-bottom: 0px solid #fff;
      border-color:white;  
      margin-top: 5px; 
      display: block;  
      width: 100%;  
      transition: all 0.2s ease-out 0s;  
      transform: scaleX(0);  
  }  
 .search-top {
    box-sizing: border-box;
    border: 1px solid #0d75cf;
    border-radius: 30px;
    padding-right: 20px;
    overflow: hidden;
    position: absolute;
    top: 50px;
/*     margin-top: -16px; */
    margin-top:-3px;
/*     right: 0; */
    right: 16%;
    z-index: 2;
}
 .dlan{
    box-sizing: border-box;
    border: 1px solid #0d75cf;
    border-radius: 3px;
    overflow: hidden;
    position: absolute;
    top: 50px;
/*     margin-top: -16px; */
    margin-top:-3px;
/*     right: 0; */
    right:2%;
    z-index: 2;
}
 .dlcg{
 	border:0px;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top: 50px;
/*     margin-top: -16px; */
    margin-top:-3px;
/*     right: 0; */
    right:2%;
/*     left:76%; */
}
.dlcg:hover > ul.dropdown-menu {
	display: block !important;
}
.dlan > button {
    width: 70px;
    height: 30px;
}
.dlcg > button {
/*     width: 155px; */
    height: 30px;
}
.search-top > input {
    display: block;
    width: 200px;
    line-height: 18px;
    height: 30px;
    font-size: 12px;
    color: #333;
    padding: 6px 10px;
    background: none;
    border: 0;
    outline: none;
}
.search-top > button {
    display: block;
    width: 45px;
    line-height: 30px;
    font-size: 14px;
    color: #555;
    background: none;
    border: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
}
.search-top > button > i {
    font-size: 18px;
    position: relative;
    top: 1px;
} 
 .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	
	background-color:#4E7FDA;
	border-color:#4E7FDA;
}
