/* A S */
.A {
	margin-bottom:70px;
	padding:50px 0;
	background-color:white;
}
.A ul {
	display:flex;
	display:-webkit-flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	width:800px;
	margin:50px auto;
}
.A ul li {
	color:#555;
	text-align:center;
	transition:.5s;
}
.A ul li div {
	width:100px;height:100px;
	margin:0 auto 20px;
	text-align:center;
	border-radius:50%;
	background-color:#2067ef;
	transition:.5s;
}
.A ul li:nth-child(1) div, .A ul li:nth-child(3) div {background-color:#242C39;}
.A ul li img {margin-top:25px;transition:.7s;}
.A div.text {
	color:#999;
	font-size:14px;
	width:1200px;
	text-align:center;
	line-height:28px;
}
/* A E */
/* B s */
.B {margin-bottom:70px;}
.B ul {
	display:flex;
	display:-webkit-flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	width:800px;
	margin:40px auto 50px;
}
.B ul li {
	width:173px;height:125px;
	padding-top:76px;
	text-align:center;
	background-image:url("/templets/images/hexagon_n.png");
	background-size:173px 200px;
	background-repeat:no-repeat;
	transition:.5s;
}
.B ul li:hover {background-image:url("/templets/images/hexagon_s.png");}
.B ul li b {
	font-family:"黑体";
	font-size:24px;
	margin-bottom:12px;
}
.B ul li p {margin-top:5px;}
.B ul li:hover b, .B ul li:hover p {color:#fff;}
.B div.text {
	margin:0 auto;
	color:#999;
	font-size:14px;
	width:600px;
	text-align:center;
	line-height:28px;
}
/* B E */
/* C S */
.C {
	padding:50px 0;
	background-color:#fff;
}
.C ul {
	display:flex;
	display:-webkit-flex;
	flex-flow:row wrap;
	justify-content:space-between;
	width:1200px;
	margin:40px auto 26px
}
.C ul li {
	position:relative;
	width:136px;height:36px;
	margin:0 20px 28px;
	background-image:url("/templets/images/flow_sign.png");
	background-size:136px 36px;
	background-repeat:no-repeat;
}
.C ul li b {
	position:absolute;
	top:-10px;left:14px;
	font-family:"黑体";
	font-size:20px;
}
.C ul li span {
	position:absolute;
	top:7px;left:62px;
	color:#fff;
}
.C ul li:nth-child(7) {background-image:none;}
.C ul li:nth-child(7) span {
	top:-7px;left:100px;
	color:#222;
	font-size:36px;
}
.C div.text {
	color:#999;
	font-size:14px;
	width:1200px;
	text-align:center;
	line-height:28px;
}
/* C E */