@charset "UTF-8";

/* 顶部 start */
.top {
	position: relative;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 99;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}

/* 头部logo */
.topLinkLogo {
	background-color: #f2f2f2;
}

.topLinkLogo .wrap {
	display: flex;
	justify-content: space-between;
	column-gap: 6.25rem;
}

.topLinkLogo .logo img {
	display: block;
	width: 38.75rem;
	height: 6.25rem;
}

.topLinkLogo .logo {
	padding: 1.5625rem 0;
}

.topLinkLogo .topSearchLink {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 1.25rem 0 0;
}

.menuDl {
	display: flex;
	display: inline;
}

.topLinkDl {
	display: flex;
	align-items: center;
}

.topLinkDl dd {
	border-right: 1px solid #ccc;
}

.topLinkDl dd:last-child {
	border-right: none;
}

.topLinkDl a {
	display: block;
	padding: 0 1rem;
	font-size: .875rem;
	line-height: .875rem;
	color: #333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.topLinkDl a:hover {
	color: var(--themeColor);
}

.topSearchLink .topSearch {
	display: flex;
	align-items: center;
	margin-top: 1.25rem;
	height: 2.8125rem;
	padding: 0 .5rem;
	border-radius: 2.8125rem;
	background: #fff;
	width: 21.875rem;
}

.topSearchLink .topSearch a {
	height: 2.25rem;
	line-height: 2.25rem;
	width: 7.5rem;
	box-sizing: border-box;
	padding: 0 1.375rem 0 3rem;
	border-radius: 2.25rem;
	background: var(--themeColor);
	color: #fff;
	font-size: 1rem;
	background-repeat: no-repeat;
	background-position: calc(100% - 5rem) center;
	background-size: 1rem;
	background-image: url(../images/icon/search.png);
}

.topSearchLink .topSearch .input {
	flex: 1;
	padding: 0 .625rem;
	height: 2.8125rem;
	border-radius: 2.8125rem;
	background: #fff;
	box-sizing: border-box;
	font-size: 1rem;
	color: #333;
	border: none;
}

.topSearchLink .topSearch input {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

.top .topR {
	background-color: var(--themeColor);
}
.top .topR .wrap {
	position: relative !important;
}
.menuDl {
	display: flex;
	justify-content: space-between;
	column-gap: .5rem;
}

.menuDl dd {
	flex: 1;
}

.mainMenu a {
	display: block;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	height: 4.0625rem;
	line-height: 4.0625rem;
	position: relative;
	z-index: 6;
	text-align: center;
	border-bottom: 3px solid transparent;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	text-align: center;
}

.menuDl dd:hover .mainMenu a,
.menuDl dd.hover .mainMenu a {
	border-color: #fff;
}

.menuDl dd .subMenu.style2 {
	width: 645px;
	margin-left: -322px;
}

.menuDl dd .subMenu.style2 .subMenuItem {
	padding: 20px;
}

.menuDl dd .subMenu a {
	display: block;
	padding: 8px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	color: #333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	/* font-family: 'phtL'; */
}

.menuDl dd .subMenu .subMenuItem a:hover,
.menuDl dd .subMenu .subMenuItem a.hover {
	color: var(--themeColor);
}

.menuDl dd:hover .subMenu {
	visibility: visible;
		opacity: 1;
		transform: translateY(0);
		min-height: 23.75rem;
}

.topR .menuIcon div {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	border-radius: 2px;
}

.menuTabTitle {
	margin-left: 50px;
}

.menuTabTitle a {
	display: block;
	font-size: 15px;
	color: #666666;
	padding: 8px;
	line-height: 24px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.menuTabTitle a:hover,
.menuTabTitle a.hover {
	color: #0063b1;
}

.menuTabContent {
	overflow: hidden;
}

.menuTabContent .pic {
	width: 150px;
	margin-right: 20px;
	overflow: hidden;
}

.menuTabContent .pic:before {
	padding-top: 66.6666%;
}

.menuTabContent .text {
	overflow: hidden;
}

.menuTabContent .info {
	font-size: 14px;
	color: #858585;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}

.menuTabContent .enter {
	line-height: 24px;
}

.menuDl1 dd .subMenu .enter a {
	color: #3184d7;
	text-align: left;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.menuDl1 dd .subMenu .enter a:hover {
	opacity: 0.8;
}

.languageBox {
	margin-top: 16px;
	position: relative;
	height: 38px;
	cursor: pointer;
	background: #f4f4f4;
	padding: 0 17px;
	border-radius: 36px;
}

.languageBox span {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #444;
	padding-right: 18px;
	background: url(../images/languageXl.png) no-repeat center right;
	z-index: 3;
	position: relative;
}

.languageBox span i {
	background: url(../images/language.png) no-repeat center left;
	height: 38px;
	width: 20px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.languageBox .language {
	background: #f4f4f4;
	border-radius: 8px;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	padding-top: 46px;
	width: 100%;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}

.languageBox .language a {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	color: #999;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	position: relative;
}

.languageBox .language a::before {
	display: block;
	content: '';
	width: 2px;
	height: 14px;
	background-color: var(--themeColor);
	position: absolute;
	top: 6px;
	left: 0;
	transform: scale(0);
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}

.languageBox .language a:hover {
	color: var(--themeColor);
}

.languageBox .language a:hover::before {
	transform: scale(1);
}

.languageBox:hover .language {
	opacity: 1;
	visibility: visible;
}

.languageBox:hover span,
.languageBox.hover span {
	color: #666;
	background-image: url(../images/languageXl.png)
}

.languageBox:hover span i,
.languageBox.hover span i {
	color: #666;
	background-image: url(../images/language.png)
}

/* 顶部 end */

/* ————— 底部 start ————— */
.footerLinkBg {
	padding: 2rem 0;
}

.footerLinkBg .linkPost {
	font-size: 1.375rem;
	color: #666;
	margin-right: 6.25rem;
	margin-bottom: 2rem;
}

.footerLink {
	column-gap: 5rem;
}

.footerLink .linkCon {
	flex: 1;
}

.linkCon {
	position: relative;
}

.linkCon .linkTop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 2.8125rem;
	line-height: 2.8125rem;
	border-radius: 2.8125rem;
	background: #fff;
	padding: 0 1.25rem;
	margin-bottom: 1.875rem;
	border: 1px solid var(--themeColor);
}

.linkCon .post {
	flex: 1;
	font-size: 1rem;
	color: #333;
}

.linkTop .more {
	width: 1rem;
	height: 1rem;
	background: url(../images/down.png) no-repeat center;
	background-size: .75rem;
	transition: .3s;
	cursor: pointer;
}

.linkTop.active .more {
	transform: rotate(180deg);
	/* 向下箭头变向上 */
}

.linkeMbeuDl {
	position: absolute;
	top: 4rem;
	left: 0;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	transition: all 0.3s ease;
	z-index: 2;
	pointer-events: none;
	/* 防止点击透明状态下仍可操作 */
}

/* 展开状态 */
.linkeMbeuDl.active {
	opacity: 1;
	transform: scaleY(1);
	padding: 1.25rem;
	pointer-events: auto;
}

/* 添加三角形箭头 */
.linkeMbeuDl::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #fff;
}

.linkeMbeuDl::before {
	content: "";
	position: absolute;
	top: -10px;
	/* 让三角形位于容器上方 */
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #fff;
	/* 三角形颜色为白色 */
}

.linkeMbeuDl dd {
	margin-bottom: .5rem;
}

.linkeMbeuDl a {
	display: block;
	font-size: 1rem;
	color: #333;
	line-height: 2rem;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	text-align: center;
}

.linkeMbeuDl a:hover {
	color: var(--themeColor);
}

.footerMain {
	padding: 3.4375rem 0 2rem;
    position: relative;
}
.footerMain  .sydw{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -5px;
}
.footerMain .sydw li img {
    width: 5rem;
    height: 5rem;
    object-fit: contain;
    object-position: center;
}
.footerMain .footerLeft {
	width: 34%;
}

.footerMain .footerLeft .phone {
	margin-bottom: 1.25rem;
	display: flex;
	align-items: center;
}

.footerMain .footerLeft .phone .icon {
	width: 3rem;
	height: 3rem;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	margin-right: 1.25rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem;
}

.footerMain .footerLeft .phone .text {
	color: #fff;
	flex: 1;
	display: flex;
}

.footerMain .footerLeft .phone .text span {
	font-size: 1rem;
	line-height: 1.5rem;
}

.footerMain .footerLeft .phone .text em {
	margin-left: .2rem;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 700;
}

.footerCon {
	width: 23.125rem;
	margin: 0 8rem 0 3rem;
}

.footerCon .footerLogo {
	height: 3.75rem;
}

.footerCon .title {
	font-family: 'SourceHanSerifCN-Regular';
	color: #fff;
}

.footerCon .titleCn {
	font-size: 1.875rem;
	line-height: 2.5rem;
}

.footerCon .titleNg {
	font-size: 1.125rem;
	line-height: 2.5rem;
}

.footerEwm {
	flex: 1;
	display: flex;
	margin-right: -1.25rem;
}

.footerEwm dd {
	width: 33.3333%;
}

.footerEwm .con {
	margin-right: 1.25rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footerEwm .img {
	width: 6.875rem;
	height: 6.875rem;
	overflow: hidden;
}

.footerEwm .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}

.footerEwm .tip {
	text-align: center;
	margin-top: .5rem;
	font-size: .875rem;
	color: #fff;
	line-height: 1.25rem;
}

/* 底部版权start   */
.friendCopyRight {
	height: 3.75rem;
	line-height: 3.75rem;
	overflow: hidden;
	font-size: .875rem;
	color: #fff;
	border-top: 1px solid rgb(255 255 255 / .2);
}

.friendCopyRight .conL {
	float: left;
	display: inline;
}

.friendCopyRight .conL span {
	margin-right: 1.25rem;
}

.friendCopyRight .conL a {
	color: #fff;
	margin-right: 1.25rem;
}

.friendCopyRight .conL a.gabeian {
	padding-left: 1.875rem;
	background: url(../images/beian.png) left center no-repeat;
}

.friendCopyRight .conL a:hover {
	font-weight: 700;
}

.friendCopyRight .conR {
	float: right;
	display: inline;
}

.friendCopyRight .conR a {
	color: #fff;
}

.friendCopyRight .conR a:hover {
	font-weight: 700;
}

/* 底部版权end   */
/* ————— 底部 end   ————— */

/* ————— subBanner start ————— */
.subBanner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.subBanner:before {
	display: block;
	content: '';
	padding-top: 25%;
}

.subBanner img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
}

.subBanner.on img {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.unitLocation {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4.375rem;
	line-height: 4.375rem;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../test/images/unitbg.png);
}

.unitLocation dl {
	display: flex;
	align-items: center;
	column-gap: 1.25rem;
}

.unitLocation dl a {
	color: #fff;
	font-weight: 700;
	line-height: 4.375rem;
}

.unitLocation dl dt a {
	font-size: 1.875rem;
}

.unitLocation dl dd a {
	display: inline-block;
	padding-left: 1.625rem;
	font-size: 1.125rem;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: .5rem;
	background-image: url(../images/icon/unit.png);
	line-height: 3.125rem;
}

/* ————— subBanner end ————— */

/* ————— 当前位置 start ————— */
.locationBox {
	clear: both;
	width: 100%;
	height: 60px;
	background: #fff;
	box-shadow: 0 3px 5px #dcdcdc;
}

.location {
	height: 60px;
	overflow: hidden;
	padding-left: 33px;
	position: relative;
}

.location a.home {
	position: absolute;
	left: 0;
	top: 0;
	width: 33px;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/home.png);
	padding-left: 0;
	margin-right: 0;
	background-size: 20px;
}

.location a {
	display: inline;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 14px;
	margin-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/icon8.png);
	color: #a3a3a3;
	font-size: 14px;
}

