::-webkit-scrollbar {
	display: none;
}

html {
	/*隐藏滚动条，当IE下溢出，仍然可以滚动*/
	-ms-overflow-style: none;
	/*火狐下隐藏滚动条*/
	overflow: -moz-scrollbars-none;
}

.common-header-2,
.common-header-3 {
	display: none;
}

.hjzx {
	position: absolute;
	top: 35px;
	position: absolute;
	margin-left: 153px;
}

.kefu-icon {
	cursor: pointer;
	position: absolute;
	left: 100px;
	top: 30px;
}

.qr_kefu {
	display: none;
	position: absolute;
	top: -165px;
	left: 10px;
}

#common-header .page-top {
	height: 100px;
	padding-top: 30px;
	box-sizing: border-box;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	background: transparent;
	/*overflow: hidden;*/
	min-width: 1200px;
}

#common-header .page-top #logo {
	position: absolute;
	left: 100px;
	top: 20%;
	cursor: pointer;
}

#common-header .top-nav {
	float: right;
	padding-right: 40px;
}

#common-header .top-nav-item {
	z-index: 999999;
	position: relative;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	float: left;
	margin-right: 40px;
	color: #fff;
}

#common-header .top-nav-item:hover {
	padding-bottom: 18px;
	border-bottom: 2px solid #4977fb;
}

#common-header .top-nav-item-3 {
	margin-right: 60px;
}

#common-header .top-nav-item-4 {
	margin-right: 50px;
}

#common-header .last-top-nav-item {
	margin-right: 0px;
}

#common-header .top-nav-item p {
	margin: 0px;
}

#common-header .top-nav-item .dictionary-text span {
	padding-bottom: 18px;
}

#common-header .top-nav-item.active {
	padding-bottom: 18px;
	border-bottom: 2px solid #4977fb;
}

#common-header .dictionary-text {
	font-size: 14px;
	padding: 14px 0px 0px;
	color: #fff;
	width: 110px;
	box-sizing: border-box;
}

#common-header .top-nav-item.on {
	color: #1E1E1E;
}

#common-header .top-nav-item.on .dictionary-text {
	color: #1E1E1E;
}

#common-header .dictionary-text span {
	min-width: 80px;
	text-align: center;
	font-size: 15px;
	/*border-bottom: 2px solid #fff;*/
}

.common-container {
	width: 1200px;
	margin: 0px auto;
}

.common-gray {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
}

.jobs-news-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.jobs-news {
	width: 1000px;
	margin: 0px auto;
	min-height: 500px;
	background: #fff;
	padding: 0px 30px;
	box-sizing: border-box;
}

.jobs-top-close {
	overflow: hidden;
}

#common-footer .page-bot {
	height: 150px;
	position: relative;
	background: rgba(0, 0, 0, .7);
}

#common-footer .page-bot-left {
	float: left;
	color: #B5B5B5;
}

#common-footer .page-bot-left p {
	margin-left: 50px;
	margin-bottom: 6px;
}

#common-footer .page-bot-right {
	width: 400px;
	float: right;
	color: #B5B5B5;
}

#common-footer .br-tabs>div {
	float: left;
	padding: 4px;
}

#common-footer .br-tabs {
	height: 30px;
}

#common-footer .br-tab {
	cursor: pointer;
	margin: 0 2px;
}

#common-footer .br-tab.on {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#common-footer .wx-icon {
	cursor: pointer;
	position: absolute;
	left: 50px;
	top: 30px;
}

#common-footer .xjj-info {
	margin-top: 80px;
	font-size: 16px;
}

#common-footer .xjj-info-copy {
	font-size: 14px;
}

#common-footer .qr {
	display: none;
	position: absolute;
	top: -84px;
	left: 18px;
}

#common-footer .br-tabs {
	margin-top: 20px;
	font-size: 14px;
}

#common-footer .br-blocks {
	margin-top: 16px;
	margin-right: 50px;
}

#common-footer .br-block {
	display: none;
}

#common-footer .br-block.on {
	display: block;
}

#common-footer .br-block>div {
	font-size: 14px;
	margin-bottom: 14px;
	color: #fff;
}


/*公共底部样式*/
.page1-bot {
	height: 150px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 9;
}

.page1-bot-left {
	float: left;
	color: #828289;
}

.page1-bot-left p {
	margin-left: 50px;
	margin-bottom: 6px;
}

.page1-bot-right {
	width: 400px;
	float: right;
	color: #808081;
}

.br-tabs>div {
	float: left;
	padding: 4px;
}

.br-tabs {
	height: 30px;
}

.br-tab {
	cursor: pointer;
	margin: 0 2px;
}

