@charset "UTF-8";
/* CSS Document */

.main {
	width: 100%;
}
.mainbg {
	width: 100%;
	display: block;
	background-color: rgba(85,195,226,1.00);
	padding-left: 260px;
	text-align: left;
	width: 100%;
}
.mainbg h1 {
	font-size: 1.4rem;
	display: block;
	line-height: 2.2rem;
	height: auto;
	padding: 0;
	color: #fff;
}
.mainbg h1 img {
	width: 800px;
	height: auto;
}
.staffmenu {
	display: block;
}
.staffmenu li {
	display: inline-block;
	width: 180px;
}
.staffmenu img {
	height: auto;
	width: 180px;
	height:180px;
	object-fit: contain;
}
.staffprof {
	margin: 30px 0 30px 0;
}
.staffprof h3 {
	margin: 10px 0 0 0;
}
.staffprof img{
	width:200px;
	height:200px;
	object-fit: contain;
}
.staffprof li:first-child {
	width: 30%;
	background-color: #fafafa;
	padding: 20px;
}
.staffprof li:last-child {
	width: 70%;
	text-align: left;
	background-color: #fafafa;
	border-left: 3px solid rgba(156,156,156,1.00);
	padding: 20px;
}
.staffprof:nth-child(1) li:last-child {
	width: 70%;
	text-align: left;
	background-color: rgba(154,202,199,0.2);
	border-left: 3px solid rgba(154,202,199,1);
	padding: 20px;
}
.staffprof:nth-child(2) li:last-child {
	width: 70%;
	text-align: left;
	background-color: rgba(255,193,117,0.2);
	border-left: 3px solid rgba(255,193,117,1);
	padding: 20px;
}
.staffprof:nth-child(3) li:last-child {
	width: 70%;
	text-align: left;
	background-color: rgba(208,156,219,0.2);
	border-left: 3px solid rgba(208,156,219,1);
	padding: 20px;
}
.staffprof:nth-child(6) li:last-child {
	width: 70%;
	text-align: left;
	background-color: rgba(218,73,96,0.1);
	border-left: 3px solid rgba(218,73,96,1);
	padding: 20px;
}
.staffprof:nth-child(4) li:last-child {
	width: 70%;
	text-align: left;
	background-color: rgba(85,212,156,0.1);
	border-left: 3px solid rgba(85,212,156,1);
	padding: 20px;
}
.staffprof:nth-child(5) li:last-child {
	width: 70%;
	text-align: left;
	background-color: rgba(86,147,251,0.1);
	border-left: 3px solid rgba(86,147,251,1);
	padding: 20px;
}
.voice .data {
	background-color: #7AC9DF;
	background-image: url(images/system_bg.png);
}
.voice .data h3 {
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.voice .data h4 {
	font-size: 1.6rem;
	line-height: 2rem;
	color: #F6FF9B;
	margin-bottom: 50px;
}
.voice .data .table {
	margin: 0 0 30px 0;
	
}
.voice .data .table > * {
	padding: 20px;
	vertical-align: top;
	width: auto;
	text-align: center;
	border: 1px solid #fff;
}

.voice .data .type {
	font-size: 1.6rem;
	font-weight: bold;
	height: 60px;
}
.voice .data .num {
	border-radius: 50px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: auto;
	font-size: 2rem;
	font-weight: bold;
	color:#fff;
	background-color: rgba(30,30,30,0.9);
}
.voice  small{

	font-size: 0.8rem;
	font-weight: normal;
	
	
}

@media screen and (max-width: 768px) {
.mainbg {
	padding-left: 0;
}
.voice .data .table {
	margin: 0;
	display:block;
	width:100%;
}
.voice .data .table > * {
	display:block;
	margin: 0 0 30px 0;
	width:100%;
	
}
.staffprof {
	
	display:block;
	width:100%;
}

.staffprof li:first-child {
	margin:0;
	display:block;
	width:100%;
}
.staffprof li:last-child {
margin:0;
	display:block;
	width:100%;
}
.staffprof:nth-child(1) li:last-child {
	margin:0;
	display:block;
	width:100%;
}
.staffprof:nth-child(2) li:last-child {
	margin:0;
	display:block;
	width:100%;
}
.staffprof:nth-child(3) li:last-child {
	margin:0;
	display:block;
	width:100%;
}
.staffprof:nth-child(4) li:last-child {
	margin:0;
	display:block;
	width:100%;
}
.staffprof:nth-child(5) li:last-child {
	margin:0;
	display:block;
	width:100%;
}
.staffprof:nth-child(6) li:last-child {
margin:0;
	display:block;
	width:100%;
}
}
