/*ganying*/
.piclist2{ overflow:hidden; }
.sHoverItem{ width: 31%;
    margin: 1%;
    float: left;
  }

.sHoverItem span{  display:block; width: 100%; height:auto;  overflow:hidden;   }
.sHoverItem span a{  display:block; width: 100%;  height:0; padding-bottom:70%;   }
.sHoverItem span img{   width: 100%;   }

.sHoverItem h2{ 
  text-align: center; 
 width:100%;
height:40px; line-height:40px;
   
    }


.sHoverItem h2 a{     font-size: 16px;
    text-align: center;
    color: #333;
 }

.banner-left{ width:100%;  overflow:hidden; position:relative;  margin-top:20px; }
.banner-left .bd{ width:100%; }
.banner-left .bd li{ position:relative; }
.banner-left .bd li a{ display:block; width: 100%;  height:0; padding-bottom:60%;   }
.banner-left .bd li h1{ position:absolute; bottom:0; left:0;   width:100%; color:#fff; font-size:16px; display:block; height:40px; line-height:40px; background:rgba(0,0,0,,0.6); overflow:hidden; }
.banner-left .bd li a img{ display:block; width:100%;  }

.banner-left .hd{ width:120px;  z-index:1; height:18px;  text-align:center; overflow:hidden;  margin:30px auto;   }
.banner-left .hd li{ float:left; margin-right:10px; width:10px; height:10px;text-align:center; background:#d47775;   }
.banner-left .hd li.on{  background:#a32b34;  }