@charset"utf-8";
.footer2{
	width: 100%;
    /* width: 1200px;
    height: 60px; */
    background: #e6e6e6;
    color: #000;
    text-align: center;
    position: relative;
    bottom: 0px;
    z-index: 9999;
    padding: 7px 0 9px;
   /* margin: 60px auto 0; */
}
.copy{
	width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 12px;
    background: #e6e6e6;
    text-align: center;
    color: #323232;
  	font-family: Microsoft YaHei;
}
.copy ul{
	margin:0px;
	padding:0px;
}

#dFoot {
    height: 40px;
    line-height: 40px;
    width: 100%;
    position: absolute;
    z-index: 200;
    bottom: 0;
    text-align: center;
}
#dFoot .footer {
    display: block;
    width: 856px;
    height: 40px;
    line-height: 40px;
    cursor: default;
    margin: 0 auto;
}
#dFoot .copyright {
    float: left;
    font-size: 14px;
}
#dFoot .copyright span, #dFoot .security p {
    font-size: 14px;
    font-family: "微软雅黑";
}
#dFoot .security .security_logo, #dFoot .security p {
    float: left;
}
#dFoot .security_logo {
    margin: 10px 4px 0 30px;
}


