﻿@charset "utf-8";
/* CSS RESET */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	overflow: auto;
} /* remove ie7 scrollbar without overflow */
img {
	border: none;
	vertical-align: middle;
}
a {
	text-decoration: none;
}
a:hover {
	color: #3b78d0;
	text-decoration: none;
}
div, dl, li, dt, dd, p, span, blockquote, pre, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding-left: 20px;
}
hr {
	margin: 5px 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Layout
---------------------------------------- */ 
#wrapper {
	width: 100%;
	margin: 0px auto;
}
#header {
	width: 100%;
}
#header #head {
	width: 100%;
	height: 40px;
}
#header .header-L {
	background: url(../images/home-bg-L.gif) repeat-x bottom;
 background-repeat:;
}
#header .header-C {
	width: 1180px;
	background: url(../images/home-bg-C.gif) no-repeat bottom;
	margin: 0px;
	padding: 0 42px;
}
#header .header-R {
	background: url(../images/home-bg-R.gif) repeat-x bottom;
}
#home-content {
	position: relative;
	width: 980px;
	margin: 25px auto 30px auto;
	padding: 0;
}
#home-content-L {
	position: relative;
	float: left;
	width: 600px;
	margin: 0 30px 0 0;
}
#home-content-R {
	position: relative;
	float: right;
	width: 345px;
	margin: 0;
}
/* logo
---------------------------------------- */ 
#logo {
	width: 439px;
	height: 40px;
	/* padding-top: 15px; */
	padding-left: 100px;
}
/* memu
---------------------------------------- */ 
#menu {
	width: 980px;
	height: 35px;
	margin: 0px auto;
	background-image: url(../images/hmenu-bar.png);
	background-repeat: no-repeat;
	position: relative;
	top: 17px;
	z-index: 10;
}
/* main
---------------------------------------- */ 
#main {
	width: 980px;
	height: 330px;
	margin: 0px auto;
	padding: 0px;
}
#main #mainBlock {
	width: 980px;
	height: 330px;
	position: relative;
	overflow: hidden;
}
#main #mainBlock .color {
	position: absolute;
	z-index: 2;
	background: url(../images/color.png) no-repeat;
	width: 980px;
	height: 330px;
	top: 0px;
	left: 0px;
}
#main #mainBlock ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 1;
	width: 9999px;
	height: 100%;
}
#main #mainBlock ul.list li {
	float: left;
	width: 980px;
	height: 100%;
}
#main #mainBlock .list img {
	width: 100%;
	height: 100%;
	border: 0;
}
#mainBlock .viewport {
	height: 330px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 980px
}
#mainBlock .dot {
	cursor: pointer;
	background: url(../images/bg-dot3.png) no-repeat 0 0;
	height: 22px;
	text-align: center;
	line-height: 22px;
	font-size: 10px;
	color: #555;
	width: 22px;
	position: absolute;
	left: 155px;
	top: 3px;
	z-index: 100;
}
#mainBlock .dot span {
	cursor: pointer;
}
#main #mainBlock ul.playerControl {
	margin: 0px 0px 95px -350px;
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 3;
	bottom: 5px;
	left: 500px;
	height: 55px;
}
#main #mainBlock ul.playerControl li {
	float: left;
	width: 50px;
	height: 55px;
	cursor: pointer;
	margin: 0px 4px;
	background: url(../images/cir_ctrl.png) no-repeat -50px 0;
}
#main #mainBlock ul.playerControl li.current {
	background-position: 0 0;
}
#main #mainBlock ul.list li#move2 {
	position: absolute;
	z-index: 3;
	bottom: 5px;
	left: 200px;
	height: 55px;
}

