.header .header-top {
	height: 96px;
	background-color: #fff
}

.header .header-top .fl>div {
	display: inline-block;
	vertical-align: middle
}

.header .header-top .fl .header-info {
	color: #000;
	padding-top: 20px;
	margin-left: 60px;
	height: 76px
}

.header .header-top .fl .header-info span {
	font-size: 18px;
	line-height: 24px;
	display: block
}

.header .header-top .fl .header-info h4 {
	font-size: 24px;
	line-height: 32px
}

.header .header-top .fr {
	font-size: 14px
}

.header .header-top .fr>div {
	float: right
}

.header .header-top .fr .header-otherLink {
	height: 58px;
	margin-top: 20px;
	margin-left: 60px
}

.header .header-top .fr .header-otherLink img {
	height: 100%
}

.header .header-top .fr .header-user {
	padding-right: 20px;
	background: url(../images/tob.png) right 50% no-repeat;
	margin-top: 38px;
	margin-left: 86px;
	cursor: default;
	position: relative;
}

.header .header-top .fr .header-user .logout {
	display: none;
	position: absolute;
	right: 0;
	padding: 0 20px;
	border: 1px solid #eaeaea;
	background-color: #fff;
	border-radius: 4px;
	line-height: 30px;
	top: 40px;
	cursor: pointer;
}

.header .header-top .fr .header-user .logout:hover {
	background-color: var(--theme-color);
	color: #fff;
	border-color: var(--theme-color);
}

.header .header-top .fr .header-user:hover .logout {
	display: block;
}

.header .header-top .fr .header-user .userName,
.header .header-top .fr .header-user .userHeadPic {
	display: inline-block;
	vertical-align: middle
}

.header .header-top .fr .header-user .userName {
	line-height: 100%;
	max-width: 350px;
	color: #333;
}

.header .header-top .fr .header-user .userName a {
	color: #333;
}

.header .header-top .fr .header-user .userHeadPic {
	height: 50px;
	width: 50px;
	overflow: hidden;
	margin-right: 18px
}

.header .header-top .fr .header-user .userHeadPic img {
	height: 100%
}

.header .header-top .fr .selected {
	width: 70px;
	position: relative;
	padding: 0 10px 0 20px;
	height: 20px;
	margin-top: 38px;
	cursor: default
}

.header .header-top .fr .selected p {
	padding: 0 10px
}

.header .header-top .fr .selected:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background: url(../images/lan-icon.png) no-repeat 50%
}

.header .header-top .fr .selected:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background: url(../images/tob.png) no-repeat 50%
}

.header .header-top .fr .selected:hover .option-box {
	display: block
}

.header .header-top .fr .selected .option-box {
	display: none;
	width: 100%;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	line-height: 30px;
	background-color: #fff;
}

.header .header-top .fr .selected .option {
	padding-left: 10px;
	color: #333;
}

.header .header-nav {
	height: 80px;
	background-color: var(--theme-color)
}

.header .header-nav .header-question {
	width: 740px
}

.header .header-nav .header-question div {
	display: inline-block;
	vertical-align: middle
}

.header .header-nav .header-question .question-icon {
	width: 80px;
	height: 80px;
	background: url(../images/question.png) no-repeat 50%;
	background-color: #639bd4;
	margin-right: 30px
}

.header .header-nav .header-question .question {
	font-size: 16px;
	color: #fff;
	line-height: 80px;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.header .header-nav .header-question .question #question_content {
	cursor: pointer;
}

.header .header-nav .header-question .question .qusetion-content {
	display: none;
	position: absolute;
	width: 770px;
	background-color: #639bd4;
	color: #fff;
	padding: 20px;
	z-index: 200;
	left: -33px;
	font-size: 16px;
}

.header .header-nav .header-question .question .qusetion-content .close {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 20px;
	top: 20px;
	cursor: pointer;
	background: url(../images/question-close.png) no-repeat 50%;
}

.header .header-nav .header-question .question .qusetion-content h1,
.header .header-nav .header-question .question .qusetion-content p {
	padding-top: 26px;
	line-height: 24px;
}

.header .header-nav .header-question .question .qusetion-content h1:before {
	content: '问：';
	display: inline-block;
	vertical-align: middle;
}

.header .header-nav .header-question .question .qusetion-content p:before {
	content: '答：';
	display: inline-block;
	vertical-align: middle;
}

.header .header-nav .header-question .question span {
	padding-right: 20px
}

