 body{
	 margin:0px;
	 padding:0px;
	 }
.zong{
	background-color: #FFFFFF;
	overflow: auto;
	width: 100%;
	height: 100%;
	}
.bottom{
	width: 100%;
}
.topc{
	background-color: #C60003;
	height: 180px;
	width: 100%;
}
.cenc{
	background-color: #FFFFFF;
	height: 100%;
}
.a:link,.a:visited,.a:hover,.a:active {
color:#000000;
text-decoration:none;
}
/*语种框*/
.sel{
	text-align:center;
	height: 50px;
	width: 70px;
	border-spacing: 0;
	border-radius: 20px;
	border-color: #FFFFFF;
	color: #FFFFFF;
	background-color:transparent;
	font-family: Microsoft JhengHei;
}
.biaoti{
	color:#FFFFFF;
	font-size: 40px;
	font-family: Microsoft JhengHei;
}
.biaoti1{
	font-size: 30px;
	font-family: Microsoft JhengHei;
}
.biaoti2{
	font-size: 20px;
	font-family: Microsoft JhengHei;
}
	.kuang{
		margin:3px;
		float: left;
	}
.kuang1{
	background-color: #EBEBEB;
	margin: 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:90%;
	overflow:hidden;
	padding-left: 15px;
}
.img-h{
	border-spacing: 0;
	border-radius: 20px;
	max-height:100%;
	overflow:hidden;
	padding-left: 15px;
}
.button {
    display: inline-block;
    border-radius: 25px;
	font-family: Microsoft JhengHei;
	color: #ffffff;
	margin-top: 3px;
	margin-left: 1px;
	border-color: transparent;
	background: linear-gradient(to top left, #ffa5a1,#ffb6b0,#ffc8c0);
	width: 165px;
	height: 40px;
	white-space: normal !important;
}

	/* PC端 */
@media screen and (min-width:690px) {
	body {
  width: 730px;
  height: 100%;
  margin: 0 auto; /* 居中显示 */
  background-color: #C9C9C9;
}
.cen{
	width:100%;
	height:180px;	
}
.top{
	width:100%;
	height: 350px;
}
	
}

 /* PAD端 */
@media screen and (min-width:517px) and (max-width:690px){
		body {
  width: 100%;
  height: 100%;
  margin: 0 auto; /* 居中显示 */
  background-color: #C9C9C9;
}
.cen{
	width:100%;
	height:200px;	
}
.top{
	width:100%;
	height: 380px;
}
}
 
/* M端 */
@media screen and (max-width:517px) {
	body {
  width: 100%;
  margin: 0 auto; /* 居中显示 */
  height: 100%;
  background-color: #C9C9C9;
}	
.cen{
	width:100%;
	height:300px;
}
.top{
	width:100%;
	height: 480px;
}
	
}