@charset "UTF-8";

body,
html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0 auto;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a,
button {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

img {
	max-width: 100%;
}
.h-wrapper{
	height: 80px;
}
.banner{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 378px;
}
.navbar-nav>li>a{
	line-height: 40px;
	font-size: 16px;
}
.navbar-nav>li.active>a::after{
	content: '';
	height: 3px;
	background-color: #814aa4;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.logo{
	display: flex;
	height: 80px;
	align-items: center;
}


ul, li {
	list-style: none;
}

html, body {
	color: #333;
	background-color: #fff;
}

a {
	color: #333;
	text-decoration: none;
}

a.btn {
	text-align: center;
}

input.wdate-bg {
	background: white;
	width: 125px;
}

/* 输入框中placeholder属性提示文字的颜色设置 */
.input-fly::-webkit-input-placeholder, .textarea-fly::-webkit-input-placeholder
	{ /* WebKit browsers */
	color: #999;
}

.input-fly:-moz-placeholder, .textarea-fly:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

.input-fly::-moz-placeholder, .textarea-fly::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

.input-fly:-ms-input-placeholder, .textarea-fly:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
}

.input-fly::-ms-expand, .textarea-fly::-ms-expand {
	background-color: transparent;
	border: 0;
}

.input-fly, .textarea-fly {
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-fly:focus, .textarea-fly:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.input-fly[readonly], .textarea-fly[readonly], .form .form-group .input-fly[readonly]
	{
	cursor: not-allowed;
	background: #eee;
	opacity: 1;
}

/* 覆盖下拉框样式 */
.fly-select {
	margin: 0;
}

textarea.textarea-fly, .fly-select, .fly-select * {
	background: #fff;
	background-color: #fff;
}

/* 单选 */
.checkbox-inline, .radio-inline {
	display: inline-block;
	/*width: 100px;*/
	vertical-align: middle;
	cursor: pointer;
}

.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.view-area {
	z-index: auto;
}

.page-head {
	height: inherit;
	background-color: #fff;
	color: #333;
}

.page-head .header {
	width: 1026px;
}

.page-head .head-logo {
	height: inherit;
}

.page-head ul.nav {
	float: right;
	/* margin-left: 140px; */
}

.page-head ul.navbar-nav>li a {
	display: block;
	font-size: 16px;
}

.page-head ul.navbar-nav>li {
	display: block;
	float: left;
	width: 90px;
	margin-right: 20px;
	text-align: center;
	position: relative;
}

.page-head ul.navbar-nav>li:last-child {
	margin-right: 0;
}

.page-head ul.navbar-nav>li.active a {
	color: #814aa4;
}

.page-head ul.navbar-nav>li.active:before {
	content: "";
	height: 4px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #814aa4;
}
/* 内容区域 */
.view-area #content {
	/*width: 1026px;*/
	/*margin: 0 auto;*/
	margin: 20px;
}

.banner {
	height: 377px;
	transition: height 1s;
	-moz-transition: height 1s; /* Firefox 4 */
	-webkit-transition: height 1s; /* Safari 和 Chrome */
	-o-transition: height 1s;
}

.banner>span {
	display: block;
	height: inherit;
}

@media screen and (max-width: 1366px) {
	.banner {
		height: 300px;
	}
}

.empty-wrapper{
	text-align: center;
    margin: 40px 0;
}
.empty-wrapper > span{
	display: inline-block;
	width: 74px;
  	height: 74px;
  	margin-bottom: 20px;
  	
}
.empty-wrapper > p{
	color: #999;
	font-size:12px;
}
/* 首页 */
.banner>span.home {
	background: url('../images/home.jpg') center;
	background-size: cover;
}
/* 招生动态 */
.banner>span.enrollment-information {
	background: url('../images/enrollment-information.jpg') center;
	background-size: cover;
}
/* 政策解读 */
.banner>span.enrollment-policy {
	background: url('../images/enrollment-policy.jpg') center;
	background-size: cover;
}
/* 信息采集 */
.banner>span.information-collection {
	
	background-size: cover;
}
/* 联系我们 */
.banner>span.contactUs {
	background: url('../images/contactUs.jpg') center;
	background-size: cover;
}

/* 填写简历 */
.banner > span.welcome{
	
	background-size: cover;
}
/* 个人中心 */
.banner > span.personal{
	
	background-size: cover;
}

/*==========面包屑导航===========*/
.bread-crumb {
	margin: 0 auto;
}

