@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; }
  body p {
    line-height: 1.8; }

.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; } }

.header {
  font-size: .8em;
  border-bottom: 7px solid #deb024;
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  background: #fff; }
  @media screen and (max-width: 479px) {
    .header {
      border-bottom: 5px solid #deb024; } }
  .header .logo {
    float: left;
    text-align: left; }
    @media screen and (max-width: 479px) {
      .header .logo img {
        width: 130px;
        margin: 0 0 0 -1em;
        padding: .8em 0 1em; } }
  .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: #fff;
      display: none; } }
  @media screen and (max-width: 991px) {
    nav {
      top: 80px; } }
  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: #919191;
        display: block;
        padding: 1.4em .5em;
        font-size: 1.3em;
        font-weight: bold; }
        @media screen and (max-width: 1199px) {
          nav ul li a {
            padding: 1.4em .1em; } }
        @media screen and (max-width: 991px) {
          nav ul li a {
            padding: 1.4em .5em;
            border-bottom: 1px dotted #ccc;
            text-align: center; } }
      nav ul li:hover a {
        color: #000000; }
      nav ul li .fbShare, nav ul li .lineShare {
        display: inline-block;
        width: 35px;
        height: 35px;
        padding: 1.2em .5em;
        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: 80px; }
  .content article {
    height: 589px;
    background: #013528 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; }
    .content article em {
      height: 589px;
      display: block;
      width: 100%;
      background: #013528 url(../images/kv_bg-.jpg) center center no-repeat;
      position: absolute;
      top: 0;
      margin: 0 auto;
      padding: 3em 0 5em;
      -webkit-animation: article-bg 1s infinite alternate;
      animation: article-bg 1s infinite alternate; }
      @media screen and (max-width: 991px) {
        .content article em {
          -webkit-animation: article-bg 1s infinite alternate;
          animation: article-bg 1s infinite alternate;
          background: #013528 url(../images/kv_bgs-.jpg) center center no-repeat;
          background-size: 100%; } }
      @media screen and (max-width: 479px) {
        .content article em {
          background: #013528 url(../images/kv_bgs-.jpg) center 15% no-repeat;
          background-size: 100%;
          -webkit-animation: article-bg 1s infinite alternate;
          animation: article-bg 1s infinite alternate;
          height: 675px;
          padding: 0; } }
      @media screen and (max-width: 320px) {
        .content article em {
          height: 570px; } }
    @media screen and (max-width: 991px) {
      .content article {
        height: 589px;
        background: #013528 url(../images/kv_bgs.jpg) center center no-repeat;
        background-size: 100%; } }
    @media screen and (max-width: 479px) {
      .content article {
        background: #013528 url(../images/kv_bgs.jpg) center 15% no-repeat;
        background-size: 100%;
        height: 675px;
        padding: 0; } }
    @media screen and (max-width: 320px) {
      .content article {
        height: 570px; } }

@-webkit-keyframes article-bg {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes article-bg {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .content article .kv_circle {
      position: absolute;
      display: block;
      bottom: -30px;
      left: 8%;
      width: 514px;
      height: 532px;
      background: url(../images/kv_circle.png) 0 0 no-repeat; }
      .content article .kv_circle::after {
        content: "";
        display: block;
        background: url(../images/kv_light.png) 0 0 no-repeat;
        width: 338px;
        height: 338px;
        position: absolute;
        left: -86px;
        top: -76px;
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-animation: circlelight 4s linear infinite;
        animation: circlelight 4s linear infinite; }

@-webkit-keyframes circlelight {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1; } }

@keyframes circlelight {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1; } }
      @media screen and (max-width: 1199px) {
        .content article .kv_circle {
          -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
          transform: scale(0.9);
          left: -10%;
          bottom: -45px; } }
      @media screen and (max-width: 991px) {
        .content article .kv_circle {
          -webkit-transform: scale(0.75);
          -ms-transform: scale(0.75);
          transform: scale(0.75);
          left: -20%;
          bottom: -65px; } }
      @media screen and (max-width: 767px) {
        .content article .kv_circle {
          -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
          transform: scale(0.8);
          left: -20%;
          bottom: -65px; } }
      @media screen and (max-width: 479px) {
        .content article .kv_circle {
          -webkit-transform: scale(0.4);
          -ms-transform: scale(0.4);
          transform: scale(0.4);
          left: -50px;
          right: 0;
          bottom: auto;
          top: 0; } }
      @media screen and (max-width: 320px) {
        .content article .kv_circle {
          -webkit-transform: scale(0.25);
          -ms-transform: scale(0.25);
          transform: scale(0.25);
          left: -100px;
          right: 0;
          bottom: auto;
          top: -70px; } }
    .content article .lefttext {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center; }
      @media screen and (max-width: 479px) {
        .content article .lefttext {
          margin: 1.5em auto 0; } }
    .content article .kv_date {
      margin: .5em 0;
      font-size: 1.1em; }
      @media screen and (max-width: 479px) {
        .content article .kv_date {
          font-size: .8em; } }
    .content article h1, .content article h2 {
      font-size: 2.35em;
      margin: -.2em .5em 0 0;
      text-shadow: 5px 5px 10px #000; }
      @media screen and (max-width: 479px) {
        .content article h1, .content article h2 {
          font-size: 1.5em;
          margin: 0; } }
    .content article .righttext {
      position: absolute;
      right: 25%;
      bottom: 2em; }
      @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_name {
      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_name:after {
        content: ".";
        display: inline-block;
        width: 100%;
        visibility: hidden;
        height: 0;
        overflow: hidden; }
      .content article .kv_name span {
        color: #f5dd6a; }
      @media screen and (max-width: 1199px) {
        .content article .kv_name {
          margin: 10em 0 0;
          max-width: 450px;
          font-size: 1.3em; } }
      @media screen and (max-width: 479px) {
        .content article .kv_name {
          margin: 0 auto;
          max-width: 100%;
          font-size: 1em;
          height: 80px;
          letter-spacing: -2px; } }
    .content article .kv_bank {
      background: #4e9c8a;
      padding: 0.2em .5em;
      display: inline-block;
      font-weight: bold; }
      @media screen and (max-width: 479px) {
        .content article .kv_bank {
          font-size: .8em; } }
    .content article .kv_bankmore {
      font-size: .75em;
      max-width: 450px;
      margin: 1em 0; }
      @media screen and (max-width: 991px) {
        .content article .kv_bankmore {
          font-size: 0.5em; } }
    .content article .kv_btn {
      background: #ffffff;
      color: #25735b;
      font-weight: bold;
      position: absolute;
      bottom: .5em;
      right: -3em; }
      .content article .kv_btn a {
        padding: .5em 1em .5em 1em;
        display: block;
        color: #25735b; }
        .content article .kv_btn a:after {
          content: "";
          display: inline-block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 0 5px 8px;
          border-color: transparent transparent transparent #25735b;
          margin: 0 0 .3em .5em;
          vertical-align: middle; }
      @media screen and (max-width: 479px) {
        .content article .kv_btn {
          float: none;
          display: initial;
          font-size: .8em;
          bottom: -3.5em;
          right: 0;
          left: 0;
          margin: 0 auto;
          text-align: center;
          width: 120px; } }
  .content section .bt-tit {
    background: url(../images/section_a.jpg) center center no-repeat;
    background-size: cover;
    color: #ffffff;
    width: 100%;
    height: 129px;
    text-align: center;
    vertical-align: sub;
    line-height: 1;
    padding: 2.8em 0 0;
    font-size: 2.5em;
    font-weight: bold; }
    @media screen and (max-width: 1199px) {
      .content section .bt-tit {
        padding: 1.5em 0 0;
        height: 100px; } }
    @media screen and (max-width: 479px) {
      .content section .bt-tit {
        padding: 1.5em 0 0;
        height: 70px;
        font-size: 1.8em; } }
  .content section#B1 .bt-tit {
    background: url(../images/section_b.jpg) center center no-repeat; }
  .content section#C1 .bt-tit {
    background: url(../images/section_c.jpg) center center no-repeat; }
  .content section#D1 .bt-tit {
    background: url(../images/section_d.jpg) center center no-repeat; }
  .content section h3 {
    font-size: 1.6em;
    color: #00644c;
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #00644c;
    margin-top: 2em; }
    @media screen and (max-width: 479px) {
      .content section h3 {
        font-size: 1.3em;
        margin-top: 1em; } }
  .content section .container {
    padding: 1em 0 2em; }
  .content #A1 {
    background: #e9f1ee; }
    .content #A1 .container {
      padding: 2em 0;
      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 img {
        margin: 1em 0; }
      .content #A1 .container .mappic {
        position: relative;
        background: url(../images/bigcharta2.png) center center no-repeat;
        max-width: 1170px;
        height: 500px;
        margin: 1em 0;
        overflow: hidden; }
        @media screen and (max-width: 479px) {
          .content #A1 .container .mappic {
            background: url(../images/bigcharta2.png) -275px -110px no-repeat; } }
        .content #A1 .container .mappic .oldmap {
          display: none; }
        .content #A1 .container .mappic input[type="radio"] {
          display: none; }
        .content #A1 .container .mappic label {
          position: absolute;
          left: 5px;
          top: 3px;
          background: url(../images/bigcharta2-1.png) center center no-repeat;
          width: 60px;
          height: 79px; }
        .content #A1 .container .mappic input:checked + label {
          background: url(../images/bigcharta2-1-.png) center center no-repeat;
          width: 60px;
          height: 79px; }
          .content #A1 .container .mappic input:checked + label ~ .map01 {
            display: block; }
        .content #A1 .container .mappic div:nth-child(1) {
          position: absolute;
          left: 45.5%;
          top: 218px; }
          @media screen and (max-width: 1199px) {
            .content #A1 .container .mappic div:nth-child(1) {
              left: 45%; } }
          @media screen and (max-width: 991px) {
            .content #A1 .container .mappic div:nth-child(1) {
              left: 43%; } }
          @media screen and (max-width: 479px) {
            .content #A1 .container .mappic div:nth-child(1) {
              left: 79%;
              top: 100px; } }
          .content #A1 .container .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: 356px;
            height: 215px;
            position: absolute;
            left: 100px;
            z-index: 2;
            top: 0px; }
            @media screen and (max-width: 991px) {
              .content #A1 .container .mappic div:nth-child(1) input:checked + label ~ .map01 {
                width: 300px;
                background-size: contain; } }
            @media screen and (max-width: 479px) {
              .content #A1 .container .mappic div:nth-child(1) input:checked + label ~ .map01 {
                left: -250px;
                top: 171px; } }
        .content #A1 .container .mappic div:nth-child(2) {
          position: absolute;
          left: 34.5%;
          top: 158px; }
          @media screen and (max-width: 1199px) {
            .content #A1 .container .mappic div:nth-child(2) {
              left: 31.5%; } }
          @media screen and (max-width: 991px) {
            .content #A1 .container .mappic div:nth-child(2) {
              left: 25%; } }
          @media screen and (max-width: 479px) {
            .content #A1 .container .mappic div:nth-child(2) {
              left: 39%;
              top: 42px; } }
          .content #A1 .container .mappic div:nth-child(2) label {
            background: url(../images/bigcharta2-2.png) center center no-repeat; }
          .content #A1 .container .mappic div:nth-child(2) input:checked + label {
            background: url(../images/bigcharta2-2-.png) center center no-repeat; }
            .content #A1 .container .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: 356px;
              height: 215px;
              position: absolute;
              left: 229px;
              z-index: 2;
              top: 60px; }
              @media screen and (max-width: 991px) {
                .content #A1 .container .mappic div:nth-child(2) input:checked + label ~ .map02 {
                  width: 300px;
                  background-size: contain; } }
              @media screen and (max-width: 479px) {
                .content #A1 .container .mappic div:nth-child(2) input:checked + label ~ .map02 {
                  left: -120px;
                  top: 229px; } }
        .content #A1 .container .mappic div:nth-child(3) {
          position: absolute;
          left: 23.5%;
          top: 220px; }
          @media screen and (max-width: 1199px) {
            .content #A1 .container .mappic div:nth-child(3) {
              left: 18.5%; } }
          @media screen and (max-width: 991px) {
            .content #A1 .container .mappic div:nth-child(3) {
              left: 7.5%; } }
          @media screen and (max-width: 479px) {
            .content #A1 .container .mappic div:nth-child(3) {
              left: 0%;
              top: 112px; } }
          .content #A1 .container .mappic div:nth-child(3) label {
            background: url(../images/bigcharta2-3.png) center center no-repeat; }
          .content #A1 .container .mappic div:nth-child(3) input:checked + label {
            background: url(../images/bigcharta2-3-.png) center center no-repeat; }
            .content #A1 .container .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: 356px;
              height: 215px;
              position: absolute;
              left: 358px;
              z-index: 2;
              top: -2px; }
              @media screen and (max-width: 991px) {
                .content #A1 .container .mappic div:nth-child(3) input:checked + label ~ .map03 {
                  width: 300px;
                  background-size: contain; } }
              @media screen and (max-width: 479px) {
                .content #A1 .container .mappic div:nth-child(3) input:checked + label ~ .map03 {
                  left: 7px;
                  top: 159px; } }
        .content #A1 .container .mappic div:nth-child(4) {
          position: absolute;
          left: 29%;
          top: 229px; }
          @media screen and (max-width: 1199px) {
            .content #A1 .container .mappic div:nth-child(4) {
              left: 24.5%; } }
          @media screen and (max-width: 991px) {
            .content #A1 .container .mappic div:nth-child(4) {
              left: 15.5%; } }
          @media screen and (max-width: 479px) {
            .content #A1 .container .mappic div:nth-child(4) {
              left: 21%;
              top: 126px; } }
          .content #A1 .container .mappic div:nth-child(4) label {
            background: url(../images/bigcharta2-4.png) center center no-repeat; }
          .content #A1 .container .mappic div:nth-child(4) input:checked + label {
            background: url(../images/bigcharta2-4-.png) center center no-repeat; }
            .content #A1 .container .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: 356px;
              height: 215px;
              position: absolute;
              left: 293px;
              z-index: 2;
              top: -11px; }
              @media screen and (max-width: 991px) {
                .content #A1 .container .mappic div:nth-child(4) input:checked + label ~ .map04 {
                  width: 300px;
                  background-size: contain; } }
              @media screen and (max-width: 479px) {
                .content #A1 .container .mappic div:nth-child(4) input:checked + label ~ .map04 {
                  left: -61px;
                  top: 145px; } }
        .content #A1 .container .mappic div:nth-child(5) {
          position: absolute;
          left: 34.5%;
          top: 286px; }
          @media screen and (max-width: 1199px) {
            .content #A1 .container .mappic div:nth-child(5) {
              left: 31.5%; } }
          @media screen and (max-width: 991px) {
            .content #A1 .container .mappic div:nth-child(5) {
              left: 25.5%; } }
          @media screen and (max-width: 479px) {
            .content #A1 .container .mappic div:nth-child(5) {
              left: 40%;
              top: 176px; } }
          .content #A1 .container .mappic div:nth-child(5) label {
            background: url(../images/bigcharta2-5.png) center center no-repeat; }
          .content #A1 .container .mappic div:nth-child(5) input:checked + label {
            background: url(../images/bigcharta2-5-.png) center center no-repeat; }
            .content #A1 .container .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: 356px;
              height: 215px;
              position: absolute;
              left: 229px;
              z-index: 2;
              top: -68px; }
              @media screen and (max-width: 991px) {
                .content #A1 .container .mappic div:nth-child(5) input:checked + label ~ .map05 {
                  width: 300px;
                  background-size: contain; } }
              @media screen and (max-width: 479px) {
                .content #A1 .container .mappic div:nth-child(5) input:checked + label ~ .map05 {
                  left: -123px;
                  top: 95px; } }
      .content #A1 .container .btn {
        margin: 1em .5em 0;
        background: #00694f;
        padding: .5em 1em;
        border-radius: 50px;
        color: #ffffff;
        display: inline-block;
        cursor: pointer; }
      .content #A1 .container .text-info {
        text-align: left;
        font-size: 0.8em; }
      .content #A1 .container ul {
        margin: 1em 0 0;
        display: none; }
        @media screen and (max-width: 479px) {
          .content #A1 .container ul {
            margin: 0;
            padding: 0; } }
        .content #A1 .container ul li {
          list-style: none;
          margin-bottom: 1em;
          position: relative; }
          .content #A1 .container ul li:first-child {
            height: 30px; }
          .content #A1 .container ul li h4 {
            display: inline-block;
            width: 200px;
            background: #82b7aa;
            padding: .5em 0;
            margin: 0 1em 0 0;
            border-radius: 3px;
            color: #ffffff;
            font-size: 1.3em;
            font-weight: normal;
            vertical-align: top; }
            @media screen and (max-width: 479px) {
              .content #A1 .container ul li h4 {
                margin: 1em 0; } }
          .content #A1 .container ul li p {
            display: inline-block;
            max-width: 650px; }
          .content #A1 .container ul li .close {
            position: absolute;
            right: 52px;
            top: 0;
            width: 32px;
            height: 32px;
            opacity: 0.3;
            cursor: pointer; }
            @media screen and (max-width: 479px) {
              .content #A1 .container ul li .close {
                right: 0;
                top: 0; } }
            .content #A1 .container ul li .close:hover {
              opacity: 1; }
            .content #A1 .container ul li .close:before, .content #A1 .container ul li .close:after {
              position: absolute;
              left: 15px;
              content: ' ';
              height: 33px;
              width: 2px;
              background-color: #333; }
            .content #A1 .container ul li .close:before {
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
            .content #A1 .container ul li .close:after {
              -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .content #B1 .contenttext .navslider {
    margin: 1em 0 0; }
    .content #B1 .contenttext .navslider .slick-slide {
      padding: 1em .5em;
      cursor: pointer; }
      .content #B1 .contenttext .navslider .slick-slide.slick-current {
        background: #f9e6d6; }
    .content #B1 .contenttext .navslider h4 {
      font-size: 1.3em;
      margin: 0 0 .5em;
      color: #00664D;
      text-align: center; }
      @media screen and (max-width: 479px) {
        .content #B1 .contenttext .navslider h4 {
          font-size: 1em;
          padding: 0 .5em; } }
    .content #B1 .contenttext .navslider img {
      margin: 0 auto;
      max-width: 100%; }
  .content #B1 .contenttext .bigchart {
    text-align: center;
    margin: 2em 0; }
    .content #B1 .contenttext .bigchart img {
      max-width: 100%;
      margin: 0 auto; }
    .content #B1 .contenttext .bigchart div p {
      text-align: left;
      text-align: justify;
      color: #000; }
    .content #B1 .contenttext .bigchart div img {
      width: 165px; }
    .content #B1 .contenttext .bigchart div a {
      min-height: 135px;
      padding: 1em;
      margin: 0 1em;
      border-radius: 5px; }
      .content #B1 .contenttext .bigchart div a:hover, .content #B1 .contenttext .bigchart div a.active {
        -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
        background: #fdf9ee; }
      @media screen and (max-width: 479px) {
        .content #B1 .contenttext .bigchart div a {
          padding: .5em .3em 0;
          margin: 0;
          font-size: 0.8em;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
    .content #B1 .contenttext .bigchart h3 {
      padding-bottom: 5px; }
  .content #B1 .contenttext .subtitletext {
    margin: 2em 0 1em;
    font-size: 1.1em;
    line-height: 1.5;
    letter-spacing: -1px; }
  .content #B1 .contenttext .text-info {
    font-size: 0.8em;
    text-align: left; }
  .content #C1 {
    background: #fdf9ee;
    text-align: center; }
    .content #C1 .navslider p {
      cursor: pointer;
      font-size: 1.3em;
      margin: 0 .25em;
      padding: 1em 0;
      list-style: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: transparent;
      border: 1px solid #00745c; }
      @media screen and (max-width: 991px) {
        .content #C1 .navslider p {
          font-size: 1.1em; } }
    .content #C1 .navslider .slick-slide.slick-current {
      background: #00745c;
      background: #00745c;
      -webkit-animation: text-a 2s infinite alternate;
      animation: text-a 2s infinite alternate;
      position: relative;
      color: #fff; }
      .content #C1 .navslider .slick-slide.slick-current:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 10px 15px 10px;
        border-color: transparent transparent #fdf9ee transparent;
        margin: 0 auto; }
        @media screen and (max-width: 479px) {
          .content #C1 .navslider .slick-slide.slick-current:after {
            border-width: 3px 10px 8px 10px; } }
    .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 .mainslider {
      padding: 1em;
      margin-top: 2em;
      text-align: left; }
      @media screen and (max-width: 991px) {
        .content #C1 .mainslider {
          margin-top: 0em; } }
      .content #C1 .mainslider ol {
        text-align: center;
        display: table;
        margin: 0 auto;
        padding: 0;
        list-style: none;
        width: 100%; }
        @media screen and (max-width: 991px) {
          .content #C1 .mainslider ol {
            padding: 0;
            margin: 0; } }
        @media screen and (max-width: 479px) {
          .content #C1 .mainslider ol {
            width: 100%;
            padding: 0; } }
        .content #C1 .mainslider ol li {
          display: inline-block;
          vertical-align: top;
          font-size: 1.3em;
          margin: .5em .5em 1em;
          padding: 0;
          list-style: none;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          @media screen and (max-width: 479px) {
            .content #C1 .mainslider ol li {
              padding: 0;
              margin: 0 -.5px 1em;
              font-size: .9em;
              width: 100%; } }
      .content #C1 .mainslider img {
        margin: 0 auto;
        max-width: 100%; }
      .content #C1 .mainslider p.titletext {
        color: #00745c; }
      .content #C1 .mainslider p.subtitletext {
        color: #000;
        margin: .5em 0; }
      .content #C1 .mainslider p.text-info {
        color: #464646;
        font-size: 0.8em; }
  .content #D1 .topbg {
    background: #e9f1ee; }
  .content #D1 h2 {
    color: #00664D; }
    .content #D1 h2 b {
      color: #313131; }
  .content #D1 .navslider {
    width: 80%;
    margin: 0 auto 1em; }
    @media screen and (max-width: 991px) {
      .content #D1 .navslider {
        width: 100%; } }
    .content #D1 .navslider img {
      cursor: pointer;
      opacity: 0.5;
      max-width: 100%; }
    .content #D1 .navslider .slick-slide.slick-current img {
      -webkit-box-shadow: 0px 2px 8px black;
      box-shadow: 0px 2px 8px black;
      opacity: 1; }
  .content #D1 .mainslider img {
    margin: 0 auto;
    max-width: 100%; }
  .content #D1 .contenttext .bigchart img {
    max-width: 100%;
    margin: 0 auto; }
  .content #D1 .contenttext .text-info {
    font-size: 0.8em;
    text-align: left; }
  .content #D1 .blockzone {
    text-align: center;
    display: none; }
    .content #D1 .blockzone > div {
      margin: 2em;
      padding: 1em; }
      @media screen and (max-width: 479px) {
        .content #D1 .blockzone > div {
          padding: 0em;
          margin: 1.5em; } }
    .content #D1 .blockzone h3 {
      margin: 1.5em 0 .2em;
      text-align: left; }
      @media screen and (max-width: 479px) {
        .content #D1 .blockzone h3 {
          font-size: 1.5em; } }
      .content #D1 .blockzone h3::before {
        display: none; }
    .content #D1 .blockzone img {
      margin: 0 auto;
      max-width: 100%; }
    .content #D1 .blockzone p {
      text-align: left; }
    .content #D1 .blockzone.text-info {
      font-size: 0.8em;
      text-align: left; }
  .content #D1 table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #bbbcbd;
    margin-bottom: .8em;
    width: 100%; }
    .content #D1 table tr {
      border-bottom: 1px dotted #e4e4e4; }
      .content #D1 table tr td {
        padding: .5em .8em;
        line-height: 1.5; }
        .content #D1 table tr td:first-child {
          background: #f5f5f5;
          width: 20%;
          text-align: center;
          color: #00644c;
          font-weight: bold; }
          @media screen and (max-width: 991px) {
            .content #D1 table tr td:first-child {
              width: 40%;
              padding: .5em; } }
        .content #D1 table tr td span {
          color: #00644c; }
  .content #D1 .text-info {
    font-size: 0.8em;
    margin-bottom: 1em; }
  .content #D1 .overbtn {
    text-align: center;
    margin: 2em 0 0; }
    .content #D1 .overbtn a {
      margin: 1em .5em 0;
      background: #00694f;
      padding: .5em 1em;
      border-radius: 50px;
      color: #ffffff;
      display: inline-block;
      font-size: 1.3em; }
  .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; }

