@charset "utf-8";
/* */
.i_category .list{ display: flex; justify-content:space-between;flex-wrap:wrap; margin-top: 30px;}
.i_category .list .item{background: #eeeeee; position: relative; width: 23.3%; border: 0px #d7d7d7 solid; margin-bottom:55px;}
.i_category .list .item:hover{ position: relative; width: 23.3%; border: 0px #d7d7d7 solid; margin-bottom:55px;}
.i_category .list .item .img{ display: inline-block; width: 100%; height: 100%; text-align: center; overflow: hidden;}
.i_category .list .item .title{ position: absolute; left: 50%; bottom: -20px; width: 90%; height: 40px; background: #7ecef4; line-height: 40px; overflow: hidden; font-size: 16px; color: #333; text-align: center; -webkit-transform: translateX(-50%); transform: translateX(-50%); border-radius: 6px;}
.i_category .list .item:hover .img img{ -webkit-transform: scale(1.1); transform: scale(1.1);}
.i_category .list .item .title:hover{color: #fff; background: #0068b7;}

@media (max-width: 1440px){
	.wrap{ width: 100%;}

}

@media (max-width: 1200px){

}

@media (max-width: 991px){

	.index_con .index_mid .list .img_list .img .img_title{ font-size: 24px;}
    .copyright{padding:10px 0;font-size: 12px; text-align:center;}

    .product-list .contenter #plist .contents .blk{width: 31%;margin:0 1% 25px;}
    .pro_cate{display: none;}
}

@media (max-width: 768px){
	.i_category .list {justify-content:space-around; }
	.i_category .list .item{width: 48%;margin-bottom: 50px;}
    .i_category .list .item:hover{ position: relative; width: 48%; border: 0px #d7d7d7 solid; margin-bottom:55px;}
	.i_category .list .item:nth-last-child(2),.i_category .list .item:last-child{margin-bottom: 30px;}
	
}
	
@media (max-width: 450px){
	.i_category .list .item{width: 48%;}
	.i_products .list .item{width: 100%;}
	.i_category .list .item:nth-last-child(2),.i_category .list .item:last-child{margin-bottom: 50px;}
	.i_category .list{ grid-template-columns: 100%;}
	.i_products .list{ grid-template-columns: 100%;	}
}
