@charset "utf-8";
/* CSS Document */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	padding: 0;
	margin: 0;
	border: 0; 
  outline: 0; 
  font-size: 100%; 
  vertical-align: baseline; 
  background: transparent; 
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }


.cm { text-align: center; vertical-align: middle; }
.mag { margin: 5%; }
a { text-decoration: none; outline: none; /* for Firefox */ }
.clear { clear : both; }

.bold { font-weight: bold; }
.white { color: #FFF; }
.yellow { color: #ffe752; }
.blue { color: #00C; }
.lightblue { color: #00b7ee; }
.orange { color: #F90; }
.red { color: red; }
.green { color: #356; }
.purple { color: #F0F; }
.gray { color: #999; }
.black { color: #000; }
.lightblack { color: #999; }
.golden { color: #c78a2f; }
.line { border: 1px solid #CCC; margin-top: 5px; margin-bottom: 10px; }

img { vertical-align: middle; border: 0; text-align: center; height: auto; max-width: 100%; }

/*150309加*/
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
img, fieldset { border: 0 none; }
ul, ol, li { list-style: none; }
em, address { font-style: normal; }
table { border-collapse: collapse; }
em, i { font-style: normal; }
strong, b { font-weight: normal; }
img { border: none; }
input, img { vertical-align: middle; }
input { outline: none; }
textarea:focus { outline: 0; }
a { text-decoration: none; cursor: pointer }
.clearfix:after { display: block; clear: both; visibility: hidden; height: 0; content: " "; font-size: 0; }
.clearfix { *zoom:1;
}

input[type="button" i] {
 padding:0px;
 margin:0px;
}
input[type="checkbox"], input[type="radio"]{
 padding:0px;
 box-sizing:border-box;
}

input::placeholder {
	color: #ccc;
}

input[type="text"]::-webkit-input-placeholder { color: #9C9C9C; }
input[type="text"]:-moz-placeholder { color: #9C9C9C; }
input[type="text"]::-moz-placeholder { color: #9C9C9C; }
input[type="text"]:-ms-input-placeholder { color: #9C9C9C; }

input[type="password"]::-webkit-input-placeholder { color: #9C9C9C; }
input[type="password"]:-moz-placeholder { color: #9C9C9C; }
input[type="password"]::-moz-placeholder { color: #9C9C9C; }
input[type="password"]:-ms-input-placeholder { color: #9C9C9C; }


html,
button,
input,
select,
textarea {
    color: #222;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-webkit-input-placeholder {
    font-size: .875em;
    -webkit-user-modify: read-write-plaintext-only;
    -webkit-writing-mode: horizontal-tb;
}

button[disabled],
html input[disabled] {
    cursor: default;
}
* {box-sizing: content-box;-moz-box-sizing: inherit;-webkit-box-sizing: inherit;}/*for ie11*/
*, *:before, *:after {
  font-family: 'Microsoft YaHei', '微軟正黑體',  'PingFang TC', Meiryo, "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*-------------------------------------------------------------------------------*/
.gototop {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.gototop {
	width: 45px;
	height: 45px;
	background-size: 100% auto;
	position: fixed;
	right: 5px;
	bottom: 10%;
	z-index: 100;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/gototop.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.gototop.active {
	opacity: 0.9;
	bottom: 15%;
}
.gototop.active:hover {
	bottom: 17%;
}

/*大於1100 定位內容旁*/
@media only screen and (min-width: 1100px) {
.gototop {
	right: 7%;
}
.gototop.active {
	opacity: 1;
	right: 7%;
	bottom: 15%;
}
}

/*------------------------------------------------------bar----------------------------------------*/

.top_bar {
	background-color: rgba(0,0,0,0.80);
	height: 42px;
	width: 100%;
	position: fixed;
	z-index: 999;
	display: block;
}
.top_bar .top_central {
	display: block;
	height: 42px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]overflow: hidden; */
}
.top_bar .top_central .top_muen {
	height: 42px;
	width: 1200px;
	display: block;
}
.top_bar .top_central .top_muen .top_muenlist {
	float: left;
	height: 42px;
	color: #FFF;
	overflow: hidden;
	/* [disabled]background-color: #39C; */
	display: block;
	font-size: 14px;
	text-decoration: none;
	font-family: "Heiti TC", "微軟正黑體";
	text-shadow: -1px -1px rgba(255, 254, 254, 0.3),2px 2px 2px rgba(30%,30%,36%,0.6);
}
.top_bar .top_central .top_muen .backhome {
	height: 40px;
	width: 100px;
	cursor: pointer;
	display: block;
}
.top_bar .top_central .top_muen .home {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	box-sizing:border-box;
}

.top_bar .top_central .top_muen .goin {
	height: 30px;
	min-width: 14%;
	overflow: hidden;
	padding: 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	line-height: 30px;
	text-align: right;
	box-sizing:border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top_bar .top_central .top_muen .login {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	box-sizing:border-box;
}
.top_bar .top_central .top_muen .fb_go {
	height: 30px;
	width: 100px;
	text-align: right;
	line-height: 30px;
	padding: 0 10px;
	background-image: url(../images/top_fbbtn.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	box-sizing: border-box;
}
.top_bar .top_central .top_muen .fb_plug {
	height: 42px;
	width: 110px;
	padding: 10px;
	box-sizing:border-box;

}
.top_bar .top_central .top_muen .no {
	height: 42px;
	display: block;
	overflow: hidden;
	box-sizing:border-box;
  float: right;
}
.mgto {
	margin-top: 5px;
}

/*-------------------------------pag-----------------------------------------*/
div.pagination {
	text-align: center;
	font-size: 10px;
	padding: 7px;
	margin-top: 20px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
div.pagination a {
	border-right: #000000 1px solid;
	padding-right: 5px;
	border-top: #000000 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 2px;
	border-left: #000000 1px solid;
	color: #000000;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	text-decoration: none
}
div.pagination a:hover {
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	color: #fff;
	border-bottom: #000000 1px solid;
	background-color: #000
}
div.pagination a:active {
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	color: #fff;
	border-bottom: #000000 1px solid;
	background-color: #000
}
div.pagination span.current {
	border-right: #000000 1px solid;
	padding-right: 5px;
	border-top: #000000 1px solid;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 2px;
	margin: 2px;
	border-left: #000000 1px solid;
	color: #fff;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	background-color: #000000
}
div.pagination span.disabled {
	border-right: #eee 1px solid;
	padding-right: 5px;
	border-top: #eee 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 2px;
	border-left: #eee 1px solid;
	color: #ddd;
	padding-top: 2px;
	border-bottom: #eee 1px solid
}

/*-------------------------------footer-----------------------------------*/

.footer {
	width: 100%;
	min-height: 100px;
	text-align: center;
	background-color: #E2E2E2;
	margin-top: 60px;
}
.footer-div {
	float: left;
	display: inline-block;
}
.f-logo {
	width: 20%;
	display: block;
}
.f-about {
	text-align: center;
	height: 100px;
	width: 70%;
	margin-top: 20px;
	color: #333;
}
.f_a {
	font-family: "Heiti TC", "微軟正黑體";
	font-size: 16px;
	line-height: 30px;
	color: #262626;
}
.f_a a {
	color: #262626;
	margin-right: 5px;
	margin-left: 5px;
}
.f_a a:hover {
	color: #ff6a1f;
}
.f_b {
	font-family: "Heiti TC", "微軟正黑體";
	font-size: 14px;
	line-height: 26px;
	color: #6c6c6c;
}
.f-12 {
	height: 65px;
	width: 10%;

}

.f-div{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}


/*-----------------動態--------------------------------------------------------*/
/*閃閃閃*/
@-webkit-keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 0.5;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 0.5;
}
}

/*呼吸*/
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1,1);
    transform:scale(1,1);
  }

  50% {
	transform-origin: bottom;
    -webkit-transform: scale(1,1.01);
    transform:scale(1,1.01);
  }

  to {
    -webkit-transform: scale(1,1);
    transform:scale(1,1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale(1,1);
    transform:scale(1,1);
  }

  50% {
	transform-origin: bottom;
    -webkit-transform: scale(1,1.01);
    transform:scale(1,1.01);
  }

  to {
    -webkit-transform: scale(1,1);
    transform:scale(1,1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}



/*角色01*/
@-webkit-keyframes b01-move {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
  }
}

@keyframes b01-move {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
  }
}

/*角色01*/
@-webkit-keyframes b02-move {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
  }
}

@keyframes b02-move {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
  }
}


/*文*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}



@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}




/*logo*/
@-webkit-keyframes bounceOut {
  0% {
    opacity: 0.5;
    -webkit-transform: scale3d(5, 5, 5);
    transform: scale3d(5, 5, 5);
  }
  20% {
    opacity: 0.3;
    -webkit-transform: scale3d(0.1, 0.1, 0.1);
    transform: scale3d(0.1, 0.1, 0.1);
  }
  50%, 55% {
    opacity: 0.5;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceOut {
  0% {
    opacity: 0.5;
    -webkit-transform: scale3d(5, 5, 5);
    transform: scale3d(5, 5, 5);
  }
  20% {
    opacity: 0.3;
    -webkit-transform: scale3d(0.1, 0.1, 0.1);
    transform: scale3d(0.1, 0.1, 0.1);
  }

  50%, 55% {
    opacity: 0.5;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

