body {font:16px/1.8em '微软雅黑', arial,sans-serif;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.dn{display:none;}
.dit{display:inline-table;}
.po-re{position:relative;}
.bold{font-weight: bold;}
.tc{text-align:center;}
.bn{border:none!important;}
.w1200 {width: 1200px;margin: 0 auto;}
.h5 {height: 5px;}
.h10 {height: 10px;}
.h20 {height: 20px;}
.aImg,.aImg img {display: block;position: relative;width: 100%;height: 100%;}
a {color: #333;}
a:hover {color: #7e7ef4;}
.bg-1 {background: #f5f5f5;}
.imgScale-1 {display: block;position: relative;width: 100%;height: 100%;overflow: hidden;}
.imgScale-1 img {
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;	
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;	
}
.imgScale-1:hover img {
	transform: rotate(0deg) scale(1.05,1.05);
	-ms-transform: rotate(0deg) scale(1.05,1.05);
	-moz-transform: rotate(0deg) scale(1.05,1.05);
	-webkit-transform: rotate(0deg) scale(1.05,1.05);
	-o-transform: rotate(0deg) scale(1.05,1.05);
}
.aScale-1 {
	transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;	
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}