*{
	margin: 0; 
	padding: 0;
}
[v-cloak] {
	display: none;
}
html,body,#app{
	width: 100%;
	height: 100%;	
}
@media (max-width: 1199px) {
	html,body,#app {
		height: auto;
	}
}
body {
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
#app{
	/* background: url(""); */
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.gsgwImg{
	width: 100%;
	overflow-x: hidden;
}
.text{
	position: absolute;
	z-index: 20;
	top: 3234px;
	left: 356px;
	font-size: 14px;
	color: #5a5c5e;
	cursor: pointer;
}
.nameImg{
	text-align: center;
	padding-top: 100px;
	color: #fff;
}
.h1 {
	font-size: 30px;
	font-weight: 500;
}
.sub {
	font-size: 48px;
}
.typeBox{
	padding-top: 28px;
	text-align: center;
}
.typeItem{
	height: 12px;
	line-height: 12px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
}
.typeIcon{
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
}
.typeText{
	margin: 0 50px;
}
.systemList{
	width: 1200px;
	min-height:100px;
	margin: 80px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.col {
	width: 25%;
	display: flex;
	justify-content: center;
	
}
@media (max-width: 1199px) {
	.systemList {
		width: 100%;
	}
	.col { 
		width: 33.3333%;
	}
}

.sysItem{
	width: 182px;
	height: 182px;
	border-radius: 50%;
	margin: 20px 0;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;	
	background-color: rgba(6, 90, 242, 0.2);
	border: 1px solid #065AF2;
}
.sysItem.zwy {
	background-color: rgba(103, 194, 58, 0.2);
	border-color: #67c23a;
}
.sysItem.zwy:hover {
	background-color: rgba(103, 194, 58, 0.4);
}
.sysItem.intranet {
	background-color: rgba(6, 90, 242, 0.2);
	border-color: #065AF2;
}
.sysItem.intranet:hover {
	background-color: rgba(6, 90, 242, 0.4);
}
.sysItem.dmz {
	background-color: rgba(193, 50, 246, 0.2);
	border-color: #C431FA;
}
.sysItem.dmz:hover {
	background-color: rgba(193, 50, 246, 0.4);
}
.systemIcon{
	width: 60px;
	margin: 30px auto 0 auto;
}
.systemIcon img{
	width: 100%;
	height: 100%;
}
.systemName{
	position: absolute;
	bottom: 30px;
	left: 11px;
	width: 160px;
	height: 48px;
	font-size: 18px;
	color: #fff;
	text-align:center;
}