.finance_part {
	width: 100%;
	height: 30rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.line {
	width: 100%;
	border-top: 1px solid #E3E3E3; 
	height: auto;
	display: block;
	overflow: hidden;
}
.main_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}
.block_img {
	width: 64rem;
	height: 15.6rem;
}
.finace_title {
	padding: 5.4rem 0;
	
}
.center-fel{
	width: 1200px;
	margin: auto;
}
.block_img2 {
	width: 560px;
	float: left;
	margin:20px;
}
.content_all {
	width: 100%;
	/* background: #e3f4ff; */
}
.content_list {
	height: 37.87rem;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.choice_list {
	width: 25%;
	position: relative;
}
.content_detail {
	height: 32rem;
}
.content_detail_ac {
	display: none;
	height: 31rem;
	box-shadow:0px 0px  10px 2px #EBEBEB;
}
.content_scroll {
	overflow: scroll;
}
.content_head {
	text-align: center;
	height: 12rem;
}
.content_head_ac {
	height: 12rem;
	text-align: center;
	background: #02a1fe;
	vertical-align: middle;
}
.content_head_ac h3 {
	font-size: 2rem;
	color: #fff;
	line-height: 2.8rem;
}
.content_head h3 {
	font-size: 2rem;
	color: #02a1fe;
	line-height: 4.8rem;
}
.content_img {
	height: 7.25rem;
	width: 7.25rem;
}
.content_img_ac {
	width: 5.68rem;
	height: 5.31rem;
	margin-top: 1rem;
}
.content_txt {
	padding-top:2rem;
	height: 18rem;
	padding: 1rem 1rem;
}
.content_txt li{
	font-size: 1rem;
	color: #7b8a97;
	line-height: 2rem;
	text-indent: 2em;
	background: url(../img/circle_01.png) no-repeat left 0.5rem;
}
.content_txt_ac {
	padding: 1rem;
	background: #fff;
	height: 19rem;
}
.content_txt_ac li{
	font-size: 1rem;
	color: #7b8a97;
	line-height: 2rem;
	color: #21acfe;
	text-indent: 2em;
	background: url(../img/circle_02.png) no-repeat left 0.5rem;
}
.none {
	display: none;
}
.block_img3 {
	width: 69.43rem;
	height: 44.56rem;
	margin-bottom: 3rem;
}
.img_code_txt {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #2CA6FF;
}

.finance-wrap {
	display: none;
	padding: 20px;
	position: absolute;
	right: -400px;
	top: -350px;
	border:1px solid #ccc;
	background: #fff;
}
.finance-wrap-title {
	color: #21acfe;
	text-align: center;
}

.finance-wrap-title2{
	color: #000000;
	text-align: center;
	margin: 30px 0 30px;
}
.main_wrap2{
	width: 1200px;
	margin:60px auto;
}
.main_wrap2 p{
	margin: 30px 0;
}