body { color:#686868; font-size:16px;}
html{ overflow-y:scroll;}
form,div,body,img,p,img,dl,dt,dd,h2,h1,h3{ margin:0px; padding:0px; border:0; }
a:link{ text-decoration:none}
a:visited{ text-decoration:none;}
a:hover{ text-decoration:none;}
a:focus { -moz-outline-style: none; }
a:active{ outline:none; text-decoration:none;}
em,i{ font-style:normal; }
ul,li{ list-style:none; margin:0; padding:0;}
input,textarea,select{ color:#333; margin:0; padding:0; font-size:12px; font-family:Arial; vertical-align:middle;}
input:focus,textarea:focus{ outline:none;}
a,input{ -webkit-tap-highlight-color:rgba(255,0,0,0); outline:none; }
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{
	border:none; padding:0;
}

/*浮动*/
.clearboth:after{ display:block; clear:both; content:""; overflow:hidden; height:0; }
.clearboth{ *zoom:1;}
.float_l{ float:left;}
.float_r{ float:right;}


/*字体*/
.Arial { font-family:Arial;}
.YaHei { font-family:"microsoft yahei","宋体";}


/*公用*/

a{ color:#666;
	/*-webkit-transition:all ease 0.3s;*/
	/*transition:all ease 0.3s; */
}
a:hover{ color:#d09400; }

.Page{ padding:50px 0;width: 100%;position: relative}
.Page a,.Page span{
	float: left;
	margin-left: 30px;
}
.Page .page-control{
	overflow: hidden;
	position: absolute;
	left: 42%;
}
/*.Page span{ cursor:default; color:#ddd; border-color:#ddd; }*/
.Page span.cur,.Page a.cur,.Page a:hover{color:#d09400;}

.all{ position:relative; width:72%; margin:0 auto; }



/*
@media screen and (max-width:800px) {
	.all{ padding:0 8px; width:auto; }
	.Page{ padding:35px 0; }
	.Page a,.Page span{ padding:5px 8px; }	
}

@media screen and (max-width:768px){
    .Page{ text-align:center; }
    .Page a,.Page span{ display:none; }
    .Page :first-child,.Page :last-child{ display:inline-block; }
}
*/