.bread-crumb .flag {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 6px;
	background: #814aa4;
}

.bread-crumb>li {
	display: inline-block;
	cursor: default;
	color: #666;
}

.bread-crumb>li>a {
	text-decoration: none;
	cursor: pointer;
	color: #666;
}

.bread-crumb>li>a:hover {
	text-decoration: underline;
	color: #814aa4;
}

.bread-crumb li.back {
	float: right;
}
.bread-crumb .iconfont{
	font-size: 14px;
}
.header {
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #efefef;
}

.content-title {
	height: 76px;
	margin: 50px auto 30px;
	text-align: center;
}

.content-title>p {
	line-height: 30px;
}

.content-title>p.title {
	position: relative;
	font-size: 24px;
	width: 150px;
	margin: 0 auto 20px;
}

.content-title>p.title:before {
	content: '';
	position: absolute;
	height: 4px;
	width: 80%;
	left: 10%;
	bottom: -10px;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,
		startColorstr=#814aa4, endColorstr=#fb67fd); /*IE<9>*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#814aa4, endColorstr=#fb67fd)";
	/*IE8+*/
	background: -webkit-linear-gradient(left, #814aa4, #fb67fd);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #814aa4, #fb67fd);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #814aa4, #fb67fd);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #814aa4, #fb67fd);
	/* 标准的语法（必须放在最后） */
}

.content-title>p.sub-title {
	font-size: 22px;
	color: #a9a9a9;
}

/* 说明 */
.explain {
	color: #814aa4;
	margin-bottom: 20px;
}

.explain p:first-child {
	padding-left: 236px;
}

.explain p:last-child {
	padding-left: 282px;
}

/*=== form表单样式 ===*/
.form .form-group {
	margin-bottom: 14px;
	clear: both;
}

.form .form-group .form-control>select {
	width: 228px;
	height: 38px;
	line-height: 38px;
	background: #fff;
	font-size: 14px;
	border: 1px solid #c7c8cb;
}

.form .form-group>label {
	display: inline-block;
	float: left;
	width: 300px;
	text-align: right;
	letter-spacing: 2px;
}

.form .form-group>label>span {
	display: inline-block;
	min-width: 90px;
	line-height: 38px;
}

.form .form-group>label>i:before {
	content: "\273D";
	color: #f24c4c;
}

.form .form-group .input-fly {
	height: 36px;
	width: 204px;
	background: #fff;
}

.form .form-group .form-control {
	line-height: 36px;
}

.form .form-group .form-control .desc{
	font-size: 12px;
    color: red;
    padding-left: 300px;
    line-height: 20px;
}

.form p.error {
	display: inline-block;
	color: #f24c4c;
}

/*===============填写简历=========== */
.form-cv #v-img {
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

.form .btn-submit {
	display: inline-block;
	width: 232px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: none;
	background: #9854c3;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	cursor: pointer;
}

.form-cv {
	position: relative;
}

.form-cv .form-group.cover {
	position: absolute;
	margin-bottom: 0;
	width: 136px;
	top: 4px;
	right: 23%;
}

.form-cv .form-group.cover .upload>p {
	text-align: center;
}

.form-cv .form-group.cover .upload>p i:before {
	content: "\273D";
	color: #f24c4c;
}

.add-cover {
	width: 146px;
	height: 170px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	text-align: center;
	background: #f4f4f4;
}

.add-cover>img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -36px;
	margin-left: -35px;
}

.uploadCover {
	position: relative;
	display: none;
}

.uploadCover span.ico-cancel {
	display: inline-block;
	position: absolute;
	right: -6px;
	top: -8px;
	cursor: pointer;
	color: #ed2e2e;
	font-size: 16px;
	font-weight: bold;
}

/*========== 用户注册 =========*/
.form.lg-form .form-group label {
	width: 348px;
}

.form.lg-form .form-group .input-fly {
	width: 324px;
}

.form.lg-form .form-group.other p {
	color: #999;
}

.form.lg-form .form-group .btn-submit {
	width: 346px;
}

/*========== table =========*/
.article table,
.table {
	max-width: 100%;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}

.table thead tr,
.article table thead tr {
	background: #f0f0f0;
}

.table th,
.article table th {
	height: 52px;
}

.table td,
.article table td {
	height: 48px;
}

.table,
.article table,
.table-bordered {
	margin: 0 auto;
	border: 1px solid #ddd;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	table-layout: fixed;
}

