
.bg2{
    background-image: url(../img/81-d4right.png);
	background-size: 100%;
	/* background-size: inherit; */
	background-repeat: no-repeat;
}
.bg{
    background-image: url(../img/81-bj.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.detail-title{
    font-weight: bold;
    color: #008DD4;
    line-height: 48px;
}
.flexs{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	width: 100%;
	background-color: #B0E5E4; 
}
.text-font{
	text-align:center;
}
.white-fast{
	width: 47%;
	background-color: white;
	border-radius: 15px;
}
.white-fast2{
	width: 96%;
	background-color: white;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.white-fast3{
	width: 96%;
	background-color: white;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
}
.detail-title2{
    height: 39px;
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #3BA7DE;
    line-height: 74px;
}	
.text-font2{
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	/* color: #3A3A3A; */
	color: #008DD4;
}
.text-font3{
	height: 34px;
	font-size: 32px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #3A3A3A;
}
