body{
	 margin:0px;
	 padding:0px;
	 }
.zong{
	background-color: #FFFFFF;
	background-size: cover;
	overflow: auto;
	width: 100%;
	height: 100%;
	}
.bottom{
	width: 100%;
}
.a:link,.a:visited,.a:hover,.a:active {
color:#000000;
text-decoration:none;
}
.biaoti1{
	font-size: 30px;
	font-family: Microsoft JhengHei;
	white-space: normal !important;
}
.kuang1{
	background-color: #EBEBEB;
	margin: 5px;
	padding: 5px;
	width:90%;
	border-spacing: 0;
	border-radius: 20px;
	text-align: left;
	font-family: Microsoft JhengHei;
}
.img-w{
	border-spacing: 0;
	border-radius: 20px;
	max-width:95%;
	overflow:hidden;
}
.img-h{
	border-spacing: 0;
	border-radius: 20px;
	max-height:100%;
	overflow:hidden;
	padding-left: 15px;
}

/* PC端 */
@media screen and (min-width:690px) {
	body {
  width: 730px;
  height: 100%;
  margin: 0 auto; /* 居中显示 */
  background-color: #C9C9C9;
}
.top{
	width:100%;
	height: 305px;
}
}

/* PAD端 */
@media screen and (min-width:517px) and (max-width:690px){
	body {
  width: 100%;
  height: 100%;
  margin: 0 auto; /* 居中显示 */
  background-color: #C9C9C9;
}
.top{
	width:100%;
	height: 350px;
}
}

/* M端 */
@media screen and (max-width:517px) {
	body {
  width: 100%;
  margin: 0 auto; /* 居中显示 */
  height: 100%;
  background-color: #C9C9C9;
}	
.top{
	width:100%;
	height: 400px;
}
}

