.san-menu-list1{}
.san-menu-list1 li{display:inline-block;height:30px;padding:0 10px;border-radius:5px;border:1px solid #9b0000;margin-right:5px;text-align:center;line-height:30px;margin-top:15px;}
.san-menu-list1 li a{display:block;}
.san-menu-list1 li.on{background:#9b0000;}
.san-menu-list1 li.on a{color:#fff;}
.list-tech-img{}
.list-tech-img ul{overflow:hidden;}
.list-tech-img ul li{width:17%;margin:2% 1.5% 0;float:left;}
.list-tech-img ul li .teac-img{position:relative;padding-top:123%;}
.list-tech-img ul li .teac-img img{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;}
.list-tech-img ul li p{overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;line-height:45px;text-align:center;}
    
    @media screen and (max-width: 768px){
    
    .list-tech-img ul li{width:30.33333%;margin:2% 1.5% 0;float:left;}
    
    }
     @media screen and (max-width: 480px){
    
    .list-tech-img ul li{width:47%;margin:2% 1.5% 0;float:left;}
    
    }
