@charset "utf-8";
body {
	text-align: left;
	font-family: myFirstFont, "微軟正黑體", "Microsoft JhengHei";
	font-size: 14px;
	font-style: normal;
	line-height: 1.3;
	font-weight: normal;
	color: #4c4c4c;
	min-width:1000px;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat;
	background-position: left top;
}
a:link, a:visited { color: #61514e; }
a:hover { text-decoration: underline; }
a:active { color: #61514e; }
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}
.vertically {   
	display: table-cell;
	text-align:center;
	vertical-align: middle;
}
/* IE6 hack */
.vertically span{   /*ie7全部要寫在同一行*/
	height:100%; 
	display:inline-block;
}
/* 的所有元素都居中 */
.vertically *{
	vertical-align:middle;
}

/*表單*/
input[type="button"] , input[type="submit"] {
    font-family: inherit;
	font-size: 14px;
    cursor:pointer;
    border: 0 none;
    text-align: center;	
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
input[type="text"] , input[type="password"] {
	color: #4c4c4c;
	font-family: inherit;
	font-size: 14px;
	line-height: 21px;
	height: 21px;
	padding: 0px 0px 0px 6px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #bababa #E3E3E3 #E3E3E3;
}
select {
	color: #4c4c4c;
	font-family: inherit;
	font-size: 14px;
	padding: 3px 2px 4px 6px;
	margin: 0px;
}
select option {
	padding-left: 8px;
}
textarea {
	color: #4c4c4c;
	font-family: inherit;
	font-size: 14px;
	line-height: 22px;
	padding: 5px 0px 5px 10px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #bababa #E3E3E3 #E3E3E3;
}
.t_overflow {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap:normal;
	}
/*---------------------------------------------------*/
.wrapper {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
@font-face {
	font-family: myFirstFont;
	src: url('../font/phei00l.ttf'),url('../font/phei00l.eot'); /* IE9+ */
}


/*-----header-----*/
.wrapper h1.logo {
	width: 699px;
	
	margin:0 auto 169px;
}
.wrapper h1.logo a {
	background-image: url(../images/logoS.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	text-indent: -9999px;
	height: 48px;
	width: 699px;
	padding-bottom: 20px;
	height: 48px;
	width: 699px;
	text-indent: -9999px;
	display: block;
}


/*-----menu-----*/
.menuBox {
	margin:0 auto;
	width:1000px;
}
.menu {
	margin-left: 128px;
	height: 55px;
}
.wrapper_index .menu {
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0 20px;
	height: 55px;
	width: 696px;
	margin:0 auto;
}
.menu li {
	float: left;
	margin: 18px 30px 0;
}
.menu li a {
	font-size: 18px;
	font-weight: bold;
	color: #107ac2;
	text-decoration: none;
	padding-top:18px;
	padding-bottom:10px;
}
.menu li a:hover {
	text-shadow: 0 0 80px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 50px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 30px #fff;
	transition: all 0.3s ease 0s;
}


/*-----Cont-----*/
.ContBox {
	width: 1000px;
	margin: 0 auto 57px;
}
.ContBox .Cont {
	padding-left: 130px;
	padding-right: 170px;
}
.ContBox .Cont .TopicBox {
	position: relative;
	z-index:2;
	height: 100px;
}
.ContBox .Cont .TopicBox h3 {
	font-size: 42px;
	color: #666666;
	float: left;
	padding-top:50px;
	padding-bottom: 6px;
}
.ContBox .Cont .TopicBox h3.historyH3 {
	padding-bottom: 4px;
}
.ContBox .Cont .TopicBox .BuildingPic {
	float: right;
}
.ContBox .Cont .TopicBox .BuildingPic.news {
	padding-top: 28px;
	padding-right: 5px;
}
.ContBox .Cont .TopicBox .BuildingPic.forum {
	padding-top: 40px;
	padding-right: 5px;
}
.ContBox .Cont .TopicBox .BuildingPic.plan {
	position: absolute;
    right: 5px;
	bottom: -25px;
}
.ContBox .Cont .TopicBox .BuildingPic.history {
	padding-top: 45px;
	padding-right: 5px;
}
.ContBox .Cont .TopicBox .BuildingPic.vedio {
	position: absolute;
    right: 5px;
	bottom: -14px;
}
.ContBox .Cont .textBox {
	background-color: #FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 0 8px rgba(0%, 0%, 0%, 0.1);
	padding:45px 0;
	z-index:1;
	position: relative;
}


/*-----footer-----*/
.footer {
	width: 1000px;
	margin:0 auto;
}
.footer .link {
	overflow: hidden;
	padding:0 34px;
}
.footer .link li {
	margin:0 2px;
	float:left;
}
.footer .link li a {}
.footer .link li a img {
	height: 72px;
	width: 182px;
}
.footer .UnitBox {
	overflow: hidden;
	padding-left: 154px;
	border-top:1px solid #e5e5e5;
}
.footer .UnitBox li {
	font-size: 14px;
	line-height: 62px;
	color: #3c95d9;
	float: left;
	margin-top: 0;
	margin-right: 31px;
	margin-bottom: 0;
	margin-left: 31px;
}
.footer .UnitBox li a {
	color: #3c95d9;
}
.footer .UnitBox li a:hover {
	text-decoration: underline;
}
.footer .UnitBox li a span {
	text-align: center;
	width: 52px;
}
.footer .phone {
	text-align: center;
	line-height: 45px;
}
.footer .phone img {
	margin-top:-4px;
}
.footer .phone span {
	font-size: 16px;
	color: #f1434d;
	padding-left: 5px;
    padding-right: 12px;
}
.footer .phone strong {
	font-size: 13px;
	color: #4d4d4d;
	padding-right: 6px;
}
.footer .phone em {
	font-size: 13px;
	color: #737373;
	letter-spacing: 2px;
}



/*-----編輯器-----*/
.EditCont {
	padding:0 25px;
}
.EditCont .title {
	font-size: 30px;
	color: #1a1a1a;
	font-weight: normal;
	padding-bottom: 3px;
}
.EditCont .time {
	font-size: 14px;
	color: #1170c0;
	margin-bottom:10px;
}
.EditCont img {
	max-width:650px;
	vertical-align: top;
}
.EditCont h1 {
	font-size: 22px;
	color: #f1434d;
	padding-bottom:20px;
}
.EditCont h2 {
	font-size: 18px;
	color: #edbb02;
	padding-bottom:20px;
}
.EditCont h3 {
	font-size: 15px;
	color: #1d99bd;
	padding-bottom:20px;
}
.EditCont p {
	font-size: 14px;
	color: #666666;
	padding-bottom:20px;
	line-height: 26px;
}
.EditCont table {
	border-collapse:collapse;
	width:100%;
	margin-bottom:20px;
}
.EditCont table tr td , .EditCont table tr th{}
.EditCont ul {
    padding-left: 40px;
	padding-bottom:20px;
}
.EditCont ul li {
    list-style-type: disc;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.EditCont ol {
	padding-bottom:20px;
}
.EditCont ol li {
    list-style-type: decimal;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.EditCont strong {
    font-weight: bold;
}
.EditCont em {
    font-style: italic;
}

/*-----List-----*/
.List {
	padding:0 10px;
	margin:-20px 0;
}
.List li {
	line-height: 56px;
	overflow: hidden;
	padding:0 15px;
}
.List li.gray {
	background-color: #f0f0f0;	
}
.List li:hover , .List li:hover * {
	background-color: #4dc3dd;
	color:#FFF;
}
.List li p {
	font-size: 14px;
	color: #1170c0;
	float: left;
	width: 105px;
}
.List li h2 {
	font-size: 14px;
	color: #1a1a1a;
	float: left;
	width: 480px;
	height: 56px;
	overflow: hidden;
	font-weight: normal;
}
.List li .more {
	float:right;
	background-image: url(../images/more.png);
	background-repeat: no-repeat;
	background-position: 0px 18px;
	height: 16px;
	width: 37px;
	padding-top: 18px;
}
.List li:hover .more {
	background-position: 0px 2px;
}

/*影片*/
.vedioBox {
	padding:0 25px;
}
.vedioBox .vedio_secTitle {
	overflow:hidden;
	margin-bottom: 8px;
}
.vedioBox .vedio_secTitle .L {
	float:left;
	color: #108ed0;
	padding-right:3px;
}
.vedioBox .vedio_secTitle .R {
	border-top: 1px solid #c3e0f8;
    float: left;
    margin-top: 8px;
    width: 90%;
}
.vedioBox .BoxCont {
	overflow:hidden;
	background-color: #f3f3f3;
}
.vedioBox .BoxCont .L {
	float:left;
	height: 240px;
}
.vedioBox .BoxCont .L iframe {
	height: 240px;
	width:415px;
}
.vedioBox .BoxCont .R {
	float: left;
	padding:35px 14px 0;
	width:200px;
}
.vedioBox .BoxCont .R h2 {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 24px;
	height: 24px;
	margin-bottom:20px;
}
.vedioBox .BoxCont .R h2 a {
	font-size: 18px;
	color: #1a1a1a;
	font-weight: normal;
}
.vedioBox .BoxCont .R p {
	line-height: 26px;
	height: 130px;
	color: #666666;	
	overflow:hidden;
}
.vedioBox .BoxContS {
	background-color: #e3e3e3;
	padding:16px 5px;
	overflow:hidden;
}
.vedioBox .BoxContS {
	background-color: #e3e3e3;
	padding:16px 15px;
	overflow:hidden;
}
.vedioBox .BoxContS li {
	float: left;
	margin:0 5px
}
.vedioBox .BoxContS li img {
	height: 109px;
	width: 145px;
}
.vedioBox .searchBox {
	background-image: url(../images/vedioDot.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top:30px;
	padding-top:30px;
	margin-bottom:20px;
	overflow:hidden;
}
.vedioBox .searchBox .title {
	background-color: #50bfdb;
	border-left:4px solid #3399b3;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	color: #FFF;
	padding:5px 15px 5px 10px;
	float:left;
}
.vedioBox .searchBox .title img {
	padding-right:10px;
}
.vedioBox .searchBox .input {
	background-color: #c6d7e5;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	padding:4px 5px;
	float:left;
}
.vedioBox .searchBox .input .inputText {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#fff;
	height: 26px;
    line-height: 26px;
	border:none;
	width: 385px;
}
.vedioBox .searchBox .input .inputBtn {
	box-shadow:inset 0px 1px 0px rgba(89,164,222,1);
	background-color:#3d8dca;
	border:1px solid #3584c0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:0px 16px 1px;
	color: #FFF;
	display:inline-block;
	height: 26px;
}
.vedioBox .searchBox .input .inputBtn:hover {
	box-shadow:inset 0px 1px 0px rgba(250,146,159,1);
	background-color:#f35c6f;
	border-color:#df4256;
}
.vedioBox .vedioList {}
.vedioBox .vedioList li {
	padding:20px 15px;
	overflow:hidden;
}
.vedioBox .vedioList li.gray {
	background-color: #f0f0f0;	
}
.vedioBox .vedioList li .L {
	margin-right:15px;
	float:left;
}
.vedioBox .vedioList li .L img {
	height: 127px;
	width: 170px;
}
.vedioBox .vedioList li .R {
	width: 435px;
	float:left;
}
.vedioBox .vedioList li .R .title {
	margin-bottom:8px;
}
.vedioBox .vedioList li .R .title a {
	font-size: 16px;
	font-weight: bold;
	color: #333333;	
}
.vedioBox .vedioList li .R .text {}
.vedioBox .vedioList li .R .text a {
	font-size: 13px;
	color: #909090;
}
.vedioBox .vedioList li .R .title a:hover,
.vedioBox .vedioList li .R .text a:hover {
	color: #f1434d;	
}
.vedioCont_vedio {
	margin-bottom: 32px;
    margin-top: 8px;
}
.vedioCont_vedio iframe {
	height: 365px;
	width: 650px;
}
.backBtn {
	background-image: url(../images/vedioDot.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top:20px;
	margin-left:25px;
	margin-right:25px;
	margin-top: 26px;
	text-align: right;
}
.backBtn a {
	box-shadow:inset 0px 1px 0px rgba(89,164,222,1);
	background-color:#3d8dca;
	border:1px solid #3584c0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:4px 16px 3px;
	color: #FFF;
	display:inline-block;
}
.backBtn a:hover {
	box-shadow:inset 0px 1px 0px rgba(250,146,159,1);
	background-color:#f35c6f;
	border-color:#df4256;
	text-decoration: none;
}

/*page*/
.page {
	margin-top:50px;
}
.pagepage {
	text-align: center;
	margin-top:50px;
}
.pagepage a , .page a:visited {
	background-color: #e5e5e5;
	border:1px solid #e5e5e5;
	color: #808080;
	padding:5px 10px;
	margin:0 3px;
	font-family: tahoma, "微軟正黑體";
	display: inline-block;
	font-size:12px;
	text-decoration:none;
}
.pagepage a:hover,
.pagepage a.current {
	background-color: #50bfdb;
	border:1px solid #50bfdb;
	color: #fff;
}
.pagepage .prev , .pagepage .next {
	border:1px solid #b2b2b2;
	background-color: #fff;
}
