@charset "utf-8";
/************* Reset CSS *************/
/* 清除内外边距 */
html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ form, fieldset, iframe, legend, label, button, input, textarea, /* form elements 表单元素 */ tr, th, td { /* table elements 表格元素 */ margin: 0; padding: 0; font-family:"微软雅黑";}
h1, h2, h3, h4, h5, h6 { /*font-size: 100%;*/}
address, cite, dfn, var { font-style: normal;} /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family:"微软雅黑", Courier, monospace;} /* 统一等宽字体 */
small { font-size: 12px;} /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol { list-style: none;}
/* 重置文本格式元素 */
a { text-decoration: none; font-family:"微软雅黑";}
a:hover { text-decoration: underline;}
/* 重置表单元素 */
fieldset, img, button { border: none; vertical-align: middle;}
/* 注：optgroup 无法扶正 */
button, input, select, textarea { font-size: 100%;}
img, iframe, table, form { vertical-align: top;}
/* 重置表格元素 */
table { border-collapse: collapse; border-spacing: 0;}
/* 重置 hr */
hr { border: none; height: 1px;}
/************* Reset CSS *************/
.clearfix { zoom: 1;}
.clearfix:after, .clearfix:before { content: "\200B"; display: block; height: 0; visibility: hidden;}
.clearfix:after { clear: both;} .clearfix{overflow: hidden;}
html{
    background-color: #ffffff;}
.bigbanner{
	 width: 100%;
    min-width: 1000px;
    height: 230px;
    background: url(../../../../20180906wlaqz/images/2020.png) no-repeat;background-size: cover;
    background-position: center;}
.nav{
    width: 100%;
    height: 50px;
    background-color: #0b4fbf;}
.nav .head-list{
    height: 50px;
    width: 996px;
    margin: auto;
    background-color: #0b4fbf;}
.nav .head-list li{
    float: left;
    width: 164px;
    height: 50px;
    line-height: 50px;
    overflow: visible;}
.head-list li a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    font-size: 19px;
    font-weight: bold;}
.head-list li a:hover{
    background-color: #669ff6;}
.head-list .active{
    position: relative;}
.head-list .active ul li{
    width: 200px;
    height: 40px;
    background-color: #ffffff;
	border-bottom: 1px solid #d8d8d8;}
.head-list .active:hover{
    background-color: #669ff6;}
.head-list .active ul li a{
    display: block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    color: #000000;
    padding-left: 10px;
    font-weight: normal;}
.head-list .active ul li a:hover{
    background-color: #eee;}
.head-list .active ul{
    display: none;
    position: absolute;
    top:50px;
    left: 0px;}
.head-list .active ul .line{
	border-bottom:0;}