.article table p {
	text-indent: 0 !important;
}

/* 给表格添加边框 */
.table-bordered >thead>tr>th,.table-bordered >tbody>tr>th,
.table-bordered >tfoot>tr>th, .table-bordered >thead>tr>td,
.table-bordered >tbody>tr>td, .table-bordered >tfoot>tr>td,
.article table>thead>tr>th,.article table>tbody>tr>th,
	.article table>tfoot>tr>th, .article table>thead>tr>td,
	.article table>tbody>tr>td, .article table>tfoot>tr>td {
	border: 1px solid #ddd;
}
/* 无边框表格 */
.table.table-noborder, .table.table-noborder>thead>tr>th, .table.table-noborder>tbody>tr>th,
	.table.table-noborder>tfoot>tr>th, .table.table-noborder>thead>tr>td,
	.table.table-noborder>tbody>tr>td, .table.table-noborder>tfoot>tr>td {
	border: none;
}

.btn.btn-detail {
	width: 68px;
	height: 26px;
	line-height: 26px;
	color: #814aa4;
	border: 1px solid #814aa4;
	border-radius: 4px;
}

.btn.btn-detail:hover {
	color: #fff;
	background: #814aa4;
	cursor: pointer;
}
.btn.btn-edit {
	width: 68px;
	height: 26px;
	line-height: 26px;
	color: #814aa4;
	border: 1px solid #814aa4;
	border-radius: 4px;
}

.btn.btn-edit:hover {
	color: #fff;
	background: #814aa4;
	cursor: pointer;
}

/*========== tab bar =========*/
.bxn-tab .bar {
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid #ddd;
	height: 56px;
	line-height: 56px;
	padding: 0 20px;
}

.bar ul.menu {
	text-align: center;
	width: 1026px;
	margin: 0 auto;
}

.bar ul.menu>li {
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	margin-right: 140px;
	padding: 0 10px;
}

.bar ul.menu>li>a {
	height: inherit;
	display: inline-block;
}

.bar ul.menu>li:last-child {
	margin-right: 0;
}

.bar ul.menu>li.item.active {
	font-weight: bold;
	position: relative;
}

.bar ul.menu>li.item.active a {
	color: #814aa4;
}

