@charset "utf-8";
#css {text-decoration: none;}
.tab1{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.menu{
	height: 68px;
	font-size: 19px;
	width: 100%;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e4e4e4;
	background:#FFF;
}
.menu li{
	float: left;
	width: 50%;
	text-align: center;
	height: 68px;
	cursor: auto;
	color: #FFF;
	overflow: hidden;
	background:#626262;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #e4e4e4;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-left-style: solid;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
	cursor:pointer;
}
.menu li table{ width:100%; height:100%; float:left; text-align:center; line-height:20px;}
#tab1 .menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu li.off{ color:#FFF; background:#2ec098;}
#content #tab1 .menudiv #con_one_1 #1 table tr td #u112_input {
	height: 50px;
}
#test1 {
	height: 100px;
	margin-top: 15px;
	width: 300px;
}
#bc01 {}
.menudiv{
	width:100%;
	padding:10px 20px;
	height: auto;
	float:left;
}

@media (max-width: 1330px) {
.menu{ height: 55px; font-size: 16px;}
.menu li{height: 55px;}
}

@media (max-width: 767px) {
.menu{font-size: 16px; height: 50px;}	
.menu li{height: 50px;}
.menudiv{ padding:10px 10px;}
}



