@charset "gb2312";
/************* 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%; /* 使得表单元素在 ie 下能继承字体大小 */ }
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;
}
.head-wrap{
    font-family: "微软雅黑";
    width: 100%;
    min-width: 1000px;
    height: 280px;
    background: url("www.cac.gov.cn20170911aqzimageshead-wrap-bg.jpg");
    background-size: auto 100%;
    position: relative;
    z-index: 100;
}
.head-wrap .head-bg{
    height: 230px;
    width: 1000px;
    margin: auto;
    background: url("www.cac.gov.cn20170911aqzimageshead-inner-bg.png");
    background-size: 100%;
}
.head-wrap .list-wrap{
    width: 100%;
    height: 50px;
    background-color: #0b4fbf;
}
.head-wrap .head-list{
    height: 50px;
    width: 996px;
    margin: auto;
    background-color: #0b4fbf;
}
.head-wrap .head-list li{
    float: left;
    width: 166px;
    height: 50px;
    line-height: 50px;
    overflow: visible;
}
.head-wrap .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-wrap .head-list li a:hover{
    background-color: #669ff6;
}
.head-wrap .head-list .active{
    position: relative;
}
.head-wrap .head-list .active ul li{
    width: 200px;
    height: 40px;
    background-color: #ffffff;
}
.head-wrap .head-list .active:hover{
    background-color: #669ff6;
}
.head-wrap .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-wrap .head-list .active ul li a:hover{
    background-color: #eee;
}
.head-wrap .head-list .active ul{
    display: none;
    position: absolute;
    top:50px;
    left: 0px;
}
.head-wrap .head-list .active ul .line{
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
}