.public_page{ position:relative;margin:10px 25px 50px 75px;padding:20px 12px;text-align:center }
.public_page a{ float:left; padding:0 12px; height:28px;border:1px solid #DDD; text-align:center;line-height:30px; color:#333; margin-left:6px; background:#fff }
.public_page a:hover{background:#3ab7e7; color:#FFF; border:1px solid #3ab7e7; cursor:pointer}
.public_page span:hover{background:#3ab7e7; cursor:pointer}
.public_page span{ display:block; float:left;width:31px;height:28px;border:1px solid #3ab7e7; background:#3ab7e7; text-align:center;line-height:30px; color:#fff; margin-left:6px; }
.public_page .message{ float:left; height:28px; line-height:30px; margin-left:50px;}
.public_page .message .blue{ color:#3ab7e7}
.public_page .paginList{ float:left; margin-left:30px; }
.public_page .paginList a:first-child{ border-left:1px solid #DDD; border-bottom-left-radius:5px;border-top-left-radius:5px;}
.public_page .paginList a:last-child{ border-bottom-right-radius:5px;border-top-right-radius:5px;}

.ui-step {
	color: #b7b7b7;
	padding: 0 60px;
	margin-bottom: 35px;
	position: relative;
}
.ui-step:after {
	display: block;
	content: "";
	height: 0;
	font-size: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.ui-step li {
	float: left;
	position: relative;
}
.ui-step .step-end {
	width: 120px;
	position: absolute;
	top: 0;
	right: -60px;
}
.ui-step-line {
	height: 5px;
	background-color: #e0e0e0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
	margin-top: 15px;
}
.step-end .ui-step-line { display: none; }
.ui-step-cont {
	width: 120px;
	position: absolute;
	top: 0;
	left: -15px;
	text-align: center;
}
.ui-step-cont-number {
	display: inline-block;
*zoom:1;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	
	border-radius: 50%;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border: 2px solid rgba(224,224,224,1);
	font-family: tahoma;
	font-weight: bold;
	font-size: 16px;
	background-color: #ffa744;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,.2);
}
.ui-step-cont-text {
	position: relative;
	top: 34px;
	left: -42px;
	font-size: 14px;
}
/** ²½ÖèÊý¶¨Òå **/
.ui-step-3 li { width: 16.5%; }
.ui-step-4 li { width: 33.3%; }
.ui-step-5 li { width: 25%; }
.ui-step-6 li { width: 20%; }
/** The default style (Ä¬ÈÏ·ç¸ñ) **/
/* Done */
.step-done .ui-step-cont-number { background-color:#ffa744; }
.step-done .ui-step-cont-text { color: #85e085; }
.step-done .ui-step-line { background-color: #ffa744; }
/* Active */
.step-active .ui-step-cont-number { background-color: #ffa744; }
.step-active .ui-step-cont-text {
	color: #3c3;
}
.step-active .ui-step-line { background-color: #ffa744; }
/** Yellow **/
/* Done */
.ui-step-yellow .step-done .ui-step-cont-number { background-color: #ffc966; }
.ui-step-yellow .step-done .ui-step-cont-text { color: #ffc966; }
.ui-step-yellow .step-done .ui-step-line { background-color: #ffcc33; }
/* Active */
.ui-step-yellow .step-active .ui-step-cont-number { background-color: #ffa744; }
.ui-step-yellow .step-active .ui-step-cont-text { color: f99; }
.ui-step-yellow .step-active .ui-step-line { background-color: #e0e0e0; }
/** Blue **/
/* Done */
.ui-step-blue .step-done .ui-step-cont-number { background-color: #ffa744; }
.ui-step-blue .step-done .ui-step-cont-text { color: #f99; }
.ui-step-blue .step-done .ui-step-line { background-color: #e0e0e0; }
/* Active */
.ui-step-blue .step-active .ui-step-cont-number { background-color: #ffa744; }
.ui-step-blue .step-active .ui-step-cont-text { color: #f99; }
.ui-step-blue .step-active .ui-step-line { background-color: #e0e0e0; }
/** Red **/
/* Done */
.ui-step-red .step-done .ui-step-cont-number { background-color: #f99; }
.ui-step-red .step-done .ui-step-cont-text { color: #f99; }
.ui-step-red .step-done .ui-step-line { background-color: #fc9c9c; }
/* Active */
.ui-step-red .step-active .ui-step-cont-number { background-color: #f66; }
.ui-step-red .step-active .ui-step-cont-text { color: #f66; }
.ui-step-red .step-active .ui-step-line { background-color: #e0e0e0; }
 /*copyright*/

.copyright{
	background: #424242;    min-height: 145px;
	width: 100%;
	overflow: hidden;
}

.copyright-prompt{
	overflow: hidden;
	margin-bottom: 15px;
}
.copyright-prompt div{
	width: 215px;
	height: 70px;
	padding-left: 85px;
	float: left;
}

.copyright-prompt div h2{
	color: #fff;
	font-size: 18px;
	margin-top: 10px
}
.copyright-prompt div span{
	color: #7b7b7b;
	font-size: 14px;
}

.copyright-prompt div.Hour{
	background: url(../../images/copyright-prompt-ico.png) no-repeat left 0px;
}

.copyright-prompt div.Service{
	background: url(../../images/copyright-prompt-ico.png) no-repeat left -70px;
}

.copyright-prompt div.Massive-Data{
	background: url(../../images/copyright-prompt-ico.png) no-repeat left -140px;
}
.copyright-prompt div.Fast-Trading{
	background: url(../../images/copyright-prompt-ico.png) no-repeat left -210px;
}

.copyright .Links{
	border-bottom: none;
	padding: 15px 0px
}
.copyright .Links span{
	color: #c4c4c4;
	font-size: 14px;
}
.copyright .Links a{
	margin: 0px 5px;
	font-size: 14px;
	color: #777;
	display:inline-block;
}
.copyright .Links a:hover{
	color: #fff;
}
