﻿@charset "utf-8";
/*公用css*/
*{ margin:0px; padding:0px;}
body{ font-size:12px; color:#000; background:url(../images/bg.jpg) repeat;font-family:SimSun; }
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,a,big, em,font,img,strong,tt, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, marquee, input, select{  margin:0px; padding:0px; border: none;}

ul{list-style: none;}
li{ list-style:none;}
a{text-decoration:none; color:#333;}
a:hover{ color:#018d70;}
a:active{ color:#900;}
.floatclear{ clear:both; height:0; font-size:0;}
.colorred{color: #c12c20;}

body{width: auto; height:auto; margin:0 auto; background: #fff;}
/*top向上*/
	right:0px;
/*top向上*/
#form_top{display:block; bottom:340px; right:0px; position:relative;}  
.top_img{  
	position: absolute;
    background-image: url(../images/top.png); 
    width: 76px;  
    height:38px;  
    cursor: pointer;  
}
/*头部css*/
#topnav{width: auto;  background: #fff;}
#top{width: 960px; padding-bottom: 10px; margin: 0 auto; }
#lau p{height: 18px; padding-top: 6px;  font: bold 12px/18px arial; text-align: right;}
#nav .logo{width: 182px; height: 58px;}

/*#nav ul li a{float: left;width: 102px; text-align: center; font: bold 14px/14px "微软雅黑"; display: block; /*border-left: 1px solid #333;}*/
.menu{height:48px; float: right; margin-top: 20px;}
.menu ul{padding:0 0 0 9px;}
.menu li{float:left;font-size:14px;  height: 16px; margin-bottom: 16px;}
.menu li a{text-decoration:none;color:#000; border-left: 1px solid #333; display:block; text-align:center; font:bold 14px/16px "微软雅黑"; border-bottom: 2px solid #fff; width: 102px;}
.menu li a.lastli{border-right:1px solid #333;}
.menu li a:hover{text-decoration:none;color:#018e6e;font:bold 14px/16px "微软雅黑";border-bottom: 2px solid #018E6E; background: none; }
.menu li ul{visibility:hidden;position:absolute;}
.menu li.hover ul{/*ie6不支持li:hover所以在这里写成li.hover以方便js取样式*/visibility:visible;position:absolute;display:block;width:600px;padding:0 0 0 18px;}
.menu li.hover .h-links{color:#018E6E;}
.menu ul ul li a{padding-right:1em; line-height:48px; background: url(../images/navico2.jpg) no-repeat left center; border: none;}
.menu ul ul li a:hover{padding-right:1em;line-height:48px; background: url(../images/navico.jpg) no-repeat left center; border: none;}

/*底部css*/
#bottom{width: 100%; height: 258px; margin-top: 105px; background: #6f9d30;}
#bottom .dmain{width: 960px; height: 222px; margin: 0 auto; padding-top:36px; }
#bottom .dmain dl{float: left; margin-right: 75px; max-width: 170px;}
#bottom .dmain dl dt{background: url(../images/ico.png) no-repeat left center; font: bold 14px/14px "微软雅黑"; color: #fff; text-indent: 20px; margin-bottom: 6px;}
    #bottom .dmain dl dt a {
    color:#fff;
    }
     #bottom .dmain dl dt a:hover{
    color:#fff;
    }
#bottom .dmain dl dd{text-indent: 20px;}
#bottom .dmain dl dd a{ font:normal 14px/26px "微软雅黑";color: #fff;}

#copyright{width: 100%; height: 46px; background: #fff;}
#copyright .copy{width: 960px; height: 46px; margin: 0 auto;}
#copyright .copy p{font:normal 14px/46px tahoma; text-align: left;}