.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: 479px) {
      .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: 479px) {
      .footer .comany_info {
        width: 100%;
        padding: 2em 0; } }
    .footer .comany_info .address_info h4 {
      margin: .5em 0; }
    .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; }
  .footer .footer_sinotrade {
    background: #ffffff;
    font-size: 0;
    color: #313131;
    padding: 30px 0; }
    .footer .footer_sinotrade .leftz {
      width: 30%;
      display: inline-block; }
      .footer .footer_sinotrade .leftz img {
        max-width: 100%; }
      @media screen and (max-width: 991px) {
        .footer .footer_sinotrade .leftz {
          width: 45%;
          margin-bottom: 15px; } }
      @media screen and (max-width: 479px) {
        .footer .footer_sinotrade .leftz {
          width: 55%;
          margin-bottom: 15px; } }
    .footer .footer_sinotrade .rightz {
      width: 68%;
      display: inline-block;
      font-size: 14px;
      border-left: 3px solid #e01f23;
      padding-left: 1em; }
      .footer .footer_sinotrade .rightz span:before {
        content: "";
        display: inline-block;
        background: #333;
        width: 1px;
        height: 13px;
        margin: 0 8px;
        vertical-align: middle; }
      @media screen and (max-width: 479px) {
        .footer .footer_sinotrade .rightz span {
          display: block; }
          .footer .footer_sinotrade .rightz span:before {
            display: none; } }
      @media screen and (max-width: 991px) {
        .footer .footer_sinotrade .rightz {
          width: 100%; } }
      @media screen and (max-width: 479px) {
        .footer .footer_sinotrade .rightz {
          width: 100%; } }
    .footer .footer_sinotrade .textz {
      display: block;
      font-size: 14px;
      padding: 25px 0 0; }
    .footer .footer_sinotrade .comanytwo {
      border-top: 1px solid #ccc;
      text-align: center;
      font-size: 14px;
      padding: 15px 0 0;
      margin-top: 15px; }

.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; }

.pinBtn-area {
  position: fixed;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.pinBtn a {
  color: #5c004d;
  font-size: 19px;
  background: #deb024;
  display: block;
  width: 30px;
  line-height: 1.2;
  padding: 10px 4px 10px 16px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
  .pinBtn a img {
    display: block;
    margin: 0 auto 5px;
    margin-left: -6px; }

.pinBtn:nth-of-type(2) a {
  color: #5c004d;
  background: #deb024; }

@media screen and (max-width: 991px) {
  .pinBtn a {
    font-size: 13px;
    width: 20px;
    padding: 15px 0px;
    padding-left: 11px;
    padding-right: 5px; }
    .pinBtn a img {
      margin-left: -4px;
      width: 20px; } }

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

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

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

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

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

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

.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; }
