@charset "UTF-8";
.gd-biz-header {
	background: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
	position: relative;
	z-index: 1;
	min-width: 1200px
}

.gd-biz-header-container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	zoom: 1
}

.gd-biz-header-container:after {
	content: "";
	clear: both;
	display: table
}

.gd-biz-header-left {
	padding: 20px 0
}

.gd-biz-header-left:after {
	content: "";
	clear: both;
	display: table
}

.gd-biz-header-left>a {
	line-height: 40px;
	float: left;
	cursor: inherit;
	color: inherit
}

.gd-biz-header-left>a[href] {
	cursor: pointer
}

.gd-biz-header-left .outer-link {
	float: right;
	color: #3e97df
}

.gd-biz-header-title h1 {
	font-size: 22px;
	background-size: 32px 32px;
	font-weight: 700
}

.gd-biz-header-title:not(:last-child) {
	padding-right: 15px;
	margin-right: 15px;
	position: relative
}

.gd-biz-header-subtitle h2 {
	font-size: 18px;
	font-weight: 700
}

.gd-biz-header-right {
	float: right
}

.gd-biz-header .md-userinfo-drop {
	margin-top: 29px
}

.gd-biz-header .md-userinfo-drop .el-icon-arrow-down {
	cursor: pointer
}

.gd-biz-header-nav a {
	display: inline-block;
	height: 40px;
	font-size: 16px;
	line-height: 20px;
	color: inherit;
	padding-top: 4px
}

.gd-biz-header-nav a:not(:last-child) {
	margin-right: 60px
}

.gd-biz-header-nav a.active {
	color: #3e97df;
	-webkit-box-shadow: 0 -4px 0 0 #3e97df inset;
	box-shadow: inset 0 -4px 0 0 #3e97df
}

.gd-biz-header-nav a:hover {
	color: #0066b9
}

.gd-biz-header-search {
	float: right
}

.gd-biz-header-search .gd-input {
	margin-top: -4px;
	width: auto;
	font-size: 13px
}

.gd-biz-header-search .gd-input input {
	width: 185px;
	background: #f1f2f3;
	border-color: #f1f2f3;
	-webkit-transition: all .2s;
	transition: all .2s
}

.gd-biz-header-search .gd-input input:focus {
	width: 270px;
	border-color: #3e97df;
	background: #fff
}

.gd-biz-header-search .gd-icon {
	font-size: 16px;
	padding-right: 6px
}

.dropdown-menu-style.el-dropdown-menu {
	max-height: 300px
}

.dropdown-link-style {
	cursor: pointer
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, 微软雅黑, Arial, sans-serif!important
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body,
html {
	line-height: 1;
	width: 100%;
	height: 100%
}

li,
ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

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

a,
a:active,
a:hover,
a:visited {
	text-decoration: none
}

a {
	color: inherit;
	display: inline-block
}

.el-loading-spinner {
	width: 30px;
	height: 30px;
	background: url(../images/loading.4d6737f.gif) no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px
}

.el-loading-spinner .circular {
	display: none
}

.el-breadcrumb__inner a {
	font-weight: 400;
	text-decoration: none;
	color: #444
}

.el-breadcrumb__inner a:hover {
	color: #444;
	cursor: pointer
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.fl {
	float: left
}

.fr {
	float: right
}

.center {
	display: block;
	margin: 0 auto;
	width: 1200px;
	overflow: hidden
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ellipsisMore {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: normal
}

.location {
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	margin-top: 38px;
	border-bottom: 1px dashed #e5e5e5
}

.location .el-breadcrumb {
	display: inline-block;
	font-size: 14px;
	line-height: 33px;
	color: #444
}

.location .el-breadcrumb__item {
	height: 33px
}

.location .el-breadcrumb .is-link {
	color: #444;
	font-weight: 400
}

table {
	width: 100%
}

.table-fix {
	table-layout: fixed
}

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

.each-content.md-deptFunction * {
	font-size: 18px!important;
	color: #45484b!important;
	line-height: 1.8!important;
	text-indent: 0!important
}