@charset "UTF-8";

#loader {
	z-index: 99999;
}

#loader .logoImg {
	height: 100px;
}

@layer utilities {
	.animate-slide-in-right {
		animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
	}

	.animate-fade-out {
		animation: fadeOut 0.8s ease-out forwards;
	}

	.animate-fade-in {
		animation: fadeIn 0.8s ease-in forwards;
	}
}

@keyframes slideInRight {
	from {
		transform: translateX(100px);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		pointer-events: none;
	}
}

.subPage {
	background-repeat: no-repeat;
	background-size: cover;
}

.aykj-recruitTc .layui-layer-title {
	font-size: 20px;
}

.wrapConBox {
	width: 80.9524%;
	margin: 0 auto;
}

.layui-layer-setwin .layui-layer-close2:hover {
	background-color: var(--themeColor) !important;
}

/*********** 文章详细页 start ***********/
.articleC {
	background: #FFFFFF;
	padding: 0 50px 50px;
	width: 80.9524%;
	margin: 0 auto;
}

.articleBox {
	line-height: 46px;
	padding: 10px 0 0;
	color: #2b2b2b;
	font-size: 24px;
	margin-bottom: 10px;
}

.articleBox img {
	max-width: 100%;
	display: inline-block;
}

.articleBox .textCenter {
	text-align: center;
}

.articleBox .text1 {
	font-size: 42px;
}

.articleBox .text2 {
	font-size: 22px;
}

.articleBox .date {
	font-size: 18px;
	color: #676767;
}

/* 标题 start */
.articleTitle {
	clear: both;
	line-height: 60px;
	font-size: 42px;
	color: #2b2b2b;
	text-align: center;
	position: relative;
}

/* 标题 end */
/* 发布信息 start  */
.articleTime {
	display: block;
	clear: both;
	color: #676767;
	font-size: 18px;
	line-height: 32px;
	padding: 10px 0 15px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	text-align: center;
}

.articleTime span {
	margin-right: 16px;
	vertical-align: middle;
	display: inline-block;
}

.shareBox .sharejs_list .sharejs_item {
	position: relative;
	z-index: 100;
}

/*  发布信息 end  */
/* 分享 start */
.articleShare {
	display: inline-block;
	vertical-align: middle;
}

.articleShare .shareParent .shareItem {
	vertical-align: middle;
}

/*  分享 end  */
/*  大图 start */
/* 文章阅读页-内容上部大图 */
#play {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/common/file/article_iconh.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/common/file/article_iconh.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 600px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 9;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid var(--themeColor);
	background: var(--themeColor);
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9;
	background: url(../images/common/file/article_iconh.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	/* overflow: hidden; */
}

.articleHand a {
	display: inline-block;
	line-height: 32px;
	padding: 0 20px 0px 30px;
	background: url(../images/common/file/file.png) no-repeat left center;
	color: #666;
	margin-bottom: 10px;
}

.articleHand a.word {
	background: url(../images/common/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/common/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/common/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/common/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/common/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

.articleHand a:hover {
	text-decoration: underline;
}

/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.articlePage {
	clear: both;
	text-align: center;
	font-size: 0;
}

.articlePage a {
	margin: 0 5px;
	background: #ccc;
	padding: 3px 12px;
	display: inline-block;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

.articlePage a:hover {
	color: #fff;
	background: var(--themeColor);
}

.articlePage a.hover {
	color: #fff;
	background: var(--themeColor);
}

/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {
	display: block;
	line-height: 40px;
	color: #676767;
	font-size: 18px;
}

.pageUp a {
	font-size: 18px;
	color: #676767;
	position: relative;
	z-index: 10;
}

.articlePageBox:hover,
.pageUp a:hover {
	color: var(--themeColor);
}

/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {
	position: absolute;
	left: -1px;
	opacity: 0;
}

.newsAudio .audiojs {
	z-index: 99999;
	background: #fff;
	overflow: hidden;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	width: 400px;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
}

.newsAudio .audiojs .play-pause {
	width: 25px;
	height: 27px;
	padding: 4px 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
}

.newsAudio .audiojs .play-pause:before {
	content: '';
	display: block;
	border-right: 1px solid #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.newsAudio .audiojs p {
	display: none;
	width: 25px;
	height: 27px;
	margin: 0px;
	cursor: pointer;
}

.newsAudio .audiojs .play {
	display: block;
}

.newsAudio .audiojs .scrubber {
	position: relative;
	float: left;
	width: 240px;
	background: #f5f5f5;
	height: 14px;
	margin: 10px;
	top: 1px;
	overflow: hidden;
}

.newsAudio .audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #fbbc05;
	z-index: 1;
}

.newsAudio .audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #ffeebb;
	cursor: pointer;
}

.newsAudio .audiojs .time {
	overflow: hidden;
	height: 35px;
	line-height: 36px;
	margin: 0px 0px 0px 6px;
	padding: 0px 6px 0px 12px;
	position: relative;
	color: #666;
}

.newsAudio .audiojs .time:before {
	content: '';
	display: block;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.newsAudio .audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #666;
	font-style: normal;
}

.newsAudio .audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}

