@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-style: inherit; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit; }

del, ins {
  text-decoration: none; }

li {
  font-style: inherit; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: baseline; }

sub {
  vertical-align: baseline; }

legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  *font-size: 100%; }

html {
  height: 100%;
  max-height: 50000em; }

body {
  height: 100%;
  font-size: 15px;
  color: #000;
  letter-spacing: 1px;
  line-height: 1.5;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif,'微軟正黑體','Microsoft JhengHei','STHeiti Light','儷黑 Pro','LiHei Pro','Microsoft Yahei','Microsoft JhengHei','新細明體'; }

div, ul, li, header, footer, section, p, dl, dt, dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  width: 1000px;
  margin: 0 auto; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.wrap {
  max-width: 1980px;
  margin: 0 auto; }

.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #8dccdd;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .hd .container {
    position: relative;
    padding: 19px 0; }
  .hd h1 {
    text-indent: -5000em;
    background-size: cover;
    width: 120px;
    height: 37px;
    background-image: url(../images/img_logo.png);
    margin: 0 auto; }
  .hd .menu {
    position: absolute;
    right: 10px;
    top: 10px; }
    .hd .menu a {
      display: inline-block;
      width: 54px;
      height: 54px;
      text-indent: -5000em;
      background-size: cover;
      margin: 0 5px; }
    .hd .menu a.m-award {
      background-image: url(../images/i_award.png); }
    .hd .menu a.m-fb {
      background-image: url(../images/i_fb.png); }
    .hd .menu a.m-ig {
      background-image: url(../images/i_ig.png); }
    .hd .menu a.m-top {
      background-image: url(../images/i_top.png); }

.content {
  height: 100vh;
  padding-top: 120px;
  overflow-x: hidden; }

#kv {
  min-height: 750px;
  position: relative;
  background: url(../images/bg_kv.jpg) center;
  background-size: cover; }
  #kv .container {
    position: relative;
    height: 100%; }
  #kv .main {
    position: absolute;
    left: 50%;
    margin-left: -486px;
    top: 50%;
    margin-top: -355px; }
  #kv h1 {
    width: 978px;
    height: 571px;
    text-indent: -5000em;
    background: url(../images/img_kvtitle.png) no-repeat center;
    background-size: cover; }
  #kv .desc {
    text-align: center;
    margin-top: 15px; }
    #kv .desc h3 {
      color: #768fc7;
      font-weight: bold; }
  #kv .share-counter {
    position: absolute;
    top: 0;
    left: 70px;
    width: 205px;
    height: 172px;
    text-align: center;
    background: url(../images/bg_counter.png) no-repeat center;
    background-size: cover;
    padding-top: 40px;
    font-size: 30px; }
    #kv .share-counter p {
      font-size: 16px; }
  #kv .kv-share {
    display: block;
    text-indent: -5000em;
    width: 199px;
    height: 158px;
    background: url(../images/img_share.png) no-repeat center;
    background-size: cover;
    position: fixed;
    right: 5%;
    top: 70%;
    z-index: 9; }

.title {
  min-height: 95px;
  padding-left: 110px;
  padding-top: 20px;
  color: #fff;
  font-weight: bold;
  background-position: left;
  background-repeat: no-repeat; }

