.banner_tit span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-family: 'sourcehansansscEregular';
	font-size: 32px;
}

.banner {
	position: relative;
}
/* 
.a1_wrap {
	display: flex;
}

.a1_left {
	width: 241px;
}

.a1_right {
	width: 960px;
}

.row_a1 {
	padding-top: 60px;
} */
.a1_main{
	width: 880px;
	margin: auto;
	padding: 70px 0;
}
.a1_head {
	position: relative;
	font-family: 'sourcehansansscEregular';
	font-size: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}

.a1_head::before {
	content: '';
	position: absolute;
	width: 41px;
	height: 3px;
	background: #004ca7;
	bottom: 0;
}

.a1_p {
	padding-top: 31px;
	/* padding-bottom: 30px; */
	line-height: 25px;
}

.a1_p p {
	font-size: 16px;
	font-family: 'sourcehansansscEregular';
	padding-bottom: 35px;
}

.a1_p p:last-child {
	padding-bottom: 0;
}

.a1_text {
	font-size: 24px;
	font-family: 'sourcehansansscEregular';
}

.a1_top {
	display: flex;
	align-items: center;
}

.a1_big {
	padding: 25px;
	background: #f5f5f5;
	display: flex;
}

.a1_on {
	width: 896px;
}

.a1_down {
	cursor: pointer;
	padding-top: 31px;
}

.a1_tt {
	padding-left: 24px;
}

.a1_tt>div:nth-child(1) {
	font-size: 18px;
	font-family: 'sourcehansansscBold';
	padding-bottom: 10px;
}

.a1_tt>div:nth-child(2) {
	font-size: 16px;
	color: #333;
}

.a1_bottom {
	padding-top: 21px;
	font-size: 16px;
	color: #666666;
	display: none;
}

.a1_min {
	padding-top: 29px;
	/* padding-bottom: 29px; */
}

.a1_big {
	margin-bottom: 10px;
}

.a1_big:last-child {
	margin-bottom: 0;
}

.license_img {
	width: 430px;
	height: 300px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;

}

.license_box {
	border: 1px solid #e5e5e5;
}

.a1_box {
	margin-bottom: 60px;
}

.msg_li ul {
	display: flex;
	flex-wrap: wrap;
}

.msg_li ul li a {
	display: flex;
	align-items: center;
}

