.clearfix:after,
.clearfix:before {
	display: table;
	content: " ";
	clear: both;
}

/* 头部 */
.bannerbox {
	height: 544px;
	background: url(banner_01.jpg) no-repeat center top;
	padding-top: 11px;
	position: relative;
}

.top {
	overflow: hidden;
}

.top_left {
	float: left;
}

.top_left span {
	float: right;
	margin-left: 20px;
	margin-top: 40px;
	font-size: 16px;
	color: #265db4;
}

.top_right {
	float: right;
	line-height: 32px;
	background: #9cc2f3;
	border-radius: 16px;
	font-size: 16px;
	color: #084086;
}

.top_right a {
	display: block;
	padding: 0 25px;
	color: #084086;
}

.top_right img {
	margin-right: 7px;
}

.nav {
	margin-top: 30px;
	padding: 0 65px;
}

.nav ul {
	display: flex;
	justify-content: space-around;
}

.nav ul li {
	line-height: 25px;
}

.nav ul li a {
	font-size: 22px;
	color: #265db4;
}

.nav ul li a img {
	float: left;
	margin-right: 19px;
}

.nav ul li.on a,
.nav ul li:hover a {
	font-weight: bold;
}

.logo {
	margin-top: 70px;
	padding-left: 232px;
	position: relative;
}

.logo .logoimg1 {
	margin-right: 28px;
}

.logo .logoimg3 {
	position: absolute;
	right: -28px;
}

.search {
	width: 918px;
	height: 80px;
	margin: 0 auto;
	padding: 10px;
	background: url(searchbg_03.png) no-repeat;
	margin-top: 58px;
}

.search .text {
	width: 787px;
	height: 60px;
	line-height: 58px;
	padding-left: 37px;
	padding-right: 20px;
	font-size: 18px;
	color: #999999;
}

.search .submit {
	width: 102px;
	height: 60px;
	line-height: 58px;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
}

/* 中间内容 */
.content {
	background: url(/picture/1427/2507011628363576596.png) no-repeat center top;
}

.part1 {
	height: 860px;
	padding-top: 40px;
}

.tit {
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: url(sbtitbg_03.png) no-repeat center center;
}

.ztfwlist {
	margin-top: 30px;
}

.ztfwlist ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ztfwlist ul li {
	width: 224px;
	height: 100px;
	background: #5891ff;
	transition: all 0.3s;
}

.ztfwlist ul li:hover {
	transform: scale(1.1);
}

.ztfwlist ul li:nth-child(2) {
	background: #24abff;
}

.ztfwlist ul li:nth-child(3) {
	background: #2cbfde;
}

.ztfwlist ul li:nth-child(4) {
	background: #34c288;
}

.ztfwlist ul li:nth-child(5) {
	background: #de9f18;
}

.ztfwlist ul li a {
	height: 100%;
	display: flex;
	padding-left: 40px;
	align-items: center;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
}

.ztfwlist ul li a img {
	margin-right: 20px;
}

