@CHARSET "UTF-8";
ul,ol {
	list-style: none;
	
}
.list-disc li {
	list-style: disc;
	padding-left: 1%;
    width: 99%;
	float: left;
}
a {
	text-decoration: none;
	outline: 0 none;
  	-moz-outline: 0 none;
}

input {
	outline: none;
}

img {
	border: 0 none;
}

div,span,ul,ol {
	position: relative;
}

.cs-p {
	cursor: pointer;
}

.tow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.online-flow-link {
	background: url("../../../../default/files/pictures/online-flow.png") no-repeat scroll left top transparent;
}
.online-flow-link a {
	text-decoration: none;
	color: #009933;
}
.bg-opacity , .hover-opacity:hover {filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9;}
.hover-opacity a:hover {text-decoration: underline;}
.online-flow-link a:hover {text-decoration: underline;color: #00C333;}
.online-flow-link a:hover span {
	color: #00C333;
}

.hover-tgre:hover {color:#12A34D;}
.offline-block-border-hover {
	border: 1px solid #12A34D;
}
.offline-block-border-hover:hover {
	border-color: #6bc30d;
}
a.offline-block-link-hover:hover {
	color:#12A34D;
}
.dis-none {
	display: none;
}
/* 浮动层次 */
.z-1 {
	z-index: 1;
}

.z-9 {
	z-index: 9;
}

.z-10 {
	z-index: 10;
}

.z-999 {
	z-index: 999;
}

.z-1000 {
	z-index: 1000;
}
/* 清除浮动 */
.clearboth {
	clear: both;
}
/* 缩进 */
.t-indent {
	text-indent: 5px;
}
/* 定位 */
.p-abs {
	position: absolute;
}
.p-abs-c {
	position: absolute;
	margin: 0 auto;
}
.p-fix {
	position: fixed;
}
.zy-c {
	margin: 0 auto;
}
.uof {
	overflow: hidden;
}
.ufl {
	float: left;
}
.ufr {
	float: right;
}

/* 宽度设置 */
.ub-fh950 {
	width: 980px;
}
.ub-fh {
	width: 100%;
}
.ub-fh95 {
	width: 95%;
}
.ub-fh90 {
	width: 90%;
}
.ub-fh85 {
	width: 85%;
}
.ub-fh80 {
	width: 80%;
}
.ub-fh75 {
	width: 75%;
}
.ub-fh70 {
	width: 70%;
}
.ub-fh65 {
	width: 65%;
}
.ub-fh60 {
	width: 60%;
}
.ub-fh55 {
	width: 55%;
}
.ub-fh50 {
	width: 50%;
}
.ub-fh45 {
	width: 45%;
}
.ub-fh40 {
	width: 40%;
}
.ub-fh35 {
	width: 35%;
}
.ub-fh30 {
	width: 30%;
}
.ub-fh25 {
	width: 25%;
}
.ub-fh20 {
	width: 20%;
}
.ub-fh15 {
	width: 15%;
}
.ub-fh10 {
	width: 10%;
}
.ub-fh5 {
	width: 5%;
}
.ub-fv {
	height: 100%;
}

/* 半圆角 */
.uc-a {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.uc-t {
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.uc-b {
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.uc-l {
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.uc-r {
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

/* 边阴影 */
.us {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}

/* 内容超出时，隐藏 */
.ut-s {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: 0 !important;
}

/* 边框大小 */
.uba {
	border: 1px solid;
}
.uba1 {
	border: 2px solid;
}
.uba2 {
	border: 3px solid;
}
.ubt {
	border-top: 1px solid;
}
.ubb {
	border-bottom: 1px solid;
}
.ubl {
	border-left: 1px solid;
}
.ubr {
	border-right: 1px solid;
}
/* 边框颜色 */
.b-bla {
	border-color: black;
}

.b-wh {
	border-color: white;
}

.b-gra {
	border-color: #ccc;
}

.b-gra9 {
	border-color: #999;
}

.b-blu {
	border-color: #0099FF;
}

.b-org {
	border-color: #FF6633;
}

.b-gre {
	border-color: #005A49;
}

.b-red {
	border-color: #FF3300;
}

/* 内边距、外边距 */
.umar-b {
	margin-bottom: 5px;
}
.umar-b1 {
	margin-bottom: 10px;
}
.umar-b2 {
	margin-bottom: 15px;
}
.umar-b3 {
	margin-bottom: 20px;
}
.umar-t {
	margin-top: 5px;
}
.umar-t1 {
	margin-top: 10px;
}
.umar-t2 {
	margin-top: 15px;
}
.umar-t3 {
	margin-top: 20px;
}
.umar-l {
	margin-left: 5px;
}
.umar-l1 {
	margin-left: 10px;
}
.umar-l2 {
	margin-left: 15px;
}
.umar-l3 {
	margin-left: 20px;
}
.umar-r {
	margin-right: 5px;
}
.umar-r1 {
	margin-right: 10px;
}
.umar-r2 {
	margin-right: 15px;
}
.umar-r3 {
	margin-right: 20px;
}
.umar {
	margin: 5px;
}
.umar1 {
	margin: 10px;
}
.umar2 {
	margin: 15px;
}
.umar3 {
	margin: 20px;
}
.uinn-b {
	padding-bottom: 5px;
}
.uinn-b1 {
	padding-bottom: 10px;
}
.uinn-b2 {
	padding-bottom: 15px;
}
.uinn-b3 {
	padding-bottom: 20px;
}
.uinn-t {
	padding-top: 5px;
}
.uinn-t1 {
	padding-top: 10px;
}
.uinn-t2 {
	padding-top: 15px;
}
.uinn-t3 {
	padding-top: 20px;
}
.uinn-l {
	padding-left: 5px;
}
.uinn-l1 {
	padding-left: 10px;
}
.uinn-l2 {
	padding-left: 15px;
}
.uinn-l3 {
	padding-left: 20px;
}
.uinn-r {
	padding-right: 5px;
}
.uinn-r1 {
	padding-right: 10px;
}
.uinn-r2 {
	padding-right: 15px;
}
.uinn-r3 {
	padding-right: 20px;
}
.uinn {
	padding: 5px;
}
.uinn1 {
	padding: 10px;
}
.uinn2 {
	padding: 15px;
}
.uinn3 {
	padding: 20px;
}

/* 字体颜色 */
.t-fc-g{
	color: #009933;
}
.t-wh {
	color: white;
}
.t-bla {
	color: black;
}
.t-red {
	color: #FF3300;
}
.t-gra {
	color: #333;
}
.t-gra6 {
	color: #666;
}
.t-gra9 {
	color: #999;
}
.t-grac {
	color: #ccc;
}
.t-blu {
	color: #3399FF;
}
.t-yel {
	color: #FFF6C4;
}
.t-org {
	color: #FF6503;
}
.t-gre {
	color: #029834;
}
.t-gre1 {
	color: #009900;
}

/* 字体样式 */
.t-italic {
	font-style: italic;	
}

/* 字体 */
.t-fs12 {
	font-size: 12px;
}
.t-fs14 {
	font-size: 14px;
}
.t-fs16 {
	font-size: 16px;
}
.t-fs18 {
	font-size: 18px;
}
.t-fs22 {
	font-size: 22px;
}
.t-fs20 {
	font-size: 20px;
}
.t-fs32 {
	font-size: 32px;
}
.t-fw {
	font-weight: bold;
}
.t-fn {
	font-weight: normal;
}

/* 文本对齐 */
.tx-l {
	text-align: left;
}

.tx-c {
	text-align: center;
}

.tx-r {
	text-align: right;
}

/* 背景颜色 */
.c-bla {
	background-color: #000;
}
.c-red {
	background-color: #FF3300;
}
.c-blu {
	background-color: #7ECEF4;
}
.c-wh {
	background-color: #FFF;
}
.c-gra {
	background-color: #EEEEEE;
}
.c-gra6 {
	background-color: #666;
}
.c-gra9 {
	background-color: #999;
}
.c-gre {
	background-color: #11A84E;
}
.btn-green{
  background-color: #009933;
}
.c-org {
	background-color: #FF6633;
}
.c-org1 {
	background-color: #E6A700;
}
.btb-org{
    background: url("../images/btb-org.png");
}
.btb-org:hover{
    background: url("../images/btb-org.png");
}
.fc-o{
	color:#E8960A;
}
/* 块间隔 */
.box-m10{
	margin: 10px;
}
.box-p10{
	padding: 10px;
}
.box-mb30{
	margin-bottom: 30px;
}

/*ajax 等待图片*/
.ajax-progress{
	position: relative;
}
.ajax-progress .throbber {
  background:  url(../images/button-loading.gif) no-repeat center;
  float: left; /* LTR */
  height: 16px;
  margin: 2px;
  width: 20px;
}