@charset "utf-8";
/* CSS Document */
@import url(reset.css);
@import url(flex_c.css);
@import url(list_c.css);
@import url(footer.css);



.top_box {
	background: url(../images/s_yljk_top_bg.png) no-repeat center;
}

.part1 {
	width: 100%;
	height: 580px;
	background: url(../images/s_fw_bg6.png);
}

.tit_box i {
	background-color: #3781f2;
}

.tit_box span {
	margin: 0 25px;
}

.tit_box i::after {
	background-color: #3781f2;
}

.fw_b a {
	background-image: linear-gradient(90deg,
			#209cff 0%,
			#2465fd 100%);
}

.part2 {
	width: 100%;
}

.cx ul li div {
	background-image: linear-gradient(90deg,
			rgba(32, 156, 255, 0.06) 0%,
			rgba(36, 101, 253, 0.06) 100%);
}

.cx ul li div::after {
	background-image: linear-gradient(90deg,
			rgba(32, 156, 255, 0.15) 0%,
			rgba(36, 101, 253, 0.15) 100%);
}


.cx ul li p {
	padding: 0 22px;
}

.cx_tab .prev,
.cx_tab .next {
	background: url(../images/s_arrow_left.png) no-repeat center;
}

.cx_tab .next {
	background: url(../images/s_arrow_right.png) no-repeat center;
}

.cx_list ul li a {
	font-size: 18px;
	text-align: center;
	display: block;
}

.part3 {}

.part3 .yl_t>div {
	width: 585px;
	height: 460px;
	background-color: #ffffff;
	border: solid 1px #e2f0fd;
}

.yl_tit {
	width: 100%;
	height: 150px;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	background-color: #f1f8ff;
	border: solid 1px #e2f0fd;
	overflow: hidden;
}

.yl_t .yl_tit a {
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
}

.yl_tl .yl_tit a {
	background: url(../images/s_yljk_cx_tit1.png) no-repeat center;
}

.yl_tl ul {}

.yl_tl ul {
	display: flex;
	flex-wrap: wrap;
	margin: 34px 28px;
}

.yl_tl ul li {
	width: 250px;
	height: 70px;
	background-color: #ffffff;
	box-shadow: 0px 6px 26px 3px rgba(26, 55, 175, 0.15);
	border-radius: 10px;
	margin-left: 22px;
	margin-top: 16px;
}

.yl_tl ul li:nth-child(odd) {
	margin-left: 0;
}

.yl_tl ul li:nth-child(-n+2) {
	margin-top: 0;
}

.yl_tl ul li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #333333;
	font-size: 20px;
}

.yl_tl ul li:hover {
	color: #ffffff;
	background-color: #2465fd;
	box-shadow: 0px 6px 26px 3px rgba(26, 55, 175, 0.15);
}

.yl_tl ul li:hover a {
	color: #ffffff;
}

.yl_tr .yl_tit a {
	background: url(../images/s_yljk_cx_tit2.png) no-repeat center;
}

.yl_tit :hover a {
	transform: scale(1.1);
}

.cx_list ul li {/* margin-right:119px; */}

.yl_t .yl_tit {
	width: 100%;
	height: 150px;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	background-color: #f1f8ff;
	border: solid 1px #e2f0fd;
	overflow: hidden;

}

.yl_t .yl_tit a {
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	background: url(../images/s_yljk_cx_tit1.png) no-repeat center;
}

.yl_t .yl_tit:hover a {
	transform: scale(1.1);
}

.yl_tr dl {
	margin: 20px;
}

.yl_tr dl dd {
	font-size: 18px;
	color: #333333;
	line-height: 56px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.yl_tr dl dd a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	flex: 1;
	position: relative;
	padding-left: 15px;
	margin-right: 30px;
}

.yl_tr dl dd a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #0c5197;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.yl_tr dl dd span {
	color: #333333;
}

.yl_b {}

.yl_b ul {
	display: flex;
	justify-content: space-between;
}

.yl_b ul li {
	width: 585px;
	height: 180px;
	background-color: #ffffff;
	box-shadow: 0px 6px 26px 3px rgba(26, 55, 175, 0.15);
	border-radius: 10px;
	display: flex;
}



.yl_b ul li>div:nth-child(1) {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 1s;
	background: rgba(234, 241, 252, 0.5);
	margin-top: 33px;
	margin-left: 94px;
}

.yl_b ul li>div:nth-child(1)::after {
	content: '';
	width: 100px;
	height: 100px;
	;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(234, 241, 252, 1);
}


