.features-list {
	padding-top: 40px;
	float: left;
	text-align: center;
}

.features-title {
	padding-top: 20px;
	text-align: center;
	font-size:24px;
}
/**qklyingyong*/

.conKpic img, .Bchainpic img {
    transition: 0.5s;
    padding-top: 30px;
    padding-top: 20px;
}
img {
    max-width: 100%;
    height: auto;
}

.appliNr {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    text-align: justify;
}


.appliNt {
    /* color: #3c4295; */
    background-image: -webkit-gradient(linear, left center, right center, from(rgba(56, 176, 252, 1)), to(rgba(57, 177, 161, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

a.conKHa {
    display: block;
    color: #000;
        text-decoration: none;

}
a {
    color: #337ab7;
    text-decoration: none;
}


.appliN {
    /* background: #f9f9f9; */
    padding: 15px 20px;
    height: 210px;
}
 /** qklpingtai*/

.feature1 {
    background: url(/images/feature1.jpg) no-repeat top center;
}
.feature2 {
    background: url(/images/feature2.jpg) no-repeat top center;
}
.feature3 {
    background: url(/images/feature3.jpg) no-repeat top center;
}
.feature4 {
    background: url(/images/feature4.jpg) no-repeat top center;
}
.feature-item {
    height: 226px;
    margin: 0 15px 30px;
    margin-top: 30px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.fea-item-title {
    line-height: 40px;
    font-size: 24px;
    color: #fff;
        margin-top: 50px;
		padding-top:70px;

}

.fea-item-decs {
    font-size: 16px;
    line-height: 26px;
    color: #fff;

}