.ztfwlist1 {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.new_qh{
	margin-top: 30px;
}

.new_qh ul{
	display: flex;
	justify-content: center;
}

.new_qh ul li{
	font-size: 26px;
	padding: 0 25px;
	position: relative;
}

.new_qh ul li.active a{
	font-weight: bold;
}

.new_qh ul li.active::after{
	border-top: 4px solid #ffffff;
	content: "";
	position: absolute;
	bottom: 0;
	width: 50px;
	border-radius: 4px;
	left: 53px;
}

.new_qh ul li a{
	color: #ffffff;
	display: block;
	padding-bottom: 24px;
}

.news {
	overflow: hidden;
	margin-top: 30px;
}

.newslunbo {
	float: left;
	width: 29.5625rem;
	height: 20.25rem;
}

.newslunbo .slide {
	width: 29.5625rem;
	height: 20.25rem;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.newslunbo .slide .swiper-container {
	width: 29.5625rem;
	height: 20.25rem;
}

.newslunbo .slide .swiper-container li {
	position: relative;
}

.newslunbo .slide .swiper-container li a {
	display: block;
	width: 100%;
	height: 100%;
}

.newslunbo .slide .swiper-container li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newslunbo .slideTxt {
	width: 29.5625rem;
	height: 3.75rem;
	line-height: 3.75rem;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 1.25rem;
	z-index: 2;
	background: url(newsbg_03.png);
}

.newslunbo .slideTxt a {
	font-size: 1rem;
	color: #fff;
	width: 74% !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.newslunbo .slide .swiper-pagination {
	position: absolute;
	right: 1.25rem;
	bottom: 1.3125rem;
}

.newslunbo .slide .swiper-pagination-bullet {
	float: left;
	width: 1rem;
	height: 1rem;
	background: #fff;
	opacity: 1;
	margin-left: .5rem;
}

.newslunbo .slide .swiper-pagination-bullet-active {
	background: #3a83e9;
}

/* 右侧列表 */
.newslist {
	float: left;
    width: 727px;
    height: 324px;
    background: #f0f7fe;
    padding-left: 30px;
    padding-right: 30px;
}

.newslist>ul {
	padding-top: 8px;
}

.newslist>ul>li {
	padding: 0;
	border-bottom: 1px solid #ececec;
	display: flex;
	padding-left: 18px;
	line-height: 43px;
	background: url(dian.png) no-repeat center left;
}

.newslist>ul>li .time {
	width: 84px;
	border-right: 1px solid #ececec;
	color: #999999;
	text-align: center;
	display: none;
}

.newslist>ul>li .time p {
	font-size: 22px;
	height: 36px;
}

.newslist>ul>li .time span {
	font-size: 14px;
}

.newslist>ul>li .wenzi {
	width: 100%;
	overflow: hidden;
}

.newslist>ul>li .wenzi a {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	width: 80%;
	float: left;
}

.newslist>ul>li .wenzi p {
	font-size: 16px;
	color: #999999;
	margin-top: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: none;
}

.newslist>ul>li .wenzi span {
	color: #666666;
	float: right;
}

/* 政务公开 */
.part2 {
	margin-top: 85px;
}

.card {
	width: 23%;
	float: left;
	/* background: #FFFFFF; */
	box-shadow: 0px 0px 17px 6px rgba(242, 242, 242, 0.9);
	padding: 30px 0;
	transition: all 0.5s;
	height: 379px;
}

.card.active {
	width: 54%;
	box-shadow: 0px 0px 17px 6px rgba(242, 242, 242, 0.9);
	/* border: 1px solid #f4f4f4; */
	padding: 30px 30px 0;
	background: url(gklistbg_03.jpg) no-repeat;
	background-size: cover;
	/* background: #ffffff; */
	height: 425px;
	overflow: hidden;
	margin-top: -45px;
}

.card .card-title {
	font-size: 22px;
	color: #747474;
	font-weight: bold;
	text-align: center;
}

.card .card-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.card .card-ul li {
	width: 50%;
	text-align: center;
	margin-top: 50px;
}

.card .card-ul li p {
	margin-top: 28px;
	color: #333333;
}

.card .card-none {
	display: none;
	transition: transform 0.3s;
}

.card .card-none .wenzi h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

.card .card-none .wenzi p {
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}

.card .card-none-img ul {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}

.card .card-none-img ul li {
	width: 180px;
}

.card .card-none-img ul li img {
	width: 180px;
	height: 90px;
}

.card .card-none-img ul li p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.card-none-fw {
	padding-top: 30px;
}

.card-none-fw-img {
	display: flex;
	justify-content: space-between;
}

.card-none-fw .fw-img {
	width: 165px;
	height: 129px;
}

.card-none-fw .fw-text {
	width: 400px;
	height: 129px;
	font-size: 16px;
	line-height: 32px;
	text-indent: 2em;
	margin-top: -15px;
}

.card-none-fw ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 33px;
}

.card-none-fw ul li {
	width: 262px;
	height: 60px;
	background: #eff6ff;
	border-radius: 30px;
	margin-bottom: 20px;
}

.card-none-fw ul li:nth-child(2),
.card-none-fw ul li:nth-child(4) {
	width: 299px;
}

.card-none-fw ul li a {
	display: flex;
	align-items: center;
	padding-left: 52px;
	height: 100%;
}

.card-none-fw ul li a img {
	margin-right: 23px;
}

.card-none-fw ul li a p {
	font-size: 20px;
}

.card-none-hd-ul li {
	padding-left: 16px;
	background: url(dian.png) no-repeat center left;
	line-height: 32px;
	overflow: hidden;
}

.card-none-hd-ul li a {
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
}

.card-none-hd-ul li span {
	color: #666666;
	float: right;
}

.card .card-none-hd .card-none-img ul {
	padding-top: 10px;
}

.card.active .card-title {
	font-size: 26px;
	color: #2263b4;
	background: url(gktitbg_03.png) no-repeat center;
}

.card.active .card-none {
	display: block;
}

.card.active .card-ul {
	display: none;
}

.part3 {
	margin-bottom: 40px;
}

.part3 .tit {
	color: #333333;
	margin-top: 40px;
	background: url(ztctitbg_03.png) no-repeat center center;
}

.part3 ul {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.part3 ul li {
	width: 224px;
	height: 205px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 6px #f6f6f6;
}

.part3 ul li a {
	display: block;
}

.part3 ul li a img {
	width: 100%;
	height: 139px;
	object-fit: cover;
}

.part3 ul li a p {
	line-height: 66px;
	text-align: center;
	font-size: 20px;
}

.part3 ul li:hover {
	box-shadow: 0px 0px 17px 1px #2263b4;
	background: #2263b4;
}

.part3 ul li:hover p {
	color: #ffffff;
}

/* 底部 */
.footer {
	height: 129px;
	background: #2263b4;
}

.footer ul {
	display: flex;
	padding: 0 139px;
	justify-content: space-between;
}

.footer ul li:nth-child(1) {
	padding-top: 30px;
}

.footer ul li:nth-child(2) {
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 34px;
	padding-top: 30px;
}

.footer ul li:nth-child(2) p a {
	color: #ffffff;
}

.footer ul li:nth-child(2) p a img {
	margin: 0 5px;
	margin-left: 8px;
	float: left;
	margin-top: 7px;
}

.footer ul li:nth-child(3) {
	padding-top: 37px;
}

/* 侧边栏 */
#cbl {
	position: fixed;
	top: 340px;
	right: 87px;
	width: 94px;
	background: #ffffff;
	border-radius: 5px;
	padding-bottom: 12px;
	box-shadow: 0px 0px 10px 0px #f3f3f3;
	/* border: 1px solid #f3f3f3; */
}

#cbl ul {
	text-align: center;
	padding-top: 22px;
}

#cbl ul li {
	margin-bottom: 29px;
}

