﻿@charset "utf-8";
/************************************* 表单的公共样式 *************************************/
label, select, input {
	font:12px Tahoma;
	vertical-align:middle;
}
select, input, textarea {
	border:#ededed solid 1px;
	color:#999;
	font:12px/15px Tahoma;
}
select {
	width:125px;
	height:20px;
}
form input {
	width:200px;
	height:15px;
	padding:2px 5px 1px 5px;
}
form textarea {
	width:260px;
	height:60px;
	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_search {
	height:104px;
	padding:10px 0 0 15px;
	background:url(/LK_Skin/images/searchbg.png) no-repeat;
	color:#355f9f;
	overflow:hidden;
}
.form_search .icon_search {
	padding:1px 0 0 25px;
	background:url(/LK_Skin/images/icon_search.jpg) no-repeat;
	font:bold 14px/19px "宋体";
	color:#333;
}
.form_search .input {
	width:160px;
	height:18px;
	border-color:#bddeee;
	line-height:17px;
	color:#656565
}
/************************************* 联系我们-留言表单 *************************************/
.form_liuyan {
	float:left;
	width:389px;
	background:url(/LK_Skin/images/liuyan_bg.gif) repeat-y;
}
.form_liuyan .title {
	height:30px;
	padding:10px 0 11px 15px;
	background:#fff url(/LK_Skin/images/liuyan_top.gif) left bottom no-repeat;
	font:bold 14px/47px 宋体;
	color:#f1671d;
}
.form_liuyan .title span {
	padding:0 0 0 25px;
	background:#fff url(/LK_Skin/images/icon_liuyan.gif) no-repeat;
}
.form_liuyan .content {
	padding:10px 0 20px 22px;
	background:url(/LK_Skin/images/liuyan_bottom.gif) left bottom no-repeat;
	color:#333;
}
.form_liuyan textarea {
	width:270px;
	height:75px;
}
/************************************* 联系我们-文字 *************************************/
.contact_right {
	float:left;
	display:inline;
	width:320px;
	padding:13px 15px 15px 18px;
	font:12px/18px Arial;
	color:#333;
}
.company_name {
	padding:10px 0 0 0;
	font:bold 15px/25px Arial;
	color:#333;
}
/************************************* 新闻栏目 *************************************/
.newsbar {
	width:700px;
	padding:5px 0 15px 11px;
}
.newsbar .title {
	height:25px;
	padding:0 20px 0 11px;
	margin:0 0 13px 0;
	border-bottom:#bddeee solid 1px;
	font:bold 14px/25px "宋体";
	color:#000;
}
.newsbar .leftbar {
	float:left;
	width:215px;
}
.newsbar .leftbar img {
	display:block;
	width:184px;
	height:156px;
	padding:5px 0 0 0;
}
.newsbar .rightbar {
	float:left;
	width:465px;
}
.newsbar .list_txt a {
	background:url(/LK_Skin/images/icon_right1.gif) 3px 3px no-repeat;
	color:#333;
}
/************************************ 表格形式的文章列表 ******************************************/
.list_table {
	width:720px;
	padding:5px 0 0 10px;
}
.list_head {
	height:26px;
	margin:0 0 5px 0;
	background:#edf3fa;
	font:bold 12px/25px "宋体";
}
.list_head li {
	float:left;
	display:inline;
	padding:2px 0 0 40px;
	color:#035399
}
.list_tr {
	width:690px;
	margin:6px 0 0 0;
	border-bottom:#ececec solid 1px;
	line-height:25px;
	color:#656565;
	overflow:hidden;
}
.list_tr dt {
	float:left;
	display:inline;
}
.list_tr .col1 {
	width:380px;
	padding:0 10px 0 13px;
}
.list_tr .col2 {
	width:110px;
	text-align:center;
}
.list_tr .date { padding:0 0 0 75px; }
.list_tr .jianjie {
	clear:both;
	padding:3px 10px 5px 13px;
	line-height:17px;
	color:#333;
}
.list_tr .jianjie a { color:#999; }
/************************************* 产品列表 *************************************/
.product .list_h {
	float:left;
	display:inline;
	width:345px;
	height:160px;
	margin:0 5px 0 15px;
}
.product .list_h dt img {
	width:120px;
	height:120px;
}
.product .list_h dd {
	left:145px;
	height:105px;
}
.product .list_h .list_title {
	padding:5px 0;
	font:bold 12px/19px "宋体";
}
.product .list_h .more {
	left:280px;
	top:120px;
}
/************************************* 文章内容页样式 *************************************/
.wz_container {
	width:715px;
	padding:15px 0 0 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 0 0;
	text-align:right;
}
/************************************* 产品详情-左边图片 *************************************/
.product_leftbar {
	float:left;
	display:inline;
	width:300px;
	padding:10px 25px 25px 25px;
	overflow:hidden;
}
.product_leftbar img {
	width:298px;
	height:270px;
}
.product_leftbar .zoom {
	width:112px;
	height:20px;
	padding:4px 0 0 18px;
	margin:5px 0 10px 85px;
	background:url(/LK_Skin/images/zoombg.jpg) no-repeat;
	cursor:pointer;
}
.product_pn { width:310px; }
.product_pn .content {
	padding:10px;
	background:url(/LK_Skin/images/line_dot.gif) left bottom repeat-x;
}
.product_pn img {
	float:left;
	width:91px;
	height:81px;
	border:#f4f4f4 solid 1px;
	margin:0 8px 10px 0;
}
/************************************* 产品详情-右边产品介绍 *************************************/
.product_rightbar {
	float:left;
	display:inline;
	width:383px;
	margin:20px 0 20px 0;
	background:url(/LK_Skin/images/pr_bg.gif) repeat-y;
}
.product_rightbar .top {
	height:11px;
	background:url(/LK_Skin/images/pr_top.gif) no-repeat;
	overflow:hidden;
}
.product_content {
	padding:5px 5px 10px 5px;
	background:url(/LK_Skin/images/pr_bottom.gif) left bottom no-repeat;
}
.product_content .bottombar {
	padding:10px 20px 0 20px;
	text-align:center;
	font:16px/25px "宋体";
	color:#005fc9;
}
.product_content .zoompic {
	width:396px;
	height:390px;
	background:#f5f5f5;
	overflow:hidden;
}
.product_content .h4 {
	padding:0 0 10px 15px;
	background:url(/LK_Skin/images/line_h4.png) left bottom no-repeat;
	font:bold 12px/21px "宋体";
	color:#032d63;
}
.product_content .h4 b {
	font:12px/21px "宋体";
	color:#333;
}
.product_content .p {
	padding:0 25px 5px 15px;
	color:#333;
}
/************************************ 首页-公司简介 ******************************************/
.index_company {
	float:left;
	display:inline;
	width:410px;
	margin:12px 0 10px 0;
	overflow:hidden;
}
.index_company .title {
	height:36px;
	padding:0 0 0 15px;
	background:url(/LK_Skin/images/maintitle.png) no-repeat;
	font:bold 14px/23px "宋体";
	color:#035399;
}
.index_company .content {
	padding:0 7px;
	letter-spacing:2px;
	line-height:17px;
	color:#032d63;
}
/************************************ 首页-标签栏目 ******************************************/
.index .tabbar {
	float:left;
	display:inline;
	width:327px;
	margin:12px 0 15px 10px;
	overflow:hidden;
}
.index .tabbar .title {
	height:24px;
	background:url(/LK_Skin/images/tabtitle.png) left -8px repeat-x;
	font:bold 12px/15px "宋体";
}
.index .tabbar .title span { height:17px; }
.index .tabbar .title span b { padding:2px 8px 0 0; }
.index .tabbar .content {
	height:178px;
	padding:5px 10px 0 10px;
	background:#fafbff;
	font:12px/21px "宋体";
	overflow:hidden;
}
.index .list_txt a, .index .list_txt a:hover { background:url(/LK_Skin/images/icon_right2.gif) left 2px no-repeat; }
.index .list_txt span { color:#656565; }

