.case-index-title h2 {
    font-size: 36px;
    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 {
    width: 1240px;
    position: relative;
    margin: 35px auto;
}

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

.case-example-item {
    float: left;
    width: 286px;
    height: 228px;
    overflow: hidden;
    margin: 0 18px 18px 0;
    text-align: center;
    background: #fff;
    position: relative;
    transition: all .2s;
}
.case-example-item .case-pad {
    max-width: 100%;
    padding-top: 15px;
    height: 180px;
    width: 280px;
}

.case-item-info {
    height: 35px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transition: all .2s;
}
.case-info-title {
    font-size: 14px;
    color: #646466;
    margin-bottom: 35px;
}

.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: 250px;
}
.clearfix{
    padding: 20px;
}
@media (max-width: 768px) {
    .case-index-content,ul{
        margin: 20px 0px !important;
    }
    .case-example-item,.case-example-item>a,.case-pad{
        width: 100% !important;
        padding-top: 10px !important;
    }
    .case-info-title{
        margin-top: 3px !important;
    }
	.case-index-content,.ctype{
		width:100% !important;
	}
    .cms-c{
        margin: 0px 20px;
        padding: 0px 10px;
    }

}
.case-example-item{
    position: relative;
}
#dian {
    position: absolute;
    top: 30%;
    left: 40%;
    opacity: 0.7;
}


.ctype{
    width: 1200px;
    margin: auto;
    margin-top: 60px;
}
.cms-c{
    background-color: #fff;
}
.cms-c>ul>li{
    display: inline-block;
    margin: 20px 18px 20px 20px;
}
.cms-c>ul>li>a{
    color:#000;
}
a:hover{
    color: #18d26e !important;
}