.header {
	background: url(zkyjqrl_banner.png) center no-repeat;
	height: 630px;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 20px;
}

.header .top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.header .top .logo a {
	font-size: 30px;
	color: #234ca9;
	font-weight: bold;
}

.header .top .search a {
	color: #234ca9;
	font-size: 16px;
}

.header .top .search .t {
	text-align: right;
	margin-bottom: 20px;
}

.header .top .search a:hover {
	text-decoration: underline;
}

.header .top .search input {
	width: 240px;
	height: 40px;
	border-radius: 30px;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 30px 0 20px;
}

.header .top .search-box {
	position: relative;
}

.header .top .search-box img {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.header .nav {
	background-color: #234ca9;
	margin-top: 40px;
}

.header .nav ul {
	display: flex;
}

.header .nav ul li {
	flex: 1;
	position: relative;
}

.header .nav ul li dl {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	min-width: 100%;
	background-color: #2057d8;
	display: none;
	z-index: 9;
}

.header .nav ul li:hover dl {
	display: block;
}

.header .nav ul li dl dd a {
	font-size: 16px;
	line-height: 45px;
	white-space: nowrap;
	padding: 0 20px;
}

.header .nav ul li dl dd a:hover {
	background-color: #234ca9;
}

.header .nav ul li a {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	line-height: 50px;
}

.header .nav ul li.active {
	background-color: #2057d8;
}


.header .nav ul li:hover {
	background-color: #2057d8;
}

.header .bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.header .bottom .left {
	width: 530px;
	height: 360px;
}

.header .bottom .left .swiper-slide {
	height: 360px;
	position: relative;
}

.header .bottom .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header .bottom .left .swiper-slide .txt {
	background-color: rgba(35, 76, 169, .6);
	height: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.header .bottom .left .swiper-slide .txt p {
	color: #ffffff;
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
}

.header .bottom .left .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: 1px solid #fff;
}

.header .bottom .left .swiper-pagination-bullet-active {
	background-color: #e38633;
}

.index-title {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #234ca9;
	padding-bottom: 3px;
}

.index-title span {
	color: #ffffff;
	font-size: 18px;
	background-color: #234ca9;
	line-height: 40px;
	text-align: center;
	padding: 0 20px;
}

.index-title .more {
	display: flex;
	align-items: center;
}

.index-title .more:hover a {
	text-decoration: underline;
	color: #234ca9;
}

.index-title .more a {
	color: #999999;
	font-size: 14px;
}

.index-title .more em {
	background-color: #234ca9;
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	border-radius: 2px;
	margin-left: 10px;
}

.w420 {
	width: 420px;
}

.w900 {
	width: 900px;
}

.index-box {
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.index-box .left .box {
	background-color: #eef3fe;
	padding: 30px;
}

.index-box .left .box p {
	margin-top: 15px;
	color: #333333;
	font-size: 16px;
}

.index-box .right ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.index-box .right ul li {
	width: 280px;
	margin-right: 30px;
}

.index-box .right ul li .img {
	height: 190px;
	position: relative;
	overflow: hidden;
}

.index-box .right ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-box .right ul li .img .t {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(35, 76, 169, .6);
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
}

.index-box .right ul li:last-child {
	margin-right: 0;
}

.index-box .right ul li .txt {
	background-color: #eef3fe;
	box-sizing: border-box;
	padding: 20px;
	height: 99px;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
	color: #333333;
}

.index-box .right ul li .txt .t2 {
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-box .right ul li:hover .txt {
	background-color: #234ca9;
	color: #fff;
}

.index-box2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.index-box2 .left ul {
	background-color: #eef3fe;
	padding: 30px;
	box-sizing: border-box;
	height: 270px;
}

.index-box2 .left ul li {
	padding: 0 20px;
	background-color: #fff;
}

.index-box2 .left ul li:hover {
	background-color: #234ca9;
}

.index-box2 .left ul li i {
	display: inline-block;
	background-color: #234ca9;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 5px solid #d4dcee;
	margin-right: 10px;
	vertical-align: -2px;
}

.index-box2 .left ul li a {
	color: #333333;
	font-size: 16px;
	line-height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index-box2 .left ul li:hover a {
	color: #fff;
}

.index-box2 .left ul li:hover i {
	background-color: #fff;
	border: 5px solid #4e70ba;
}

ul.image-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

ul.image-list li {
	width: 202px;
	margin-right: 30px;
	text-align: center;
}

ul.image-list li:last-child {
	margin-right: 0;
}

ul.image-list li .img {
	position: relative;
	z-index: 1;
}

ul.image-list li .img img {
	width: 140px;
	height: 140px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

ul.image-list li .text {
	background-color: #eef3fe;
	height: 170px;
	padding: 90px 10px 0 10px;
	box-sizing: border-box;
	margin-top: -70px;
}

ul.image-list li .text .t {
	color: #333333;
	font-size: 16px;
}

ul.image-list li .text .t2 {
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}

ul.image-list li:hover .text {
	background-color: #234ca9;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
}

ul.image-list li:hover .text .t,
ul.image-list li:hover .text .t2 {
	color: #fff;
}

.footer {
	height: 130px;
	background-color: #234ca9;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.footer .t {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 10px;
}

.footer a {
	color: #3b6dd5;
	font-size: 14px;
}

.footer a:hover {
	text-decoration: underline;
}

.content {
	background-color: #fff;
	margin-top: -400px;
	box-sizing: border-box;
	padding: 30px;
	display: flex;
}

.link-all {
	width: 200px;
}

.link-all span {
	font-size: 28px;
	font-weight: bold;
	color: #234ca9;
	display: block;
	text-align: center;
	background: url(zkyjqrl_lind-l.png) left bottom repeat-x;
	padding-bottom: 20px;
}

.link-all ul{
	margin-top: -4px;
}

.link-all ul li a {
	color: #333;
	font-size: 18px;
	padding-left: 60px;
	display: block;
	line-height: 72px;
	height: 72px;
	justify-content: center;
	position: relative;
	background: url(zkyjqrl_nav-lind.png) right bottom no-repeat;
}

.link-all ul li a::before {
	isplay: block;
	content: "";
	position: absolute;
	left: 46px;
	width: 3px;
	height: 20px;
	background: #fff;
	margin-top: -10px;
	top: 50%;
}

.link-all ul li:hover a{
	background-color: #234ca9;
	color: #fff;
}

.link-all ul li.active a{
	color: #fff;
	background: none;
	background-color: #234ca9;
}

.link-all ul li:hover a{
	background: none;
	background-color: #234ca9;
}

.content{
	min-height: 910px;
}

.content .view{
	flex: 1;
}

.link-all2{
	font-size: 14px;
	color: #999;
	height: 58px;
	box-sizing: border-box;
	padding-bottom: 20px;
	line-height: 40px;
	padding-left: 20px;
	display: flex;
	align-items: center;
}

.link-all2 a{
	font-size: 14px;
	color: #999;
	margin-left: 10px;
	box-sizing: border-box;
}

.link-all2 a:hover{
	color: #234ca9;
}

.line{
	background: url(zkyjqrl_lind-r.png) center top repeat-x;
	box-sizing: border-box;
	padding: 50px 0 0 55px;
	margin-right: 25px;
}

.document-box{
	font-size: 18px;
	color: #333;
	line-height: 32px;
	text-indent: 36px;
	padding-bottom: 40px;
}

.document-box .title{
	font-size: 36px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}

.document-box .title .t{
	margin-bottom: 10px;
}

.document-box .title span{
	color: #999;
	font-size: 14px;
}

.article-list ul li {
	background-color: #f7f7f7;
	margin-bottom: 20px;
}

.article-list ul li:last-child {
	margin-bottom: 0;
}

.article-list ul li:hover {
	background-color: #fff;
}

.article-list ul li a {
	display: flex;
	box-sizing: border-box;
	padding-top: 30px;
	padding: 20px 20px 20px 0;
}

.article-list ul li .date {
	width: 100px;
	box-sizing: border-box;
	padding-left: 25px;
	border-right: 1px solid #ddd;
	margin-right: 20px;
}

.article-list ul li .date .t {
	color: #666666;
	font-size: 24px;
	line-height: normal;
}

.article-list ul li .text {
	flex: 1;
}

.article-list ul li .text .t {
	color: #222222;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.article-list ul li .text .t2 {
	color: #666666;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.article-list ul li .date i {
	width: 20px;
	height: 1px;
	display: inline-block;
	background-color: #dddddd;
	margin: 5px 0 10px 0;
}

.article-list ul li .date .t2 {
	color: #666666;
	font-size: 14px;
}

.article-list ul li:hover .date .t,
.article-list ul li:hover .date .t2,
.article-list ul li:hover .text .t,
.article-list ul li:hover .text .t2 {
	color: #234ca9;
}

.page {
	text-align: right;
	margin-top: 60px;
	margin-bottom: 40px;
}

.page a {
	box-sizing: border-box;
	padding: 0 10px;
	min-width: 40px;
	display: inline-block;
	background-color: #f4f4f5;
	color: #717377;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
}

.page img {
	vertical-align: 1px;
	margin: 0 3px;
}

.page span {
	color: #777777;
	font-size: 14px;
}

.page input {
	border: 1px solid #ddd;
	line-height: 30px;
	width: 40px;
}

.page a.on {
	background-color: #234ca9;
	color: #FFFFFF;
}

.page a:hover {
	background-color: #234ca9;
	color: #FFFFFF;
}

.page a .imgon{
	display: none;
}

.page a:hover .imgon{
	display: inline;
}

.page a:hover .img{
	display: none;
}

.content .image-list{
	margin-top: 0;
}

.content ul.image-list li{
	width: 232px;
	margin-bottom: 50px;
}

.content ul.image-list li:nth-child(4n){
	margin-right: 0;
}

.index-box2 .swiper-container{
	margin-top: 30px;
}

.index-box2 .swiper-slide {
	width: 202px;
	margin-right: 30px;
	text-align: center;
}

.index-box2 .swiper-slide .img {
	position: relative;
	z-index: 1;
}

.index-box2 .swiper-slide .img img {
	width: 140px;
	height: 140px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.index-box2 .swiper-slide .text {
	background-color: #eef3fe;
	height: 170px;
	padding: 90px 10px 0 10px;
	box-sizing: border-box;
	margin-top: -70px;
}

.index-box2 .swiper-slide .text .t {
	color: #333333;
	font-size: 16px;
}

.index-box2 .swiper-slide .text .t2 {
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}

.index-box2 .swiper-slide:hover .text {
	background-color: #234ca9;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
}

.index-box2 .swiper-slide:hover .text .t,
.index-box2 .swiper-slide:hover .text .t2 {
	color: #fff;
}