*{
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei";
    font-size: 16px;
    color: #333;
}
body,p,ul,li,dl,dd,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}
h1,h2,h3,h4,h5,h6,em,i,b{
    font-style: normal;
    font-size: 100%;
    font-weight: normal;
}
input{
    outline: none;
}
.wrap{
    width: 1100px;
    margin: 0 auto;
}
/*β��*/


/*β��*/
.footer{ margin-top: 20px; border-top: 8px solid #014985; background-color: #fff;}
.footer_top{ margin: 24px auto; height: 40px; position: relative;}
.footer_top li.item{border: 1px solid #d8d8d8; line-height: 40px; float: left; margin-right: 13px; width:146px;  text-align: center; }
.footer_top li.last{margin-right: 0;}
.footer_top li.item>a{ color: #666; font-size: 14px; display: block; position: relative; background: url(../images/select.png) no-repeat 135px center;}
.footer_top li.item i{ color: #fff; position: absolute; right: 0; top: 0;}
.footer_bot{ padding-bottom:35px; overflow: hidden;}
.footer_lf{ float: left; }
.footer_lf_top{ font-size: 14px; color: #33;}
.footer_lf_top a{ font-size: 14px; color: #333;}
.footer_lf_top b{margin: 0 13px;}
.footer_lf_bot{ margin-top: 18px;}
.footer_lf_bot em{ display: block; margin-bottom: 4px; overflow: hidden;}
.footer_lf_bot em span{ float: left; font-size: 12px; color: #333; margin-right:30px;}
.footer_lf_bot em span a{/* float: left; */margin-right: 3px;color: #333;}
.footer_mid{ float: left ; margin-top: 25px;margin-right: 10px; }
.footer_mid a{ float: left; margin-right: 16px;}
.footer_mid .a2{ margin-top: 5px;}
.footer_rg{ float: right;}
.footer_rg li{ float: left; margin-left: 20px; width: 86px; }
.footer_rg li i{ display: block;}
.footer_rg li i img{ display: block; margin: 0 auto;}
.footer_rg li span{ display: block; text-align: center; font-size: 14px; color: #333; margin-top: 5px;}
@media screen and (max-width: 800px){
.footer_top,.footer_lf_top,.footer_rg {display: none;}
}
.wzdh{
	display: none;
	 width: 1200px;  
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #dae2e8;
    background: #fff;
    z-index: 100;
    bottom: 100%;
}
.wzdh ul{ padding: 13px 18px;}
.wzdh li{
	    width: 16.6%;
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    vertical-align: top;
}
.wzdh li a{
	    display: block;
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    padding-left: 6px;
}
.wzdh li:hover a{ color: #015293;}
.footer_top li:hover .wzdh{ display: block;}
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.clearfix{
    *zoom: 1;
}