.br-tab.on {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.wx-icon {
	cursor: pointer;
	position: absolute;
	left: 50px;
	top: 30px;
}

.xjj-info {
	margin-top: 80px;
	font-size: 14px;
}

.qr {
	display: none;
	position: absolute;
	top: -84px;
	left: 18px;
}

.br-tabs {
	margin-top: 20px;
	font-size: 14px;
}

.br-blocks {
	margin-top: 16px;
	margin-right: 50px;
}

.br-block {
	display: none;
}

.br-block.on {
	display: block;
}

.br-block>div {
	font-size: 14px;
	margin-bottom: 6px;
	color: #fff;
}

.br-block img {
	margin-right: 4px;
}

.br-block p {
	display: inline;
}

#common-header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	padding: 0 !important;
}

#common-header .index-header-shadow {
	position: fixed;
	height: 76px;
	width: 100%;
	background-color: rgba(255, 255, 255, .04);
	z-index: 90;
	transition: all .1s;
}

#common-header .index-header {
	position: fixed;
	height: 76px;
	width: 100%;
	min-width: 1680px;
	display: flex;
	justify-content: space-between;
	z-index: 100;
}

.index-header .header-logo {
	position: relative;
	width: 210px;
	margin-left: 154px;
}

.header-logo img {
	position: absolute;
	left: 0;
	top: 3px;
	width: 100%;
	transition: all .1s;
}

.header-logo .header-logo-img {
	opacity: 1;
}

.header-logo .header-scroll-logo-img {
	opacity: 0;
	top: -4px;
}

.index-banner-scroll .header-logo .header-logo-img {
	opacity: 0;
}

.index-banner-scroll .header-logo .header-scroll-logo-img {
	opacity: 1;
}

.keep-show-header .header-logo .header-logo-img {
	opacity: 0 !important;
}
.keep-show-header .header-logo .header-scroll-logo-img {
	opacity: 1 !important;
}

.index-banner-scroll .index-header-shadow {
    background-color: rgba(255, 255, 255, .97) !important;
    box-shadow: 3px 3px 8px #eee !important;
    /* filter: blur(2px); */
}

.keep-show-header .index-header-shadow {
	background-color: rgba(255, 255, 255, .97) !important;
    box-shadow: 3px 3px 8px #eee !important;
}

.index-header .header-nav {
	background-color: transparent;
	margin-right: 146px;
	padding: 0;
}

.header-nav .layui-nav-item {
	height: 100%;
	padding: 28px 34px;
	box-sizing: border-box;
}

.header-nav .layui-nav-item:hover::after {
	content: '';
	position: absolute;
	left: 0;
	top: auto;
	bottom: 0;
	opacity: 12%;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: -1;
	transition: all .2s;
	-webkit-transition: all .2s;
}

.index-banner-scroll .header-nav .layui-nav-item:hover::after {
	background-color: #4988fb;
}

.keep-show-header .header-nav .layui-nav-item:hover::after {
	background-color: #4988fb !important;
}

.index-banner-scroll .index-header-shadow {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
	opacity: .97;
}

.keep-show-header .index-header-shadow {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07) !important;
	opacity: .97 !important;
}

.keep-show-header .index-header-shadow {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07) !important;
	opacity: .97 !important;
}

.header-nav .layui-nav-item a {
	height: 18px;
	line-height: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #fff;
	font-size: 18px;
	padding: 0;
}

.index-banner-scroll .header-nav .layui-nav-item a {
	color: #4e4e4e;
}

.keep-show-header .header-nav .layui-nav-item a {
	color: #4e4e4e !important;
}

.header-nav.layui-nav .layui-nav-item a:hover,
.header-nav.layui-nav .layui-this a {
	color: #fff;
}

.header-nav.layui-nav a span.layui-nav-more {
	right: 16px;
}

.header-nav.layui-nav .layui-this a {
	font-weight: 550;
}

.index-banner-scroll .header-nav.layui-nav .layui-nav-item a:hover,
.index-banner-scroll .header-nav.layui-nav .layui-this a {
	color: #4e4e4e;
}

.keep-show-header .header-nav.layui-nav .layui-nav-item a:hover,
.keep-show-header .header-nav.layui-nav .layui-this a {
	color: #4e4e4e !important;
}

.index-banner-scroll .header-nav.layui-nav .layui-nav-more {
	border-top-color: #4977fb;
}

.keep-show-header .header-nav.layui-nav .layui-nav-more {
	border-top-color: #4977fb !important;
}

.index-banner-scroll .header-nav.layui-nav .layui-nav-mored {
	border-color: transparent transparent #4977fb;
}