.header .header-nav .nav {
	margin-top: 28px
}

.header .header-nav .nav li {
	float: left;
	color: #fff;
	margin: 0 30px;
	cursor: pointer
}

.header .header-nav .nav li a {
	color: #fff
}

.header .header-nav .nav .other {
	position: relative;
	padding-left: 22px
}

.header .header-nav .nav .other:before {
	content: '';
	position: absolute;
	left: 0;
	width: 20px;
	height: 100%;
	background: url(../images/other.png) no-repeat 50%
}

@media only screen and (min-width:640px) and (max-width:1420px) {
	.header .header-nav .header-question {
		width: 660px
	}

	.header .header-nav .header-question .question-icon {
		margin-right: 10px
	}

	.header .header-nav .nav li {
		margin: 0 18px
	}
}

input[type="checkbox"] {
	position: relative;
	height: 16px;
	vertical-align: middle;
	margin-right: 10px
}

input[type="checkbox"]:checked:before {
	background-image: url(../images/checkbox.png);
	background-color: var(--theme-color)
}

input[type="checkbox"]:before {
	content: '';
	display: block;
	background-color: #816d4c;
	background-repeat: no-repeat;
	background-position: 50%;
	border: 1px solid rgba(255, 255, 255, 0.4);
	width: 14px;
	height: 14px
}

.footer {
	background-color: #041656;
	color: #fff;
	padding: 14px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%
}

.footer a {
	color: #fff;
	text-decoration: none
}

.footer .fl div {
	padding: 6px 0
}

.footer .fr li {
	float: left;
	margin-left: 10px
}

.search-area {
	text-align: center;
	margin-top: 214px
}

.search-area form {
	display: inline-block
}

.search-area .search_input {
	float: left;
	border: 1px solid #969696;
	width: 417px;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding: 2px 53px 2px 5px
}

.search-area .btn {
	width: 116px;
	height: 36px;
	float: left;
	border: 0;
	cursor: pointer;
	color: #fff;
	background: #c8c8c8
}

.search-result-content .title {
	font-size: 18px;
	color: #004386;
	line-height: 32px
}

.search-error,
.search-result-empry {
	text-align: center;
	width: 100%;
	padding: 50px 0;
	max-width: 1200px;
	margin: 0 auto 100px
}

.search-result-content {
	max-width: 1200px;
	margin: auto
}

.search-item {
	padding: 20px 0;
	border-bottom: 1px dashed #333
}

html {
	position: relative
}

body {
	position: absolute;
	left: 0;
	background-color: #f9f9f9;
	width: 100%
}

html,
body,
.wrapper {
	min-height: 100%;
	box-sizing: border-box
}