.location a:hover {
	color: var(--themeColor)
}

.location a.hover {
	color: var(--themeColor)
}

.subNavBox {
	margin-right: -15px;
	position: relative;
}

.subNav::after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}

.subNav a {
	display: inline;
	float: left;
	line-height: 60px;
	height: 60px;
	color: #666666;
	font-size: 14px;
	padding: 0 14px;
}

.subNav a.hover {
	color: var(--themeColor)
}

.subNav a:hover {
	color: var(--themeColor)
}

/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu {
	text-align: center;
	font-size: 0;
}

.sjMenu a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	color: #333;
	border: 1px solid #fff;
	border-radius: 32px;
	font-size: 14px;
	margin: 0 5px;
	background: #FFF;
}

.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: 14px;}
.page a{display: inline-block;overflow: hidden;width:40px;height: 40px;line-height: 40px; background-color: #dedede; color:#999999;border-radius:3px; margin: 0 3px;vertical-align: middle;}
.page span{display: inline-block; padding: 10px 15px; position: relative; top: -15px;}
.page a:hover{background: var(--themeColor);color: #fff;}
.page a.hover{background: 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: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}
.page a div{width: 40px;height: 40px;background-position: center center;background-repeat: no-repeat;}
.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;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}
.page a.firstPage.disabled div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/common/page/lastPage.png)}
/* ————— 页码 end ————— */

/* ————— 页码 end ————— */


/*********** 基础公共列表页 start ***********/
/* 全图列表 start */
.leadAdd {
    font-size: 1.5rem ;
    line-height: 1;
    color: var(--themeColor);
    font-weight: bold;
    margin-bottom: 1.75rem ;
    text-align: center;
}
.leadAddInfo {
    font-size: 1.125rem ;
    line-height: 42px;
    color: #333;
}
.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;
	font-size: 16px;
	color: #333333;
	text-align: center;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgList dd .con:hover {
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.imgList dd .con:hover .text {
	color: var(--themeColor);
}

/* 全图列表 end */
/* 图文列表 start */
.imgText dd {
	overflow: hidden;
	padding: 20px;
	margin-bottom: 30px;
	background: #FFF;
	border-radius: 5px;
	transition: all .4s;
	-webit-transition: all .4s;
}

.imgText dd .pic {
	width: 240px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
	border-radius: 5px;
}

.imgText dd .pic:before {
	display: block;
	content: '';
	padding-top: 70%;
}

.imgText dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.imgText dd .text {
	overflow: hidden;
}

.imgText dd .text .title {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 8px;
}

.imgText dd .text .title a {
	color: #666;
	font-size: 16px;
}

.imgText dd .text .textC {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	margin-bottom: 8px;
}

.imgText dd .text .time {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	color: #999999;
}

.imgText dd .text .time span {
	float: left;
	display: inline;
}

.imgText dd .text .time em {
	float: left;
	display: inline;
	font-style: normal;
	margin: 0 15px;
}

.imgText dd:hover .text .title a {
	color: var(--themeColor);
}

.imgText dd:hover {
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* 图文列表 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);
	transform: translateY(-2px);
	-webkiet-transform: translateY(-2px);
}

.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: 14px;
	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: 16px;
	color: #666666;
	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 */
.downLoadPage {
	padding: 20px;
}

.downLoad {
	overflow: hidden;
}

.downLoad span {
	float: left;
	display: inline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}

.downLoad span.span1 {
	padding: 0 20px;
	width: 68%;
	text-align: left;
}

.downLoad span.span2 {
	width: 16%;
}

.downLoad span.span3 {
	width: 16%;
}

.downLoad dt {
	overflow: hidden;
	background: var(--themeColor);
}

.downLoad dt span {
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	font-size: 16px;
}

.downLoad dd {
	overflow: hidden;
}

.downLoad dd span {
	height: 60px;
	line-height: 60px;
	color: #333333;
	font-size: 14px;
}

.downLoad dd a {
	color: #333333;
}

.downLoad dd a.btn {
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	line-height: 35px;
	padding: 0 15px 0 40px;
	background-position: 16px center;
	background-repeat: no-repeat;
	color: var(--themeColor);
	font-size: 14px;
	background-image: url(../images/downLoadIcn1.png);
	border-radius: 4px;
	background-color: transparent;
	border: none;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	background-size: auto 20px;
}

.downLoad dd.even {
	background: #f8f8f8;
}

.downLoad dd:hover span {
	color: var(--themeColor);
}

.downLoad dd:hover a {
	color: var(--themeColor);
}

.downLoad dd:hover a.btn {
	background-color: var(--themeColor);
	color: #FFF;
	background-image: url(../images/downLoadIcn1H.png);
}

/* 下载 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);
	transform: translateY(-2px);
	-webkiet-transform: translateY(-2px);
}

/* 视频列表 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 ————— */
.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);
	transform: translateY(-2px);
	-webkiet-transform: translateY(-2px);
}

/* ————— 音频列表 end ————— */
/* 资质荣誉 start */
.hornorList {
	overflow: hidden;
	margin: 0 -15px;
}

.hornorList dd {
	width: 33.33333%;
	float: left;
	display: inline;
	padding: 15px 0;
}

.hornorList dd a {
	display: block;
	margin: 0 15px;
	border-radius: 10px;
	overflow: hidden;
	background: #FFFFFF;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.hornorList dd a .picBox {
	padding: 10px;
}

.hornorList dd a .picBox .pic::before {
	padding-top: 56.563462%;
}

.hornorList dd a .picBox .pic img {
	object-fit: contain;
}

.hornorList dd a .text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	border-top: 1px solid #e7e7e7;
}

.hornorList dd a .text .title {
	font-size: 16px;
	color: #333333;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hornorList dd a:hover .text .title {
	color: var(--themeColor);
}