.bar ul.menu>li.item.active:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: -1px;
	background: -webkit-linear-gradient(left, #814aa4, #fb67fd);
	background: -o-linear-gradient(right, #814aa4, #fb67fd);
	background: -moz-linear-gradient(right, #814aa4, #fb67fd);
	background: linear-gradient(to right, #814aa4, #fb67fd);
}

.bar ul.menu>li.line {
	margin: 0 14px;
	cursor: default;
	color: #dbdbdb;
}

.bxn-tab .tab-content {
	padding: 20px 0;
}

/*========== 收件箱 =========*/
.msg {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cecece;
}

.msg p.title {
	font-size: 16px;
	font-weight: bold;
}

.msg .info {
	height: 32px;
	line-height: 32px;
}

.msg .info span.view, .msg .info span.date {
	float: right;
}

.msg .info span.date {
	color: #999;
	margin-right: 20px;
}

.msg .info span.view {
	color: #814aa4;
	cursor: pointer;
}

.msg .msg-wrap {
	/* display: none; */
	
}

.msg .msg-content {
	margin: 10px 0 20px;
}

.msg .operate .btn {
	/* width: 68px; */
	padding: 0 5px;
	height: 26px;
	line-height: 26px;
	border-radius: 4px;
	cursor: pointer;
}

.msg .operate .btn-primary {
	color: #fff;
	background: #f9a500;
	border: 1px solid #fa9100;
}

.msg .operate .btn-refuse {
	color: #333;
	background: #17d3d5;
	border: 1px solid #cbd4df;
}

.msg .operate>p {
	color: #814aa4;
	display: inline-block;
	margin-right: 20px;
}
/*========== 消息提示 =========*/
.message {
	text-align: center;
	padding: 40px 0;
	color: green;
}
/*========== 招聘流程 =========*/
.process-container {
	position: relative;
	margin: 0 auto;
}

.process-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	height: 93%;
	border-left: 2px dotted #814aa4;
}

.process-block {
	position: relative;
	margin: 4em 0;
}

.process-block:first-child {
	margin-top: 0;
}

.process-block-logo {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	top: 0;
	border-radius: 50%;
	background: #814aa4;
}

.process-block-logo>span {
	display: block;
	height: inherit;
	width: inherit;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

.process-block-content {
	position: relative;
	margin-left: 0;
	/*  background: white; */
	border-radius: 0.25em;
	padding: 0;
	width: 47%;
	/* box-shadow: 0 3px 0 #d7e4ed; */
}

.process-block:nth-child(odd) .process-block-content {
	float: right;
}

.process-block:nth-child(even) .process-block-content {
	text-align: right;
}

.process-block-content>h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.process-block:last-child .process-block-logo {
	top: 3.5em;
}

.process-block:last-child .process-block-content {
	top: -1em;
}

/*========== 首页 =========*/
#content{
	padding: 30px 0;
	min-height: 50vh;
}
#content .section{
	padding: 10px 0;
	overflow: hidden;
}
.section-header {
	height: 50px;
	line-height: 50px;
	border-bottom: 3px solid #edeef5;
}

.section-header>p {
	float: left;
	font-size: 24px;
	position: relative;
}

.section-header>p:after {
	content: '';
	position: absolute;
	height: 3px;
	width: 100%;
	bottom: -2px;
	left: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,
		startColorstr=#814aa4, endColorstr=#fb67fd); /*IE<9>*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#814aa4, endColorstr=#fb67fd)";
	/*IE8+*/
	background: -webkit-linear-gradient(left, #814aa4, #fb67fd);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #814aa4, #fb67fd);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #814aa4, #fb67fd);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #814aa4, #fb67fd);
	/* 标准的语法（必须放在最后） */
}

.section-header>a.more {
	float: right;
	font-size: 16px;
	color: #999;
	line-height: 30px;
	margin-top: 20px;
	cursor: pointer;
}

.section-content {
	padding: 24px 0;
	position: relative;
}

.section-content .left-wrapper {
	width: 100%;
	margin-bottom: 30px;
}




.section-content .list-wrap {
	font-size: 16px;
}


@media (min-width:1024px) {
	.section-content .img.right {
		position: absolute;
		right: 0;
		z-index:1;
	}
	.section-content .left-wrapper {
		position: absolute;
		left: 0;
		width: 422px;
		height: inherit;
	}
	.section.padding_left .list-wrap {
		padding-left: 438px;
	}
}

.section-content .list-wrap ul>li {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}



.section-content .list-wrap ul>li:last-child {
	margin-bottom: 0;
}

.section-content .list-wrap ul>li>p {
	/* padding-left: 12px; */
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	word-break: keep-all;
}

.section-content .list-wrap ul>li>p>a:hover {
	color: #814aa4;
}

.section-content.list .list-wrap:not(.policy) ul>li {
	padding: 16px 0;
	border-bottom: 1px dashed #d2d2d2;
}

.section-content .list-wrap ul>li>p:after {
	/* content: "\2022"; */
	position: absolute;
	left: 0;
}

.section-content .list-wrap ul>li>span {
	width: 90px;
	text-align: right;
	color: #999;
	font-size: 14px;
}
@media (min-width:1025px) {
	.section-content .list-wrap ul>li {
		padding-right: 100px;
	}
	.section-content .list-wrap ul>li>span {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 90px;
		text-align: right;
		color: #999;
		font-size: 14px;
	}
}

/* 政策解读 */
.section-content .list-wrap .flex{
	justify-content: space-between;
}
.section-content .list-wrap .flex > ul{
	width: 48%;
}

.section-content .list-wrap .flex > ul>li>span {
	float: none;
	vertical-align: super;	
}
.section-content.list .list-wrap.policy ul>li:first-child>p{
	padding-left:0;
	color: #814aa4;
	font-size: 18px;
}
.section-content.list .list-wrap.policy ul>li:first-child>p:after {
	content:""
}

/*====== 信息采集 ======*/

.section-content .information {
	height: 180px;
	overflow: hidden;
	position: relative;
	width:1026px;
	margin: 0 auto;
}

.section-content .information .info_item {
	text-align: center;
	position: absolute;
	top: 20px;
	color: #814aa4;
}
/* 2个板块的情况 */
.section-content .information .info_item:nth-child(2){
	left: 280px;
}
.section-content .information .info_item:last-child{
	right: 41px;
}

.section-content .information .info_item>p {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}

.information .btn {
	width: 94px;
	height: 28px;
	line-height: 28px;
	color: #814aa4;
	border: 1px solid #814aa4;
	border-radius: 14px;
	cursor: pointer;
	margin: 0 auto;
}

.information .btn:hover {
	color: #fff;
	background: #814aa4;
}

/*======== 联系方式 ========*/
.section-content .address {
	padding: 20px;
	background: #ededed;
}
.section-content .address:after{
	content: "";
    position: absolute;
    left: 512px;
    top: 50%;
    margin-top: -16px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 17px solid #ededed;
    border-bottom: 16px solid transparent;
    z-index: 1;
}

.section-content .address .info p {
	font-size: 14px;
	margin-bottom: 17px;
}

.section-content .address p.title {
	font-size: 16px;
	border-bottom: 2px solid #b3b3b3;
	line-height: 40px;
	margin-bottom: 40px;
}
.section-content .address .qrcode{
	margin-right: 10px;
}
.section-content .address .qrcode > img{
	width: 100px;
	height: 100px;
}
.section-content .address .qrcode > p{
	font-size:12px;
	text-align:center;
}

@media (min-width:1024px) {
	.section-content .address {
		padding: 40px 536px 40px 22px;
		background: #ededed;
		height: 280px;
	}
}

/*======== 通知／公告详情 ========*/
.article {
	padding: 50px 20px;
}

.article header {
	text-align: center;
	margin-bottom: 20px;
}

.article header h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 16px;
}

.article header p {
	font-size: 12px;
	color: #666;
}

.article .content {
	line-height: 2;
	word-wrap: break-word;
	margin-top: 20px;
}

.article .content p {
	text-indent: 30px;
	margin-bottom: 10px;
}

.article .content p>b {
	color: #814aa4;
}

.article .content a.link {
	color: #814aa4;
	text-decoration: underline;
	margin: 0 4px;
}

.article img {
	max-width: 100%;
	display: block;
	margin: 20px auto 0;
}
.article img + .img-desc{
	color: #999;
	text-align:center;
}

.article a:not(.btn-applicant,.btn) {
    text-decoration: underline;
    color: #814aa4;
}

.article > footer .desc{
	color:#999;
	margin-top:20px;
	line-height:26px;
}
.article > footer{
	margin-top: 60px;
}
.article .content {
	font-size: 16px;
}
.info-foot{
	text-align: center;
	margin-top: 30px;
}
.info-foot .btn{
	display: flex;
	margin: 0 auto;
	position: relative;
	width: 200px;
	height: 44px;
	border-radius: 5px;
}
.info-foot .btn[disabled]{
    /* background: #666; */
}
.info-foot .tip {
	color: #ff0000;
	margin-top: 10px;
}








/*======== 招聘要求 ========*/
.request {
	line-height: 2;
}

.request p.title {
	font-size: 16px;
	font-weight: bold;
}

.request p.sub-title {
	color: #999;
}

.request h3 {
	color: #814aa4;
	margin-top: 10px;
}

.btn-applicant {
	display: inline-block;
	width: 232px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: none;
	background: #9854c3;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	cursor: pointer;
	margin: 20px auto;
	background-image: linear-gradient(#a564ce, #9854c3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
}


.btn-applicant.before {
	position: relative;
	background: #ddd;
	cursor: default;
	background-image: none;
}
.btn-applicant.before:after {
	content: '信息采集尚未开始，感谢您的关注！';
	position: absolute;
	bottom: -42px;
	left: -30px;
	font-size: 14px;
	color: red;
	width: 130%;
}

.btn-applicant.close {
	position: relative;
	background: #ddd;
	cursor: default;
	background-image: none;
}
.btn-applicant.close:after {
	content: '信息采集已结束，感谢您的关注！';
	position: absolute;
	bottom: -42px;
	left: -30px;
	font-size: 14px;
	color: red;
	width: 130%;
}

.btn-applicant:hover {
	background-position: 0 -44px;
}

.btn-applicant.download {
	background: #2a8ca7;
}

/*======== 底部 ========*/
.footer {
	padding:20px 15px;
	line-height: 20px;
	font-size: 12px;
	background: #444547;
	text-align: center;	
	color: #acacac;
	z-index:1;
}

.footer a.admin {
	color: #acacac;
	margin-left: 10px;
}

.footer a.admin:hover {
	color: #fff;
	text-decoration: underline;
}

/*返回顶部*/
a.bxn-go-top {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	padding: 0px;
	margin: 0px;
	position: fixed;
	bottom: 150px;
	right: 0px;
	
	z-index: 1;
	cursor: pointer;
	-ms-transform: translate(0, 100px);
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
}

a.bxn-go-top:hover {
	
}

/* 清除浮动 */
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.clearfix {
	*zoom: 1;
	_height: 1%;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}
/* IE9下单独处理滤镜效果，适配IE下的颜色渐变效果 */
:root .content-title>p.title:before，
:root .section-header>p:after {
	filter: none;
}

.input-layout-form {
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
}

.model-dialog div.title {
	font-size: 14px;
	margin-top: 5px
}

.query-keyword {
	width: 150px
}

/* 轮播图样式 */
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide {
	background-position: center bottom;
	background-size: cover;
}

.swiper-pagination-bullet{
	background: #fff !important;
    opacity: .4 !important;
}
.swiper-pagination-bullet-active {
	background: #fff !important;
	opacity: 1 !important;
}

.bxn-dialog .head .d-center{
	/* background: #814aa4; */
}

/* 分页 */
.foot-page {
  background: #fff;
  text-align: right;
  padding: 0 20px;
}
ul.bxn-pagination {
  list-style-type: none;
  overflow: hidden;
  margin: 10px auto;
  display: inline-block;
}
ul.bxn-pagination {
  *display: inline;
}
ul.bxn-pagination li {
  float: left;
  margin: 0 2px;
  color: gray;
  line-height: 28px;
  height: 28px;
  text-align: center;
}
ul.bxn-pagination li.first,
ul.bxn-pagination li.goto,
ul.bxn-pagination li.last,
ul.bxn-pagination li.next,
ul.bxn-pagination li.previous {
  background-color: white;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  padding: 1px;
}
ul.bxn-pagination li a {
  display: inline-block;
  background-color: #f2f2f2;
}
ul.bxn-pagination li a:hover {
  background-color: white;
}
ul.bxn-pagination li.currentPage a,
ul.bxn-pagination li.first a,
ul.bxn-pagination li.last a,
ul.bxn-pagination li.next a,
ul.bxn-pagination li.previous a {
  width: 32px;
  height: 28px;
  vertical-align: top;
}
ul.bxn-pagination li.goto a {
  text-decoration: none;
  color: #0093e7;
  width: 50px;
  height: 28px;
  text-align: center;
}
ul.bxn-pagination li span.disable {
  display: inline-block;
  background-color: #f2f2f2;
  width: 32px;
  height: 28px;
  vertical-align: top;
}
ul.bxn-pagination li span.ico {
  margin-top: 5px;
}
ul.bxn-pagination li .count {
  color: black;
  margin: 0 5px;
}
ul.bxn-pagination li.currentPage input {
  width: 35px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  *height: 24px;
  *line-height: 24px;
  _padding: 3px 0;
  _margin-top: -1px;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
}
/*2021-4-28修改*/
.talentSection{
	width: 100%;
	height: auto;
}
.formTitle{
	color: #814aa4;
	font-size: 16px;
	line-height: 45px;
	margin-left: 10px;
}
.formTitle>label>i:before {
	content: "\273D";
	color: #f24c4c;
}
.talentSection .form-group{
	width: 100%;
	border: 1px solid #bfbfbf;
}
.form-group>div{
	float: left;
	padding: 10px 5px;
}
.form-group>div>label{
	float: left;
	line-height: 36px;
}
.form .form-group>div>label>i:before {
	content: "\273D";
	color: #f24c4c;
}
.information{
	color: #814aa4;
}
.infor-cell{
	text-align: center;
}
.flex-col{
	flex: 1;
	min-width: 0;
}
.infor-cell .info_item{
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0;
}


@media (min-width:1024px) {
	.policy .information{
		max-width: 1200px;
		margin: 30px auto;
	}
	.infor-cell{
		display: flex;
		align-items: center;
		text-align: center;
	}
	.navbar-nav>li{
		margin-left: 10px;
	}
	.information{
		display: flex;
		align-items: center;
		border: 1px solid #814aa4;
	}
	.information .infor-cell{
		flex: 1;
	}
}
@media (max-width:1024px) {
	.infor-pic img{
		width: 100%;
		height: 180px;
		object-fit: cover;
	}
	.infor-cell{
		border: 1px solid #814aa4;
		margin-bottom: 20px;
	}
	.infor-box{
		padding: 20px 0;
	}
}
@media (max-width:750px) {
	.logo{
		margin-left: 15px;
	}
	.logo img{
		height: 50px;
	}
}











