.split-line {
	width: 0.48rem;
	height: 6px;
	background-color: #FFFFFF;
	margin: 0.4rem 0rem;
}

.split-line.blue {
	background-color: #0C64C4;
}

.banner-box img {
	width: 19.2rem;
	height: 9.1rem;
}

.feature-box {
	width: 100%;
	height: 9.1rem;
	padding: 1.3rem 1.4rem 1.7rem 1.6rem;
	background-color: #00308F;
	background-repeat: no-repeat;
	background-position: right;
	background-size: 9.6rem 9.1rem;
}

.feature-box.app {
	background-color: #0038A6;
}

.feature-box h2 {
	font-size: 0.4rem;
	color: #FFFFFF;
	font-weight: bold;
}

.feature-box h3 {
	font-size: 0.26rem;
	margin-bottom: 0.2rem;
	color: #FFFFFF;
}

.feature-box h4 {
	font-size: 0.2rem;
	margin-bottom: 0.2rem;
	color: #F8F8F8;
	text-align: center;
}

.feature-box h5 {
	font-size: 0.16rem;
	margin-bottom: 0.2rem;
	color: #F8F8F8;
	text-align: center;
}

.feature-box h6 {
	font-size: 0.14rem;
	color: #E2E2E2;
	line-height: 0.26rem;
}

.feature-box .feature-intro {
	width: 5.2rem;
	font-size: 0.14rem;
	color: #F8F8F8;
	line-height: 0.26rem;
	margin-bottom: 0.56rem;
}

.feature-box .feature-list {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.feature-list>li {
	width: 2.56rem;
	height: 2.88rem;
	border: 2px solid #FFFFFF;
	margin-right: 0.4rem;
	padding: 0.4rem 0.2rem;
}

.feature-list>li:last-child {
	margin-right: 0rem;
}

.advantage-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 16rem;
	margin: 0.8rem auto;
}

.advantage-box .advantage-content {}

.advantage-content h3 {
	color: #343434;
	font-weight: bold;
}

.advantage-content .advantage-list {
	margin-top: 0.7rem;
	border-left: 6px solid #0C64C4;
	padding-left: 0.26rem;
	width: 6.2rem;
}

.advantage-content .advantage-list li {
	padding: 0.2rem 0.1rem;
	border-bottom: 1px solid #F2F2F2;
	cursor: pointer;
}

.advantage-content .advantage-list li:first-child {
	padding-top: 0rem;
}

.advantage-content h5 {
	color: #343434;
	font-size: 0.2rem;
}

.advantage-content .advantage-intro {
	display: none;
	color: #666666;
	font-size: 0.14rem;
	padding-top: 0.2rem;
	line-height: 0.26rem;
}

.advantage-content .advantage-list li:first-child .advantage-intro {
	display: block;
}

.advantage-box .advantage-images>img {
	width: 7.98rem;
	height: 5.82rem;
}

.development-box {
	height: 9.1rem;
	padding: 1.8rem 0rem 0rem 0rem;
	background-color: #00308F;
	background-repeat: no-repeat;
	background-position: right;
	background-size: 100% 100%;
}

.development-main {
	width: 16rem;
	margin: 0 auto;
}

.development-box h2 {
	font-size: 0.4rem;
	color: #FFFFFF;
	font-weight: bold;
}

.development-box h3 {
	font-size: 0.26rem;
	margin-bottom: 0.2rem;
	color: #FFFFFF;
}

@keyframes fontbigger {
	0% {
		font-size: 0.14rem;
	}

	100% {
		font-size: 0.2rem;
	}
}

.development-box h6 {
	font-size: 0.14rem;
	color: #E2E2E2;
	line-height: 0.26rem;
}
.development-box li:nth-child(1) h6{
	animation: fontbigger 1s 2s 2 alternate;
}
.development-box li:nth-child(2) h6{
	animation: fontbigger 1s 4s 2 alternate;
} 
.development-box li:nth-child(3) h6{
	animation: fontbigger 1s 6s 2 alternate;
} 
.development-box li:nth-child(4) h6{
	animation: fontbigger 1s 8s 2 alternate;
} 
.development-box li:nth-child(5) h6{
	animation: fontbigger 1s 10s 2 alternate;
} 
.development-box .development-intro {
	width: 5.2rem;
	font-size: 0.14rem;
	color: #F8F8F8;
	line-height: 0.26rem;
	margin-bottom: 0.8rem;
}

