
.lyMain ,
.lyMain *,
.head *,
.head,
.menu *,
.menu ,
.section1 *,
.footer *{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}


.listType1 ul li a .imgbox img:hover{
	-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);
}
.listType1 ul li a:hover{
	border: 1px solid #fff;
	box-shadow: 0px 0px 20px #ccc;
}
.listType1 ul li a:hover .content .title{
	color: #FC0000;
}


.head .right .nav li.current .h2tit a,
.head .right .nav li:hover .h2tit a,
.head .right .nav li dl dd a:hover{
    color: #FA1C19;
}