.yl_b ul li>div:nth-child(1) img {
	z-index: 99;
}

.yl_b ul li>div:nth-child(2) {
	margin-top: 50px;
	margin-left: 48px;
}

.yl_b ul li>div:nth-child(2) h2 {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 15px;
}

.yl_b ul li>div:nth-child(2) span {
	font-size: 18px;
	color: #2465fd;

}

.part4 {
	width: 100%;
	height: 680px;
	background: url(../images/s_yljk_jkgl_bg.png) no-repeat center;
}

.jkgl_box .tit_box i {
	background-color: #ffffff;
}

.jkgl_box .tit_box i::after {
	background-color: #ffffff;
}

.jkgl_box .tit_box {
	color: #ffffff;
}

.jkgl {}

.jkgl>div {
	width: 560px;
	height: 530px;
	background-color: #ffffff;
	box-shadow: 0px 17px 16px 2px rgba(25, 24, 100, 0.15);
	border-radius: 8px;
	margin-left: 17px;
}

.jkgl_list .hd {
	width: 560px;
	height: 50px;
	background-image: linear-gradient(90deg,
			rgba(242, 142, 38, 1) 0%,
			#fd644f 100%);
	border-radius: 0px 25px 25px 0px;
	margin-left: -17px;
	margin-top: 32px;
	position: relative;
}

.jkgl_list .hd::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 17px;
	height: 14px;
	background: url(../images/s_yljk_jb.png) no-repeat center;

}

.jkgl_list .hd ul {
	display: flex;
	margin-left: 40px;
}

.jkgl_list .hd ul li {
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
	position: relative;
	padding: 0 10px;
}

.jkgl_list .hd ul li.on::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%);
	display: block;
	width: 100px;
	height: 6px;
	background-color: #ffc000;
	border-radius: 3px 3px 0px 0px;
	z-index: 99;
}


.jkgl_list .hd ul li:hover a {
	color: #ffffff;
}


.jkgl_list .bd {
	width: 100%;
}

.jkgl_list .bd>div {
	height: 100%;
}

.jkgl_list .bd ul {
	zoom: 1;
	height: 144px;
	margin: 0 32px;
}



.jkgl_list .bd li {
	font-size: 18px;
	color: #333333;
	line-height: 48px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.jkgl_list .bd li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-left: 15px;
}

.jkgl_list .bd li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #0c5197;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 20px;
}

.jkgl_list .bd li span {
	font-size: 16px;
	color: #666666;
}

.jkgl_list .bd_img {
	width: 480px;
	height: 150px;
	background-color: #e7f4fa;
	border-radius: 10px;
	margin: 20px 40px;
	transition: all .5s;
}
.jkgl_list .bd .bd_img:hover{
	transform: scale(1.06);
}
    

.jkgl_list .bd .more {
	margin-top: 20px;
	display: flex;
	justify-content: end;
}


.jkgl_list .bd .more a {
	width: 309px;
	height: 50px;
	border-radius: 20px 0px 0px 20px;
	color: #ffffff;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	margin-left: 24px;
	background-image: linear-gradient(-90deg,
			#2465fd 0%,
			#02a1f9 100%);
	border-radius: 25px 0px 0px 25px;
}

.jkgl_list .bd .more a:hover span {
	margin-left: 100px;
}

.jkgl_list .bd .more a:hover img {
	display: none;
}

.jkgl_list .bd .more a span {
	margin-left: 38px;
	transition: .5s;
}

.jkgl_list .bd .more a img {
	margin-left: 18px;
}
/* 政策文件 start */
.czwj ul li .zcwj_l h2 {
	color: #1c67f0;
}

/* 常见问题 start */
.cjwt ul li a .cjwt_l {
	background: url(../images/s_zjwt_ico.png) no-repeat center;
}

@media screen and (max-width:750px) {
	.warp {
		min-width: inherit;
	}

	.top_box {
		width: 100%;
		background-size: cover;
	}

	.top_box>div {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.top_box .logo {
		width: 90%;
		height: calc(90% / (615 / 177));
		background: url(http://www.qiannan.gov.cn/material/siteFile/web2022/images/Home_Logo.png) no-repeat center;
		background-size: 80%;
	}

	.top_box .logo img {
		width: 100%;
		opacity: 0;
	}

	.bsfw {
		width: 100%;
	}
}
.swfzshq {margin-top: 30px;height:150px;}
.swfzshq img {width:100%;height:100%;}