

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */
.case-container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;

}

.case-index-title {
    font-size: 16px;
    text-align: center;
    padding: 50px 0;
}

.case-index-title h2 {
    font-size: 18px;
    font-family: pingfang,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    font-weight: normal;
}

.case-index-title a {
    width: 100px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #DBDCE0;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 25px auto 0;
    transition: all .2s;
}

.case-index-title a:hover {
    background: #F96A69;
    border-color: #F96A69;
    color: #fff;
}

.case-index-content {
    position: relative;
     background-color: #F4F5F9;
}
}

.case-index-content ul {
    margin-right: -18px;
}

.case-example-item {
    float: left;
    width: 208px;
    height: 260px;
    overflow: hidden;
    margin: 0 15px 15px 5px;
    text-align: center;
    background: #fff;
    position: relative;
    transition: all .2s;
}

.case-example-item a .case-pad {
    width: 100%;
   /* height: 180px;*/
}

.case-item-info {
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transition: all .2s;
}
.case-info-logo {
    margin-top: 0;
    margin-bottom: 8px;
    height: 120px;
    transition: all .2s;
}

.case-info-title {
    font-size: 14px;
    color: #646466;
    margin-bottom: 35px;
    line-height: 0;;
}

.case-info-text {
    font-size: 14px;
    color: #666;
    padding: 0 30px;
    text-align: left;
    line-height: 1.8;
}

.case-index-content .case-example-item:hover .case-item-info {
    height: 315px;
}
