@media screen and (max-width:1024px) {}

@media screen and (max-width:640px) {}


.dabiaoti{
	font-size: 26px;
	margin: 0px auto;
}
.xiaobiaoti{
	font-size: 18px;
	margin: 0px auto;
	text-transform: uppercase;
	color: #666;
	
	display: none;
}

.ge {
    width: 40px;
    height: 5px;
    margin: 10px auto 30px;
    background: #00428e;
}


@media screen and (max-width:1024px) {
	
	.dabiaoti{
		font-size: 26px;
		margin: 10px auto;
	}
	.xiaobiaoti{
		font-size: 16px;
		margin: 10px auto;
		display: none;
	}
	
	.ge {
	    width: 40px;
	    height: 5px;
	    margin: 10px auto 30px;
	    background: #00428e;
	}
	
}



.kehu{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
	padding-bottom: 100px;
}

.kehu_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}

.kehu_list ul li{
	float: left;
}

.kehu_list li{
	width: 32%;
	height: auto;
	overflow: hidden;
	margin-right: 2%;
}
.kehu_list li:last-child{
	margin-right: 0;
}
.kehu_list li img{
	width: 100%;
	display: block;
	margin: 0px auto;
}
.kehu_list li span{
	display: block;
	width: 100%;
	line-height: 45px;
	text-align: center;
}
.kehu_list li span.tt{
	font-size: 18px;
	font-weight: 600;
}
.kehu_list li span.des{
	font-size: 16px;
}



@media screen and (max-width:1024px) {
	
	
	.kehu{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	
	.kehu_list{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	
	.kehu_list ul li{
		float: left;
	}
	
	.kehu_list li{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-right: 0%;
	}
	.kehu_list li:last-child{
		margin-right: 0;
	}
	.kehu_list li img{
		width: 100%;
		display: block;
		margin: 0px auto;
	}
	.kehu_list li span{
		display: block;
		width: 100%;
		line-height: 45px;
		text-align: center;
	}
	.kehu_list li span.tt{
		font-size: 18px;
		font-weight: 600;
	}
	.kehu_list li span.des{
		font-size: 14px;
	}
	
	
	
}