@charset "UTF-8";
/* ?��法�??�?
    @include maxWidth-xxl {
        margin: 20px;
    }
*/
body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, "Microsoft JhengHei" ,  "Helvetica Neue", Helvetica, sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.4;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  /*強�?��?�覽?��不�??縮放???�?*/ }

/*Webkit,Opera9.5+,Ie9+ ?��??��??字�?��?��?????顏色*/
/*Mozilla Firefox ?��??��??字�?��?��?????顏色*/
::-moz-selection {
  background: #00694f;
  background: transparent; }

a {
  text-decoration: none; }

img {
  outline: none;
  border: none; }

p {
  margin: 0px; }

.checkbox {
  vertical-align: middle;
  display: inline-block; }
  .checkbox input[type="checkbox"] {
    display: none; }
    .checkbox input[type="checkbox"]:checked + span {
      background: #fae103;
      border-color: #fae103; }
      .checkbox input[type="checkbox"]:checked + span i {
        color: #000; }
  .checkbox span {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #a4a4a4;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative; }
    .checkbox span i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      color: #fff;
      font-size: 15px;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }

.radio {
  vertical-align: middle;
  display: inline-block; }
  .radio input[type="radio"] {
    display: none; }
    .radio input[type="radio"]:checked + .radio-fake {
      background: #fae103;
      border-color: #fae103; }
      .radio input[type="radio"]:checked + .radio-fake i {
        color: #000; }
  .radio-fake {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #a4a4a4;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative; }
    .radio-fake i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      color: #fff;
      font-size: 13px;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
  .radio-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    padding-left: 8px; }

label {
  cursor: pointer; }

button {
  border: none;
  color: #fff;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 5px;
  cursor: pointer; }
  button i {
    margin-left: 5px; }

input,
button {
  outline: none;
  font-family: Arial, "Microsoft JhengHei" ,  "Helvetica Neue", Helvetica, sans-serif; }

.container {
  margin: 0 auto;
  padding: 0px;
  width: 1170px; }
  .container-2 {
    margin: 0 auto;
    padding: 0px 25px;
    max-width: 1100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media screen and (max-width: 1199px) {
    .container {
      margin: 0px 25px;
      width: auto; } }
  @media screen and (max-width: 767px) {
    .container {
      margin: 0px 15px; }
      .container-2 {
        padding: 0px 15px; } }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.hide {
  display: none; }

.mobileShow {
  display: none !important; }

@media screen and (max-width: 991px) {
  .pcShow {
    display: none !important; }
  .mobileShow {
    display: initial !important; } }

.fontAwesomeIcon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.animated {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

body {
  color: #464646; }
  @media screen and (max-width: 991px) {
    body {
      font-size: 14px; } }
  body p {
    line-height: 1.8; }
  body.intro {
    background: url(../images/sky.jpg) top center no-repeat;
    background-attachment: fixed; }

.main {
  background: #fff;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }

.container {
  margin: 0 auto;
  padding: 0px;
  max-width: 1170px; }
  @media screen and (max-width: 1199px) {
    .container {
      margin: 0px 25px;
      width: auto; } }
  .container p {
    text-align: left; }

.header {
  font-size: .8em;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #016450; }
  .header .logo {
    float: left;
    text-align: left; }
    .header .logo img {
      width: 170px;
      margin-top: 15px; }
    @media screen and (max-width: 479px) {
      .header .logo img {
        width: 130px;
        margin: 1em 0; } }
  .header:after {
    content: "";
    display: table;
    clear: both; }

nav {
  float: right;
  display: block; }
  @media screen and (max-width: 991px) {
    nav {
      float: inherit;
      position: absolute;
      top: 82px;
      left: 0;
      width: 100%;
      z-index: 1;
      background: #016450;
      display: none; } }
  @media screen and (max-width: 991px) {
    nav {
      top: 68px;
      border-top: 1px solid #fff; } }
  nav ul {
    margin: 0 auto;
    padding: 0;
    text-align: left; }
    nav ul li {
      display: inline-block;
      cursor: pointer;
      position: relative; }
      @media screen and (max-width: 991px) {
        nav ul li {
          display: block;
          text-align: center; } }
      nav ul li a {
        color: #fff;
        display: block;
        padding: 1.2em .3em;
        font-size: 1.5em;
        font-weight: bold; }
        @media screen and (max-width: 1199px) {
          nav ul li a {
            padding: 1.4em .1em;
            font-size: 1.3em; } }
        @media screen and (max-width: 991px) {
          nav ul li a {
            padding: 1.25em .5em;
            border-bottom: 1px dotted #ccc;
            text-align: center; } }
      nav ul li:hover a {
        color: #b5d3c9; }
      nav ul li .fbShare, nav ul li .lineShare {
        display: inline-block;
        width: 35px;
        height: 35px;
        padding: 1.2em .2em;
        vertical-align: middle; }
        @media screen and (max-width: 1199px) {
          nav ul li .fbShare, nav ul li .lineShare {
            padding: 1.2em .2em; } }

.menuicon {
  position: absolute;
  right: 1.2em;
  top: 1.2em;
  cursor: pointer;
  display: none; }
  @media screen and (max-width: 991px) {
    .menuicon {
      display: block; } }
  .menuicon .bar1, .menuicon .bar2, .menuicon .bar3 {
    width: 35px;
    height: 4px;
    background-color: #bababa;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .menuicon.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 7px);
    -ms-transform: rotate(-45deg) translate(-8px, 7px);
    transform: rotate(-45deg) translate(-8px, 7px); }
  .menuicon.change .bar2 {
    opacity: 0; }
  .menuicon.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -7px);
    -ms-transform: rotate(45deg) translate(-6px, -7px);
    transform: rotate(45deg) translate(-6px, -7px); }

.content {
  padding-top: 68px; }
  .content article {
    height: 625px;
    background: #d8ebe9 url(../images/kv_bg.jpg) center center no-repeat;
    position: relative;
    margin: 0 auto;
    text-align: left;
    color: #ffffff;
    font-size: 1.2em;
    padding: 3em 0 5em;
    overflow: hidden; }
    @media screen and (max-width: 1199px) {
      .content article {
        height: 580px; } }
    @media screen and (max-width: 991px) {
      .content article {
        height: 480px; } }
    @media screen and (max-width: 767px) {
      .content article {
        height: 290px; } }
    @media screen and (max-width: 479px) {
      .content article {
        height: 235px; } }
    .content article h1 {
      position: absolute;
      top: 170px;
      width: 730px;
      margin: 0 auto;
      text-align: center;
      display: block;
      left: 0;
      right: 0;
      color: #00694f;
      font-size: 1.5em;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .content article h1 span {
        font-weight: bold;
        color: #898989; }
      @media screen and (max-width: 991px) {
        .content article h1 {
          top: 150px;
          font-size: 1.4em;
          width: 100%;
          padding: 0 10px; } }
      @media screen and (max-width: 767px) {
        .content article h1 {
          top: 110px;
          font-size: 1.3em; } }
      @media screen and (max-width: 479px) {
        .content article h1 {
          top: 130px;
          font-size: .9em; } }
    .content article .toptext {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      margin: 0 auto;
      top: 50px; }
      @media screen and (max-width: 991px) {
        .content article .toptext {
          top: 40px; } }
      @media screen and (max-width: 767px) {
        .content article .toptext {
          top: 30px; } }
      @media screen and (max-width: 479px) {
        .content article .toptext {
          top: 25px; } }
      .content article .toptext img {
        max-width: 500px;
        margin: 0 -10px; }
        @media screen and (max-width: 991px) {
          .content article .toptext img {
            max-width: 380px; } }
        @media screen and (max-width: 767px) {
          .content article .toptext img {
            max-width: 300px; } }
        @media screen and (max-width: 479px) {
          .content article .toptext img {
            max-width: 270px;
            margin: -13px 0; } }
    .content article .kv_ball {
      position: relative;
      z-index: 2;
      bottom: -210px;
      margin: 0 auto;
      left: 0;
      right: 0; }
      @media screen and (max-width: 1199px) {
        .content article .kv_ball {
          -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
          transform: scale(0.8);
          width: 1020px;
          bottom: -200px; } }
      @media screen and (max-width: 991px) {
        .content article .kv_ball {
          -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7);
          width: 700px;
          bottom: -130px; } }
      @media screen and (max-width: 767px) {
        .content article .kv_ball {
          -webkit-transform: scale(0.45);
          -ms-transform: scale(0.45);
          transform: scale(0.45);
          width: 535px;
          left: -50px;
          bottom: 30px; } }
      @media screen and (max-width: 479px) {
        .content article .kv_ball {
          -webkit-transform: scale(0.3);
          -ms-transform: scale(0.3);
          transform: scale(0.3);
          width: 535px;
          left: -120px;
          bottom: 68px; } }
      @media screen and (max-width: 320px) {
        .content article .kv_ball {
          -webkit-transform: scale(0.1);
          -ms-transform: scale(0.1);
          transform: scale(0.1); } }
      .content article .kv_ball .hand {
        background: url("../images/kv_hand.png") 0 0 no-repeat;
        background-size: cover;
        position: absolute;
        width: 256px;
        height: 271px;
        left: 40em;
        top: 35px;
        z-index: 1;
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-animation: hand1 4.95s infinite alternate linear;
        animation: hand1 4.95s infinite alternate linear; }

@-webkit-keyframes hand1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  90% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  100% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); } }

@keyframes hand1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  90% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  100% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); } }
        @media screen and (max-width: 1199px) {
          .content article .kv_ball .hand {
            left: 36.5em; } }
        @media screen and (max-width: 991px) {
          .content article .kv_ball .hand {
            left: 28.5em; } }
      .content article .kv_ball .ball {
        background: url("../images/kv_ball.png") 0 0 no-repeat;
        background-size: cover;
        width: 700px;
        height: 648px;
        margin: 0 auto;
        z-index: 2;
        position: inherit; }
      .content article .kv_ball .heard {
        background: url("../images/kv_heard.png") 0 0 no-repeat;
        background-size: cover;
        width: 84px;
        height: 68px;
        position: absolute;
        left: 215px;
        top: 238px;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        -webkit-animation: heard1 2s infinite alternate ease-in-out;
        animation: heard1 2s infinite alternate ease-in-out; }

@-webkit-keyframes heard1 {
  0% {
    -webkit-transform: rotatey(180deg);
    transform: rotatey(180deg); }
  100% {
    -webkit-transform: rotatey(0deg);
    transform: rotatey(0deg); } }

@keyframes heard1 {
  0% {
    -webkit-transform: rotatey(180deg);
    transform: rotatey(180deg); }
  100% {
    -webkit-transform: rotatey(0deg);
    transform: rotatey(0deg); } }
        @media screen and (max-width: 1199px) {
          .content article .kv_ball .heard {
            left: 142px;
            top: 238px; } }
        @media screen and (max-width: 991px) {
          .content article .kv_ball .heard {
            left: -20px;
            top: 238px; } }
      .content article .kv_ball .text {
        font-size: 2.5em;
        font-weight: bold;
        color: #ffffff;
        position: absolute;
        left: 920px;
        top: 68px;
        z-index: 3;
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
        -webkit-animation: text1 4.95s infinite alternate linear;
        animation: text1 4.95s infinite alternate linear; }

@-webkit-keyframes text1 {
  0% {
    opacity: 1; }
  65% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes text1 {
  0% {
    opacity: 1; }
  65% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }
        @media screen and (max-width: 1199px) {
          .content article .kv_ball .text {
            left: 855px; } }
        @media screen and (max-width: 991px) {
          .content article .kv_ball .text {
            left: 690px; } }
      .content article .kv_ball .smile {
        background: url("../images/kv_smile.gif") 0 0 no-repeat;
        background-size: cover;
        width: 122px;
        height: 49px;
        position: absolute;
        left: 30px;
        right: 0;
        margin: 0 auto;
        text-align: center;
        bottom: 225px;
        z-index: 3; }
        @media screen and (max-width: 767px) {
          .content article .kv_ball .smile {
            left: 200px; } }
      .content article .kv_ball .icon1 {
        background: url("../images/kv_icon_1.png") 0 0 no-repeat;
        background-size: cover;
        width: 86px;
        height: 86px;
        position: absolute;
        left: 130px;
        top: 120px; }
        @media screen and (max-width: 1199px) {
          .content article .kv_ball .icon1 {
            left: 80px; } }
        @media screen and (max-width: 991px) {
          .content article .kv_ball .icon1 {
            left: -70px; } }
      .content article .kv_ball .icon2 {
        background: url("../images/kv_icon_2.png") 0 0 no-repeat;
        background-size: cover;
        width: 98px;
        height: 89px;
        position: absolute;
        left: 60px;
        top: 300px; }
        @media screen and (max-width: 1199px) {
          .content article .kv_ball .icon2 {
            left: 20px; } }
        @media screen and (max-width: 991px) {
          .content article .kv_ball .icon2 {
            left: -130px; } }
      .content article .kv_ball .icon3 {
        background: url("../images/kv_icon_3.png") 0 0 no-repeat;
        background-size: cover;
        width: 79px;
        height: 80px;
        position: absolute;
        left: 1010px;
        top: 220px; }
        @media screen and (max-width: 1199px) {
          .content article .kv_ball .icon3 {
            left: 920px; } }
        @media screen and (max-width: 991px) {
          .content article .kv_ball .icon3 {
            left: 740px; } }
      .content article .kv_ball .icon4 {
        background: url("../images/kv_icon_4.png") 0 0 no-repeat;
        background-size: cover;
        width: 80px;
        height: 80px;
        position: absolute;
        left: 890px;
        top: 360px; }
        @media screen and (max-width: 1199px) {
          .content article .kv_ball .icon4 {
            left: 820px; } }
        @media screen and (max-width: 991px) {
          .content article .kv_ball .icon4 {
            left: 650px; } }
    .content article .kv_bank {
      position: absolute;
      bottom: 20px;
      z-index: 5;
      border-radius: 30px;
      background: #00694f;
      color: #ffffff;
      padding: .2em .8em;
      display: inline-block;
      font-weight: bold;
      text-align: center;
      margin: 0 0 0 1em; }
      @media screen and (max-width: 991px) {
        .content article .kv_bank {
          font-size: .8em; } }
      @media screen and (max-width: 479px) {
        .content article .kv_bank {
          font-size: .7em;
          margin: 0 0 0 -1em;
          bottom: 10px; } }
    .content article .kv_date {
      position: absolute;
      bottom: 65px;
      z-index: 5;
      border-radius: 30px;
      background: #00694f;
      color: #ffffff;
      padding: .2em .8em;
      display: inline-block;
      font-weight: bold;
      text-align: center;
      margin: 0 0 0 1em; }
      @media screen and (max-width: 991px) {
        .content article .kv_date {
          font-size: .8em;
          bottom: 55px; } }
      @media screen and (max-width: 479px) {
        .content article .kv_date {
          font-size: .7em;
          margin: 0 0 0 -1em;
          bottom: 40px; } }
    .content article h2 {
      margin: -.2em .5em 0 0;
      font-size: 1.5em;
      font-weight: normal; }
      @media screen and (max-width: 991px) {
        .content article h2 {
          font-size: 1.1em; } }
      @media screen and (max-width: 479px) {
        .content article h2 {
          font-size: .8em;
          margin: 0; } }
    .content article .no1 {
      color: #fff;
      font-weight: bold;
      font-size: 1.2em;
      margin: 0 1em 0 0;
      display: inline-block; }
      @media screen and (max-width: 991px) {
        .content article .no1 {
          margin: 0;
          width: 80px; } }
      @media screen and (max-width: 479px) {
        .content article .no1 {
          margin: 0;
          width: 60px; } }
      @media screen and (max-width: 991px) {
        .content article .no1 img {
          max-width: 100%; } }
    .content article .righttext {
      position: absolute;
      right: 10%;
      bottom: 3em;
      width: 230px;
      text-align: center; }
      @media screen and (max-width: 1199px) {
        .content article .righttext {
          right: 20%; } }
      @media screen and (max-width: 991px) {
        .content article .righttext {
          right: 10%; } }
      @media screen and (max-width: 479px) {
        .content article .righttext {
          bottom: 3.5em;
          right: 0;
          left: 0;
          padding: 0 1em;
          position: i; } }
      @media screen and (max-width: 320px) {
        .content article .righttext {
          padding: 0 .5em; } }
    .content article .kv_ {
      margin: 0em 0 0;
      max-width: 440px;
      height: 110px;
      text-align: justify;
      text-justify: distribute-all-lines;
      text-align-last: justify;
      font-size: 1.3em;
      font-weight: bold;
      line-height: 1.2;
      text-shadow: 5px 5px 10px #000; }
      .content article .kv_:after {
        content: ".";
        display: inline-block;
        width: 100%;
        visibility: hidden;
        height: 0;
        overflow: hidden; }
      .content article .kv_ span {
        color: #f5dd6a; }
      @media screen and (max-width: 1199px) {
        .content article .kv_ {
          margin: 10em 0 0;
          max-width: 450px;
          font-size: 1.3em; } }
      @media screen and (max-width: 479px) {
        .content article .kv_ {
          margin: 0 auto;
          max-width: 100%;
          font-size: 1em;
          height: 80px;
          letter-spacing: -2px; } }
  .content .kv_bankmore {
    background: #9bc3b9;
    max-width: 100%;
    margin: 0 auto;
    padding: 1em;
    text-align: center;
    color: #000;
    z-index: 5; }
    @media screen and (max-width: 767px) {
      .content .kv_bankmore {
        font-size: 0.5em; }
        .content .kv_bankmore .container {
          padding: 0;
          margin: 0; } }
  .content section {
    padding-top: 0em; }
    @media screen and (max-width: 479px) {
      .content section {
        padding-top: .5em; } }
    .content section .bt-tit {
      color: #00694f;
      max-width: 1100px;
      text-align: center;
      line-height: 1;
      padding: 2em 0 1em;
      font-size: 2.5em;
      font-weight: bold;
      margin: 0 auto;
      position: relative; }
      @media screen and (max-width: 1199px) {
        .content section .bt-tit {
          max-width: 62%; } }
      @media screen and (max-width: 991px) {
        .content section .bt-tit {
          max-width: 58%; } }
      @media screen and (max-width: 767px) {
        .content section .bt-tit {
          max-width: 100%; } }
      @media screen and (max-width: 479px) {
        .content section .bt-tit {
          max-width: 100%; } }
      .content section .bt-tit span {
        background: #eeb211;
        border-radius: 50px;
        padding: 3px 5px 3px 5px;
        color: #ffffff; }
      @media screen and (max-width: 767px) {
        .content section .bt-tit {
          line-height: 1.8;
          font-size: 1.8em; } }
      .content section .bt-tit img {
        vertical-align: text-top;
        margin: -32px 10px 0; }
        @media screen and (max-width: 767px) {
          .content section .bt-tit img {
            width: 90px;
            margin: -19px 10px 0; } }
    .content section h3 {
      font-size: 1.8em;
      color: #fff;
      background: #eeb211;
      font-weight: bold;
      text-align: center;
      display: inline-block;
      padding: 8px 1em;
      border-radius: 50px;
      margin-top: 1em; }
      @media screen and (max-width: 479px) {
        .content section h3 {
          font-size: 1.3em;
          margin-top: 1em; } }
      .content section h3 i {
        background: #479786;
        color: #fff;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        text-align: center;
        font-style: normal;
        font-weight: normal;
        display: inline-block;
        margin: 0 .1em; }
        @media screen and (max-width: 479px) {
          .content section h3 i {
            width: 30px;
            height: 30px; } }
    .content section .container {
      padding: 0em 0 4em; }
    .content section .picimg {
      max-width: 100%;
      margin: 1.5em auto 1em; }
  .content #A1 {
    background: #e9f1ee url("../images/section-a1.png") center bottom no-repeat;
    padding-bottom: 101px; }
    @media screen and (max-width: 767px) {
      .content #A1 {
        padding-bottom: 30px;
        background-size: contain; } }
    .content #A1 .container {
      padding: 2em 0 3em;
      text-align: center; }
      @media screen and (max-width: 479px) {
        .content #A1 .container {
          padding: 1em 0 2em; } }
      .content #A1 .container p {
        text-align: left; }
      .content #A1 .container h4 {
        text-align: left;
        margin: .5em 0 .5em; }
      .content #A1 .container .text-info {
        text-align: left;
        font-size: 0.8em; }
  .content .mappic {
    position: relative;
    background: url(../images/bigchartb1.gif) center center no-repeat;
    background-size: contain;
    max-width: 1170px;
    height: 483px;
    margin: 1em 0;
    overflow: hidden; }
    .content .mappic .oldmap {
      display: none; }
    .content .mappic input[type="radio"] {
      display: none; }
    .content .mappic label {
      position: absolute;
      left: 0;
      top: 0;
      background: url(../images/bigcharta2-1.png) center center no-repeat;
      width: 35px;
      height: 40px; }
    .content .mappic input:checked + label {
      background: url(../images/bigcharta2-1-.png) center center no-repeat;
      width: 35px;
      height: 40px; }
      .content .mappic input:checked + label ~ .map01 {
        display: block; }
    .content .mappic div:nth-child(1) {
      position: absolute;
      left: 15%;
      top: 213px; }
      .content .mappic div:nth-child(1) input:checked + label ~ .map01 {
        pointer-events: none;
        display: block;
        background: url(../images/bigcharta2-1-t.png) center center no-repeat;
        width: 262px;
        height: 150px;
        position: absolute;
        left: -120px;
        z-index: 2;
        top: 20px; }
    .content .mappic div:nth-child(2) {
      position: absolute;
      left: 38%;
      top: 176px; }
      .content .mappic div:nth-child(2) label {
        background: url(../images/bigcharta2-2.png) center center no-repeat; }
      .content .mappic div:nth-child(2) input:checked + label {
        background: url(../images/bigcharta2-2-.png) center center no-repeat; }
        .content .mappic div:nth-child(2) input:checked + label ~ .map02 {
          pointer-events: none;
          display: block;
          background: url(../images/bigcharta2-2-t.png) center center no-repeat;
          width: 321px;
          height: 141px;
          position: absolute;
          left: -301px;
          z-index: 2;
          top: -136px; }
    .content .mappic div:nth-child(3) {
      position: absolute;
      left: 41%;
      top: 154px; }
      .content .mappic div:nth-child(3) label {
        background: url(../images/bigcharta2-3.png) center center no-repeat; }
      .content .mappic div:nth-child(3) input:checked + label {
        background: url(../images/bigcharta2-3-.png) center center no-repeat; }
        .content .mappic div:nth-child(3) input:checked + label ~ .map03 {
          pointer-events: none;
          display: block;
          background: url(../images/bigcharta2-3-t.png) center center no-repeat;
          width: 358px;
          height: 152px;
          position: absolute;
          left: 15px;
          z-index: 2;
          top: -149px; }
    .content .mappic div:nth-child(4) {
      position: absolute;
      left: 41%;
      top: 189px; }
      .content .mappic div:nth-child(4) label {
        background: url(../images/bigcharta2-4.png) center center no-repeat; }
      .content .mappic div:nth-child(4) input:checked + label {
        background: url(../images/bigcharta2-4-.png) center center no-repeat; }
        .content .mappic div:nth-child(4) input:checked + label ~ .map04 {
          pointer-events: none;
          display: block;
          background: url(../images/bigcharta2-4-t.png) center center no-repeat;
          width: 310px;
          height: 122px;
          position: absolute;
          left: -260px;
          z-index: 2;
          top: 20px; }
    .content .mappic div:nth-child(5) {
      position: absolute;
      left: 43.8%;
      top: 323px; }
      .content .mappic div:nth-child(5) label {
        background: url(../images/bigcharta2-5.png) center center no-repeat;
        width: 320px;
        height: 38px; }
      .content .mappic div:nth-child(5) input:checked + label {
        background: url(../images/bigcharta2-5-.png) center center no-repeat; }
        .content .mappic div:nth-child(5) input:checked + label ~ .map05 {
          pointer-events: none;
          display: block;
          background: url(../images/bigcharta2-5-t.png) center center no-repeat;
          width: 291px;
          height: 102px;
          position: absolute;
          left: 14px;
          z-index: 2;
          top: -88px; }
    .content .mappic div:nth-child(6) {
      position: absolute;
      left: 69%;
      top: 220px; }
      .content .mappic div:nth-child(6) label {
        background: url(../images/bigcharta2-6.png) center center no-repeat; }
      .content .mappic div:nth-child(6) input:checked + label {
        background: url(../images/bigcharta2-6-.png) center center no-repeat; }
        .content .mappic div:nth-child(6) input:checked + label ~ .map06 {
          pointer-events: none;
          display: block;
          background: url(../images/bigcharta2-6-t.png) center center no-repeat;
          width: 268px;
          height: 184px;
          position: absolute;
          left: 37px;
          z-index: 2;
          top: -20px; }
  .content #B1 {
    background: #fdf9ee url("../images/section-b1.png") center bottom no-repeat;
    padding-bottom: 101px; }
    @media screen and (max-width: 767px) {
      .content #B1 {
        padding-bottom: 30px;
        background-size: contain; } }
    .content #B1 .container {
      text-align: center; }
    .content #B1 .text-info {
      text-align: left;
      font-size: 0.8em; }
    .content #B1 h4 {
      text-align: left;
      margin: .5em 0 .5em; }
    .content #B1 .fundname {
      text-align: center;
      font-size: 1.5em;
      color: #00684c;
      margin: 1em 0 1.5em; }
      .content #B1 .fundname span {
        color: #636363;
        display: block;
        font-weight: bold; }
  .content #C1 {
    background: #fff; }
    .content #C1 .text-info {
      text-align: left;
      font-size: 0.8em; }
    .content #C1 h4 {
      text-align: left;
      margin: .5em 0 .5em; }
    .content #C1 table {
      border-collapse: collapse;
      border-spacing: 0;
      border: 1px solid #bbbcbd;
      margin-bottom: .8em;
      width: 100%; }
      .content #C1 table tr {
        border-bottom: 1px dotted #e4e4e4; }
        .content #C1 table tr td {
          padding: .5em .8em;
          line-height: 1.5;
          background: #fff; }
          .content #C1 table tr td:first-child {
            background: #f5f5f5;
            width: 20%;
            text-align: center;
            color: #00644c;
            font-weight: bold; }
            @media screen and (max-width: 991px) {
              .content #C1 table tr td:first-child {
                width: 40%;
                padding: .5em; } }
          .content #C1 table tr td span {
            color: #00644c; }
    .content #C1 .btn {
      text-align: center; }
      .content #C1 .btn a {
        margin: 1.5em .5em 0;
        background: #00694f;
        padding: .5em 1em;
        border-radius: 50px;
        color: #ffffff;
        display: inline-block;
        font-size: 1.1em;
        border: 1px solid transparent; }
        .content #C1 .btn a:hover {
          background: transparent;
          color: #00664D;
          border: 1px solid #00664D; }
    .content #C1 ul.group2 {
      list-style: none;
      display: inline-block;
      width: 100%;
      margin: 30px 0;
      padding: 0;
      font-size: 0; }
      .content #C1 ul.group2 > li {
        margin: 0 auto;
        width: 800px;
        display: table; }
        @media screen and (max-width: 991px) {
          .content #C1 ul.group2 > li {
            width: 100%;
            margin: 0 0 30px; } }
        .content #C1 ul.group2 > li h5 {
          font-size: 22px;
          margin: 0 0 15px;
          color: #007358; }
          .content #C1 ul.group2 > li h5 span {
            font-size: 18px; }
        .content #C1 ul.group2 > li .box {
          background: #efefee;
          border-bottom: 5px solid #007358; }
          .content #C1 ul.group2 > li .box img {
            width: 131px;
            height: 179px;
            display: inline-block; }
            @media screen and (max-width: 479px) {
              .content #C1 ul.group2 > li .box img {
                width: 25%;
                height: auto; } }
          .content #C1 ul.group2 > li .box > ul {
            width: 70%;
            margin-left: 2%;
            display: inline-block;
            list-style-type: disc;
            text-align: left;
            font-size: .8em;
            vertical-align: top;
            padding: 15px 0 0 15px; }
            .content #C1 ul.group2 > li .box > ul li {
              font-size: 15px;
              margin: 0 0 .5em; }
              .content #C1 ul.group2 > li .box > ul li span {
                font-weight: bold;
                color: #007358; }
            @media screen and (max-width: 991px) {
              .content #C1 ul.group2 > li .box > ul {
                width: 66%; } }
        .content #C1 ul.group2 > li + li {
          margin-left: 4%; }
          @media screen and (max-width: 767px) {
            .content #C1 ul.group2 > li + li {
              margin: 0; } }
    .content #C1 .warninginfo {
      text-align: left; }
      .content #C1 .warninginfo p {
        font-size: 0.8em; }
      .content #C1 .warninginfo h4 {
        margin: 1.5em 0 .3em; }
  .content #G1 {
    background: #00664e;
    color: #ffffff; }
    .content #G1 .container {
      padding: 0; }
    .content #G1 .secion_title {
      width: 100%;
      text-align: center;
      display: block;
      font-size: 1.8em;
      font-weight: bold;
      color: #ffffff;
      padding: 2em 0 1em;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .content #G1 .contentcontainer {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 1em 1em; }
      .content #G1 .contentcontainer:after {
        content: "";
        display: table;
        clear: both; }
      .content #G1 .contentcontainer .secion_kvl {
        width: 46%;
        padding: 0 2% 5%;
        float: left;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        font-family: Lato, "Helvetica Neue", Helvetica, Arial, STHeiti, "Microsoft YaHei", 微软雅黑, 微軟正黑體, sans-serif; }
        @media screen and (max-width: 767px) {
          .content #G1 .contentcontainer .secion_kvl {
            width: 100%;
            padding: 0 1% 15%; } }
        .content #G1 .contentcontainer .secion_kvl a {
          margin: .5em .25em 0;
          padding: .5em 1.5em 0;
          display: inline-block;
          height: 50px;
          background: #ee9332;
          border: 1px solid #ee9332;
          color: #fff;
          font-size: 1.2em;
          text-decoration: none;
          line-height: 2;
          border-radius: 50px; }
          .content #G1 .contentcontainer .secion_kvl a:hover {
            border: 1px solid #fff;
            background: none; }
    .content #G1 h2 {
      margin-bottom: .5em;
      margin-top: 0;
      font-weight: bold;
      color: #f7b74c; }
    .content #G1 .goodDiscount {
      background: #fff;
      color: #000;
      padding: 2em 0; }
      .content #G1 .goodDiscount h2 {
        color: #117059;
        position: relative;
        padding-left: .5em; }
        .content #G1 .goodDiscount h2:before {
          content: "";
          display: block;
          width: 8px;
          height: 30px;
          background: #117059;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          position: absolute;
          left: 0; }
      .content #G1 .goodDiscount p {
        margin: 1em 0; }
      .content #G1 .goodDiscount ol {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        text-align: center; }
        .content #G1 .goodDiscount ol li {
          display: inline-block;
          width: 32%; }
          @media screen and (max-width: 991px) {
            .content #G1 .goodDiscount ol li {
              width: 100%;
              margin-bottom: 1em; } }
          .content #G1 .goodDiscount ol li h4 {
            font-size: 1.2em;
            margin-bottom: 0;
            padding-bottom: 0;
            color: #06553f; }
            @media screen and (max-width: 991px) {
              .content #G1 .goodDiscount ol li h4 {
                text-align: left;
                margin-top: .8em;
                line-height: 1.5; } }
          .content #G1 .goodDiscount ol li p {
            text-align: center;
            margin-top: .5em; }
            @media screen and (max-width: 991px) {
              .content #G1 .goodDiscount ol li p {
                text-align: left;
                margin-top: .5em;
                line-height: 1.5; } }
          @media screen and (max-width: 991px) {
            .content #G1 .goodDiscount ol li img {
              float: left;
              width: 110px;
              margin-right: 1em; } }
    .content #G1 .note {
      font-size: .9em;
      line-height: 1.5em; }
  .content .chartzone {
    text-align: center; }
    .content .chartzone img {
      max-width: 100%;
      margin: 1em 0; }
    .content .chartzone .text-info {
      text-align: left; }
    .content .chartzone h3:first-child {
      margin-top: 2em; }
    .content .chartzone p {
      margin: 1em 0;
      font-size: 1em;
      text-align: left;
      line-height: 1.5; }
    .content .chartzone h4 strong {
      font-size: 1.3em; }

