.headBox {
	background: #09b3de;
}
.headBox_box .logoBox .logoTxt {
	color:#fff;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ;
}
.navBox .navBox_conter .navBox_conter_item a {
    color: #fff;
}
.navBox .navBox_conter .navBox_conter_item>a::after {
	background: #09b3de;
}
.navBox .navBox_conter .navBox_conter_item:hover>a, .navBox .navBox_conter .active>a {
	color:#fff;
}
.navBox .navBox_conter .navBox_conter_item:hover>a::after, .navBox .navBox_conter .active>a::after {
	background: #fff;
}



.fistConter {
	background: #09b3de url('../img/softWare-system_1_1.png') no-repeat;
	background-size: contain;
	background-position: top right;
}
.fistConter_box {
	padding:1.3rem 0 1.2rem;
	color:#fff;
}
.fistConter_box h1 {
	font-size: .5rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.fistConter_box p {
	font-size: .22rem;
	line-height: 1.5;
}

.secondConter {
	padding: 0!important;
}
.secondConter_item {
	width:100%;
	height:6.4rem;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.secondConter_item>div {
	width:calc(100% / 2);
	height:100%;
	overflow: hidden;
}
.secondConter_item_picBox img {
	width:100%;
	height:100%;
}
.secondConter_item_txtBox {
	padding: 1.5rem;
}
.secondConter_item_txtBox h1 {
	font-size: .5rem;
	color:#1e1e1e;
	margin-bottom: .5rem;
}
.secondConter_item_txtBox h4 {
	font-size: .44rem;
	color:#595858;
	margin-bottom: .25rem;
}
.secondConter_item_txtBox p {
	font-size: .22rem;
	color:#1e1e1e;
	text-align: justify;
	line-height: 1.5;
	
}
.secondConter_item:nth-child(even)  {
	flex-direction: row-reverse;
}

.thirdConter {
	background: #13172e url('../img/index_3_bg.png') repeat ;
	/* background-size: ; */
}
.thirdConter .conterTitle {
	color:#fff;                   
}
.thirdConter_youshiBox {
	display: flex;
	justify-content: space-between;
}
.thirdConter_youshiBox_item {
	width:4.5rem;
	height:6.6rem;
	padding: .3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.thirdConter_youshiBox_item_top {
	border: .03rem solid #f7c333;
	border-radius: 50%;
	width:3rem;
	height:3rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .8rem;
}
.thirdConter_youshiBox_item_top img {
	width:2.4rem;
}
.thirdConter_youshiBox_item h4 {
	font-size: .45rem;
	color:#fff;
	margin-bottom: .7rem;
	font-weight: normal;
}
.thirdConter_youshiBox_item p {
	font-size: .22rem;
	color:#d4d4d4;
	line-height: 1.5!important;
}
@media screen and (max-width: 900px) {
	.fistConter_box {
		padding: 1rem;
	}
}

@media screen and (max-width: 770px) {
	
	.fistConter_box h1 {
		font-size: 1rem;
	}
	.fistConter_box p {
		font-size: .6rem;
		text-align: justify;
	}
	.secondConter_item {
		display: block;
		min-height: 12.8rem;
		height: auto;
		overflow: hidden;
	}
	.secondConter_item>div {
		width: 100%;
		heihgt:10rem;
	}
	.secondConter_item_txtBox h1 {
		font-size: .8rem;
		
	}
	.secondConter_item_txtBox h4 {
		font-size: .7rem;
	}
	.secondConter_item_txtBox p {
		font-size: .6rem;
	}
	
	
	
	
	.thirdConter_youshiBox {
		/* display: block; */
		flex-direction: column;
		align-items: center;
		margin: auto;
	}
	.thirdConter_youshiBox_item {
		width:10rem;
		min-height:12rem;
		height: auto;
		overflow: hidden;
		padding: .3rem 0;
		margin-bottom: .7rem;
	}
	.thirdConter_youshiBox_item:last-child {
		margin-bottom: 0;
	}
	.thirdConter_youshiBox_item_top {
		width:6rem;
		height:6rem;
		margin-bottom: 1.2rem;
	}
	.thirdConter_youshiBox_item_top img {
		width:4.5rem;
	}
	.thirdConter_youshiBox_item h4 {
		font-size: .85rem;
		margin-bottom: .9rem;
	}
	.thirdConter_youshiBox_item p {
		font-size: .6rem;
	}
	
	
}
	