#e2 {
  min-height: 860px;
  background: #f4a8aa; }
  #e2 h2 {
    background: url(../images/img_Vtitle.png) no-repeat center;
    background-size: cover;
    width: 440px;
    height: 44px;
    text-indent: -5000em;
    margin: 0 auto 40px; }
  #e2 .title {
    background-image: url(../images/i_secret.png); }
  #e2 .inner:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both; }
  #e2 .left {
    width: 60%;
    padding: 10px;
    float: left; }
    #e2 .left .video {
      width: 90%;
      height: 400px;
      margin-top: 20px; }
  #e2 .right {
    position: relative;
    width: 40%;
    padding: 10px 10px 20px;
    float: right; }
    #e2 .right img {
      width: 100%; }
    #e2 .right .spot {
      display: inline-block;
      padding: 5px 20px;
      border: 2px solid #5eb3ae;
      border-radius: 1.5em;
      margin: 10px 0; }
    #e2 .right h3 {
      color: #a25052;
      font-size: 20px;
      font-weight: bold; }
    #e2 .right p {
      font-size: 13px;
      margin-bottom: 10px; }
    #e2 .right .more {
      position: absolute;
      right: 10px;
      bottom: 0;
      display: inline-block;
      padding: 3px 6px;
      color: #fff;
      background: #be9bb6;
      font-size: 13px; }
    #e2 .right:after {
      content: "";
      display: block;
      background: url(../images/img_2.png) no-repeat;
      background-size: cover;
      width: 232px;
      height: 201px;
      position: absolute;
      right: -232px;
      bottom: 0; }

#e3 {
  min-height: 1020px;
  background: #8dccdd; }
  #e3 .container {
    position: relative;
    height: 100%; }
    #e3 .container:after {
      content: "";
      display: block;
      width: 299px;
      height: 234px;
      background: url(../images/img_3.png) no-repeat;
      background-size: cover;
      position: absolute;
      bottom: 0;
      right: 0; }
  #e3 .title {
    position: absolute; }
  #e3 .title1 {
    left: 0;
    bottom: -65px;
    width: 45%;
    background-image: url(../images/i_life.png); }
  #e3 .title2 {
    right: 0;
    top: -85px;
    width: 45%;
    background-image: url(../images/i_together.png); }
  #e3 .post {
    position: relative;
    clear: both; }
    #e3 .post .item h3 {
      color: #5d75a9;
      font-size: 20px;
      font-weight: bold;
      margin: 20px auto; }
    #e3 .post .item p {
      font-size: 14px;
      margin-bottom: 5px; }
    #e3 .post .item .more {
      float: right;
      display: inline-block;
      padding: 3px 6px;
      color: #fff;
      background: #be9bb6;
      font-size: 13px; }
  #e3 .post:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both; }
  #e3 .left {
    width: 50%;
    padding: 30px;
    float: left; }
  #e3 .right {
    width: 50%;
    padding: 30px;
    float: right; }
  #e3 .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 33%;
    left: 35px;
    width: 30px;
    height: 50px;
    background: url(../images/i_arrow.png) no-repeat right; }
    #e3 .owl-carousel .owl-nav .owl-prev span {
      display: none; }
  #e3 .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 33%;
    right: 35px;
    width: 30px;
    height: 50px;
    background: url(../images/i_arrow.png) no-repeat left; }
    #e3 .owl-carousel .owl-nav .owl-next span {
      display: none; }

#e4 {
  height: auto;
  padding: 80px; }
  #e4 .inner {
    position: relative;
    padding: 60px 0;
    border: 2px solid #555; }
    #e4 .inner .borderX {
      height: 16px;
      width: 100%;
      background: url(../images/bg_borderX.png) center;
      position: absolute;
      left: 0; }
    #e4 .inner .border1 {
      top: -40px; }
    #e4 .inner .border2 {
      bottom: -40px; }
    #e4 .inner .borderY {
      width: 16px;
      height: 100%;
      background: url(../images/bg_borderY.png) center;
      position: absolute;
      top: 0; }
    #e4 .inner .border3 {
      left: -40px; }
    #e4 .inner .border4 {
      right: -40px; }
  #e4 .container {
    position: relative; }
  #e4 h2 {
    text-indent: -5000em;
    width: 442px;
    height: 35px;
    background: url(../images/img_Ftitle.png) no-repeat;
    background-size: cover;
    margin: 0 auto 20px; }
  #e4 .e4top {
    text-align: center; }
    #e4 .e4top p {
      display: inline-block;
      color: #206889;
      font-size: 18px;
      font-weight: bold;
      border: 1px solid #b88702;
      border-radius: 1.5em;
      padding: 10px 15px;
      margin: 0 5px; }
    #e4 .e4top a {
      position: relative;
      display: inline-block;
      color: #fff;
      font-size: 18px;
      background: #ab91d1;
      border-radius: 1.5em;
      padding: 10px 30px;
      margin: 0 5px; }
      #e4 .e4top a:after {
        content: "";
        display: inline-block;
        border-radius: 50%;
        background: #ab91d1 url(../images/i_arrowRight.png) no-repeat center;
        width: 30px;
        height: 30px;
        position: absolute;
        right: -30px;
        top: 50%;
        margin-top: -15px; }
  #e4 .desc {
    width: 60%;
    text-align: center;
    font-size: 13px;
    margin: 20px auto; }
  #e4 .list:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both; }
  #e4 .list .item {
    cursor: pointer;
    float: left;
    width: 15%;
    margin: 0.8%; }
    #e4 .list .item img {
      width: 100%; }

