/*页面底部*/
#footer {
    position: relative;
    width: 100%;
    background: url(../image/ft_bg.jpg) no-repeat center;
    height: 328px;
    color:#fff;
}

.copyright {
    line-height: 27px;
    width: 440px;
    margin-left: 102px;
    padding-top: 72px;
    font-size: 14px;
    color: #e8e8e8
}

.copyright a {
    color: #e8e8e8
}

.copyright .bott {
    margin-bottom: 18px
}

.botcont {
    width: 410px;
    color: #e8e8e8;
    font-size: 14px;
    line-height: 27px;
    padding-top: 72px;
}

.bott {
    color: #ffffff;
    margin-bottom: 10px
}

.bott h1 {
    font-size: 24px
}

.bott h2 {
    padding-top: 8px
}

.botcode {
    width: 168px;
    height: 195px;
    background: rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    padding-top: 14px;
    margin-top: 42px;
    line-height: 48px;
}
.ft_top{
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    overflow: auto;
    padding-bottom: 26px;
    opacity: 0.9;
}
.ft_down {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
}
.ft_down p{
    float: left;
}
.ft_down p a{
    float: left;
    padding: 0 10px;
    color: #fff;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ft_down p:last-child{
    margin-left: 118px;
}
.ft_down p span{
    margin-left: 52px;
}
.beian{
    color: #fff;
}