.chart-block .chartsimg {
  position: relative;
  margin: 1em auto;
  text-align: center;
  /*display: none;*/
  opacity: 0; }

.chart-block .chartsimg.animated {
  display: block;
  opacity: 1; }

.chart-block .chartsimg .up {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }

.chart-block .chartsimg .up.top {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); }

.up_animated {
  -webkit-animation-name: up_animated;
  animation-name: up_animated;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes up_animated {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

@keyframes up_animated {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

.top_animated {
  -webkit-animation-name: top_animated;
  animation-name: top_animated;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes top_animated {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

@keyframes top_animated {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70%;
  max-width: 1000px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.md-show {
  visibility: visible; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible; }

/* Content styles */
.md-content {
  color: #fff;
  background: #ffffff;
  position: relative;
  border-radius: 3px;
  margin: 0 auto; }

#content .md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 1.5em;
  font-weight: 900;
  opacity: 0.8;
  background: #f39800;
  border-radius: 3px 3px 0 0;
  color: #ffffff; }

.md-content > div {
  padding: 1em;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em; }

.md-content > div p {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 22px; }

.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px; }

.md-content > div ul li {
  padding: 5px 0; }

.footer {
  background: #006350;
  text-align: left;
  font-size: 0;
  color: #fff; }
  .footer_info {
    color: #b7d3cd;
    display: inline-block;
    width: 70%;
    font-size: 14px;
    line-height: 1.2;
    padding: 5em 0 3em; }
    @media screen and (max-width: 1199px) {
      .footer_info {
        width: 68%;
        margin-left: 2%; } }
    @media screen and (max-width: 767px) {
      .footer_info {
        width: 100%;
        margin: 0;
        padding: 0 0 2em; } }
  .footerfooter_copyright {
    font-size: 15px; }
  .footer .comany_info {
    display: inline-block;
    width: 30%;
    font-size: 15px;
    vertical-align: top;
    padding: 5em 0 3em; }
    @media screen and (max-width: 767px) {
      .footer .comany_info {
        width: 100%;
        padding: 2em 0; } }
    .footer .comany_info .address_info h4 {
      margin: .5em 0; }
    .footer .comany_info .address_info img {
      max-width: 180px; }
    .footer .comany_info .address {
      font-weight: normal; }
      .footer .comany_info .address h3 {
        font-size: 1.2em;
        margin: 1em 0;
        color: #b7d3cd; }
  .footer h3 {
    margin: .5em 0 0;
    font-size: 1.5em; }
  .footer p {
    line-height: 1.4; }
    .footer p strong {
      color: #fff; }
    .footer p a {
      color: #ffffff; }
  .footer_copyright {
    background: #043a27;
    color: #b7d3cd;
    font-size: 12px;
    padding: 3em 1em;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .footer_copyright {
        padding-bottom: 5em; } }

.back-to-top {
  position: fixed;
  display: none;
  background: -webkit-linear-gradient(45deg, #1de099, #1dc8cd);
  background: -o-linear-gradient(45deg, #1de099, #1dc8cd);
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  @media screen and (max-width: 991px) {
    .back-to-top {
      right: 0px;
      padding: 2px 0 8px 0;
      text-align: center;
      border-radius: 0;
      width: 12%;
      background: #eeb211; } }

.pinBtn {
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative;
  top: 0; }
  .pinBtn:hover {
    top: -5px; }
  .pinBtn-area {
    position: fixed;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 991px) {
      .pinBtn-area {
        top: auto;
        left: 0;
        width: 90%;
        bottom: 0px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
        .pinBtn-area .pinBtn {
          display: inline-block;
          width: 49%; } }
  .pinBtn a {
    font-size: 17px;
    background: #eeb211;
    display: block;
    width: 114px;
    line-height: 1.2;
    padding: 1em .5em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0px #9d4d08;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    @media screen and (max-width: 991px) {
      .pinBtn a {
        font-size: 14px;
        width: 100%;
        padding: 7px 0 3px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px; } }
    .pinBtn a img {
      display: block;
      margin: 0 auto 5px; }
  .pinBtn:nth-of-type(2) {
    margin-top: 20px; }
    @media screen and (max-width: 991px) {
      .pinBtn:nth-of-type(2) {
        margin-top: 0;
        margin-left: -5px; } }
  @media screen and (max-width: 991px) {
    .pinBtn a {
      font-size: 13px;
      padding: 4px 0 3px;
      padding-left: 11px;
      padding-right: 5px; }
      .pinBtn a img {
        width: 20px;
        display: inline-block;
        vertical-align: middle; } }

[id*='pos-'] {
  position: relative; }

#pos-a1 {
  top: -35px; }

#pos-b1 {
  top: -60px; }

#pos-c1 {
  top: -60px; }

#pos-d1 {
  top: -60px; }

#pos-e1 {
  top: -60px; }

#pos-g1 {
  top: -70px; }

@media screen and (max-width: 991px) {
  #pos-a1 {
    top: -30px; }
  #pos-b1 {
    top: -30px; }
  #pos-c1 {
    top: -30px; }
  #pos-d1 {
    top: -30px; }
  #pos-e1 {
    top: -30px; }
  #pos-g1 {
    top: -60px; } }

.wrapper {
  width: 100%;
  color: #555;
  line-height: 24px; }

.tabs li {
  float: left;
  width: 30%; }

.tabs a {
  display: block; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (max-width: 767px) {
  .slick-prev, .slick-next {
    width: 25px !important; } }

#intro {
  height: 100vh;
  position: relative;
  overflow: hidden; }
  #intro .logopb {
    max-width: 1170px;
    margin: 0 auto; }
  #intro .hand {
    position: absolute;
    right: 0;
    top: 25%;
    background: url(../images/hand.png) 0 0 no-repeat;
    background-size: contain;
    width: 650px;
    height: 532px;
    -webkit-animation: hand 2s ease-in-out infinite alternate;
    animation: hand 2s ease-in-out infinite alternate; }

@-webkit-keyframes hand {
  0% {
    top: 24%; } }

@keyframes hand {
  0% {
    top: 24%; } }
    @media screen and (max-width: 1199px) {
      #intro .hand {
        width: 100%;
        top: 45%;
        width: 550px;
        height: 442px; }
      @-webkit-keyframes hand {
        0% {
          top: 44%; } }
      @keyframes hand {
        0% {
          top: 44%; } } }
    @media screen and (max-width: 767px) {
      #intro .hand {
        width: 100%;
        top: 60%;
        width: 350px;
        height: 281px; }
      @-webkit-keyframes hand {
        0% {
          top: 59%; } }
      @keyframes hand {
        0% {
          top: 59%; } } }
  #intro .textgroup, #intro .picgroup {
    position: absolute;
    left: -25%;
    right: 0;
    top: 30%;
    width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em; }
    @media screen and (max-width: 767px) {
      #intro .textgroup, #intro .picgroup {
        left: 0;
        top: 15%;
        width: 100%; } }
    #intro .textgroup p, #intro .picgroup p {
      margin: 0 0 2em; }
      #intro .textgroup p img, #intro .picgroup p img {
        display: inline-block;
        vertical-align: top; }
        @media screen and (max-width: 479px) {
          #intro .textgroup p img, #intro .picgroup p img {
            max-width: 300px; } }
    #intro .textgroup .esgtext, #intro .picgroup .esgtext {
      -webkit-animation: esgtext 2s ease-in-out infinite alternate;
      animation: esgtext 2s ease-in-out infinite alternate; }

