/* 布局 */
.row { *zoom: 1; }
.row:before, .row:after { display: table; line-height: 0; content: ""; }
.row:after { clear: both; }

.w-01{
    float: left;
    min-height: 1px;
}

.w-02,
.w-03,
.w-04,
.w-05,
.w-06,
.w-07,
.w-08 {
    *display: inline;
    float: left;
    min-height: 1px;
}

.w-01 {width: 1000px}
.w-02 {width: 300px}
.w-03 {width: 960px}
.w-04 {width: 620px}
.w-05 {width: 800px}
.w-06 {width: 200px}

.h-01 {height: 400px;}
.h-02 {height: 300px;}

/* 通用样式 */
body {
    background-color: #fff;
    color: #666;
    font: normal 14px/18px "Microsoft YaHei", "SimSun", sans-serif;
}

a:link,
a:visited {
    color: #444;
}

a:hover,
a:active {
    color: #2894d6;
    text-decoration: none;
}

.ac-01:link,
.ac-01:visited {
    color: #fff;
}

.ac-01:hover,
.ac-01:active {
    color: #2894d6;
}
.ac-02:link,
.ac-02:visited {
    color: #fff;
}

.ac-02:hover,
.ac-02:active {
    color: #ffffcc;
}

.bg-y{background-color:#fff9f0!important}
.bg-w{background-color:#fff!important}
.bg-r{background-color:#d91524!important}
.bg-g{background-color:#f5f5f5!important}

.bk{border:1px solid #eee}
.bk-red{border:1px solid #d12f28}
.bk-blue{border:1px solid #b8c9d0}
.bk-blue-t{border-top:1px solid #b8c9d0}
.bk-t{border-top:1px solid #ccc}.bk-b{border-bottom:1px solid #ccc}.bk-l{border-left:1px solid #ccc}.bk-r{border-right:1px solid #ccc}
.bkn{border:0 none transparent}
.bkn-t{border-top:0 none transparent!important}.bkn-b{border-bottom:0 none transparent!important}.bkn-l{border-left:0 none transparent!important}.bkn-r{border-right:0 none transparent!important}



table {
    border-collapse: collapse;
}

th,
td {
    margin: 0;
    padding: 0;
}

.td_dot {
    width: 20px;
    vertical-align: top
}

.td_line {
    line-height: 17px;
    padding-bottom: 10px
}

.td_time {
    line-height: 17px;
    padding-bottom: 10px;
    text-align: right;
    font-size: 12px;
    color: #888;
}

.tb_pagebar {margin-top:15px}
.td_pagebar {
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    font: bold 12px/30px "Microsoft YaHei", "SimHei", sans-serif;
    text-align: center;
}

/* 页头页脚 */
.header h1 {
    background: transparent url(../images/logo_klx_01.jpg) no-repeat 0 0;
    width: 290px;   
    height: 120px;
    text-indent: -99999px;
}
.header .tel {
	font-size: 18px;
	color: #1960ad;
	font-weight: bold;
	text-align: right;
}
.header .lan {
	line-height: 20px;
	font-size: 12px;
	background-color: #f7f7f7;
}
.header .lan a {
	padding-right: 10px;
	display: inline-block;
	text-align: right;
}
.header .tel img,
.header .lan img {
	margin-right: 5px;
}
.nav {
    height: 120px;
	line-height: 120px;
	font-size: 15px;
	font-weight: bold;
}
.nav a:link, .nav a:visited {
	cursor: pointer;
	text-decoration: none;
	padding: 0 4px;
	display: block;
	float: left;
	text-align: center;
}
.nav .on:link, .nav .on:visited {
	background-color: #666;
	color: #fff;
}
.nav a:hover, .nav a:active {
	text-decoration: none;
}
.nav b {
	display: block;
	float: left;
	font-weight: 300;
	color: #fff;
}


.footer {
    background-color: #4e4e4e;
    padding-top: 10px;
    line-height: 24px;
    font-size: 12px;
}
.footer-box {
	background: transparent url(../images/logo_klx_02.gif) no-repeat 0 20px;
	height: 300px;
	color: #fff;
}
.footer-nav {
	margin-left: 300px;
	line-height: 150px;
}
.footer-nav a:link, .footer-nav a:visited {
	cursor: pointer;
	text-decoration: none;
	padding: 0 6px;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 15px;
	
}
.footer-nav a:hover, .footer-nav a:active {
	text-decoration: none;
	color: #2894d6;
}

/*分页样式*/
div.paginationControl {
	clear: both;
	font-size: 14px;
	line-height: 50px;
	margin: 20px 0;
	text-align: center;
}
div.paginationControl  *{
	margin-left:5px;
}
div.paginationControl a {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #666666;
	padding: 6px 10px;
	text-decoration: none;
}
div.paginationControl a:hover {
	border: 1px solid #cd2401;
	text-decoration: none;
}
div.paginationControl a:active {
	background-color: #cfd5e6;
	border: 1px solid #cd2401;
}
div.paginationControl span {
	background-color: #ffffff;
}
div.paginationControl span.current {
	background: none repeat scroll 0 0 #2894d6;
	color: #ffffff;
	font-weight: 700;
	padding: 7px 11px;
}
div.paginationControl input {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	height: 21px;
	line-height: 22px;
	padding: 6px 9px 4px 9px;
	position: relative;
	*top: 8px;
}
div.paginationControl span#head_page, div.paginationControl span#first_page, div.paginationControl span#next_page, div.paginationControl span#foot_page {
	border: 1px solid #dddddd;
	color: #666666;
	cursor: pointer;
	padding: 3px 5px;
	text-decoration: none;
}
div.paginationControl span.disabled {
	border: 1px solid #dddddd;
	color: #999999;
	padding: 6px 10px;
}

.message {
	width: 100px;
	height: 150px;
	background: #666 url(/images/message.png) no-repeat center center;
	line-height: 260px;
	position: fixed;
	top: 50%;
	right: 0;
}
.message a:link,
.message a:visited {
	display: inline-block;
	width: 100px;
	height: 150px;
	color: #fff;
	text-align: center;
}
.message a:hover,
.message a:active {
	text-decoration: none;
}