/*----nav----*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	border: 0 none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	letter-spacing: 0px;
	font-size: 14px !important;
	font-family: 'Arial', 'Roboto', 'Roboto-Thin', 'Helvetica', 'Tahoma', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Noto Sans CJK', sans-serif;
}
input {
	font-family: 'Microsoft YaHei', Arial, sans-serif;
	font-size: 14px !important;
}
select {
	font-family: 'Microsoft YaHei', Arial, sans-serif;
	font-size: 14px !important;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
img {
	max-width: 100%;
	max-height: 100%;
}
a {
	transition: 0.3s;
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
li {
	list-style-type: none;
}
.set{
	padding-left: 15px;
}
/*----nav----*/
header.frosted_header {
	width:100%;
	transition:all .2s .3s;
	background-color:hsla(0,0%,100%,.3);
	backdrop-filter:blur(10px) opacity(1);
	-webkit-backdrop-filter:blur(10px) opacity(1);
	position:fixed;
	z-index:99900;
	top:0;
	box-shadow:none;
}
/*----banner----*/
.item-ctg > li{
	padding:1.5rem;
}
.item-ctg > li::marker{
	display: none;
	opacity: 0;
}
.item-ctg > li .ctg-title {
	color: #fff;
}
.item-ctg {
	padding: 1rem 0;
}
.btn-submit {
	background-color: #ff5e00;
	color: #fff;
	line-height: 35px;
	height: 46px;
	border-radius: 0;
}
.head_bj {
	min-height: 350px;
	min-width: 100vw;
	background-image: url(../img/new/banner.png);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.head_bj1 {
	padding-top: 9rem;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.1);
	min-height: 350px;
	padding-bottom: 1.5rem;
}
.search_row {
	width: 80%;
	margin: 0 auto;
}
.hbj_1 {
	display: block;
}
.hbj_1 h1 {
	color: #ffffff;
	font-size: calc(2.4vw + 16px);
	display: block;
	text-align: center;
}
.hbj_1 p {
	color: #ffffff;
	font-size: calc(0.5vw + 16px);
	display: block;
	text-align: center;
	padding-bottom: 2vw;
}
.head_bj1 .item-ctg{
	padding-left: 0;
	display:flex;
	flex-wrap:nowrap;
}
.item-ctg > li > a {
	display: block;
}
.item-icon i {
	color: #FFFFFF;
}
.item-ctg > li:hover a.item-icon{
	background-color: rgba(52, 92, 125, 0.3);
	border: 1px solid #f5fbff;
}
.item-ctg > li:hover a.item-icon i{
	color: #fff;
}
.item-icon{
	font-size: 36px;
	line-height: 75px;
	height: 5.5rem;
	margin: auto;
	width: 7rem;
	display: inline-flex;
	align-self: center;
	justify-content: center;
	border-color: #ffffff;
	border-width: 0.5px;
	border-style: solid;
	border-radius: 5px;
	background-color: rgba(52, 92, 125, 0.6);
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 1800px) {
	.container {
		max-width: 1700px;
	}
}
@media (max-width: 780px) {
	.head_bj1 .item-ctg > li{
		width: 33.3%;
		padding:0;
		margin-bottom: 2rem;
	}
	.search_row {
		margin: 1rem;
	}
	.head_bj1{
	}
	.head_bj1 .item-ctg{
		display: flex;
	}
}
.newbanners{
	margin-top: 70px;
	background: #f5fbff;
	padding-top: 2rem;
	padding-bottom:2rem ;
}
.newcontainer{
	width: 100%;
	margin: 0 auto;
}
.newcontainer li{
	list-style-type: none;
}
.newcontainer img{
	max-width: 100%;
}
.newbanners .newcontainer{
	display: flex;
	align-items: center;
	height: 100%;
}
.newbanner .newcontainer{
	display: flex;
	align-items: center;
	height: 100%;
}
@media (max-width: 780px) {
	.hot_gj .ui .ui .five{
		width: 100%!important;
	}
	.hot_gj .ui .ui .eleven{
		width: 100%!important;
	}
}
/*----small button----*/
.buttona {
	background: #086ec1;
	border-radius: 3rem;
	padding: 0.1rem 1rem;
	color: #fff;
	line-height: 200%;
	font-size: 13px;
	margin-left: 0.8rem;
	font-weight: normal;
}
.hbj_1 span{
	display: flex;
	align-items: center;
	justify-content: center;
}
.hbj_1 span .buttona:hover{
	opacity: 0.8;
	color: #FFFFFF;
}
/*----Search----*/
.first-wrap {
	min-width: 185px !important;
	height: 53.3px;
	background: #fff !important;
	border-radius: 0 !important;
	border: 1px solid rgba(34, 36, 38, 0.15) !important;
}
.ui.labeled.icon.button > .icon, .ui.labeled.icon.buttons > .button > .icon {
	background: #ffffff;
}
.ui.labeled.icon.button > .icon, .ui.labeled.icon.buttons > .button > .icon {
	color: #0a58ca;
	padding-top: 18px;
}
.second-wrap {
	border-radius: 0;
	max-height: 40px;
	width: 100%;
}
.second-wrap input {
	border-radius: 0 !important;
	border-left: none !important;
	border-right: none !important;
	height: 53.3px;
}
.third-wrap {
	max-height: 40px;
}
.third-wrap button {
	background-color: #086ec1 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #086ec1;
	opacity: 0.8;
}
.third-wrap button span {
	color: white;
	font-weight: 700;
	height: 51px;
	width: 100px;
}
.third-wrap span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: 700;
}
/*----Responsible--*/
@media screen and (max-width: 768px) {
	.first-wrap {
		width: 5%;
		font-size: 12px !important;
	}
}
/*----four Content---*/
.index_icons {
	width: 94%;
	margin: 0 auto;
}
.index_icon {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}
.index_icons .ui.grid .icons_li {
	padding: 1rem 0.1rem 0rem .1rem;
}
.icons_li{
	flex: 1;
	position: relative;
}
.icons_li a{
	display: flex; align-items: center;
}
.icons_li img {
	height: 4.5rem;
	display: block;
	margin: 1.5rem 1rem 1rem 1rem;
}
.icons_li span{
	display: block;
	/*text-align: center;*/
	color: #073865;
	font-size: 1.2rem;
	padding-bottom: 0.5rem;
	font-weight: bold;
}
.icons_li:last-child::after{
	width: 0;
}
.icons_li:hover img{
	transform:rotateY(360deg);
	transition: 1s;
}
/*----Responsible--*/
@media screen and (max-width: 768px) {
	.icons_li {
		width: 100% !important;
		flex: initial !important;
	}
	.icons_li a{width: 70%; margin: 0 auto
	}

	.icons_li::after {
		background: none;
	}
	.icons_li img {
		width: 5rem;
		height: 5rem;
	}
	.index_icons {
		padding-left: 0px;
	}
}
/*----Databases----*/
.hot_data{
	background: #f1f6f7;
	padding: 0;
}
.hot_date_title #accordionExample{
	flex:1;
	display: flex;
	flex-direction: column;
}
#accordionExample .accordion-item{
	flex:1;
}
.accordion-item .accordion-header button{
	height: 60px;
}
.hot_date_title span{
	font-size: 1.4rem;
	font-weight: bold;
	color: #073865;
	padding-left: 0.5rem;
	border-left: 5px solid #073865;
	margin-right: 0.5rem;
}
.hot_data_row .swiper-button-prev, .swiper-container-rtl .swiper-button-next .swiper-button-prev3{
	background: url('../img/new/prev-01.svg') no-repeat !important;
	top: -1rem !important;
	left: initial;
	right: 3.5rem;
}
.hot_data_row .swiper-button-next, .swiper-container-rtl .swiper-button-prev .swiper-button-prev3{
	background: url('../img/new/next-01.svg') no-repeat !important;
	top: -1rem !important;
	left: initial;
	right: 0.5rem;
}
.data_li_1 {
	border-radius: 0.3rem;
	padding: 1rem;
	margin: 0.5rem;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
	background: #FFFFFF;
	height: 93%;
}
.data_li_1 img{
	height: 4.7rem;
	display: block;
	margin: 0 auto;
}
.data_li_1 .d2 {
	text-align: center;
	display: block;
	color: #073865;
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 5px;
}
.data_li_1 .d3 {
	text-align: center;
	display: block;
	color: #244e94;
	font-size: 1rem;
	margin-top: 5px;
}
.date_swiper_li .ui .four{
	padding: 0!important;
}
.date_swiper_li .ui{
	margin: 0!important;
}
.hot_data_ul{
	position: relative;
}
.data_li_1:hover{
	transition: 0.5s;
	transform: translateY(-0.3rem);
	cursor: pointer;
}
.data_li_1:hover .d2{
	color: #345c7d;;
}
.data_li_1:hover .d3{
	color: #345c7d;
}
.hot_data .hot_data_row .data_menhu {
	background: #e8f0f2;
	color: #073865;
	font-size: 1rem;
	padding: 0 !important;
	display: flex !important;
	background-size: 100% 100%;
	object-fit: cover;
}
.data_menhu .d2_bor{
	height: 2px;
	width: 5rem;
	background: #244e94;
	margin: 2rem 0;
}
.data_menhu .d1 {
	font-size: 1.5rem;
	font-weight: bold;
}
.hot_data .data_menhu .dd{
	position: relative;
	top: 15%;
	width: 100%;
	padding: 3% 13%;
}
.hot_data .data_menhu .d2 .d2_1{
	/*display: none;*/
	color: #073865;
	margin-top: 15px;
}
.hot_data .data_menhu .dd{
	/*transition: 0.8s;*/
	top: 0;
}
.hot_data .data_menhu .dd .d2 .d2_1{
	display: block;
	transition: 0.8s;
}
.hot_data .hot_data_row .twelve {
	padding: 3% 0;
}
.data_menhu .d2_1{
	min-height: 3rem;
}
.data_menhu .d2_2 .a-button{
	display: inline-block;
	border: 1px solid #073865;
	color: #073865;
	font-size: 1rem;
	margin-top: 4rem;
	padding: 0.4rem 1.1rem;
}
.data_menhu .d2_2 .a-button:hover{
	background: #086ec1;
	color: #fff;
}
/*----Responsible--*/
@media screen and (max-width: 768px) {
	.accordion-item .accordion-header button{
		height: 70px;
	}
	.hot_data .hot_data_row.ui .twelve.wide {
		padding: 3% 0 !important;
		width: 100% !important;
	}
	.hot_data .hot_data_row .data_menhu.four{
		background: #e8f0f2;
		color: #244e94;
		font-size: 1rem;
		/*padding: 3% 10% !important;*/
		display: flex !important;
		overflow: hidden;
		width: 100% !important;
	}
	.data_menhu .d2_2 {
		text-align: left;
	}
	.hot_data_ul {
		left: 0px;
	}
	.hot_data .data_menhu .dd{
		top: 0;
		padding-bottom: 3rem;
	}
	.hot_data .hot_data_row .data_menhu.four{
		/*margin: 0 -1rem;*/
		width: 110%!important;
	}
	.hot_gj .hot_gj_left .dd{
		top: 10%;
	}
}
/*----popular tools----*/
.hot_data_row{
	margin: 0!important;
	padding-left: 3%!important;
}
.hot_gj{
	background: #eff5ff;
	margin-bottom: 0!important;
}
.hot_gj .hot_data_row{
	padding: 0!important;
}
.hot_gj .hot_data_row .six{
	padding: 0%!important;
}
.hot_gj .hot_data_row .ten{
	padding: 2%!important;
}
.hot_gj_1{
	background: #DDE9FF;
	background-size: 100% 100%;
}
.hot_gj_2{
	background: #cee0ff;
	background-size: 100% 100%;
}
.hot_gj_left{
	height: 100%;
}
.hot_gj .data_menhu{
	display: flex;
	align-items: center;
}
.hot_gj_left .hot_gj_1{
	height: 50%;
	overflow: hidden;
}
.hot_gj_left .hot_gj_1:nth-of-type(1){
	padding-top: 20px;
}
.hot_gj_left .hot_gj_1 .d3 {
	transform: translateY(0);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.hot_gj_left .hot_gj_1 .dd .d1{
	font-size: 1.5rem;
}
.hot_gj_left .hot_gj_1 .dd .d2 {
	/*opacity: 0;*/
	/*visibility: hidden;*/
	transform: translateY(20px);
	/*transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);*/
}
.hot_gj_left .hot_gj_1 .dd .d3 a{
	display: inline-block;
	border: 1px solid #073865;
	color: #073865;
	font-size: 1rem;
	margin-top: 2rem;
	padding: 0.4rem 1.1rem;
}
.hot_gj_left .hot_gj_1 .dd .d3 a:hover{
	background: #086ec1;
	color: #fff;
}
.hot_gj .hot_gj_left .dd{
	padding-left: 18%;
}
.hot_gj .hot_gj_left .dd .d2{
	opacity: 1;
	visibility: visible;
}
.hot_gj .hot_gj_left .dd{
	top: 5%;
}
.hot_gj .hot_gj_left .dd .d3 {
	transform: translateY(1rem);
}
.gj_swiper_li_1 {
	flex: 1;
	box-shadow: 0 2px 4px #b8c6e0;
	padding: 1.5rem;
	cursor: pointer;
	margin: 0.7rem;
	border: 1px solid #fff;
	border-radius: 0.3rem;
	background: url(../img/new/card-bg.png) no-repeat;
	background-size: 100% 100%;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.gj_swiper_li_1:hover{
	transition: 0.5s;
	background-size: 100% 100%;
	transform: translateY(-0.15rem);
}
.gj_swiper_li_1 .d1{
	padding-bottom: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #073865;
	font-weight: bold;
	font-size: 1.4rem;
}
.gj_swiper_li_1 .d2{
	min-height: 4rem;
	font-size: 0.9rem;
	color: #244e94;
	letter-spacing: 0px;
}
.gj_swiper_li_1:hover .d2{
	color: #244e94;
}
.gj_swiper_li_1 .d1 img{
	width: 4rem;
	height: 4rem;
}
/*----Responsible--*/
@media screen and (max-width: 768px) {
	.hot_data_row {
		padding-left: 0 !important;
		width: 100%;
	}
	.hot_data .ui .hot_data_row .four.data_menhu {
		width: 100%!important
	}
	.hot_gj.hot_data .hot_data_row .data_menhu.six{
		width: 100%!important
	}
	.hot_gj_left .hot_gj_1 {
		padding: 10%;
		height: auto;
	}
	.hot_gj.hot_data .hot_data_row .ten{
		width: 100% !important;
		margin-top: 5%;
	}
	.gj_swiper_li_1{
		width: 100%;
		flex: initial;
	}
	.hot_data .data_menhu .dd .d1, .data_menhu .d2_bor {
		top: 45px;
	}
	.hot_gj .hot_gj_left .dd {
		padding-left: 0%;
		top: 30%;
	}
	.hot_data_ul .date_swiper_li .ui .four{
		width: 100%!important
	}
	.data_li_1 .d3{
		font-size: 0.9rem;
	}
	.data_li_1 img{
		width: 3rem;
		height: 3rem;
	}
}
/*----community----*/
.hzsq_right_li_f1 .hzsq_right_li_img{
	position: relative;
	left: 0;
	display: block;
	height: 100%;
	background: url('../img/new/bj01.jpg') no-repeat;
	background-position: 100% 0;
	background-size: cover;
}
.hzsq_right_li_f2 .hzsq_right_li_img{
	position: relative;
	left: 0;
	display: block;
	height: 100%;
	background: url('../img/new/bj02.jpg') no-repeat;
	background-position: 100% 0;
	background-size: cover;
}
.hzsq_right_li_f3 .hzsq_right_li_img{
	position: relative;
	left: 0;
	display: block;
	height: 100%;
	background: url('../img/new/bj03.jpg') no-repeat;
	background-position: 100% 0;
	background-size: cover;
}
.hzsq_right_li_f4 .hzsq_right_li_img{
	padding: 1rem;
	position: relative;
	left: 0;
	display: block;
	height: 100%;
	background: url('../img/new/bj04.jpg') no-repeat;
	background-position: 100% 0;
	background-size: cover;
}
.hzsq_right_li_f5 .hzsq_right_li_img{
	padding: 1rem;
	position: relative;
	left: 0;
	display: block;
	height: 100%;
	background: url('../img/new/training.png') no-repeat;
	background-position: 100% 0;
	background-size: cover;
}
.hzsq_right .four{
	position: relative;
	top:0
}
.hzsq_right_li{
	flex: 1;
	overflow: hidden;
	padding: 0 0.7rem!important;
	height: 100%;
}
.hzsq .hzsq_right .hzsq_right_li_img {
	padding: 1rem;
}
.hzsq .hzsq_right .hzsq_right_li_img .r_1 {
	font-size: 1.4rem;
	color: #fff;
	padding-bottom: 1rem;
	padding-top: 1rem;
	font-weight: bold;
}

.hzsq_right_li_img .r_1 {
	font-size: 1.4rem;
	color: #fff;
	padding-bottom: 1rem;
	padding-top: 1rem;
	font-weight: bold;
}
.hzsq .hzsq_right .hzsq_right_li_img .r_2 {
	font-size: 1rem;
	color: #fff;
}
.hzsq_right_li_img .r_2 {
	font-size: 1rem;
	color: #fff;
}
@media (max-width: 768px) {
	.hzsq .hzsq_right .hzsq_right_li_img .r_1 {
		font-size: 1.1rem;
	}
	.hzsq_right_li_img .r_1 {
		font-size: 1.1rem;
	}
	.hot_date_title span{
		font-size: 1.2rem;
	}
	.hzsq_right{
		flex-wrap: wrap;
	}
	.hzsq_right .hzsq_right_li  {
		width: 50%!important;
		flex: initial;
	}
	.hzsq_right_li{
		padding: 0.5rem!important;
	}
}
/*----Training----*/
.hzsq_right_li_img a {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1rem;
	margin-top: 2rem;
	padding: 0.4rem 1.1rem;
}
.hzsq_right_li_img a:hover {
	background: #086ec1;
	color: #fff;
}
.hzsq_uls{
	display: flex;
	margin: 0 -1rem
}
.hzsq_uls .hzsq_right {
	flex: 1;
	margin: 0;
	padding-right: 5%;
}
.hzsq_uls .hzsq_right1{
	width: 19%;
	margin: 0;
}
.hzsq_right1 .hzsq_right1_d {
	padding: 0;
	height: 100%;
	background: #086ec1;
	color: #FFFFFF;
}
.hzsq_right1 .hzsq_right1_d1{
	position: relative;
}
.hzsq_right1_d1_f{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #086ec1;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.hzsq_right1_d1_f span{
	display: block;
	color: #fff;
	line-height: 1.3;
	font-size: 1.1rem;
	font-weight: 800;
	transition: 0.3s;
}
.hzsq_right1_d1_f span:last-child{
	font-weight: 400;
}
.hzsq_right1 a img{
	display: block;
	width: 100%;
	height: 50%;
}
.hzsq_right1_d2 {
	padding: 2rem;
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: -2rem;
}
.hzsq_right1_d2_1 a{
	font-size: 0.9rem;
	font-weight: bold;
	color: #555;
	align-items: center;
	display: flex;
}
.hzsq_right1_d2_1 a img{
	width: 1rem;
	height: 1rem;
	margin-right: 0.5rem;
}
.hzsq_right1_d2_2 a{
	font-size: 1rem;
	font-weight: bold;
	color: #000;
	padding: 0.5rem 0;
}
.hzsq_right1_d2_3 a {
	font-size: 1rem;
	color: #FFFFFF;
	padding-top: 1rem;
	font-weight: normal;
	line-height: 1.8;
}
.hzsq_right1_d2_3 a:hover span{
	display: inline-block;
	transition: 0.5s;
	padding-left: 0.5rem;
}
.hzsq_right1_d2 a:hover{
	color: #FFFFFF;
}
.hzsq_right1_t{
	position: absolute;
	top:-3rem;
	left: 0;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 100%;
	color: #073865;
	padding-left: 5px;
	border-left: 5px solid #073865;
}
.hzsq_right1{
	position: relative;
}
.hzsq1{
	background: linear-gradient(to bottom, #e1edff, #FFFFFF);
	padding:3rem 0;
	position: relative;
	overflow: hidden;
}
.hzsq1_rbj{
	position: absolute;
	top:-30%;
	right: -20%;
	width: 135%;
	height: 160%;
	background: linear-gradient(to bottom, #d0e1f4, #FFFFFF);
}
 .hzsq_right1_d2_4 a{
	 display: inline-block;
	 border: 1px solid #fff;
	 color: #fff;
	 font-size: 1rem;
	 margin-top: 1rem;
	 padding: 0.4rem 1.1rem;
	 font-weight: normal;
 }
.hzsq_right1_d2_4 a:hover{
	background: #fff;
	color: #086ec1;
}
@media (max-width: 768px) {
	.hzsq_uls{
		display: block;
	}
	.hzsq_uls .hzsq_right1{
		width: 100%;
		padding: .5rem;
	}
	.hzsq1{
		margin: 1rem;
	}
	.hzsq{
		width: 100%;
		display: block;
		padding: 1rem!important;
	}
	.hzsq .sixteen{
		padding: 0rem!important;
	}
	.ui.grid{
		margin: 0;
	}
	.hzsq_right1_t{
		position: relative;
		top:0;
		margin: 2rem 0;
	}
	.hzsq .hzsq_right .hzsq_right_li_img {
		min-height: 37vh;
	}
	.hzsq_uls .hzsq_right {
		padding-right: 0rem;
	}
}
.hzsq_right1_d{
	position: relative;
	z-index: 99;
}
.hzsq_uls .hzsq_right1{
	position: relative;
}
@media (max-width: 768px){
	.hzsq1_rbj{
		display: none;
	}
	.hzsq_uls .hzsq_right1{
		background: #c0dbf7 ;
		padding: 1rem;
	}
	.hzsq1{
		margin: 0;
	}
	.hzsq{
		padding: 0!important;
	}
}
/*----Resources--*/
/* Submit part*/
.hjrk-section {
	background: #fafdff;
}
.hjrk-wrap{
	width: 94%;
	margin: 0 auto;
}
.hjrk-title {
	font-size: 2rem;
	font-weight: bold;
	color: #24476A;
	position: relative;
	padding-left: 1rem;
	border-left: 4px solid #3B82F6;
}
.hjrk-title span {
	font-size: 1.5rem;
	color: #999;
	font-weight: normal;
	margin-left: 0.5rem;
}
.hjrk-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}
.hjrk-card {
	border-radius: 5px;
	padding: 1.38rem 1rem;
	transition: all 0.3s ease;
	cursor: pointer;
	background-size: 50% 50%;
	border: 0.3px solid #bfd1ec;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 3rem;
	background: #fff;
}
.hjrk-card:hover {
	transform: translateY(-5px);
	border: 1px solid #eeeeee;
}
.hjrk-icon {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
}
.hjrk-icon svg {
	width: 48px;
	height: 48px;
}
.hjrk-text {
	font-size: 1.1rem;
	line-height: 1.4;
	text-align: left;
	flex: 1;
}
.color-star{
	color: orange;
}
/* Responsible*/
@media (max-width: 1200px) {
	.hjrk-content {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.5rem;
	}
	.hjrk-card {
		padding: 1rem;
	}
}
@media (max-width: 768px) {
	.hjrk-section {
		padding: 3rem 0;
	}
	.hjrk-title {
		font-size: 1.6rem;
	}
	.hjrk-title span {
		font-size: 1.2rem;
	}
	.hjrk-card {
		padding: 1.5rem;
	}
	.hjrk-icon svg {
		width: 32px;
		height: 32px;
	}
	.hjrk-text {
		font-size: 0.9rem;
	}
}
@media (max-width: 480px) {
	.hjrk-content {
		grid-template-columns: repeat(1, 1fr);
		gap: 1rem;
	}
	.hjrk-section {
		padding: 2rem 0;
	}
}
/*<!-- category part -->*/
.sjzyfl-wrap{
	width: 94%;
	margin: 0 auto;
}
.sjzyfl-header {
	margin-bottom: 3rem;
}
.sjzyfl-title {
	font-size: 2rem;
	font-weight: bold;
	color: #24476A;
	position: relative;
	padding-left: 1rem;
	border-left: 4px solid #3B82F6;
}
.sjzyfl-title span {
	font-size: 1.5rem;
	color: #999;
	font-weight: normal;
	margin-left: 0.5rem;
}
.news_left_li label{
	display: flex;
	align-items: center;
	padding: 0.8rem;
	border: 1px solid #ededed;
	color: #000;
	border-radius: 0.2rem;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 1rem;
	cursor: pointer;
	justify-content: space-between
}
.news_left_li.selected label{
	background: #086ec1;
	border-color: #086ec1;
	color: #FFFFFF;
}
.news_left_li label input{
	margin-left: 0.5rem;
	outline: none;
}
.news{
	padding: 1rem 0;
}
.news_ul{
	display: flex;
}
.news_left{
	width: 18rem;
}
.news_right{
	flex: 1;
	margin-left: 2rem;
}
.news_rli a{
	text-decoration: none;
	display: flex;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.news_rli a:hover .d1{
	color: #0056b3;
}
.news_rli a:hover .news_rimg img{
	transform: scale(1.05);
	transition: 0.5s;
}
.news_rli .news_rimg{
	width: 10rem;
	height: 9rem;
	margin-right: 1rem;
	overflow: hidden;
	border: 1px solid #eeeeee;
}
.news_rli .news_rimg img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 0.2rem;
}
.news_rli .news_rtext{
	flex:1
}
.news_rli .news_rtext .d1{
	font-size: 1rem;
	font-weight: bold;
	color: #000;
	padding-bottom: 1rem;
}
.news_rli .news_rtext .d2{
	font-size: 0.9rem;
	color: #999;
}
.next1{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}
.next1 a{
	color: #555;
	text-decoration: none;
	/*font-size: 1rem;*/
	padding: 0.2rem 0.5rem;
}
.next1 a img{
	width: 0.8rem;
	height: 0.8rem;
	margin-top: -1px;
}
.next1 a.r img{
	transform: rotate(180deg);
	width: 0.8rem;
	height: 0.8rem;
}
.next_search input{
	width: 12rem;
	border: 1px solid #dcdfe6;
	padding-left: 1rem;
	font-size: 0.9rem;
	height: 2rem;
	border-radius: 0.2rem;
	margin-right:2rem;
	outline: none;
}
.next1 a.on{
	color: #409eff;
	font-weight: bold;
}
.next1 a:hover{
	color: #409eff;
}
.next1 .next_input{
	font-size: 0.9rem;
	color: #555;
	margin-left: 1rem;
}
.next1 .next_input input{
	width: 3rem;
	border: 1px solid #dcdfe6;
	height: 1.8rem;
	border-radius: 0.2rem;
	font-size: 1rem;
	margin: 0 0.3rem;
	text-align: center;
	outline: none;
}
.next1 .next_select{
	border: 1px solid #dcdfe6;
	height: 2rem;
	width: 7rem;
	border-radius: 0.2rem;
	font-size: 0.9rem;
	color: #666;
	margin-right: 1rem;
	outline: none;
}
.news_head{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.switch-box {
	width: 2.2rem;
	height: 1rem;
	background-color: #e6e6e6;
	position: relative;
	cursor: pointer;
	appearance: none;
	border-radius: 30px;
	transition: all 500ms;
}
.switch-box ::before {
	width: 2.2rem;
	height: 1rem;
	background-color: #e6e6e6;
	position: absolute;
	cursor: pointer;
	content: '';
	border-radius: 2rem;
	transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.switch-box::after {
	position: absolute;
	left: 0.2rem;
	top: 0.2rem;
	width: 0.6rem;
	height:0.6rem;
	border-radius: 2rem;
	background-color: #fff;
	content: '';
	transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.switch-box:checked {
	background-color: #0056b3;
}
.switch-box:checked::after {
	transform: translateX(1.2rem);
}
.switch-box:checked::before {
	transform: scale(0);
}
.bottom_next{
	justify-content: flex-end;
	padding-right: 0;
}
@media (max-width: 996px){
	.news_head{
		display: block;
	}
	.news_left{
		width: 12rem;
	}
	.news_left_li label{
		font-size: 0.9rem;
	}
	.news_rli .news_rtext .d2{
		overflow: hidden;
		height: 2.5rem;
	}
}
@media (max-width: 780px){
	.next_a{
		display: none;
	}
	.news_head{
		padding-bottom: 0;
	}
	.next{
		padding: 1rem 0;
	}
	.next_search input{
		width: 5rem;
		margin-right: 1rem;
	}
	.news_ul{
		display: block;
	}
	.news_left{
		width: 100%;
	}
	.news_right{
		margin-left: 0;
	}
}
/*----Data Number one-*/
.sjzy-stats {
	background: #fafdff;
	padding-top: 50px;
	margin-top: 50px;
}
.sjzy-wrap {
	width: 94%;
	margin: 0 auto;
	margin-top: 15px !important;
}
.sjzy-stats .ui.grid {
	display: flex;
	justify-content: space-between;
	margin: 0 !important;
	gap: 1rem;
}
.sjzy-card {
	flex: 1;
	border-radius: 8px;
	padding: 1.5rem;
	position: relative;
	display: flex;
	align-items: center;
	gap: 1rem;
}
.sjzy-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
}
.sjzy-content {
	flex: 1;
	text-align: left;
}
.sjzy-number {
	font-size: 2rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}
.sjzy-label {
	font-size: 1rem;
	color: #666;
}
/*----Data Number Two-*/
.sjzy2-stats {
	background: #fafdff;
	padding-bottom: 20px;
}
.sjzy2-wrap{
	width: 94%;
}
.sjzy2-stats .ui.grid {
	display: flex;
	justify-content: space-between;
	margin: 0 !important;
	gap: 1rem;
}
.sjzy2-card {
	flex: 1;
	padding: 1.5rem;
	text-align: center;
	position: relative;
	min-width: 160px;
	display: flex;
	align-items: center;
	gap: 1rem;
	border-radius: 5px;
}
.sjzy2-icon{
	flex-shrink: 0;
	width: 50px;
}
.sjzy2-content {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.sjzy2-number {
	font-size: 2rem;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
}
.sjzy2-label {
	font-size: 1rem;
	color: #666;
}
.my-table.my-h-2 thead th {
	background-color: #3d698e ! Important;
	text-align: left !important;
}
/*----responsible-*/
@media (max-width: 768px) {
	.sjzy-stats .ui.grid,
	.sjzy2-stats .ui.grid {
		flex-wrap: wrap;
	}
	.sjzy-card {
		flex: 0 0 calc(50% - 1rem);
		margin-bottom: 1rem;
	}
	.sjzy-number {
		font-size: 1.5rem;
	}
	.sjzy-label {
		font-size: 0.9rem;
	}
	.sjzy2-card {
		flex: 0 0 calc(50% - 1rem);
		margin-bottom: 1rem;
	}
	.sjzy2-number {
		font-size: 1.4rem;
	}
	.sjzy2-label {
		font-size: 0.9rem;
	}
}
@media (max-width: 480px) {
	.sjzy-card,
	.sjzy2-card {
		flex: 0 0 100%;
	}
}


/*<!-- internet page css -->*/
/*<!-- Title-->*/
.main-title {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 80px;
	color: #191919;
}
.content-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}
.content-wrapper1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
}
.left-content {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.section-title {
	font-size: 24px;
	font-weight: bold;
	color: #191919;
}
.description {
	color: #595959;
	margin-bottom: 50px;
}
.learn-more {
	display: inline-block;
	padding: 8px 24px;
	border: 1px solid #595959;
	border-radius: 24px;
	text-decoration: none;
	color: #191919;
	transition: all 0.3s ease;
}
.learn-more:hover {
	background-color: #4a90e2;
	color: white;
	border-color: #4a90e2;
}
/*<!-- Data Set-->*/
.stats-grid {
	display: flex;
	grid-template-columns: 5fr 2fr;
	gap: 130px;
}
.stat-item .number {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #191919;
}
.stat-item .label {
	color: #191919;
}
.stat-icon{
	flex-shrink: 0;
	width: 100%;
}
/*<!-- ChinaMap-->*/
#globe-container {
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 2rem; overflow: hidden;
}
/*<!-- 滚动条-->*/
.certifications {
	position: relative;
	overflow: hidden;
	background-color: white;
	padding: 30px 0;
	border-radius: 10px;
	z-index: 1;
}
.cert-slider {
	display: flex;
}
.cert-item {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-right: 80px;
	transition: transform 0.3s ease;
}
.cert-item:hover {
	transform: scale(1.05);
}
.cert-item img {
	height: 50px;
	width: auto;
	filter: grayscale(10%);
	transition: filter 0.3s ease;
}
.cert-item:hover img {
	filter: grayscale(0%);
}
.cert-item span {
	font-size: 14px;
	color: #191919;
	text-align: center;
}
@media (max-width: 768px) {
	.content-wrapper {
		grid-template-columns: 1fr;
	}
	#globe-container {
		height: 400px;
		display: none;
	}
}
/* 添加标记点的样式 */
.city-label {
	position: absolute;
	color: #595959;
	font-size: 12px;
	pointer-events: none;
	z-index: 1000;
	white-space: nowrap;
	padding: 4px 8px;
	background: #fff;
	border-radius: 4px;
	transform-origin: center bottom;
	left: 0;
	top: -20px;
}
.city-tooltip {
	position: absolute;
	/*background: rgba(0, 0, 0, 0.8);*/
	color: white;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 12px;
	pointer-events: none;
	z-index: 1000;
	transform: translate(-50%, -100%);
	margin-top: -10px;
}
.city-card {
	position: absolute;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 12px;
	/*padding: 20px;*/
	width: 280px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	opacity: 0;
	transform: translateY(20px);
	pointer-events: none;
	transition: all 0.3s ease;
	z-index: 1000;
}
.city-card.active {
	opacity: 1;
	transform: translateY(0);
}
.city-card h3 {
	margin: 0 0 10px;
	color: #191919;
	font-size: 18px;
}
.city-card p {
	margin: 5px 0;
	color: #595959;
	font-size: 14px;
}
.city-card .close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	color: #999;
}
/*<!-- 表格-->*/
.table-container {
	position: relative;
	z-index: 1;
	/*padding-top: 5rem;*/
}
.table-title {
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
	color: #191919;
}
table {
	width: 100%;
	border-collapse: collapse;
}
th,
td {
	padding: 12px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
th {
	background-color: #4a90e2;
	color: white;
}
tr:hover {
	background-color: #f1f1f1;
}
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.page-info {
	margin-right: 20px;
	font-size: 16px;
	color: #191919;
}
.page-button,
.page-number {
	padding: 8px 12px;
	margin: 0 5px;
	border: 1px solid #4a90e2;
	border-radius: 4px;
	background-color: white;
	color: #4a90e2;
	cursor: pointer;
	transition: background-color 0.3s;
}
.page-button:hover,
.page-number:hover {
	background-color: #4a90e2;
	color: white;
}
.page-number.active {
	background-color: #4a90e2;
	color: white;
}


/*<!-- BHBD intro page css -->*/
/*<!-- content-->*/
.content-center {
	border-radius: 5px;
	display: flex;
	align-items: center;
	text-align: left;
}
.logo {
	width: 200px;
	height: 200px;
	margin-bottom: 30px;
	filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}
.quick-links {
	background: linear-gradient(135deg, #f5fbff 0%, #f5fbff 100%);
	padding: 19px;
	border-radius: 5px;
	margin-bottom: 30px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.quick-links a {
	display: block;
	color: #1565c0;
	text-decoration: none;
	padding: 14px 0;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
}
.quick-links a:hover {
	color: #0d47a1;
	transform: translateX(8px);
}
.news-section {
	background: linear-gradient(135deg, #f5fbff 0%, #f5fbff 100%);
	border-radius: 5px;
	padding: 30px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.news-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	gap: 12px;
	color: #1a1a1a;
}
.news-list {
	list-style: none;
}
.news-item {
	display: flex;
	justify-content: space-between;
	padding: 16px 0;
	border-bottom: 1px solid #e0e0e0;
	margin-left: -15px;
}
.news-item:last-child {
	border-bottom: none;
}
.news-link {
	color: #1565c0;
	text-decoration: none;
	flex: 1;
	font-weight: 500;
	transition: color 0.3s ease;
}
.news-link:hover {
	color: #0d47a1;
}
.news-date {
	color: #5f6368;
	margin-left: 20px;
	font-size: 14px;
}
.meeting-image {
	width: 100%;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}
.meeting-image:hover {
	transform: scale(1.02);
}
.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 20px;
}
.contact-item i {
	color: #1565c0;
	width: 20px;
	margin-top: 4px;
}
.contact-item span {
	color: #2c3e50;
	font-size: 15px;
	transition: color 0.3s ease;
}
.contact-item:hover span {
	color: #1565c0;
}
.fa-hand-point-right,
.fa-newspaper {
	color: #1565c0;
}
.carousel {
	position: relative;
	width: 100%;
	height: 455px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}
.carousel-inner {
	position: relative;
	height: 100%;
	display: flex;
	transition: transform 0.5s ease-in-out;
}
.carousel-item {
	min-width: 120%;
	height: auto;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	position: absolute;
}
.carousel-item.active {
	opacity: 1;
}
.carousel-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1565c0;
	transition: all 0.3s ease;
	opacity: 0;
}
.carousel:hover .carousel-control {
	opacity: 1;
}
.carousel-control:hover {
	background: rgba(255, 255, 255, 0.9);
	transform: translateY(-50%) scale(1.1);
}
.bhbdprev {
	left: 20px;
}
.bhbdnext {
	right: 20px;
}
.carousel-indicators {
	position: absolute;
	bottom: 20px;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
}
.indicator {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	transition: all 0.3s ease;
}
.indicator.active {
	background: rgba(255, 255, 255, 1);
	transform: scale(1.2);
}
@media (max-width: 1200px) {
	.partner {
		min-width: calc(33.333% - 14px);
	}
}
@media (max-width: 768px) {
	.content-wrapper {
		flex-direction: column;
	}
	.content-center {
		flex-direction: column;
		text-align: center;
	}
	.left-content,
	.right-content {
		width: 100%;
	}
	.partners {
		flex-wrap: wrap;
		justify-content: center;
	}
	.partner {
		flex: 0 0 calc(20% - 24px);
	}
	.table-container {
		margin-top: 20px;
	}
}
@media (max-width: 640px) {
	.partner {
		flex: 0 0 calc(33.333% - 20px);
	}
}
/*<!-- more css content-->*/
/* 背景和圆角 */
.bg-gray-50 {
	background-color: #f9fafb;
}
.rounded-lg {
	border-radius: 0.5rem;
}
/* 内边距 */
.p-4 {
	padding: 1rem;
}
/* 文本和间距样式 */
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-gray-600 {
	color: #4b5563;
}
.text-gray-800 {
	color: #1f2937;
}
.leading-7 {
	line-height: 1.75rem;
}
.font-medium {
	font-weight: 500;
}
/* 列表样式 */
.list-disc {
	list-style-type: disc;
}
.pl-6 {
	padding-left: 1.5rem;
}
/* 网格布局 */
.grid {
	display: grid;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gap-6 {
	gap: 1.5rem;
}
.img-center {
	display: flex!important;
	justify-content: center!important;
	align-items: center;
}
.sd-header p{
	font-size: 1rem;
	text-align: left;
}
.sd-fheader {
	top: 0;
	left: 0;
	width: 100%;
	background-color: #DEE8F7;
	height: 30%;
	margin-top: 0!important;
	margin-bottom: 0!important;
	padding-left: 2.5em;
	padding-right: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sd-fheader-r {
	background-color: #e4eef4!important;
}
.sd-fheader p{
	font-size: 1rem;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
#cn-map {
	width: 650px;
	height: 650px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	overflow: visible;
}
.city-label {
	position: absolute;
	color: #ffffff;
	font-size: 14px;
	pointer-events: none;
	z-index: 1000;
	white-space: nowrap;
	padding: 6px 10px;
	background: #0d47a1;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
	transform-origin: center bottom;
}
/* 响应式设计 */
@media (max-width: 768px) {
	#cn-map {
		display: none;
	}
	.content-wrapper1 {
		grid-template-columns: 1fr;
	}
}

/*network page transfer*/
.news01 .modern-table-container {
	background: #fff;
	border-radius: 8px;
	padding: 1rem;
}
.news01  .modern-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 0;
}
.news01  .modern-table thead th {
	background: #f8f9fa;
	padding: 12px 16px;
	font-weight: 500;
	color: #666;
	border: none;
	font-size: 14px;
}
.news01 .modern-table tbody td {
	padding: 12px 16px;
	border: none;
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 14px;
	vertical-align: middle;
}
.news01 .modern-table tbody tr:last-child td {
	border-bottom: none;
}
/* 响应式调整 */
@media (max-width: 992px) {
	.news01  .modern-table-container {
		margin-bottom: 1rem;
		overflow-x: auto;
	}
	.news01  .pt-xs-4 {
		padding-top: 1.5rem !important;
	}
}
.news01   .province-card {
	position: fixed;
	background: #fff;
	border-radius: 8px;
	padding: 12px;
	min-width: 200px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 1000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.news01  .province-card.visible {
	opacity: 1;
}
.news01  .province-card h3 {
	margin: 0 0 8px 0;
	color: #333;
	font-size: 16px;
	font-weight: 600;
}
.news01  .province-card p {
	margin: 4px 0;
	color: #666;
	font-size: 14px;
}
.news01  .province-card .data-row {
	display: flex;
	margin: 4px 0;
	align-items: center;

}
.news01  .province-card .label {
	color: #666;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 14px;
	padding: 4px 8px;
	border-radius: 4px;
	pointer-events: none;
	z-index: 1000;
}
.news01  .province-card .value {
	color: #666;
	font-weight: 500;
}
.news01 .content-wrapper1 {
	position: relative;
	/*margin-bottom: 70px;*/
}


/*ngdc-center page transfer*/
/* 左侧导航样式 */
.new02 .new_sidebar {
	width: 20%;
	/*border: 1px solid #ededed;*/
	/*padding: 20px;*/
	/*border-radius: 3px;*/
}
.new02 .new_sidebar .new_nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
.new02 .new_sidebar .new_nav li {
	margin-bottom: 10px;
}
.new02 .new_sidebar .nav-header {
	display: block;
	padding: 10px;
	color: #64748B;
	text-decoration: none;
	border-radius: 3px;
	cursor: pointer;
}
.new02 .new_sidebar .nav-header:hover {
	background-color: #2a73ba;
	color: #fff;
}
.new02 .new_sidebar .nav-header.active {
	background-color: #2a73ba;
	color: #fff;
}
.new02 .new_sidebar .nav-submenu {
	list-style: none;
	padding-left: 20px;
	margin-top: 5px;
	display: none;
	/* 默认隐藏子菜单 */
}
.new02 .new_sidebar .nav-submenu li a {
	display: block;
	padding: 8px;
	color: #64748B;
	text-decoration: none;
	border-radius: 3px;
}
.new02 .new_sidebar .nav-submenu li a:hover {
	background-color: #CBD5E1;
	color: #64748B;
}
.new02 .new_sidebar .nav-submenu li a.active {
	background-color: #D6E1EA;
	color: #64748B;
}
/* 右侧内容样式 */
.new02 .content {
	flex: 1;
	padding: 30px;
	margin-left: 30px;
	border: 1px solid #ededed;
	border-radius: 3px;
}
.new02 .content-item {
	display: none;
}
.new02 .content-item.active {
	display: block;
}
.new02 .new_con {
	display: flex;
}
/* 响应式 */
@media (max-width: 768px) {
	.new02  .new_con {
		flex-direction: column;
	}
	.new02 .new_sidebar {
		width: 100%;
	}
	.new02 .content {
		margin-left: 0px;
		margin-top: 30px;
	}
}
/*tools page transfer*/
/* 左侧导航样式 */
.new03 .new_sidebar {
	width: 20%;
	background-color: #f5f8fa;
	color: #fff;
	padding: 20px;
	border-radius: 8px;
}
.new03 .new_sidebar .new_nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
.new03 .new_sidebar .new_nav li {
	margin-bottom: 10px;
}
.new03 .new_sidebar .nav-header {
	display: block;
	padding: 10px;
	color: #64748B;
	text-decoration: none;
	/*background-color: #D6E1EA;*/
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.new03 .new_sidebar .nav-header:hover,
.new03 .new_sidebar .nav-header.active {
	background-color: #2a73ba;
	color: #fff;
}
/* 右侧内容样式 */
.new03 .content {
	flex: 1;
	padding: 30px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	margin-left: 30px;
}
.new03 .content-item {
	display: none;
}
.new03 .content-item.active {
	display: block;
}
.new03 .new_con{
	display: flex;
}
.new03 .t-hover {
	flex: 1;
	cursor: pointer;
	margin: 0.2rem;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	background: url(../img/new/card-bg.png) no-repeat;
	background-size: 100% 100%;
}
.new03 .t-hover:hover{
	box-shadow: 0 3px 8px #a1a1a3;
	border: 1px solid #0a58ca;
	transition: 0.5s;
	transform: translateY(-0.5rem);
}
/* 响应式 */
@media (max-width: 768px) {
	.new03 .new_con {
		flex-direction: column;
	}
	.new03 .new_sidebar {
		width: 100%;
	}
	.new03 .content {
		margin-left: 0px;
		margin-top: 30px;
	}
}
/*resources page  transer*/
.new04 .modern-table-container {
	background: #fff;
	border-radius: 8px;
	padding: 1rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.new04 .modern-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 0;
}
.new04 .modern-table thead th {
	background: #f8f9fa;
	padding: 12px 16px;
	font-weight: 500;
	color: #666;
	border: none;
	font-size: 14px;
	white-space: nowrap;
}
.new04 .modern-table tbody td {
	padding: 12px 16px;
	border: none;
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 14px;
	vertical-align: middle;
	white-space: nowrap;
}
.new04 .modern-table tbody tr:last-child td {
	border-bottom: none;
}
/* 复选框样式 */
.new04 .checkbox-column {
	width: 40px;
	text-align: center;
}
.new04 .checkbox-column::after {
	content: '' !important;
	display: none !important;
}
.new04 .custom-checkbox {
	width: 18px;
	height: 18px;
	border: 2px solid #ddd;
	border-radius: 4px;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	position: relative;
	background: #fff;
	vertical-align: middle;
	margin: 0;
}
.new04 .custom-checkbox:checked {
	background: #1a73e8;
	border-color: #1a73e8;
}
.new04 .custom-checkbox:checked::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
/* 链接样式 */
.new04 .name-link {
	color: #1a73e8;
	text-decoration: none;
	font-weight: 500;
}
.new04 .name-link:hover {
	text-decoration: underline;
}
/* 标签样式 */
.new04 .tag {
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	margin-right: 4px;
}
.new04 .color-blue {
	color: #1a73e8 !important;
}
/* 信息图标样式 */
.new04 .info-icon {
	color: #666;
	margin-left: 4px;
	font-size: 14px;
}
/* 响应式调整 */
@media (max-width: 992px) {
	.new04 .modern-table-container {
		margin-bottom: 1rem;
	}
	.new04 .pt-xs-4 {
		padding-top: 1.5rem !important;
	}
}

/*resources page  transer*/
.search-container {
	width: 80%;
	margin: 0 auto;
	padding: 4rem;
}
.background-color{
	background: #eeeeee;
}
.footer_font{
	font-size: 1.5rem;
	color: #ffffff;
	font-weight: 450;
}
.city-card {
	position: absolute;     /* 关键：让 left 和 top 生效 */
	background: white;
	padding: 10px 15px;     /* 增加内边距 */
	margin: 5px;            /* 外边距 */
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	pointer-events: none;   /* 如果想弹窗只显示不阻挡鼠标 */
	transition: opacity 0.3s ease;
	opacity: 0;             /* 默认隐藏 */
	z-index: 1000;
}
.city-card.active {
	opacity: 1;
	pointer-events: auto;   /* 激活时允许鼠标事件 */
}
.world-org-table .city-table {
	user-select: none !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
}
.world-org-table * {
	user-select: none !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
}
.world-org-table tbody tr:hover {
	background-color: transparent !important;
	cursor: default !important;
}
.world-org-table tbody tr td {
	cursor: default !important;
}
.world-org-table tbody tr td a {
	cursor: pointer !important;
}




.hjrk_step{
	overflow: hidden;
}
.hjrk_step_li{
	border: 0.3px solid #bfd1ec;
	border-radius: 0.2rem;
	padding: 1.5rem;
	margin-top: 1.5rem;
	min-height: 33vh;
	opacity: 0;
	transition: 0.8s;
	position: absolute;
	top: -100%;
	font-size: 1rem;
}
.hjrk_step_li .dli .d1{
	color:#333;
	font-size: 1.1rem;
	min-height: 3rem;
}
.hjrk_step_li .dli .d2 {
	text-align: center;
	padding: 1rem;
}
.hjrk_step_li .dli .d2 span{
	color:#fff;
	background: #8fb4c1;
	border: 1px solid #8fb4c1;
	border-radius: 0.3rem;
	font-size: 1rem;
	padding: 0.6rem 1.1rem;
	cursor: pointer;
	display: inline-block;
}
.hjrk_step_li .dli select{
	border:1px solid #ececec;
	height: 3.5rem;
	width: 100%;
	color: #333;
	padding-left: 1rem;
	background: #fff;
	font-size: 1rem;
	outline: none;
	margin-bottom: 1.5rem;;
}
.hjrk_step_li.hjrk_step_4 .dbutton button{
	background: #6c757d;
}
.hjrk_step_li .dbutton button{
	background: #086ec1;
	width: 50%;
	display: block;
	margin: 1rem auto;
	padding: 1rem 0;
	color: #fff;
	border:0;
	border-radius: 0.2rem;
}
.hjrk_step_li .dbuttona a{
	background: #086ec1;
	width: 50%;
	display: block;
	margin: 1rem auto;
	padding: 1rem 0;
	color: #fff;
	border:0;
	text-align: center;
	border-radius: 0.2rem;
}
.hjrk_step_li .dbuttona a:hover{
	opacity: 0.8;
}
.hjrk_step_li .dbutton button:hover{
	opacity: 0.8;
}
.hjrk_step_1.on{
	transition: 0.8s;
	opacity: 1;
	position: relative;
	top: 0;
}
.hjrk_step_2.on{
	transition: 0.8s;
	opacity: 1;
	position: relative;
	top: 0;
}
.hjrk_step_3.on{
	transition: 0.8s;
	opacity: 1;
	position: relative;
	top: 0;
}
.hjrk_step_4.on{
	transition: 0.8s;
	opacity: 1;
	position: relative;
	top: 0;
}