﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

body {
    font-size: 14px;
    color: #333;
    font-family: "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1";
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}





footer{
    background-color: #ebebeb;
    height: 275px;
    width: 100%;
    margin-bottom: 0px;
}

.sky-info {
    height: 125px;
    display: block;
    padding-top: 45px;
    border-bottom: 1px dashed #b7b7b7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sky-info div {
    float: left;
    margin: 0 12px;
}
.foot-banner-nav {
    width: 380px;
    height: 60px;
    overflow: hidden;
}

.foot-banner-nav ul {
    overflow: hidden;
    display: block;
}

.foot-banner-nav>ul {
    border-left: 1px dashed #959595;
    
}

.foot-banner-nav>ul>li {
    float: left;
    margin: 0 17px 15px;
    text-align: center;
    width: 80px;
}

.foot-banner-nav>ul>li>a {
    text-decoration: none;
    font-size: 16px;
    color: #444545;
}

.foot-banner-nav-s {
    width: 80px;
    height: 55px;
    overflow: hidden;
}


.foot-banner-nav-s>ul>li {
    margin: 0 8px 15px;
    text-align: center;
}

.foot-banner-nav-s>ul>li>a {
    text-decoration: none;
    font-size: 16px;
    color: #f5842b;
}

#footer {
    line-height: 22px;
    text-decoration: none;
    margin-top: 40px;
    text-align: center;
}

    #footer > p > a {
        text-decoration: none;
        color: #6b6b6b;
    }

        #footer > p > a:hover {
            color: #f5842b;
        }

    #footer .ico {
/*
        background: url(http://www.skykiwi.com/images/common/n.gif) no-repeat 0 -340px;
        padding-left: 15px;
*/
    }

      .pageBox {
            text-align: center;
            margin: 60px 0 15px 0;

        }

            .pageBox a {
                border: 1px solid #e1e1e1;
                display: inline-block;
                margin-right: 3px;
                margin-left: 3px;
                color: #323232;
                width: 34px;
                height: 34px;
                font: bold 14px/34px arial;
                text-decoration:none;
            }

                .pageBox a:hover, .pageBox a:active {
                    background: #f5842b;
                    color: #FFFFFF;
                    text-decoration: none;
                }

            .pageBox .cur {
                background: #f5842b;
                border: 1px solid #f5842b;
                text-decoration: none;
            }

            .pageBox a.cur {
                color: #fff;
            }

            .pageBox .disabled {
                width: 79px;
            }