
/*********************底部样式  start*********************************/
.foot_w1200 {
    width: 1200px;
    margin: 0 auto;
}

.foot_w1200:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    clear: both;
}

.foot_bottom .foot_footer {
    background: #222;
}

.foot_bottom .foot_footer .foot_w1200 {
    padding: 0 10px
}


.foot_bottom .foot_footer .footer_down {
    padding-top: 30px;
}

.foot_bottom .foot_footer .footer_down .left {
    float: left;
    width: 450px;
    padding-right: 20px;
}

.foot_bottom .foot_footer .footer_down .left h3,
.foot_bottom .foot_footer .footer_down .flink h3 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.foot_bottom .foot_footer .footer_down .left p,
.foot_bottom .foot_footer .footer_down .flink p {
    font-size: 14px;
    padding-top: 5px;
}

.foot_bottom .foot_footer .footer_down .left p a,
.foot_bottom .foot_footer .footer_down .flink p a {
    font-size: 14px;
    color: #888;
    margin: 0 20px 5px 0;
    white-space: nowrap;
    display: inline-block;
}

.foot_bottom .foot_footer .footer_down .left p a:hover,
.foot_bottom .foot_footer .footer_down .flink p a:hover {
    color: #fff;
}

.foot_bottom .foot_footer .footer_down .flink {
    float: left;
    width: 384px;
    padding-right: 20px;
}

.foot_bottom .foot_footer .footer_down .right {
    float: right;
}

.foot_bottom .foot_footer .footer_down .right ul li {
    float: left;
    width: 120px;
    height: 150px;
    margin-right: 40px;
    text-align: center;
}

.foot_bottom .foot_footer .footer_down .right ul li:last-child {
    margin-right: 0;
}

.foot_bottom .foot_footer .footer_down .right ul li h3 {
    color: #888;
    padding-top: 15px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}


.foot_bottom .foot_footer .footer_copyright {
    padding: 10px 0;
    text-align: center;
}

.foot_bottom .foot_footer .footer_copyright p {
    line-height: 30px;
    color: #888;
    font-size: 14px;
}

.foot_bottom .foot_footer .footer_copyright p.beian a {
    color: #888;
    padding-right: 20px;
    display: inline-block;
}

.foot_bottom .foot_footer .footer_copyright p.beian a img {
    vertical-align: middle;
}

/*********************底部样式  end*********************************/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/scrollup.png) no-repeat 0 0px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    border-top: 1px solid #ececec;
}

.cd-top:hover {
    background: url(../img/scrollup-hover.png) no-repeat 0 0;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    outline: none;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
    outline: none;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 50px;
        width: 50px;
        right: 30px;
        bottom: 60px;
    }
}

.footer {
    padding: 40px 0 40px 0;
    font-size: 12px;
    line-height: 24px;
    color: #999;
    text-align: center;
    background: #f7f7f7;
    font-family: arial,tahoma, 'Microsoft YaHei',SimSun,sans-serif;
}

.footer a {
    color: #999;
}