/*home-news
---------------------------------------- */ 
#home-content-L .news {
	position: relative;
	float: left;
	width: 600px;
	margin-bottom: 15px;
}
#home-content-L .news .titleBar {
	margin: 0 0 10px 0;
	width: 600px;
	height: 28px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dedede;
}
#home-content-L .news .titleBar .title {
	float: left;
}
#home-content-L .news .titleBar .more a {
	position: relative;
	margin: 11px 0 0 0;
	float: right;
	display: block;
	width: 43px;
	height: 13px;
	background-image: url(../images/more.png);
	overflow: hidden;
	text-indent: -9999px;
}
#home-content-L .news .titleBar .more a:hover {
 position:relative;
	top: 1px;
	left: 1px;
}
#home-content-L .news ul {
	position: relative;
	width: 555px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#home-content-L .news ul li {
	position: relative;
	height: 320px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#home-content-L .news ul li .border {
	position: relative;
	float: left;
	width: 106px;
	height: 114px;
	overflow: hidden;
	background-image: url(../images/pic-border.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
}
#home-content-L .news ul li .border a {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 3px;
	left: 3px;
}
#home-content-L .news ul li .text {
	position: relative;
	float: left;
	width: 555px;
}
#home-content-L .news ul li .text h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 15px;
	text-indent:8px;
}
#home-content-L .news ul li .text h2 a {
	font-size: 15px;
	color: #444444;
	line-height: 22px;
	font-weight: bold;
}
#home-content-L .news ul li .text h2 b {
	color: #F00;
	padding-right:5px;
}
#home-content-L .news ul li .text h2 a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	color: #3b78d0;
}
#home-content-L .news ul li .text h3 {
	font-size: 13px;
	color: #666666;
	line-height: 20px;
}

/*home-lectures
---------------------------------------- */ 
#home-content-L .event {
	position: relative;
	float: left;
	width: 600px;
}
#home-content-L .event .titleBar {
	margin: 0 0 10px 0;
	width: 600px;
	height: 28px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dedede;
}
#home-content-L .event .titleBar .title {
	float: left;
}
#home-content-L .event .titleBar .more a {
	position: relative;
	margin: 11px 0 0 0;
	float: right;
	display: block;
	width: 43px;
	height: 13px;
	background-image: url(../images/more.png);
	overflow: hidden;
	text-indent: -9999px;
}
#home-content-L .event .titleBar .more a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
#home-content-L .event ul {
	position: relative;
	width: 600px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#home-content-L .event ul li {
	position: relative;
	height: 320px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
#home-content-L .event ul li .date {
	position: relative;
	float: left;
	background-color: #b9d6de;
	width: 50px;
	height: 36px;
	padding: 0 20px;
	margin-right: 15px;
	border:1px #333232 solid;
}
#home-content-L .event ul li .date .MD {
	font-size: 25px;
	color: #323232;
	line-height: 36px;
	text-align: center;
}
#home-content-L .event ul li .date .MD span {
	font-size: 20px;
}
/*變底色*/
#home-content-L .event ul li .date1 {
	position: relative;
	float: left;
	/*background-color: #ea4949;*/
    background-color: #b9d6de;
	width: 50px;
	height: 36px;
	padding: 0 20px;
	margin-right: 15px;
	border:1px #333232 solid;
}
#home-content-L .event ul li .date1 .MD1 {
	font-size: 25px;
	/*color: #FFF;*/
    color: #323232;
	line-height: 36px;
	text-align: center;
}
#home-content-L .event ul li .date1 .MD1 span {
	font-size: 20px;
}

#home-content-L .event ul li .text {
	position: relative;
	float: left;
	width: 450px;
}
#home-content-L .event ul li .text h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 15px;
}
#home-content-L .event ul li .text h2 a span {
	padding-left:15px;
}

#home-content-L .event ul li .text h2 a {
	font-size: 15px;
	color: #444444;
	line-height: 22px;
	font-weight: bold;
}
#home-content-L .event ul li .text h2 a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	color: #3b78d0;
}
#home-content-L .event ul li .text h3 {
	font-size: 13px;
	color: #333333;
	line-height: 20px;
}
#home-content-L .event ul li .text h3 span.day {
	float: right;
	font-weight: none;
	font-size: 12px;
	color: #999;
}

