html,body {
	width: 100%;
	background-color: #fff;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.system-top {
	background-color: #120d16;
	height: 85px;
	line-height: 85px;
	color: #fff;
}
.system-top .systemTop-left {
	height: 85px;
	margin-right: 84px;
}
.system-top .systemTop-left .line {
	width: 1px;
	height: 36px;
	background-color: #666666;
	margin: 0px 30px;
	display: inline-block;
	position: relative;
	top: 15px;
}
.system-top .systemTop-left .title {
	font-size: 20px;
}
.system-top .systemTop-middle  li{
	float: left;
	margin: 0 33px;
	height: 65px;
	padding-top: 20px;
}
.system-top .systemTop-middle  li a {
	color: #fff;
	border-bottom: 1px solid #120d16;
	padding: 12px 0;
	display: block;
	height: 19px;
	line-height: 19px;
	font-size: 16px;
}
.system-top .systemTop-middle  li.active a,
.system-top .systemTop-middle  li a:hover {
	color: #20cdff;
	border-bottom: 1px solid #20cdff;
}
.system-top .systemTop-right  li{
	float: left;
	height: 85px;
}
.system-top .systemTop-right  li a {
	color: #fff;
	font-size: 14px;
}
.system-banner {
	width: 100%;
	height: 442px;
	position: relative;
	overflow: hidden;
}
.system-banner img {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.system-classify {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 8px;
}
.system-classify ul li {
	float: left;
	margin-right: 19px;
	position: relative;
	overflow: hidden;
	width: 153px;
	height: 169px;
	border: 1px dashed #b2b9c2;
	background-color: #fff;
	text-align: center;
}
.system-classify ul li .imgBoxs {
	width: 100%;
	height: 100%;
	position: relative;
}
.system-classify ul li .imgBoxs img,
.system-classify ul li .imgBoxs p {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.system-classify ul li .imgBoxs img {
	top: 50px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.system-classify ul li .imgBoxs p {
	bottom: 29px;
	font-size: 14px;
	color: #999;
	width: 100%;
	text-align: center;
}
.system-classify ul li:last-child {
	margin-right: 0;
}
.system-classify ul li .bottomLayer {
	width: 100%;
	height: 63px;
	background-color: #20cdff;
	color: #fff;
	text-align: center;
	padding-top: 19px;
	position: absolute;
	bottom: -82px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.system-classify ul li.pt .bottomLayer {
	padding-top: 11px;
	height: 71px;
}
.system-classify ul li .bottomLayer p {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.system-classify ul li:hover .bottomLayer {
	bottom: 0;
}
.system-classify ul li:hover .imgBoxs img {
	top: 40px;
}
.subTitle {
	line-height: 140px;
	height: 140px;
	font-size: 24px;
	color: #333;
	text-align: center;
}
.system-map {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.system-map img {
	position: absolute;
	top: 140px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.system-brand {
	height: 500px;
}
.system-brand .brandContents img{
	width: 516px;
	height: 273px;
}
.system-brand .brandContents div.left {
	width: 370px;
	text-align: right;
	margin-right: 39px;
}
.system-brand .brandContents div.left p {
	height: 75px;
	line-height: 75px;
	font-size: 16px;
	color: #666;
}
.system-brand .brandContents div.left p.middle {
	padding: 24px 0;
}
.system-service {
	background-color: #e4e6e9;
	height: 583px;
	width: 100%;
}
.system-service .container {
	text-align: center;
}
.system-count {
	width: 100%;
	height: 207px;
}
.system-count img {
	width: 1200px;
	height: 207px;
}
.system-footer {
	height: 146px;
	background-color: #120d16;
	text-align: center;
}
.system-footer .linkMe  {
	display: inline-block;
	padding-top: 50px;
	padding-bottom: 25px;
}
.system-footer .linkMe li {
	float: left;
	padding: 0 15px;
}
.system-footer .linkMe li a {
	color: #fff;
}
.system-footer .linkMe li a:hover {
	color: #20cdff;
}
.system-footer p {
	color: #666;
}
