html{
	font-size:625%;	
}
*{
	margin:0;
	padding:0;	
}
body{
	font-family:"微软雅黑";
	font-size:0.16rem;	
}
ul{
	list-style-type:none;	
}
img{
	display:block;
}
a{
	text-decoration:none;
	color:#333333;	
}
a:hover{
	color:#333333;	
}
section#container{
	max-width:6.4rem;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
section#toHead{
	max-width:100%;
	height:auto;	
}
header#toHeader img{
	max-width:100%;
}
section#content{
	max-width:95%;
	height:auto;
	margin:0 auto;
}

article#toLead{
	max-width:100%;
	height:auto;
	margin-top:0.3rem;
	border:2px solid #5FD2CF;
	border-radius:10px;
	position:relative;
	background:#ffffff;
}
article#toLead h2{
	width:0.5rem;
	height:0.3rem;
	background:#5FD2CF;
	border-radius:5px;
	font-weight:normal;
	color:#ffffff;
	font-size:0.16rem;
	text-align:center;
	line-height:0.3rem;
	position:absolute;
	top:-0.15rem;
	left:0.15rem;
	box-shadow:0px 2px 3px #D1D1D1;
}
article#toLead p{
	max-width:90%;
	height:auto;
	margin:0.3rem auto;
	font-size:0.16rem;
	color:#389D99;	
}
section#toTable{
	max-width:100%;
	height:auto;	
}
section#toTable hgroup{
	max-width:100%;
	height:0.4rem;
	background:#5FD2CF;
	margin-top:0.2rem;
	box-shadow:0px 5px 5px #D1D1D1;
}
section#toTable hgroup h2{
	float:left;
	font-weight:normal;
	color:#ffffff;
	font-size:0.16rem;
	line-height:0.4rem;
	width:20%;
	float:left;
	text-align:center;
}
section#toTable hgroup h2.h2One{
	background:#3B9B99;	
}
section#toSection table tr th{
	font-family:"微软雅黑";
	color:#4D4B46;
}
section#toSection table tr td{
	color:#969696;
	font-size:0.15rem;
}
section#toSection table tr td a{
	color:#969696;
	font-size:0.15rem;
}


section#footer{
	max-width:100%;
	height:auto;
	margin:0.2rem auto 0;
	
}
section#footer_line{
	max-width:95%;
	height:auto;
	margin:0.5rem auto 0;
	border-top:1px solid #65BFC0;	
}
section#footer_bg{
	margin:0.5rem 0;		
}
section#footer_bg img{
	width:250px;
	margin:0 auto;	
}


section#des{
	width:100%;
	height:auto;
	text-align:right;
	margin-top:0.1rem;
}
section#des span{
	font-size:0.14rem;
	color:#969696
}