html{height: 100%;}
body {
    font-family: 'Microsoft YaHei';
    overflow-x:hidden;
    /*background:url("../images/maintain2.jpg") repeat-y center top;*/
    background-size: auto 100%;
    height:auto !important;
    min-height:100%;
    height:100%;
}
#wrapper h1{margin: 1.6em 0;margin-bottom: 8px;}
.kiwi-brand {
    width: 172px;
    height: 68px;
    margin: 10px 0;
    background-image: url("../images/kiwi.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left center;
}

.kiwi-nav {
    border: none;
    background-color: #fff;
    margin-bottom: 0;
}

.kiwi-nav ul.nav a {
    color: #66bf97;
    font-size: 16px;
}

.kiwi-nav .navbar-nav > .active > a, .kiwi-nav .navbar-nav > .active > a:focus, .kiwi-nav .navbar-nav > .active > a:hover, .kiwi-nav .navbar-nav > li > a:hover,.kiwi-nav .navbar-nav > li > a:active {
    color: #fff;
    background-color: #66bf97;
}

.kiwi-slide {
    background-color: #ccc;
}
.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: height 1s;
    -webkit-transition: height 1s;
    -ms-transition: height 1s;
    -moz-transition: height 1s;
    -o-transition: height 1s;
}
.kiwi-thumbnail{
    border: none;
    box-shadow: 2px 2px 3px #e1e0e0;
    background-repeat: repeat;
    background-color: #f8fcfc;
    padding:0;
    margin-bottom: 20px;
}

.kiwi-thumbnail .caption {
    position: relative;
    color: #595757;
    border-top: 1px dashed #66bf97;
    overflow: hidden;
}
.kiwi-thumbnail .caption h6,.kiwi-thumbnail .caption p{
    padding:0 15px;
}
.kiwi-thumbnail p{
    color: #595757;
    font-weight: bold;
    padding-bottom: 13px;
    padding-left: 20px;
}
.kiwi-thumbnail .caption h6 {
    font-size: 14px;
    margin-top: 10px;
}

.kiwi-thumbnail .caption p {
    font-size: 12px;
    margin-bottom: 0;
}
.gray {
    opacity: 0.8;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.kiwi-honor > div {
    text-align: center;
    margin-bottom: 10px;
}

.address {
    /*height: 444px;*/
    /*background-image: url("../images/address.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    /*background-position: right bottom;*/
    color: #66bf97;
}
.address h3{margin-left:-15px;}
.address strong {
    border-bottom: 1px solid #66bf97;
}
.address strong span {
    border-bottom: 3px solid #66bf97;
}
.kiwi-honor li{
    overflow: hidden;
    float: left;
    width: 20%;
    list-style: none;
    margin-bottom: 10px;
}
.kiwi-honor li img{display:block;margin:0 auto;}
.text i{
    border-top: 1px solid #66bf97;
    display: block;
    width: 50px;
}
.text p{margin-left:16px;color:#66bf97;margin-top:0;margin-bottom:0;font-family: "黑体";}
.text p:first-child{font-size:16px;}
.text p:last-child{font-size:14px;}
.address .kiwi-address {
    width: 322px;
}

@media (max-width: 1199px) {
    .kiwi-honor li {
        width: 20%;
    }

    .kiwi-honor img {
        width: 100%;
    }
}
@media (max-width: 991px){
    .kiwi-honor li{
        width: 33%;
    }
    .kiwi-honor img{
        width: 90%;
    }
}
@media (max-width: 767px){
    .kiwi-honor li{
        width: 50%;
    }
    .kiwi-honor img{
        width: 70%;
    }
    .us{width:100% !important;}
}
.address .kiwi-address .dash {
    border-top: 1px dashed #66bf97;
    border-bottom: 1px dashed #66bf97;
    padding: 12px 0;
}
.kiwi-toggle{
    margin-top:25px !important;
}
.bottom{margin-top:10px;}
@media (min-width:768px){
    .kiwi-panters > div {
        padding-left: 0;
        padding-right: 0;
        display: table;
    }
    .kiwi-thumbnail .caption{
        height: 295px;
    }
.kiwi p{color: #66bf97;}
}
@media (max-width:768px){
    .kiwi-panters > div {
        padding-left: 0;
        padding-right: 0;
        display: table;
    }
    .kiwi-thumbnail .caption{
        height: 295px;
    }
    .kiwi p{color: #66bf97;}
}
.us b{color: #66bf97;font-size: 18px;}
.us p{line-height:38px;color:#595757;font-size:1.2em;text-align: justify;}
.imgs{margin-bottom: 30px;}
.footer{
    margin-top: 60px;
    background: #ebebeb;
}
.footer .container{
    margin-top:12px;
    padding-top: 12px;
}
.footer a{
    color: #666;
}
.footer p{margin-top:0;}
.kiwi-responsive{
    margin:0 auto;
}
@media (max-width:767px) {
    #wrapper h1 {
        margin: 1em 0;
    }
    .kiwi-thumbnail .caption h6 {
        margin: 5px;
    }
    .kiwi-thumbnail img{
        padding: 0;
    }
    .kiwi-thumbnail .caption p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}
