@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
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;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
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;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.pagetitle {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.pagetitle span {
  font-size: 0.9vw;
  color: #adadad;
}
.pagetitle .share {
  display: none;
}
.pagetitle .share span {
  border: 1px solid #eee;
  padding: 5px;
  margin-left: 5px;
}
.pagetitle .foucus {
  padding: 5px;
  background-color: #bfbfbf;
  color: #fff;
}

.viderarea {
  background-color: #F7F7F7;
}

.videolist {
  margin: 15px 0;
  background-color: #F6F6F6;
}
.videolist ul {
  margin: 0;
  padding: 0;
  height: 150px;
  overflow-y: scroll;
}
.videolist ul li {
  border: 1px solid #ddd;
  list-style: none;
  padding: 10px;
  padding-left: 30px;
  position: relative;
}
.videolist ul li a {
  color: #333;
  width: 70%;
  display: block;
}
.videolist ul li i {
  display: none;
}
.videolist ul li.active {
  color: #43B7F3;
  background-color: #FFF;
}
.videolist ul li.active i {
  position: absolute;
  left: 8px;
  color: #43B7F3;
  display: block;
  top: 13px;
}
.videolist ul li.active a {
  color: #43B7F3;
}
.videolist ul li.active time {
  color: #989898;
}
.videolist ul li time {
  position: absolute;
  right: 5px;
  top: 10px;
  font-size: 0.95em;
}

.tabarea {
  min-height: 350px;
  margin: 30px auto;
}
.tabarea .nav-tabs > li {
  width: 33%;
  text-align: center;
  font-size: 0.95em;
  height: 50px;
}
.tabarea .nav-tabs > li.active > a, .tabarea .nav-tabs > li.active > a:focus, .tabarea .nav-tabs > li.active > a:hover {
  border: none;
  border-bottom: 2px solid #43B7F3;
  height: 50px;
}
.tabarea img {
  margin: 0 auto;
}
.tabarea figcaption {
  font-size: 1vw;
  text-align: center;
  padding-top: 5px;
}

.mwt_border {
  width: 100%;
  height: 110px;
  background: #fff;
  position: relative;
  border: solid 1px #43B7F3;
  margin: 5px 0;
  padding: 5px;
}
.mwt_border .desqa textarea {
  height: 100px;
  overflow-y: scroll;
  display: block;
  border: none;
  width: 100%;
}

/*箭頭左 */
.mwt_border .arrow_l_int {
  width: 0px;
  height: 0px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #43B7F3 transparent transparent;
  position: absolute;
  top: 20%;
  left: -30px;
}

/*箭頭左-邊框 */
.mwt_border .arrow_l_out {
  width: 0px;
  height: 0px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 20%;
  left: -29px;
}

.desqar {
  margin: 15px 0;
}
.desqar .desqap {
  height: 100px;
  overflow-y: scroll;
  margin: 5px 0;
}
.desqar time {
  color: #43B7F3;
}

.qaa {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.like {
  cursor: pointer;
}
.like i.glyphicon-heart {
  color: red;
}

.youtubevideo img {
  width: 100%;
}

.videotag img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

.playbtn {
  position: absolute;
  top: 20%;
  left: 30%;
}
.playbtn img {
  width: 100px;
}

@media (min-width: 375px) {
  .playbtn {
    position: absolute;
    top: 22%;
    left: 32%;
  }
  .playbtn img {
    width: 110px;
  }
}
@media (min-width: 990px) {
  .videolist ul {
    height: 100%;
    max-height: 280px;
  }

  .videotag, .youtubevideo {
    position: relative;
  }

  .playbtn {
    position: absolute;
    top: 30%;
    left: 40%;
  }
  .playbtn img {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .videolist ul {
    height: 100%;
    max-height: 370px;
  }

  .mwt_border {
    margin: 20px 0;
  }
}
.key {
  margin-top: 15px;
}
.key span em {
  color: #40B8F3;
  font-style: normal;
}
.key span:first-child {
  border: 1px dashed #bfbfbf;
  padding: 8px;
  text-align: center;
  margin-right: 15px;
}

.sco {
  margin-top: 15px;
  background-color: #f1f1f1;
  padding: 15px;
  border: 1px solid #eee;
}
.sco span {
  margin-right: 15px;
}
.sco span.on {
  color: #40B8F3;
}
.sco span:first-child {
  margin-right: 0;
}

.scsub {
  border: 1px solid #eee;
  padding: 15px;
}
.scsub span.on {
  color: #40B8F3;
}

.about {
  padding-bottom: 2%;
}
.about p {
  width: 98%;
  margin: auto;
  line-height: 1.8;
}

.coursetitle {
  margin-top: 15px;
}
.coursetitle span:first-child {
  font-size: 2em;
  margin-right: 15px;
}
.coursetitle span:first-child:after {
  content: "";
}
.coursetitle span.add:after {
  content: " > ";
}
.coursetitle span.total {
  padding-left: 15px;
}
.coursetitle span.total em {
  color: #40B8F3;
  padding: 0 5px;
}

.navtype {
  padding-top: 7px;
  margin: 0;
}
.navtype:before {
  content: "";
  display: table;
}
.navtype:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
.navtype li {
  float: left;
  list-style: none;
  margin-left: 15px;
}
.navtype li:first-child {
  margin-left: 0;
}
.navtype li a {
  color: #333;
}
.navtype li.active {
  padding-bottom: 10px;
  border-bottom: 2px solid #40B8F3;
}
.navtype li.active a {
  color: #40B8F3;
}

.listrow {
  padding-top: 10px;
  border-bottom: 1px solid #eee;
}
.listrow i {
  font-size: 18px;
  color: #bfbfbf;
  padding-left: 4px;
  padding-top: 5px;
  cursor: pointer;
}

.thumbnaillist {
  background-color: #FAFAFA;
  border: 1px solid #bfbfbf;
  margin: 15px auto;
  padding: 1%;
  width: 98%;
  padding: 5px;
}
.thumbnaillist a {
  text-decoration: none;
}
.thumbnaillist:before {
  content: "";
  display: table;
}
.thumbnaillist:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
.thumbnaillist h4 {
  margin: 0;
}
.thumbnaillist .videoarea {
  float: left;
  width: 160px;
  height: 90px;
  margin-bottom: 5px;
}
.thumbnaillist .videoarea img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.thumbnaillist .detail {
  font-size: 0.9em;
  height: 90px;
  overflow: hidden;
  padding-left: 5px;
  color: #333;
}
.thumbnaillist .detail h3 {
  font-size: 15px;
  font-weight: bolder;
  margin: 0;
}
.thumbnaillist .detail .rate {
  margin: 5px 0;
}
.thumbnaillist .des:before {
  content: "";
  display: table;
}
.thumbnaillist .des:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
.thumbnaillist .des .auth, .thumbnaillist .des .seenum, .thumbnaillist .des .discuss {
  float: left;
}
.thumbnaillist .des .auth img {
  width: 25px;
}
.thumbnaillist .des .seenum, .thumbnaillist .des .discuss {
  padding-top: 3px;
  padding-left: 2%;
}

.imglist .thumbnaillist {
  height: 300px;
}
.imglist .thumbnaillist .rate, .imglist .thumbnaillist .auth img, .imglist .thumbnaillist .discuss {
  display: none;
}
.imglist .thumbnaillist .videoarea {
  float: none;
  width: 100%;
  margin-bottom: 5px;
  height: 165px;
}
.imglist .thumbnaillist .videoarea img {
  max-width: 100%;
  width: auto;
  display: block;
  max-height: 150px;
  height: auto;
  margin: 0 auto;
}
.imglist .thumbnaillist .detail {
  height: auto;
  padding-top: 7px;
}
.imglist .thumbnaillist .detail .des {
  padding-top: 15px;
}
.imglist .thumbnaillist .detail .des .auth {
  float: right;
  padding: 0;
}
.imglist .thumbnaillist .detail .des .seenum {
  float: left;
  padding: 0;
}

.seenum, .discuss {
  color: #bfbfbf;
  padding: 0;
}
.seenum i, .discuss i {
  font-size: 0.9em;
}
.seenum span, .discuss span {
  padding-left: 5px;
}

.auth {
  padding: 0;
}

@media (min-width: 360px) {
  .listrow i {
    font-size: 20px;
    padding-left: 9px;
  }
}
@media (min-width: 768px) {
  .listrow i {
    font-size: 25px;
    padding-left: 20px;
  }

  .thumbnaillist .detail h3 {
    font-size: 16px;
  }

  .imglist:before {
    content: "";
    display: table;
  }
  .imglist:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
  }
  .imglist .thumbnaillist {
    width: 29%;
    margin: 2%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .thumbnaillist h4 {
    margin: 0;
  }
  .thumbnaillist .videoarea {
    float: left;
    width: 290px;
    margin-bottom: 5px;
    height: 165px;
  }
  .thumbnaillist .videoarea img {
    max-width: 100%;
    height: 175px;
  }
  .thumbnaillist .detail {
    font-size: 1.1em;
    height: auto;
    padding-left: 10px;
  }
  .thumbnaillist .detail h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  .thumbnaillist .detail .rate {
    margin: 25px 0;
  }

  .imglist .thumbnaillist {
    width: 23%;
    margin: 1%;
  }
  .imglist .thumbnaillist .detail h3 {
    margin-top: 0;
  }

  .video, .listrow {
    margin: 15px 0;
  }
}
.typesel {
  padding-top: 20px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.typesel a {
  display: inline-block;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px 15px 5px 15px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
  margin-right: 15px;
}
.typesel a.on {
  background-color: #40b8f3;
  color: #fff;
}

.reg .form-horizontal .form-group {
  margin: 15px 0;
}

.page-header:before {
  content: "";
  display: table;
}
.page-header:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
.page-header .btn {
  margin-top: 25px;
}

@media (min-width: 1024px) {
  .loginbox {
    width: 88%;
    padding: 6%;
  }
}
.sorting {
  background-color: #eee;
  padding: 20px 10px;
  margin: 20px 0;
}
.sorting a {
  color: #333;
}
.sorting a.on {
  color: #29B5F0;
}
.sorting span {
  display: block;
}

.features {
  padding: 20px 10px;
  border: 1px solid #eee;
}
.features:before {
  content: "";
  display: table;
}
.features:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
.features .search-group {
  padding: 0;
}
.features .search-group .btn {
  margin-top: 0;
  margin-left: 2%;
}
.features > div {
  margin: 5px 0;
}
.features > .btn {
  margin: 0 5px;
}
.features .fr {
  float: right;
}
.features .fl {
  float: left;
}

.proline {
  width: 100%;
  margin-top: 15px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  height: 15px;
}

.persontable h4 {
  background-color: #333;
  color: #fff;
  padding: 2%;
}

.img-circle {
  width: 135px;
  height: 135px;
  -moz-border-radius: 135px;
  -webkit-border-radius: 135px;
  border-radius: 135px;
}

@media (min-width: 1024px) {
  .sorting span {
    display: inline;
  }

  .persontable h4 {
    background-color: #fff;
    color: #333;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .features .btn {
    margin-left: 10px;
  }
  .features .btn:first-child {
    margin-left: 0;
  }
}
.pwdstep div {
  border-top: 5px solid #eee;
}
.pwdstep div span {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #eee;
  margin: 0 auto;
  margin-top: -15px;
}
.pwdstep .active {
  border-top: 5px solid #42B8F0;
}
.pwdstep .active span {
  background-color: #42B8F0;
  color: #fff;
}

.pwdstepword {
  margin-top: 20px;
}
.pwdstepword .active {
  color: #42B8F0;
}

.pwdform {
  margin: 15px 0;
}
.pwdform .form-group {
  margin: 15px 0;
}
.pwdform .code img {
  height: 33px;
}
.pwdform h4 {
  margin: 40px 0 20px 0;
  color: #42B8F0;
  font-size: 2.5rem;
}
.pwdform h4 i {
  font-size: 1em;
  font-weight: 0;
}
.pwdform .note {
  color: #750404;
  text-decoration: underline;
  margin-left: 15px;
}

.login {
  margin: 10% 0;
}

.loginbox {
  width: 94%;
  border: 1px solid #eee;
  margin: 15px auto;
  padding: 3%;
  -moz-box-shadow: 0px 0px 1px 1px rgba(212, 212, 212, 0.5);
  -webkit-box-shadow: 0px 0px 1px 1px rgba(212, 212, 212, 0.5);
  box-shadow: 0px 0px 1px 1px rgba(212, 212, 212, 0.5);
}

.form-custom {
  border: 1px solid #ccc;
  color: #E3DFE0;
  margin: 15px 0;
}
.form-custom .input-group-addon {
  background-color: #fff;
  border: none;
}
.form-custom .form-control {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-custom .input-group-addon {
  color: #E3DFE0;
}
.form-custom .glyphicon {
  top: 0;
}

.fcus {
  padding: 8px 0 3px 0;
}

.lbu {
  background-color: #43B9F1;
  color: #fff;
  border-color: #ccc;
}
.lbu:hover {
  background-color: #2d9dd2;
  color: #fff;
}
.lbu:active {
  background-color: #2d9dd2;
  color: #fff;
}

.loginbg {
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .loginbox {
    width: 88%;
    padding: 6%;
  }
}
@media (min-width: 768px) {
  .loginbg {
    padding-top: 80px;
  }
}
.rwd-table {
  background: #fff;
  min-width: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
  height: auto;
}
.rwd-table tr:nth-of-type(2n) {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.rwd-table th, .rwd-table td {
  margin: 0.5em 1em;
  font-weight: bolder;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 7em;
  display: inline-block;
}

.rwd-table th, .rwd-table td {
  text-align: left;
}

.rwd-table th, .rwd-table td:before {
  color: #333;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
  .rwd-table th {
    background-color: #909090;
    color: #fff;
  }
}
.indexmenu {
  height: 150px;
  background-position: 60% center;
  background-size: cover;
  position: relative;
  margin-top: 50px;
}
.indexmenu .menubtn {
  position: absolute;
  top: -50px;
}

.menuarea {
  padding: 10px;
  background-color: #FFF;
  z-index: 9999;
  margin: 0 -15px;
  position: absolute;
  width: 100%;
}
.menuarea::-webkit-scrollbar {
  display: none;
}
.menuarea .menulist {
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
}
.menuarea .menulist ul, .menuarea .menulist ol {
  list-style-type: none;
}
.menuarea .menulist span {
  display: block;
  background: #eee;
  padding: 5px;
}
.menuarea .menulist .more {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

@media (min-width: 768px) {
  .indexmenu {
    height: 240px;
    background-position: 50% center;
    position: relative;
  }
  .indexmenu .navbar-default {
    background-color: transparent;
  }

  .morebutton {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 198px;
    left: 0;
    text-align: center;
  }

  .menuarea {
    width: 630px;
    height: 240px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMzMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIzMyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(33%, #ffffff), color-stop(33%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 33%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 33%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 33%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 100%);
    position: relative;
  }
  .menuarea .menulist span {
    background: none;
  }
  .menuarea .menulist ul {
    margin: 0;
    padding: 0;
    width: 185px;
  }
  .menuarea .menulist ul li {
    display: block;
    padding: 5px;
    font-size: 0.9em;
    position: relative;
  }
  .menuarea .menulist ul li a {
    text-decoration: none;
  }
  .menuarea .menulist ul li:after {
    content: " > ";
    color: #bfbfbf;
  }
  .menuarea .menulist ul li ol {
    display: none;
    position: absolute;
    top: 0;
    left: 180px;
    width: 380px;
    background-color: #FFF;
    padding: 20px 10px;
  }
  .menuarea .menulist ul li ol:before {
    content: "";
    display: table;
  }
  .menuarea .menulist ul li ol:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
  }
  .menuarea .menulist ul li ol li {
    float: left;
    border-bottom: none;
    width: auto;
    padding: 5px;
  }
  .menuarea .menulist ul li ol li:after {
    content: "";
  }
  .menuarea .menulist ul li ol li a {
    color: #333;
  }
  .menuarea .menulist ul li:hover ol {
    display: block;
  }
}
@media (min-width: 990px) {
  .indexmenu {
    height: 305px;
  }

  .menuarea {
    width: 800px;
    height: 305px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(35%, #ffffff), color-stop(35%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 35%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 35%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 35%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 100%);
  }
  .menuarea .menulist:before {
    content: "";
    display: table;
  }
  .menuarea .menulist:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
  }
  .menuarea .menulist ul {
    padding-left: 30px;
    width: 255px;
  }
  .menuarea .menulist ul li {
    padding-top: 5px;
  }
  .menuarea .menulist ul li ol {
    width: 500px;
    padding: 10px;
    left: 220px;
  }
}
@media (min-width: 1440px) {
  .menuarea {
    width: 1000px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMjclIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIyNyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(27%, #ffffff), color-stop(27%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 27%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 27%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 27%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, 0) 100%);
  }
  .menuarea .menulist ul {
    width: 249px;
  }
  .menuarea .menulist ul li {
    padding: 5px 0;
  }
  .menuarea .menulist ul li ol {
    width: 600px;
    padding: 10px;
    left: 215px;
  }
}
.menu span {
  display: inline-block;
  padding: 0 5px;
}

.menu, .search {
  padding: 10px;
}

.search-group {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.indexmenu a:hover {
  text-decoration: none;
}

.nav li {
  height: 50px;
}

.bogray {
  border: 2px solid #eee;
}

.personimg {
  margin-top: -80px;
  text-align: center;
}

.navtype a {
  text-decoration: none;
}

.pdn {
  padding: 0;
}

@media (min-width: 1024px) {
  .navbar-form .form-text-s {
    width: 100%;
  }

  .form-control {
    font-size: 12px;
    padding: 6px;
  }

  .btnfs {
    font-size: 12px;
  }

  .btnpd {
    padding: 6px;
  }
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: #FFF;
    border: none;
  }

  .navbar-brand {
    display: none;
  }

  .menusel .navbar-nav {
    width: 100%;
  }
  .menusel .navbar-nav > li {
    width: 16%;
    text-align: center;
  }

  .personsel .navbar-nav {
    width: 100%;
  }
  .personsel .navbar-nav > li {
    width: 20%;
    text-align: center;
  }

  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #FFF;
    color: #40B8F3;
    padding-bottom: 10px;
    border-bottom: 2px solid #40B8F3;
  }
}
body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

figure {
  margin: 0;
  padding: 0;
}

.banner {
  width: 100%;
}
.banner img {
  max-width: 100%;
  min-height: 120px;
}

header, footer {
  background-color: #eee;
  padding: 10px 0;
}

footer span {
  display: block;
}

.logo h1 {
  margin: 0;
  padding: 0;
}
.logo h1 img {
  width: 100%;
}

.form-group {
  margin-bottom: 0;
}

.page-header .site {
  padding-top: 25px;
}

.breadcrumb {
  background-color: #FFF;
}

.bgff {
  background-color: #f1f1f1;
}

.mt15 {
  margin-top: 15px;
}

.pagination {
  float: right;
}

@media (min-width: 1024px) {
  header, footer {
    padding: 20px 0;
    margin: 20px 0;
  }

  footer span {
    display: inline;
  }

  .maincon {
    min-height: 700px;
  }
}
