html {
	font-family:"微软雅黑", "华文宋体","宋体",  "Times New Roman", Times, serif;
	line-height: 1.6;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	max-width: 1000px;
	MARGIN:0 AUTO;
	FONT-SIZE: 16px;
	font-size: 1em;
}
@media (min-width:1600px){
body {
zoom: 1.25;
-moz-transform:scale(1.25);
-moz-transform-origin:top left;
}
}

p{
	text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两倍*/
}

a {text-decoration: none;}/*fbj*/



.fbjxs{
	display: inline;
	}
@media (max-width:320px){
	.fbjxs{
	display: block;
	}
}

.fbjlm{
text-align:center;
background-color:#009966;
margin:0 auto;
color:#FFFFFF;
font-size:1em;
/*font-weight:bold ;*/
height:auto;   
line-height:30px;   
/*overflow:hidden;*/   
}

.fbjlm:hover,
.fbjlm:focus{
	background-color: #006633;
	/*-webkit-box-shadow: none;
	box-shadow: none;*/  
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;/*fbj700px*/
	padding-left: 0.5em;/*fbj*px2em*/
	padding-right: 0.5em;
}
.wrap:after {
	clear: both;
	content: "";
	display: block;
}

@media screen and (min-width: 48em) {
	.wrap {
		max-width: 1000px;
		padding-left: 2em;
		padding-right: 2em;
	}
}

 .fbjshow{word-break:break-all;} 


/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid;
}

tr:nth-child(even)
 {background: #FFF;}
tr:nth-child(odd)
 {background: #CCC;}

td {
	padding: 0.4em;
	word-break: break-all;/*必须*/
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/


button,
reset,
input[type="button"],
input[type="reset"],
input[type="submit"]/*,
.dhcd导航菜单*/{
	background-color: #006633;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	width:6em; 
	height:2em;
	line-height:0.75em; 
	
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	
	/*padding: 0.75em 1em;fbj 原来是0.75 2*,下面的是全部添加的*/
	padding:0.5em;
	margin:0.2em; 
	/*width:300px; */
	/*height:50px; */  
	border: 3px solid #ffffff;
	-moz-border-radius: 15px;      /* Gecko browsers */    
	-webkit-border-radius: 15px;   /* Webkit browsers */
	border-radius:15px;            /* W3C syntax */
	
}

button:hover,
button:focus,
reset:hover,
reset:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.dhcd:focus,/*导航菜单*/
.dhcd:hover
{
	background: #009966;
}
select,
input[type="select"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background: #C7EDCC;
	color:#333333
}

.gdwz{	
    position:fixed;
	_position:absolute; /* hack for IE6 */
	top:0;
	width:100%;
	height:auto;
	max-width: 1000px;
	filter:alpha(opacity:100);
	opacity:1;
	 -moz-opacity:1;
	 -khtml-opacity: 1;
}
	
.wsq1{	
	height:10px;
	background-color:#006633;
}
.wsq2{	
	height:10px;
	background-color: #669933;
}
.wsq3{	
	height:10px;
	background-color: #99CC99;
}
.wsq4{	
	height:0px;
	background-color: #ffffff;
}
.wsq5{	
	height:0px;
	background-color:#0033FF;
}


.dhcd/*导航菜单*/{	
	background-color: #006633;
	margin:0 auto;
	color: #fff!important;
	cursor: pointer;
	display: inline-block;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	
	/*padding: 0.75em 1em;fbj 原来是0.75 2*,下面的是全部添加的*/
	padding:0.1em 0.75em;
	margin:0.5em; 
	/*width:300px; */
	/*height:50px; */  
	border: 2px solid #ffffff;
	-moz-border-radius: 15px;      /* Gecko browsers */    
	-webkit-border-radius: 15px;   /* Webkit browsers */
	border-radius:15px;            /* W3C syntax */
	
}
.jz{
text-align:center;
}
