@charset "utf-8";
@import url("reset.css");
/* --------------------BODY-------------------------- */
body {
	width:930px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#e6e6e6;
}
/* --------------------nTab-------------------------- */
.nTab {
	display:block;
	background:#315a75;
	width:930px;
	height:auto;
	float:center;
}
.nTab .TabTitle {
	clear:both;
	height:26px;
	overflow:hidden;
	padding:0 33px;
	background-image:url(../images/tab_normal.gif);
}
.nTab .TabTitle ul {
	margin:0;
	padding:0;
}
.nTab .TabTitle li {
	float: left;
	width: 215px;
	cursor: pointer;
	padding:6px 0;
	list-style-type: none;
	text-align:center;
	border-left:1px #a2bdce solid;
	font-size: 15px;
	font-weight:bold;
}
.nTab .TabTitle .active {
	display:block;
	background-image:url(../images/tab_active02.gif);
	background-position:left 0;
}
.nTab .TabTitle .normal {
	display:block;
	color:#FFF;
}
.nTab .TabContent {
	display:block;
	width:auto;
	margin:0 auto;
	padding:0 40px;
	height:153px;
	background-image:url(../images/tab_active02.gif);
	background-position:left -22px;
}
.none {
	display:none;
}
.nTab .TabContent .field {
	display:block;
	width:160px;
	margin:0;
	padding:10px 0 10px 0;
	float:left;
}
.nTab .TabContent .field02 {
	display:block;
	width:350px;
	margin:0;
	padding:10px 0 10px 0;
	float:left;
}
.nTab .TabContent .field h5, .field02 h5 {
	display:block;
	font-size:13px;
	font-weight:bold;
	line-height:26px;
	letter-spacing:0.7px;
	padding-bottom:5px;
	padding-top:5px;
}
.nTab .TabContent .field ul, .field02 ul {
	display:block;
	width:auto;
}
.nTab .TabContent .field li, .field02 li {
	background-image:url(../images/icon_list1.gif);
	background-repeat:no-repeat;
	background-position:left 9px;
	padding-left:12px;
	height:20px;
	line-height:20px;
}
.nTab .TabContent .field li a, .field02 li a {
	display:block;
	font-size:13px;
	text-decoration:none;
	color:#454545;
}
.nTab .TabContent .field li a:hover, .field02 li a:hover {
	color:#F60;
}
span {
	width:8px;
	padding:0 4px 0 7px;
	font-size:11px;
	float:left;
	line-height:12px;
	height:12px;
	color:#888;
}
/* --------------------HEADER-------------------------- */
#header {
	display:block;
	margin:auto;
	padding:0;
	width:auto;
	height:70px;
	font-size:12px;
	background:url(../images/bg_header.gif);
}
#logo {
	display:block;
	width:238px;
	float:left;
}
#logo img a {
	display:block;
	width:238px;
	height:70px;
	float:left;
}
#rt {
	display:block;
	width:692px;
	height:70px;
	float:right;
}
#rt .link {
	display:block;
	width:380px;
	padding-top:6px;
	float:right;
}
#rt .link a {
	display:block;
	float:left;
	text-decoration:none;
	line-height:17px;
	color:#306EFF;
}
#rt .link a:hover {
	color:#FBB117;
}
#rt .link a span {
	clear:both;
	display:block;
	width:auto;
	line-height:14px;
	font-size:12px;
}
#rt .link a:hover span {
	color:#333;
}
/* --------------------MENU-------------------------- */
#rt #nav {
	display:block;
	margin:0;
	padding:0;
	width:620px;
	background-color:#FFF;
	float:right;
	margin-top:20px;
}
#rt #nav a {
	display: block;
	width:auto;
	height:22px;
	line-height:22px;
	color:#369;
	text-align:center;
	font-size:13px;
	text-decoration:none;
}
#rt #nav a:hover {
	background-color:#b4cbe2;
}
#rt #nav ul {
	display:block;
	list-style-type: none;
	position:relative;
	float:left;
}
#rt #nav ul li {
	width:86px;
	float:left;
	background-image:url(../images/btn01.gif);
}
#rt #nav ul li a {
	font-weight:bold;
}
#rt #nav ul li a:hover {
	background-image:url(../images/btn02.gif);
}
#rt #nav li ul {
	display:block;
	width:620px;
	height:20px;
	line-height:20px;
	list-style-type:none;
	text-align:center;
	position: absolute;
	left:-999em;
}
#rt #nav li ul li {
	width:100px;
	background:#ebeff3;
}
#rt #nav li ul li a {
	display: block;
	width:auto;
	text-align:center;
	font-weight:normal;
}
#rt #nav li ul li a:hover {
	background-color:#b4cbe2;
	background-image:none;
}
#rt #nav li:hover ul {
	left: 0;
}
#rt #nav li.sfhover ul {
	left: 0;
}
/* --------------------MENU2-------------------------- */
.menu {
	display:block;
	width: 660px;
	height:auto;
	margin: 0;
	float:right;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	margin-top:5px;
}
ul#topnav {
	margin: 0;
	padding: 0;
	float: left;
	width: 660px;
	list-style: none;
	position: relative;
	background: url(../images/black.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #555;
}
ul#topnav li a {
	margin:0;
	padding: 6px 14px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
	font-size: 1.3em;
}
ul#topnav li:hover {
	background: #1376c9 url(../images/topnav_active.gif) repeat-x;
}
ul#topnav li span {
	float: left;
	padding: 7.5px 0;
	position: absolute;
	left: 0;
	top:24px;
	display: none;
	width: 660px;
	height: 10px;
	background: #1376c9;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	text-align:left;
	font-size: 0.9em;
}
ul#topnav li:hover span {
	display: block;
}
ul#topnav li span a {
	display: inline;
}
ul#topnav li span a:hover {
	text-decoration: underline;
}
/* --------------------AD-------------------------- */
#ad {
	clear:both;
	width:930px;
	height:300px;
	background-color:#333;
	float:left;
	margin:0;
	padding:0;
	margin-top:0px;
}
/* --------------------NEWS-------------------------- */
div#abgne_marquee {
	position: relative;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	width: 930px;
	height: 25px;
	background: #222;
	float:left;
}
div#abgne_marquee ul, div#abgne_marquee li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#abgne_marquee ul {
	position: absolute;
	left:87px;
	top: 1px;
}
div#abgne_marquee ul li a {
	display: block;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	font-size:11px;
	height: 23px;
	line-height: 25px;
	padding-left: 45px;
	padding-top:2px;
	text-decoration: none;
	background:url(../images/icon_marquee.gif) no-repeat;
	letter-spacing:0.5px;
}
div#abgne_marquee ul li.b1 a {
	background-position: 7px -3px;
	color:#FC0;
}
div#abgne_marquee ul li.b2 a {
	background-position: 7px -25px;
	color:#FC0;
}
div#abgne_marquee ul li.b3 a {
	background-position: 7px -49px;
	color:#FC0;
}
div#abgne_marquee ul li a:hover {
	color:#9C0;
}
div#abgne_marquee p {
	margin:0;
	padding-left:29px;
	font-size:11px;
	height: 23px;
	line-height: 25px;
	padding-top:2px;
	float:left;
	color:#FFF;
}
div#abgne_marquee .more a {
	display:block;
	margin:0;
	padding-right:20px;
	height: 24px;
	line-height: 25px;
	padding-top:1px;
	float:right;
	color:#EFEFEF;
	font-size:11px;
	text-decoration:none;
}
div#abgne_marquee .more a:hover {
	text-decoration:underline;
}
/*影片案例*/

