﻿@charset "utf-8";
/* 全局 */
body, select, input, h1, h2, h3, table, td, th, p, div {
	margin: 0;
	padding: 0;
	font: normal 12px/1.75 Arial, "宋体"; 
	color: #000;
	background-color: #fff;
}
#outer {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#outer #footer
{
	text-align:center;
	color:#999;
	clear:both;
}

#outer #footer a
{
	color:#999;
	text-decoration:none;
}

a {
	color: #00a6eb;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* 顶部 */
#outer #top {
	width: 948px;
	margin: 0 0 0 38px;
}
#top #topnav {
	float: left;
	width: 900px;
	padding: 0;
}
#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topnav ul li {
	height: 24px;
	float: left;
	display: block;
	background: url(/images/topnav_bg.jpg) 0 0 repeat-x;
	line-height: 21px;
	color: #fff;
	padding: 0 2px;
}
#topnav ul li#fst {
	width: 8px;
	background: url(/images/topnav_left.jpg) 0 0 no-repeat;
	margin-right: -4px;
}
#topnav ul li#lst {
	width: 8px;
	background: url(/images/topnav_right.jpg) 0 0 no-repeat;
}
#topnav ul li a {
	line-height: 24px;
	display: block; 
	float: left;
	color: #fff;
	text-decoration: none;
	margin-right: 3px;
	_margin-right: 1px;
}
#topnav ul li a:hover {
	color: #0073bf;
}
#top #topDE {
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
	background: url(/images/flag-de.gif) 0 0 no-repeat;
}
#topDE a {
	width: 25px;
	height: 15px;
	display: block;
}
/* 内容框 */
#mframe {
	background: url(/images/mainframe_bg.jpg) 0 0 repeat-y;
	float: left;
	width: 1000px;
}
#mframe #top2head {
	height: 35px;
	background: url(/images/top2head.jpg) 0 0 no-repeat;
	clear: both;
}
#mframe #headLogo {
	height: 70px;
	background: url(/images/knf-logo.gif) 60px 0 no-repeat;
}
#headLogo #selApps {
	padding: 25px 50px 0 0;
	float: right;
	background: none;
}
#mframe #mainSection {
	width: 986px;
	float: left;
	clear: both;
	background: url(/images/knf-coname.gif) 95% 100% no-repeat;
}
#mainSection #prod {
	width: 716px;
	float: left;
	background: url(/images/mainframe_bg.jpg) 0 0 repeat-y;
}
#mainSection #newsBlk {
	width: 270px;
	float: left;
	overflow: hidden;
}
#mainSection #newsBlk .news {
	background-color: #ccedfb;
}
/* 内容框 左侧产品 */
#prod ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
}
#prod ul li {
	display: block;
	float: left;
	margin-bottom: 1px;
	_margin-bottom: 0;
}
.oemTab a {
	display: block;
	width: 39px;
	height: 149px;
	background: url(/images/oemtab.jpg) 0 0 no-repeat;
	text-indent: -9000px;
}
.oemTab a:hover {
	background: url(/images/oemtab-hover.jpg) 0 0 no-repeat;
}
.oemTabYeti a {
	display: block;
	width: 39px;
	height: 149px;
	background: url(/images/oemtab2.jpg) 0 0 no-repeat;
	text-indent: -9000px;
}
.oemTabYeti a:hover {
	background: url(/images/oemtab2-hover.jpg) 0 0 no-repeat;
}
.processTab a {
	display: block;
	width: 39px;
	height: 169px;
	background: url(/images/processtab.jpg) 0 0 no-repeat;
	text-indent: -9000px;
}
.processTab a:hover {
	background: url(/images/processtab-hover.jpg) 0 0 no-repeat;
}
.labTab a {
	display: block;
	width: 39px;
	height: 159px;
	background: url(/images/labtab.jpg) 0 0 no-repeat;
	text-indent: -9000px;
}
.labTab a:hover {
	background: url(/images/labtab-hover.jpg) 0 0 no-repeat;
}
.introArea {
	display: block;
	width: 500px;
	height: 149px;
	background-color: #ccedfb;
}
.introArea .txBlock {
	margin: 15px 25px;
	display: block;
	background-color: #ccedfb;
	float: none;
}
.introArea .txBlock h3 {
	color: #00a6eb;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	background: none;
}
.introArea .txBlock p {
	display: block;
	float: none;
	background: none;
	margin: 0 0 5px 10px;
}
.introArea .txBlock a {
	display: block;
}
.picArea {
	display: block;
	width: 160px;
	height: 148px;
	border-bottom: 1px solid #ccedfb;
}
/* 内容框 右侧新闻 */
.news h1 {
	background-color: #00a6eb;
	color: #fff;
	height: 24px;
	line-height: 24px;
	text-indent: 10px;
}
.news p {
	background-color: #ccedfb;
	margin: 10px;
}
.news p em {
	font-weight: bold;
	font-style: normal;
	clear: both;
	display: block;
	
}
.news p img {
	margin: 3px 5px 3px 0;
	
}
.news p input{
	margin: 3px 5px 3px 0;
	
}
.news p.exhibi {
	text-align: center;
}
.news p.exhibi .exPic {
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}
#mframe #botBar {
	height: 35px;
	background: url(/images/bottombar.jpg) 0 0 no-repeat;
	clear: both;
}
/* 内页布局 */
#mframe #inner {
	width: 986px;
	float: left;
	background: url(/images/conner.jpg) 39px 100% no-repeat;
}
#mframe #inner #leftnav {
	width: 39px;
	float: left;
	background: none;
}
#leftnav ul {
	width: 39px;
	overflow:  hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#leftnav ul li {
	display: block;
	margin-bottom: 1px;
}
#leftnav ul li a {
	text-indent: -9000px;
	display: block;
}
#leftnav ul li.leftoem a {
	width: 39px;
	height: 149px;
	background: url(/images/oemtab.jpg);
}
#leftnav ul li.leftoem a:hover {
	background: url(/images/oemtab-hover.jpg);
}