/*home-news
---------------------------------------- */ 
#home-content-R .activity {
	position: relative;
	float: left;
	width: 350px;
	margin-bottom: 15px;
}
#home-content-R .activity .titleBar {
	margin: 0 0 10px 0;
	width: 350px;
	height: 28px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dedede;
}
#home-content-R .activity .titleBar .title {
	float: left;
}
#home-content-R .activity .titleBar .more a {
	position: relative;
	margin: 11px 0 0 0;
	float: right;
	display: block;
	width: 43px;
	height: 13px;
	background-image: url(../images/more.png);
	overflow: hidden;
	text-indent: -9999px;
}
#home-content-R .activity .titleBar .more a:hover {
 position:relative;
	top: 1px;
	left: 1px;
}
#home-content-R .activity ul {
	position: relative;
	width: 350px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#home-content-R .activity ul li {
	position: relative;
	height: 100px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 16px;
}
#home-content-R .activity ul li .border {
	position: relative;
	float: left;
	width: 128px;
	height: 80px;
	overflow: hidden;
	border: 1px #666666 solid;
	margin-right: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#home-content-R .activity ul li .border a {
	position: absolute;
	width: 128px;
	height: 80px;
	top: 0px;
	left: 0px;
}
#home-content-R .activity ul li .text {
	position: relative;
	float: left;
	width: 202px;
}
#home-content-R .activity ul li .text h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 13px;
}
#home-content-R .activity ul li .text h2 a {
	font-size: 13px;
	color: #444444;
	line-height: 18px;
	font-weight: bold;
}
#home-content-R .activity ul li .text h2 a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	color: #3b78d0;
}
#home-content-R .activity ul li .text h3 {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
#home-content-R .activity ul li .text .data {
	font-size: 12px;
	color: #f38e0a;
	line-height: 18px;
}
/* footer
---------------------------------------- */ 
#footer {
	width: 100%;
	background-color: #4186c7;
	clear: both;
}
#footer #footerInner {
	width: 940px;
	height: 60px;
	margin: 0px auto;
	padding: 20px;
}
#footer #footerInner .copyright {
	float: left;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	width: 850px;
}
#footer #footerInner .copyright a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#footer #footerInner .copyright a:hover {
	color: #EEE;
}
#footer #footerInner .copyright font {
	color: #d6d9d7;
}
#footer #footerInner .copyright font a {
	color: #d6d9d7;
}
#footer #footerInner .copyright font h1 {
	display: inline;
	font-size: 12px;
}
#footer #footerInner .copyright font h1 a {
	color: #72644f;
}
#footer #footerInner .copyright font h1 a:hover {
	color: #72644f;
}
#footer #footerInner .footerTop {
	float: left;
}
#footer #footerInner .footerTop a {
	display: block;
	width: 21px;
	height: 17px;
	background-image: url(../images/footer-icon-top.png);
	overflow: hidden;
	text-indent: -9999px;
	margin-top: 20px;
}
#footer #footerInner .footerTop a:hover {
	background-image: url(../images/footer-icon-top-hover.png);
}
/* Font
---------------------------------------- */ 
.font-orange-11 {
	font-size: 11px;
	color: #ff6600;
}
.font-blue-12 {
	font-size: 12px;
	color: #094596;
	text-decoration: none;
}
.font-gray-12 {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}




/*========= 右上角連結 ===========*/
#top-right{
    width: 350px;
    height: 30px;
    /*background-color: #0FF;*/
    left: 64%;
    position: relative;
    top: -39px;	
}
#top-right p{
	font-size:0.8em;
	color:#FFF;
}
#top-right p a{
	font-size:0.8em;
	color:#FFF;
	padding: 0 5px;
	opacity:0.8;
}
#top-right p a:hover{
	font-size:0.8em;
	color:#FFF;
	opacity:1;
}

/* header banner width */
#header .viewport img {
  max-width: 980px;
}
