a {
	text-decoration: none;
}

html,
body {
	background: #FAFAFA;
}

.banner img {
	width: 100%;
}

.header {
	height: 13.47vh;
	/*background: url('../images_zs/img-head.jpg') no-repeat;*/
	background-size: cover;
}
.banner{
}
.nav-item {
	min-width: 160px;
	text-align: center;
}

.active {
	color: #3159df !important;
	font-weight: bold;
	/*background: #2B5CFF;*/
}

.navbar .dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}

.navbar .dropdown .dropdown-menu .dropdown-item:hover {
	color: #2579FC;
}

.navbar .show.dropdown-menu {
	margin-top: 0;
}
.navbar .nav-link{
	font-size: 22px;
}
.nav-title {
	width: 180px;
	height: 64px;
	background: url('../images_zs/nav-bg.png') no-repeat;
	line-height: 64px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 12px 12px 0 0;
	text-align: center;
}

.left-nav {
	margin-right: 24px;
}

.left-nav .nav-link {
	color: #252A36;
	margin: 8px;
	border-radius: 4px 4px 4px 4px;
}

.left-nav .active {
	background-color: #F3F7FF;
	color: #2579FC;
}

.dropdown-menu {
	border: 0;
	padding: 4px;
	border-radius: 8px 8px 8px 8px;
}

.dropdown-item {
	border-radius: 4px 4px 4px 4px;
}

.dropdown-item:focus {
	background: none;
}

/* 首页通知公告 */
.news-list {
	flex-grow: 1;
	padding-left: 1.5rem;
}

.news-list .title a,.news-list .title div{
	color: #999;
	font-size: 1.5rem;
	cursor: pointer;
}
.news-list .title a.active{
	color: #3159df;
}
.news-list .title a:hover{
	background: none;
}
.news-list .title i {
	font-size: 24px;
	font-weight: normal;
}

.news-list .title .more {
	color: #3159df;
	font-size: 1rem;
}

.news-list ul li {
	justify-content: space-between;
	list-style: disc;
	color: #C8CEDF;
}

.news-list ul li:hover {
	color: #2579FC;
}

.news-list ul li a {
	display: flex;
	/*justify-content: space-between;*/
	color: #252A36;
	font-size: 1rem;
	width: 100%;
}
.news-list ul li+li a {
	border-top: 1px solid #e1e1e1;
}
.time {
	color: #737E97;
}

/*.news-list ul li span {*/
/*	display: inline-block;*/
/*	width: 0;*/
/*	overflow: hidden;*/
/*	white-space: nowrap;*/
/*	text-overflow: ellipsis;*/
/*	flex: 1;*/
/*	padding-right: 12px;*/
/*}*/
#entrance{
	/*background: url('../images_zs/bottom-bg.png');*/
	background-size: 100% 100%;
}
.entrance {
	/*background: url('../images_zs/bottom-bg.png') no-repeat;*/
	background-size: cover;
	height: 298px;
	padding-top: 40px;

}

.entrance .item {
	width: calc(33.333333% - 32px) ;
	flex-shrink: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #285FD9;
	height: 180px;
	background: #8C9DC4;
	box-sizing: border-box;
	/*box-shadow: 0px 4px 8px 4px rgba(49, 116, 240, 0.1);*/
	border-radius: 1rem;
	overflow: hidden;
	font-size: 18px;
	background: linear-gradient(121.6deg, rgba(250, 252, 255, 1) 0%, rgba(213, 231, 255, 1) 100%);

}
.entrance .item img{
	width: 60px;
	height: 60px;
	margin-bottom: 12px;
}

.entrance .item span {
	display: inline-block;
	padding-top: 20px;
}

.entrance .item.policy {
	background: url('../images_zs/img-policy.jpg') no-repeat;
	background-size: cover;
}

.entrance .item.inquire {
	background: url('../images_zs/img-inquire.jpg')no-repeat;
	background-size: cover;
}

.entrance .item2 {
	height: 88px;
	line-height: 88px;
	padding-left: 188px;
	box-shadow: 0px 4px 8px 4px rgba(49, 116, 240, 0.1);
	border-radius: 0.5rem;
	overflow: hidden;
	color: #142B64;
	font-size: 20px;
	font-weight: bold;
}

.entrance .item2.aid {
	background: url('../images_zs/img-aid.jpg');
}

.entrance .item2.data {
	background: url('../images_zs/img-data.jpg');
}

.footer {
	background: #285FD9;
	color: #fff;
	font-size: 14px;
}

.footer .link {
	background: #285FD9;
	padding: 12px 0;
}

