@charset "utf-8";
/* CSS Document */
/*------------DEBUG----------------*/

.debug {} .holder {}
/*------------全局容器----------------*/

* {
	margin: 0;
	padding: 0;
}
ul,
ol,
dl {
	padding: 0;
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	/*长单词和数据换行*/
	word-break: break-all; overflow:hidden; 
}

a img {
	border: none;
}
a:link,
a:visited {
	color: #000000;
	text-decoration: none;
	width: 100%;
}
a:hover,
a:active,
a:focus {
	color: #FF0000;
	text-decoration: underline;
}
/*------------主体容器----------------*/
.wrapper {
	margin: 0 auto;
	width: 980px;
}
/*------------行容器----------------*/

.row {
	width: 100%;
	clear: both;
}
/*------------布局容器----------------*/
.column10 {
	width: 100%;
}
.column10,
.column15,
.column20,
.column25,
.column30,
.column35,
.column40,
.column45,
.column50,
.column55,
.column60,
.column65,
.column70,
.column75,
.column80,
.column85,
.column90,
.column95,
.column100 {
	float: left;
}
.column1 {
	width: 10%;
	float: left;
}
.column15 {
	width: 15%;
	float: left;
}
.column2 {
	width: 20%;
	float: left;
}
.column25 {
	width: 25%;
	float: left;
}
.column3 {
	width: 30%;
	float: left;
}
.column33 {
	width: 33.3333%;
	float: left;
}
.column4 {
	width: 40%;
	float: left;
}
.column5 {
	width: 50%;
	float: left;
}
.column6 {
	width: 60%;
	float: left;
}
.column7 {
	width: 70%;
	float: left;
	height: 100%;
}
.column8 {
	width: 80%;
	float: left;
	height: 100%;
}
.column85 {
	width: 85%;
	float: left;
	height: 100%;
}
.column9 {
	width: 90%;
	float: left;
	height: 100%;
}
/*------------块局容器----------------*/
.block100,
.block99,
.block98,
.block97,
.block96,
.block95,
.block94,
.block93,
.block92,
.block91,
.block90,
.block10,
.block15,
.block20,
.block25,
.block30,
.block35,
.block40,
.block45,
.block50,
.block55,
.block60,
.block65,
.block70,
.block75,
.block80,
.block85,
.block {
	width: 98%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}
.block95 {
	width: 95%;
}
.block100 {
	width: 100%;
}
.block99 {
	width: 99%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}
.block9 {
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}
.block8 {
	width: 80%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}
.leftClear {
	clear: left;
}
.mbar {
	clear: both;
	height: 1px;
}
.bar {
	clear: both;
	height: 2px;
}
.bar3 {
	clear: both;
	height: 3px;
}
.bar4 {
	clear: both;
	height: 4px;
}
.bar5 {
	clear: both;
	height: 5px;
}
.bar6 {
	clear: both;
	height: 6px;
}
.bar7 {
	clear: both;
	height: 7px;
}
.bar8 {
	clear: both;
	height: 8px;
}
.bar9 {
	clear: both;
	height: 9px;
}
.bar10 {
	clear: both;
	height: 10px;
}
.imgbar {
	width: 100%;
	clear: both;
}
.imgbar img {
	width: 100%;
}