
.honor_list {  }
.honor_list dl { width:30%; margin:1.5%; float:left; height:262px; }
.honor_list dl dt { width:100%;  height:300px; }
.honor_list dl dt img { width:100%;  height:100%; }
.honor_list dl dd { line-height:50px; margin-top:10px; width:100%; text-align:center; font-size:17px; background:#fff;  border:1px solid #f5f5f5;}


.qiyezs dl { width:47% !important; height:450px;}
.qiyezs dl dt { height:380px; overflow:hidden; position:relative; background:#fff;}
.qiyezs dl dt img { transition:all .4s; position:absolute; z-index:4;}
.qiyezs dl:hover dt img { transform:scale(1.1,1.1); opacity:.8;}
.qiyezs dl:hover dd { background:#2e6957; color:#fff;}


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.bigimg{position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:9999999999999;}
		.bigimg {  width:auto!important; min-height:500px; max-width:90%!important;}
  
	   
	    .mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.5;filter: Alpha(opacity=50);z-index: 99999999;transition:all 1s;display: none}
        .bigbox{margin:0 auto;overflow: hidden;}
        .bigbox>.imgbox{float:left;overflow: hidden;}
        .bigbox>.imgbox>img{width:100%;}
        .imgbox:hover{cursor:zoom-in}
        .mask:hover{cursor:zoom-out}
        .mask>img{position: fixed;right:10px;top: 10px;width: 60px;}
        .mask>img:hover{cursor:pointer}
		
		
.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 99999999;
    transition: all 1s;
    display: none;
}


.mask>img {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
}

/*.qiye
zs dl:hover dt:before  { position:absolute; top:0px; left:0px; width:100%; height:100%; background:rgba(0,0,0,.4); z-index:5; content:" 点击查看 " ; line-height:380px; color:#fff; font-size:18px; text-align:center;} 