html {background-color:#fafafa;}
/* 头部 S */
.topimg {
	width:100%;
	min-width:1200px;
	max-width:1920px;
	margin:0 auto;
	height:520px;
	background-image:url("/templets/images/service_topimg.jpg");
	background-size:1920px 520px;
	background-repeat:no-repeat;
}
.tip {
	color:#fff;
	padding-top:100px;
	text-align:right;
}
.tip h1 {
	font-size:36px;
	font-weight:bold;
	margin-bottom:18px;
}
.tip p.slogan {
	font-size:20px;
	margin-bottom:10px;
}
.tip p.text {
	display:inline-block;
	font-size:14px;
	color:#ddd;
	width:420px;
	margin-bottom:170px;
}
.tip p.tit {font-size:20px;margin-bottom:8px;}
.tip a.location {
	color:#ddd;
	transition:.5s;
}
.tip a.location:hover {color:#fff;}
/* 头部 E */
/* 内容 S */
.A {
	display:flex;
	display:-webkit-flex;
	flex-flow:row nowrap;
	justify-content:space-around;
	width:650px;
	margin-top:-36px;
}
.A li {
	color:#242C39;
	width:148px;height:154px;
	background-image:url("/templets/images/shape_white.png");
	background-size:auto auto;
	background-repeat:no-repeat;
	text-align:center;
	transition:.5s;
}
.A li:hover {
	color:#fff;
	background-image:url("/templets/images/shape_blue.png");
}
.A li p::before {
	content:"";
	display:block;
	width:40px;height:40px;
	margin:25px auto 16px;
	background-image:url("/templets/images/sprite0.png");
	background-repeat:no-repeat;
	transition:.5s;
}
.A li:nth-child(1) p::before {background-position:0 0;}
.A li:nth-child(2) p::before {background-position:-40px 0;}
.A li:nth-child(3) p::before {background-position:-80px 0;}
.A li:nth-child(1):hover p::before {background-position:0 -40px;}
.A li:nth-child(2):hover p::before {background-position:-40px -40px;}
.A li:nth-child(3):hover p::before {background-position:-80px -40px;}

.B {
	display:flex;
	display:-webkit-flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	margin:60px auto 50px;
}
.B li {
	width:280px;
	padding-left:20px;
}
.B li h4 {
	position:relative;
	color:#222;
	font-size:20px;
	margin-bottom:16px;
}
.B li h4::before {
	position:absolute;
	top:4px;left:-18px;
	content:"";
	display:inline-block;
	width:4px;height:20px;
	background-color:#2067ef;
}
.B li p {color:#555;}
/* 内容 E */