* {
	margin: 0px;
	padding: 0px;
	box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}
body {
	font-size: 13px;
	font-weight: normal;
	color: #191919; font-family: Arial, Helvetica, sans-serif;
	box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */

}
div {box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
ul {
	list-style-type: none;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	
}
header, .content, nav, .pro { width:1300px; margin:0px auto;}
.daohang, .about, footer { width:100%; margin:0px auto; clear: both; overflow:visible;}
/*public e*/



/*header s*/
header { height:105px;}
header h1 { float:left; width:558px;}
header h1 img { margin-top:30px; } 
header h2 { width:250px; float:left;}
header h2  img { margin-top:38px;}
header .dh { float:right;width:239px; padding-left:58px; text-align:left; background-image:url(../images/dh.png); background-repeat:no-repeat; background-position:left center; height:52px; margin-top:35px; }
header .dh h3 { color:#000000; font-size:14px; line-height:22px; font-weight:normal; color:#4d4d4d;}
header .dh p { font-size:22px;  color:#00923d;  line-height:28px;}
/*header e*/


/*nav*/
.daohang { height:61px; background-color:#00984a;  }
nav { }
nav ul li {  margin-right: 35px; margin-left:35px;  float:left; }
nav ul li a { text-align:center; line-height:61px; color:#FFFFFF;  padding:0 6px; font-size:16px;  display: block;}
nav ul li a:hover { background-image:url(../images/xx.jpg); background-repeat:no-repeat; background-position:center bottom;}
nav .dropdown { min-width:100px; position:relative;} 
nav ul.dropdown_menu { display:block; width:150px; position:absolute; z-index:99; background-color:#00b056; margin-left:-30px; }
nav .dropdown_menu li {  margin:0; height:0; overflow:hidden; float:none; padding:0 10px; transition:all .3s; -webkit-transition:all .3s; -o-transition:all .3s; -moz-transition:all .3s;   }
nav .dropdown:hover .dropdown_menu li { height: 45px;}
nav .dropdown .dropdown_menu li a{color: #fff; font-size: 14px; line-height: 45px; display: block;  text-align: center;}
nav .dropdown .dropdown_menu li a:hover { background:none; font-weight:bold;}
/*nav end*/



/*footet s*/
footer {background-color:#323232; height:148px; color:#c0bebe; }
footer a {color:#c0bebe;}
.footer_l { width:80%; float:left; text-align:left; padding-top:39px; font-size:15px; line-height:36px;}
.footer_l i { padding-left:20px; padding-right:20px; font-style:normal;}

.footer_r { width:20%; float:right; text-align:right; padding-top:26px;}

/*footer e*/