@charset "utf-8";
/* CSS Document */
/*---------------------------------------title*/
.bigTitle{
	color:#333;
	height: 38px;
	font-size: 34px;
	text-align: center;
	font-weight:600;
	margin: 0px 0px 12px 0px;
}
.smallTitle{
	color:#01a300;
	font-size: 18px;
	height: 18px;
	text-align: center;
	font-weight: 500;
	margin: 0px 0px 65px 0px;
	font-family: maFirstFont;
}
/*---------------------------------------nav*/
.subnav{
	display:none;
	width:100px;
	border-top:0;
	position: relative;
	z-index: 999; 
	background:#fff;
	opacity:0.8;
	padding: 15px 0px 0px 0px;
}
.subnav li{
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.subnav li a{
	display: inline-block;
	color: #000;
	height: 40px;
}
.subnav li a:hover{
	color: #01a300;
}
/*---------------------------------------main*/
.proimgBox {
	height: 190px;
	width: 100%;
	display:table;
}
.proimgBox span{
	height: 190px;
	width: 100%;
	text-align: center;
    display:table-cell;
    vertical-align:middle;
}
.imgbtn{
	float: right;
}

