.zd-foot{
    height: 77px;
}
.zd-foot-content{
    color: #fff;
}
.zd-foot-content a{
    color: #fff;
}
.zd-foot-link{
    height: 40px;
    border-bottom: 1px dashed #fff;
}
.zd-foot-link a{
    padding: 0 20px;
}
.zd-foot-link .lineborder{
    width: 0;
    height: 16px;
    border: 1px solid #fff;
}

.zd-foot-agency{
    height: 37px;
}
.zd-foot-left{
    color: #fff;
    position: relative;
}
.zd-foot-left .leftitem{
    margin-right: 20px;
    padding: 0 2px;
}
.leftitem .zd-foot-items{
    /*min-width: 160px;*/
    width: 1090px;
    height: 180px;
    padding: 10px 8px;
    color: #fefefe;
    background-color: #004b9d;
    overflow-y: scroll;

    display: none;
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 36px;
}
.leftitem:hover .zd-foot-items{
    display: block;
}
.leftitem .ft-trigger{
    height: 36px;
    cursor: pointer;
}
.leftitem .ft-trigger:hover{
    color: #fefefe;
    background-color: #4c81ba;
}
.leftitem .ft-trigger span{
    margin: 0 4px;
}
.leftitem .zd-foot-items li{
    float: left;
    width: 208px;
    height: 28px;
    line-height: 22px;
    font-size: 14px;
    color: #fefefe;
    background-color: #004b9d;
    padding: 0 4px;
}
.leftitem .zd-foot-items li:hover {
    color: #fff;
    background-color: #4c81ba;
}
.leftitem .zd-foot-items li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.leftitem .zd-foot-items li a:hover {
    color: #fff;
    cursor: pointer;
}
.zd-foot-right div{
    cursor: pointer;
    font-size: 16px;
}
.zd-foot-right .setindex{
    width: 20px;
    height: 20px;
    background: transparent url("../images/setindex.png") no-repeat 0 bottom;
    background-size: 20px 20px;
    margin-right: 2px;
}
/*版权*/
.zd-underfoot{
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 37px;
    line-height: 37px;
    /*border-top: 1px solid #4e91e0;*/
}
.jus-con-center{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.zd-main-bgcolor{
    background-color: #004b9d;
}
.displayflex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.zd-main-width{
    width: 1090px;
}
.triangle{
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 11px solid #fff;
}
ul
{
    list-style: none;
}
a {
    text-decoration: none;
    }
    .flexgrow1{-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;-o-box-flex:1;box-flex:1;flex-grow: 1;}

/*reset 重置�?有样�?*/
*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html{font-family:"Microsoft Yahei",helvetica,arial,sans-serif;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input,figure,article,section,footer,nav,main{ margin: 0; padding: 0; border: 0; box-sizing: border-box;}
body{color: #000;position: relative;}
table{border-collapse:collapse;border-spacing:0;}
img{vertical-align: middle;border-style:none;}
address,caption,cite,code,dfn,em,i,strong,th,var{font-style:normal;font-weight:normal;}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {display: block;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
h1,h2,h3,h4,h5{font-size:100%;font-weight:normal;}
a:active,button,input:focus,textarea:focus{outline:0}*,a:active,input:focus,textarea:focus{-webkit-tap-highlight-color:transparent}a{text-decoration:none}button{border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=button],input[type=submit],input[type=reset]{-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;resize:none}input:focus,textarea:focus{-webkit-user-modify:read-write-plaintext-only}

/*常用样式：用于布�?*/

.flex-dire-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-dire-row{
    flex-direction: row;
}
.flex-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jus-con-start{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}

.jus-con-end{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
.ali-item-start{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.ali-item-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ali-item-end{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flexgrow1{-webkit-box-flex:1;-moz-box-flex:1;-ms-box-flex:1;-o-box-flex:1;box-flex:1;flex-grow: 1;}







.t
{
    height: 500px;
}