#cbl ul li img {}

#cbl ul li span {
	display: block;
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
}

#cbl div a {
	display: block;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
	background: #1677ff;
	font-size: 14px;
	cursor: pointer;
}



@media (max-width: 767px) {

	.search,
	.logo .logoimg3,
	.navbg,
	#cbl,
	.footer ul li:nth-child(1),
	.footer ul li:nth-child(3),
	.top_right {
		display: none;
	}

	.bannerbox {
		height: auto;
		padding-bottom: 3rem;
		background-size: cover;
	}

	.top_left {
		float: none;
		text-align: left;
		padding-left: 1rem;
	}

	.top_left img {
		width: 2rem;
	}

	.top_left span {
		float: none;
		margin-left: 0.5rem;
		margin-top: 2rem;
		font-size: 0.85rem;
	}

	.logo {
		margin-top: 4rem;
		padding-left: 0;
		text-align: center;
	}

	.logo .logoimg1 {
		width: 4rem;
		margin-right: 0.5rem;
	}

	.logo .logoimg2 {
		width: 13rem;
	}

	/* 主内容 */
	.part1 {
		height: auto;
		padding-top: 2rem;
	}

	.tit {
		font-size: 2.5rem;
		text-align: center;
	}

	.ztfwlist {
		margin-top: 2rem;
	}

	.ztfwlist ul {
		flex-wrap: wrap;
		padding: 0 3rem;
	}

	.ztfwlist ul li {
		width: 48%;
		height: 8rem;
		margin-bottom: 1.5rem;
	}

	.ztfwlist ul li a {
		padding-left: 2rem;
		font-size: 1.75rem;
	}

	.ztfwlist ul li a img {
		margin-right: 2rem;
		width: 3rem;
	}

	.ztfwlist1 {
		justify-content: center;
		margin-top: 2rem;
	}

	.ztfwlist1 a {
		margin-bottom: 2rem;
	}

	.ztfwlist1 img {
		width: 100%;
	}

	.new_qh{
		margin-top: 2rem;
	}

	.new_qh ul li{
		font-size: 2.5rem;
		padding: 0 1.5rem;
	}

	.new_qh ul li.active::after{
		width: 4.2rem;
		left: 4.4rem;
	}

	.new_qh ul li a{
		padding-bottom: 2rem;
	}

	.news {
		margin-top: 2rem;
	}

	.newslunbo {
		float: none;
		width: 100%;
		height: 25.25rem;
		margin: 0 auto;
	}

	.newslunbo .slide,
	.newslunbo .slide .swiper-container {
		width: 100%;
		height: 100%;
	}

	.slideTxt a {
		font-size: 1.75rem;
	}

	.newslunbo .slideTxt {
		width: 100%;
		height: 4.75rem;
		line-height: 4.75rem;
		padding-left: 1.25rem;
	}

	.newslunbo .slide .swiper-pagination {
		right: 0.75rem;
		bottom: 1.5125rem;
	}

	.newslunbo .slide .swiper-pagination-bullet {
		width: 1.25rem;
		height: 1.25rem;
	}

	.newslunbo .slideTxt a {
		width: 76% !important;
		font-size: 1.75rem;
	}

	.newslist {
		float: none;
		width: 100%;
		height: auto;
		padding: 2rem 3rem;
	}

	.newslist>ul>li {
		padding: 1rem 0;
		border-bottom: 1px solid #ececec;
		display: block;
		padding-right: 0;
		background: none;
	}

	.newslist>ul>li .time {
		display: none;
	}

	.newslist>ul>li .wenzi {
		padding-left: 0;
		width: auto;
	}

	.newslist>ul>li .wenzi a {
		font-size: 1.75rem;
		white-space: normal;
		line-height: 3.5rem;
		width: 100%;
	}

	.newslist>ul>li .wenzi span {
		font-size: 1.75rem;
	}

	.newslist>ul>li .wenzi p {
		display: none;
	}

	.part2 {
		margin-top: 0rem;
	}

	.part3 .tit {
		margin-top: 2rem;
	}

	.card.active {
		width: 100%;
		box-shadow: none;
		padding: 2rem 3rem;
		background: #fff;
		height: auto;
		overflow: hidden;
		margin-top: 0;
		padding-top: 2rem;
	}

	.card.active .card-title {
		font-size: 2.5rem;
	}

	.card .card-none .wenzi h3 {
		font-size: 2.25rem;
		font-weight: bold;
		margin-top: 2rem;
		margin-bottom: 1rem;
	}

	.card .card-none-img ul {
		padding-top: 2rem;
	}

	.card .card-none-img ul li {
		width: 32%;
	}

	.card .card-none-img ul li img {
		width: 100%;
		height: auto;
	}

	.card .card-none-img ul li p {
		font-size: 1.75rem;
		margin-top: 1rem;
	}

	.card .card-none .wenzi p {
		font-size: 1.75rem;
		line-height: 3rem;
	}

	.card-none-fw {
		padding-top: 2rem;
	}

	.card-none-fw-img {
		flex-wrap: wrap;
	}

	.card-none-fw .fw-img {
		width: 100%;
		height: auto;
	}

	.card-none-fw .fw-img img {
		width: 100%;
		height: 20rem;
	}

	.card-none-fw .fw-text {
		width: 100%;
		height: auto;
		font-size: 1.75rem;
		line-height: 3rem;
		margin-top: 2rem;
	}

	.card-none-fw ul {
		margin-top: 2rem;
	}

	.card-none-fw ul li {
		width: 100%;
		height: 7rem;
		border-radius: 4rem;
		margin-bottom: 2rem;
	}

	.card-none-fw ul li:nth-child(2),
	.card-none-fw ul li:nth-child(4) {
		width: 100%;
	}

	.card-none-fw ul li a {
		padding-left: 5rem;
		height: 100%;
	}

	.card-none-fw ul li a img {
		margin-right: 3rem;
		width: 3rem;
	}

	.card-none-fw ul li a p {
		font-size: 1.85rem;
	}

	.card-none-hd-ul li {
		background: none;
		line-height: 2.5rem;
		font-size: 1.75rem;
		border-bottom: 1px solid #ececec;
		padding: 1.5rem 0;
	}

	.card-none-hd-ul li a {
		width: 100%;
		white-space: inherit;
	}

	.card-none-hd-ul li span {
		float: left;
		margin-top: 0.5rem;
	}

	.card .card-none-hd .card-none-img ul {
		padding-top: 2rem;
	}

	.part3 {
		margin-bottom: 2rem;
	}

	.part3 ul {
		margin-top: 2rem;
		flex-wrap: wrap;
		padding: 2rem 3rem;
		justify-content: space-between;
	}

	.part3 ul li {
		width: 48%;
		height: auto;
		background: #ffffff;
		box-shadow: 0px 0px 10px 6px #f6f6f6;
		/* margin: 0 auto; */
		margin-bottom: 2rem;
	}

	.part3 ul li a img {
		width: 100%;
		height: auto;
	}

	.part3 ul li a p {
		line-height: 5rem;
		font-size: 1.75rem;
	}

	/* 底部 */
	.footer {
		height: auto;
	}

	.footer ul {
		padding: 0;
		width: 100%;
	}

	.footer ul li {
		width: 100%;
		padding: 1rem 0 !important;
		font-size: 0.875rem !important;
		line-height: 2.125rem !important;
	}

	.footer ul li:nth-child(2) p a img {
		float: none;
		margin-top: 0;
	}

	.footer .wap_p a {
		display: block;
	}

	/* 手机端头部 */
	.mobile-top {
		min-height: 35rem;
		display: block !important;
		position: absolute;
		top: 0;
		right: 0;
	}

	.mobile-top .m_top_head_box {
		width: 100%;
		height: 4.5625rem;
		position: relative;
		display: block;
	}

	.mobile-top .m-login-box {
		position: absolute;
		color: #ffffff;
		margin-right: 1.25rem;
		line-height: 4.5625rem;
		height: 4.5625rem;
		z-index: 10;
	}

	.mobile-top .m-login-box a {
		font-size: 1.875rem;
		color: #ffffff;
		line-height: 4.5625rem;
		padding: 0 10px;
	}

	.mobile-top .m_top_menu {
		width: 2.5rem;
		position: absolute;
		right: 0.5rem;
		z-index: 100;
		overflow: visible !important;
	}

	.mobile-top .m_top_menu ul {
		width: 13.5rem;
		background: #1467D1;
		padding: 1.875rem 0 1.875rem;
		position: absolute;
		top: 0;
		left: 1.5rem;
		margin-left: 1.5rem;
		z-index: 9999;
		display: none;
	}

	.mobile-top .m_top_menu ul li {
		float: left;
		font-size: 1.25rem;
		width: 100%;
		text-align: center;
		line-height: 3rem;
	}

	.mobile-top .m_top_menu ul li a {
		color: #ffffff;
	}

	.mobile-top #tab_index {
		float: left;
	}

	.mobile-top .m_mobile_menu_btn {
		float: left;
	}

	.mobile-top .z_cur,
	.mobile-top .z_hover {
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 0.315rem;
		width: 2.5rem;
		top: 1.95rem;
	}

	.mobile-top .m_mobile_menu_btn i {
		background-color: #2263b4;
	}

	.mobile-top .z_cur:before,
	.mobile-top .z_cur:after,
	.mobile-top .z_hover:before,
	.mobile-top .z_hover:after {
		position: absolute;
		content: '';
		background-color: #2263b4;
		height: 100%;
		width: 100%;
		left: 0;
	}

	.mobile-top .z_cur:before {
		transform: translateY(-250%);
		-webkit-transform: translateY(-250%);
	}

	.mobile-top .z_cur:after {
		transform: translateY(250%);
		-webkit-transform: translateY(250%);
	}

	.mobile-top .m_mobile_menu_btn .z_hover {
		background: transparent;
	}

	.mobile-top .z_hover:before {
		transform: translateY(0) rotate(45deg);
		-webkit-transform: translateY(0) rotate(45deg);
	}

	.mobile-top .z_hover:after {
		transform: translateY(0) rotate(-45deg);
		-webkit-transform: translateY(0) rotate(-45deg);
	}

	.mobile-top .m_top_line {
		height: 1px;
		opacity: 0.2;
		background: #FFFFFF;
	}
}