html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.6em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p, span, hr, button, form {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

mark {
  background: yellow;
  color: black;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial;
  color: #333333;
}

a {
  color: #333333;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover {
  color: white;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

body {
  margin: 0;
  padding: 0;
}

.clear::before, .clear::after {
  content: "";
  display: table;
}

.clear::after {
  clear: both;
}

/*----top---- */
#top {
  background-color: rgba(0, 0, 0, 0.8);
  height: 85px;
  position: relative;
  z-index: 99;
  text-align: center;
}
#top .top-wall {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top .top-wall p.logo {
  float: left;
  margin-right: 25px;
}
#top .top-wall ul {
  float: left;
  margin-top: 10px;
}
#top .top-wall ul li {
  display: inline-block;
  margin-right: 50px;
}
#top .top-wall ul li:last-child {
  margin-right: 0;
}
#top .top-wall ul li a {
  color: white;
}
#top .top-wall ul li a:hover {
  color: #fd9f17;
}

/*----top_end---- */
/*----banner---- */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slides-wal {
  width: 800%;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: translate3d(-2120px, 0px, 0px);
}

.clon {
  width: 1060px;
  float: left;
  display: block;
}

.flexslider {
  z-index: 1;
  position: relative;
  margin-top: -85px;

}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  text-align: center;
  display: block;
   max-height: 755px;
}

.flex-direction-nav a {
  width: 52px;
  height: 102px;
  margin: -20px 0 0;
  display: block;
  background: url(../images/index/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: 0px;
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 20%;
}

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 20%;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 5%;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  background: white;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #fd9f17;
}

.flex-control-paging li a.flex-active {
  background: #fd9f17;
  cursor: default;
}

/*----content---- */
#content {
 /* background-color: #fbfbfb;*/
  padding-bottom: 40px;
}

/*----content_end---- */
/*----pro-box-m---- */
.jcarousel-skin-tango {
  width: 905px;
  margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-item {
  width: 215px;
  margin-right: 15px;
  height: 180px;
  text-align: center;
  position: relative;
}
.jcarousel-skin-tango .jcarousel-item:last-child {
  margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item a {
  display: block;
  background-color: white;
  padding-bottom: 5px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.jcarousel-skin-tango .jcarousel-item a span {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: block;
  width: 215px;
  height: 148px;
  top: 0px;
  left: 0px;
  position: absolute;
}
.jcarousel-skin-tango .jcarousel-item a:hover {
  font-size: 14px;
  color: #006bbe;
  display: block;
  font-weight: bold;
}
.jcarousel-skin-tango .jcarousel-item a:hover span {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  position: absolute;
  width: 215px;
  height: 148px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  line-height: 148px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
  margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
  background: white;
  color: black;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 55px;
  right: -30px;
  width: 20px;
  height: 45px;
  cursor: pointer;
  background-image: url(../images/index/next-bt.jpg);
  z-index: 90;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 55px;
  left: -30px;
  width: 20px;
  height: 45px;
  cursor: pointer;
  background-image: url(../images/index/pre-bt.jpg);
  z-index: 90;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*----news-box---- */
#con-box {
  width: 980px;
  margin: 0 auto 40px;
  position: relative;
}

#qaContent-bg {
  background-color: #3366ff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
  width: 100%;
  height: 285px;
  position: absolute;
  top: 646px;
}

#news-box header #news_button {
  text-align: left;
  margin-left: 20px;
}

.accordionPart {
  position: relative;
  top: 10px;
}

.accordionPart li {
  margin-bottom: 9px;
}

.accordionPart li a {
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}

.accordionPart li a:hover {
  font-size: 12px;
  color: white;
}

/*----con-wall---- */
.con-wall {
  position: relative;
  width: 980px;
  margin: 0 auto;
  /*----movie---- */
  /*----movie_end---- */
}
.con-wall .top-box {
  float: left;
  margin-right: 5px;
  width: 320px;
  height: 235px;
  background-color: #eeeeee;
  border-bottom: 3px solid #dedede;
  padding: 18px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*----news---- */
  /*----news_end---- */
}
.con-wall .top-box .title {
  height: 45px;
  background-color: #e4593a;
  font-size: 20px;
  font-weight: bold;
  line-height: 45px;
  color: white;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.con-wall .top-box .news {
  padding: 20px 12px 0 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 320px;
  overflow: hidden;
}
.con-wall .top-box .news ul li {
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial;
}
.con-wall .top-box .news ul li a {
  font-size: 12px;
}
.con-wall .top-box .news ul li a:hover {
  color: #fd9f17;
}
.con-wall .top-box .news ul li a span {
  display: inline-block;
  color: #333333;
  font-weight: bold;
  margin-right: 10px;
}
.con-wall .top-box .news p.more {
  float: right;
  text-align: center;
  width: 90px;
  height: 25px;
  line-height: 25px;
    margin-top: 25px;
  background-color: #e4593a;
  border-bottom: 2px solid #96351f;
}
.con-wall .top-box .news p.more a {
  display: block;
  width: 90px;
  height: 25px;
  color: white;
}
.con-wall .top-box .news p.more a:hover {
  color: black;
}
.con-wall .top-box .title2 {
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: bold;
  line-height: 45px;
  color: white;
  position: relative;
  z-index: 99;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.con-wall .top-box p.img {
  position: relative;
  z-index: 1;
  margin-top: -60px;
  text-align: center;
}
.con-wall .top-box p.img a {
  display: block;
}
.con-wall .top-box p.img a span {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: block;
  width: 320px;
  height: 233px;
  top: 0px;
  left: 0px;
  position: absolute;
}
.con-wall .top-box p.img a:hover {
  font-size: 14px;
  color: #006bbe;
  display: block;
  font-weight: bold;
}
.con-wall .top-box p.img a:hover span {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  position: absolute;
  width: 320px;
  height: 233px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  line-height: 233px;
}
.con-wall .movie-box {
  float: left;
  width: 320px;
  height: 235px;
  background-color: black;
  border-bottom: 3px solid #dedede;
  padding: 18px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.con-wall .movie-box .title {
  height: 45px;
  line-height: 45px;
  background-color: #ca1d20;
  font-size: 20px;
  font-weight: bold;
  color: white;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
}
.con-wall .movie-box #you-movie {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: -13px;
}
.con-wall .movie-box #you-movie li a:hover {
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  filter: brightness(80%);
}

/*----up---- */
#gotop {
  display: none;
  position: fixed;
  right: 43px;
  bottom: 43px;
  cursor: pointer;
}

/*----footer--- */
footer {
  background: #333333;
}
footer section.footer-wall {
  width: 980px;
  margin: 0 auto;
  padding: 40px 60px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer section.footer-wall div.text {
  float: left;
  margin-bottom: 20px;
}
footer section.footer-wall h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6em;
  color: white;
}
footer section.footer-wall h2 {
  font-size: 12px;
  font-weight: normal;
  color: white;
  line-height: 1.6em;
  margin-top: 0px;
}
footer section.footer-wall div.ftp {
  float: right;
  margin-top: 10px;
}
footer section.footer-wall div.ftp ul li {
  display: inline-block;
  margin-right: 3px;
}
footer section.footer-wall div.ftp ul li:last-child {
  margin-right: 0px;
}
footer section.footer-wall div.ftp ul li a {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
footer section.footer-wall div.ftp ul li a:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
