@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, em, img, strong, sub, sup, tt,dd, dl, dt, form, label, table, caption, tbody, tfoot, thead, tr, th, td,ul,li,p,a{ margin: 0; padding: 0; font-size:13px;}
input,select,textarea{ vertical-align:middle;}
img{ border:0;}
ul,li{ list-style-type:none;}
a:link,a:visited{text-decoration:none; color:#000;}
a:hover{color:#005432;}
.clear {clear: both;}


body{
 background-image: url(../images/body_bg.jpg);
 background-repeat: repeat-x;
 background-position: center top;
}
.head{width:1225px; height:200px; margin:0 auto; padding-left:25px; background-image:url(../images/head_bg.png); background-position: right center; background-repeat:no-repeat; overflow:hidden;
}
.logo{width:136px; height:130px; float:left; margin:35px 30px 0 0; display:inline;}
.logo_text{width:335px; height:75px; float:left; margin-top:60px;}


.nav{
  clear:both;
  width: 100%;
  height:40px;
  background-color:#005432;
   background-image: url(../images/navbg.jpg);
 background-repeat: repeat-x;
 background-position: center center;
}

ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.dropdown{ 
  position: relative; 
  width: 1200px;
  margin:0 auto; 
}

ul.dropdown li{
 font-weight: bold;
 float: left;
 width: 107px;
 position: relative;
 background-color: #005432;
 background-image: url(../images/navbg.jpg);
 background-repeat: repeat-x;
 background-position: center center;
}

ul.dropdown a:hover{ 
  color: #000; 
}

ul.dropdown li a {
 display: block;
 height: 40px;
 line-height:40px;
 font-family: "微软雅黑";
 font-size: 15px;
 color: #fff;
 position: relative;
 z-index: 2000;
 text-align: center;
 text-decoration: none;
 font-weight: 300;
}

ul.dropdown li a:hover,
ul.dropdown li a.hover{
 position: relative;
 color: #fff;
 background-color: #126045;
}


ul.dropdown ul{ 
 display: none;
 position: absolute; 
  top: 0; 
  left: 0; 
  width: 180px; 
  z-index: 1000;
}

ul.dropdown ul li { 
  font-weight: normal; 
  background: #39796a; 
  color: #fff; 
  border-bottom: 1px solid #ccc; 
}

ul.dropdown ul li a{ 
  display: block; 
  color: #fff !important;
  background: #39796a !important;
} 

ul.dropdown ul li a:hover{
  display: block; 
  background: #126045 !important;
  color: #fff !important;
} 

.drop > a{
  position: relative;
}

.drop > a:after{
  content:"";
  position: absolute;
  right: 10px;
  top: 47%;
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  z-index: 999;
}

.drop > a:hover:after{
  content:"";
   border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
}



.footer{width:100%; height:auto; margin-top:35px; overflow:hidden; background-color:#005432;}
.f_cont{width:1200px; height:90px; line-height:30px; margin:30px auto 0; color:#fff; background-color:#005432; text-align:center;}
.f_cont a,.f_cont a:hover{color:#fff;}
