.logo img{    height: 75px;}
/*样式*/
.timg-list ul li a .pic img{height:calc(100% - 48px);}

.pic img:hover {
    transform: scale(1.05);
    cursor: pointer;}
.timg-list ul li a h3{    position: absolute;
    z-index: 999;
    bottom: 18px;
    text-align: center;
    width: 100%;
    color:#333;
        line-height: 38px;}
    
    .timg-list ul li a p{
    position: absolute;
      z-index: 999;
    bottom: 0px;
        text-align: center;
    width: 100%;
    color: #666;
    height:18px;
    line-height: 18px;
    font-size:15px;}
    
    
   @media(max-width:1100px){
   .timg-list ul li{    width: calc(25% - 20px); margin: 0 10px;}
   }
   
    @media(max-width:768px){
   .timg-list ul li{    width: calc(33.333% - 20px); margin: 0 10px;}
   }
   
      @media(max-width:450px){
   .timg-list ul li{    width: calc(50% - 20px); margin: 0 10px;}
   }
@media(max-width:1000px){
.foot ul{float:right !important;}
.foot .fr{width:100%;margin-top:20px;    display: flex;justify-content: center;}
}

@media(max-width:768px){
.foot ul{width:100%;}
.foot .fr img{margin-left:auto !important;}
}