.footer .container {
	padding-bottom: 16px;
}

.footer .container a {
	/* padding-bottom: 16px; */
	color: #fff;
	font-size: 16px;
}

.page-title {
	padding: 16px 24px;
	font-size: 20px;
	color: #2579FC;
	font-weight: bold;
	background: #F3F7FF;
	border-bottom: 1px solid #DEE5F4;
	border-radius: 12px 12px 0 0;
}

.content-article {
	min-height: 586px;
	background: #fff;
	padding: 24px 32px;
	border-radius: 0 0 12px 12px;
	position: relative;
}

.right-content {
	width: 100%;
}
.right-content .news-list ul li a {
	display: flex;
	justify-content: space-between;
	color: #252A36;
	font-size: 1rem;
	line-height: 44px;
	width: 100%;
}

.right-content .news-list ul li span {
	display: inline-block;
	width: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	flex: 1;
	padding-right: 12px;
}

.content-article p {
	margin-bottom: 0.5rem;
}

.page-item:first-child .page-link {
	border-radius: 2px;
}

.page-item:last-child .page-link {
	border-radius: 2px;
}

.page-item {
	margin: 0 4px;
}

.page-link {
	color: #2A3F58;
	border-radius: 2px 2px 2px 2px;
}

.page-link.active {
	background: #2579FC;
	color: #fff;
}

.inquire {
	height: 72.7vh;
	background: url('../images_zs/inquire-bg.jpg') no-repeat;
	background-size: cover;
	padding-top: 72px;
	box-sizing: border-box;
	color: #fff;
}

.inquire h1 {
	text-shadow: 0px 4px 10px #1E7FEB;
	font-size: 40px;
	font-weight: bold;
}

.inquire p {
	opacity: .7;
}

.search .nav-item {
	min-width: auto;

}

.nav-pills .nav-link {
	margin-right: 32px;
	padding: 0 0 12px 0;
	color: #fff;
}

.tab-pane {
	transition: none;
	background: none;
}

.nav-pills .nav-link.active {
	background: none;
	border-bottom: 2px solid #fff;
	border-radius: 0;
	padding: 0 0 12px 0;
}

.search .input-group .form-select {
	width: auto;
	flex: 0 1 auto;
	font-size: 14px;
	border: 0;
}

.search .form-control {
	width: 470px;
	border: 0;
	padding: 1.2rem 0.75rem;
}

.search .input-group {
	width: 60%;
	flex-wrap: nowrap
}

.form-select:focus,
.form-control:focus {
	border-color: #fff;
	webkit-box-shadow: none;
	box-shadow: none;
}

.search .btn {
	width: 132px;
	background: #F3B63B;
	border-radius: 0px 8px 8px 0px;
	border: 0;
	color: #fff;
}

.table-title {
	padding-top: 24px;
}

.search-table {
	font-size: 14px;
	padding: 20px 0;
	border-bottom: 1px solid #D8D8D8;
}

.search-table:last-child {
	border: 0;
}

.search-table table {
	width: 100%;
	border-color: #E2EBFC;
	border-spacing: 0;
	line-height: normal;
}

.search-table table tr td {
	padding: 10px;
	padding-left: 16px;
}

.search-table table tr td:nth-child(1),
.search-table table tr td:nth-child(3) {
	width: 15%;
	background-color: #EEF4FF;
}

.search-table table tr td:nth-child(2),
.search-table table tr td:nth-child(4) {}

.aid .nav-pills .nav-link {
	color: #252A36;
}

.aid .nav-pills .nav-link.active {
	color: #2579FC;
	border-bottom: 2px solid #2579FC;
}

.aid .nav-item {
	min-width: auto;
}

.aid .tab-content .tab-pane {
	color: #252A36;
}

.complaint {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: 240px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #EEEEEE;
}

.complaint .contact {
	padding-top: 1.5rem;
	font-weight: bold;
}

.complaint .title {
	color: #646D83;
	font-size: 14px;
}

.article-header {
	padding-bottom: 2rem;
	border-bottom: 1px solid #D8D8D8;
}

.article-header .title {
	padding-bottom: 14px;
	font-size: 20px
}

.article-header .time {
	color: #B2BBD0;
	font-size: 14px
}

.data-statistics .item {
	border-bottom: 1px dashed #DDDDDD;
	padding: 24px 0;
}

.data-statistics .time {
	width: 4rem;
	height: 4rem;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
}

.data-statistics .time span {
	display: block;
}

.data-statistics .time .day {
	font-size: 1.25rem;
	color: #fff;
	background: #2579FC;
	line-height: 32px;
}