.wrapper {
	padding-bottom: 80px;
	min-width: 1170px
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.login-view {
	position: relative;
	max-height: 100%;
	overflow: hidden
}

.login-view img {
	width: 100%;
	display: block
}

.login-view .login-box {
	position: absolute;
	top: 20%;
	right: 0;
	left: 0;
	margin: 0 auto;
	background: url(../images/bg_0_4.png);
	width: 380px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 4px;
	padding-bottom: 14px
}

.login-view .login-box .view-title {
	text-align: center;
	padding: 34px 0 25px
}

.login-view .login-box .view-title li {
	display: inline-block;
	color: #c5c6c5;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
	cursor: pointer
}

.login-view .login-box .view-title li div {
	display: inline-block
}

.login-view .login-box .view-title li .step {
	color: #fff;
	margin: 0 12px;
	cursor: inherit
}

.login-view .login-box .view-title li.active {
	color: #fff
}

.login-view .login-box .box li {
	display: none
}

.login-view .login-box .box li.active {
	display: block
}

.login-view .login-box .box li form>label {
	position: relative;
	display: block;
	padding: 10px 10px 10px 54px;
	width: 254px;
	height: 26px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	margin: 0 auto 20px;
	border-radius: 4px;
	color: #fff
}

.login-view .login-box .box li form>label:before {
	position: absolute;
	left: 20px;
	top: 10px;
	content: '';
	width: 26px;
	height: 26px;
	background: url(../images/lgoin-input.png) no-repeat
}

.login-view .login-box .box li form>label.verification:before {
	background-position-x: -24px
}

.login-view .login-box .box li form>label.password:before {
	background-position-x: -48px
}

.login-view .login-box .box li form>label input {
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	padding: 0 10px
}

.login-view .login-box .box li form>label input::-moz-placeholder {
	color: #ccc
}

.login-view .login-box .box li form>label input::-webkit-input-placeholder {
	color: #ccc
}

.login-view .login-box .box li form>label input::-ms-input-placeholder {
	color: #ccc
}

.login-view .login-box .box button {
	display: block;
	width: 320px;
	height: 48px;
	line-height: 48px;
	background-color: var(--theme-color);
	color: #fff;
	border-radius: 4px;
	margin: 0 auto;
	margin-bottom: 20px
}

.login-view .login-box .box .expansion {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	margin: 0 30px;
	padding-top: 20px;
	font-size: 14px;
	margin-bottom: 20px
}

.login-view .login-box .box .expansion a {
	color: #c6c6c6;
	display: block;
	text-align: center
}

.login-view .login-box .box .expansion a span {
	color: var(--theme-color)
}

.login-view .login-box .box .expansion label {
	color: #c6c6c6;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle
}

.banner img {
	width: 100%
}

.bar {
	height: 56px;
	line-height: 56px;
	background-color: #fff;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 50px
}

.bar .breadcrumbs {
	overflow: hidden
}

.bar .breadcrumbs .home {
	padding-left: 30px;
	background: url(../images/bar-home.png) no-repeat 0 50%
}

.bar .breadcrumbs li {
	float: left
}

.bar .breadcrumbs li a {
	color: #333
}

.bar .breadcrumbs li .sep {
	margin: 0 10px
}

.sections.page-cen {
	padding-bottom: 80px
}

.nav-left {
	width: 18.4%;
	margin-right: 2%
}

.nav-left h1 {
	height: 50px;
	line-height: 50px;
	background-color: var(--theme-color);
	padding: 0 20px;
	color: #fff
}

.nav-left ul {
	line-height: 24px;
	color: #666;
	font-size: 14px
}

.nav-left ul li {
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 10px 0 10px 20px;
	-webkit-transition: all .2 ease-in;
	-moz-transition: all .2 ease-in;
	-ms-transition: all .2 ease-in;
	transition: all .2 ease-in
}

.nav-left ul li.active a:before,
.nav-left ul li:hover a:before {
	background-color: var(--theme-color)
}

.nav-left ul li a {
	display: block;
	color: #666
}

.nav-left ul li a:before {
	content: '';
	height: 16px;
	width: 4px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}

.nav-left ul li a span {
	display: inline-block;
	vertical-align: middle;
	max-width: 220px;
}

.sections.page-cen .article {
	width: 79.6%
}

.sections.page-cen .article .article-con {
	border: 1px solid #e5e5e5;
	padding: 30px;
	background-color: #fff
}

.sections.page-cen .article .article-con h2 {
	font-size: 24px;
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 6px
}

.sections.page-cen .article .article-con .detail {
	font-size: 14px;
	line-height: 28px;
	margin-top: 28px
}

.sections.page-cen .article .article-con .detail strong {
	font-weight: 600
}

.sections.page-cen .article .article-con .detail img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block
}

.sections.page-cen .article .article-con .detail p {
	margin-bottom: 28px
}

.material .data-list li {
	margin: 40px 6px 0;
	width: 332px;
	float: left
}

.material .data-list li img {
	width: 100%;
	display: block
}

.material .data-list li .info {
	padding: 20px;
	font-size: 18px;
	border-bottom: 1px solid #e5e5e5
}

.material .data-list li .info a {
	float: right;
	width: 100px;
	height: 34px;
	line-height: 34px;
	background-color: var(--theme-color);
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-top: -4px
}

.team .list {
	margin: 0 -12px
}

.team .list li {
	width: 245px;
	float: left;
	margin: 0 12px 20px
}

.team .list li .pic {
	height: 200px
}

.team .list li .pic img {
	display: block
}

.team .list li .info {
	padding: 16px;
	height: 140px;
	background-color: #f8f8f8;
	color: #666
}

.team .list li .info h4 {
	font-size: 16px;
	color: #333
}

.team .list li .info .keywords {
	font-size: 14px;
	line-height: 20px;
	margin-top: 8px
}

.team .list li .info .content {
	font-size: 12px;
	line-height: 18px;
	margin-top: 8px
}

.team .list li:hover .info {
	background-color: var(--theme-color);
	color: #fff
}

.team .list li:hover .info h4 {
	color: #fff
}

.entrance .article-con {
	background: url(../images/entrance.jpg) no-repeat 0 100%;
	background-size: 100% auto
}

