.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_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;
}


.bruch_li ul {
	display: flex;
	flex-wrap: wrap;
}

	.bruch_li ul li {
		font-size: 16px;
		padding: 15px;
		/* padding: 18px 24px 18px 24px; */
		cursor: pointer;
		background: #f5f5f5;
		border-radius: 50px;
		color: #333;
		margin-right: 10px;
		margin-bottom: 10px;
	}

.bruch_li ul li.curren {
	background: #004ca7;
	color: #fff;
}

.branch_mian {
	padding-top: 30px;
	/* padding-bottom: 87px; */
}

.branch_box {
	display: flex;
	justify-content: space-between;
}

.branch_p {
	padding-bottom: 40px;
}

.branch_p p {
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 25px;
}

.branch_p p:last-child {
	padding-bottom: 0;
}

.branch_tit {
	font-family: 'sourcehansansscBold';
	font-size: 18px;
	padding-bottom: 25px;
	/* padding-bottom: 32px; */
}

.branch_text>div {
	font-size: 16px;
	padding-bottom: 5px;
}

.branch_text {
	padding-bottom: 25px;
	/* padding-bottom: 34px; */
}

.branch_Company {
	font-size: 16px;
}

.branch_Company span {
	color: #004ca7;
}

.Company_text {
	padding-top: 25px;
	/* padding-top: 34px; */
	font-size: 16px;
}

.Company_text span {
	color: #004ca7;
}

.branch_left {
	width: 575px;
}

.branch_img>div:nth-child(2) {
	font-size: 16px;
	text-align: center;
	padding-top: 19px;
}

.branch_mian>div {
	display: none;
}

.branch_mian>div.currens {
	display: block;
}
.a1_main{
	padding: 70px 0;
	width: 880px;
	margin: auto;
}

@media screen and (max-width:769px) {
	.banner {
		margin-top: 1.25rem;
	}

	.banner_tit span {
		padding-left: 1rem;
		font-size: 0.42rem;
	}

	.a1_left {
		display: none;
	}

	.a1_right {
		width: 95%;
		margin: auto;
	}

	.bruch_li ul li {
		padding: 0.18rem 0.25rem 0.18rem 0.25rem;
		font-size: 0.16rem;
		margin-right: 6px;
		margin-bottom: .3rem;
	}

	.msg_tit {
		font-size: .4rem;
	}

	.msg_p p {
		font-size: .25rem;
		line-height: 20px;
		padding-bottom: 0.35rem;
	}

	.row_a1 {
		padding-top: 0.6rem;
	}

	.a1_head {
		font-size: 0.4rem;
	}

	.branch_p p {
		font-size: .25rem;
	}

	.branch_mian {
		padding-top: 0.3rem;
		padding-bottom: 0.87rem;
	}

	.branch_box {
		flex-wrap: wrap;
	}

	.branch_text>div {
		font-size: .25rem;
	}

	.branch_Company {
		font-size: .25rem;
	}

	.Company_text {
		font-size: .25rem;
	}

	.branch_left {
		margin-bottom: .2rem;
	}

	.Company_text span {
		line-height: 20px;
	}

	.branch_img>div:nth-child(2) {
		font-size: .25rem;
	}
}