*{ 
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
ul {
	list-style: none;
}
body {
	font-family: "Microsoft Yahei";
	color: #333;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.margin10 {
	margin-top: 10px;
}
.margin20 {
	margin-top: 20px;
}
.margin30 {
	margin-top: 30px;
}
.margin40 {
	margin-top: 40px;
}
.margin50 {
	margin-top: 50px;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.d-flex-bet {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.w-25 {
	width: 25%;
}
.w-32 {
	width: 32%;
}
.w-49 {
	width: 49%;
}



/* header */
.main-t {
	overflow: hidden; 
	position: relative;    
	min-height: 100%;
	height: 413px;
}
.swiperbox {
	display: inline-block;
	width: 1920px;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: -3;
}

.zfkfy-main .jj-box {
	color: #fff;
	line-height: 30px;
	font-size: 18px;
	width: 1200px;
	padding: 20px 46px;
	margin: 260px auto 0;
	text-indent: 2em;
	text-align: justify;
	background-color: #1aa2ff;
}
.zfkfy-main .title-bg1 {
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	color: #3f5996;
	font-weight: bold;
	text-align: center;
	background: url(zfkfy-tbg1.png) no-repeat center;
}
.zfkfy-main .title-bg2 {
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	color: #3f5996;
	font-weight: bold;
	text-align: center;
	background: url(zfkfy-tbg2.png) no-repeat center;
}
.zfkfy-main .more {
	overflow: hidden;
	margin: 5px 0;
}
.zfkfy-main .more-btn {
	float: right;
	color: #0068ff;
	font-size: 16px;
}
.zfkfy-main .list {
	padding: 10px 25px;
	box-shadow: #ccc 0px 0px 5px;
}
.zfkfy-main .list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.zfkfy-main .list ul li {
	height: 50px;
	line-height: 50px;
	width: 48%;
}
.zfkfy-main .list ul li a {
	color: #000;
	font-size: 18px;
	width: 70%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zfkfy-main .list ul li a img {
	margin-right: 6px;
}
.zfkfy-main .list ul li span {
	float: right;
	color: #b0b0b0;
	font-size: 18px;
}


.img-list {
	padding: 10px 25px;
	box-shadow: #ccc 0px 0px 5px;
}
.img-list ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.img-list ul li {
	width: 24%;
	margin: 10px 0;
}
.img-list ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.img-list ul li img {
	height: 176px;
	width: auto;
}
.img-list ul li p {
	display: inline-block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #0056ae;
	padding: 0 20px 0 10px;
}