#e5 {
  height: auto;
  padding-bottom: 120px; }
  #e5 h2 {
    text-align: center; }
    #e5 h2 span {
      min-width: 240px;
      display: inline-block;
      color: #206889;
      font-size: 18px;
      font-weight: bold;
      border: 1px solid #b88702;
      border-radius: 1.5em;
      padding: 10px 15px;
      margin: 0 5px 40px; }
  #e5 .list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #e5 .list .item {
      text-align: center;
      font-size: 13px;
      width: 20%;
      padding: 10px; }
      #e5 .list .item img {
        width: 100%; }
      #e5 .list .item b {
        display: block;
        /*margin-top: 10px;*/ }
      #e5 .list .item span {
        color: #999; }
      #e5 .list .item .more {
        display: inline-block;
        padding: 3px 6px;
        color: #fff;
        background: #be9bb6;
        font-size: 13px;
        margin-top: 20px; }

#e6 {
  height: auto;
  padding: 80px; }
  #e6 .inner {
    position: relative;
    padding: 60px 0;
    border: 2px solid #555; }
    #e6 .inner .borderX {
      height: 16px;
      width: 100%;
      background: url(../images/bg_borderX.png) center;
      position: absolute;
      left: 0; }
    #e6 .inner .border1 {
      top: -40px; }
    #e6 .inner .border2 {
      bottom: -40px; }
    #e6 .inner .borderY {
      width: 16px;
      height: 100%;
      background: url(../images/bg_borderY.png) center;
      position: absolute;
      top: 0; }
    #e6 .inner .border3 {
      left: -40px; }
    #e6 .inner .border4 {
      right: -40px; }
  #e6 h2 {
    text-align: center; }
    #e6 h2 span {
      display: inline-block;
      color: #206889;
      font-size: 36px;
      font-weight: bold;
      margin: 0 5px 40px; }
  #e6 ul li {
    font-size: 13px;
    color: #555;
    margin-bottom: 10px;
    margin-left: 1.5em; }

.ft .fttop {
  padding-top: 40px;
  padding-bottom: 40px; }
  .ft .fttop:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both; }
  .ft .fttop p {
    margin-bottom: 20px; }
  .ft .fttop .left {
    width: 30%;
    float: left; }
  .ft .fttop .right {
    width: 70%;
    float: right; }
    .ft .fttop .right img {
      margin: 5px; }

