<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	css stylesheet for kjt website
	version 1.0
*/

/* css reset (base on YUI) */
html{color:#535353;}
body,div,dl,dt,dd,ul,li,h1,h2,h3,form,legend,input,button,textarea,select,p,th,td,header{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
img{border:none;}
button,em,option,select,textarea,th{font:inherit}
li{list-style:none}
h1,h2,h3,h4{font-size:100%;font-weight:400}
*{ margin:0; padding:0; vertical-align:middle; }
ul, ol { list-style:none; }
/*æ¸…é™¤æµ®åŠ¨*/
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

/* global */
body{color:#535353;font:14px/1.8em 'å¾®è½¯é›…é»‘';}
html:root body,html:root input,html:root button,html:root textarea,html:root select{font-family:'å¾®è½¯é›…é»‘'}
a{color:#535353;text-decoration:none}
a:hover{text-decoration:underline}
.clr{clear:both}
.mt5{margin-top:5px}
.mr5{margin-right:5px}
.mt10{margin-top:10px}
.ml10{margin-left:10px}
.mr10{margin-right:10px}
.mt15{margin-top:15px}
.ml15{margin-left:15px}
.pt15{padding-top: 15px;}
.fl{float:left}
.fr{float:right}
.show{display:block}
.hide{display:none}
.bw{background-color:#FFF}
.posr{position:relative}
.posa{position:absolute}
.piclink,.piclink img{display:block}
.piclink p{text-align:center;margin:5px 0}
a.react{display:block;color:inherit;height:100%}
.mbox{width: 1002px; margin: 0 auto;}
.bor{ border: 1px solid #dedede;}
.tc{ text-align: center;}

.wrap{ width: 1100px; margin: 0 auto;}
.top{ height: 36px; line-height:36px;overflow: hidden;}
.timebox{ padding-left: 30px;  color: #444444;}
.top .top_right{padding-right: 20px;}
.top .top_right a{color: red;}
.top_bg{height:278px;width:100%;background: url("top.jpg") center top no-repeat;}


/*nav*/
.nav{ height: 45px; background:url("lb_bg.jpg"); border-bottom: solid 2px #d9d9d9;}
.nav li{ float: left;}
.nav li a{ padding: 0px 75px; display: block;text-align: center; line-height: 45px;color: #fff; font-size: 18px;font-weight: bold; position: relative;}
.nav .on{ background:url("ban_bg.jpg") center no-repeat;height: 51px;  margin-top:-6px;line-height: 58px;}
.nav li a:hover{ background:url("ban_bg.jpg") center no-repeat;height: 51px;margin-top:-6px;text-decoration: none;line-height: 57px;}


/*notice*/
.notice{height: 50px;}
.notice .warn{position:relative;top:10px;}
.warn a {position:relative;left:5px;font-size: 16px; color: #4d4d4d;}
.warn  a:hover{ text-decoration: none;color: #0698ed;}


/*searchbox*/
.searchbox{ width: 315px; height: 32px; z-index: 100; position: relative; }
.keyword{  height: 32px; line-height: 32px}
.keyword input{ display: block; width: 235px; height: 30px; line-height: 32px; border: 1; outline: none;}
.sbtn{ display: block; width: 70px; text-align: center; height: 32px; border: 0;
    background: url('sousuo.jpg') center no-repeat #fff; color: #fff; cursor: pointer; outline: none;}


/*news*/
.news {border: solid 1px #e6e6e6; height: 70px;line-height: 70px;}
.news img{ padding-top: 7px; padding-left: 10px;}
.news a{ position: relative; padding-left:10px;color: red;font-size: 28px; font-weight: bold;}


/*footer*/

.footer{ margin-top: 20px; background-color: #efefef; height: 150px;width: 100%;}
.footer .lib {height:18px;line-height:18px;margin: 0 auto;padding-top: 10px; padding-left: 410px;}
.footer .lib p{color: #74acdb;}
.footer p a{font-size: 16px; margin: 0 10px; color: #74acdb;}
.footer  p a:hover{ text-decoration: none;color: #0698ed;}
.footer .copy{ color: #000000;padding-top: 10px;padding-left: 280px;}
.footer .copy .p1{letter-spacing:10px;padding-left: 10px;}
.footer .copy img{padding-top: 10px;padding-right: 0px;}
.footer .copyr p{text-align: center;;padding-left: 10px;}
</pre></body></html>