﻿@charset "utf-8";
/************************************* 表单的公共样式 *************************************/
label, select, input {
	font:12px Tahoma;
	vertical-align:middle;
}
select, input, textarea {
	border:#edecec solid 1px;
	color:#999;
	font:12px/15px Tahoma;
}
select {
	width:125px;
	height:20px;
}
form input {
	width:250px;
	height:15px;
	padding:2px 5px 1px 5px;
}
form textarea {
	width:320px;
	height:90px;
	vertical-align:top;
	overflow:auto;
}
form .tr { height:36px; }
form .radio, form .btn {
	width:auto;
	padding:0;
	border:0;
}
form .btn {
	width:65px;
	height:24px;
	padding:0 0 3px 0;
	background:url(/LK_Skin/images/btnbg.png) no-repeat;
	font:12px/23px "宋体";
	color:#000;
	cursor:pointer;
}
/************************************* 留言表单 *************************************/
.form_liuyan {
	width:540px;
	margin:10px 0 10px 25px;
	color:#333;
}
.form_liuyan span {
	vertical-align:middle;
	color:#f00;
}
/************************************* 联系我们 *************************************/
.contact {
	padding:15px 20px 10px 25px;
	line-height:21px;
}
/************************************ 表格形式的文章列表 ******************************************/
.list_table {
	width:575px;
	padding:0 0 0 28px;
	margin:0 0 15px 0;
	background:url(/LK_Skin/images/tablelistbg.png) 46px top repeat-y;
}
.list_tr {
	width:100%;
	height:22px;
	line-height:27px;
	color:#999;
	overflow:hidden;
}
.list_tr dt {
	float:left;
	display:inline;
}
.list_tr a { color:#333; }
.list_tr .col1 {
	width:410px;
	padding:0 10px 0 23px;
	background:url(/LK_Skin/images/icon_right.gif) 5px 9px no-repeat;
}
.list_tr .col2 {
	width:100px;
	text-align:center;
}
.list_tr .date { padding:0 0 0 50px; }
/************************************* 文章内容页样式 *************************************/
.wz_container {
	width:590px;
	padding:15px 0 10px 15px;
}
.wz_title, .wz_infobar {
	background:url(/LK_Skin/images/line_dot.gif) left bottom repeat-x;
	text-align:center;
}
.wz_title {
	height:32px;
	font:20px/29px 黑体;
	color:#333;
}
.wz_infobar {
	height:22px;
	padding:4px 15px 0 15px;
	color:#656565;
}
.wz_content {
	padding:18px 0 15px 0;
	color:#333;
}
.wz_bottom {
	background:url(/LK_Skin/images/line_dot.gif) repeat-x;
	padding:8px 30px 10px 0;
	text-align:right;
}
.wz_bottom a { color:#333; }
/************************************* 产品详情-左边图片 *************************************/
.product_leftbar {
	float:left;
	display:inline;
	width:210px;
	padding:10px 0 20px 10px;
}
.product_leftbar a { color:#056da7; }
.product_leftbar img {
	width:200px;
	height:200px;
}
.product_leftbar .zoom {
	width:112px;
	height:20px;
	padding:4px 0 0 18px;
	margin:10px 0 15px 33px;
	background:url(/LK_Skin/images/zoombg.jpg) no-repeat;
	cursor:pointer;
}
.product_pn {
	width:200px;
	background:url(/LK_Skin/images/line_dot.gif) repeat-x;
}
.product_pn .content {
	padding:10px;
	background:url(/LK_Skin/images/line_dot.gif) left bottom repeat-x;
}
/************************************* 产品详情-右边产品介绍 *************************************/
.product_rightbar {
	float:left;
	display:inline;
	width:395px;
	padding:0 0 20px 0;
}
.product_content {
	padding:5px;
	z-index:1;
}
.product_content .h4 {
	padding:0 0 0 5px;
	background:url(/LK_Skin/Images/line_dot.gif) left bottom repeat-x;
	font:14px/23px "宋体";
	color:#056da7;
}
.product_content .p {
	padding:5px 0 5px 5px;
	color:#333;
}
/************************************ 首页-推荐产品 ******************************************/
.product_wrap {
	float:left;
	display:inline;
	width:195px;
	padding:0 0 5px 0;
	margin:20px 13px 10px 5px;
	background:url(/LK_Skin/images/index_bar.png) left bottom no-repeat;
	overflow:hidden;
}
.product_wrap .title {
	padding:0 20px 6px 15px;
	font:bold 14px/19px "宋体";
	color:#2979b8;
}
.product_wrap .content {
	width:170px;
	height:126px;
	margin:0 auto;
	line-height:21px;
	overflow:hidden;
}
.product_wrap .pic {
	display:block;
	width:170px;
	height:170px;
	margin:0 auto 10px auto;
}
.product_wrap .content a { color:#185b8f; }

