

.figure,.brandbox dl dt img{    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.brandbox dl dt:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
}

/* honor */
/* 4 */

.honor-dl{padding-top:15px;}
.honor-dl ul {position:relative;margin-right:-32px;}
.honor-dl ul li{width:225px;float:left;margin-right:20px;margin-bottom:20px;
 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;}
.honor-dl ul li a{display:block;box-shadow:0px 0px 5px #dfdfdf;padding:15px 15px 15px;}
.honor-dl ul li img{display:block; width:100%; height:auto;}
.honor-dl ul li img:hover{ opacity:0.8;filter:"alpha(opacity=80)";} 
.honor-dl ul li a p{line-height:45px; padding-left:10px; color:#333; font-size:16px; padding-right:20px; background:url(../images/icon-p1.png) no-repeat right 10px center;}
.honor-dl ul li a:hover p{color:#009944;}

/* 4 */



/* case */
.case-dl{padding:30px 0;}
.case-dl ul {width:1125px;}
.case-dl ul h3{ color:#009944; font-size:18px;line-height:30px; margin-bottom:10px;}
.case-dl li{width:294px; float:left;padding:10px 41px;}
.case-dl li .figure{display:block; width:290px; height:190px; border:2px solid #ccc;overflow:hidden;}
.case-dl li .figure img{display:block; width:100%; height:100%;}
.case-dl li .figure img:hover{transform:scale(1.1);}
.case-dl li  h3{line-height:30px; color:#333; text-align:center;}
.case-dl li .figure:hover{ border:2px solid #009944;}
.case-dl li  h3:hover{color:#009944;}

/* case */




/* brand */
.brandbox{padding-bottom:20px;}
.brandbox dl{padding:20px 20px; background:#f2f2f2; margin-bottom:20px;}
.brandbox dl dt{float:left;width:300px;overflow:hidden;}
.brandbox dl dt img{display:block; width:100%;}
.brandbox dl dd{margin-left:320px;}
.brandbox dl dd h3{line-height:36px;border-bottom:1px solid #009944; margin-bottom:15px;}
.brandbox dl dd h3 a{font-size:16px; color:#009944;}
.brandbox dl dd span{float:right; height:20px;margin-top:8px;}
.brandbox dl dd span img{display:block; height:100%;}
.brandbox dl .text{font-size:14px;}
/* brand */









