
.productMain *,
.cbanner,
.cbanner *,
.aboutMain *,
.head  *,
.head ,
.index *{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}

.head .slide .imgbox:hover img,
.section3 .list .item:hover .imgbox img,
.section1 .right .model:hover .imgbox img{
-webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
}

.section2 .list .item a .imgbox:hover{
	    transform: translateY(-10px);
}
.section3 .list .item .text:hover{
	padding-bottom:35px;
}
 .head:hover,
.current .head{
	
background-color: #fff;
}
 .head:hover .h2tit a{
 	color: #000;
 }