.banner {
	width: 100%;
	position: relative;
	margin-bottom: 0.4rem;
}

.banner img {
	width: 100%;
	height: auto;
}

.banner-info {
	position: absolute;
	width: 100%;
	top: 0.55rem;
	left: 1.8rem;
}

.banner-text {
	font-family: FZLTCHK--GBK1-0;
	font-size: 0.42rem;
	color: #333333;
	line-height: 0.49rem;
}

.banner-en {
	font-family: FZLTCHK--GBK1-0;
	font-size: 0.22rem;
	color: #333333;
	margin-top: 0.1rem;
	line-height: 0.26rem;
}

.nav-tab-small {
	padding: 0.13rem 0 0.13rem 0.4rem;
	border-bottom: 1px solid #DDE8F7;
}

.choice-tab {
	background: #fff;
}

.b-text a {
	font-family: FZLTHJW--GB1-0;
	font-size: 0.32rem;
	color: #333333;
	line-height: 0.45rem;
	text-indent: 0.2rem;
	display: inline-block;

}

.blue-border {
	position: relative;
	/* border-left: 0.05rem solid #0D5FE0; */
}

.blue-border::after {
	content: '';
	width: 0.05rem;
	height: 0.26rem;
	top: 50%;
	margin-top: -0.13rem;
	left: 0;
	background: #0D5FE0;
	position: absolute;
}

.blue-border a {
	color: #0D5FE0 !important;
}

.grey-border {
	/* border-left: 0.05rem solid #CDD2D7; */
	position: relative;
}

.grey-border::after {
	content: '';
	width: 0.05rem;
	height: 0.26rem;
	top: 50%;
	margin-top: -0.13rem;
	left: 0;
	background: #CDD2D7;
	position: absolute;
}

.blue-size a {
	color: #0D5FE0 !important;
}

.s-text {
	margin-top: 0.18rem;
}

.s-text a {
	font-family: FZLTHJW--GB1-0;
	font-size: 0.24rem;
	color: #333333;
	text-indent: 0.2rem;
	line-height: 0.33rem;
	display: inline-block;
	position: relative;
}

.blue-point {
	position: absolute;
	background: #0D5FE0;
	width: 0.08rem;
	height: 0.08rem;
	left: 0;
	top: 50%;
	margin-top: -0.04rem;
	border-radius: 50%;
}
