@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; color:#555; font-size:14px; font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif; overflow: hidden;}
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
a:hover { text-decoration:none; }
img { border:none; position: relative;}
img::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/536fdb4f41dba8b1dd0b5097880351e4694b0eb959aa-mlRN3l.gif") no-repeat center;
}    

ol,ul,li { list-style:none; }
input, textarea, select, button { font-size:14px; outline: none;}
table { border-collapse:collapse; }
html {overflow-y: scroll;}

.clear:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clear { *zoom:1; }



/*加载字体*/
@font-face{
	font-family: "BebasNeue";
	src: url(../fonts/BebasNeue.otf);
}
@font-face{
	font-family: "AvantGarde";
	src: url( ../fonts/AvantGarde.ttf);
}

@font-face{
	font-family: "Tensans";
	src: url( ../fonts/TensansBold.otf);
}

/*清除谷歌浏览器下的 search 叉号*/
input::-webkit-search-cancel-button{
  display: none;
}
/*清除IE下的 search 叉号*/
input[type=search]::-ms-clear{
  display: none;
}


/*翻页*/
.page{ overflow:hidden; margin: 26px auto; text-align: center;}
.page li{display: inline-block;margin: 0 0px; border-radius: 4px; line-height: 25px; text-align:center; font-size:14px; color:#333;}
.page li a{display:block; padding: 0px 10px; }
.page .page_choose a{background:#202c41 ; color:#fff; border:1px solid #202c41 ;}
.page li:hover{}
.page li.c{background:#202c41; color: #fff; padding: 0px 25px; margin: 0 10px;}
.page li:hover a{color:#202c41;}




