
 /*6p*/
 
 .every-icons-6 .every-icon-item {
 	width: 16.6%;
 	margin: 20px 0;
 	float: left;
 	text-align: center;
 }
 
 .every-icons-6 .every-icon-item h6 {
 	margin-bottom: 0;
 	font-size: 23.5px;
 	margin-top: 25px;
 }
 
 .every-icons-6 .every-icon-item .customized-img {
 	height: 112px;
 	width: 100%;
 }
 
 .every-icons-6 .every-icon-item .customized-img img {
 	height: 112px;
 	transition: .5s;
 	-webkit-transition: .5s;
 	-o-transition: .5s;
 	-moz-transition: .5s
 }
 
 .every-icons-6 .every-icon-item:hover .customized-img img {
 	margin-top: -10px
 }
 


 /*全行业覆盖*/
 
 .marketing-hy .marketing-hy-item {
 	width: 23%;
 	height: 240px;
 	background-color: #EFEFEF;
 	float: left;
 	margin: 1%;
 	text-align: center;
 }
 
 .marketing-hy .marketing-hy-item img {
 	width: 60px;
 	height: 60px;
 	margin: 20px 0;
 }
 
 .marketing-hy .marketing-hy-item h2 {
 	font-size: 18px;
 	font-weight: bold;
 	margin-top: 10px;
 }
 
 .marketing-hy .marketing-hy-item p {
 	font-size: 14px;
 	margin: 0 20px;
 	text-align: justify;
 	line-height: 25px;
 	height: 150px;
 	overflow: hidden;
 }
 /*小程序精选案例*/
 

 
 
 .every-line {
 	padding-bottom: 0px !important;
 }
 
 .every-line-6 {
 	padding-bottom: 20px !important;
 }
 
 
 @media (max-width: 768px){
	 .every-icons-6 .every-icon-item{width:33.33%}
	 .marketing-hy .marketing-hy-item{width:48%;}
}