center {
	margin-top: 100px;
}
.center_banner_img {
	width: 100%;
	height: 600px;
	background-image: url("https://hjjimg.yufengyinliu.com/img/pc_yufengwangluo/jjfa_banner.png");
	border-top:1px solid transparent;
	background-size: 100% 100%;
}
.banner_img_bg {
	height: 600px;
	background: rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.center_banner_text {
	width: 1200px;
}
.banner_text_one {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 160px;
}
.banner_text_two {
	color: #FFFFFF;
	text-align: center;
	font-size: 30px;
	margin-top: 32px;
	line-height: 58px;
	margin-bottom: 30px;
}
.banner_text_three {
	color: #FFFFFF;
	font-size: 36px;
	text-align: center;
}
.center_banner_zkh {
	width: 100%;
	height: 800px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 152px;
}
.banner_zkh_whith {
	width: 60%;
	height: 100%;
	background-color: rgb(248, 251, 255);
	text-align: left;
}
.banner_zkh_blue {
	width: 40%;
	height: 100%;
	background-color: rgb(66, 142, 218);
	position: relative;
}
.banner_zkh_whith h2 {
	margin: 112px 0 0 350px;
	color: #333333;
}
.banner_zkh_whith p {
	font-size: 24px;
	color: #333333;
	margin: 65px 0 0 350px;
}
.banner_zkh_whith button {
	width: 160px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #428EDA;
	border-radius: 8px;
	font-size: 24px;
	color: #428EDA;
	margin: 33px 0 0 350px;
}
.jjan_qbjjfa {
	width: 1260px;
}
.jjan_qbjjfa_menu {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}
.jjan_qbjjfa_pub {
	width: 220px;
	height: 50px;
	border-radius: 25px;
	background-color: rgba(29, 81, 224, 0.15);
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	margin: 64px 0 66px 0;
}
.jpan_qbjjfa_active {
    border: 0;
    background-color: #1D51E0;
    color: #FFFFFF;
}
.jjan_fwal_pub {
	width: 1260px;
	display: flex;
	flex-wrap: wrap;
}
.jjan_fwal_mk_pub {
	width: 400px;
	height: 500px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	margin-right: 30px;
}
.jjan_fwal_mk_pub:nth-child(3n) {
	margin-right: 0;
}
.fwal_mk_img {
	width: 400px;
	height: 340px;
	position: relative;
}
.fwal_mk_black {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	transition: all 0.3s;
	opacity: 0;
}
.jjan_fwal_mk_pub:hover .fwal_mk_img .fwal_mk_black {
	opacity: 0.4;
}
.mk_blaci_jia {
	width: 60px;
	height: 60px;
	margin-top: 140px;
}
.fwal_mk_title {
	width: 90%;
	line-height: 68px;
	font-size: 22px;
	color: #333333;
	text-align: left;
	width: 320px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fwal_mk_text {
	width: 90%;
	font-size: 12px;
	color: #666666;
	text-align: left;
}
.fwal_mk_more {
	width: 20px;
	height: 7px;
	font-size: 24px;
	transition: all 0.5s;
	color: #999999;
	float: left;
	margin: 20px 0 0 30px;
	background-image: url("https://www.szfangwei.cn/Public/web2019/images/icon38.png");
	background-size: 100% 100%;
	line-height: 58px;
}
.jjan_fwal_mk_pub:hover .fwal_mk_more {
	width: 40px;
	height: 7px;
	background-image: url("https://www.szfangwei.cn/Public/web2019/images/icon39.png");
}
.jjan_fwal_mk_pub:hover {
	box-shadow: 0px 2px 10px 0px rgba(1, 1, 1, 0.08);
}
.jjan_fwal_mk_pub:hover .fwal_mk_title {
	color: #1D51E0;
}
.jjan_fwal_mk_pub:hover .fwal_mk_more {
	color: #333333;
}
.index_hysy_btn {
	width: 262px;
	height: 66px;
	border: 1px solid #1D51E0;
	background-color: #FFFFFF;
	font-size: 24px;
	margin: 30px 0 200px 0;
	color: #2E74EE;
	display: flex;
	justify-content: center;
}
.index_hysy_btn span:first-child {
	display: block;
	width: 100px;
	font-size: 24px;
	color: #2E74EE;
	line-height: 66px;
}
.index_hysy_btn span:last-child {
	display: block;
	width: 28px;
	height: 20px;
	margin-top: 20px;
}