.home-box9{ padding:2rem 0 4rem 0;}

.home-box9 .center-block ul li{ width: 20%; float: left; padding:1rem 1.5rem; margin-top: 2.0625rem; box-shadow: -0.2rem 0.2rem 0.8rem #F2F4FF;}
.home-box9 .center-block ul li a{ width: 100%; height: 6.875rem; border-radius: 4px;}
.home-box9 .center-block ul li a img{ max-width: 90%; max-height: 90%; transition: all .6s;}
.home-box9 .center-block ul li a:hover img{ transform: scale(1.1);}
.home-box9 .all-more{ margin-top: 3.3125rem;}
.w-100 {
    width: 100%; float:left;
  
}
.pages { margin-bottom: 90px;}

@media screen and (max-width:1024px){
	.home-box9{ padding: 2rem 0;}
	.home-box9 .center-block{ margin-top: 1rem;}
	.home-box9 .center-block ul{ margin: auto;}
	.home-box9 .center-block ul li{ width: 48%; padding: 0; margin-top: 1rem; display: none;}
	.home-box9 .center-block ul li:nth-child(2n){ float: right;}
	.home-box9 .center-block ul li:nth-child(1),.home-box9 .center-block ul li:nth-child(2),.home-box9 .center-block ul li:nth-child(3),.home-box9 .center-block ul li:nth-child(4),.home-box9 .center-block ul li:nth-child(5),.home-box9 .center-block ul li:nth-child(6){ display: block;}
	.home-box9 .center-block ul li a{ height: 6rem;}
	.home-box9 .all-more{ margin-top: 2rem;}
}