.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_home ul {
	display: flex;
}

.a1_home {
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #dedede;
}

.a1_home ul li a {
	color: #666;
}

.a1_home ul i {
	padding-left: 5px;
	padding-right: 5px;
}

.a1_tit {
	text-align: center;
	font-size: 28px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.a1_body {
	width: 900px;
}
.a1-p table tr td{
	color: #000;
	    border-bottom: 1px solid #ccc;
	    border-right: 1px solid #ccc;
	    padding: 3px 5px;
}
.a1-p table{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
  
.a1-p {
	padding-top: 30px;
}

.a1-p p {
	padding-bottom: 40px;
	font-size: 16px;
	color: #333;
	line-height: 35px  !important;
}

.a1-p p:last-child {
	padding-bottom: 0;
}

.row_a1 {
	padding-bottom: 130px;
}

.investment_bg {
	position: fixed;
	width: 100%;
	background: rgba(000, 000, 000, .3);
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.investment_frame {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.investment_body {
	background: #fff;
}

.investment_head {
	background: #014ca7;
	color: #fff;
	font-size: 18px;
	padding-top: 20px;
	padding-left: 29px;
	padding-bottom: 20px;
}

.investment_tit {
	font-size: 24px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 27px;
}

.investment_p {
	padding-left: 50px;
	padding-right: 50px;
	color: #666;
}

.investment_p p {
	padding-bottom: 25px;
}

.investment_min {
	padding-left: 50px;
	padding-right: 50px;
	display: flex;
}

.investment_hi {
	height: 300px;
	overflow: auto;
}

.investment_p {
	height: 400px;
}

.investment_min>div:nth-child(2) {
	padding-left: 10px;
}

.investment_btn {
	display: flex;
	justify-content: center;
	padding-top: 38px;
	padding-bottom: 46px;
}

.investment_btn>div {
	width: 138px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 8px;
}

.investment_btn>div:nth-child(1) {
	border: 1px solid #dcdcdc;
	font-size: 16px;
	font-family: 'sourcehansansscBold';
	margin-right: 20px;
}

.investment_btn>div:nth-child(2) {
	font-size: 16px;
	font-family: 'sourcehansansscBold';
	background: #80a5d3;
	color: #fff;
}


@media screen and (max-width:769px) {
	.row_a1 {
		margin-top: 1.3rem;
	}

	.a1_home {
		overflow-x: auto;
	}

	.a1_home ul {
		padding-left: .2rem;
		padding-right: .2rem;
		width: max-content;
	}

	.a1_body {
		width: 95%;
		margin: auto;
	}

	.a1_tit {
		font-size: 0.36rem;
	}

	.a1-p p {
		padding-bottom: 0.4rem;
		font-size: .25rem;
	}
}