.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-wechat_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 {
	
}
.secondConter_logoBox {
	width:.86rem;
	height:.7rem;
	margin:0 auto .6rem;
	overflow: hidden;
}
.secondConter_logoBox img {
	width:100%;
	height:100%;
}
.secondConter_txt {
	padding:.1rem 0;
	font-size: .22rem;
	color:#404040;
	text-align: center;
	margin-bottom: .756rem;
}
.secondConter_txt p {
	line-height:2!important;
}
.secondConter_workBox {
	display: flex;
	justify-content: space-between;
	padding: 0 .75rem;
}
.secondConter_workBox_item {
	width:3.9rem;
	min-height:4.2rem;
	height: auto;
	overflow: hidden;
	padding: .2rem .4rem;
	/* box-shadow: 0 .02rem .15rem  #b2b2b2; */
	border-right: .01rem solid #dadada;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}
.secondConter_workBox_item span {
	display: inline-block;
	margin-bottom: .4rem;
}
.secondConter_workBox_item .iconfont {
	font-size: .8rem;
}
.secondConter_workBox_item h4 {
	font-size: .45rem;
	color:#1e1e1e;
	margin-bottom: .3rem;
	text-align: center;
}

.secondConter_workBox_item p {
	text-align: justify;
	font-size: .22rem;
	line-height: 1.5;
	color:#404040;
}
.secondConter_workBox_item:first-child .iconfont {
	color:#45bda1;
}
.secondConter_workBox_item:nth-child(2) .iconfont {
	color:#945e00;
}
.secondConter_workBox_item:nth-child(3) .iconfont {
	color:#0097ff;
}
.secondConter_workBox_item:last-child .iconfont {
	color:#dccb00;
}
.secondConter_workBox_item:last-child {
	border: 0;
}

.thirdConter {
	background: url('../img/softWare-wechat_2_bg.jpg') repeat ;
	 background-size: 100%;
}
.thirdConter .conterTitle {
	color:#fff;                   
}
.thirdConter_youshiBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.thirdConter_youshiBox_item {
	width:4.4rem;
	min-height:12rem;
	height:auto;
	overflow: hidden;
	padding: 0;
	display: flex;
	flex-direction: column;
	margin-bottom: .7rem;
	/* justify-content: center; */
	
	/* align-items: center; */
	
}
.thirdConter_youshiBox_item_top {
	width:4.4rem;
	height:7.4rem;
	/* border-radius: 50%; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .5rem;
	background: url('../img/softWare-wechat_2_phone.png') no-repeat;
	background-size: 100% 100%;
	
}
.thirdConter_youshiBox_item_topBox {
	width:4rem;
	height:7.1rem;
	overflow: hidden;
	border-radius: .35rem;
	margin-top: -.02rem;
}
.thirdConter_youshiBox_item_topBox img {
	width:100%;
	height:100%;
}
.thirdConter_youshiBox_item h5 {
	font-size: .36rem;
	color:#fff;
	margin-bottom: .3rem;
	font-weight: normal;
		text-align: center;
}
.thirdConter_youshiBox_item p {
	font-size: .22rem;
	color:#d4d4d4;
	line-height: 1.8!important;
	text-align: justify;
}


@media screen and (max-width: 900px) {
	.fistConter_box {
		padding: 1rem;
	}
	.secondConter_workBox_item {
		    width: 4.5rem;
			border-right: .01rem solid #dadada; 
		/* padding-right: .6rem; */
		
	}
	.thirdConter {
		background-size: 120%;
	}
	.thirdConter_youshiBox_item {
		margin-left: .5rem;
		margin-right: .5rem;
	}
}

@media screen and (max-width: 770px) {
	.fistConter_box {
		padding: 1rem;
		margin-bottom: 1rem;
	}
	.fistConter_box h1 {
		font-size: 1rem;
	}
	.fistConter_box p {
		font-size: .6rem;
		text-align: justify;
	}
	.secondConter_txt {
		padding: 0 1rem;
	}
	.secondConter_txt p {
		text-align: justify;
		font-size: .6rem;
	}
	.secondConter_workBox {
		flex-wrap: wrap;
	}
	.secondConter_workBox_item {
		width: 7.4rem;
		min-height: 10rem;
		height: auto;
		overflow: hidden;
		padding: .9rem .5rem;
		/* border: .02rem solid #dadada; */
		margin: 0 .5rem 1rem;
		border: .03rem solid #dadada;
		border-radius: .05rem;
	}
	.secondConter_workBox_item:last-child {
		border: .03rem solid #dadada;
	}
	.secondConter_workBox_item .iconfont {
	    font-size: 2.5rem;
		margin-bottom: .8rem;
	}
	.secondConter_workBox_item h4 {
		font-size: .85rem;
		margin-bottom: .6rem;
	}
	.secondConter_workBox_item p {
		font-size: .6rem;
	}
	.thirdConter {
		background-size: 300%;
	}
	.thirdConter_youshiBox {
		padding: 0 1rem;
	}
	.thirdConter_youshiBox_item {
		width: 7.4rem;
		min-height: 15rem;
		height: auto;
		overflow: hidden;
		/* padding: .9rem .5rem; */
		margin: 0 .5rem 1rem;
		padding-bottom: .6rem;
	}
	.thirdConter_youshiBox_item_top {
		width: 7.4rem;
		height: 12.5445rem;
		margin-bottom: .9rem;
	}
	.thirdConter_youshiBox_item_topBox {
		width:6.8rem;
		height:12.09rem;
		border-radius: .7rem;
	}
	.thirdConter_youshiBox_item_topBox img {
		width:100%;
		height:100%;
	}
	.thirdConter_youshiBox_item h5 {
		font-size: .8rem;
		margin-bottom: .6rem;
	}
	.thirdConter_youshiBox_item p {
		padding: .2rem;
		font-size: .6rem;
	}
	
	
	
	
}

















