/*
	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 {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: none;
}
button,
em,
input,
option,
select,
textarea,
th {
  font: inherit;
  outline:none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4 {
  font-size: 100%;
  font-weight: normal;
}
/*清除浮动*/
.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: 12px/1.8em '宋体';
  background: url(bg.jpg) repeat-x #fffbe1;
}
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;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mt10 {
  margin-top: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.ml15{
  margin-left: 15px;
}
.mt15{
  margin-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;
}
.mbox{ 
  width:1024px;
  margin:0 auto;
}
.bor{ 
  border:1px solid #e5e5e5;
}
.tc{
  text-align: center;
}

/*top*/
.banner{
  height: 190px;
  overflow: hidden;
  background: url(banner.jpg) center top no-repeat;
}
.mainnavbox{
  background: url(navbg.jpg) repeat-x;
}
.mainnav{
  height: 40px;
  line-height: 40px;
}
.mainnav li{
  float: left;
}
.mainnav li.line{
  width: 2px;
  height: 40px;
  background: url(navline.jpg) no-repeat;
}
.mainnav li a{
  padding: 0 58px;
  display: inline-block;
  line-height: 40px;
  font-family: "微软雅黑";
  font-size: 14px;
  font-weight: bold;
  color: #56911d;
}
.mainnav li a:hover,.mainnav li a.active{
  background: url(navac.jpg) repeat-x;
  text-decoration: none;
  color: #fff;
}
.subnavbox{
  background: url(subnav.jpg) repeat-x;
}
.subnav{
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #dcdcdc;
  overflow: hidden;
}
.subnav a{
  margin: 0 15px;
}

/*timebox*/
.timebox{
  height: 30px;
  line-height: 30px;
  background-color: #ebebeb;
}
.search{
  width: 188px;
  overflow: hidden;
}
.keyword{
  margin-top: 5px;
  width: 138px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #dcdcdc;
}
.submit{
  margin: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: url(icon1.jpg);
  cursor: pointer;
}

/*wrapper*/
.wrapper{
  width: 1000px;
  padding: 10px 12px;
}

/*links*/
.links{
  padding: 5px 12px;
  width: 1000px;
  height: 75px;
  overflow: hidden;
}
.links .tit3{
  padding-left: 45px;
  height: 30px;
  line-height: 30px;
  background: url(linkstit.jpg) no-repeat;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.links select{
  margin: 0 12px;
  width: 218px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #e5e5e5;
}

/*footerbox*/
.footerbox{
  height: 90px;
  line-height: 26px;
  background: url(footbg.jpg) repeat-x;
  color: #fff;
}
.footer{
  padding-top: 10px;
  position:relative;
}
#imgConac{
  position:absolute;
  top:10px;
  right:50%;
  margin-right:-500px;
}