<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/************************************* 大图片广告栏 *************************************/
#banner {
	height:214px;
	padding:14px 0;
}
/************************************* 页面主要部分 *************************************/
#main {
	float:left;
	width:767px;
	padding:16px 0 0 0;
	background:url(/LK_skin/Images/mainbg.jpg) no-repeat;
	overflow:hidden;
}
/************************************* 大栏目框架 *************************************/
.bigbar {
	width:750px;
	margin:0 auto 10px auto;
	background:url(/LK_skin/Images/bigbarbg.gif) repeat-y;
	overflow:hidden;
}
/************************************* 小栏目框架 *************************************/
.smallbar {
	float:left;
	display:inline;
	width:239px;
	margin:0 0 20px 12px;
	background:url(/LK_skin/Images/smallbarbg.gif) repeat-y;
	overflow:hidden;
}
/************************************* 大栏目和小栏目的标题、内容容器 *************************************/
.bigbar .title, .smallbar .title {
	height:22px;
	padding:9px 10px 0 13px !important;
	padding:10px 10px 0 13px;
	background:url(/LK_skin/Images/bigbartitle.jpg) no-repeat;
	color:#093;
	font:bold 14px "宋体";
}
.smallbar .title { background:url(/LK_skin/Images/smallbartitle.jpg) no-repeat; }
.bigbar .more {
	float:right;
	margin:3px 25px 0 0;
}
.smallbar .more {
	padding:5px 0 0 165px;
}
.bigbar .content {
	padding:0 7px 8px 7px;
	background:url(/LK_skin/Images/bigbarbottom.jpg) left bottom no-repeat;
}
.bigbar .list_txt {
	width:630px;
	margin:0 0 0 10px;
	font-size:13px;
}
.smallbar .content {
	padding:0 8px 10px 12px;
	background:url(/LK_skin/Images/smallbarbottom.jpg) left bottom no-repeat;
}
.smallbar .list_txt { width:210px; }
/************************************ 文字列表 ******************************************/
.list_txt {
	padding:8px 5px 2px 5px;
	background:url(/LK_skin/Images/list_txtbg.gif) left bottom repeat-x;
	font-size:14px;
}
.list_txt a, .list_h .txt a {
	padding:0 0 0 10px;
	color:#333;	
	background:url(/LK_skin/Images/list_doticon.gif) left 5px no-repeat;
}
.list_txt a:hover, .list_h .txt a:hover { color:#ff6500; }
.list_txt .date {
	float:right;
	margin:0 15px;
	color:#999;
}
/************************************ 垂直列表方式（图片和文字成垂直排列）用于产品展示 ******************************************/
.list_v {
	float:left;
	display:inline;
	width:137px;
	height:125px;
	padding:10px 0 0 10px;
	text-align:center;
	overflow:hidden;
}
.list_v img {
	display:block;
	width:119px;
	height:96px;
	padding:4px 12px 8px 4px;
	background:url(/LK_skin/Images/picwarp.jpg) no-repeat;
}
.list_v a {
	color:#93b435;
	font:bold 14px/18px "宋体";
}
.list_v a:hover { color:#ff6500; }
/************************************ 水平列表方式（图片和文字成水平排列）用于新闻中心 ******************************************/
.list_h {
	width:640px;
	margin:12px 0 0 10px;
	background:url(/LK_skin/Images/list_txtbg.gif) left bottom repeat-x;
	overflow:hidden;
}
.list_h img {
	float:left;
	width:194px;
	height:74px;
	padding:0 0 10px 10px; 
}
.list_h .txt {
	float:left;
	width:410px;
	height:76px;
	padding:0 10px;
	color:#999;
	font:13px/19px "宋体";
	overflow:hidden;
}
/************************************* 推荐产品 *************************************/
.tjcpbar {
	width:720px;
	margin:0 auto 15px auto;
	border-bottom:#f2f1f1 solid 1px;
}
.tjcpbar .title {
	padding:1px 0 0 10px;
	border-top:#f2f1f1 solid 1px;
	border-bottom:#f2f1f1 solid 1px;
	color:#093;
	font:bold 16px/25px "宋体";
}
.tjcpbar .left {
	float:left;
	margin:60px 5px 0 5px;
}
.tjcpbar .right {
	float:left;
	margin:60px 0 0 10px;
}
.tjcpbar .content {
	float:left;
	position:relative;
	width:668px;
	height:143px;
	overflow: hidden;
}
.tjcpbar .list_v {
	padding:10px 9px 8px 21px;
}
/************************************* 公司简介 *************************************/
.company {
	padding:195px 235px 25px 50px;
	background:url(/LK_skin/Images/profilebg.jpg) no-repeat;
	text-indent:2em;
	font:13px/22px "宋体";	
}
/************************************* 联系我们和在线留言的标题 *************************************/
.bigtitle {
	width:720px;
	margin:-30px auto 20px auto;
	border-bottom:#eee solid 1px;
	text-indent:1em;
	color:#093;
	font:bold 16px "宋体";
}
/************************************* 在线留言表单 *************************************/
.msgform {
	width:600px;
	margin:0 0 0 40px;
	background:#fafafa;
	border-bottom:#e4e4e4 solid 1px;
}
.msgform dt, .msgform dd {
	float:left;
	border:#e4e4e4 solid 1px;
}
.msgform dt {	
	width:70px;
	padding:0 5px 0 15px;
	border-bottom:0;
	line-height:32px;
}
.msgform dd {
	width:502px;
	height:27px;
	padding:6px 0 0 5px;
	border-width:1px 1px 0 0;
}
.msgform .bigcell { height:149px; }
.msgform dd input {
	height:16px;
	padding:1px 0 0 0;
	border:#d1d1d1 solid 1px;
}
.msgform textarea {
	width:490px;
	height:140px;
	border:#d1d1d1 solid 1px;
}
.btnbar { padding:20px 0 20px 240px; }
input.msgformbtn {
	width:58px;
	height:19px;
	margin:0 15px;
	background:url(/LK_skin/Images/msgformbtn.jpg) no-repeat;
	cursor:pointer;
}
/************************************* 联系我们内容 *************************************/
.contact {
	padding:20px 0 50px 40px;
	font:bold 14px/22px Arial;
}
/************************************* 内容页（产品应用内容页、新闻内容页）样式 *************************************/
.content_xx, .bigbar .content_xx {
	padding:10px 20px;
	text-indent:2em;
	font:13px/22px "宋体";
}
.content_xx h1, .content_xx .infobar {
	background:url(/LK_skin/Images/list_txtbg.gif) left bottom repeat-x;
	text-align:center;
	text-indent:0;
	font:bold 20px/30px Arial;
}
.content_xx .infobar {
	margin:8px 0 15px 0;
	color:#656565;
	font:normal 13px/22px "宋体";
}
/************************************ 产品内容页-产品信息左边栏目（大图+4张图） ******************************************/
.product_left {
	float:left;
	display:inline;
	padding:5px;
	margin:20px 10px 20px 20px;
	border:#e0e0e0 solid 1px;
}
.product_left p {
	text-align:center;
	font:bold 14px/28px "宋体";
}
.product_left .smallpic {
	width:90px;
	height:74px;
	margin-right:1px;
	cursor:pointer;
}
/******************************** 产品内容页-产品信息右边栏目 *************************************/
.product_right {
	float:left;
	width:415px;
	padding:30px 0 20px 0;
	color:#666;
	font:13px/22px "宋体";
}
.product_right h1,.product_right h2,.product_right h3,.product_right h4,.product_right h5,.product_right h6 {
	background:url(/LK_skin/Images/list_txtbg.gif) left 25px repeat-x;
	color:#333;
	font:bold 14px/30px "宋体";
}
/******************************** 首页-产品展示-菜单 *************************************/
.menu {
	height:24px;
	padding:5px 0 0 4px;
	background:url(/LK_skin/Images/bigbartitle.jpg) no-repeat;
	overflow:hidden;
}
.menu a {
	float:left;
	padding:0 15px;
	background:url(/LK_skin/Images/menuoffbg.jpg) repeat-x;
	border-right:#eaeae8 solid 1px;
	color:#333;
	font:bold 13px/26px "宋体";
	cursor:pointer;
}
.menu a:hover {
	background:url(/LK_skin/Images/menuonbg.jpg) repeat-x;
	color:#093;
}
.menu .on {
	background:url(/LK_skin/Images/menuonbg.jpg) repeat-x;
	color:#093;
}
/******************************** 首页-产品展示-菜单内容 *************************************/
.menucontent {
	display:none;
	padding:20px 7px 0 7px;
	background:url(/LK_skin/Images/bigbarbottom.jpg) left bottom no-repeat;
}
.menucontent .list_v {
	float:left;	
	width:143px;
	height:150px;
	padding:0 16px 0 23px;
	margin:0 0 20px 0 !important;
	margin:0;
	background:url(/LK_skin/Images/picwarp1.jpg) right top no-repeat;
}
.menucontent .list_v img {
	width:143px;
	height:115px;
	padding:5px 0;
	background:none;
}
.menucontent .list_v a {
	color:#555;
	font:normal 13px/23px "宋体";
}
.menucontent .list_v a:hover { color:#ff6500; }
/******************************** 首页-标签页栏目（公司简介，公司新闻，产品应用） *************************************/
.tabbar {
	float:left;
	width:405px;
	padding:0 20px 15px 15px;
	font:12px/20px "宋体";
	overflow:hidden;
}
.tabbar .tab {
	width:290px;
	border-bottom:#d4d9d8 solid 1px;
	margin:0 0 10px 0;
}
.tab a {
	float:left;
	width:84px;
	margin:0 1px 0 0;
	background:url(/LK_skin/Images/whitetab.gif) no-repeat;
	text-align:center;
	color:#999;
	font:bold 13px/22px "宋体";
	cursor:pointer;
}
.tab .on {
	background:url(/LK_skin/Images/greentab.gif) no-repeat;
	color:#FFF;
}
.tabbar dl .img {
	float:left;
	width:139px;
	height:125px;
	padding:3px;
	margin:0 8px 0 0;
	border:#CCC solid 1px;
}
.tabbar .list_txt { font-size:13px; }
/******************************** 首页-合作伙伴, 友情链接 *************************************/
.partner_title, .partner_content {
	clear:both;
	width:730px;
	padding:15px 5px 5px 5px;
	margin:10px auto 0 auto;
	border:#eee solid 1px;
	border-width:1px 0;
	color:#093;
	font:bold 14px "宋体";	
}
.partner_content {
	position:relative;
	height:35px;
	padding:5px;
	margin:0 auto;	
	border-width:0 1px 1px 1px;
	font-size:0;
	overflow:hidden;	
}
.partner_content img {
	height:35px;
}
.partner_content a {
	margin:0 20px 0 0;
}
/******************************** 首页-友情链接 *************************************/
.friendlink {
	width:655px;
	padding:5px 5px 5px 80px;
	margin:10px auto 0 auto;
	background:url(/LK_skin/Images/friendlinkbg.gif) 5px 5px no-repeat;
	border:#eee solid 1px;
	border-width:1px 0;
}
.friendlink .content {
	position:relative;
	width:655px;
	height:14px;
	overflow:hidden;	
}
.friendlink a {
	margin:0 15px 0 0;
	font:normal 14px "宋体";
}
/******************************** 合作伙伴列表页 *************************************/
.table_partner td {
	text-align:center;
	vertical-align:bottom;
	font:14px/25px "宋体";
}
.table_partner td img {
	display:block;	
	max-width:200px;
	max-height:170px;
	width:expression(this.width&gt;this.height?"200px":"auto");      /* IE6下图片最大宽度限制 */
	height:expression(this.height&gt;170?"170px":this.height+"px");  /* IE6下图片最大高度限制 */
	margin:0 auto;
	cursor:pointer;
}
.table_partner td a img { width:auto; }
</pre></body></html>