/*背景颜色*/
.bgfff{
	background: #fff;
}
.bgccc{
	background: #ccc;
}
.bge6{
	background: #e6e6e6;
}
.bgeee{
	background: #eee;
}
.bge9e6e6{
	background: #e9e9e9;
}
.bgf5{
	background: #f5f5f5;
}
.bg000{
	background: #000;
}
.bgebebeb{
	background: #ebebeb;
}
.bgtheme{      /*主题背景颜色*/
	background: #0a55d8;
}
.bgfa4205{
	background: #fa4205;
}
/*字体颜色*/
.cred{
	color: #ff0000;
}
.c000{
	color: #000;
}
.c333{
	color: #333;
}
.cfa6705{
	color: #fa6705;
}
.c666{
	color: #666;
}
.c999{
	color: #999;
}
.cb1{
	color: #b1b1b1;
}
.c42{
	color: #424242;
}
.c79{
	color: #797979;
}
.cfff{
	color: #fff;
}
.c034287{
	color: #034287;
}
.c64{
	color: #646464;
}
.cbigtit{ 
	color: #275376;
}
.ctheme{         /*主题字体颜色*/
	color: #0a55d8;
}
/*字体大小*/
.fs16{
	font-size: 16px;
}
.fs18{
	font-size: 18px;
}
.fs20{
	font-size: 20px;
}
.fs22{
	font-size: 22px;
}
.fs24{
	font-size: 24px;
}
.fs26{
	font-size: 26px;
}
.fs28{
	font-size: 28px;
}
.fs30{
	font-size: 30px;
}
.fs32{
	font-size: 32px;
}
.fs34{
	font-size: 34px;
}
.fs36{
	font-size: 36px;
}
.fs40{
  font-size: 40px;
}
.fs46{
  font-size: 46px;
}
.fw-no{
	font-weight: normal;
}
/*内边距*/
.pt15{
	padding-top: 15px;
}
.pl10{
	padding-left: 10px;
}
.pl15{
	padding-left: 15px;
}
.pr10{
    padding-right: 10px;
}
.pl20{
	padding-left: 20px;
}
.com-paddimg{
	padding: 6px 0;
}
.p0-20{
	padding: 0 20px;
}
.p30-0{
	padding: 30px 0;
}
.p20-40{
	padding: 20px 40px;
}
.p20{
	padding: 20px;
}
.p25{
	padding: 25px;
}
.p35{
	padding: 35px;
}
.p4{
	padding: 4px;
}
.p5{
	padding: 5px;
}
.p1070-0{
	padding: 10px 0 70px 0;
}
.p2030-0{
	padding: 20px 0 30px 0;
}
.p50-0{
	padding: 50px 0;
}

.p4050-0{
	padding: 40px 0 50px 0;
}
/*外边距*/
.mt-20{
	margin-top: -20px;
}
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}
.ml40{
	margin-left: 40px;
}
.ml50{
	margin-left: 50px;
}

.ml100{
	margin-left: 100px;
}
.mr10{
	margin-right: 10px;
}
.mr20{
	margin-right: 20px;
}
.mr40{
	margin-right: 40px;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}
.mt35{
	margin-top: 35px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt70{
	margin-top: 70px;
}
.mt80{
	margin-top: 80px;
}
.mt100{
	margin-top: 100px;
}
.mb20{
	margin-bottom: 20px;
}
.mb5{
	margin-bottom: 5px;
}
.oh{
	overflow: hidden;
}
/*边框*/
.b-bccc{
	 border-bottom: 1px  #ccc solid;
}
.b-b999{
	border-bottom: 1px  #999 solid;
}  
.b-d1d1d1{
	border: 1px  #d1d1d1 solid;
}
.b-theme{
	border: 1px #0a55d8 solid; /*主题颜色边框*/
}
.b-rtheme{
	border-right: 1px #0a55d8 solid; 
}
.b-btheme{
	border-bottom: 1px #0a55d8 solid;
}
/*居中*/
.mauto{
	margin: 0 auto;
}
/*定位*/
.posi-rel{
  position: relative;
  z-index: 99;
}
/*宽度百分比*/
.w100{
	width: 100%;
}
.w20{
	width: 20%;
}
.w32{
	width: 32%;
}
.w36{
	width: 36%;
}
.w40{
	width: 40%;
}
.w43{
	width: 43%;
}
.w47{
	width: 47%;
}
.w49{
	width: 49%;
}
.w50{
	width: 50%;
}
.w55{
	width: 55%;
}
.w57{
	width: 57%;
}
.w59{
	width: 59%;
}
.w63{
	width: 63%;
}
.w77{
	width: 77%;
}
.w86{
	width: 86%;
}
.w90{
	width: 90%;
}
.lh25{
	line-height: 25px;
}
/*过渡动画时间*/
.tran03s{
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.tran-img img,.tran-txt,.tran-img{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
}
.tran-ul li:hover .tran-img  img,.tran-img:hover img{
	transform: scale(1.016);
	-webkit-transform: scale(1.016);
	-moz-transform: scale(1.016);
	-ms-transform: scale(1.016);
	}
.tran-ul li:hover .tran-txt{
    background: #fa6705;
	
}
.tran-ul li:hover .tran-img{
	border: 1px solid #fa4205;
}
.txt-hover,.txt-move{
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.txt-hover:hover{
	color: #fa4205;
}
.txt-move:hover{
	color: #fa4205;
	-webkit-transform: translateX(2px);
	-ms-transform: translateX(2px);
	-moz-transform: translateX(2px);
}
/*4*/
.tran-ulmove li{
	overflow: hidden;
	position: relative;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
}
.tran-topmove{
	padding: 2px 15px;
	background: #0b75be;
	color: #fff;
	position: absolute;
	bottom: 0;
	left:0;
	z-index:999;
	letter-spacing: 1px;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	visibility: hidden;
	opacity: 0;
	box-shadow: 2px  6px 10px #333;
}
.tran-ulmove li:hover .tran-topmove{
	 visibility: visible; 
	 transform: translateY(-10px);
	 -webkit-transform: translateY(-10px);
	 -moz-transform: translateY(-10px);
	 -ms-transform: translateY(-10px);
	  opacity: 1;
	 }
.tran-ulmove li:hover{box-shadow: 4px  6px 12px #999; opacity: .95;}