@charset "utf-8";
body {
	font-family: "微軟正黑體";
	min-width: 1080px;
	margin: 0px;
	
	}
p {
	display: block;
	-webkit-margin-before: 10px;
	-webkit-margin-after: 10px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	
}
a{
	text-decoration: none;
	color: #333;
	
}
a:hover{
	color: #CC0000;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
img {
	margin: 0px;
	padding: 0px;
}
* {margin:0;padding:0;}
.Middle1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

/*top*/
#updown{
	_top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-1:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1));
	position: fixed;
	_position: absolute;
	top: 200px;
	right: 15px;
	display: none;
}
#updown span{
	cursor:pointer;
	width:48px;
	height:50px;
	display:block;
}
#updown .up{
	background-image: url(images/updown.png);
	background-repeat: no-repeat;
}
#updown .up:hover{
	background:url(images/updown.png) top right no-repeat;
}
#updown .down{
	background:url(images/updown.png) bottom left no-repeat;
}
#updown .down:hover{
	background:url(images/updown.png) bottom right no-repeat;
}


/*最上面 */
#up-menu {
	background-repeat: repeat-x;
	background-position: center center;
	float: left;
	height: 100px;
	width: 100%;
	background-image: url(images/header-bg.jpg);

}

#up-menu .logo {
	float: left;
	height: 80px;
	width: 280px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#up-menu .main-menu {
	float: right;
	width: 700px;
	text-align: right;
	margin-top: 25px;
}
#up-menu .main-menu a {
	font-size: 13pt;
	letter-spacing: 1pt;
	margin-right: 15px;
	margin-left: 15px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	padding-bottom: 18px;
	float: right;
	border-bottom-color: #F0F0F0;
	color: #000;
}
#up-menu .main-menu a:hover {
	border-bottom-color: #339999;
	color: #339999;
}
#up-menu .sub {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	font-size: 10pt;
	padding-right: 25px;
	padding-left: 25px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #FFF;
	background-color: #D00000;
}
#up-menu .sub a {
	margin-right: 5px;
	margin-left: 5px;
	color: #FFF;
}
#up-menu .sub2 {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	font-size: 12pt;
	padding-right: 25px;
	padding-left: 35px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-image: url(images/canw19.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/* 主要選單 */
.cl-effect-5  {
	float: right;
	width: 700px;
	text-align: right;
	margin-top: 15px;
}
.cl-effect-5 a {
	overflow: hidden;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	font-size: 14pt;
	letter-spacing: -1px;
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14pt;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}

nav a:hover,
nav a:focus {
	outline: none;
}


/*中間 */
#Inside_up {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	height: auto;
	overflow: hidden;
	background-image: url(images/inbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
}
#up_photo {
	width: 100%;
	padding: 120px 0 0 0;
	margin: 0;
	display: block;
	height: auto;

}
#In_Contents {
	width: 1060px;
	padding: 3px 3px 40px 3px;
	margin: 0 auto;
	display: block;
	height: auto;
	overflow: hidden;
	background-image: url(images/bg_insTop.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#Template {
	float: left;
	width: 1060px;
	position: relative;
}


/*位置 */
#site {
	float: right;
	text-align: right;
	font-size: 10pt;
	letter-spacing: 1pt;
	color: #F60;
	position: absolute;
	top: 20px;
	right: 20px;
}
#site a {
	color: #999;
}

/*最下面 */

#footer {
	width: 100%;
	display: block;
	float: left;
	background-color: #E6E7E8;
	background-image: url(images/bg_top.jpg);
}
.footer_bottom {
	width: 100%;
	height: 40px;
	display: block;
	float: left;
	background: #50535A;
	font-size: 10pt;
}
.footer_bottom_wrap {
	width: 1000px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0 0;
}
.footer_bottom_wrap li.copy {
width: 700px;
display: block;
float: left;
color: #BCBCBC;
}
.footer_bottom_wrap li.creatop {
width: 300px;
display: block;
float: left;
text-align: right;
color: #BCBCBC;
}

.footer_top {
	width: 1000px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}


.footer_top_wrap {
width: 1000px;
display: block;
margin: 0 auto;
padding: 30px 0 30px 0;
overflow: hidden;
}
.footer_top_wrap .left {
	width: 550px;
	display: block;
	float: left;
	color: #FFF;
	  border-right: 1px solid #999999;
  box-shadow: -1px 0 #ffffff;
	padding-right: 47px;
}

.footer_top_wrap .right {
	width: 350px;
	display: block;
	float: left;
	color: #FFF;
	padding-left: 50px;
}

.footer_top_wrap .right ul li {
	font-size: 10pt;
	float: left;
	width: 160px;
	margin-right: 15px;
	margin-bottom: 13px;
}