.clear{clear:both; line-height:0; size:0}
.m{width:930px; margin:auto; padding-top:10px}
.movie{ float:left; width:680px; background: url(../images/2011mov.gif) repeat-x 0 top #fff ; border:solid 1px #dddddd; padding-bottom:10px}
.movie_t{background:url(../images/2011mov_t.gif) no-repeat 0 0; color:#333; font-size:14px; line-height:24px; padding:10px 0 0 35px; font-weight:bold; margin-bottom:10px}
.movie_l{ float:left; width:280px; padding-left:10px}
.movie_r{float:right; width:380px}

.case{background: url(../images/2011mov.gif) repeat-x 0 top #fff; border:solid 1px #dddddd;float:right; width:240px; padding-bottom:23px}

.case_t{font-weight:bold; margin-bottom:10px}

.case_t a{display:block; float:left; padding:8px 0 11px 23px; width:70px; font-size:14px; color:#333; line-height:26px; text-decoration:none;}
.case_t a.cur, .case_t a:hover{background:url(../images/2011ca_t.gif) no-repeat 0 0;}

.case span a{ color:#FF0000; display:block;width:200px; font-size:12px; text-align:right; padding-top:10px}

.case ol{padding-left:20px; font-size:13px}
.case li{background:url(../images/2011ca_l.gif) no-repeat 0 center; padding:5px 7px; line-height:16px;}
.case strong{color:#FFFFFF; padding-right:20px}
.tab {text-align:center; font-size:13px}
.tab td{padding:5px}


/* --------------------FOOTER-------------------------- */
#footer {clear:both;display:block;width:890px;height:44px;margin:0 auto;padding:10px 20px;background-image:url(../images/bg_footer.gif);font-size:13px;color:#555}
#footer .left {display:block;width:70%;height:44px;float:left;}
#footer .left p {line-height:20px;letter-spacing:0.7px;font-size:12px;}
#footer .right {display:block;width:210px;height:44px;float:right;}
#footer .right a {display:block;float:left;text-decoration:none;}
#footer .right a:hover {text-decoration:underline;}

