a {
	color: #333;
	text-decoration: none;
}

/* 头部 */
.main {
	background-color: #ffffff;
	/* width: 100%; */
	height: auto;
}

.rclogo {
	height: 59px;
	margin-right: 21px;
}

.main_top {
	height: 90px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main_top_left {
	display: flex;
	align-items: center;
}

.topbanner {
	width: 100%;
	height: 350px;
}

.top_title {
	font-family: "Source Han Sans CN Bold";
	font-weight: 700;
	font-size: 20px;
	text-align: left;
	color: #333;
	margin-left: 21px;
}

.address {
	margin-left: 40px;
	display: flex;
	align-items: center;
}

.addName {
	font-family: "PingFang SC Bold";
	font-weight: 700;
	font-size: 16px;
	text-align: left;
	color: #333;
	margin-right: 16px;
}

.checkAdd {
	width: 130px;
	height: 40px;
	border-radius: 20px;
	background: #e8f1ff;
	border: 1px solid #5196ff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.checkAddName {
	font-family: "PingFang SC Bold";
	font-weight: 700;
	font-size: 16px;
	text-align: left;
	color: #4394f2;
	margin-right: 14px;
}

.dqxzxl {
	width: 7px;
	height: 6px;
}

.main_top_right {
	display: flex;
	align-items: center;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 14px;
	text-align: right;
	color: #5f5f5f;
	background: #F1F2F3;
	padding: 10px 20px;
	border-radius: 20px;
}

.main_top_right>div {
	height: 100%;
}

.loginName {
	margin-right: 5px;
	font-weight: 400;
	text-align: left;
	color: #5f5f5f;
}

.dlh {
	width: 20px;
	height: 20px;
	margin-right: 6px;
}

.dlxl {
	width: 9px;
	height: 5px;
}

/* 头部 */
.banner {
	background: url("banner-bg.png") no-repeat center center;
	/* font-size: 0px; */
	line-height: 32px;
	text-align: left;
	color: #fff;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	height: 380px;
	font-family: "Source Han Sans CN";
	font-weight: 400;
	font-size: 16px;
	background-size: cover;
}

.banner>div {
	width: 1200px;
	margin: 0 auto;
}

.banner .title {
	height: 39px;
	font-size: 39px;
}

.banner .title {
	width: 982px;
	/* height: 108px; */
	display: block;
	/* height:auto; */
	margin-top: 46px;
}

.banner .text {
	width: 800px;
	position: relative;
	left: 0px;
	opacity: 1;
	color: #ffffff;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	font-family: "PingFang SC";
	line-height: 30px;
	margin-top: 20px;
}

/* .banner .leaderSection {
	position: relative;
	left: 74px;
	top: 145px;
	opacity: 0.7;
}

.banner .dutySection {
	position: relative;
	left: 294px;
	top: 82px;
	width: 384px;
	opacity: 0.7;
} */

.banner2 {
	/* width: 1920px; */
	margin: 0 auto;
	height: 70px;
	background: #3289f1;
}

.banner .type2 {
	display: flex;
	flex-direction: row;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
}

.banner .type2>div {
	/* display: flex;
	flex-direction: row;
	align-items: center; */
}

.deptment {
	height: 120px;
}

.type2 img {
	/* float: left; */
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

.mainContent {
	/* width: 1200px; */
	margin: 0 auto;
	padding-top: 20px;
}

.line {
	background: url(line.png) no-repeat center center;
	width: 1185px;
	height: 9px;
	margin: 40px auto;
}

/* 事项详情 */
.contentTitle-box {
	display: flex;
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
	height: 80px;
	margin-top: 60px;
	margin-bottom: 20px;
}

.contentTitle {
	transform: scale(0.5);
	/* width: 350px;
	height: 59px; */
	display: block;
}

/* 改革成效 */
.ggcxContent {
	position: relative;
	height: 208px;
	background: url(ggcx-bg.png) no-repeat center center;
	background-size: contain;
	display: flex;
	justify-content: space-between;
	/* 水平居中 */
	align-items: center;
}

.ggcx .left,
.ggcx .right {
	width: 50%;
}

.ggcx .left>div,
.ggcx .right>div {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.ggcx-comp {
	transform: scale(0.5);
	display: block;
	/* position: absolute; */
	margin: 40px auto 10px auto;
}

.ggcx-con-1>div::before {
	content: "";
	/* 必须有 content 才能显示 */
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-image: url(ggcx-log.png);
	background-size: cover;
	background-position: center;
	/* opacity: 0.5; */
	/* 可选：让背景图半透明，不影响文字 */
}

.ggcx-con-2>div::before {
	content: "";
	/* 必须有 content 才能显示 */
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-image: url(ggcx-log2.png);
	background-size: cover;
	background-position: center;
	/* opacity: 0.5; */
	/* 可选：让背景图半透明，不影响文字 */
}

.ggcx-con-1 div,
.ggcx-con-2 div {
	position: relative;
	width: 270px;
	height: 25px;
	opacity: 1;
	color: #333333;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	vertical-align: middle;
	padding-left: 30px;
	margin: 10px 10px;
}

.ggcx-con-2 {
	justify-content: space-evenly !important;
}

.ggcx-con-2 div {
	margin-left: 40px;
	width: 230px;
}

/* 事项清单 */
.sxqd {
	height: 500px;
	width: 100%;
	background: #F2F7FF;
	overflow: hidden;
	/* 最常用 阻止父级塌陷*/
}

.sxqd li {
	width: 380px;
	height: 70px;
	border-radius: 18px 18px 0px 18px;
	opacity: 1;
	background: linear-gradient(180deg, #D3E4FF 0%, #F2F7FF 100%);
	border: 1px solid #FFFFFF;
	float: left;
	line-height: 70px;
	color: #333333;
	font-size: 22px;
	padding-left: 20px;
	margin-top: 30px;
}

.sxqd li:nth-child(3n+2),
.sxqd li:nth-child(3n+3) {
	margin-left: 30px;
}

/* 设立依据 */
.slyj {
	height: 214px;
	background: url(slyj-bg.png) no-repeat center center;
	background-size: contain;
	font-weight: normal;
	font-size: 20px;
	padding: 1px;
}

.slyj ul {
	margin-top: 50px;
	margin-left: 50px;
}

.slyj li {
	position: relative;
	line-height: 24px;
	height: 40px;
	margin: 10px;
	padding-left: 30px;
}

.slyj li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-image: url(slyj-log.png);
	background-size: cover;
	background-position: center;
}

/* 申请条件 */
.sqtjContent {
	position: relative;
	height: 208px;
	background: url(sqtj-bg.png) no-repeat center center;
	background-size: contain;
	display: flex;

	justify-content: space-between;
	/* 水平居中 */
	align-items: center;
}

.sqtjContent>div {
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	flex-direction: column;
}

.sqtj-con-1 div,
.sqtj-con-2 div {
	position: relative;
	height: 25px;
	opacity: 1;
	color: #333333;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	vertical-align: middle;
	margin: 5px;
	letter-spacing: 0px;
}

.sqtj-con-2,
.sqtj-con-1 {
	width: 360px;
	position: absolute;
	height: 128px;
}

.sqtj-con-2 {
	right: 202px;
	top: 57px;
}

.sqtj-con-1 {
	left: 230px;
	top: 57px;
}

/* 办理材料 */

.blcl-content {
	width: 100%;
	height: 1000px;
	position: relative;
	background: url(blcl-bg.png) no-repeat center center;
	background-size: contain;
	padding-top: 1px;
}

.blcl-content table {
	width: 1000px;
	border-collapse: collapse;
	font-size: 14px;
	min-width: 600px;
	margin: 60px auto 0px auto;
	/* 保证表格最小宽度 */
}

/* 表头单元格样式 */
.blcl-content th {
	border: 1px solid #EBEBEB;
	padding: 12px 10px;
	text-align: center;
	background-color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: normal;
	text-align: center;
	height: 50px;
}

/* 内容单元格样式 */
.blcl-content td {
	border: 1px solid #EBEBEB;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	background-color: #fff;
	height: 50px;
}

/* 偶数行背景色 */
.blcl-content tbody tr:nth-child(even) {
	background-color: #fff;
}

/* 一级分类单元格样式 */
.blcl-content .first-level {
	background-color: #fff;
	font-weight: bold;
	/* 一级分类加粗突出 */
}

.col2 {
	width: 220px;
}

.col1 {
	width: 150px;
}

.col3 {
	width: 100px;
}

.col4 {
	width: 350px;
}

/* 办理方式 */
.blfs {
	height: 500px;
	width: 100%;
	background: url(blfs-bg.png) no-repeat center center;
	background-size: contain;
	overflow: hidden;
	/* 最常用 阻止父级塌陷*/
	position: relative;
}

.blfs-cards li.active {
	display: flex !important;

}

.blfs-buttons {
	width: 1200px;
	height: 60px;
	display: flex;
	flex-direction: row;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	justify-content: space-around;
	line-height: 60px;
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(28px);
	position: absolute;
	bottom: 40px;
	transform: translate(-50%, 0);
	left: 50%;
}

.blfs-buttons li {
	cursor: pointer;
	transition: all 0.3s ease;
	/* 平滑变化所有可动画属性 */
}

.blfs-buttons li.active {
	color: #2177FD;
	font-weight: bold;

}

.blfs-buttons li.active::after {
	content: "";
	display: block;
	width: 45px;
	/* 调整横线宽度 */
	height: 3px;
	/* 横线高度 */
	background-color: #2177FD;
	margin: 10px auto 0;
	border-radius: 4px;
}

.blfs .title {
	height: 34px;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	display: inline-flex;
	/* 关键：让 span 支持对齐 */
	align-items: center;
	/* 垂直居中对齐 */
	justify-content: flex-start;
}

.blfs-cards .blsx01 .title::before {
	content: "";
	display: inline-block;
	background: url(blfs-blsx.png) no-repeat center center;
	background-size: contain;
	width: 34px;
	height: 34px;
	margin-right: 10px;
}

.blfs-cards .blqd02 .title::before {
	content: "";
	display: inline-block;
	background: url(blfs-blqd.png) no-repeat center center;
	background-size: contain;
	width: 34px;
	height: 34px;
	margin-right: 10px;
}

.blfs-cards .sfyj03 .title::before {
	content: "";
	display: inline-block;
	background: url(blfs-sfyj.png) no-repeat center center;
	background-size: contain;
	width: 34px;
	height: 34px;
	margin-right: 10px;
}

.blfs-cards .bljd04 .title::before {
	content: "";
	display: inline-block;
	background: url(blfs-bljd.png) no-repeat center center;
	background-size: contain;
	width: 34px;
	height: 34px;
	margin-right: 10px;
}

.blfs-cards .bljg05 .title::before {
	content: "";
	display: inline-block;
	background: url(blfs-bljg.png) no-repeat center center;
	background-size: contain;
	width: 34px;
	height: 34px;
	margin-right: 10px;
}

.blfs-cards .zxqd06 .title::before {
	content: "";
	display: inline-block;
	background: url(blfs-zxqd.png) no-repeat center center;
	background-size: contain;
	width: 34px;
	height: 34px;
	margin-right: 10px;
}

.blfs-cards .tsqd07 .title::before {
	content: "";
	display: inline-block;
	background: url(blfs-tsqd.png) no-repeat center center;
	background-size: contain;
	width: 34px;
	height: 34px;
	margin-right: 10px;
}

.blfs-cards li {
	display: none;
	text-align: left;
	margin-top: 20px;
	flex-direction: column;
	position: relative;
	transition: all 0.3s ease;
	/* 平滑变化所有可动画属性 */
}

.blfs-cards .content {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	width: 650px;

}

.highLight {
	font-weight: 700;
	color: #2177FD
}

/* 办理流程 */
.bllc {
	display: flex;
	flex-direction: row;
	position: relative;

}

/* .bllc > div{
	width: 1200px;
	margin: 0 auto;
} */

.bllc-1 {
	width: 280px;
	padding-top: 1px;
}

.bllc-1 span {
	width: 260px;
	height: 70px;
	border-radius: 60px;
	background: #E3EEFF;
	box-shadow: 0px 15px 20px 0px rgba(33, 119, 253, 0.1);
	font-size: 18px;
	font-weight: bold;
	/* line-height: 70px; */
	text-align: center;
	display: inline-flex;
	/* 行内弹性布局 */
	align-items: center;
	/* 垂直居中 */
	justify-content: center;
	/* 水平居中 */
	padding: 10px 20px;
}

.bllc-1 span.spec {
	background: #DEF0FB;
	box-shadow: 0px 15px 20px 0px rgba(66, 175, 244, 0.1);
}

.bllc-1 li {
	display: flex;
	flex-direction: column;
	/* 行内弹性布局 */
	align-items: center;
	/* 垂直居中 */
	justify-content: center;
	/* 水平居中 */
	margin-bottom: 20px;
}

.bllc-1 li:nth-child(1) {
	margin-top: 10px;
}

.stepDown {
	width: 96px;
	height: 92px;
	margin-top: 30px;
}

.bllc-2 {
	width: 96px;
	position: relative;
	margin-right: 10px;
}

.bllc-2 img {
	width: 96px;
	height: 92px;
	/* margin-bottom: 110px; */
}

.bllc-2 li:nth-child(2) {
	position: relative;
	top: 120px;
}

.bllc-2 li:nth-child(3) {
	position: relative;
	top: 239px;
}

.bllc-2 li:nth-child(4) {
	position: relative;
	top: 358px;
}

.bllc-3 {
	width: 820px;
}

.bllc-3 li {
	background: #E3EEFF;
	border: 1px dashed #2177FD;
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	padding: 20px;
	margin-bottom: 40px;
}

.bllc-3 .ext {
	background: #DEF0FB;
}

.bllc-3 li:nth-child(1) {
	height: 104px;

}

.bllc-highlight {
	font-weight: 700;
	color: #2177FD;
	height: 32px;
	/* display: inline-flex;
	align-items: center; */
	/* 垂直居中 */
	/* display: inline-block; */
	/* position: relative; */
}

.bllc-highlight-ext::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	background: #2177FD;
	transform: translateY(-50%);
	/* 垂直居中 */
	border-radius: 50%;
}

.jrjg-fk-pointer {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50px;
	bottom: 208px;
}

.jrjg-fk {
	background: url(jrjg-fk.png) no-repeat center center;
	background-size: contain;
	width: 382px;
	height: 190px;
	position: absolute;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	padding: 20px;
	bottom: 309px;
	left: -107px;
	display: none;
}

#jrjg-fk-hover {
	cursor: pointer;
}

/* .buttons {
	width: 1200px;
	margin: 150px auto 0px auto !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;

} */

.buttons {
	width: 1200px;
	margin: 60px auto 60px auto !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}

/* .buttons>div {
	width: 174px;
	height: 50px;
	border-radius: 25px;
	background: transparent;
	border: 1px solid #3484f3;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
} */

.buttons>div {
	width: 220px;
	height: 60px;
	border-radius: 40px;
	/* background: linear-gradient(180.00deg, #fff 0%, #cfe3ff 100%); */
	/* border: 2px solid #a6cbff; */
	/* box-shadow: 0 6px 8px #002a6326; */
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	background: #E3EEFF;
	border: 1px solid rgba(33, 119, 253, 0.6);
	box-shadow: 0px 15px 20px 0px rgba(33, 119, 253, 0.1);
	transition: all 0.3s ease;
	/* 保证鼠标移入移出都有效果 */
	/* transition-delay: 0.1s;  */
}

.buttons>div img {
	width: 36px;
	height: 36px;
}

.buttons img {
	margin-left: 40px;
}

.buttons span {
	font-family: "Alibaba PuHuiTi Bold";
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	color: #333;
	margin-left: 20px;
}
.buttons div:hover{
	scale: calc(1.1);
	/* transform: translateY(-2px);  */
	/* animation: all ease 1; */
	
}

/* 自然资源事项事项不可办 */
/* .zrzy-zxbl:hover {
	background: linear-gradient(180.00deg, #fff 0%, #cfe3ff 100%) !important;
	box-shadow: none;
} */

/* .zrzy-zxbl:hover img:nth-child(1) {
	display: block !important;
}

.zrzy-zxbl:hover img:nth-child(2) {
	display: none !important;
} */

/* 办理流程 */

.w1200 {
	width: 1200px;
	margin: 20px auto;
}

/* 登录退出 */
#login {
	cursor: pointer;
}

.logout {
	cursor: pointer;
}

/* 自然资源在线办理不可办 补充样式 */
/* .zrzy-zxbl {
	cursor: default !important;
	border: 2px solid #999 !important;
}

.zrzy-zxbl span {
	color: #999 !important;
} */