@charset "utf-8";

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, 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,button,input,textarea,select{
	padding:0;
	margin:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
}
/*新加了button,input,textarea,select*/

abbr,article,aside,audio,bb,canvas,datagrid,datalist,details,dialog,eventsource,figure,figcaption,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{
	display:block
}
body{
	background: white;
	font-family:'helvetica','sans-serif','microsoft yahei';
	color: #666;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	color: #333;
}

ol,ul{
  list-style:outside none none;
}

img {
	display: block;
	/*max-width: 100%;*/
	border:0;
}

a{
	text-decoration: none;
	cursor: pointer;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}

.clear{
	height:0;
	clear:both;
	overflow: hidden;
	display: block;
}



.headerTop{	
	width: 100%;
	background: #fafafb;
	border-bottom: 1px solid #ededed;
	position: fixed;
	top:0;
	z-index: 1000;
}
.headerTopMain{
	height: 24px;
	width: 1100px;
	margin:0 auto;
	display: flex;
	align-items:center;
	justify-content:space-between;
}
.headerTop p{
	color: #777;
	font-size: 12px;
}
.header{
	width:100%;
	background:white;
	position: fixed;
	top:25px;
	z-index: 2000;
	box-shadow: 0 1px 2px #f3f3f3;
}
.headerMain{
	width:1100px;
	margin:0 auto;
	display: flex;
	justify-content:space-between;
}
.logoBox{
	height:80px;
	display: flex;
	align-items:center;
	justify-content:flex-start;
}
.nav{
	width: 75%;
	display: flex;
	align-items:center;
	justify-content:flex-end;
}
.nav a{
	color: #333;
	display: block;
	padding:6px 7px;
	font-size: 14px;
	margin-left: 16px;
}
.nav a:hover,.nav a.visited{
	color: #0668b3;
}
.footer{
	background: #1f2632;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #8c9cbb;
	width: 100%
}
.theFooter{
	position: fixed;
	bottom: 0;
	z-index: 1000;
}