body{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.headerDiv{
	width: 100%;
	height: auto;
	background: white;
	overflow: hidden;
}

.headerDiv .logoDiv{
	width: 80%;
	height: auto;
	overflow: hidden;
	margin-left: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.headerDiv .logoDiv .logo{
	display: block;
	width: auto;
	height: 80px;
	float: left;
	cursor: pointer;
}

.headerDiv .logoDiv .searchDiv{
	width: auto;
	height: 35px;
	margin-top: 25px;
	overflow: hidden;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: solid 1px #A9A9A9;
}

.headerDiv .logoDiv .searchDiv input{
	display: block;
	width: 200px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	font-size: 14px;
	border: 0;
	outline: none;
	float: left;
}

.headerDiv .logoDiv .searchDiv img{
	display: block;
	width: 25px;
	height: 25px;
	float: left;
	margin-top: 5px;
	cursor: pointer;
}

.navDiv{
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: #015293;
}

.navDiv .navListDiv{
	width: 86%;
	height: 50px;
	overflow: hidden;
	margin-left: 7%;
}

.navDiv .navListDiv a{
	display: block;
	width: 12.5%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	font-size: 17px;
	color: white;
	cursor: pointer;
	background: #015293;
}

.navDiv .navListDiv a:hover{
	background: #0094dc;
	font-weight: 1000;
}

.navDiv .navListDiv .sel{
	background: #0094dc;
	font-weight: 1000;
}

.contentDiv{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 500px;
}

.footDiv{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: white;
}

.footDiv .footContentDiv{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #015293;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footDiv .footContentDiv .footFriendlyLinksDiv{
	width: 50%;
	height: auto;
	overflow: hidden;
	margin-left: 10%;
	float: left;
}

.footDiv .footContentDiv .footFriendlyLinksDiv{
	width: 50%;
	height: auto;
	overflow: hidden;
	margin-left: 10%;
	float: left;
}

.footDiv .footContentDiv .footFriendlyLinksDiv .footFriendlyLinkTitle{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 16px;
	color: white;
	font-weight: 1000;
	letter-spacing: 2px;
	margin-top: 55px;
}

.footDiv .footContentDiv .footFriendlyLinksDiv .footLinkDiv{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footDiv .footContentDiv .footFriendlyLinksDiv .footLinkDiv a{
	display: block;
	width: 20%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 13px;
	color: white;
	float: left;
	cursor: pointer;
	/* margin-right: 2%; */
	margin-bottom: 5px;
}

.footDiv .footContentDiv .footFriendlyLinksDiv .footLinkDiv a:hover{
	color: #0094dc;
}

.footDiv .footContentDiv .footInfoDiv{
	width: 27%;
	height: auto;
	overflow: hidden;
	margin-right: 10%;
	float: right;
	margin-top: 5px;
}

.footDiv .footContentDiv .footInfoDiv .footLogo{
	display: block;
	width: 22%;
	height: auto;
	margin-left: 25%;
}

.footDiv .footContentDiv .footInfoDiv .footLinkDiv{
	width: 90%;
	height: auto;
	overflow: hidden;
	margin-left: 5%;
	margin-top: 5px;
}

.footDiv .footContentDiv .footInfoDiv .footLinkDiv .link{
	display: block;
	width: auto;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	color: white;
	float: left;
	cursor: pointer;
}

.footDiv .footContentDiv .footInfoDiv .footLinkDiv .link:hover{
	color: #0094dc;
}

.footDiv .footContentDiv .footInfoDiv .footLinkDiv .fg{
	display: block;
	width: 2px;
	height: 15px;
	line-height: 15px;
	background: white;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	margin-top: 5px;
}

.footDiv .footContentDiv .footInfoDiv .filingNumber{
	display: block;
	width: auto;
	max-width: 90%;
	height: auto;
	line-height: 25px;
	margin-left: 5%;
	text-align: left;
	font-size: 13px;
	color: white;
	cursor: pointer;
}

.footDiv .footContentDiv .footInfoDiv .filingNumber:hover{
	color: #0094dc;
}

.footDiv .footContentDiv .footInfoDiv .copyright{
	display: block;
	width: auto;
	max-width: 90%;
	height: auto;
	line-height: 25px;
	margin-left: 5%;
	text-align: left;
	font-size: 13px;
	color: white;
}

.footDiv .copyrightTip{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: black;
}

.footDiv .copyrightTip .jszc{
	width: auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: black;
	cursor: pointer;
	margin-left: 10px;
}

.footDiv .copyrightTip .jszc:hover{
	color: #015293;
}

.shareQrCodeDiv{
	width: 18%;
	height: auto;
	overflow: hidden;
	background: white;
	position: fixed;
	top: 180px;
	left: 41%;
	border: solid 1px #D3D3D3;
	padding-bottom: 20px;
	display: none;
}

.shareQrCodeDiv .shareTopDiv{
	width: 90%;
	height: 30px;
	margin-left: 5%;
	overflow: hidden;
	margin-top: 5px;
}

.shareQrCodeDiv .shareTopDiv .shareSoftName{
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 12px;
	color: black;
	float: left;
	font-weight: 1000;
}

.shareQrCodeDiv .shareTopDiv  img{
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 5px;
	float: right;
	cursor: pointer;
}

.shareQrCodeDiv .qrCode{
	width: 78%;
	height: auto;
	overflow: hidden;
	margin-left: 11%;
	margin-top: 5px;
	margin-bottom: 15px;
}

.shareQrCodeDiv .qrcodeTip{
	display: block;
	width: 90%;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-size: 12px;
	margin-left: 5%;
	color: #696969;
	float: left;
}

.floatDiv{
	width: 80px;
	height: auto;
	overflow: hidden;
	position: fixed;
	top: 50%;
	right: 0;
}

.floatDiv .floatCellDiv{
	width: 100%;
	height: auto;
	overflow: hidden;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 10px;
}

.floatDiv .floatCellDiv img{
	display: block;
	width: 30px;
	height: auto;
	margin-left: 25px;
	margin-top: 10px;
}

.floatDiv .floatCellDiv a{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	color: white;
}