


@font-face {
	font-family:bahnschrift;
	src:url(font/bahnschrift.ttf)
}
@font-face {
	font-family:ariblk;
	src:url(font/ariblk.ttf)
}




view
{
	display: block;
}


html {
	font-size: 14px;
	overflow-x: hidden;
}

li {
	list-style: none;
}

a {
	color: #212529
}

a:hover {
	text-decoration: none;
}

p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}

.byys {
	background: #f6f6f6;
}

:focus {
	color: #495057;
	border-color: #ddd;
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	color: #666;
	position: relative;
	vertical-align: baseline;
	width: 100%;
	font-size: 16px;
}

a {
	text-decoration: none;
	outline: none;
}

a:link {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover,a:active,a:focus {
	color: #0c132b;
	text-decoration: none;
	outline: none;
	background: none;
}

input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,ol,li {
	list-style-type: none !important;
}

select,input,img,select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table, th, td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,h2,h3,h4 {
	font-size: 12px;
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

h2.text-center {
	border-bottom: 1px solid #dee2e6!important;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.pageController ul {
	display: block;
}

.pageController {
	overflow: hidden;
	padding: 0px 0px;
	text-align: center;
}

.pageController ul li {
	display: inline-table;
}

.pageController ul li a {
	padding: 0px 14px;
	border: 1px #eeeeee solid;
	color: #999;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	display: inline-table;
	margin: 0px 2px;
	background: #fff;
}

.pageController ul li a:hover {
	background: #003a95;
	color: #fff;
	border: 1px #003a95 solid;
}

.pageController ul li .page-num-current {
	background: #003a95;
	color: #fff;
	border: 1px #003a95 solid;
}