.entrance .view-box {
	padding-top: 120px;
	padding-bottom: 180px
}

.entrance .view {
	width: 322px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 10px 0 #e5e5e5;
	border: 1px solid #e5e5e5;
	padding: 38px;
	border-radius: 4px
}

.entrance .view .view-title {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px
}

.entrance .view .view-title li {
	padding-bottom: 20px;
	display: inline-block;
	margin-right: 36px;
	cursor: pointer
}

.entrance .view .view-title li.active {
	border-bottom: 1px solid var(--theme-color);
	color: var(--theme-color);
	cursor: inherit
}

.entrance .view .box {
	position: relative
}

.entrance .view .box li {
	display: none
}

.entrance .view .box li.active {
	display: block
}

.entrance .view .box input {
	background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin-top: 20px;
	padding: 12px;
	width: 294px
}

.entrance .view .box label {
	vertical-align: middle
}

.entrance .view .box button {
	width: 100%;
	background-color: var(--theme-color);
	color: #fff;
	border-radius: 4px;
	line-height: 42px;
	text-align: center;
	margin: 20px 0;
	cursor: pointer;
}

.entrance .view .box input[type=checkbox] {
	width: 16px;
	vertical-align: middle;
	margin-top: 0
}

.entrance .view .box input[type=checkbox]:before {
	background-color: #fff;
	border-color: #555
}

.entrance .view .box input[type="checkbox"]:checked:before {
	background-color: var(--theme-color);
	border-color: var(--theme-color)
}

.entrance .view .box .verify input {
	width: 50%;
}

.entrance .view .box .verify img {
	width: 40%;
	float: right;
	margin-top: 20px;
}

.appreciation .data-list li {
	font-size: 16px;
	border-bottom: none;
	padding-bottom: 20px;
	-webkit-transition: box-shadow .2s;
	-moz-transition: box-shadow .2s;
	-ms-transition: box-shadow .2s;
	transition: box-shadow .2s
}

.appreciation .data-list li h4 {
	padding: 26px 14px;
	border-bottom: 1px solid #e5e5e5;
	color: #333
}

.appreciation .data-list li .more {
	margin-top: 20px;
	margin-left: 16px;
	width: 100px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	display: block;
	border: 1px solid #eaeaea
}

.appreciation .data-list li:hover {
	box-shadow: 0 0 16px 0 #e5e5e5
}

.appreciation .data-list li:hover .more {
	color: #fff;
	background-color: var(--theme-color);
	border-color: var(--theme-color)
}

.page-box {
	margin-top: 30px;
	overflow: hidden
}

.page-box ul {
	float: right;
	font-size: 14px
}

.page-box ul li {
	float: left
}

.page-box ul li.hidden {
	display: none
}

.page-box ul li.selected a,
.page-box ul li:hover a {
	color: var(--theme-color)
}

.page-box ul li a {
	color: #333;
	display: block;
	width: 44px;
	margin-left: 4px;
	text-align: center
}

.ber_share .share_query,
.ber_share .ber-dialog-index {
	position: inherit;
}

.ber_share .ber-dialog-bg {
	background: none;
}

.ber_share .ber-dialog-index {
	max-height: inherit;
}

.ber_share .ber-dialog-index .content-view {
	max-height: inherit;
}

.qrcodeDownload {
	margin-left: 40px;
	width: 78px;
}

.qrcodeDownload img {
	display: block;
	width: 100%;
}


.sshareImgBox {
	position: relative;
	overflow: hidden;
	padding: 60px 0;
	opacity: 0;
	transition: 0.3s;
}

.sshareImg {
	margin: 0 auto;
	width: 450px;
}

.sshareImg .view-box.record .info-box ul {
	position: relative;
}

.sshareImg .view-box {
	width: 450px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 6px;
	position: relative;
}

.view-box h2 {
	line-height: 56px;
	border-bottom: 1px solid #f4f4f4;
	padding: 0 30px;
}

.userCenter .sshareImg .view-box.record .info-box {
	position: relative;
	padding: 0;
	overflow: hidden;
}

.view-box.record .info-box.resume {
	padding: 0 30px;
	line-height: 30px;
}

.userCenter .sshareImg .view-box.record .info-box ul {
	position: relative;
}

.view-box.record .info-box li {
	float: left;
	padding: 6px 30px;
	cursor: pointer;
}

.view-box.record .info-box li img {
	display: block;
	margin: auto;
	max-width: 88px;
	max-height: 85px;
	width: auto;
	height: auto;
}