@charset "utf-8";
/*=======common==========*/
* { margin: 0; padding: 0; }
p { margin: 10px 0; }
ul { list-style: none; }
img { border: 0; }
h1 span, h2 span { display: block; overflow: hidden; width: 0; height: 1px; /*for IE5.5*/}

/*==========container==========*/
#container { margin: 0px; width: 418px; text-align: left;}
		/*通用盒式*/
		.boxHead { border-bottom: 0px; }
			.boxHead ul { height:26px; }
				.boxHead li { float: left; width: 86px; height: 26px; line-height: 26px; font-size: 12px; color: #FFF; text-align: center; cursor: pointer; background:url("/scet/images/index_14.gif");}
				.boxHead li.current { background: url("/scet/images/index_13.gif"); font-size: 14px; font-weight: bold; width:128px;}
		.boxHead h2 { width: 78px; height: 26px; line-height: 26px; font-size: 12px; color: #FFF; text-align: center; }
		.boxHead h2.current { background: #b84000; font-size: 14px; font-weight: bold; }
		.boxBody { padding: 0px; border: 0px; border-top: 0; }

.boxHead1 { border-bottom: 0px; }
			.boxHead1 ul { height:26px; }
				.boxHead1 li { float: left; width: 120px; height: 26px; line-height: 26px; font-size: 12px; color: black; text-align: center; cursor: pointer; background:#EBEBEB}
				.boxHead1 li.current { font-size: 14px; font-weight: bold; width:150px; background:#C0C0C0}

/*==========footer===========*/
#footer {text-align:center;}
	
/*==========generic==========*/
.clear { clear: both; height: 0; font-size: 0; overflow: hidden; }
.ta-c { text-align: center; }
.ta-r { text-align: right; }
.ta-l { text-align: left; }
.va-t { vertical-align: top; }
.va-m { vertical-align: middle; }
.va-b { vertical-align: bottom; }
.f-l { float:left; }
.f-r { float:right; }
.clr_white { color: #FFF; }
.clr_black { color: #000; }
.clr_yel { color: #FF0; }
.clr_red { color: #F00; }
.clr_orange { color: #F60; }