.kache_title{
	display: flex;
	align-items: flex-end;
	padding-top: 4%;
	padding-bottom: 4%;
}

.kache_title1{
	width: 353px;
	margin-right: 20px;
}

.kache_title2{
	width:98px;
	
	
}

.kache1_conx{
	display: flex;
	
	justify-content: space-between;
	margin-top: 4%;
	flex-wrap: wrap;
}

.kache_li_left{
	width: 77px;
	margin-right:20px;

}
@media screen and (max-width:800px) {
	.kache_li_left{
	width: 50px;
		margin-right:10px;

	}
}
.kache_li_right{
	flex:1;
}

.kache_li_top{
	color: #333;
	display: flex;
	line-height: 1.6;
	align-items: center;
}

.kache_li_bot{
	color: #666;
	line-height: 1.6;
	display: flex;
	align-items: center;
}

.kache_ul li{
	display: flex;
	align-items: center;
	padding: 3%;
	cursor: pointer;
	margin-bottom: 2%;
}

.kache_ul li.on{
	box-shadow: 3px 3px 30px #c0eaff;
}

.kache1_conx_rtitle{
	display: flex;
	align-items: center;
}

.kache1_conx_rtitle span{
	width: 120px;
	height: 46px;
	display: flex;
	border:1px solid #ddd;
	align-items: center;
	justify-content: center;
	color: #999;
	cursor: pointer;
}

.kache1_conx_left{
	width: 50%;
}

.kache1_conx_right{
	width: 45.6%;
}

@media screen and (max-width:800px){
	.kache1_conx_left{
		width: 100%;
	}

	.kache1_conx_right{
		width: 100%;
		margin-top: 4%;
	}
}


.kache1_conx_rtitle span{
	margin-right: 20px;
}
.kache1_conx_conx{
	margin-top:4%;
}
.kache1_conx_rtitle span.on{
	background-image: linear-gradient(to right,#0e74f4,#2ab4fa);
	border: none;
	color: #fff;

}


.video{
	margin-bottom: 3%;
	margin-top: 3%;
}

.core_adv{
	background: #f6f6f6;
	padding-bottom: 4%;
	padding-top: 4%;
}
.kache_ul li .onn{
	display: block;
}
.kache_ul li .onn2{
	display: none;
}

.kache_ul li.on .onn{
	display: none;
}
.kache_ul li.on .onn2{
	display: block;
}