.category.container{background:  #f9f9f9; width: 100%; max-width: 100%; padding: 0;height:auto;}
.category .wrapper{width: 100%; overflow: hidden; max-width: 1280px; padding: 0 4%; margin: 0 auto;}
.category .map-title{padding: 0; margin-top: 30px;}
.category .category-cont{background: #f9f9f9; overflow: hidden; width: 100%; margin-top: 40px; padding-top: 30px;}
.category .category-menu{overflow: hidden;}
.category .category-menu li{width: 18%; float: left; text-align: center; background: #fff; border: 2px solid #e9e9e9; padding:20px; border-radius: 10px; margin-top: 20px; margin-right: 2.5%;}
.category .category-menu li:nth-child(5n){margin-right: 0;}
.category .category-menu li .menu-title{font-size: 14px; color: #666; margin: 0; line-height: 30px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow:ellipsis;}
.category .category-menu li a p{color: #999; margin: 0; white-space: nowrap; overflow: hidden; text-overflow:ellipsis;}
.category .category-menu li img{width: 100%;}
.category .category-item .category-item-title{ color: #999; font-size: 14px;}
.category .category-item .category-item-title span{font-size: 30px;  color: #1d1d1d;margin-right: 20px; }
.category .category-item ul{ background: #fff; overflow: hidden; border-radius: 10px; border:2px solid #ececec; margin-bottom: 50px;}
.category .category-item ul li{width: 25%; float: left; text-align: center; padding: 30px 0; border-right: 1px solid #ececec;border-bottom: 1px solid #ececec; overflow: hidden;min-height:250px;}
.category .category-item ul li:nth-child(4n){border-right: 0;}
.category .category-item ul li .title{font-size: 24px;color: #666; margin-top: 20px;width: 100%; padding: 0 5%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.category .category-item ul li p{margin: 0; color: #999;}
.category .category-item ul li a img{width: 120px; height: 120px;}

.category .category-menu li .icon-box{width: 100%; height: 80px;}
.category .category-menu li .icon-box span{background-size: contain; background-position: center; background-repeat: no-repeat; width: 80%;  height: 80%; display: inline-block; margin:20px auto;}

@media (max-width: 1366px){
.category .category-item ul li img{width: 67%;}
}
@media (max-width: 768px){
.category .category-menu li{ width: 100%;}
.category .category-item{border-bottom: 1px solid #d7d7d7;}
.category .category-item ul li{width: 50%;}
.category .category-item ul li:nth-child(2n){border-right: 0;}
.category .category-cont{margin-top: 0;}
.category .category-item .category-item-title{color: #666; position: relative;}
.category .category-item .category-item-title span{width: 100%; display: inline-block;}
.category .category-item .category-item-title i.visible-xs{position: absolute;right: 0;top: 0; color: #1d1d1d; }
.category .category-item ul{display: none;}
.category .category-item:first-child ul{display: block;}
}