@charset "utf-8";

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
font,
img,
strong,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
input,
select,
textarea {
	margin: 0;
	padding: 0
}

ol,
ul {
	list-style: none
}

img {
	border: 0;
}

img,
input {
	vertical-align: middle
}

em,
i {
	font-style: normal
}

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

.clr {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden
}

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

.clear {
	clear: both;
}

.fl {
	float: left
}

.fr {
	float: right
}

.pr {
	position: relative
}

.pa {
	position: absolute
}

.tc {
	text-align: center
}

.tl {
	text-align: left
}

.tr {
	text-align: right
}

.dis {
	display: block
}

.undis {
	display: none
}

.disline {
	display: inline
}

.disblock {
	display: inline-block
}

.overhidden {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

.vermid {
	vertical-align: middle
}

a:focus {
	outline: none;
}

.bgfff {
	background: #fff
}

a {
	color: #696969;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #314e8d
}

input,
button {
	outline: none;
}

textarea {
	outline: none;
}

.mar30 {
	margin: 0 30px;
}

.mar15 {
	margin: 15px 0
}

.mt100 {
	margin-top: 100px
}

.mr30 {
	margin-right: 30px
}

.font12 {
	font-size: 12px;
}

.accForm .borBlue[type="text"],
.accForm .borBlue[type="password"] {
	border: 1px solid #4199f0
}

.bor {
	border: 1px solid #ddd
}

/*文字颜色*/
.col01 {
	color: #3c98f3
}


/*公用表格样式*/
.listtable {
	height: 52px;
	line-height: 52px;
	text-align: center;
	table-layout: fixed;
	width: 100%;
}

.listtable tr th {
	background: #6a99d0;
	font-weight: 100;
	font-size: 16px;
	color: #fff;
}

.listtable tr {
	background: #efefef;
	color: #333333;
}

.listtable tr:nth-child(odd) {
	background: #f9fcff;
}

.listtable td {
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}

.financial-table .list1 .jiahao {
	font-size: 16px;
	color: #999;
	margin-left: 3px
}

.page {
	font-size: 18px;
	margin-top: 60px;
	float: right;
	margin-right: 40px;
	height: 50px;
}

.page a {
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	color: #333;
	margin-right: 5px;


}

.page a:hover,
.page a.active {
	background: #314e8d;
	color: #fff;
}

.page .prev-page,
.page .next-page {
	padding: 10px 18px
}

.all-num {
	height: 40px;
	line-height: 40px;
	color: #333;
	margin: 0 10px;
}

.page input {
	height: 40px;
	line-height: 40px;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	width: 80px;
}

.page button {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	font-size: 18px;
	background: #314e8d;
	margin-top: 5px;
	cursor: pointer;
	border: 0;
	top: -5px;
	right: -25px;

}


.fixed-box{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 999;
}
.fixed-login{
	width: 350px;
	height: 318px;
	background: url(../images/login-icon07.png) no-repeat left bottom #fff;
	border-radius: 12px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-top:-159px;
	margin-left: -175px;
	padding: 0 40px;
}

.fixed-login h4 {
	font-size: 20px;
	color: #999;
	font-weight: 100;
	margin-top: 20px;
	text-align: center;
}

.fixed-login .item {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	
}

.fixed-login .item input {
	width: 100%;
	font-size: 16px;
	border: 1px solid #e3e3e3;
	height: 40px;
	line-height: 40px;
	color: #999999;
	padding: 0 20px 0 50px;
	background: none;
	border-radius: 3px;
}

.fixed-login .item .icon {
	position: absolute;
	display: block;

}

.fixed-login .icon01 {
	width: 24px;
	height: 24px;
	background: url(../images/login-icon05.png) no-repeat;
	top: 8px;
	left: 12px
}

.fixed-login .icon02 {
	width: 20px;
	height: 22px;
	background: url(../images/login-icon06.png) no-repeat;
	top: 8px;
	left: 14px;
}

.fixed-login .login-button {
	border:0;
	cursor: pointer;
	color: #fff;
	background: #314e8d;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	margin: 0 auto;
	margin-bottom:18px
}

.login-button:hover{
	background: #1f386e;
}