@charset "utf-8";
/* CSS Document */
.content Img{
	margin-bottom: 25px;
}

.content h1{
	background:url(../images/HelpImgs/bookMark.png) no-repeat left top;
	font-weight: bolder;
}

#asideNav{
	z-index:1000;
}

#asideNav h1{
	color:rgb(255,116,0,1);
}


.content h2{
	font-size:17px;
	margin:25px 0px 10px 0px;
	color:black;
	font-weight: normal;
}

.content h3{
	font-size:15px;
	margin:25px 0px 10px 0px;
	color:gray;
	font-weight: normal;
}

#Windowsbtn{
	background: url(../images/HelpImgs/SettingHelper/windowsNav.jpg) no-repeat;
}
#Safe360btn{
	background: url(../images/HelpImgs/SettingHelper/360Nav.jpg) no-repeat;
}
#Jinshanbtn{
	background: url(../images/HelpImgs/SettingHelper/JinshanNav.jpg) no-repeat;
}

.navBtn{
	width:255px;
	height:90px;
	font-size:18px;
	letter-spacing: 0.1em;
	outline:none;
	border-color:rgba(49,176,165,1);
	border-bottom: solid medium;
    border-top: solid medium;
	border-left: solid medium;
	border-right: solid medium;
	color:lightgray;
	cursor: pointer;
	margin-bottom: 25px;
	margin-left: 25px;
}