.keep-show-header .header-nav.layui-nav .layui-nav-mored {
	border-color: transparent transparent #4977fb !important;
}

.header-nav.layui-nav .layui-this:after {
	opacity: 12%;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: -1;
}

.index-banner-scroll .header-nav.layui-nav .layui-this:after {
	background-color: #4988fb;
}

.keep-show-header .header-nav.layui-nav .layui-this:after {
	background-color: #4988fb !important;
}

.header-nav .layui-nav-bar {
	display: none;
}

.header-nav .layui-nav-item .layui-nav-child {
	margin: 0 !important;
	position: fixed;
	top: 76px;
	width: 100vw;
	height: 450px;
	padding: 0;
	border: 0;
	animation: layui-nav-change .3s;
}

.header-nav .layui-nav-child .child-menu {
	width: 541px;
	height: 100%;
	float: left;
	background-color: #f8fafc;
}

.child-menu .menu-sign {
	margin: 70px auto 50px;
	height: 16px;
	text-align: center;
}

.child-menu .menu-sign img {
	width: 15px;
	height: 16px;
	margin-right: 8px;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	float: none !important;
}

.child-menu .menu-sign span {
	height: 16px;
	line-height: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #4977fb;
	font-size: 16px;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}

.child-menu .menu-list {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	font-family: Source Han Sans CN;
	text-align: center;
	align-items: center;
}

.child-menu .menu-list .menu-list-item {
	width: 120px;
	display: inline-block;
	height: 16px;
	margin-bottom: 30px;
	color: #303030;
	font-size: 16px;
	cursor: pointer;
}

.child-menu .menu-list span.menu-list-item-active {
	color: #4977fb;
}

.child-menu .menu-list a:hover {
	color: #303030;
	font-size: 16px;
	background-color: transparent;
	cursor: pointer;
}

.header-nav .layui-nav-child .child-content {
	display: none;
	float: left;
	height: 100%;
	width: calc(100% - 541px);
	padding: 80px 180px 0 79px;
	box-sizing: border-box;
}

.header-nav .child-content-active {
	display: inline-block !important;
}

.header-nav .child-content .child-content-title {
	height: 27px;
}

.header-nav .child-content .child-content-title img {
	height: 32px;
	width: 32px;
}

.header-nav .child-content .child-content-title span {
	margin-left: 8px;
	position: relative;
	bottom: 2px;
	height: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #4977fb;
	font-size: 16px;
}

.header-nav .child-content .child-content-hr {
	margin-top: 10px;
	width: 100%;
	height: 1px;
	background-color: #eaeaea;
}

.header-nav .child-content .child-content-list {
	margin-top: 30px;
	max-height: calc(370px - 68px);
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	overflow: auto;
}

.header-nav .child-content .child-content-classify {
	max-height: calc(370px - 68px);
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	overflow: auto;
	padding-top: 20px;
}

.child-content-classify .child-content-list-classify-list {
	width: 100%;
}

.child-content-list-classify-list .child-content-list-classify-list-title {
	margin-bottom: 10px;
	height: 15px;
	font-family: Source Han Sans CN;
	font-weight: 700;
	color: #333333;
	font-size: 15px;
	line-height: 15px;
}

.child-content-list-classify-list .child-content-list-classify-list-content {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.child-content-list-classify-list-content .child-content-list-classify-list-item {
	margin: 0 15px 18px 0;
	width: 265px;
	height: 50px;
}

.child-content-list-classify-list-item a {
	max-width: 100%;
	height: 14px !important;
	line-height: 14px !important;
	font-family: Source Han Sans CN !important;
	color: #303030 !important;
	background: transparent !important;
	font-size: 14px !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: justify;
}

.child-content-list-classify-list-item a:hover {
	color: #4977fb !important;
}

.child-content-list-classify-list-item span {
	height: 13px;
	font-family: Source Han Sans CN;
	color: #a1a5b1;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: justify;
}

.header-nav .child-content .child-content-list>div {
	margin: 0 15px 18px 0;
	width: 265px;
	height: 50px;
}

.header-nav .child-content .child-content-list>div a {
	font-family: Source Han Sans CN;
	color: #303030;
	font-size: 14px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: justify;
}

.header-nav .child-content .child-content-list>div span {
	margin-top: 10px;
	display: inline-block;
	font-family: Source Han Sans CN;
	color: #a1a5b1;
	font-size: 13px;
	line-height: 13px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: justify;
}

.header-nav .child-content .child-content-list>div a:hover {
	color: #4977fb;
	background-color: transparent;
	cursor: pointer;
}

#mainBody {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}