.newsAudio .audiojs .error-message {
	display: none;
	padding: 0px 10px;
	height: 35px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #666;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.newsAudio .audiojs .error-message a {
	color: #666;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	white-space: wrap;
}

.newsAudio .audiojs .play {
	background: url(../../common/components/audio/images/play.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .loading {
	background: url(../../common/components/audio/images/loading.png) center center no-repeat;
	background-size: 14px;
	-webkit-animation: fa-rotating 2s infinite linear;
	animation: fa-rotating 2s infinite linear;
}

.newsAudio .audiojs .loading:before {
	content: '';
}

@keyframes fa-rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.newsAudio .audiojs .error {
	background: url(../../common/components/audio/images/error.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .pause {
	background: url(../../common/components/audio/images/pause.png) center center no-repeat;
	background-size: 16px;
}

.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {
	display: none;
}

.newsAudio .playing .pause {
	display: block;
}

.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {
	display: none;
}

.newsAudio .loading .loading {
	display: block;
}

.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {
	display: none;
}

.newsAudio .error .error {
	display: block;
}

.newsAudio .error .play-pause p {
	cursor: auto;
}

.newsAudio .error .error-message {
	display: block;
}

/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo {
	width: 600px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}

.newsViewVideo #col1mui-player {
	height: 100% !important;
	cursor: pointer;
}

.newsViewVideo #muiPlaybtn {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/play.png) no-repeat center center;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999;
	cursor: pointer;
}

/* ————— 视频 end ————— */
/* ————— 有序列表 start ————— */
.articleBox ul,
.articleBox ol {
	padding-left: 20px;
}

.articleBox ul li {
	list-style-type: disc;
}

.articleBox ol li {
	list-style-type: decimal
}

/* ————— 有序列表 end ————— */
/* ————— 表格 start ————— */
.articleBox table {
	margin: 0 auto;
}

.articleBox table tr td {
	padding: 5px;
	border: 1px solid #e6e6e6;
}

/* ————— 表格 end ————— */
/*********** 文章详细页 start ***********/
/* 头部 start */
.topHeadBox {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 50px 0;
	z-index: 9999;
	min-width: 1280px;
}

.topLogo img {
	display: none;
	height: 66px;
}

.topLogo img.logo1 {
	display: block;
}

.topMenuList.topMenuList {
	display: flex;
	height: 66px;
	align-items: center;
}

.topMenuList dd {
	margin: 0 5px;
	/* height: 40px; */
}

.topMenuList dd a {
	display: block;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	color: #fff;
	font-size: 23px;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	text-transform: uppercase;
	padding: 0 20px;
	border-radius: 50px;
	border: 1px solid transparent;
}

/* .topMenuList dd+dd {
	margin-left: 40px;
} */

.topMenuList dd:hover a,
.topMenuList dd.hover a {
	/* text-decoration: underline; */
	/* background-color: var(--themeColor); */
	border: 1px solid #fff;
	color: #fff !important;
}

.topHeadBox.active {
	background-color: #fff;
	-webkit-box-shadow: 0 3px 5px #dcdcdc;
	box-shadow: 0 3px 5px #dcdcdc;
}

.topHeadBox.active .topMenuList dd:hover a,
.topHeadBox.active .topMenuList dd.hover a {
	border: 1px solid #2b2b2b;
	color: #2b2b2b !important;
}

.topHeadBox.headerTopNone {
	display: none;
}

.topHeadBox.active .topMenuList dd a {
	color: #2b2b2b;
}

.topHeadBox.active .topLogo img.logo1 {
	display: none;
}

.topHeadBox.active .topLogo img.logo2 {
	display: block;
}

/* 头部 end */
/* 底部 start */
.footerShareList.footerShareList {
	font-size: 0;
	text-align: center;
	margin: 0 -5px;
	display: flex;
	align-items: center;
	height: 66px;
	float: left;
	display: flex;
	/* width: 217px;
	justify-content: space-between; */
}

.footerShareList dd a.shareFont {
	margin: 0 5px;
	font-size: 36px;
	color: var(--themeColor);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.footerMenu {
	font-size: 0;
	text-align: center;
	margin: 0 -30px;
}

.footerMenu dd {
	display: inline-block;
	vertical-align: middle;
}

.footerMenu dd a {
	margin: 0 30px;
	font-size: 20px;
	color: var(--themeColor);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.footerBox {
	background: #fff;
}

.footerTop {
	padding: 45px 0 0;
}

.footerLogo {
	margin-right: auto;
}

.footerLogo img {
	display: block;
	height: 66px;
}

.footerMenuList.footerMenuList {
	display: flex;
}

.footerMenuList dd+dd {
	margin-left: 40px;
}

.footerMenuList dd a {
	display: block;
	height: 66px;
	line-height: 66px;
	overflow: hidden;
	color: #2b2b2b;
	font-size: 23px;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

.footerMenuList dd a:hover {
	text-decoration: underline;
}

.footerBottom {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	border-top: 1px solid var(--themeColor);
}

.copyRightTitle {
	font-size: 18px;
	color: #2b2b2b;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.ftArchival a {
	display: block;
	font-size: 18px;
	color: #2b2b2b;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}


.footerTextList {
	display: flex;
	margin: 0 -10px;
}

.footerTextList dd a {
	display: block;
	font-size: 18px;
	color: #2b2b2b;
	margin: 0 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

/* 底部 end */
/* 当前位置 start */
.locationBox {
	background: #fff;
	padding: 80px 0;
}

.locationMenuList {
	display: flex;
	justify-content: center;
}

.locationMenuList dd {
	margin-right: 10px;
	padding-left: 30px;
	position: relative;
}

.locationMenuList dd:before {
	content: '/';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
}

.locationMenuList dd:first-child {
	padding-left: 0;
}

.locationMenuList dd:first-child:before {
	display: none;
}

.locationMenuList dd a {
	display: block;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	color: #2b2b2b;
}

.locationMenuList dd:hover a {
	color: var(--themeColor);
}

.locationMenuList dd.hover a {
	color: var(--themeColor);
}

/* 当前位置 end */
/* 三级栏目 start */
.sjMenu {
	text-align: center;
	font-size: 0;
}

.sjMenu a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	color: #333;
	border: 1px solid var(--themeColor);
	border-radius: 32px;
	font-size: 20px;
	margin: 0 5px;
	background: #FFF;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	margin-bottom: 10px;
}

.sjMenu a:hover {
	background: var(--themeColor);
	color: #FFF;
	border-color: var(--themeColor);
}

.sjMenu a.hover {
	background: var(--themeColor);
	color: #FFF;
	border-color: var(--themeColor);
}

/* 三级栏目 end */
/* 页码 start */
.page {
	text-align: center;
	clear: both;
	font-size: 18px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: var(--themeColor);
	border-radius: 50%;
	background: #fff;
	margin: 0 4px;
	vertical-align: middle;
	border: 2px solid var(--themeColor);
}

.page span {
	display: inline-block;
	padding: 10px 15px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background-color: var(--themeColor);
	color: #fff;
}

.page a.hover {
	background-color: var(--themeColor);
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: var(--themeColor);
	position: relative;
	top: -13px;
}

.page label {
	color: var(--themeColor);
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: var(--themeColor);
	position: relative;
	top: -13px;
}

.page a div {
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 18px;
}

.page a.firstPage div {
	background-image: url(../images/common/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/common/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/common/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/common/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/common/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/common/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/common/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/common/page/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
	border: 2px solid #E2E2E2;
	pointer-events: none;
	cursor: not-allowed;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
	border: 2px solid #E2E2E2;
	pointer-events: none;
	cursor: not-allowed;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
	border: 2px solid #E2E2E2;
	pointer-events: none;
	cursor: not-allowed;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
	border: 2px solid #E2E2E2;
	pointer-events: none;
	cursor: not-allowed;
}

.page a.firstPage.disabled div {
	background-image: url(../images/common/page/firstPaged.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/common/page/prevPaged.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/common/page/nextPaged.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/common/page/lastPaged.png)
}

/* 页码 end */
/* subBanner start */
.subBanner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.subBanner:before {
	display: block;
	content: '';
	/* padding-top: 22.4066%; */
	height: 250px;
}

.subBanner img {
	position: absolute !important;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

.subBanner:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.subBanner .text {
	width: 100%;
	height: 100%;
	position: absolute !important;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.subBanner .wrap {
	height: 100%;
}

.subBanner .textC {
	position: relative;
	z-index: 5;
}

.subBanner .textC .cnTitle {
	font-size: 50px;
	color: #ffffff;
	line-height: 60px;
	font-weight: bold;
	margin-bottom: 10px;
	display: none;
}

.subBanner .textC .enTitle {
	font-size: 90px;
	color: rgb(255 255 255 / .78);
	line-height: 100px;
	text-transform: uppercase;
}



/* subBanner end */
/* 悬浮 start */
.floatMenuBox {
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.floatMenuList {
	margin: -8px 0;
}

.floatMenuList dd {
	display: flex;
	justify-content: end;
}

.floatMenuList dd a {
	display: flex;
	align-items: center;
	margin: 8px 0;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	width: 58px;
	height: 50px;
	overflow: hidden;
	padding: 0 10px;
	border-radius: 7px 0 0 7px;
	background-color: var(--themeColor);
	background-repeat: no-repeat;
	background-position: left center;
	color: #fff;
	font-size: 18px;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.floatMenuList .icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}

.floatMenuList .icon.language {
	border: 2px solid #fff;
	border-radius: 50%;
}

.floatMenuList .icon.email {
	background-image: url(../images/email.png);
	background-size: auto 26px;
}

.floatMenuList .icon.backTop {
	background-image: url(../images/backTop.png);
	background-size: auto 26px;
}

.floatMenuList dd a:hover {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/* 悬浮 end */
/* ————— 音频列表 start ————— */
.audioList {
	overflow: hidden;
	margin: 0 -15px;
}

.audioList dd {
	float: left;
	display: inline;
	width: 50%;
	padding: 15px 0;
}

.audioList dd .con {
	padding: 20px 30px;
	margin: 0 15px;
	background: #FFFFFF;
	position: relative;
	transition: all .4s;
	border-radius: 5px;
}

.audioList dd .title {
	overflow: hidden;
}

.audioList dd .title span {
	float: left;
	display: inline;
	width: 36px;
	height: 36px;
	background: url(../images/audioList/player.png) center center no-repeat;
}

.audioList dd .title .titleC {
	overflow: hidden;
	padding: 0 10px;
	line-height: 36px;
	height: 36px;
	font-size: 16px;
	color: #666;
}

.audioList dd .audioInfor {
	height: 30px;
	overflow: hidden;
}

.audioList dd .audioTime {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}

.audioList dd .audioTime span {
	padding-right: 5px;
}

.audioList dd .audioTime em {
	font-style: normal;
	padding-left: 5px;
}

.audioList dd .audioHandle {
	overflow: hidden;
	display: none;
}

.audioList dd .audioHandle.show {
	display: block;
}

.audioList dd .audioPlayerBtn {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.audioList dd .audioHandle a {
	display: block;
	font-size: 0;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 30px;
}

.audioList dd .audioHandle a.btnPlay {
	background-image: url(../images/audioList/audioPlay.png);
}

.audioList dd .audioHandle a.btnPause {
	background-image: url(../images/audioList/audioPause.png);
}

.audioVoice {
	float: left;
	display: inline;
}

.audioVoiceBtn {
	overflow: hidden;
	float: left;
	display: inline;
}

.audioVoiceBtn span {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/audioList/voice.png) center center no-repeat;
	background-size: auto 28px;
	margin-right: 5px;
	cursor: pointer;
}

.audioVoiceBtn.noVoice span {
	background-image: url(../images/audioList/noVoice.png);
}

.audioVoiceNum {
	float: left;
	display: inline;
	width: 84px;
	position: relative;
	height: 5px;
	background: #f0f0f0;
	border-radius: 5px;
	margin-top: 12px;
}

.audioVoiceNum em {
	display: block;
	border-radius: 5px;
	height: 100%;
	width: 50%;
	background: #999;
	position: relative;
}

.audioVoiceNum em i {
	position: absolute;
	width: 9px;
	height: 9px;
	background: #999;
	border-radius: 8px;
	right: 0;
	top: 50%;
	margin-top: -5px;
	cursor: pointer;
}

.audioList dd .audioWavBox {
	width: 100%;
	height: 36px;
	background: #f5f5f5;
	border-radius: 5px;
	position: relative;
}

.audioList dd .audioWav {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.audioWavBox .loadDataTip {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 36px;
	color: #999;
	width: 100%;
}

.audioList dd .con:hover {
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

/* ————— 音频列表 end ————— */
/* 全图列表 start */
.imgList {
	overflow: hidden;
	margin: 0 -10px;
}

.imgList dd {
	width: 33.3333%;
	float: left;
	display: inline;
	padding: 10px 0;
}

.imgList dd .con {
	display: block;
	background: #FFFFFF;
	margin: 0 10px;
	border-radius: 5px;
	overflow: hidden;
	transition: all .4s;
	-webit-transition: all .4s;
}

.imgList dd .con .pic::before {
	padding-top: 56.563462%;
}

.imgList dd .con .pic .newPic {
	position: absolute !important;
	left: 0;
	top: 0;
}

.imgList dd .con .text {
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	color: #2b2b2b;
	font-size: 20px;
	text-align: center;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgList dd .con:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.imgList dd .con:hover .text {
	color: var(--themeColor);
}

/* 全图列表 end */

/* 全文列表 start */
.textList {
	margin: 0 -30px 0 0;
}

.textList::after {
	clear: both;
	content: '';
	visibility: hidden;
	display: block;
}

.textList dd {
	width: 100%;
	float: left;
	display: inline;
}

.textList dd .con {
	display: block;
	margin: 0 30px 30px 0;
	background: #fff;
	padding: 15px;
	overflow: hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	border-radius: 5px;
}

.textList dd .con:hover {
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.textList dd .timeBox {
	width: 106px;
	height: 80px;
	float: left;
	display: inline;
	position: relative;
	text-align: center;
}

.textList dd .timeBox::before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #f5f5f5;
	position: absolute;
	top: 0;
	right: 1px;
}

.textList dd .timeBox .time1 {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 30px;
	color: var(--themeColor);
	font-weight: bold;
	margin-bottom: 5px;
}

.textList dd .timeBox .time2 {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 16px;
	color: #999999;
}

.textList dd .con .text {
	overflow: hidden;
	height: 80px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
}

.textList dd .title {
	display: inline-block;
	font-size: 20px;
	color: #2b2b2b;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.textList dd .con:hover .title {
	color: var(--themeColor);
}

/* 全文列表 end */
/* 视频列表 start */
.videoList {
	overflow: hidden;
	margin: 0 -15px;
}

.videoList dd {
	width: 33.33333%;
	float: left;
	display: inline;
	padding: 15px 0;
}

.videoList dd .con {
	display: block;
	margin: 0 15px;
	background: #fff;
	overflow: hidden;
	border-radius: 5px;
	transition: .4s;
	-webkit-transition: .4s;
}

.videoList dd .pic::before {
	padding-top: 66.5761%;
}

.videoList dd .pic .playBtn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
}

.videoList dd .pic span.play {
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	display: block;
	background: url(../images/common/videoIco.png) no-repeat center center;
	background-size: 50px;
}

.videoList dd .pic span.time {
	width: 100%;
	height: 16px;
	line-height: 16px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.videoList dd .text {
	padding: 20px;
}

.videoList dd .con .title {
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	text-align: center;
}

.videoList dd .con:hover .title {
	color: var(--themeColor);
}

.videoList dd .con:hover {
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

/* 视频列表 end */
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2 {
	width: 30px !important;
	height: 30px !important;
	right: -40px;
	top: -40px;
}

.aykj-videoPop {
	border: 10px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1) !important;
	border-radius: 5px !important;
	background-color: #000 !important;
}

/* 视频弹窗 end */
/* 纵向瀑布流 start */
.waterFall1Wrap {
	width: 80.9524%;
	margin: 0 auto;
}

.waterFallTitle {
	font-size: 24px;
	color: #2b2b2b;
	text-align: center;
	line-height: 30px;
	padding: 100px 0;
}

.waterFall1Box {
	margin: 0 -30px;
}

.waterFall {
	position: relative;
	width: 100%;
	z-index: 1 !important;
	opacity: 0;
}

.waterFall dd {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 0;
}

.waterFall dd .con {
	display: block;
	margin: 0 30px;
	background: #fff;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	padding: 0 0 42px;
}

.waterFall dd .con .textCon {
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	padding: 0 15px;
}

.waterFall dd .grPic {
	height: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.waterFall dd .grPic .playVideo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 60px;
	background-image: url(../images/playVideo.png);
	z-index: 5;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

.waterFall dd .grPic img {
	width: 100%;
	height: 100%;
}

.waterFall dd .title {
	font-size: 34px;
	color: #2b2b2b;
	line-height: 45px;
	padding: 15px 0;
}

.waterFall dd .text {
	font-size: 20px;
	color: #2b2b2b;
	line-height: 36px;
}

.waterFall dd .con .mask {
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

/* .waterFall dd .con:hover .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, .2);
} */
.waterFall dd .con:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

/* .waterFall dd .con:hover .playVideo {
	background-color: rgba(0, 0, 0, .3);
} */

/* 纵向瀑布流 end */
/* 表单模板 start */
.input {
	border-bottom: 1px solid var(--themeColor);
	padding: 0 10px
}

.input input {
	border: none;
	background: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #2b2b2b;
}

.textarea {
	border-bottom: 1px solid var(--themeColor);
	padding: 5px 10px;
}

.textarea textarea {
	border: none;
	background: none;
	width: 100%;
	height: 120px;
	line-height: 25px;
	font-size: 25px;
	color: #2b2b2b;
	resize: none;
}

a.formBtn {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	border: 1px solid #ddd;
	background: #FFF;
	border-radius: 10px;
	font-size: 27px;
	color: #333;
	padding: 0 60px;
	margin: 0 5px;
}

a.formBtn:hover {
	opacity: .9;
}

.commonFormBox {
	background: #FFF;
	padding: 40px;
}

.commonForm {
	margin-right: -80px;
	font-size: 25px;
}

.commonForm:after {
	clear: both;
	content: '';
	visibility: hidden;
	display: block;
}

.commonForm .item {
	width: 50%;
	float: left;
	display: inline;
}

.commonForm .item.dashedLine .con {
	border-bottom: 1px dashed var(--themeColor);
	padding-top: 40px;
	margin-bottom: 60px;
}

.commonForm .item.w100p {
	width: 100%;
}

.commonForm .item.w50p {
	width: 50%;
}

.commonForm .item .con {
	margin-right: 80px;
	display: flex;
}

.commonForm .item .label {
	height: 40px;
	line-height: 40px;
	width: 120px;
	color: #2b2b2b;
	font-size: 20px;
}

.commonForm .item .label span {
	color: #da0100;
}

.commonForm .item .itemC {
	clear: both;
	min-height: 60px;
	flex: 1;
}

.recruitListTc {
	padding: 20px;
	overflow: hidden;
}

.commonForm .el-cascader {
	width: 100%;
}

.upLoadResume {
	font-size: 0;
}

.upLoadResume span {
	display: inline-block;
	font-size: 25px;
	height: 40px;
	line-height: 40px;
	color: #aeaeae;
}

.upLoadResume a.up {
	background: var(--themeColor);
	color: #FFF;
	border-color: var(--themeColor);
}

.upLoadResume a.down {
	background: #e9e9e9;
	border-color: #e9e9e9;
}

.formYzm {
	display: flex;
	align-items: center;
}

.formYzm .input {
	width: 50%;
	float: left;
	display: inline;
	flex: 1;
}

.formYzm .yzmImg {
	width: 118px;
	height: 48px;
	border: 1px solid #ddd;
	background: #ddd;
	float: left;
	display: inline;
	margin-left: 20px;
	cursor: pointer;
}

.formYzm .yzmImg img {
	display: block;
	width: 100%;
	height: 100%;
}

.formSubBtn {
	font-size: 0;
	text-align: left;
	margin: 0 -5px;
	display: flex;
	justify-content: center;
}

.formSubBtn a {
	padding: 0 40px;
	border-radius: 10px;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

.formSubBtn a.submit {
	background: var(--themeColor);
	color: #FFF;
	border-color: var(--themeColor);
}

.formSubBtn a.reset {
	background: #ddd;
	color: #8b8b8b;
}

.formSubBtn a.contact {
	background: #fbb03b;
	color: #fff;
}

.commonForm .aykj_cssSelect .aykj_selectBox {
	border: none;
	border-bottom: 1px solid var(--themeColor);
}

.commonForm .aykj_cssSelect .aykj_selectLt {
	color: #2b2b2b;
	font-size: 20px;
	min-height: 40px;
	line-height: 40px;
}

.commonForm .aykj_cssSelect .aykj_optionBox {
	height: 30px;
	line-height: 30px;
}

.commonForm .aykj_cssSelect .aykj_optionBox:hover {
	background: var(--themeColor);
}

.commonForm .aykj_cssSelect .aykj_optionBox span {
	font-size: 18px;
}

.commonForm .aykj_cssSelect .aykj_selectRt:before {
	border-top-color: var(--themeColor);
	margin-top: 0;
}

/* 表单模板 end  */
/* 产品信息 start  */
.productPageBox {
	position: relative;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	display: flex;
}

.productPageLeft {
	width: 6.25%;
}

.productPageRight {
	flex: 1;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 6.25%;
}

/**产品背景图修改*/
.productPageRight .wrap {
	position: relative;
}

.produnctBg {
	position: absolute;
	width: calc(100vw - ((100vw - 1680px)/2 + 320px));
	left: 320px;
	top: 0;
	height: 100%;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}

/* .productPageBox:before {
	content: '';
	display: block;
	min-width: 395px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
} */
.productPageImg {
	width: 85%;
	height: 100%;
	opacity: .5;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
}

.productPageBox .wrap {
	display: flex;
	min-height: 600px;
}

.productConBox {
	flex: 1;
	padding: 80px 0;
	position: relative;
	z-index: 5;
	width: 0;
}

.productConBox .productList {
	padding-left: 20px;
}

.productConRight {
	padding-left: 80px;
}

.productConTitle {
	color: #2b2b2b;
	font-size: 23px;
	line-height: 30px;
	margin-bottom: 30px;
}

.productConText {
	color: #2b2b2b;
	font-size: 18px;
	line-height: 30px;
}

.productMenuBox {
	width: 320px;
	background-color: #fff;
	position: relative;
	z-index: 5;
	padding: 80px 20px;
}


.productMenuList dd {
	margin-bottom: 20px;
}

.productMenuList .yjMenu {
	display: block;
	font-size: 23px;
	color: #2b2b2b;
	padding-right: 40px;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 26px;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	line-height: 30px;
	position: relative;
	text-align: left;
}

.productMenuList .arrowRight {
	width: 40px;
	text-align: right;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 26px;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	background-image: url(../images/arrowR1.png);
}

.productEjMenuList {
	display: none;
	overflow: hidden;
	padding: 20px 0 20px 20px;
}

.productEjMenuList {
	margin-bottom: 40px;
}

.productEjMenuList .ejMenu {
	display: block;
	font-size: 18px;
	color: #2b2b2b;
	padding: 0 40px 0 20px;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 26px;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	line-height: 30px;
	position: relative;
	text-align: left;
}

.productEjMenuList .ejMenu:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #2b2b2b;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.productSjMenuList {
	display: none;
	overflow: hidden;
	padding: 20px 0 20px 20px;
}

.productSjMenuList {
	margin-bottom: 40px;
}

.productSjMenuList .sjMenu {
	display: block;
	font-size: 15px;
	color: #2b2b2b;
	padding: 0 40px 0 20px;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 26px;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	line-height: 30px;
	position: relative;
	text-align: left;
}

.productEjMenuList .sjMenu:before {
	content: '';
	display: block;
	width: 6px;
	height: 2px;
	background-color: #2b2b2b;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.productSjMenuList dd.hover .sjMenu,
.productEjMenuList dd.hover .ejMenu,
.productMenuList dd.hover .yjMenu {
	color: var(--themeColor);
}

.productSjMenuList dd.hover .sjMenu .arrowRight,
.productEjMenuList dd.hover .ejMenu .arrowRight,
.productMenuList dd.hover .yjMenu .arrowRight {
	background-image: url(../images/arrowR1h.png);
	-webkit-transform: translateX(8px) rotate(90deg);
	transform: translateX(8px) rotate(90deg);
}

/* 
.productListBox {
	width: 80.9524%;
	margin: 0 auto;
} */

.productList dd {
	margin-bottom: 18px;
}

.productList dd .con {
	padding: 20px;
	background-color: #f7f8f8;
	overflow: hidden;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

.productList dd .con:hover {
	-webkit-box-shadow: 0 3px 5px #dcdcdc;
	box-shadow: 0 3px 5px #dcdcdc;
}

.productList dd .pic {
	width: 250px;
	float: left;
	display: inline;
	background-color: #ced6d9;
	border-radius: 20px;
	margin-right: 20px;
}

.productList dd .pic:before {
	padding-top: 100%;
}

.productList dd .textC {
	overflow: hidden;
}

.productList dd .text1 {
	font-size: 26px;
	color: #2b2b2b;
}

.productList dd .text2 {
	font-size: 55px;
	color: #2b2b2b;
	line-height: 60px;
}

.productList dd .text2 sup {
	font-size: 25px;
}

.productList dd .text3 {
	font-size: 18px;
	color: #2b2b2b;
	line-height: 30px;
	padding: 15px 0;
}

.productList dd .text4 {
	font-size: 21px;
	color: #2b2b2b;
	line-height: 36px;
}

/* 产品信息 end  */
/* 图文列表 start */
/* .imgTextBox {
	width: 80.9524%;
	margin: 0 auto;
} */

.imgText {
	overflow: hidden;
	margin: 0 -10px;
}

.imgText dt {
	width: 100%;
	margin-bottom: 30px;
}

.imgText dt .con {
	padding: 20px;
	margin: 0 10px;
	background-color: #f7f8f8;
	display: flex;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

.imgText dt .pic {
	border-radius: 6px;
	overflow: hidden;
	background-color: #ced6d9;
	margin-left: 40px;
	width: 38.9706%;
}

.imgText dt .pic:before {
	padding-top: 42.5533%;
}

.imgText dt .textCon {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.imgText dt .title {
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	font-size: 24px;
	margin-bottom: 15px;
}

.imgText dt .title a {
	color: #131d25;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

.imgText dt .textC {
	font-size: 18px;
	color: #131d25;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
}

.imgText dt .date {
	color: #888888;
	font-size: 29px;
}

.imgText dd {
	overflow: hidden;
	margin-bottom: 30px;
	float: left;
	display: inline;
	width: 33.3333%;
}

.imgText dd .con {
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	background: #FFF;
	margin: 0 10px;
	padding: 20px;
}

.imgText dd .pic {
	overflow: hidden;
	position: relative;
	border-radius: 6px;
}

.imgText dd .pic:before {
	display: block;
	content: '';
	padding-top: 42.5533%;
}

.imgText dd .text {
	overflow: hidden;
}

.imgText dd .title {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 21px;
}

.imgText dd .title a {
	color: #2b2b2b;
}

.imgText dd .time {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #7d7d7d;
	font-size: 15px;
}

.imgText dd .con:hover {
	background-color: #f7f8f8;
}

.imgText .con:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.imgText .con .mask {
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

/* .imgText .con:hover .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, .2);
} */
.imgText .con:hover a {
	color: var(--themeColor);
}

/* 图文列表 end */