@charset "utf-8";
/************ 浏览器初始化样式 ************/
html,body,div,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img { margin:0; padding:0;}
body,button,input,select,textarea { font:12px/20px "Microsoft YaHei","宋体","Arial Narrow",HELVETICA; background:#fff; color:#000;}
fieldset,img { border:none;}
a:focus,input,textarea { outline:none;}
textarea{ resize:none;}
ul,ol { list-style:none;}
table { border-collapse: collapse; border-spacing:0;}
/************* IE 设置 **********************/
button,input,select,textarea { font-size: 100%;}
/***************** 自定义样式lib *****************/
a{font-family:"Microsoft YaHei"; text-decoration:none;}
a:link ,a:visited { color:#000; transition: all 0.3s ease-in-out 0s;}
a:hover ,a:active { color:#cc0000; transition: all 0.3s ease-in-out 0s;}
.cl{ clear:both; height:0; font-size:0; overflow:hidden;}
/*单行文字溢出虚点显示*/
.ell{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.auto{margin-left:auto; margin-right:auto;}
.dh {display:hidden;}.db{ display:block;}.oh { overflow:hidden;}
.n{font-weight:normal; font-style:normal;}.b{font-weight:bold;}
.fl{float:left;}.fr{float:right;}
.tc{text-align:center;}.tr{text-align:right;}.tl{text-align:left;}.tj{text-align:justify;}
.rel{position:relative;}.abs{position:absolute;}
/***************** 效果库lib *****************/
/*黑色半透明层*/
.div_tm{ position:absolute; bottom:0; background:rgba(0,0,0,0.3)!important; filter:alpha(opacity=30); background:#333;}
.div_ft { position:relative: /*透明层上文字不透明*/}
/* header */
body { overflow-y:scroll;}
.header { width:100%; height:auto; background:#000; }
	.head{ width:560px; height:44px; overflow:hidden;}
		.logo { width:95px;}
		.nav { margin-left:100px;}
			.nav li { float:left; margin-right:44px; font-size:14px; line-height:44px;}
			.nav li a:link ,.nav li a:visited { color:#969595; transition: all 0.3s ease-in-out 0s;}
			.nav li a:hover ,.nav li a:active { color:#efeeee; transition: all 0.3s ease-in-out 0s;}
			.nav li.on a { color:#efeeee;}
/* footer */
.footer { width:100%; height:44px; background:#000; position:absolute; bottom:0;}
/* bodyer */
.bodyer { width:100%; height:auto; text-align:center; visibility:hidden;}


