/*清除默认样式*/
html, body, div, span, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td,  
article, aside, canvas, details, embed,  
figure, figcaption, footer, header, hgroup,  
menu, nav, output, ruby, section, summary,  
time, mark, audio, video {  
  margin: 0;  
  padding: 0;  
  border: 0;  
  font: inherit;  
  font-size: 100%;  
  vertical-align: baseline;  
}  
html{
	line-height: 1;
}
body{
	font-family: "微软雅黑",helvetica,arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #FFFFFF;
}
ol,ul{
	list-style: none;
}
table{
	border-collapse: collapse;
}
caption,th,td{
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
a img{
	border:none;
}
a{
	text-decoration: none;
}
a:hover,a:active{
	outline: 0;
	text-decoration: none;
}
button,input,select,textarea{
	margin: 0;
	font:inherit;
	color: inherit;
}
button,input[type="button"],input[type="reset"],input[type="submit"]{
	-webkit-apperance:button;
	-moz-apperance:button;
	cursor: pointer;
}
button[disabled],input[disabled]{
	cursor: default;
}
input{
	line-height: normal;
}
input[type="checkbox"],input[type="radio"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
textarea{
	overflow: auto;
}
img{
	vertical-align: middle;
}
p{
	margin: 0 0 10px;
}
/*提前写好的样式*/

.fl_l{
	float: left;
}
.fl_r{
	float: right;
}
.clearfix:after,.clear:before{
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}


h1,.h1{
	font-size: 36px;
}
h2,.h2{
	font-size: 30px;
}
h3,.h3{
	font-size: 24px;
}
h4,.h4{
	font-size: 18px;
}
h5,.h5{
	font-size: 14px;
}
h6,.h6{
	font-size: 12px;
}


.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.text-justify{
	text-align: justify;
}
.text-overflow{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

pre{
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #333333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}

.container{
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.container{
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container{
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container{
		width: 1170px;
	}
}
.container-fluid{
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
}
.inner1240Box{
	display: block;
	width: 1240px;
	height: auto;
	margin: 0 auto;
}