.msg_li ul li a {
	padding: 18px 25px 18px 25px;
	border-radius: 50px;
	cursor: pointer;
	background: #f5f5f5;
	font-size: 16px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.msg_li ul li a.curren {
	color: #fff;
	background: #004ca7;
}

.msg_li ul li a div:nth-child(2) {
	padding-left: 10px;
}

.msg_box {
	padding-top: 30px;
}

.msg_tit {
	font-size: 24px;
	padding-bottom: 30px;
}

.msg_p p {
	padding-bottom: 35px;
	font-size: 16px;
}


.news_on a {
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

.news_on:first-child {
	padding-top: 0;
}

.news_text {
	width: 816px;
	padding-left: 32px;
	/* padding-top: 10px; */
}

.news_text>div:nth-child(1) {
	font-size: 16px;
	color: #666666;
	/* padding-bottom: 20px; */
}

.news_text>div:nth-child(2) {
	font-size: 24px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.news_img {
	width: 120px;
	height: 120px;
}

.news_img img {
	width: 100%;
	height: 100%;
}

.news_mian a {
	align-items: flex-end;
	display: flex;
}

.news_mian a>div:nth-child(2) {
	padding-left: 10px;
}

.news_btn {
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}

.news_on:hover .news_text>div:nth-child(2) {
	color: #004ca7;
}

.news_date {

	padding: 8px 15px 10px 15px;

	width: 60px;
	height: 65px;

	background: #f5f5f5;
	border-radius: 10px;
}

.news_date>div {
	color: #999999;
	font-size: 14px;
	font-family: 'sourcehansansscMedium';
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.news_date>div:last-child {
	padding-bottom: 0;
	padding-top: 5px;
}

.news_date>div:nth-child(1) {
	border-bottom: 1px solid #999;
}

.news_on:hover .news_text>div:nth-child(1) {
	color: #004ca7;
}

.bank_btn {
	display: flex;
	margin-bottom: 30px;
}

.bank_btn>div a {
	padding: 17px 20px 17px 20px;
	background: #f5f5f5;
	color: #222;
	font-size: 16px;
	cursor: pointer;
	border-radius: 50px;
	margin-right: 10px;
}

.bank_btn>div a.on {
	background: #014ca7;
	color: #fff;
}

.bank_btn>div:last-child {
	margin-right: 0;
}

.tab_box>div {
	padding-top: 30px;
}

.bank_p {
	padding-top: 33px;
	padding-bottom: 29px;
	font-size: 16px;
}

.bank_p p {
	padding-bottom: 18px;
}

.bank_p p:last-child {
	padding-bottom: 0;
}

.bank_tit>div:nth-child(1) {
	color: #ff8500;
	font-size: 16px;
	padding-bottom: 15px;
}

.bank_tt {
	font-size: 16px;
}

.bank_tt>div {
	padding-bottom: 16px;
}

.bank_tt>div:last-child {
	padding-bottom: 0;
}

.bank_tt span {
	font-family: 'sourcehansansscBold';
}

.tab_box>div {
	display: none;
}

.tab2 div {
	text-align: center;
}

.calender_left {
	display: flex;
}

.calender_head {
	display: flex;
	justify-content: space-between;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
}

.news_box {}

.calender_center {
	font-size: 20px;
}

.calender_main table {
	width: 100%;
	table-layout: fixed;
}

.calender_main table tr th {
	background: #014ca7;
	color: #fff;
	text-align: center;
	height: 60px;
	font-size: 18px;
}

.calender_main table tr td.bg {
	background: #f2f6fb;
}

.calender_main table tr td {
	font-size: 14px;
	border-right: 1px solid #eee;
	padding: 20px;
}

.td_num {
	font-size: 18px;
	margin-bottom: 23px;
	display: flex;
	align-items: center;
}

.td_num.curren {
	color: #bbbbbb;
}

.td_num span {
	display: flex;
	align-items: center;
	justify-content: center;

}

.td_num span.active {
	width: 32px;
	height: 32px;
	border-radius: 50px;
	color: #fff;
	background: #004ca7;
}

.td_text p {
	padding-bottom: 23px;
}

.td_text p.on {
	color: #ff8500;
}

.td_text p:last-child {
	padding-bottom: 0;
}

.preparation_on {
	display: flex;
}

.preparation_boxs {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 30px;
	width: 100%;
}

.preparation_head {
	position: relative;
}

.preparation_tit {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	font-style:italic;
}

.preparation_text {
	font-size: 16px;
	color: #fff;
	padding-top: 16px;
	padding-bottom: 29px;
}

.preparation_btn {
	display: flex;
}

.preparation_on {
	width: 50%;
	/* width: 445px; */
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.preparation_on:nth-child(1) {
	background: #004ca6;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	margin-right: 10px;
	border-radius: 5px;
}

.preparation_on>div:nth-child(2) {
	padding-left: 10px;
}

.preparation_on:nth-child(2) {
	background: #004ca6;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	border-radius: 5px;
}

.preparation_li {
	padding-left: 30px;
	padding-right: 30px;
	justify-content: space-between;
	/* width: 474px; */
	width: 49.4%;
	height: 60px;
	display: flex;
	align-items: center;
	background: #f5f5f5;
}

.preparation_left {
	display: flex;
	align-items: center;
}

.preparation_left>div:nth-child(2) {
	padding-left: 24px;
	font-size: 16px;
}

.preparation_right a {
	color: #999999;
}

.preparation_min {
	display: flex;
	flex-wrap: wrap;
}

.preparation_min>div {
	margin-right: 10px;
	margin-bottom: 10px;
}

.preparation_min>div:nth-child(2n+2) {
	margin-right: 0;
}

.preparation_min {
	padding-top: 20px;
}

.preparation_min>div:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.step_box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.step_box {
	padding-top: 42px;
}

.step_li>div:nth-child(2) {
	padding-top: 20px;
	text-align: center;
	font-size: 14px;
}

.steps_head {
	text-align: center;
}

.preparation_Steps {
	padding-top: 40px;
	font-size: 18px;
}

.steps_head span {
	position: relative;
	z-index: 2;
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

.steps_head span::before {
	position: absolute;
	content: '';
	width: 220px;
	border-bottom: 1px solid #ccc;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.pc_imgs {
	display: block;
}

.mobile_imgs {
	display: none;
}
.mobile_frame{
	position: fixed;
	width: 100%;
	background: rgba(000, 000, 000, .3);
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
.mobile_main{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 600px;
	border-radius: 6px;
}
.mobile_head{
	display: flex;
	justify-content: space-between;
	height: 60px;
	align-items: center;
	background: #f2f2f2;
	padding: 20px 30px 20px 30px;
	border-radius: 6px 6px 0 0;
}
.mobile_head>div:nth-child(1){
	font-size: 18px;
	font-weight: bold;
}
.mobile_max{
	background: #fff;
}
.mobile-tit{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 30px;
}
.mobile_top{
	padding-left: 30px;
	padding-right: 30px;
}
.mobile_ul ul{
	display: flex;
	justify-content: space-between;
}
.mobile_ul ul li{
	text-align: center;
}
.mobile_top{
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.mobile_ul ul li div:nth-child(1){
	padding-bottom: 15px;
}
.mobile-pic{
	text-align: center;
}
.mobile-p{
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 50px;
}
.p_tit{
	font-weight: bold;
	padding-bottom: 14px;
}
.mobile-p p{
	padding-bottom: 14px;
}
.mobile-p p:last-child{
	padding-bottom: 0;
}
.mobile_bottom{
	padding-top: 40px;
	padding-bottom: 50px;
	
}
.mobile_max{
	border-radius: 0 0 6px 6px;
}
.mobile_head>div:nth-child(2){
	cursor: pointer;
}
@media screen and (min-width:1300px) and (max-width:1400px) {
	.news_text>div:nth-child(2) {
		font-size: 18px;
	}
	.mobile_top{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.mobile_ul ul li div:nth-child(1){
		width: 50px;
		margin: auto;
	}
	.mobile_ul ul li div:nth-child(1) img{
		width: 100%;
	}
	.mobile_bottom{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.mobile-p{
	padding-top: 15px;	
	}
	.mobile-pic{
		width: 100px;
		margin: auto;
	}
	.mobile-pic img{
		width: 100%;
	}
	.mobile-tit{
		padding-bottom: 15px;
	}
	
}

@media screen and (max-width:769px) {
	.banner {
		margin-top: 1.2rem;
	}

	.row_a1 {
		padding-top: 0.6rem;
	}

	.a1_head {
		font-size: 0.4rem;
	}

	.banner_tit span {
		padding-left: 1rem;
		font-size: 0.42rem;
	}

	.a1_left {
		display: none;
	}

	.a1_right {
		width: 95%;
		margin: auto;
	}

	.news_box>div:nth-child(2) {
		width: 100%;
	}

	.step_box ul li {
		width: 25%;
		text-align: center;
		margin-bottom: .5rem;
	}

	.step_box ul {
		justify-content: unset;
	}

	.preparation_li {
		width: 100%;
	}

	.preparation_min>div:nth-child(2n+2) {
		margin-right: auto;
	}

	.preparation_min>div {
		margin-right: 0;
	}

	.preparation_min>div:nth-last-child(-n+2) {
		margin-bottom: 10px;
	}

	.preparation_on {
		width: 49%;
		height: 48px;
	}

	.preparation_tit {
		font-size: .4rem;
	}

	.preparation_img {
		height: 220px;
	}

	.preparation_img img {
		height: 100%;
	}

	.pc_imgs {
		display: none;
	}

	.mobile_imgs {
		display: block;
	}
	.mobile_main{
		width: 95%;
		margin: auto;
	}
	.mobile_ul ul li div:nth-child(1){
		width: 60px;
		margin: auto;
	}
	.mobile_ul ul li div:nth-child(1) img{
		width: 100%;
	}
	.mobile-pic{
		width: 100px;
		margin: auto;
	}
	.mobile-pic img{
		width: 100%;
	}
	.preparation_Steps{
		font-size: 14px;
	}
}