.DataPopup{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	display: none;
	transition: all .3s;
	background: rgba(0, 0, 0, .8);
}
.DataPopup .popupbg{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all .3s;
}
.DataPopup .popupcon{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	overflow-y: auto;
	overflow-x: hidden;
	/* display: flex;
	justify-content: center; */
	/* padding: 50px 0; */
	opacity: 0;
	transition: all .3s;
}
.DataPopup .popupcon::-webkit-scrollbar{
	display: none;
}
@media screen and (min-height: 775px) {
	.DataPopup .popupcon{
		align-items: center;
	}
}
.DataPopup .con{
	width: 1216px;
	height: 750px;
	background: url('/imagesq/liunan/sjjsc_Popup_bg.jpg') no-repeat center;
	background-size: 100% 100%;
	border-radius: 5px;
	z-index: 2;
	position: relative;
	border: 8px solid rgba(255, 255, 255, .18);
	margin: 50px auto;
}
.DataPopup .con .popupclose{
	position: absolute;
	top: -17px;
	right: -17px;
	z-index: 9;
	cursor: pointer;
}
.DataPopup .con .popupclose img{
	width: 35px;
	height: 35px;
}
.DataPopup .con .popuptlt{
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	height: 84px;
	line-height: 60px;
	background: url('/imagesq/liunan/sjjsc_Popup_tlt_bg.png') no-repeat top;
	color: #ffffff;
	text-shadow: 0 0 8px rgba(23, 86, 213, 0.39);
	position: relative;
	z-index: 1;
}
.DataPopup .con .popuptlt p{
	margin: 0;
}
.DataPopup .con .popuptlt span{
	position: absolute;
	top: calc(50% + -9px);
	left: calc(50% + 3px);
	transform: translateY(-50%) translateX(-50%);
	color: rgba(3, 92, 184, .5);
	z-index: -1;
}
.DataPopup .tabli{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 26px;
	margin-top: 32px;
}
.DataPopup .tabli div{
	width: 136px;
	height: 56px;
	line-height: 56px;
	border-radius: 56px;
	text-align: center;
	font-size: 18px;
	background: rgba(255, 255, 255, .43);
	color: #333333;
	box-sizing: content-box;
	margin-right: 32px;
	margin-bottom: 23px;
	cursor: pointer;
	transition: all .3s;
}
.DataPopup .tabli div:nth-child(7n){
	margin-right: 0;
}
.DataPopup .tabli div.on{
	color: #ffffff;
	font-weight: bold;
	background: #5aa9fe;
	box-shadow: 0 0 0 6px #b1d9ff;
}
.DataPopup .tabli div:hover{
	color: #ffffff;
	font-weight: bold;
	background: #5aa9fe;
	box-shadow: 0 0 0 6px #b1d9ff;
}

.DataPopup .con .popuptable{
	width: 100%;
	height: calc(100% - 50px - 90px - 30px);
	overflow-y: auto;
	position: relative;
}
/*滚动条样式*/
.DataPopup .con .popuptable::-webkit-scrollbar {
    width: 10px;
	height: 10px;
    border-radius: 10px;
}
 
.DataPopup .con .popuptable::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 10px;
}
 
.DataPopup .con .popuptable::-webkit-scrollbar-thumb {
    background-color: #659fe2;
    border-radius: 10px;
}
 
.DataPopup .con .popuptable::-webkit-scrollbar-thumb:hover {
    background-color:#11a0ff;
}

.DataPopup .con .popuptable table{
	width: 100%;
	font-size: 16px;
	text-align: center;
	table-layout: fixed
}
.DataPopup .con .popuptable table thead{
	height: 50px;
	background: #659fe2;
	color: #ffffff;
	position: sticky;
	top: 0;
}
.DataPopup .con .popuptable table tbody tr td{
	padding: 15px 7px;
	word-wrap: break-word;
}
.DataPopup .con .popuptable table tbody tr{
	background: #e0f0ff;
}
.DataPopup .con .popuptable table tbody tr:nth-child(2n){
	background: #f4faff;
}