.footer_top_wrap .right ul li a {
	color: #CCC;	
}


.footer_top_wrap .right ul li a:hover {
	color: #FC0;
}




#Title_by {
	background-image: url(images/h1_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	width: 1000px;
	margin-right: 30px;
	margin-left: 30px;
	height: 100px;
}
#Title_by .title {
	font-size: 26pt;
	float: left;
	margin-bottom: 15px;
	padding-top: 25px;
	margin-left: 20px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #C00;
	margin-top: 2px;
}
#Title_by .title strong {
	font-size: 12pt;
	color: #C00;
	background-image: url(images/Line.png);
	padding-top: 20px;
	background-repeat: repeat-x;
	background-position: left top;
	letter-spacing: 2pt;
}
#Button {
	text-align: right;
	margin-top: 65px;
	width: 650px;
	float: right;
	margin-right: 20px;
}

#Button a {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 20px;
	color: #900;
	float: right;
	margin-right: 2px;
	margin-left: 2px;
	text-align: right;
	height: 30px;
	background-image: url(images/o.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#Button a:hover {
	color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 30px;
	background-image: url(images/z.jpg);
}

#Button a.stay {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 20px;
	color: #900;
	float: right;
	margin-right: 2px;
	margin-left: 2px;
	text-align: right;
	height: 30px;
	background-image: url(images/z.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.wordss {
	width: 960px;
	margin-right: 50px;
	margin-left: 50px;
	float: left;
	margin-top: 30px;
	font-family: "微軟正黑體";
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E7E7E7;
	padding-bottom: 30px;
	font-size: 14px;
}












#white_block {
	width: 100%;
	background-color: #F3F3F3;
	float: left;
}
#white_block .idxCon {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#Home_about {
	float: left;
	width: 650px;
	height: 400px;
	margin-top: 50px;
	margin-right: 50px;
}
#Home_about .map {
	float: left;
	height: 280px;
	width: 650px;
	overflow: hidden;
}
#Home_about .Writing {
	margin: 15px;
	float: left;
	width: 630px;
	line-height: 20pt;
	font-size: 10pt;
}
#Home_about .Writing .more {
	float: left;
	font-weight: bold;
	color: #C00;
	width: 600px;
	margin-top: 15px;
}



#Home_news {
	background-color: #FFF;
	float: left;
	height: 470px;
	width: 260px;
	padding: 20px 20px 0px 20px;;
	
}
#Home_news .idxNews {
	float: left;
	width: 260px;
	height: 300px;	
	
}
#Home_news .idxNews ul li {
	margin-bottom: 15px;
	display: block;
}

#Home_news .idxNews ul li a p {
	margin: 0px;
	padding: 0px;
}
#Home_news .idxNews ul li a .Date {
	color: #999;
	font-size: 10pt;
	margin-bottom: 5px;
	background-image: url(images/date-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#Home_news .idxNews ul li a .Title {
	font-size: 10pt;
	height: 35px;
	overflow: hidden;
}
#Home_news .idxNews ul li .more {
	font-size: 10pt;
	color: #C30;
	font-weight: bold;
}
#Home_news .idxdownload {
	float: left;
	margin-top: 15px;
}
#Home_news .idxdownload a {
	background-color: #F3F3F3;
	float: left;
	width: 260px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 55px;
	overflow: hidden;
}







#Home_activity {
	background-color: #FFF;
	float: left;
	height: 320px;
	width: 930px;
	margin-bottom: 50px;
	padding-right: 35px;
	padding-left: 35px;
}


#Home_activity .Title {
	font-size: 18pt;
	color: #C00;
	margin-bottom: 15px;
	font-weight: 300;
}
#Home_activity .Title .more {
	font-size: 10pt;
	color: #C30;
	font-weight: bold;
	margin-left: 15px;
}


.wrap {
	width: 650px;
	height: 280px;
	position: relative;
	overflow: hidden;
	float: left;
}
.slidebox {width:650px;position:absolute;top:0;left:0;height:280px;}
.slidebox li {float:left;width:650px;height:280px;left:0;top:0;}
.slidebox li img {display:block;width:650px;height:280px;}
.dot {position:absolute;width:100%;height:30px;background:rgba(0,0,0,0.3);text-align:right;bottom:0;left:0;}
.dot p {margin-right:10px;}
.dot b {
	width: 10px;
	height: 10px;
	border-radius: 20px;
	color: #333;
	display: inline-block;
	border: 1px solid #fff;
	background: #fff;
	text-align: center;
	line-height: 10px;
	cursor: pointer;
	font-weight: normal;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
}
.dot .cur {background:#F63;color:#fff;border:1px solid #f63;}