.development-box .development-list {}

.development-list>li {
	margin-bottom: 0.2rem;
	position: relative;
	padding-left: 0.2rem;
}

.development-list>li::before {
	content: '';
	width: 8px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	left: 0rem;
	top: 0.12rem;
}

.development-list>li:last-child {
	margin-bottom: 0rem;
}
.team-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 8.7rem;
	padding: 1.3rem 1.4rem 1.2rem 1.6rem;
}

.team-box h2 {
	font-size: 0.4rem;
	color: #333333;
	font-weight: bold;
}

.team-box h3 {
	font-size: 0.26rem;
	margin-bottom: 0.2rem;
	color: #333333;
}

.team-box .team-intro {
	width: 5.3rem;
	font-size: 0.14rem;
	color: #666666;
	line-height: 0.3rem;
	margin-bottom: 0.86rem;
}

.team-box .team-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}

.team-box .team-list>dl>dt {
	color: #333333;
	font-size: 0.48rem;
	font-weight: bold;
	margin-bottom: 0.3rem;
}

.team-box .team-list>dl>dd {
	color: #999999;
	font-size: 0.16rem;
}

.team-box .team-image {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	width: 7.54rem;
	height: 6.16rem;
}

.team-box .team-image>img {
	width: 100%;
	height: 100%;
}

.team-box .team-image-text {
	font-size: 0.88rem;
	font-weight: bold;
	color: #CCCCCC;
	opacity: 0.3;
	width: 0.74rem;
	height: 0.74rem;
	white-space: nowrap;
	transform: rotate(-90deg) translate(0.7rem, -0.4rem);
}
.team-box .team-image>img {}

.flow-box{
	
}
.flow-box .flow-main{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 16rem;
	height: 9.1rem;
	margin: 0 auto;
	padding: 1.05rem 0px;
}
.flow-box .flow-left{
	display: flex;
	flex-direction: row;
}
.flow-box .title{
	width: 0.28rem;
	font-size: 0.26rem;
	font-weight: bold;
	color: #343434;
}
.flow-box .english{
	width: 0.3rem;
	height: 0.3rem;
	font-size: 0.4rem;
	font-weight: bold;
	color: #343434;
	white-space: nowrap;
	transform: rotate(90deg) translate(0rem, -0.36rem);
}
.flow-box ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 14rem;
}
.flow-box ul>li{
	width: 3.5rem;
	height: 3.5rem;
	background-size: 100%;
	text-align: center;
	padding-top: 1.18rem;
	position: relative
}
.flow-box ul>li>h3{
	font-size: 0.2rem;
	font-weight: bold;
	color: #343434;
	margin-bottom: 0.4rem;
}
.flow-box ul>li>h5{
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.3rem;
}

.flow-box ul>li:nth-child(2) h3,
.flow-box ul>li:nth-child(4) h3,
.flow-box ul>li:nth-child(5) h3,
.flow-box ul>li:nth-child(7) h3{
	color: #FFFFFF;
}
.flow-box ul>li:nth-child(2) h5,
.flow-box ul>li:nth-child(4) h5,
.flow-box ul>li:nth-child(5) h5,
.flow-box ul>li:nth-child(7) h5{
	color: #FFFFFF;
}

.flow-box ul>li:nth-child(2)::after,
.flow-box ul>li:nth-child(4)::after{
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #EAEAEA;
	border-bottom: 10px solid transparent;
}

.flow-box ul>li:nth-child(3)::after{
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #263252;
	border-bottom: 10px solid transparent;
}

.flow-box ul>li:nth-child(5)::after,
.flow-box ul>li:nth-child(7)::after{
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #EAEAEA;
	border-bottom: 10px solid transparent;
}

.flow-box ul>li:nth-child(6)::after{
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #283662;
	border-bottom: 10px solid transparent;
}

.flow-box ul>li:nth-child(8)::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 0px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #24304C;
}