.ft .copy {
  border-top: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
  padding: 40px 0; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999; }
  .overlay .fbpop {
    width: 601px;
    height: 455px;
    background: url(../images/img_shareKV.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -227px 0 0 -300px; }
    .overlay .fbpop a {
      color: #206889;
      background: #fff;
      border: 1px solid #b88702;
      border-radius: 1.5em;
      padding: 10px 30px;
      position: absolute;
      top: 60px;
      left: 50%; }
    .overlay .fbpop a.close {
      display: block;
      background: #fff;
      color: #206889;
      border: 1px solid #b88702;
      border-radius: 50%;
      width: 40px;
      line-height: 40px;
      text-align: center;
      padding: 0;
      position: absolute;
      top: -20px;
      left: auto;
      right: -20px; }
  .overlay .note {
    width: 600px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin: -180px 0 0 -300px; }
    .overlay .note .noteimg img {
      width: 100%; }
    .overlay .note .btns {
      margin-top: -100px;
      text-align: center; }
      .overlay .note .btns a {
        padding: 10px 20px;
        background: #fff;
        border-radius: 1.5em;
        border: 1px solid #b88702;
        color: #206889;
        margin: 0 10px; }
        .overlay .note .btns a:hover {
          color: #333;
          background: #edc279; }
  .overlay .form {
    width: 600px;
    max-width: 90%;
    margin: 30px auto;
    background: #bce4d8 url(../images/bg_form.png) no-repeat bottom;
    background-size: 100% auto;
    border-radius: 20px;
    padding-top: 40px;
    padding-bottom: 120px; }
    .overlay .form .formtop {
      margin: 10px auto;
      width: 90%;
      background: url(../images/bg_formtop.png) no-repeat top right; }
    .overlay .form h4 {
      text-align: center;
      font-size: 30px; }
    .overlay .form p {
      text-align: center; }
    .overlay .form ul {
      width: 80%;
      margin: 20px auto; }
      .overlay .form ul li {
        list-style-type: none;
        margin-bottom: 20px; }
        .overlay .form ul li span {
          display: inline-block;
          width: 25%; }
        .overlay .form ul li input {
          height: 40px;
          border: 0;
          border-radius: 3px;
          width: 70%; }
    .overlay .form label {
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 80%;
      margin: 20px auto;
      font-size: 12px;
      padding-left: 20%;
      text-align: justify; }
      .overlay .form label input {
        border: 0;
        background: #fff; }
    .overlay .form .btns {
      margin-top: 20px;
      text-align: center; }
      .overlay .form .btns a {
        display: inline-block;
        min-width: 80px;
        padding: 10px 20px;
        background: #fff;
        border-radius: 1.5em;
        border: 1px solid #b88702;
        color: #206889;
        margin: 0 5px; }
        .overlay .form .btns a:hover {
          color: #333;
          background: #edc279; }

@media screen and (max-width: 1440px) {
  #kv .main {
    margin-left: -385px;
    margin-top: -313px; }
  #kv h1 {
    width: 750px;
    height: 438px; } }

@media screen and (max-width: 1024px) {
  .container {
    width: 800px; }
  .hd h1 {
    width: 97px;
    height: 30px; }
  .hd .menu {
    position: absolute;
    right: 10px;
    top: 15px; }
    .hd .menu a {
      display: inline-block;
      width: 40px;
      height: 40px;
      text-indent: -5000em;
      background-size: cover;
      margin: 0 3px; } }

@media screen and (max-width: 768px) {
  .container {
    width: auto;
    padding: 0 20px; }
  .content {
    padding-top: 80px; }
  #kv .kv-share {
    top: 80%; }
  #e2 {
    height: auto;
    min-height: 0;
    padding-bottom: 80px; }
    #e2 .right:after {
      display: none; }
  #e3 {
    padding-top: 140px; }
    #e3 .title1 {
      width: 50%; }
    #e3 .title2 {
      width: 50%; } }

