/*** Created by DeskTop15 on 14-3-7.   */
@charset "UTF-8";

/*top*/
.email span{
    background:url('../img/email.png') no-repeat center center;
    padding:0 10px;
}
.top .email strong{
    display:block;
    position:absolute;
    background:url("../img/email_num.png") no-repeat left top;
    width:22px;
    height:13px;
    font-size: 10px;
    top:2px;
    right:2px;
    line-height: 13px;
    color:#fff;
    opacity:0.7;
    text-align: center;
    font-weight: bold;
}
.collect span{
    background:url('../img/collect.png') no-repeat center center;
    padding:0 10px;
}
.top_box{
    background:#e1e0e0;
    width:100%;min-width: 1000px;
}
.top{
    width:1000px;height:32px;line-height: 32px;
    color:#878787;font-size: 12px;
    margin:auto;
}
.top a{
    color:#868686;
}
.top .left{
    float:left;
    height:30px;
}
.top .left a.red{
    color:red;
}
.top li{
    cursor:pointer;
    padding:0 10px;
    position:relative;

}
.top li.name a{
    padding:0 5px;
}
.top .left li{
    float:left;


}
.top .right{
    float:right;
    height:30px;
}
.top .right li{
    float:left;

}
.top .pull_down{
    background:url('../img/pull_down.png') no-repeat center right;
    padding-right:20px;
}
.top .pull_box{
    position:absolute;
    top:30px;
    left:0;
    width:100px;
    display:none;
    opacity: 0;
    background:#EFEFEF;
    padding:10px;
    box-shadow: 2px 2px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.top .pull_box li{
    float:none;
    height:30px;
    line-height: 30px;
}

/*logo*/
.logo{
    width:1000px;height:80px;
    margin:0 auto;
    vertical-align: middle;
    line-height: 80px;
}


/*footer*/
.footer {
    clear: both;
    height:90px;

    color:#868686;
    font-size: 12px;
    width:100%;min-width: 1000px;
}
.footer ul{
    width:1000px;
    margin:0 auto;
    height:40px;line-height: 40px;
    text-align: center;
}
.footer ul li{
    display: inline;
    border-right:1px solid #868686;
    padding:0 20px;

}
.footer ul li.last{
    border:none;
}
.footer p{
    width:1000px;
    height:25px;
    margin:0 auto;
    text-align: center;
}


/*小图标*/
.buld{
    display:inline-block;margin:0 5px; vertical-align: bottom;
    background:url('../img/buld.png') no-repeat left top;
    width:11px; height:13px;
}