.item-faqdetails .article,.item-aboutus .article{padding:20px 0px}
.item-faqdetails .article p,.item-aboutus .article p{margin-bottom:5px}
.max-width-box article {
    width: 100%;
}

/*.kche-bg-theme, .kche-forged-theme::after, .kche-forged-theme::before, .kche-forged-theme>li::before, .kche-lg-theme, .kche-forged-theme::after, .kche-forged-theme::before, .kche-forged-theme>li::before {*/
/*    background-color: var(--color, #666) !important;*/
/*}*/

.kche-wrap-width {
    clear: both;
    margin: 0 auto;
    width: 100%;
    padding-top:70px ;
    max-width: 1600px;
    box-sizing: border-box;
}
.kche-t125 .kche-t125-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.kche-t125 .kche-t125-info {
		width: 40%;
		box-sizing: border-box;
		padding-right: 4%
	}

.kche-t125 .kche-t125-info h5 {
	font-size: 36px;
	font-weight: var(--fontbold6, 600);
	color: #000;
	margin: 0;
	margin-bottom: 30px
}

.kche-t125 .kche-t125-info .kche-t125-des {
	color: #444;
	font-size: 16px
}

.kche-t125 .kche-t125-info .kche-t125-des p {
	margin: 0;
	margin-bottom: 1.5rem;
}
.kche-t125 .kche-t125-img {
		width: 60%;
		overflow: hidden;
		text-align: right
	}

.kche-t125 .kche-t125-img img {
	width: 100%;
	height: auto;
	transition: all .1s linear;
}

.kche-t125 .kche-t125-img:hover img {
	transform: scale(1.05)
}
.kche-t125 .kche-t125-more {
	margin-top: 20px;
	cursor: pointer;
	background-color: #0ec09f;
	box-sizing: border-box;
	border-radius: 5px;
	display: inline-block;
	font-size: 16px
}

.kche-t125 .kche-t125-more span {
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	padding: 6px 18px;
	display: inline-block;
	transition: all .1s linear
}

.kche-t125 .kche-t125-more:hover span {
	padding: 6px 24px
}


	
	
/*应用案例	*/
.kche-t156-list {
    display: flex;
    justify-content: space-between;
}
.kche-t156-item {
    width: 24%;
    position: relative;
}
.kche-t156-img img {
    display: block;
    max-width: 100%;
    transition: all .3s ease-in-out;
}
.kche-t156-img {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}
.kche-t156 .kche-t151-content h5 {
    font-size: 36px;
    font-weight: var(--fontbold6, 600);
    color: #000;
    margin: 0;
    text-align: center;
}
.kche-t156-into {
    margin: 15px auto 30px;
    width: 60px;
    height: 3px;
    border-radius: 30px;
    background-color: var(--color, #0c5adb);
}
.kche-t156-size {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 30px 20px;
    bottom: 0;
}
.kche-t156-tit {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: var(--fontbold6, 600);
    padding-bottom: 10px;
}		
.kche-t156-text{
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: var(--fontbold6, 600);
}
	
@media screen and (max-width:768px){
	
	.item-aboutus .article p,.item-faqdetails .article p{line-height:1.7em;font-size:var(--fontsize16)}
	.kche-t125 .kche-t125-info {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px
	}
	.kche-t125 .kche-t125-info h5 {
		text-align: left;
		font-size: 24px;
	}
	.kche-t125 .kche-t125-img {
		width: 100%
	}
	.kche-t125 .kche-t125-img img {
		width: 100%
	}
	
	.kche-wrap-width{
	    padding-top: 40px;
	}
	
	.max-width-box article{
	    width: 94%;
        margin: auto;
	}
	
	.kche-t156-text,.kche-t125 .kche-t125-info .kche-t125-des{
	    font-size: 14px;
	}
	.kche-t156 .kche-t151-content h5{
	    font-size: 24px;
	}
	
	}	
	
	
	
	
	
	
	