html,body,p,h1,h2,h3,h4,h5,h6,form,input,textarea,select,button,fieldset,legend,img,ul,ol,li,dl,dt,dd,th,td,pre,blockquote{margin:0;padding:0}
html{height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased}
body{background: #f0f0f0;color:#000;}
body,button,input,select,textarea,h2,h3,h4,h5,h6{font:24px 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', '宋体', \5b8b\4f53, Tahoma, Arial}
img,fieldset{border:0;vertical-align:middle}
input{padding:0;margin:0;outline:none;}
a{text-decoration:none;color:#4c4c4c;}
a:hover{text-decoration:none;color:white;}
ul,li,ol{list-style:none}
img{max-width:100%;}
.clear{clear:both;height:0;line-height:0;font-size:0;visibility:hidden;overflow:hidden}
.clearl{clear:both;height:0;line-height:0;font-size:0}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;zoom:1;}
.l{float:left;}.r{float:right;}
.t-c {text-align:center;}

.auto {
	width:100%;
	margin:0 auto;
}
#body {
	width:100%;
	margin:0 auto;
	text-align:center;
}

input,select {
    border: 1px solid #aaa;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 5px;
    width: 100%;
}
.top {position:fixed;
  z-index:3;
  top:0px;
  border-top:1px solid #b3b3b3;
  background:#00a2ca;
  color:white;
  font-size:20px;
  width:100%;
  height:40px;
  line-height:40px;
  text-align:center;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;}
.topclear {
  top:0px;
  border-top:1px solid #b3b3b3;
  
  font-size:20px;
  width:100%;
  height:60px;
  }
.bot {position:fixed;
  z-index:3;
  bottom:0px;
  border-top:1px solid #b3b3b3;
  background:#a3a3a3;
  color:white;
  width:100%;
  height:50px;
  text-align:center;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;}
 .btn {
	 width:33.33%;
	 height:50px;	 
	 line-height:50px;	 
	 display:inline;	 
 }
/*.btn:hover {
	background:#cccccc;

}*/
.now_page {
	background:#008eb7;
}
.now_a {
	background:#008eb7;
}
.btn a {
	display:block;
	font-size:16px;
	width:95%;
   color:white;
	
}
/*
.btn a:hover {
	background:#FFB200;
	
}
*/
 .body {
	 height:500px;
 }
 #list {
 height:60px;
 line-height:60px;
 border-bottom:2px solid #b3b3b3;
 
 }