.tableLoading{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	border: 2px solid #3592ff;
	/* border-bottom: none; */
	border-right: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99;
	animation: loading 1s linear infinite;
	display: none;
}
@keyframes loading {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.Data_con_lis{
	width: 100%;
	padding: 0 22px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.Data_con_lis .l{
	width: calc(50% - 15px);
	margin-bottom: 35px;
}
.Data_con_lis .l .t{
	width: 100%;
	height: 58px;
	line-height: 51px;
	background: url('/imagesq/liunan/sjjsc_datali_tlt_bg.png') no-repeat center;
	background-size: 100% 100%;
	font-size: 22px;
	font-weight: bold;
	padding-left: 78px;
	position: relative;
	z-index: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.Data_con_lis .l .c{
	width: 100%;
	height: calc(100% - 51px);
	padding-left: 14px;
	padding-right: 6px;
	margin-top: -7px;
	position: relative;
	z-index: 1;
}
.Data_con_lis .l .c .cl{
	width: 100%;
	height: 100%;
	background: url('/imagesq/liunan/sjjsc_datali_con_bg.png') no-repeat top;
	background-size: 100% 100%;
	padding: 15px 0;
	padding-left: 35px;
	padding-right: 210px;
}
.Data_con_lis .l .c .cl p{
	margin: 0;
	line-height: 24px;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 10px;
	position: relative;
	margin-bottom: 10px;
}
.Data_con_lis .l .c .cl p::after{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #90bcf2;
	position: absolute;
	top: 12px;
	left: 0;
}
.Data_con_lis .l .c .cl p:last-child{
	margin-bottom: 0;
}
.Data_con_lis .l .c .icx{
	text-align: center;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.Data_con_lis .l .c .icx p{
	font-size: 50px;
	font-weight: bold;
	color: #3084ee;
	margin: 0;
	line-height: 50px;
}
.Data_con_lis .l .c .icx span{
	font-size: 16px;
}

.Data_con_lis2{
	width: 100%;
	padding: 0 22px;
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
}
.Data_con_lis2 .l{
	width: calc(100% / 3 - 13px);
	margin-bottom: 30px;
	margin-right: 19px;
}
.Data_con_lis2 .l:nth-child(3n){
	margin-right: 0;
}
.Data_con_lis2 .l .t{
	width: 100%;
	height: 58px;
	line-height: 51px;
	background: url('/imagesq/liunan/sjjsc_datali_tlt_bg2.png') no-repeat center;
	background-size: 100% 100%;
	font-size: 22px;
	font-weight: bold;
	padding-left: 78px;
	position: relative;
	z-index: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.Data_con_lis2 .l .c{
	width: 100%;
	height: calc(100% - 51px);
	padding-left: 14px;
	padding-right: 6px;
	margin-top: -7px;
	position: relative;
	z-index: 1;
}
.Data_con_lis2 .l .c .cl{
	width: 100%;
	height: 100%;
	background: url('/imagesq/liunan/sjjsc_datali_con_bg2.png') no-repeat top;
	background-size: 100% 100%;
	padding: 15px 14px;
}
.Data_con_lis2 .l .c .cl p{
	margin: 0;
	line-height: 24px;
	font-size: 16px;
	padding-left: 14px;
	padding-right: 7px;
	position: relative;
	margin-bottom: 10px;
}
.Data_con_lis2 .l .c .cl p::after{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #90bcf2;
	position: absolute;
	top: 12px;
	left: 0;
}
.Data_con_lis2 .l .c .cl p:last-child{
	margin-bottom: 0;
}


/*滚动条样式*/
.DataPopupScroll{
	width: 100%;
	height: calc(100% - 84px - -30px - 32px - 50px);
	overflow-y: auto;
	position: relative;
	margin-top: 15px;
}
.DataPopupScroll::-webkit-scrollbar {
    width: 10px;
	height: 10px;
    border-radius: 10px;
}
 
.DataPopupScroll::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 10px;
}
 
.DataPopupScroll::-webkit-scrollbar-thumb {
    background-color: #659fe2;
    border-radius: 10px;
}
 
.DataPopupScroll::-webkit-scrollbar-thumb:hover {
    background-color:#11a0ff;
}

.noData{
	position: absolute;
	top: 50%;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	opacity: .8;
	transform: translateY(-50%);
	width: 100%;
	margin-bottom: 0;
}


#footer{
	/*background: #ffffff;*/
}
.videoDataSubject{
	background-image: initial;
	height: auto;
}
.videoDataSubject .resultBg{
	background-image: initial;
	height: auto;
}
.dataSubjectnav{
	position: relative;
	margin-top: 30px;
}
.dataSubjectnav .menu-item{line-height: 45px;}

.jgss{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jgss .jgss_b{
	width: calc(50% - 20px);
	background: rgba(255, 255, 255, .3);
	border: 1px solid #ffffff;
	border-radius: 10px;
	padding-top: 22px;
	box-sizing: border-box;
}
.jgss .jgss_b .tlt{
	font-size: 28px;
	font-weight: bold;
	position: relative;
	padding: 0 22px;
	padding-left: 48px;
	box-sizing: border-box;
}
.jgss .jgss_b .tlt::after{
	content: "";
	width: 7px;
	height: 35px;
	border-radius: 2px;
	background: #1067db;
	position: absolute;
	left: 22px;
	top: 50%;
	transform: translateY(-50%);
}
.jgss .jgss_b .con{
	position: relative;
}
.jgss .jgss_b .con .sl{
	width: 214px;
	position: absolute;
	top: 9%;
	right: 22px;
	z-index: 1;
}
.jgss .jgss_b .con .sl .l{
	width: 100%;
	height: 60px;
	background: #ffffff;
	position: relative;
	padding-left: 26px;
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	cursor: pointer;
	margin-bottom: 15px;
	transition: all .3s;
}
.jgss .jgss_b .con .sl .l:last-child{
	margin-bottom: 0;
}
.jgss .jgss_b .con .sl .l .n{
	width: 100%;
	font-size: 16px;
	color: #858585;
	height: 22px;
	line-height: 22px;
}
.jgss .jgss_b .con .sl .l .t{
	width: 100%;
	height: 22px;
	line-height: 22px;
}
.jgss .jgss_b .con .sl .l .n span{
	font-size: 26px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 5px;
	color: #333333;
}
.jgss .jgss_b .con .sl .l::after{
	content: "";
	width: 4px;
	height: 100%;
	border-radius: 4px;
	background: #5470c6;
	position: absolute;
	top: 0;
	left: 0;
}
.jgss .jgss_b .con .sl .l:nth-child(2)::after{
	background: #91cc75;
}
.jgss .jgss_b .con .sl .l:nth-child(3)::after{
	background: #fac858;
}
.jgss .jgss_b .con .sl .l:nth-child(4)::after{
	background: #ee6666;
}
.jgss .jgss_b .con .sl .l:hover{
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
}
.jgss .jgss_b .con .sl .l img{
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
}
.jgss .jgss_b .toi{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .8);
	cursor: pointer;
}
.jgss .jgss_b .toi div{
	margin-left: 18px;
}
.jgss .jgss_b .toi p{
	margin: 0;
	font-size: 16px;
	color: #858585;
	height: 30px;
}
.jgss .jgss_b .toi p i{
	font-size: 26px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 5px;
	color: #333333;
}
.jgss .jgss_c .con .sl .l:nth-child(1)::after{
	background: #fac858;
}
.jgss .jgss_c .con .sl .l:nth-child(2)::after{
	background: #91cc75;
}
.jgss .jgss_c .con .sl .l:nth-child(3)::after{
	background: #5470c6;
}

.zyhj{
	width: 100%;
	background: rgba(255, 255, 255, .3);
	border: 1px solid #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 38px 0;
	margin-bottom: 50px;
}
.zyhj .tlt{
	font-size: 28px;
	font-weight: bold;
	position: relative;
	padding: 22px;
	padding-left: 48px;
	box-sizing: border-box;
}
.zyhj .tlt::after{
	content: "";
	width: 7px;
	height: 35px;
	border-radius: 2px;
	background: #1067db;
	position: absolute;
	left: 22px;
	top: 50%;
	transform: translateY(-50%);
}
.zyhj .con{
	position: relative;
	padding: 0 22px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 22px;
}
.zyhj .con p{
	margin: 0;
}
.zyhj .con .l{
	width: 268px;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 20px;
	cursor: pointer;
	transition: all .3s;
}
.zyhj .con .l .t{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 14px 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.zyhj .con .l .n{
	padding: 0 20px;
	box-sizing: border-box;
}
.zyhj .con .l .n p{
	font-size: 16px;
}
.zyhj .con .l p span{
	font-weight: bold;
	font-size: 24px;
}
.zyhj .con .l:hover{
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
}


.DataPopup .map{
	width: calc(100% - 52px);
	height: 100%;
	margin: 0 26px;
	box-sizing: border-box;
	background: #dae9fa;
	border: 1px solid #ffffff;
	border-radius: 5px;
	overflow: hidden;
}
.DataPopup .map #container{
	width: calc(100% - 348px);
	height: 100%;
	float: left;
}
.DataPopup .map .mapL{
	float: right;
	width: 348px;
	height: 100%;
	padding: 0 18px;
	box-sizing: border-box;
}
.DataPopup .map .mapL .maplit{
	position: relative;
	width: 100%;
	height: 58px;
	line-height: 54px;
	z-index: 1;
	font-weight: bold;
	font-size: 22px;
	padding-left: 50px;
}
.DataPopup .map .mapL .maplit img{
	position: absolute;
	left: -28px;
	top: 0;
	z-index: -1;
}
.DataPopup .map .mapL .mapss{
	width: 100%;
	height: 42px;
	background: #ffffff;
	margin-top: 18px;
}
.DataPopup .map .mapL .mapss input{
	width: calc(100% - 64px);
	height: 42px;
	line-height: 42px;
	padding-left: 18px;
	box-sizing: border-box;
}
.DataPopup .map .mapL .mapss div{
	width: 64px;
	height: 42px;
	line-height: 42px;
	color: #ffffff;
	float: right;
	background: #61adff;
	text-align: center;
	cursor: pointer;
}
.DataPopup .map .mapL .mapli{
	width: 100%;
	margin-top: 18px;
	height: calc(100% - 136px);
	overflow-y: auto;
}
.DataPopup .map .mapL .mapli .l{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	cursor: pointer;
}
.DataPopup .map .mapL .mapli .l img{
	width: 20px;
	margin-left: 15px;
	margin-right: 20px;
	vertical-align: middle;
	margin-top: -1px;
}
.DataPopup .map .mapL .mapli::-webkit-scrollbar {
    width: 10px;
	height: 10px;
    border-radius: 10px;
}
 
.DataPopup .map .mapL .mapli::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 10px;
}
 
.DataPopup .map .mapL .mapli::-webkit-scrollbar-thumb {
    background-color: #659fe2;
    border-radius: 10px;
}
 
.DataPopup .map .mapL .mapli::-webkit-scrollbar-thumb:hover {
    background-color:#11a0ff;
}

.overlaysCon{
	position: relative;
	z-index: 999 !important;
	background: #ffffff;
	min-width: 280px;
	box-shadow: 0 0 3px 1px rgb(0, 0, 0, .3);
	cursor: auto;
	border-radius: 10px;
	padding: 18px;
	background: #61adff;
}
.overlaysCon::after{
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	width: 15px;
	height: 15px;
	background: #61adff;
	transform: translateX(-50%) rotate(45deg);
	box-shadow: 0 0 3px 1px rgb(0, 0, 0, .3);
	z-index: 2;
}
.overlaysCon::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 15px;
	transform: translateX(-50%);
	background: #61adff;
	z-index: 3;
}
.overlaysCon .t{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 5px;
}
.overlaysCon .c{
	font-size: 14px;
	color: #ffffff;
}
.overlaysCon .c p{
	margin: 0;
}
.overlaysCon .c p:nth-child(1){
	font-weight: bold;
}

.overlaysClose{
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 34px;
	z-index: 99;
	cursor: pointer;
}
.overlaysClose::after{
	content: "";
	width: 16px;
	height: 1px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
	z-index: 1;
}
.overlaysClose::before{
	content: "";
	width: 1px;
	height: 16px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
	z-index: 1;
}

.DataPopup .tabli div.disabled {
	opacity: .4; /* 使div看起来不可点击，可以通过调整此值来改变透明度 */
	pointer-events: none; /* 确保div不会捕获鼠标事件 */
	cursor: default; /* 更改鼠标指针为默认样式 */
}