/* 
	Create Time : 2014-07-22
    Update Time : 2015-03-26
    Author      : Trueland Development Department 
*/
	@charset "utf-8";


	/* CSS REQUIRE */
	
	
	@import "public.css";  			/* public Style */


	/* ∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞ 华丽的分割线 ∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞*/

	/*
		--------------------------
		prompt 升级提示(IE6\7\8\) 
		--------------------------
	*/
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}.col-xs-3 {
  width: 25%;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
 img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
	.prompt 						{
										position: fixed;
										left: 0;
										top: 0;
										width: 100%;
										padding: 10px 0;
										text-indent: 45px;
										font-size: 16px;
										font-family: "宋体";
										background: url(../images/t.png) no-repeat 10px center #fff3ce;
										color: #d48e00;
										border: 1px solid #ffe69b;
										z-index: 900;
									}
	
	.prompt-close      			 	{
					
										width: 10px;
										height: 10px;
										position: absolute;
										right: 10px;
										top: 50%;
										margin-top: -5px;
										background: url(../images/closed.png) no-repeat center center;
										cursor: pointer;
									}
									
									
									
