.center_fwnr {
	width: 1200px;
	margin: auto;
}
.center_fwnr_fwdb {
	width: 100%;
	display: flex;
	margin: auto;
}
.fwnr_fwdb_pub {
	width: 580px;
	height: 500px;
	background-color: #FFFFFF;
	border-radius: 8px;
}
.fwnr_fwdb_pub:first-child {
	margin-right: 40px;
}
.fwdb_pub_title {
	width: 100%;
	height: 48px;
	background-color: #2C6ED5;
	border-radius: 8px 8px 0px 0px;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	line-height: 48px;
}
.fwdb_pub_text {
	width: 95%;
	margin-top: 25px;
}
.pub_text_hang {
	margin-top: 10px;
	display: flex;
	text-align: left;
}
.text_num {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #FFFFFF;
	line-height: 38px;
	background-color: #2C6ED5;
	text-align: center;
	font-size: 18px;
}
.text_text {
	font-size: 18px;
	color: #333333;
	line-height: 38px;
	text-indent: 10px;
}
.pub_text_btn {
	width: 238px;
	height: 48px;
	border: 1px solid #FBB550;
	font-size: 20px;
	color: #FBB550;
	background-color: #FFFFFF;
	border-radius: 25px;
	margin-top: 60px;
}
.pub_text_btn:hover {
	background-color: #FBB550;
	color: #FFFFFF;
}
.center_dzhy_hqfa {
	width: 1200px;
	height: 340px;
	background-color: #FFFFFF;
	margin-bottom: 50px;
	display: flex;
}
.dzhy_hqfa_left {
	width: 424px;
	height: 265px;
	margin-top: 25px;
	border-right: 1px solid #E5E5E5;
	display: flex;
	flex-wrap: wrap;
	padding-left: 22px;
	padding-top: 25px;
}
.hqfa_left_pub {
	width: 120px;
	height: 34px;
	border: 1px solid #999999;
	color: #999999;
	text-align: center;
	line-height: 34px;
	margin-right: 14px;
}
.active_hqfa {
	border: 1px solid #2E6AAC;
	background-color: #CDE1FF;
	color: #2E6AAC;
}
.dzhy_hqfa_center {
	width: 455px;
	height: 300px;
	margin-top: 25px;
	border-right: 1px solid #E5E5E5;
}
.hqfa_center_title p {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
    margin: 33px 0 14px 24px;
}
.hqfa_center_title span {
	display: block;
    width: 40px;
    border-bottom: 4px solid #2C6ED5;
    margin: 0 0 0 24px;
    float: left;
}
.hqfa_center_text {
	width: 90%;
	height: 100px;
	text-align: left;
	margin-top: 41px;
	color: #666666;
	font-size: 16px;
}
.hqfa_center_btn {
	width: 246px;
	height: 40px;
	background: linear-gradient(86deg, #4C7AF5 0%, #4CB6F0 100%);
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	border: #666666;
	font-size: 18px;
	color: #FFFFFF;
	margin: 25px 0 0 -150px;
}
.dzhy_hqfa_right {
	width: 297px;
	margin-top: 25px;
}
.dzhy_hqfa_right .hqfa_center_title p {
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
    margin: 33px 0 14px 24px;
}
.hqfa_right_li{
	width: 238px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.hqfa_right_li li {
	width: 110px;
	height: 35px;
	line-height: 40px;
	font-size: 14px;
	text-align: left;
}
.hqfa_right_li li:hover {
	color: #2C6ED5;
}
.center_ggt {
	width: 100%;
	height: 280px;
	background-image: url("/img/pc_xingqicheng/dljz_ggt.png");
	background-size: 100% 100%;
}
.center_ggt_center {
	width: 1200px;
	margin: auto;
	display: flex;
}
.ggt_center_title {
	width: 142px;
	height: 140px;
	color: #FFFFFF;
	margin-top: 51px;
}
.center_chines {
	font-size: 51px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}
.center_english {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
}
.ggt_num_pub {
	width: 99px;
	height: 99px;
	border-radius: 50%;
	background: linear-gradient(0deg, #4c7af5 0%, #4cb5ef 100%);
	box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 20%);
	margin-top: 85px;
	font-size: 85px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 99px;
}
.ggt_text_pub {
	min-width: 98px;
	text-align: left;
	margin-left: 13px;
}
.ggt_text_pub p {
	text-align: left;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 95px;
	margin-right: 18px;
}
.ggt_text_pub button {
	width: 98px;
	height: 23px;
	border: 0;
	background-color: #FFFFFF;
	color: #2C6ED5;
	border-radius: 4px;
	margin-top: 15px;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.18);
	margin-right: 18px;
}
.ggt_text_pub button:hover {
	background-color: #FBB550;
	color: #FFFFFF;
}
.center_sxcl_center {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.sxcl_center_pub {
	width: 380px;
	height: 300px;
	background-size: 100% 100%;
}
.center_pub_img1 {
	background-image: url(/img/pc_xingqicheng/dljz_sxzl1.png);
}
.center_pub_img2 {
	background-image: url(/img/pc_xingqicheng/dljz_sxzl2.png);
}
.center_pub_img3 {
	background-image: url(/img/pc_xingqicheng/dljz_sxzl3.png);
}
.center_pub_ttile {
	width: 280px;
	height: 98px;
	background: rgba(255, 255, 255, 0.9);
	margin-top: 150px;
	transition:margin-top 2s;
	-webkit-transition:width 2s;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.sxcl_center_pub:hover .center_pub_ttile {
	background-color: #2C6ED5;
	margin-top: 137px;
	transition: 0.3s;
}
.sxcl_center_pub:hover .pub_title_title,
.sxcl_center_pub:hover p {
	color: #FFFFFF;
}
.sxcl_center_pub:hover span {
	border-bottom: 2px solid #FFFFFF;
}
.pub_title_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	color: #333333;
}
.center_pub_ttile span {
	width: 30px;
	display: block;
	border-bottom: 2px solid #2C6ED5;
}
.center_pub_ttile p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	zoom: 0.9;
	line-height: 50px;
}
.center_wdwj_center {
	width: 1200px;
	display: flex;
	justify-content: space-between;
}
.wdwj_center_pub {
	width: 280px;
}
.wdwj_center_pub:hover .center_pub_white p:first-child {
	background-color: #467FE6;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	position: absolute;
	top: -40px;
	z-index: 12;
	left: 65px;
}
.wdwj_center_pub:hover .center_pub_white p:last-child {
	margin-top: 30px;
}
.center_pub_img {
	width: 100%;
	height: 200px;
	z-index: 1;
}
.center_pub_img img {
	z-index: 1;
}
.center_pub_white {
	width: 280px;
	height: 110px;
	background-color: #FFFFFF;
	display: inline-block;
	position: relative;
}
.center_pub_white p:first-child {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 19px;
}
.center_pub_white p:last-child {
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}
.center_xzys_center {
	width: 1088px;
	display: flex;
}
.xzys_center_tdpub {
	width: 270px;
	height: 342px;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
}
.center_tupub_icon {
	width: 50px;
	height: 50px;
	margin-top: 90px;
}
.center_tupub_title {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-top: 18px;
}
.center_tupub_p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
}
.center_tub_span {
	width: 40px;
	display: block;
	border-bottom: 2px solid #467FE6;
	margin-top: 10px;
}
.center_tupub_img {
	width: 100%;
	height: 228px;
	position: relative;
}
.tupub_img_btn {
	width: 100px;
	height: 32px;
	background: #FBB550;
	border-radius: 0px 16px 16px 0px;
	font-size: 16px;
	line-height: 32px;
	position: absolute;
	bottom: 30px;
	left: 0;
	color: #FFFFFF;
}
.center_tupub_title1 {
	width: 90%;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: left;
	line-height: 30px;
	margin-top: 10px;
}
.center_tupub_p2 {
	width: 90%;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: left;
}
.center_tupub_img,.center_tupub_title1,.center_tupub_p2 {
	display: none;
}
