html,body {
  margin: 0;
  padding:0;
  background: #99CC99;
  font-size: 1.25rem;
  text-align:justify;/*fbj，F6F5F0文本两端对齐*/
  word-wrap: break-word;
}



.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: #F6F5F0!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;
	margin:0.1em; 
	width:80%;
	min-width:6rem;
	height:auto;  
	border: 2px solid #F6F5F0;
	-moz-border-radius: 15px;      /* Gecko browsers */    
	-webkit-border-radius: 15px;   /* Webkit browsers */
	border-radius:15px;            /* W3C syntax */
	text-align: center; /*让div内部文字居中*/

}
.dhcd:focus,/*导航菜单*/
.dhcd:hover
{
	background: #669933;
}

table {
	border-collapse: collapse;
	width: 800px;
	height:auto;
	text-align: center; /*让div内部文字居中*/
	}

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: #F6F5F0;}
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;
}

@media screen and (max-width: 800px) {
table {	
	width: 100%;
	height:auto;
	}
}

@media screen and (min-width:800px){
	.sfxs{ /*在大于480像素时，不再显示搜索框的分行符 */
	display: none;
	}
}

@media screen and (min-width:400px){
	.sfxs1{ /*在大于480像素时，不再显示搜索框的分行符 */
	display: none;
	}
}