#leftnav ul li.leftoem_hover a {
	width: 39px;
	height: 149px;
	background: url(/images/oemtab-hover.jpg);
}

#leftnav ul li.leftoem_hover a:hover {
	background: url(/images/oemtab.jpg);
}

#leftnav ul li.leftoem2 a {
	width: 39px;
	height: 149px;
	background: url(/images/oemtab2.jpg);
}
#leftnav ul li.leftoem2 a:hover {
	background: url(/images/oemtab2-hover.jpg);
}

#leftnav ul li.leftoem2_hover a {
	width: 39px;
	height: 149px;
	background: url(/images/oemtab2-hover.jpg);
}
#leftnav ul li.leftoem2_hover a:hover {
	background: url(/images/oemtab2.jpg);
}


#leftnav ul li.leftprocess a {
	width: 39px;
	height: 169px;
	background: url(/images/processtab.jpg);
}
#leftnav ul li.leftprocess a:hover {
	background: url(/images/processtab-hover.jpg);
}

#leftnav ul li.leftprocess_hover a {
	width: 39px;
	height: 169px;
	background: url(/images/processtab-hover.jpg);
}
#leftnav ul li.leftprocess_hover a:hover {
	background: url(/images/processtab.jpg);
}


#leftnav ul li.leftlab a {
	width: 39px;
	height: 159px;
	background: url(/images/labtab.jpg);
}
#leftnav ul li.leftlab a:hover {
	background: url(/images/labtab-hover.jpg);
}
#mframe #inner .subnav {
	width: 309px;
	float: left;
}
.subnav #ultoright {
	width: 298px;
	float: right;
}
.subnav #ultoright ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
	background-color: #fff;
}
.subnav #ultoright ul li {
	display: block;
	/*height: 24px;*/
	line-height: 24px;
	text-indent: 15px;
	margin-bottom: 1px;
}
.subnav #ultoright ul li a {
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	margin-bottom: 1px;
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.subnav #ultoright .bg006699 {
	background-color: #069;
}
.subnav #ultoright .bg00a6eb {
	background-color: #00a6eb;
}
.subnav #ultoright .bg0088cc {
	background-color: #08c;
}
.subnav #ultoright .bgffffff {
	background-color: #fff;
	color: #000;
}
#mframe #inner .txtBlk {
	width: 638px;
	float: left;
}
.txtBlk #txBox {
	width: 600px;
	margin: 0 18px 30px 20px;
}
.txtBlk #txBox h1.line_bottom {
	color: #08c;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom:solid 1px #eee;
}
.txtBlk #txBox #htmled 
{
	width:100%;
	overflow:hidden;
}
.txtBlk #txBox #htmled p {
	margin-bottom: 15px;
}
.txtBlk #coname {
	height: 50px;
	background: url(/images/knf-coname.gif) 88% 100% no-repeat;
}
#mframe #botBarInner {
	height: 35px;
	background: url(/images/bottombar-inner.jpg) 0 0 no-repeat;
	clear: both;
}
/* 表格式样 */
table {
	border: 1px solid #ccc;
	background-color: #fff;
}
table th, table td {
	border-bottom: 1px solid #eee;
	line-height: 2;
}
table th {
	font-weight: bold;
	background-color: #eee;
}
table td {
	padding-left: 5px;
	border-left: 1px solid #eee;
}
table .lightGray {
	background-color: #eee;
}
/* form表单式样 */
.txInput, .txArea {
	background: url(/images/input-shadow.jpg) 0 0 repeat-x;
	border: 1px solid #7f9db9;
	padding: 2px 0 0 2px;
}
.txInput {
	height: 19px;
}
.selSelect {
	border: 1px solid #7f9db9;
}
.btn, .btnCancel {
	height: 24px;
	color: #fff;
	background-color: #00a6eb;
	border: 1px solid #fff;
	padding: 0 10px;
}
.btnCancel {
	height: 22px;
	background-color: #fff;
	color: #08c;
	border: 1px solid #00a6eb;
	margin-bottom: 2px;
}
.spanBlock {
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	vertical-align: top;
	line-height: 26px;
	margin: 0 8px 0 0;
	_margin: 0 5px 0 0;
	_line-height: 28px;
}

/* newslist新闻列表式样 */
.newsUL {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.newsLI {
	display: block;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	height:70px;
}
.newsLI img {
	margin: 0 10px;
	border: 0;
	float: right;
}
.newsLI em {
	display: block;
	font-style: normal;
	font-weight: bold;
	color: #00a6eb;
}
