charset "utf-8";
/* CSS Document */
body { font-family: "microsoft yahei", Arial; font-size: 12px; margin:0; padding:0; background:#ffffff; color:#3c3c3c; background:#ffffff;text-align: center;width: 100%;}
* { margin:0; padding:0 }
div, ul, li, h1, h2, h3, h4, h5, h6, img, p, dl, dt, dd, ol, th, td { margin: 0px; padding: 0px; }
li { list-style-type: none; }
form, input, button, option, textarea, select { margin: 0px; padding: 0px; }
input, button, textarea, select { font:100% Tahoma, Helvetica, Arial, sans-serif; }
a { text-decoration: none; cursor:pointer; outline:none; blr:expression(this.onFocus=this.blur());
color:#272727;font-family: "microsoft yahei"; }
span{font-family: "microsoft yahei";}
p{font-family: "microsoft yahei";}
a:link { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
th { font-weight:normal; }
img { border: 0; }
h1{ color:#33580a; font-weight:normal;line-height: 75px;width: 285px;font-size: 21px;}
h3 { font-size:14px;  font-weight:bold; }
h4 { font-size: 12px;    font-weight:bold; }
.clear { clear: both; }
.copy { font-family:Arial, Helvetica, sans-serif; }
table { font-size:inherit; font:100%; }
img { border:none;  }


/*header*/
.header{
	width: 1200px;
	height: 210px;
	margin: 0 auto;
}
.header .top{
	width: 1200px;
	height: 140px;s
}
.header .top .logo{
	width: 695px;
	height: 82px;
	float: left;
	margin: 30px 0 0 15px;
}
.header .top .lage{
	width: 96px;
	height: 32px;
	float: right;
	margin-top: 64px;
}
.header .top .lage ul li{
	width: 46px;
	height: 32px;
	float: left;
	border-right: 1px solid #0a5a9d;
	
}
.header .top .lage ul li a{
	display: block;
	width: 40px;
	height: 29px;
	margin-top: 3px;
	color: #0a5a9d;
	font-size: 14px;
	line-height: 29px;
	text-align: center;
}
.header .top .lage ul li:last-child{
	border: none;
}
.header .top .lage ul li:last-child a{
	margin-left: 4px;
}
.header .top .lage ul li:first-child a{
	margin-right: 16px;
}
.header .top .lage ul li:hover a,.header .top .lage ul .on a{
	background: #0a5a9d;
	color: #FFFFFF;
}
.header .nav{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	background: #0a5a9d;
}
.header .nav ul{
	width: 800px;
	height: 50px;
	float: left;
}
.header .nav ul li{
	width: 100px;
	float: left;
}
.header .nav ul li>a{
	display: block;
	width: 100px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
}
.header .nav ul li .drop{
	z-index: 1111;
    position: absolute;
    display: none;
    width: 139px;
    background: #009b4c;
    margin-left: -20px;
}
.header .nav ul li .drop a{
	display: block;
	width: 139px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
.header .nav ul li:hover>a,.header .nav ul .on>a{
	background: #009b4c;
}
.header .nav ul li:hover .drop{
	display: block;
}
.header .nav .search{
	width: 240px;
	height: 25px;
	float: right;
	margin-right: 14px;
	margin-top: 12px;
}
.header .nav .search input{
	width: 186px;
	height: 25px;
	float: left;
	border-radius: 4px;
	background: #FFFFFF url(../images/input_40.png) 162px 3px no-repeat;
	border: none;
	
}
.header .nav .search button{
	width: 46px;
	height: 25px;
	float: right;
	border-radius: 4px;
	border: none;
	background: #FFFFFF;
	color: #0a5a9d;
	font-size: 16px;
	display: block;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
}


.banner{
	position: relative;
	width: 1200px;
	height: 410px;
	margin: 0 auto;
}
.banner .bd{
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.banner .bd ul {
	width: 1200px !important;
	height: 410px !important;
}

.banner .bd ul li {
	width: 100% !important;
	text-align: center;
}

.banner .bd ul li a {
	display: block;
	height: 440px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner .hd {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: right;
	z-index: 1;
}
.banner .hd ul {}
.banner .hd ul li {
	margin: 0 4px;
	width: 22px;
	height: 16px;
	background: url(../images/dot2_27.png) no-repeat 0 0;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	font-size: 14px;
	color: #ffffff;
	background: #959595;
	text-align: center;
	
}

.banner .hd .on {
	background: #eeeeee;
	color: #0a5a9d;
}

.footer{
	width: 1200px;
	height: 130px;
	margin: 40px auto 0;
}
.footer .copy{
	width: 1200px;
	height: 40px;
	background: #0a5a9d;
}
.footer .copy span{
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
	display: block;
}
.footer .copy .s1{
	float: left;
	margin-left: 12px;
}
.footer .copy .s2{
	float: left;
	margin-left: 50px;
}
.footer .copy .s3{
	float: right;
	margin-right: 12px;
}
.footer .f_nav{
	width: 1200px;
	height: 26px;
	margin-top: 35px;
}
.footer .f_nav .left{
	height: 16px;
	float: left;
}
.footer .f_nav .left a{
	float: left;
	color: #3e3e3e;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
}
.footer .f_nav .left .a1{
	display: block;
	width: 90px;
	border-right: 2px solid #a5a5a5;
}
.footer .f_nav .left .a2{
	display: block;
	padding-left: 25px;
}
.footer .f_nav .right{
	width: 192px;
	height: 26px;
	float: right;
}
.footer .f_nav .right .s1{
	display: block;
	float: left;
	color: #3e3e3e;
	font-size: 16px;
	padding-top: 4px;
}
.footer .f_nav .right .s2{
	display: block;
	width: 26px;
	height: 26px;
	background: #0a5a9d;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	float: left;
	margin-left: 6px;
}
