body {font-family: Mangal, 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;}
.w711 {width: 711px;}
.w800 {width: 800px;}
.w850 {width: 850px;}
.w320 {width:320px;}
.w380 {width:380px;}
.w489 {width: 489px;}
.w960 {width: 960px;}
.w214 {width: 214px;}
.w747 {width: 747px;}
.w388 {width: 388px;}
.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 {}
.bg-1 {background: #f5f5f5;}
.bg-2 {background: #ddd;}
.bg-3 {background: #fff;}
.bg-4 {background: #f00000;}
.bg-5 {background: #2f5dad;}
.bs-1 {box-shadow: 5px 5px 10px rgba(0,0,0,0.1);}
.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);
}
.mL30 {margin-left: 30px;}
.pd0 {padding: 0 !important;}
.pdB25 {padding-bottom: 25px;}
.pdTB30 {padding: 30px 0;}
.pdBLR25 {padding: 0 25px 25px;}
.bdB-1 {border-bottom: 1px #e4e4e4 solid;}