@-webkit-keyframes esgtext {
  0% {
    text-shadow: none;
    color: #313131; }
  20% {
    text-shadow: 0px 0px 3px #fff, 0px 0px 5px #007e69, 0px 0px 5px #007e69, 0px 0px 12px #003f2e, 0px 0px 15px #003f2e;
    color: #ffffff; }
  100% {
    text-shadow: 0px 0px 3px #fff, 0px 0px 5px #007e69, 0px 0px 5px #007e69, 0px 0px 12px #003f2e, 0px 0px 15px #003f2e;
    color: #ffffff; } }

@keyframes esgtext {
  0% {
    text-shadow: none;
    color: #313131; }
  20% {
    text-shadow: 0px 0px 3px #fff, 0px 0px 5px #007e69, 0px 0px 5px #007e69, 0px 0px 12px #003f2e, 0px 0px 15px #003f2e;
    color: #ffffff; }
  100% {
    text-shadow: 0px 0px 3px #fff, 0px 0px 5px #007e69, 0px 0px 5px #007e69, 0px 0px 12px #003f2e, 0px 0px 15px #003f2e;
    color: #ffffff; } }
  #intro .picgroup {
    display: none; }
    #intro .picgroup .picimg {
      max-width: 100%; }
  #intro .text-left {
    text-align: left;
    display: none; }
    #intro .text-left .esgbtn, #intro .text-left .esgbtn- {
      margin: 25px 0;
      text-align: left;
      margin: 1.5em;
      cursor: pointer;
      color: #fff;
      display: inline-block; }
      #intro .text-left .esgbtn a, #intro .text-left .esgbtn- a {
        background: #007e69;
        display: inline-block;
        padding: .5em 1em;
        color: #fff; }
      #intro .text-left .esgbtn.graybg a, #intro .text-left .esgbtn-.graybg a {
        background: #7c7c7c; }
      #intro .text-left .esgbtn.greenbg a, #intro .text-left .esgbtn-.greenbg a {
        background: #007e69; }
  #intro .shrink {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    #intro .shrink:hover {
      margin-top: 23px; }
  #intro input[type="checkbox"] {
    display: none; }
  #intro input[type="checkbox"] + label {
    color: #f2f2f2;
    width: 30%;
    display: inline-block;
    text-align: left;
    color: #313131;
    margin: .5em 0;
    font-size: 1.2em; }
    @media screen and (max-width: 767px) {
      #intro input[type="checkbox"] + label {
        font-size: .8em;
        width: 45%; } }
  #intro input[type="checkbox"] + label span {
    display: inline-block;
    width: 43px;
    height: 39px;
    margin: -2px 3px 0 0;
    vertical-align: bottom;
    background: url(../images/checkbox.png) left top no-repeat;
    cursor: pointer; }
  #intro input[type="checkbox"]:checked + label span {
    background: url(../images/checkbox-.png) left top no-repeat; }