.data-statistics .time .year {
	font-size: 0.875rem;
	color: #2579FC;
	line-height: 32px;
	background: #FAFAFA;
}

.data-statistics p {
	color: #646D83;
	font-size: 14px;
}

.data-statistics a {
	color: #646D83;
	font-size: 14px
}

.data-statistics a:hover {
	color: #2579fc;
}

.data-statistics h2 {
	font-size: 1rem;
}

.serve {
	padding-top: 42px;
}

.serve .questionnaire {
	width: 980px;
	height: 1911px;
	background: url('../images_zs/serve-bg.png') no-repeat;
	background-size: cover;
	padding-top: 1px;
	padding: 128px 120px;
	position: relative;
	margin: 0 auto;
}

.serve .questionnaire .title {
	width: 358px;
	height: 64px;
	background: url('../images_zs/serve-title.png') no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding-top: 19px;
	box-sizing: border-box;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
}

.serve .questionnaire p {
	font-size: 14px;
	color: #646D83;
	background: #F8FAFF;
	padding: 16px;
	border-radius: 8px 8px 8px 8px;
}

.serve .questionnaire .serve-title {
	border-radius: 4px 4px 4px 4px;
	background: #F8FAFF;
	padding: 8px 12px;
	position: relative;
	margin-top: 32px;
}

.serve .questionnaire .serve-title::before {
	content: '';
	width: 3px;
	height: 14px;
	background-color: #265FD0;
	border-radius: 2px 2px 2px 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.serve .form-control {
	font-size: 14px;
}

.serve .form-control:focus {
	border: var(--bs-border-width) solid var(--bs-border-color);
}

.serve .btn {
	width: 240px;
	color: #fff;
	margin: 0 auto;
	display: block;
	background: #2579FC;
	border-radius: 6px 6px 6px 6px;
}

.education .file {
	padding: 24px;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #EEEEEE;
	margin-bottom: 24px;
}

.education .video {
	/* border-radius: 8px; */
	overflow: hidden;
	width: 270px;
	height: 202px;
}

.education .video video {
	width: 100%;
	height: 100%;
}

.specialist .item {
	padding: 55px 16px 16px 16px;
	border: 1px solid #EEEEEE;
	position: relative;
	border-radius: 8px 8px 8px 8px;
}

.specialist .name::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #2579FC transparent transparent;
	position: absolute;
	left: 0;
	bottom: -5px;
}

.specialist .name {
	background: linear-gradient(157deg, #2579FC 0%, #5B98F6 49%, #2579FC 100%);
	border-radius: 4px 4px 4px 0px;
	width: 96px;
	height: 32px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	position: absolute;
	left: -6px;
	top: 8px;
}

.specialist .label {
	height: 24px;
}

.specialist .label,
.specialist .post {
	line-height: 24px;
}

.specialist .row>* {
	margin-bottom: 24px;
}

.download .item {
	padding: 24px;
	border: 1px solid #EEEEEE;
	border-radius: 8px 8px 8px 8px;
	margin-bottom: 24px;
}

.download .item:hover .btn-download {
	color: #2579FC;
}

.download .item:hover {
	background: #F7F9FF;
}

.download .btn-download {
	color: #646D83;
	cursor: pointer;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.specialist .iconfont {
	font-size: 24px;
	color: #737E97;
	vertical-align: middle;
}

.brand {
	background: url('../images_zs/bg-brand.png') no-repeat;
}

.patent {
	background: url('../images_zs/bg-patent.png') no-repeat;
}

.apply-link {
	display: block;
	height: 220px;
	color: #8C9DC4;
	padding: 56px 0 0 56px;
}

.apply-link h2 {
	font-size: 24px;
	color: #142B64;
	font-weight: 700;
}

.apply-link span {
	display: inline-block;
	padding-top: 20px;
}

.inquire-search {
	background: url('../images_zs/bg-inquire-search.jpg') no-repeat;
}

.content-title {
	font-size: 18px;
	font-weight: bold;
}

.content-title img {
	width: 16px;
	height: 16px;
	margin-right: 12px;
}

.content-info {
	padding-top: 16px;
	color: #646D83;
	padding-bottom: 48px;
}

.btn-system {
	background: #F3F7FF;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #E3EBF7;
	width: 272px;
	height: 48px;
	line-height: 48px;
	padding: 0;
	color: #2579FC;
}

.btn-system:hover {
	background: #2B5CFF;
	color: #FFFFFF;
}
.system .list {
}
.system .list .item {
	width: calc(50% - 12px);
}
.system .list .btn-download{
	position: static;
	transform: translateY(0);
}