@media screen and (max-width: 572px) {
  .hd h1 {
    margin: 0 0 0 20px; }
  #kv {
    height: auto;
    min-height: 680px;
    max-height: 100vh; }
    #kv .main {
      left: 0;
      top: 60px;
      margin-left: 0;
      margin-top: 0; }
    #kv h1 {
      width: 100vw;
      height: 92vw;
      background-image: url(../images/img_kvtitle_m.png);
      background-size: 100% auto;
      background-position: top; }
    #kv .desc {
      width: 85%;
      font-size: 14px;
      margin: 20px auto 0; }
    #kv .share-counter {
      left: 50%;
      margin-left: -75px;
      top: 50%;
      width: 150px;
      height: 126px;
      padding-top: 30px;
      font-size: 24px; }
      #kv .share-counter p {
        font-size: 13px; }
    #kv .kv-share {
      top: auto;
      bottom: 15px;
      right: 15px;
      width: 150px;
      height: 119px; }
  .title {
    font-size: 14px;
    min-height: 70px;
    padding-left: 70px;
    padding-top: 15px;
    background-size: 60px 60px; }
  #e2 h2 {
    width: 300px;
    height: 30px; }
  #e2 .left {
    width: 100%; }
    #e2 .left .video {
      width: 100%;
      height: 240px; }
  #e2 .right {
    width: 100%; }
  #e3 {
    min-height: 0;
    height: auto;
    padding-bottom: 140px;
    padding-top: 60px; }
    #e3 .container:after {
      bottom: -140px;
      right: 50%;
      margin-right: -100px;
      width: 200px;
      height: 157px; }
    #e3 .title {
      position: static; }
    #e3 .title1 {
      width: auto; }
    #e3 .title2 {
      width: auto; }
    #e3 .left {
      float: none;
      width: 100%;
      padding: 10px; }
    #e3 .right {
      float: none;
      width: 100%;
      padding: 10px; }
    #e3 .owl-carousel .owl-nav .owl-prev {
      left: 15px;
      top: 25%; }
    #e3 .owl-carousel .owl-nav .owl-next {
      right: 15px;
      top: 25%; }
  #e4 {
    padding: 40px; }
    #e4 .inner {
      padding: 30px 0; }
      #e4 .inner .border1 {
        top: -30px; }
      #e4 .inner .border2 {
        bottom: -30px; }
      #e4 .inner .border3 {
        left: -30px; }
      #e4 .inner .border4 {
        right: -30px; }
    #e4 h2 {
      width: 180px;
      height: 60px;
      background-image: url(../images/img_Ftitle_m.png); }
    #e4 .e4top p {
      margin-bottom: 10px; }
    #e4 .desc {
      width: 96%; }
    #e4 .list .item {
      width: 30%;
      margin: 0 1.6%; }
  #e5 .list .item {
    width: 50%; }
  #e6 {
    padding: 40px; }
    #e6 .inner {
      padding: 30px 0; }
      #e6 .inner .border1 {
        top: -30px; }
      #e6 .inner .border2 {
        bottom: -30px; }
      #e6 .inner .border3 {
        left: -30px; }
      #e6 .inner .border4 {
        right: -30px; }
  .overlay .fbpop {
    width: 300px;
    height: 227px;
    margin: -116px 0 0 -150px; }
    .overlay .fbpop a {
      top: 20px;
      left: 45%; }
  .overlay .note {
    width: 96vw;
    margin: -150px 0 0 -48vw; }
    .overlay .note .btns {
      margin-top: 10px; }
      .overlay .note .btns a {
        font-size: 14px;
        display: block;
        width: 60%;
        margin: 0 auto 10px; }
  .overlay .form {
    padding-top: 20px;
    padding-bottom: 60px; }
    .overlay .form .formtop {
      background: none; }
    .overlay .form h4 {
      font-size: 24px; }
    .overlay .form p {
      font-size: 13px; }
      .overlay .form p br {
        display: none; }
    .overlay .form ul {
      margin: 10px auto; }
      .overlay .form ul li {
        margin-bottom: 10px; }
        .overlay .form ul li span {
          width: auto;
          display: block;
          margin-bottom: 5px; }
        .overlay .form ul li input {
          height: 30px;
          width: 100%; }
    .overlay .form label {
      padding-left: 0; }
  .ft .copy span {
    display: block; } }
