#slider{
	/*height: 470px;*/
	max-width: 1180px;
	overflow: hidden;
	margin: auto;
}

.keyWordsBox .tips{
	margin-top: 5px;
}

.i_list img{
	//max-width: 373px;
}

.indexLazy{
	border-radius: 10px 10px 0px 0px;
}

@media screen and (max-width: 800px) {
 img.indexLazy2 {
    height: auto;
    width: 373px;
 }
}
@media screen and (min-width: 800px) {
 img.indexLazy2 {
    height: 250px;
    width: auto;
 }
}


