@charset "UTF-8";
/* CSS Document */
/*------------ head ------------*/
body {
  font-family: Arial, "微軟正黑體", sans-serif, "0xe804";
  position: relative;
}

.wrapper {
  padding: 90px 0 0;
}

.tableuse {
  overflow-x: auto;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFF;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.site-header .header-box {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-header .logo {
  display: block;
  padding: 24px 0 23px;
  line-height: 0;
}

/*------------ head ------------*/
/*---------- site-nav ----------*/
.site-nav .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 5;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.site-nav .top-menu li {
  color: #4B4646;
  font-size: 18px;
  display: block;
  padding: 35px 15px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.site-nav .top-menu li:hover {
  color: #4bb9b5;
}

.header-fix .wrapper {
  padding: 50px 0 0;
}

.header-fix .site-header .logo {
  padding: 8px 0 3px;
}

.header-fix .site-nav .top-menu li {
  padding: 15px 15px 10px;
}

/*---------- site-nav ----------*/
/*------------ main ------------*/
.site-main {
  position: relative;
}

.main-box {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}

.container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}

/*------------ main ------------*/
.gotop {
  position: fixed;
  right: 25px;
  bottom: 5%;
  width: 14px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gotop .scrolltop-text {
  font-size: 18px;
  line-height: 18px;
  color: #0BA4EA;
  text-transform: uppercase;
  margin: 0 0 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gotop .scrolltop-arrow {
  overflow: hidden;
  position: relative;
  width: 9px;
  height: 58px;
  right: -5px;
  top: -12px;
}

.gotop .scrolltop-arrow:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  width: 9px;
  height: 58px;
  background: url(../images/gotop.png) no-repeat;
  -webkit-animation: scrollTop 1.8s 1s infinite;
          animation: scrollTop 1.8s 1s infinite;
}

.gotop:hover .scrolltop-text {
  color: #003C83;
}

@-webkit-keyframes scrollTop {
  0% {
    -webkit-transform: translateY(58px);
            transform: translateY(58px);
  }
  100% {
    -webkit-transform: translateY(-58px);
            transform: translateY(-58px);
  }
}

@keyframes scrollTop {
  0% {
    -webkit-transform: translateY(58px);
            transform: translateY(58px);
  }
  100% {
    -webkit-transform: translateY(-58px);
            transform: translateY(-58px);
  }
}

/*------------ footer -------------*/
.footer-box {
  position: relative;
  background: #E2E6E9;
  background: url(../images/bg.jpg) center no-repeat;
  z-index: 0;
}

.footer-box:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgba(1, 181, 181, 0.8);
  z-index: 1;
}

.footer-box .footer-top {
  padding: 3% 10px 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.footer-box .footer-top .info-box {
  padding: 0 10px 0 0;
}

.footer-box .footer-top .info-box .title {
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 10px;
}

.footer-box .footer-top .info-box .con {
  font-size: 18px;
  color: #FFF;
  line-height: 2;
}

.footer-box .footer-top .info-box .con a {
  color: #FFF;
}

.footer-box .footer-top .qrcode {
  line-height: 0;
}

.footer-box .copyright {
  border-top: rgba(221, 221, 221, 0.3) 1px solid;
  color: #BAE4DC;
  font-size: 14px;
  position: relative;
  text-align: center;
  padding: 2% 0;
  z-index: 2;
}

/*------------ footer -------------*/
@media screen and (max-width: 700px) {
  .footer-box {
    position: relative;
    background: #E2E6E9;
    background: url(../images/bg.jpg) center no-repeat;
    z-index: 0;
  }
  .footer-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: rgba(1, 181, 181, 0.8);
    z-index: 1;
  }
  .footer-box .footer-top {
    padding: 3% 10px 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
  }
  .footer-box .footer-top .info-box {
    padding: 0 10px 0 0;
  }
  .footer-box .footer-top .info-box .title {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .footer-box .footer-top .info-box .con {
    font-size: 16px;
    color: #FFF;
    line-height: 2;
    margin: 0 0 10px 0;
  }
  .footer-box .footer-top .info-box .con a {
    color: #FFF;
  }
  .footer-box .footer-top .qrcode {
    line-height: 0;
  }
  .footer-box .copyright {
    font-size: 13px;
  }
}