.hornorList dd a:hover {
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

/* 资质荣誉 end */
/* 期刊杂志 start */
.magezineList {
	overflow: hidden;
	margin: 0 -15px 0 0;
}

.magezineList dd {
	width: 25%;
	float: left;
	display: inline;
	padding: 15px 0px;
}

.magezineList dd .con {
	display: block;
	background: #FFFFFF;
	margin: 0 15px;
	border-radius: 5px;
	overflow: hidden;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.magezineList dd .con .pic::before {
	padding-top: 133.333333%;
}

.magezineList dd .con .pic .scan {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5) url(../images/eyeImg.png) no-repeat center center;
	visibility: hidden;
	opacity: 0;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.magezineList dd .con .text {
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.magezineList dd a:hover {
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.magezineList dd .con:hover .text {
	color: var(--themeColor);
}

.magezineList dd .con:hover .pic .scan {
	visibility: visible;
	opacity: 1;
}

/* 期刊杂志 end */
/* 数字报纸 start */
.newsPaperTime {
	text-align: left;
	font-size: 0;
	margin: 0 -5px 15px;
}

.newsPaperTime a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	color: #333;
	border: 1px solid #fff;
	border-radius: 32px;
	font-size: 12px;
	margin: 0 5px;
	background: #FFF;
}

.newsPaperTime a:hover {
	background: var(--themeColor);
	color: #FFF;
	border-color: var(--themeColor);
}

.newsPaperTime a.hover {
	background: var(--themeColor);
	color: #FFF;
	border-color: var(--themeColor);
}

.newsPaper {
	overflow: hidden;
	margin: 0 -15px;
}

.newsPaper dd {
	width: 25%;
	float: left;
	display: inline;
	padding: 15px 0;
}

.newsPaper dd .con {
	display: block;
	background: #FFFFFF;
	margin: 0 15px;
	border-radius: 5px;
	overflow: hidden;
	transition: .4s;
	-webkit-transition: .4s;
}

.newsPaper dd .con .pic::before {
	padding-top: 133.333333%;
}

.newsPaper dd .con .pic .scan {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5) url(../images/eyeImg.png) no-repeat center center;
	visibility: hidden;
	opacity: 0;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.newsPaper dd .con .text {
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.newsPaper dd .con:hover .text {
	color: var(--themeColor);
}

.newsPaper dd .con:hover .pic .scan {
	visibility: visible;
	opacity: 1;
}

.newsPaper dd .con:hover {
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

/* 数字报纸 end */
/* 横向瀑布流 start */
.waterFall2 {
	opacity: 0;
}

.waterFall2>div>a {
	display: block;
	border-radius: 5px;
	overflow: hidden;
}

.waterFall2 .caption {
	font-size: 16px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgb(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: all .4s linear;
	-webkit-transition: all .4s linear
}

/* 横向瀑布流 end */
/* 纵向瀑布流 start */
.waterFall {
	position: relative;
	width: 100%;
	z-index: 1 !important;
	opacity: 0;
}

.waterFall dd {
	width: 33.3333%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 0;
}

.waterFall dd a {
	display: block;
	margin: 0 15px;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.waterFall dd a .grPic {
	height: auto;
	;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	border-radius: 5px;
}

.waterFall dd a .grPic img {
	width: 100%;
	height: 100%;
}

.waterFall dd .con {
	position: relative;
}

.waterFall dd a .text {
	font-size: 16px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgb(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: all .4s linear;
	-webkit-transition: all .4s linear
}

.waterFall dd a:hover .text {
	opacity: 1;
}

/* 纵向瀑布流 end */
/* 表单模板 start */
.input {
	border: 1px solid #ddd;
	padding: 0 10px
}

.input input {
	border: none;
	background: none;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
}

.textarea {
	border: 1px solid #ddd;
	padding: 5px 10px
}

.textarea textarea {
	border: none;
	background: none;
	width: 100%;
	height: 120px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
}

a.formBtn {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	background: #FFF;
	border-radius: 3px;
	font-size: 14px;
	color: #333;
	padding: 0 30px;
	margin: 0 5px;
}

a.formBtn:hover {
	opacity: .9;
}

.commonFormBox {
	background: #FFF;
	padding: 40px;
}

.commonForm {
	margin-right: -40px;
	font-size: 14px;
}

.commonForm:after {
	clear: both;
	content: '';
	visibility: hidden;
	display: block;
}

.commonForm .item {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 15px;
}

.commonForm .item.w100p {
	width: 100%;
}

.commonForm .item .con {
	margin-right: 40px;
}

.commonForm .item .label {
	height: 38px;
	line-height: 38px;
}

.commonForm .item .label span {
	color: #da0100;
}

.commonForm .item .itemC {
	clear: both;
	min-height: 40px;
}

.recruitListTc {
	padding: 20px;
	overflow: hidden;
}

.commonForm .el-cascader {
	width: 100%;
}

.upLoadResume {
	font-size: 0;
}

.upLoadResume span {
	display: inline-block;
	font-size: 14px;
	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;
}

.input input {
	border: none;
	background: none;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
}

.input {
	border: 1px solid #ddd;
	padding: 0 10px;
}

.formYzm .input {
	width: 50%;
	float: left;
	display: inline;
}

.formYzm .yzmImg {
	width: 118px;
	height: 38px;
	border: 1px solid #ddd;
	background: #ddd;
	float: left;
	display: inline;
	margin-left: 20px;
}

.formYzm .yzmImg img {
	display: block;
	width: 100%;
	height: 100%;
}

.formSubBtn {
	font-size: 0;
	text-align: left;
	margin: 0 -5px;
}

.formSubBtn a {
	padding: 0 40px;
	border-radius: 5px;
}

.formSubBtn a.submit {
	background: var(--themeColor);
	color: #FFF;
	border-color: var(--themeColor);
}

.formSubBtn a.reset {
	background: #ddd;
	color: #8b8b8b;
}

/* 表单模板 start  */


/* 招聘 start  */
.recruitListPage {
	background: #FFF;
	padding: 20px
}

.recruitListBox {
	padding: 20px;
}

.recruitTitle {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
}

.recruitTitle::before {
	width: 4px;
	height: 26px;
	background: var(--themeColor);
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
}

.recruitTitle .conL {
	float: left;
	display: inline;
	font-size: 24px;
	color: #000000;
}

.recruitTitle .conR {
	float: right;
	display: inline;
}

.recruitTitle .conR a {
	color: var(--themeColor);
	font-size: 14px;
}

.recruitTitle .conR a:hover {
	color: var(--themeColor);
}

/* 列表start */
.recruitListTop {
	padding: 40px 0;
}

.recruitListTopR {
	float: right;
	display: inline;
}

.recruitListTopText {
	height: 62px;
	line-height: 62px;
	overflow: hidden;
	font-size: 16px;
	color: #999999;
	overflow: hidden;
}

.recruitListTopL {
	overflow: hidden;
}

.lc_search1Box {
	overflow: hidden;
	background: #FFFFFF;
	padding: 6px;
	border-radius: 30px;
	width: 418px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.lc_search1Box .searchBtn {
	float: right;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	background: var(--themeColor);
	cursor: pointer;
	position: relative;
	color: #fff;
}

.lc_search1Box .searchBtn:before {
	display: none;
}

.searchIcon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/searchW_h.png) center center no-repeat;
}

.lc_search1Box .searchDiv {
	overflow: hidden;
}

.lc_search1Box .searchDiv .input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 22px;
	font-size: 16px;
	color: #333;
	border: none;
	background: none;
}

.recruitListTop .lc_search1Box {
	float: left;
	display: inline;
	margin-right: 42px;
}

.recruitListDl dd {
	padding: 10px 0;
}

.recruitListDl dd .con {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 0 40px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.recruitListDl dd .con:hover {
	box-shadow: 1px 3px 15px 0px rgb(30, 33, 136, 0.12);
	-webkit-box-shadow: 1px 3px 15px 0px rgb(30, 33, 136, .12);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.recruitListDl dd .ddTop {
	overflow: hidden;
	padding: 20px 0;
}

.recruitListDl dd .jt_more2Box .a2.active .rightIcon:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 0;
	bottom: 4px;
}

.recruitListDl dd .ddTopRight {
	float: right;
	margin-left: 40px;
	padding: 26px 0 0;
}

.recruitListDl dd .ddTopLeft {
	overflow: hidden;
}

.recruitListDl dd .ddTopText1 {
	font-size: 20px;
	color: #595959;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 5px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.recruitListDl dd .ddTopText2 {
	overflow: hidden;
	font-size: 0;
}

.recruitListDl dd .ddTopText2 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #999999;
	margin-right: 40px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.recruitListDl dd .ddBottom {
	padding: 40px 0 28px;
	position: relative;
	display: none;
}

.recruitListDl dd .ddBottom:before {
	content: '';
	background-color: rgb(230, 230, 230);
	height: 1px;
	width: 100%;
	position: absolute;
	top: 8px;
	left: 0;
}

.recruitListDl dd .ddBottomTextC {
	margin-bottom: 28px;
}

.recruitListDl dd .ddBottomTextC .ddBottomText1 {
	font-size: 14px;
	color: #333;
	line-height: 40px;
	font-weight: bold;
}

.recruitListDl dd .ddBottomTextC .ddBottomText2 {
	font-size: 14px;
	color: #999;
	line-height: 40px;
	padding-left: 5px;
}

.recruitListDl dd .con:hover .ddTopText1 {
	color: var(--themeColor);
}

.jt_more2Box {
	font-size: 0;
	overflow: hidden;
}

.jt_more2Box a {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid rgb(230, 230, 230);
	width: 65px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-radius: 22px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	font-size: 16px;
	color: #666666;
	text-align: center;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
}

.jt_more2Box a:before {
	display: block;
	content: '';
	position: absolute;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	background: var(--themeColor);
	z-index: -1;
	transform: scaleX(0.4);
	-webkit-transform: scaleX(0.4);
	transition: transform 0.4s ease-in-out;
	-webkit-transition: transform 0.4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	border: none;
}

.jt_more2Box a.hover,
.jt_more2Box a:hover {
	color: #FFFFFF;
	border-color: var(--themeColor);
}

.jt_more2Box a.hover:before,
.jt_more2Box a:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	opacity: 1;
	visibility: visible
}

.jt_more2Box .a1 {
	padding: 0 15px;
	margin-right: 20px;
}

.jt_more2Box .a2.hover,
.jt_more2Box .a2:hover {
	border: 2px solid transparent;
}

.rightIcon:before {
	display: block;
	content: '';
	position: absolute;
	right: 4px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: transform 0.3s linear;
	-webkit-transition: transform 0.3s linear;
}

.recruitBtn {
	overflow: hidden;
}

.recruitBtn a {
	overflow: hidden;
	display: block;
	height: 50px;
	line-height: 50px;
	float: left;
	display: inline;
	padding: 0 40px;
	background: var(--themeColor);
	color: #FFF;
	border-radius: 3px;
	transition: all .3s;
	-webkit-transition: all .3s;
	font-size: 14px;
}

.recruitBtn a:hover {
	opacity: 0.9
}

/* 列表end */

/* 表单start */
.recruitListForm {
	margin-right: -40px;
	font-size: 14px;
}

.recruitListForm:after {
	clear: both;
	content: '';
	visibility: hidden;
	display: block;
}

.recruitListForm .item {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 15px;
}

.recruitListForm .item.w100p {
	width: 100%;
}

.recruitListForm .item .con {
	margin-right: 40px;
}

.recruitListForm .item .label {
	height: 38px;
	line-height: 38px;
}

.recruitListForm .item .label span {
	color: #da0100;
}

.recruitListForm .item .itemC {
	clear: both;
	min-height: 40px;
}

.recruitListTc {
	padding: 20px;
	overflow: hidden;
}

.recruitListForm .el-cascader {
	width: 100%;
}

.upLoadResume {
	font-size: 0;
}

.upLoadResume span {
	display: inline-block;
	font-size: 14px;
	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;
}

/* 表单end */
/*********** 基础公共列表页 start ***********/



/*********** 文章详细页 start ***********/
.newsDoct {
	column-gap: 3.75rem;
}

.newsDoct span {
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 1rem;
	color: #999;
	padding-left: 2.25rem;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1.25rem;
}

.articleC {
	background: #FFFFFF;
	padding: 0 50px 50px;
}

.articleBox {
	line-height: 1.875rem;
	padding: 10px 0 0;
	color: #666666;
	font-size: 1rem;
	margin-bottom: 10px;
}

.articleBox img {
	max-width: 100%;
}

/* 标题 start */
.articleTitle {
	clear: both;
	line-height: 3.125rem;
	font-size: 1.75rem;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: center;
	position: relative;
	font-weight: bold;
}

/* 标题 end */
/* 发布信息 start  */
.articleTime {
	padding: 1.5625rem 0 2.5rem;
	position: relative;
}

.articleTime::before {
	display: block;
	content: "";
	width: 100%;
	height: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/xwlinebg.png);
	position: absolute;
	left: 0;
	bottom: 0;
}

.shareBox .sharejs_list .sharejs_item {
	position: relative;
	z-index: 100
}

/*  发布信息 end  */
/* 分享 start */
.articleShare {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	position: fixed;
	top: 30%;
	width: 5rem;
	padding: 1.875rem 0;
	background-color: #fff;
	text-align: center;
	opacity: 0;
	transform: scale(0);
	transition: .5s;
	right: -16%;
    z-index: 100;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.articleShare.active {
	opacity: 1;
	transform: scale(1);
	right: 8.5rem !important;
}

.articleShare .shareParent .shareItem {
	vertical-align: middle;
}

.articleShare em {
	font-size: .9375rem;
	line-height: 1rem;
	color: #b2b2b2;
	font-style: normal;
}

.sharejs_list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 1.25rem;
	width: 5rem;
}

.sharejs_icon {
	width: 2rem !important;
	height: 2rem !important;
}

.newsPage {
	height: 5.625rem;
	line-height: 5.625rem;
	background-color: #fff;
	margin-top: 1.875rem;
	column-gap: 3.125rem;
}

.newsPage a {
	position: relative;
	padding: 0 3.75rem;
}

.newsPage a:first-child::before {
	display: block;
	content: "";
	width: 1px;
	height: 2.5rem;
	background-color: #e6e6e6;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.newsPage span {
	width: 5rem;
	color: #595959;
	font-size: 1.125rem;
	font-weight: bold;
}

.newsPage em {
	color: #595959;
	font-size: 1.125rem;
	transition: .3s;
	font-style: normal;
}

.newsPage a:hover em {
	color: var(--themeColor);
}

/*  分享 end  */
/*  大图 start */
/* 文章阅读页-内容上部大图 */
#play {
	width: 100%;
	height: 650px;
	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: 100%;
	height: 650px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 650px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
	position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
}
#play .img_ul li .tip {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 30px 20px;
    box-sizing: border-box;
}
#play .img_ul li .tip span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.imgMove {
	width: 100%;
	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;
	width: 100% !important;
	justify-content: center;
	display: flex;
}

.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-family: Arial;
	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-family: Arial;
	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: 34px;
	color: #999999;
	font-size: 16px;
}

.pageUp a {
	font-size: 16px;
	color: #999999;
	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-family: monospace;
	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 */
.newSSwiperBg {
	margin: 30px;
}
.newsSwiperMax {
	overflow: hidden;
	position: relative;
}
.newsSwiperMax .tip {
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    box-sizing: border-box;
}
.newsSwiperMax .tip span {
	display: block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.newsSwiperMax .pic{
	cursor: pointer;
	background-color: #f5f5f5;
}
.newsSwiperMax .pic::before {
	padding-top: 50%;
}
.newsSwiperMax .pic img{
	object-fit: contain;
	overflow: hidden;
}
.newsSwiperMax .swiper-pagination {
	width: auto !important;
	bottom: 10px;
	left: auto;
	right: 20px;
}
.swiper-button-next,
.swiper-button-prev{
	color: var(--themeColor) !important;
}
.newsSwiperMax .swiper-pagination {
	opacity: 1;
	font-size: 20px;
	color: #fff;
}
.newsSwiperMin {
	overflow: hidden;
	margin-top: 20px;
}
.newsSwiperMin .pic::after {
	content: "";
	display: block;
	width: 100%;
	height:100%;
	background-color: rgba(0, 0, 0, .3);
	backdrop-filter: blur(3px); 
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	transition: .3s;
}
.newsSwiperMin .pic{
	cursor: pointer;
}
.newsSwiperMin .pic::before{
	padding-top: 50%;
}
.newsSwiperMin .swiper-slide-thumb-active .pic::after{
	background-color: rgba(0, 0, 0, 0);
	backdrop-filter: blur(0); 
}
/* 新的文章 大图 end */
/*********** 文章详细页 start ***********/

/* 三级菜单start */
.payoffsMenuBox {
	background-color: #fff;
	padding: 0 1.875rem;
}

.payoffsMenuTab {
	display: flex;
	column-gap: 4.375rem;
	height: 3.75rem;
	line-height: 3.75rem;
	border-bottom: 1px solid #dbdbdb;
}

.payoffsMenuTab a {
	position: relative;
	display: inline-block;
	font-size: 1.125rem;
	color: #999;
	font-weight: bold;
	border-bottom: 2px solid transparent;
	transform: .3s;
}

.payoffsMenuTab dd.hover a,
.payoffsMenuTab dd:hover a {
	color: #333;
	border-color: var(--themeColor);
}

.payoffsTabDl {
	display: flex;
	height: 4.0625rem;
	line-height: 4.0625rem;
	column-gap: 3.75rem;
}

.payoffsTabDl a {
	font-size: 1.125rem;
	color: #666;
	transition: .3s;
}

.payoffsTabDl dd.hover a,
.payoffsTabDl dd:hover a {
	color: var(--themeColor);
}

/* 三级菜单end */
/* 图文列表-科技创新-研究平台 start */
.imgText1Dl {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.imgText1Dl.imgText1DlDl{
	display: block;
}
.imgText1Dl.imgText1DlDl dd {
	margin-bottom: 30px;
	width: 100%;
}
.imgText1Dl dd {
	width: calc(50% - 30px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 30px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 134px;
	background-image: url(../images/bg1.png);
	-webkit-transition: .3s linear;
	transition: .3s linear;
	border: 1px solid transparent;
}

.imgText1Dl .con {
	display: flex;
	column-gap: 30px;
	align-items: center;
}

.imgText1Dl .pic {
	width: 315px;
}

.imgText1Dl .pic:before {
	padding-top: 55.2137%;
}

.imgText1Dl .text {
	flex: 1;
}

.imgText1Dl .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin-bottom: 12px;
}

.imgText1Dl .title a {
	color: #333333;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.imgText1Dl .textC {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin-bottom: 30px;
}

.imgText1Dl .more a {
	font-size: 15px;
	color: #999999;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	line-height: 24px;
	position: relative;
	padding-right: 52px;
}

.imgText1Dl .more a:after,
.imgText1Dl .more a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.imgText1Dl .more a:after {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #999999;
	background-color: #fff;
	z-index: 2;
}

.imgText1Dl .more a:before {
	width: 40px;
	height: 1px;
	background-color: #999999;
}

.imgText1Dl dd:hover .more a:after,
.imgText1Dl dd:hover {
	border-color: var(--themeColor);
}

.imgText1Dl dd:hover .more a,
.imgText1Dl dd:hover .title a {
	color: var(--themeColor);
}

.imgText1Dl dd:hover .more a:after,
.imgText1Dl dd:hover .more a:before {
	background-color: var(--themeColor);
}

/* 图文列表-科技创新-研究平台 end */
/* 全图列表-科技服务-技术推广 start */
.imgList3Dl {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.imgList3Dl dd {
	width: calc(25% - 15px);
}

.imgList3Dl .pic:before {
	padding-top: 56.8116%;
}

.imgList3Dl .title {
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	overflow: hidden;
}

.imgList3Dl .title a {
	color: #444444;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.imgList3Dl dd:hover .title a {
	color: var(--themeColor);
}

/* 全图列表-科技服务-技术推广 end */
/* 全图列表-科技创新-品种推荐 start */
.imgList4Dl {
	display: flex;
	flex-wrap: wrap;
	column-gap: 60px;
	row-gap: 5px;
}

.imgList4Dl dd {
	width: calc(25% - 45px);
}

.imgList4Dl .picBox {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
}

.imgList4Dl .pic:before {
	padding-top: 138.5455%;
}

.imgList4Dl .title {
	font-size: 18px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	overflow: hidden;
}

.imgList4Dl .title a {
	color: #333333;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.imgList4Dl dd:hover .title a {
	color: var(--themeColor);
}

/* 全图列表-科技创新-品种推荐 end */
/* 三级导航 start */
.sjNavDl {
	border-bottom: 1px solid #dedede;
	display: flex;
}

.sjNavDl a {
	display: block;
	color: #999999;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	position: relative;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	margin-right: 76px;
}

.sjNavDl a:before {
	content: '';
	display: block;
	width: 39px;
	height: 3px;
	border-radius: 1.5px;
	background-color: var(--themeColor);
	-webkit-transition: .3s linear;
	transition: .3s linear;
	-webkit-transform: scale(0);
	transform: scale(0);
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	margin: auto;
}

.sjNavDl dd:hover a,
.sjNavDl dd.hover a {
	color: #333333;
}

.sjNavDl dd:hover a:before,
.sjNavDl dd.hover a:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.sjNav2MenuBox {
	background-color: #f7f7f7;
	padding: 0 30px;
}

.sjNav2MenuTab {
	display: flex;
	column-gap: 38px;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #eaeaea;
	padding: 20px 0;
}

.sjNav2MenuTab a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	border-bottom: 2px solid transparent;
	transform: .3s;
}

.sjNav2MenuTab dd.hover a,
.sjNav2MenuTab dd:hover a {
	color: var(--themeColor);
	border-color: var(--themeColor);
}

.sjNav2TabDl {
	display: flex;
	height: 70px;
	line-height: 70px;
	column-gap: 35px;
}

.sjNav2TabDl a {
	color: #999999;
	transition: .3s;
	font-size: 16px;
	font-weight: 700;
}

.sjNav2TabDl dd.hover a,
.sjNav2TabDl dd:hover a {
	color: var(--themeColor);
}

.sjNav2MenuBox.style2 {
	background-color: #fff;
	padding: 0;
}

.sjNav2MenuBox.style2 .sjNav2MenuTab {
	padding: 0;
	height: 65px;
	line-height: 65px;
	column-gap: 75px;
}

.sjNav2MenuBox.style2 .sjNav2TabDl {
	column-gap: 60px;
}

.sjNav2MenuBox.style2 .sjNav2TabDl a {
	font-size: 18px;
	font-weight: 400;
}

/* 三级导航 end */
/* 全文列表-科技服务-病虫害监测 start */
.textList2Dl {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 30px;
}

.textList2Dl dt {
	width: 100%;
}

.textList2Dl dd {
	width: calc(50% - 20px);
}

.textList2Dl .con {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	background-image: url(../images/bg2.png);
	display: flex;
	align-items: center;
	position: relative;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	padding: 20px 30px;
}

.textList2Dl .text {
	flex: 1;
	position: relative;
	z-index: 5;
}

.textList2Dl .more a {
	font-size: 15px;
	color: #999999;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	line-height: 24px;
	position: relative;
	padding-right: 52px;
	display: flex;
	justify-content: end;
}

.textList2Dl .more a:after,
.textList2Dl .more a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.textList2Dl .more a:after {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #999999;
	background-color: #fff;
	z-index: 2;
}

.textList2Dl .more a:before {
	width: 40px;
	height: 1px;
	background-color: #999999;
}

.textList2Dl .pic {
	width: 540px;
	position: relative;
	z-index: 5;
}

.textList2Dl .pic:before {
	padding-top: 56.6667%;
}

.textList2Dl .title {
	font-size: 22px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.textList2Dl .title a {
	color: #333333;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	position: relative;
}

.textList2Dl .textC {
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	height: 160px;
	overflow: hidden;
	margin-bottom: 30px;
}

.textList2Dl .date {
	color: #999999;
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.textList2Dl dt .con {
	padding: 30px;
	column-gap: 30px;
}

.textList2Dl dd .title {
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	font-weight: 400;
}

.textList2Dl dd .title a {
	padding-left: 20px;
}

.textList2Dl dd .title a:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #333333;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.textList2Dl dd .con:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #d9d9d9;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.textList2Dl dd .con:hover:before {
	height: 100%;
	background-color: var(--themeColor);
}

.textList2Dl dd .con:hover .date,
.textList2Dl dd .con:hover .title a {
	color: #fff;
}

.textList2Dl dt .con:hover a:after {
	border-color: var(--themeColor);
}

.textList2Dl dt .con:hover .more a,
.textList2Dl dt .con:hover .title a {
	color: var(--themeColor);
}

.textList2Dl dt .con:hover .more a:after,
.textList2Dl dt .con:hover .more a:before {
	background-color: var(--themeColor);
}

/* 全文列表-科技服务-病虫害监测 end */
/* 全图列表-成果转化-专利推介 start */
.imgList5Dl {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 5px;
}

.imgList5Dl dd {
	width: calc(33.3333% - 20px);
}

.imgList5Dl .pic:before {
	padding-top: 55.8696%;
}

.imgList5Dl .title {
	font-size: 18px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	overflow: hidden;
}

.imgList5Dl .title a {
	color: #333333;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.imgList5Dl dd:hover .title a {
	color: var(--themeColor);
}

/* 全图列表-成果转化-专利推介 end */
/* 下载列表-下载中心 start */
.downLoadList dd {
	margin-bottom: 20px;
}

.downLoadList .con {
	border-radius: 5px;
	background-color: #fff;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	display: flex;
	justify-content: space-between;
	column-gap: 60px;
	padding: 15px 40px;
}

.downLoadList .date {
	font-size: 15px;
	color: #999999;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 11px;
	background-image: url(../images/date.png);
}

.downLoadList .title {
	font-size: 18px;
	color: #333333;
	flex: 1;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

.downLoadList .downLoad a {
	display: block;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	background-color: var(--themeColor);
	border-radius: 5px;
	padding: 0 15px 0 40px;
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-size: auto 16px;
	background-image: url(../images/downLoad.png);
}

.downLoadList .con:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 下载列表-下载中心 end */
/* 图文列表-人才队伍-专家风采 start */
.expertList {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.expertList dd {
	width: calc(50% - 15px);
}

.expertList .con {
	background-color: #fff;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	display: flex;
	align-items: center;
	column-gap: 30px;
	padding: 30px;
}

.expertList .pic {
	width: 180px;
}

.expertList .pic:before {
	padding-top: 133.3333%;
}

.expertList .text {
	flex: 1;
}

.expertList .textTop {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
	display: flex;
	padding-bottom: 10px;
}

.expertList .name {
	margin-right: 22px;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
}

.expertList .name a {
	font-size: 22px;
	color: #333333;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.expertList .post {
	font-size: 16px;
	color: #333333;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
}

.expertList .textC {
	font-size: 16px;
	color: #666666;
	padding-left: 18px;
	position: relative;
	line-height: 35px;
	height: 105px;
	overflow: hidden;
}
.expertList .tip {
	font-size: 16px;
	color: #666666;
	padding-left: 18px;
	position: relative;
	line-height: 35px;
	height: 105px;
	overflow: hidden;
	margin-bottom: 20px;
}
.expertList .textC:before,.expertList .tip::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent var(--themeColor);
	position: absolute;
	left: 0;
	top: 12px;
}

.expertList .con:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.expertList .con:hover .name a {
	color: var(--themeColor);
}

/* 图文列表-人才队伍-专家风采 end */
/* 招聘列表-通知公告-人才招聘 start */
.recruitList dd {
	margin-bottom: 30px;
}

.recruitList .textTop {
	background-color: var(--themeColor);
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	padding: 0 30px;
}

.recruitList .title a {
	display: block;
	padding-left: 30px;
	position: relative;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.recruitList .title a:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.recruitList .more a {
	font-size: 15px;
	color: #ffffff;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	position: relative;
	padding-right: 52px;
}

.recruitList .more a:after,
.recruitList .more a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.recruitList .more a:after {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	background-color: var(--themeColor);
	z-index: 2;
}

.recruitList .more a:before {
	width: 40px;
	height: 1px;
	background-color: #ffffff;
}

.recruitList .textBottom {
	background-color: #fff;
	padding: 22px 30px;
}

.recruitList .textC {
	font-size: 16px;
	color: #666666;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 8px;
}

.recruitList .date {
	font-size: 14px;
	color: #999999;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	padding-left: 24px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 16px;
	background-image: url(../images/icon/time1.png);
}

.recruitList .con:hover .textC,
.recruitList .con:hover .date {
	color: var(--themeColor);
}

.recruitList .con:hover .date {
	background-image: url(../images/icon/time2.png);
}

/* 招聘列表-通知公告-人才招聘 end */
/* 内页左右布局 start */
.subPageBox {
	display: flex;
	column-gap: 30px;
}

.subPageBox .subPageright {
	width: 345px;
}

.subPageBox .subPageLeft {
	flex: 1;
}

.subPageCon {
	padding: 0 30px;
}

.subPageTitle {
	border-bottom: 1px solid #eaeaea;
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	height: 78px;
	line-height: 78px;
	overflow: hidden;
	display: flex;
}

.subPageTitle span {
	position: relative;
}

.subPageTitle span:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: var(--themeColor);
	position: absolute;
	left: 0;
	bottom: -1px;
}

/* 内页左右布局 end */
/* 内页搜索 start */
.subPageSearchTop {
	padding: 0 30px;
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	background-color: var(--themeColor);
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/bg3.png);
}

.subPageSearchBottom {
	background-color: #fff;
	padding: 30px 20px;
}

.inputSerchBox {
	display: flex;
	border: 1px solid var(--themeColor);
}

.inputSerchBox .searchInput {
	flex: 1;
	border: none;
	background: none;
	height: 51px;
	line-height: 51px;
	overflow: hidden;
	padding: 0 20px;
	font-size: 16px;
	color: #333;
}

.inputSerchBox .searchInput::-webkit-input-placeholder {
	color: #999999;
	font-size: 16px;
}

.inputSerchBox .searchBtn {
	display: block;
	width: 52px;
	height: 51px;
	line-height: 51px;
	background-color: var(--themeColor);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 22px;
	background-image: url(../images/search.png);
}

/* 内页搜索 end */
/* 全文列表-病虫害监测检索页 start */

.textList3Dl .con {
	display: flex;
	justify-content: space-between;
}

.textList3Dl dd+dd .con {
	border-top: 1px solid #eaeaea;
}

.textList3Dl .title {
	font-size: 16px;
	position: relative;
	padding-left: 18px;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
}

.textList3Dl .title:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--themeColor);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.textList3Dl .title a {
	-webkit-transition: .3s linear;
	transition: .3s linear;
	color: #333333;
}

.textList3Dl .date {
	font-size: 16px;
	color: #999999;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
}

.textList3Dl .con:hover .title a {
	color: var(--themeColor);
}

/* 全文列表-病虫害监测检索页 end */
/* 全图列表-科技服务-病虫害防治 start */
.imgList6Dl {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 5px;
}

.imgList6Dl dd {
	width: calc(33.3333% - 20px);
}

.imgList6Dl .pic:before {
	padding-top: 66.6667%;
}

.imgList6Dl .title {
	font-size: 16px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	overflow: hidden;
}

.imgList6Dl .title a {
	color: #444444;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.imgList6Dl dd:hover .title a {
	color: var(--themeColor);
}

/* 全图列表-科技服务-病虫害防治 end */
/* 详情页-人才队伍-专家风采 start */
.expertViewCon {
	display: flex;
	align-items: center;
	column-gap: 30px;
}

.expertViewCon .pic {
	width: 180px;
}

.expertViewCon .pic:before {
	padding-top: 133.3333%;
}

.expertViewCon .text {
	flex: 1;
}

.expertViewCon .textTop {
	border-bottom: 1px solid #eaeaea;
	display: flex;
	padding-bottom: 12px;
	margin-bottom: 20px;
}

.expertViewCon .name {
	margin-right: 32px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.expertViewCon .name a {
	font-size: 30px;
	color: var(--themeColor);
	font-weight: 700;
}

.expertViewCon .post {
	font-weight: 700;
	font-size: 18px;
	color: #333333;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.expertViewCon .textC {
	font-size: 16px;
	color: #333333;
	padding-left: 36px;
	position: relative;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left top 6px;
	background-size: auto 18px;
	background-image: url(../images/icon1.png);
	margin-bottom: 20px;
}

.expertViewCon .textC.icon2 {
	background-image: url(../images/icon2.png);
}
.expertViewCon .textC.icon3 {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB0PSIxNzYxMDI2MjI5NDcyIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjI0MjciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIj48cGF0aCBkPSJNOTc4LjQgMjM0LjY2NjY2N2wtMTA0LjUzMzMzMy0xMDQuNTMzMzM0Yy0xNC45MzMzMzMtMTQuOTMzMzMzLTM1LjItMjMuNDY2NjY3LTU2LjUzMzMzNC0yMy40NjY2NjZzLTQxLjYgOC41MzMzMzMtNTYuNTMzMzMzIDIzLjQ2NjY2NmwtMTEyIDExMi41MzMzMzRjLTE0LjkzMzMzMyAxNC45MzMzMzMtMjMuNDY2NjY3IDM1LjItMjMuNDY2NjY3IDU2LjUzMzMzM3M4LjUzMzMzMyA0MS42IDIzLjQ2NjY2NyA1Ni41MzMzMzNsODIuMTMzMzMzIDgyLjEzMzMzNGMtMTkuMiA0Mi42NjY2NjctNDUuODY2NjY3IDgxLjA2NjY2Ny03OC45MzMzMzMgMTE0LjEzMzMzMy0zMy4wNjY2NjcgMzMuMDY2NjY3LTcxLjQ2NjY2NyA1OS43MzMzMzMtMTE0LjEzMzMzMyA3OS40NjY2NjdsLTEwLjEzMzMzNC03NC42NjY2NjZjLTE0LjkzMzMzMy0xNC45MzMzMzMtMzUuMi0yMy40NjY2NjctNTYuNTMzMzMzLTIzLjQ2NjY2NnMtNDEuNiA4LjUzMzMzMy01Ni41MzMzMzQgMjMuNDY2NjY2bC0xMTIgMTEyYy0xNC45MzMzMzMgMTQuOTMzMzMzLTIzLjQ2NjY2NyAzNS4yLTIzLjQ2NjY2NiA1Ni41MzMzMzRzOC41MzMzMzMgNDEuNiAyMy40NjY2NjYgNTYuNTMzMzMzbDEwNC41MzMzMzQgMTA0LjUzMzMzM2MyNCAyNCA1Ny4wNjY2NjcgMzcuODY2NjY3IDkxLjIgMzcuODY2NjY3IDYuOTMzMzMzIDAgMTMuODY2NjY3LTAuNTMzMzMzIDIwLjgtMS42YzEzMi4yNjY2NjctMjEuODY2NjY3IDI2NC05Mi4yNjY2NjcgMzY5LjYtMTk4LjQgMTA2LjEzMzMzMy0xMDUuNiAxNzYtMjM3LjMzMzMzMyAxOTguNC0zNzAuMTMzMzMzIDYuNC00MC41MzMzMzMtNi45MzMzMzMtODIuMTMzMzMzLTM2LjI2NjY2Ny0xMTJ6IiBwLWlkPSIyNDI4IiBmaWxsPSIjMDA4YjZmIj48L3BhdGg+PC9zdmc+");
}

.subPageTab {
	display: flex;
	column-gap: 75px;
	border-bottom: 1px solid #eaeaea;
}

.subPageTab a {
	line-height: 65px;
	font-size: 18px;
	color: #999999;
	font-weight: 700;
	position: relative;
}

.subPageTab a:hover:before,
.subPageTab a.hover:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: var(--themeColor);
	position: absolute;
	left: 0;
	bottom: -1px;
}

.subPageTab a:hover,
.subPageTab a.hover {
	color: #333333;
}

.subPageText {
	font-size: 16px;
	color: #333333;
	line-height: 34px;
}

/* 详情页-人才队伍-专家风采 end */
/* 人才队伍-人才荣誉 start */
.expertHonorListDl {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.expertHonorListDl .con {
	background-color: #fff;
	border-radius: 10px;
	padding: 0 30px;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.expertHonorListDl .conTop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
	height: 69px;
	line-height: 69px;
	overflow: hidden;
}

.expertHonorListDl .title {
	flex: 1;
	font-size: 18px;
	color: #333333;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	padding-left: 24px;
	position: relative;
}

.expertHonorListDl .title:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: var(--themeColor);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.expertHonorListDl .downUpBtn {
	-webkit-transition: .3s linear;
	transition: .3s linear;
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	border-radius: 5px;
	font-size: 16px;
	color: #999999;
	padding: 0 44px 0 18px;
	background-color: #ebebeb;
	background-position: right 18px center;
	background-repeat: no-repeat;
	background-size: auto 9px;
	background-image: url(../images/down1.png);
}

.expertHonorListDl .conBottom {
	border-top: 1px solid rgba(0, 139, 111, .1);
	padding: 20px 0;
	display: none;
}

.expertHonorListDl dd.hover .downUpBtn {
	background-color: var(--themeColor);
	background-image: url(../images/up1.png);
	color: #fff;
}

.expertList2Dl {
	display: flex;
	flex-wrap: wrap;
	column-gap: 55px;
}

.expertList2Dl>dd {
	width: calc(14.2857% - (55px * 6/7));
}

.expertList2Dl .pic:before {
	padding-top: 133.3333%;
}

.expertList2Dl .text {
	padding: 6px 0;
}

.expertList2Dl .name {
	font-size: 18px;
	text-align: center;
	line-height: 30px;
}

.expertList2Dl .name a {
	color: #333333;
}

/* 人才队伍-人才荣誉 end */
/* 题组详情 start */
.teamTitle1 {
	font-size: 22px;
	color: #333333;
	font-weight: 700;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
}

.teamTitle2 {
	font-size: 18px;
	color: var(--themeColor);
	font-weight: 700;
	padding-left: 62px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 49px;
	background-image: url(../images/titleIcon1.png);
	line-height: 50px;
}

.teamText1 {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	height: 180px;
	overflow: hidden;
}

.teamColumn1 {
	padding: 35px 0;
	display: flex;
	align-items: center;
	column-gap: 70px;
}

.teamColumn1 .teamTitle1,
.teamColumn1 .teamTitle2 {
	margin-bottom: 15px;
}

.teamColumn1 .text {
	flex: 1;
}

.teamColumn1 .pic {
	width: 600px;
}

.teamColumn1 .pic:before {
	padding-top: 56.6667%;
}

.teamList1Dl {
	display: flex;
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 30px;
}

.teamList1Dl>dd {
	width: calc(16.6667% - (25px * 5/6));
}

.teamList1Dl .con {
	background-color: #f7f7f7;
	padding: 30px 30px 25px;
}

.teamList1Dl .pic:before {
	padding-top: 133.3333%;
}

.teamList1Dl .text {
	padding: 4px 0 0;
}

.teamList1Dl .name {
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	color: #444444;
}

.teamList1Dl .tag {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #444444;
}

/* 题组详情 end */
/* 科技创新-科研基地 start */
.researchPicBox {
	margin-bottom: 22px;
}

.researchPicBox.mb12 {
	margin-bottom: 12px;
}

.researchPicBox .pic:before {
	padding-top: 20.8333%;
}

.researchTitle1 {
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 12px;
}

.researchTitle1.mb0 {
	margin-bottom: 0px;
}

.researchText1 {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 4px;
}

.researchList1 {
	margin-bottom: 40px;
}

.researchList1.mb36 {
	margin-bottom: 36px;
}

.researchList1 .textItem {
	font-size: 18px;
	color: #333333;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left top 11px;
	background-size: auto 16px;
	background-image: url(../images/icon3.png);
	line-height: 36px;
}

.researchList1 .textItem.icon2 {
	background-size: auto 14px;
	background-image: url(../images/icon4.png);
}

.researchList1 .textItem.icon3 {
	background-size: auto 17px;
	background-image: url(../images/icon5.png);
}

.researchSwiper {
	padding: 18px 56px 28px;
	position: relative;
	overflow: hidden;
}

.researchSwiper .swiperBtn {
	width: 33px;
	height: 100px;
	background-color: #e5f7f2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 25px;
	background-image: url(../images/btnL.png);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.researchSwiper .swiperBtnPrev {
	left: 0;
}

.researchSwiper .swiperBtnNext {
	background-image: url(../images/btnR.png);
	right: 0;
}

.researchSwiper .swiperBtn:hover {
	background-color: var(--themeColor);
	background-image: url(../images/btnLh.png);
}

.researchSwiper .swiperBtnNext:hover {
	background-image: url(../images/btnRh.png);
}

.researchSwiper .swiperPage {
	display: flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.researchSwiper .swiperPage span {
	width: 10px;
	height: 10px;
}

.researchSwiper .swiperPage .swiper-pagination-bullet-active {
	background-color: var(--themeColor);
}

.researchSwiper .con {
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.researchSwiper .picBox {
	background-color: #fff;
	padding: 20px;
}

.researchSwiper .pic:before {
	padding-top: 57.3298%;
}

.researchSwiper .text {
	padding: 0 20px;
}

.researchSwiper .title {
	text-align: center;
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
}

.researchSwiper .title a {
	color: #333333;
}

/* 科技创新-科研基地 end */
/* 人才队伍综合页 start */
.expertColumn {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.expertTitle1 {
	font-size: 22px;
	color: #444444;
	line-height: 40px;
	font-weight: 700;
}

.expertTitle1.textBai {
	color: #fff;
}

.expertText1 {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.expertMore1 a {
	font-size: 15px;
	color: #ffffff;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	position: relative;
	padding-right: 52px;
}

.expertMore1 a:after,
.expertMore1 a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.expertMore1 a:after {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	background-color: var(--themeColor);
	z-index: 2;
}

.expertMore1 a:before {
	width: 40px;
	height: 1px;
	background-color: #ffffff;
}

.expertColumn1 {
	padding: 50px 0 60px;
}

.expertColumn1 .expertText1 {
	padding: 14px 0 37px;
}

.expertColumn1Dl {
	background-color: rgba(228, 249, 242, .5);
	display: flex;
	flex-wrap: wrap;
	padding: 45px 0;
	row-gap: 20px;
}

.expertColumn1Dl dd {
	position: relative;
	width: 20%;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.expertColumn1Dl dd:before {
	content: '';
	display: block;
	width: 2px;
	height: 39px;
	background-color: #d3eae2;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.expertColumn1Dl dd:nth-child(5n+1):before {
	display: none;
}

.expertColumn1Dl .textTop {
	display: flex;
	align-items: baseline;
}

.expertColumn1Dl .number {
	font-size: 42px;
	color: var(--themeColor);
	height: 54px;
	line-height: 54px;
	overflow: hidden;
}

.expertColumn1Dl .textC {
	font-size: 16px;
	color: #333333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.expertColumn2 {
	padding: 50px 0 70px;
}

.expertColumn2Top {
	display: flex;
	justify-content: space-between;
}

.expertColumn2Con {
	background-color: #fff;
	overflow: hidden;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/bg4.png);
	background-position: right bottom;
	background-size: contain;
	padding: 30px;
}

.expertColumn2Dl {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.expertColumn2Dl dd {
	width: calc(25% - 20px * 3/4);
}

.expertColumn2Dl .title {
	font-size: 18px;
	position: relative;
	padding-left: 18px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.expertColumn2Dl .title:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #999999;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.expertColumn2Dl .title a {
	color: #999999;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.expertColumn2Dl dd:hover .title:before {
	background-color: var(--themeColor);
}

.expertColumn2Dl dd:hover .title a {
	color: var(--themeColor);
}

/* 人才队伍综合页 end */
/*  start */
/*  end */



/* 二级菜单 综合页展示 start */

.menuDl dd .subMenu {
padding-top: 8px;
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease;
	z-index: 10;
	min-height: 0;
	padding: 1.875rem;
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	transform: translateY(10px);
	
}
.menuDl dd .subMenu::before {
	display: block;
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to right,#5abaa7,#5abaa3);
}
/* 单位概况 start */
.subMenu1 .main {
	display: flex;
	column-gap: 2.5rem;
}
.subMenu1 .subMenuleft {
	width: 26.7935%;
}
.subMenu1 .subMenuMain {
	width: 35.1390%;
}
.subMenu1 .subMenuRight {
	flex: 1;
}
.menuDl dd .subMenu .subMenuTitle a {
	display: inline-block;
	height: 2.5rem;
	line-height: 2.5rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/icon/submenutitle.png);
	padding: 0 2rem 0 1.5rem;
	font-size: 1rem;
	color: #fff;
}
.subMenu1 .subMenuleft .pic {
	overflow: hidden;
	margin: .9375rem 0 .375rem;
	cursor: pointer;
}
.subMenu1 .subMenuleft .pic::after{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .3);
}
.subMenu1 .subMenuleft .pic .playVido {
	width: 2rem;
	height: 2rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 2rem;
	background-image: url(../images/icon/playVido.png);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	z-index: 20;
}
.subMenu1 .subMenuleft .pic::before{
	padding-top: 50.4444%;
}
.subMenu1 .subMenuleft .text {
	font-size: 1rem;
	line-height: 1.75rem;
	height: 5.25rem;
	color: #666;
}
.subMenu1 .subMenuDl1 {
	display: flex;
	margin: 1rem 0 .875rem;
	column-gap: .75rem;
}
.subMenu1 .subMenuDl1 dd{
	width: calc(25% - .375rem);
}
.subMenu1 .subMenuDl1 dd .pic::before{
	padding-top: 136.3636%;
}
.subMenu1 .subMenuDl1 .name {
	font-size: 1rem;
	line-height: 1.75rem;
	color: #333;
	transition: .3s;
}
.subMenu1 .subMenuDl1 .con {
	display: block;
	overflow: hidden;
	transition: .3s;
}
.subMenu1 .subMenuDl1 a:hover .name {
	color: var(--themeColor);
}
.subMenuMore {
	display: flex;
	justify-content: end;
	position: relative;
}
.subMenuMore::before{
	display: block;
	content: "";
	height: 1px;
	background-color: #cfcfcf;
	width: calc(100% - 7.5rem);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.menuDl dd .subMenu .subMenuMore a {
	width: 7rem;
	color: var(--themeColor);
	font-size: .875rem ;
	box-sizing: border-box;
	padding-right: 1.375rem;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 1rem;
	background-image: url(../images/icon/moremore.png);
}
.subMenu1 .subMenuRight .subMenuDl2 {
	margin: .9375rem 0 .875rem ;
	display: flex;
	column-gap: 1.5rem ;
}
.subMenu1 .subMenuRight .subMenuDl2 dd {
	width: calc(50% - .75rem);
}
.subMenu1 .subMenuRight .subMenuDl2 .pic::before{
	padding-top: 55.851%;
}
.subMenu1 .subMenuRight .subMenuDl2 .title {
	font-size: .875rem ;
	line-height: 1.25rem ;
	height: 2.5rem;
	text-align: left;
	margin-top: 5px;
}
.subMenuUl1 {
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin-top: 2rem;
}
.subMenuUl1 li {
	width: calc(50% - 1rem);
}
/* 单位概况 end */

/* 科技创新 start */
.subMenu2 .main {
	display: flex;
	column-gap: 2.5rem;
}
.subMenu2 .subMenuLeft,.subMenu2 .subMenuMain {
	width: 28.0442%;
}
.subMenu2 .subMenuDl2 {
	display: flex;
	gap: .9375rem;
	margin: 1rem 0;
}
.subMenu2 .subMenuDl2 dd{
	width: calc(50% - .8rem);
}
.subMenuDl2 dd .title {
	transition: .3s;
}
.subMenuDl2 dd a:hover .title,
.subMenuDl2 dd a:hover .post,
.subMenuDl3 dd a:hover .title
{
	color: var(--themeColor);
}
.subMenu2 .subMenuDl2 .title,.subMenu2 .subMenuDl3 .title {
	font-size: .875rem;
	line-height: 1.25rem;
	height: 2.5rem;
	text-align: left;
	margin-top: 10px;
}
.subMenu2 .subMenuDl2 .post {
		font-size: .875rem;
	line-height: 1.25rem;
	height: 2.5rem;
	text-align: center;
	margin-top: 10px;
}
.subMenu2 .subMenuDl3 {
	display: flex;
	gap: .9375rem;
	margin-top: 1rem;
}
.subMenu2 .subMenuDl3 dd{
	width: calc(25% - .8rem);
}
.subMenu2 .subMenuDl3 .pic::before{
	padding-top: 136.6666%;
}
/* 科技创新 end*/

/* 科技服务 start */
.subMenu3 .main {
	column-gap: 5rem;
}
.subMenu3 .subMenuLeft,
.subMenu3 .subMenuMain {
	width: 29.7794%;
}
.subMenu3 .subMenuLeft .pic::before{
	padding-top: 55.2631%;
}
.subMenu3 .subMenuDl2 {
	gap: 1rem;
	margin: 1rem 0;
}
.subMenu3 .subMenuDl2 dd {
	width: calc(50% - .8rem);
}
.subMenuDl2 .title {
	text-align: left;
	font-size: .875rem ;
	line-height: 1.25rem ;
	margin-top: 10px;
	color: #666;
}
.subMenuTitleUl {
	margin-top: 2.25rem ;
}
.subMenuTitleUl li {
	margin-bottom: 3rem;
}
.subMenu3  .subMenuBg {
	height: 7.5rem ;
	position: relative;
}
.subMenu3  .subMenuBg::before{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 139, 131, 0.5);
}
.subMenu3  .subMenuBg .tip {
	 position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
    color: #fff;
    font-size: 1rem;
}
.subMenu3 .subMenuRight .imgText {
	margin: 1rem 0;
}
.subMenu3 .subMenuRight .pix::before{
	padding-top: 45%;
}
.subMenu3 .subMenuRight .text {
	font-size: 1rem;
	line-height: 2rem;
	height: 8rem;
	color: #666;
	margin-top: 10px;
}
/* 科技服务 end */

/* 成果转化 start */
.subMenu4 .main {
	column-gap: 5rem;
}
.subMenu4 .subMenuLeft,.subMenu4 .subMenuMain  {
	width: 29.4117%;
}
.subMenu4 .subMenuDl2 {
	margin: 1rem 0 .5rem;
	column-gap: 1rem;
}
.subMenu4 .subMenuDl2 dd {
	width: calc(50% - .8rem);
}
.subMenu4 .subMenuDl2 .pic::before{
	padding-top: 55.2631%;
}
.subMenuTextUl {
	margin: 1rem 0 .5rem;
	padding-top: 5px;
}
.subMenuTextUl li {
	margin-bottom: 1.25rem;
}
.subMenuTextUl li a {
	text-align: left !important;
}
.subMenuTextUl .title {
	font-size: .875rem ;
	color: #666;
	line-height: .875rem;
	height: .875rem;
	padding-left: 1.375rem;
	position: relative;
	transition: .3s;
}
.subMenuTextUl .title::before{
	display: block;
	content: "";
	width: .625rem ;
	height: .625rem;
	background-color: #add9d0;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -0.3rem;
	transform: rotate(45deg);
}
.subMenuTextUl a:hover .title{
	color: var(--themeColor);
}
/* 成果转化 end */


/* 党建 start */
.subMenu.subMenu5 {
	border-color: transparent;
}
.subMenu.subMenu5::before{
	display: block;
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to right,#ae2123,#cf5658);
}
.subMenu5 .mian {
	column-gap: 5rem;
}
.subMenu5 .subMenuLeft .imgText{
	margin: 1rem 0;
}
.subMenu5 .subMenuLeft .pic::before{
	padding-top: 55%
}
.subMenu5 .subMenuLeft .title {
	font-size: 1rem;
	line-height: 1.375rem;
	height: 2.75rem ;
	margin: 10px 0;
	color: #333;
}
.subMenu5 .subMenuLeft .textC {
	font-size: 1rem;
	line-height: 1.375rem;
	height: 2.75rem ;
	color: #999;
}
.menuDl dd .subMenu5 .subMenuTitle a {
	background-image: url(../images/icon/djsubmTitle.png);
}
.menuDl dd .subMenu5 .subMenuMore a {
	background-image: url(../images/icon/djmoremore.png);
	color: #aa1b1d;
}
.subMenu5 .subMenuTextUl {
	margin: .5rem 0 ;
}
.subMenu5 .subMenuTextUl .title::before{
	background-color: #ed6c6e;
}
/* 党建 end */

/* 人才队伍 start */
.subMenu6 .subMenuLeft {
	width: 68.38235%;
	margin-right: 5rem;
}
.subMenu6 .subMenuLeft .imgText {
	align-items: center;
}
.subMenu6 .subMenuLeft .img{
	width: 22.5rem ;
	margin-right: 1.25rem;
}
.subMenu6 .subMenuLeft .pic::before{
	padding-top: 41.6666%;
}
.subMenu6 .subMenuLeft .textC {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #666;
	margin-bottom: 1.25rem;
}
.subMenuMoreFr .subMenuMore {
	width: 34.575rem;
}
.subMenuRcdw {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 2rem;
}
.subMenuRcdw li a {
	padding-left: 1.375rem !important;
	position: relative;
	font-size: 1rem;
	line-height: 1rem;
	color: #333;
	display: inline-block !important;
}
.subMenuRcdw li a::before{
	display: block;
	content: "";
	width: .625rem ;
	height: .625rem;
	background-color: #add9d0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.4rem;
	transform: rotate(45deg);
}
.subMenuRcdw li a:hover {
	color: var(--themeColor);
}
/* 人才队伍 end */

/* 通知公告 start */
.subMenu7 .main {
	column-gap: 3.75rem;
}
/* 通知公告 end */


/* 招聘列表 start */
.zpList dd {
	margin-bottom: 1.875rem;
	background-color: #fff;
	border: 1px solid transparent;
	transition: .3s;
	overflow: hidden;
}
.zpList dd:hover {
	border-color: var(--themeColor);
}
.zpList .con {
	padding: 2.25rem 3.125rem 0;
}
.zpList .titleIcon {
	display: flex;
	align-items: center;
	column-gap: 3rem;
	justify-content: space-between;
	padding-bottom: 1.125rem;
	border-bottom: 1px solid #f0f0f0;
}
.zpList .titleIcon .title {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #333;	
}
.zpList .titleIcon .icon {
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid #dfdfdf;
	font-size: 1.75rem;
	color: #e1e1e1;
	line-height: 2.5rem;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
}
.zpList .titleIcon .icon:hover {
	background-color: var(--themeColor);
	color: #fff;
	border-color: var(--themeColor);
}
.titleIcon .icon.active {
    background-color: var(--themeColor);
    color: #fff;
    border-color: var(--themeColor);
}
.zpxxBox {
	height: 6.25rem;
}
.zpxxBox ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zpxxBox ul li {
	display: flex;
	align-items: center;
	height: 4.75rem; 
	line-height: 4.75rem;
	font-size: 1rem;
	color: #666;
}
.zpxxBox ul li em {
	font-style: normal;
}
.zpShopwBox {
	font-size: 1rem;
	line-height: 1.5;
	color: #666;
	transition: max-height .45s ease, opacity .35s ease, padding .45s ease;
	transform: translate(0);
	opacity: 0;
	max-height: 0;
}
.zpShopwBox.active {
	padding: 1.875rem 0 3.75rem;
	border-top: 1px solid #f0f0f0;
	transform: translate(1);
	opacity: 1;
	max-height: 800px;
	overflow-y: auto;
}
.zpShow .zpSpan {
	display: block;
	font-size: 1.125rem;
	line-height: 1.125rem;
	color: #333;
	margin-bottom: 1.5rem;
}
.zpShowText {
	margin-bottom: 1.875rem;
}
.zpList .zpBt a {
	height: 3.125rem;
	line-height: 3.125rem;
	border-radius: 3.125rem;
	background-color: var(--themeColor);
	color: #fff;
	font-size: 1rem;
	width: 9.375rem;
	text-align: center;
}
/* 招聘列表 end */

/* 招聘表单 start */
.zpFormBox {
	margin: 3.75rem 0 4.375rem;
	padding: 2.5rem 4rem 3.75rem 5rem;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.zpFormBox .title {
	font-size: 1.875rem;
	color: #333;
	margin-bottom: 2.8125rem;
	text-align: center;
}
.w50 {
	width: 50%;
}
.w100 {
	width: 100%;
}
.fromTop {
	display: flex;
	column-gap: 3.75rem;
	justify-content: space-between;
	padding-bottom: 1.875rem;
	border-bottom: 1px solid #f0f0f0;
}
.zpForm .sfxxsc {
	width: 9.375rem;
	height: 12.5rem;
	border: 1px solid #e8e8e8;
	background-color: #fafbfd;
	position: relative;
	overflow: hidden;
}
.uploader-img-list {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}
.uploader-img-list div.imgWrap p img {
	display: block;
	width: 9.375rem;
	height: 12.5rem;
	object-fit: contain;
	object-position: center center;
}
.uploader-img-list div.imgWrap,.uploader-img-list div.imgWrap p {
	width: 9.375rem !important;
	height: 12.5rem !important;
	padding: 0 !important;
	margin: 0;
	display: flex;
	justify-content: center;
	align-self: center;
	box-sizing: border-box;
}
.file-item .info {
	width: 9.375rem !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	text-align: center !important;
}
.uploader-img-list div.file-panel {
	width: 9.375rem !important;
	left: 0 !important;
	top: 0 !important;
	right: 0 !important;
}
.zpForm .sfxxsc .scfj{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 4rem;
	background-image: url(../images/icon/addsfz.png);
}
.upLinkBox  .uploader-img-list {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	
}
.upLinkBox.upLinkBox1   .uploader-img-list {
	position: relative;
}
.upLinkBox  .uploader-img-list .file-item {
	width: auto !important;
}
.upLinkBox {
	position: relative;
}
.upLinkBox .uploader-img-list div.imgWrap,.upLinkBox .uploader-img-list div.imgWrap p img,.upLinkBox .uploader-img-list div.imgWrap p {
	height: 7.5rem  !important;
	width:9.375rem !important;
	object-fit: contain;
	object-position: center;
}
.file-item {
	width: 100%;
	height: 100%;
	padding: 0 !important;
	margin: 0 !important;
}
#thelist5 {
	max-height: 90px;
	overflow-y: auto;
}
#thelist5 dd {
	margin: 10px 0 0 0 !important;
}
.zpForm .sfxxsc .scfj.not-bg {
	background-image: none;
}
.zpForm .sfxxsc .scfj img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.formTopInput {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	row-gap: 1.25rem;
	flex-wrap: wrap;
}
.zpForm .input,.zpForm .select {
	width: 20.625rem;
	height: 3rem;
	line-height: 3rem;
	border: 1px solid #e8e8e8;
	background-color: #fafbfd;
	padding: 0 1.25rem;
	font-size: 1rem;
	color: #333;
	border-radius: 5px;
	box-sizing: border-box;
}
.zpForm .item {
	display: flex;
	align-items: center;
	column-gap: 1.25rem;
}
.zpForm  .lable {
	width: 10rem;
	text-align: right;
	font-size: 1rem;
	color: #333;
}
.zpForm .lable span {
	color: #e81b23;
}
.zpForm input {
	display: block;
	background-color: transparent;
	border: none;
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	box-sizing: border-box;
}
.zpForm .layui-col-space16,.zpForm  .layui-form-select .layui-input {
	margin: 0 !important;
	padding: 0 !important;
}
.fromMain {
	display: flex;
	justify-content: space-between;
	padding-top: 1.875rem;
	row-gap: 1.25rem;
	flex-wrap: wrap;
}

.upLinkBox {
	width: 62.5rem;
	height: 7.5rem ;
	border: 1px solid #e8e8e8;
	background-color: #fafbfd;
	position: relative;
	padding: 1.25rem;
	box-sizing: border-box;
}
.upLinkBox textarea {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: transparent;
	border: none;
}
.upLinkBox a {
	height: 2.5rem;
	width: 6.25rem;
	border-radius: 5px;
	background-color: var(--themeColor);
	color: #fff;
	font-size: 1rem;
	text-align: center;
	line-height: 2.5rem;
	position: absolute;
	right: 1.25rem;
	bottom: 1.25rem;
	margin-left: 2rem;
	z-index: 20;
}
.zpForm  .textArea  {
	width: 62.5rem;
	border: 1px solid #e8e8e8;
	background-color: #fafbfd;
	position: relative;
	padding: 1.25rem;
	box-sizing: border-box;
	overflow: hidden;
}
.zpForm  .textArea textarea  {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: transparent;
	border: none;
	min-height: 140px;
}
.zpForm textarea  {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}
.upsfxx {
	margin-top: 3rem;
	column-gap: 1.875rem;
}
.upsfxx a {
	height: 3.125rem;
	line-height: 3.125rem;
	border-radius: 3.125rem;
	font-size: 1rem;
	text-align: center;
	width: 9.375rem;
}
.upsfxx .a1 {
	background-color: var(--themeColor);
	color: #fff;
}
.upsfxx .a2 {
	background-color: #f0f0f0;
	color: #666;
}
/* 招聘表单 end */
.webuploader-pick {
	padding: 0 !important;
	background: transparent !important;
	line-height:2.5rem !important;
	font-size: 1rem !important;
	height: 2.5rem !important;
}
