body {
	--black-std:#2f343a;
	--black-light:#353A3F;
	--black-dark:#16181D;
	--black-text:#333;
	--blue-std:#1565d8;
	--blue-light:#4f8be1;
	--blue-dark:#1873FC;
	--green-std:#34aa44;
	--green-light:#66be72;
	--green-dark:#165900;
	--main-std:#1565d8;
	--main-light:#4f8be1;
	--green-bg:#f1fff2;
	--green-bg2:#eaffea;
	--main-bg:#f1f6ff;
	--main-bg2:#e0ecff;
	--gray-std:#F2F2F2;
	--gray-text:#ddd;
	--gray-border:#CCCCCC;
	--red-std:#e6492d;
	--red-light:#eb7661;
	/*--red-dark:#F25450;*/
	--red-dark:#c02a10;
	--red-bg:#ffeaea;
	--yellow-std:#f6ab2f;
	--width-left:220px;
	background-color:var(--gray-std,#F2F2F2);/*#2f343a*/
	padding: 0;
	margin:0;
	font-size: 16px;
	color: var(--black-dark,#16181D);
	/*border: 15px solid var(--gray-std,#F2F2F2);
	box-sizing: border-box;*/
	background: url(img/top3.png) repeat 0 0;
}
*{
	transition: all 0.2s;
}
code{
	position: fixed;
	top: 128px;
	left: calc(50% - 240px);
	width: 480px;
	min-height: 60px;
	border: 1px solid red;
	text-align: center;
	line-height: 1em;
	font-size: 1.5em;
	padding: 15px 0 15px;
	box-shadow: 5px 5px 5px #ccc;
}
mark{
	width: 100%;
	height: 100%;
	background-color: #444;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}
aside{
	margin: 0px auto 0;
	width: 50%;
	height: 80%;
	background-color: white;
	border-top: 0px solid white;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px var(--black-text,#333);
	font: 0.82em/30px normal arial,sans-serif;
	position: absolute;
	left: 25%;
	top: 10%;
	z-index: 10000;
	display: none;
}
aside .asidetitle{
	padding-top: 25px;
	font: 1.6em/60px normal arial,sans-serif;
	text-align: center;
}
aside hr{
	width: 50%;
}
aside .asidecont{
	font: 1.2em/48px normal arial,sans-serif;
	text-indent: 2em;
	padding: 30px;
}
aside .editboxbottom{
	width: 100%;
	height: 40px;
	text-indent: 0;
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 0;
}

aside .editboxbottom a{
	display: inline-block;
	width: 80px;
	height: 32px;
	font: 1em/32px normal arial,sans-serif;
	color: #eee;
	text-align: center;
	border-radius: 5px;
	margin-right: 15px;
	text-decoration: none;
}
aside .editboxbottom a i{
	font-size: 1.2em;
	margin-right: 6px;
}
aside .editboxbottom .editboxbut1{
	background-color: var(--green-std,#34aa44)/*var(--blue-light,#22BEEF)*/;
	
}
aside .editboxbottom .editboxbut1:hover{
	background-color: var(--green-dark,#165900)/*#0091e5 #00aadf*/;
	color: white;
	
}


header{
	width: 100%;
	height: 128px;
	/*background: url(img/top3.png) repeat-x 0 0;*/
	border-top: 3px solid #0E3601;
	border-bottom: 1px solid #315F08;
	position: relative;
}
header #title1{
	font: normal bold  2.5em/100px "����";
	color: #165900;
	position: absolute;
	top: 0px;
	left: 520px;
	text-shadow: 1px 1px 1px #ccc;
	border: 0px solid red;
	height: 100%;
}
#logo{
	width: 980px;
	height: 128px;
	background: url(img/logo.png) no-repeat 0% 30% ;
	margin: 0 auto;
	position: relative;
	border: 0px solid green;
}
header .menubox{
  border: 0px solid red;
  border-bottom: solid 0px white;
  width: 89px;
  height:30px;
  position: absolute;
	bottom: 3px;
	right: 298px;
	overflow: hidden;
	cursor: pointer;
}
.menubox:hover   .triboxafter{border-color: transparent transparent transparent;}
.menubox:hover   .ibox{color: white;background-color: #165900;}

.menubox .ibox {
    width: 60px;
    height: 29px;
    border-width: 1px 1px 0px 0;
    border-style: solid;
    border-color: #165900;
	position: absolute;
	top: 0px;
    left: 29px;
	font: normal 14px/29px ����;
	text-indent: 10px;
	color: #165900;
	background-color: white;
	border-radius: 0 5px 0 0;
}
.menubox .tribox {
    width: 0;
    height: 0;
    border-width: 0 0 29px 29px;
    border-style: solid;
    border-color: transparent transparent #165900;
	position: absolute;
	top: 0px;
    left: 0px;
}
.menubox .triboxafter {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 1px;
    left: -28px;
    border-width: 0 0 28px 28px;
    border-style: solid;
    border-color: transparent transparent white;
}
#menubox0 {
	right: 387px;

}
#menubox0 .ibox{
	color: white;
	background-color: #165900;
}	
#menubox0 .triboxafter{border-color: transparent transparent transparent;}
article{
	width: 100%;
	min-height: calc(100vh - 196px);
	border-top: 35px solid transparent;
	/*background: url(img/top3.png) repeat 0 0;*/
	background-color: transparent;
}
article .infotable{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	border-collapse:collapse;
	border: px solid red;
}
article .infotable td{
	padding: 5px;
}
article .infotable td:first-child{
	width: 40%;
	text-align: right;
}
.xing{
	font-size: 0.9rem;
	color: red;
}

article .renbox{
	text-align: left;
	padding: 3px;
	margin: 0;
	font-size: 0.8rem;
}
article .renbox td{
	width: 90px;
	text-align: left;
	height: 25px;
	padding: 5px;
}
article .renbox td:first-child{
	width: 90px;
	text-align: left;
}
article .subbtn{
	transition: all 0.2s;
	width: 70px;
	height: 35px;
	border: 1px solid #266514;
	color: #266514;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	box-shadow: 3px 3px 5px #ccc;
	margin: 0px;
}
article .subbtn:hover{
	background-color: #266514;
	color: white;
	margin:  2px;
	box-shadow: 2px 2px 5px #ccc;
}
article .subbtn_l{
	width: 120px;
}
article .btntable {
	width: 400px;
	text-align: center;
	border: solid 0px navy;
	margin: 0 auto 0;
}
article .btntable td{
	width: 70px;
	height: 70px;
	text-align: left;	
}
article .btntable td:first-child{
	width: 70px;
	height: 70px;
	text-align: left;
} 
#msgbox{
	width: 980px;
	min-height: 0px;
	margin: 0 auto 0;
	text-align: center;
}
#msgbox .msgli{
	display: block;
	padding: 10px;
}
footer{
	width: 100%;
	height: 68px;
	background-color: #266514;
	color: white;
	text-align: center;
	line-height: 68px;
	font-size: 0.9rem;
}
mark{
	width: 100%;
	height: 100%;
	background-color: #444;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}
