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

/* 公共样式 */
div,form,ul,ol,li,dl,dt,dd,cite,p,input,img{ margin:0; padding:0; border:none; }
img{ vertical-align:middle; }
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-weight:normal; }
input,textarea,select{ font-size:12px; font-family:Microsoft Yahei; }
ol,ul,li{ list-style-type:none;}
a,a:visited{ color:#242424; text-decoration:none; }
a:hover{ color:#242424; text-decoration:none; }
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { *+height:1%; }
body{ margin:0; padding:0; width:100%; height:auto; color:#030303; font-size:12px; line-height:20px; font-family:Microsoft Yahei,SimSun,Arial, Helvetica, sans-serif; background:#f1f1f1; } 
:focus { outline: none; } 
.left{ float:left; }
.right{ float:right; }
.hide{ display:none; }
.textcenter{ text-align:center; }
.overflow-ellipsis{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis;-o-text-overflow:ellipsis; }
.wd50{ width:50%;}
.fl{ float:left;}
.wrap{ width:1000px; margin:0 auto;}

/* 顶部公共样式 */
.topnav{ width:100%; height:80px; padding:15px 0 5px; background:#fff; }
.nav-cont{ width:1000px; margin:0 auto;}
.logo{ float:left; }
.logo{  width:372px; height:67px; background:url(../images/logo_conpany.png) no-repeat center center; }
.nav-cont-rt{ float:right;}
.version{ text-align:right; font-family:SimSun; color:#666;}
.nav-menu{ font-size:16px;padding-top:20px; }
.nav-menu li{ height:30px; float:left; padding-left:30px;  }
.lipora{ position:relative; left:0; top:0; overflow:hidden; }
.lipora a{ font-size:16px; font-weight:normal;}
.lipora:hover{ overflow:visible; }
.pnav{ position:absolute; left:20px; top:30px; width:100px; text-align:center; background:#333; z-index:8000; }
.pnav a{ height:40px; line-height:40px; display:block; color:#fff; font-size:12px; }
.pnav a:hover{ background:#000; text-decoration:none; }

/* footer */
.footer-wrap {
	background: #e3e3e4;
	overflow: hidden;
	padding: 10px 0;
	color:#666;
}
.footer {
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
}
.footer p {
	margin-bottom: 4px;
}
.footer a {
	padding: 0 10px;
}
