/*float-zp*/
.float-zp {
    text-align:center;
    /*position:fixed;
    z-index:999;
    bottom:0;
    right:0;
    font-size:14px;
    padding:20px 40px;
    box-shadow:0 0 10px #009043;
    background:url(../images/bgzp.gif) #009043 no-repeat center center;
    width:100px;
    text-align: center;*/
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    font-size: 14px;
    padding: 10px 20px;
    padding-right: 30px;
    box-shadow: 0 0 10px #e95504;
    /*box-shadow: 0 0 10px #009043;*/
    background: url("../images/bgzp.png") #e95504 no-repeat center center;
    /*background: url("../img/bgzp.gif") #e95504 no-repeat center center;*/
    width: 284px;/*#e95504*/
}
.float-zp h3 {color:#fff;line-height:40px; font-size: 1.17em;}
.float-zp h3 .close {font-family:Arial;cursor:pointer;float:right;font-weight:normal;display:block;border:1px solid #fff;width:20px;height:20px;line-height:20px;border-radius:50%;text-align:center;margin-top:8px;
    font-size: 16px;color:#fff;}
.float-zp p {color:#fff;line-height:22px;font-size:12px;margin-bottom:10px;}

span.more {font-size:12px;line-height:30px;display:inline-block;}
span.more a {display:block;color:#fff;padding:0 20px;border:1px solid #fff;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;}
span.more a:hover {color:#e95504;background-color:#fff;border-color:#fff;}
.padding-n {padding:40px;}