.bannerText {
	text-align: right;
	margin-top: 22px; 
}
.up {
	margin-top: 10px;
}
.fontHead {
	font-weight: bold;
	font-size: 18px;
    margin-top: 12px;
}
.btnAdd {
	text-align: right;
}
.department {
	display: inline-block;
	border: 1pt solid #eee;
	border-radius: 5px;
	padding: 10px;
	height: 210px;
}
.department:hover {
	display: inline-block;
	border: 1pt solid #99A3A4;
	border-radius: 5px;
	padding: 10px;
	height: 210px;
}
.departmentHead {
	font-weight: bold;
	color: #0d47a1;
}
.departmentDetail {
	font-size: 14px;
	color: #37474F;
}
.staffMain {
	display: inline-block;
	border: 1pt solid #eee;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
	height: 210px;
}
.staffMain:hover {
	display: inline-block;
	border: 1pt solid #99A3A4;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
	height: 210px;
}
.staffPic {
	display: inline-block;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
	float: left;
}
.staffPic img {
	width: 100%;
	height: auto;
}
.staffName {
	display: inline-block;
	width: 78%;
	float: right;
	font-weight: bold;
	color: #0d47a1;
}
.staffDetail,.staffLink{
	display: inline-block;
	width: 78%;
	float: right;
	font-size: 14px;
	color: #37474F;
}
.clear {
	clear: both;
}
.mainPoint {
	display: inline-block;
	width: 290px;
	height: 280px;
	border: 1pt solid #eee;
	text-align: center;
}
.pointQr {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: -25px;
}
.pointQr img {
	width: 100%;
	height: auto;
}
.pointDetail {
	font-size: 14px;
	width: 290px;
	height: auto;
}
.pointLink {
	padding-bottom: 10px;
}
.SubMin {
	display: block;
	width: 100%;
	height: auto;
	padding: 20px;
	background-color: #a5d6a7;
	border-radius: 5px;
	text-align: center;
	margin-top: 150px;
}
.subAdd {
	font-size: 155px;
	color: #1b5e20;
	margin-top: -150px;
	margin-bottom: -25px;
}
.subText {
	font-size: 18px;
	color: #000;
	margin-bottom: 25px;
}
.SubMin1 {
	display: block;
	width: 100%;
	height: auto;
	padding: 20px;
	background-color: #ff4444;
	border-radius: 5px;
	text-align: center;
	margin-top: 150px;
}
.subAdd1 {
	font-size: 155px;
	color: #CC0000;
	margin-top: -150px;
	margin-bottom: -25px;
}
.searchDate {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
	position: absolute;
	margin-left: 150px;
	line-height: all;
	margin-top: -5px;
}
.searchDateText {
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
}
.month {
	display: inline-block;
}
.searchBtn {
	display: inline-block;
	position: absolute;
}
.boxStaffShow {
	display: block;
	width: 100%;
	height: auto;
	padding: 5px;
	text-align: center;
}
.boxStaffShowPic {
	display: block;
	width: 70px;
	height: 70px;
	background-color: #fff;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
}
.boxStaffShowPic img {
	width: auto;
	height: 100%;
}
.boxStaffShowText {
	font-size: 14px;
}

.print {
	display: flex;
	width: 290px;
	height: 280px;
}

.backG {
	background-image: url("../imgMain/ipsr.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 77%; 
	width: 100%;
	height: auto;
}
.boxIdnex {
	width: 100%;
	height: 480px;
	padding: 10px;
}
.picIndex {
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 15px;
}
.picIndex img {
	width: 100%;
	height: auto;
}



















