<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{ /*设置网页的全局属性*/
   font-size:12px; background:#fff;
}
body.indexk{ background:url(../img/image3.jpg) center center   ;}
*{  /*设置网页的全局属性*/
   margin:0; 
   padding:0;
   list-style:none; outline-style:none;
}

a{  /*设置A标签全局属性*/
   text-decoration:none;

} a span{ cursor:pointer;}
img{ border:0px;} /*设置img的全局属性*/
ul{/*设置UL的全局属性*/
   margin:0;
   padding:0;
}

li{/*设置li的全局属性*/
   margin:0;
   padding:0;
   list-style:none;

}

.fl{ /*这里是我管用的左边浮动的样式*/
   float:left;
   display:inline; /*兼容iE6所设置*/
}
.fr{ /*这里是我管用的右边边浮动的样式*/
   float:right;
   display:inline;
}
.fh{
    overflow:hidden; /*常用去掉浮动样式*/
	zoom:1;/*兼容iE6所设置*/
}
.dn{ display:none;} /*兼容隐藏块设置*/

.wh{  margin:0 auto; width:980px;}/*设置页面的总宽度*/
.cl{ clear:both;}




#left,
#right { 
float: left;
margin: 0 0 0 -490px;
width: 50%;
*width: 49.9%;z-index:2; position:relative;
}

#main { z-index:1000;
width: 980px;
float: left;
  background:url(../img/main.jpg) no-repeat; position: relative;
}
	
.inner {
padding: 0px;
}
 
 
#left .inner,
#right .inner {
margin: 0 0 0 490px;
 height:610px;
}

#left .inner{ background: url(../img/left.jpg) right top no-repeat;}
#right .inner{ background: url(../img/right.jpg) left top no-repeat;}


.menu { margin-top:280px; background:#000; height:46px; }
.menu .d_a a {
  color: #fff;
  display: block;
  height: 46px;
  line-height: 46px;
  float: left;
  padding: 0 10px;
}
.menu li{  float: left;
  position: relative;
  margin-right: 20px;}
.dropdown {
  visibility: hidden;
  position: absolute;
  top: 46px;
  left: 0px;
  background: #000;
  z-index: 100;
}.menu li:hover .dropdown{visibility: visible;}
.dropdown a {
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0 10px;
}

.menu a:hover,.menu .d_a a.active{   color: #FFFF00 ;}
.main02{ width:980px; height:17px; background:url(../img/main02.jpg) no-repeat;}

.main_left {
  width: 788px;
  background: #fff;
}
.nav {
  background: #000;
  color: #fff;
  line-height: 26px;
  padding-left: 10px;
}

.main_left h2 {
  margin-top: 27px;
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 38px;
  font-family: Microsoft YaHei,Century Gothic,Arial,Verdana,sans-serif;
}
.main_left .content { z-index:100;
  _height: 336px;
  min-height: 336px;
  margin: 0 27px;
  line-height: 24px;
  font-size: 14px;
  color: #657a71;
}
.main_right {
  width: 162px;
  padding-left: 30px;
  background: url(../img/main03.jpg) left top no-repeat;
}

.lxr, .hzf {
  padding: 10px;
  background: #fff;
  color: #657a71;
}
.menu ul{ margin-left:260px;}
.main_c{ margin-bottom:30px;} 

.ljhg_ck li { z-index:1000;
  float: left;
  width: 195px;
  border: 1px solid #fff;
  background-color: #FFFFFF;
  padding: 1px;
  text-align: center;
  overflow: hidden;
  margin-left: 20px;
  _display: inline;
  margin-bottom: 15px;
}
.ljhg_ck h3 { z-index:1000;
  background-color: #000;
  height: 33px;
  color: #fff;
  display: block;
  line-height: 33px;
  text-align: center;
  margin-top: 1px;
}
.ljhg_ck  a{ display:block;} 
.ljhg_ck h3 a { z-index:1000;
  color: #fff; 
}
.ljhg_ck  img { height:195px; height:147px;}

.jd{ margin-bottom:10px;}
.dropdown a.dn{ display:none;}

.tableks{ width:100%;}
.tableks td {
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 12px;
  padding: 0 2px;
  color: #666;
}
.tableks td.first {
  border-left: 1px solid #ccc;
  
}
.tableks .top td {
  border-top: 1px solid #ccc;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  padding-top: 5px; background: #990000; color:#FFFFFF;
}
.tableks .tops td{font-size: 14px;
  font-weight: bold;
  height: 30px;
  padding-top: 5px; background:#990000; color:#FFFFFF;}
  
  .main_left .twzb_content{ margin:0;}
   .twzb_content h3{ font-size:16px; margin-bottom:10px;}
   .tw_list{ margin-bottom:15px;}
    .tw_list h4{ font-size:14px;}
  .tw_right{ padding-left:180px;}
 .tw_right a{ color:#CC0000;}
  .twzbk_content p{ text-indent:24px; margin-bottom:10px;}
  
  
  
</pre></body></html>