﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:top;
}
body{
	font-size:12px;
	font-family:"微软雅黑";
	background:#fff;
	width: 100%;
    min-width: 1200px;
}
table{
	border-collapse:collapse;border:none;
}
th,td{
	border:solid #000 1px;
}
ol,ul,li{ list-style:none;}
img{ border:0;}
a{color:#b2b2b2; text-decoration:none;}
a:hover{ text-decoration:none;}
.clear{ clear:both;}
.left{ float:left}
.searchView{
    padding-top: 50px
}
.search{
	border:2px solid #448668;
	padding: 7px ;
	margin-left: 10px;
	border-radius: 3px;
	outline-style: none;
	width: 200px;
}
.btn{ 
 padding:6px 10px ;
 background-color: #fff;
 margin-left: 10px;
 border-radius: 3px;
 border:2px solid #448668;
  }
.right{float:right}
.main{
	width: 1200px;
	margin: 0 auto;
}

/*头部*/
.header{
	width: 100%;
}

/*导航*/
.navbg {
	height:60px;
	line-height: 60px;
	width: 100%;
	background-color: rgba(67, 157, 118, 0.7);
	z-index:99;
	left:0;
	position: absolute;
	min-width: 1200px;
}
/*.navul{
	background-color: rgba(67, 157, 118, 0.7);
}*/
.navul li {
	float: left;
	width:106px;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size: 16px;
	color: #fff;
	position: relative;
}
.navul li.navhome {
	text-align:center;
	width:106px;
	height: 60px;
	display: block;
}
.navul li a:link, .navul li a:visited {
	color:#FFFFFF;
}
.navul li ul {
	display:none;
	position:absolute;
	z-index:10000;
	top:60px;
	background-color: rgba(67, 157, 118, 1);
}
.navul li ul li {
	display:block;
	width:106px;
	float:none;
	margin-right:0px;
	height:45px;
	position:relative;
	line-height:45px;
	font-size:16px;
}
.navul li.navmoon,.navul li.navhome{
	background-color: rgba(67, 157, 118, 0.7);
	width:106px;
	height:60px;
	line-height:60px;
}
.navul li.navmoon a {
	color:#FFFFFF;
	
}
.navul li.navhome a:hover {
	width:106px;
	height: 60px;
	display: block;
	background-color: rgba(67, 157, 118, 0.7);
}
.navul li.navmoon ul {
	display:block;
}
.navul li.navmoon ul a {
	display:block;
	width:106px;
	height:45px;
	line-height:45px;
}
.navul li.navmoon ul a:hover {
	background:#166644;
}

/*尾部*/
.footer{
	width: 100%;
	background: #439d76;
	padding-top: 50px;
	margin-top: 85px;
}
.footerLeft{
	float: left;
	color: #fff;
}
.footerLeft h5{
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 25px;
}
.footerLeft p{
	margin-bottom: 20px;
}
.footerRight{
	float: right;
}
.footerRight li{
	float: left;
	width: 129px;
	text-align: center;
	margin-right: 40px;
	color: #fff;
}
.footerRight li img{
	width: 129px;
	height: 129px;
}
.footerRight li p{
	margin-top: 10px;
	line-height: 20px;
}
.footerText{
	border-top: 1px solid #75b99d;
	text-align: center;
	line-height: 50px;
	color: #fff;
}
