@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q,
blockquote {
  quotes: none; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

* {
  text-decoration: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

img {
  width: 100%; }

[v-cloak] {
  display: none; }

.input_focus.trans_bg {
  display: none; }

/* 用法範例
    @include maxWidth-xxl {
        margin: 20px;
    }
*/
body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, "Microsoft JhengHei" ,  "Helvetica Neue", Helvetica, sans-serif;
  color: #222;
  font-size: 14px;
  line-height: 1.5; }

/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/
::-moz-selection {
  background: #382f4d;
  color: #fff; }
::selection {
  background: #382f4d;
  color: #fff; }

/*Mozilla Firefox 控制文字選取時的顏色*/
::-moz-selection {
  background: #382f4d;
  color: #fff; }

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;
    width: 960px; }
  @media screen and (max-width: 1199px) {
    .container {
      margin: 0px 25px;
      width: auto; } }
  @media screen and (max-width: 991px) {
    .container-2 {
      margin: 0px 25px;
      width: auto; } }
  @media screen and (max-width: 767px) {
    .container {
      margin: 0px 15px; }
      .container-2 {
        margin: 0px 15px; } }

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

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

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

.hide {
  display: none; }

.Show {
  display: block; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 20px;
  width: 20px;
  width: 44px;
  height: 44px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.7; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    font-size: 44px;
    line-height: 1;
    color: #093f8e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 1199px) {
    .slick-prev,
    .slick-next {
      width: 30px;
      height: 30px; }
      .slick-prev:before,
      .slick-next:before {
        font-size: 30px; } }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 60px;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: #093f8e;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #093f8e;
      opacity: 0.75; }

header {
  background: url(../images/kv_bg.jpg) center center no-repeat;
  background-size: cover;
  height: 750px;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    header {
      height: auto; } }
  @media screen and (max-width: 991px) {
    header {
      background: #000 url(../images/kv_bg-.jpg) bottom center no-repeat;
      background-size: contain; }
      header:before {
        content: "";
        display: block;
        height: 52px; } }
  @media screen and (max-width: 991px) {
    header .logo {
      background: #fff;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 2; } }
  header .logo img {
    max-width: 152px;
    padding: 0.5em 1em 1em;
    background: #fff; }
    @media screen and (max-width: 991px) {
      header .logo img {
        max-width: 122px;
        padding: 0.5em; } }
  header .zoneright {
    width: 55%;
    margin-top: 3em;
    float: right; }
    @media screen and (max-width: 1199px) {
      header .zoneright {
        margin-top: 0em;
        width: 48%; } }
    @media screen and (max-width: 991px) {
      header .zoneright {
        width: 100%;
        padding: 0;
        margin: 0; } }
    header .zoneright .kv_fundname,
    header .zoneright .kv_title1 {
      max-width: 750px;
      margin: 1em auto 0; }
      @media screen and (max-width: 991px) {
        header .zoneright .kv_fundname,
        header .zoneright .kv_title1 {
          margin: 0 auto 1.5em; } }
    header .zoneright .kv_fundname,
    header .zoneright .kv_title2 {
      max-width: 700px;
      margin: 0 auto; }
      @media screen and (max-width: 991px) {
        header .zoneright .kv_fundname,
        header .zoneright .kv_title2 {
          margin: 0 auto 0;
          text-align: center; } }
    header .zoneright .kv_date {
      max-width: 600px;
      margin: 1em auto 0; }
      @media screen and (max-width: 991px) {
        header .zoneright .kv_date {
          margin: 0 auto; } }
    header .zoneright .kv_add {
      max-width: 600px;
      text-align: center;
      margin: 1em auto 0; }
      header .zoneright .kv_add a {
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
        position: relative;
        top: 0px;
        margin: 0 .5em; }
        header .zoneright .kv_add a:hover {
          top: -4px; }
        header .zoneright .kv_add a img {
          max-width: 260px; }
      @media screen and (max-width: 1199px) {
        header .zoneright .kv_add {
          max-width: 300px; }
          header .zoneright .kv_add a img {
            max-width: 220px; } }
      @media screen and (max-width: 991px) {
        header .zoneright .kv_add {
          max-width: 600px;
          margin: 0 auto 0; } }
      @media screen and (max-width: 767px) {
        header .zoneright .kv_add img {
          max-width: 160px; } }

nav {
  background: url(../images/nav-bg.gif) repeat-x;
  color: #e1ca7b;
  font-weight: bold;
  height: 75px;
  font-size: 1.55em; }
  @media screen and (min-width: 992px) {
    nav.pinNavbar {
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      z-index: 2; } }
  @media screen and (max-width: 991px) {
    nav {
      background: #093f8e;
      height: auto;
      position: fixed;
      top: 50px;
      width: 100%;
      z-index: 10;
      display: none; }
      .navSpace {
        display: none; } }
  nav ul {
    margin: 0 auto;
    text-align: center;
    display: block;
    text-align: center; }
    @media screen and (max-width: 991px) {
      nav ul {
        padding: 0.1em 0; } }
    nav ul li {
      display: inline-block;
      cursor: pointer; }
      nav ul li a {
        padding: 1.05em 1em 0.95em;
        color: #e1ca7b;
        display: block; }
        nav ul li a:hover {
          background-color: #e1ca7b;
          color: #093f8e; }
      nav ul li:last-child a {
        color: #ffffff; }
        nav ul li:last-child a:hover {
          background: rgba(255, 255, 255, 0.9);
          color: #093f8e; }
      @media screen and (max-width: 991px) {
        nav ul li {
          display: block;
          border-bottom: 1px solid #fff;
          margin: 0;
          text-align: left;
          position: relative; }
          nav ul li a {
            padding: 0.8em 1em; }
          nav ul li:last-child {
            border: none; }
          nav ul li:after {
            position: absolute;
            display: block;
            content: "";
            width: 0;
            height: 0;
            top: 50%;
            right: 10px;
            margin-top: -5px;
            border-style: solid;
            border-color: transparent transparent transparent #fff;
            border-width: 5px 6px; } }
  nav.open {
    display: block; }

#content {
  position: relative; }
  #content section {
    background: #173254; }
    #content section .title-bt {
      max-width: 475px;
      margin: 0 auto; }
    #content section h2 {
      font-size: 2.5em;
      padding: 0.2em 0.5em 0.5em 0;
      color: #093f8e;
      font-weight: bold; }
      @media screen and (max-width: 620px) {
        #content section h2 {
          padding: 0.2em 0 0.5em; } }
      #content section h2 span {
        background: #093f8e;
        padding: 5px;
        color: #ffffff;
        border-radius: 5px;
        font-size: 0.8em;
        vertical-align: text-top; }
        @media screen and (max-width: 620px) {
          #content section h2 span {
            display: inline-block; } }
    #content section .tips {
      background: #ffc000;
      color: #000000;
      border-radius: 5px;
      overflow: hidden;
      margin-top: 7.5em; }
      @media screen and (max-width: 991px) {
        #content section .tips {
          margin-top: 1em; } }
      #content section .tips > div {
        display: inline-block; }
      #content section .tips .tips_text {
        width: 100%;
        font-size: 1.3em;
        padding: 0.5em; }
    #content section#a1 {
      background: #173254 url(../images/a-bg.jpg) 0 bottom repeat-x; }
      #content section#a1 ul {
        font-size: 0;
        padding: 45px 0 60px; }
        @media screen and (max-width: 991px) {
          #content section#a1 ul {
            padding: 15px 0; } }
        @media screen and (max-width: 991px) {
          #content section#a1 ul {
            text-align: center; } }
        #content section#a1 ul li {
          display: inline-block; }
          @media screen and (max-width: 991px) {
            #content section#a1 ul li {
              display: block;
              margin: -13px 0; } }
          #content section#a1 ul li img {
            max-width: 389px; }
            @media screen and (max-width: 1199px) {
              #content section#a1 ul li img {
                max-width: 310px; } }
            @media screen and (max-width: 767px) {
              #content section#a1 ul li img {
                max-width: 400px; } }
    #content section#b1 {
      background: #173254 url(../images/b-bg.jpg) top center no-repeat;
      background-size: contain;
      padding: 3em 1em; }
      @media screen and (max-width: 991px) {
        #content section#b1 {
          padding: 1em 0; } }
      #content section#b1 .menubt {
        margin: 2em auto;
        text-align: center; }
        @media screen and (max-width: 991px) {
          #content section#b1 .menubt {
            margin: 1em auto; } }
        #content section#b1 .menubt img {
          width: auto;
          cursor: pointer; }
          @media screen and (max-width: 991px) {
            #content section#b1 .menubt img {
              width: 49%;
              text-align: center; } }
      #content section#b1 .content-text2 {
        background: #102032;
        padding: 2em; }
        @media screen and (max-width: 620px) {
          #content section#b1 .content-text2 {
            padding: 1em; } }
        #content section#b1 .content-text2 h3 {
          color: #ebc064;
          border-bottom: 1px solid #ebc064;
          font-size: 1.8em;
          text-align: left;
          margin-bottom: 2em; }
        #content section#b1 .content-text2 .zleft {
          display: inline-block;
          width: 35%;
          text-align: center;
          padding: 0;
          vertical-align: middle; }
          @media screen and (max-width: 991px) {
            #content section#b1 .content-text2 .zleft {
              width: 100%;
              text-align: center; } }
          #content section#b1 .content-text2 .zleft img {
            max-width: 352px;
            padding: 0;
            margin: 0 auto; }
        #content section#b1 .content-text2 .zright {
          display: inline-block;
          width: 64%;
          text-align: left;
          vertical-align: middle;
          padding: 0 0 0; }
          @media screen and (max-width: 991px) {
            #content section#b1 .content-text2 .zright {
              width: 100%;
              padding: 2em 0 0; } }
          #content section#b1 .content-text2 .zright .sbimg img {
            width: auto; }
            @media screen and (max-width: 991px) {
              #content section#b1 .content-text2 .zright .sbimg img {
                max-width: 100%; } }
        #content section#b1 .content-text2 .fundn {
          color: #ffffff;
          font-size: 1.8em;
          margin-bottom: 1em; }
          @media screen and (max-width: 620px) {
            #content section#b1 .content-text2 .fundn {
              font-size: 1.5em; } }
          #content section#b1 .content-text2 .fundn span {
            color: #ebc064; }
        #content section#b1 .content-text2 .bigbt {
          margin: 1em auto;
          text-align: center; }
          #content section#b1 .content-text2 .bigbt img {
            width: auto; }
            @media screen and (max-width: 991px) {
              #content section#b1 .content-text2 .bigbt img {
                max-width: 100%; } }
        #content section#b1 .content-text2 .fundblock {
          color: #ffffff;
          text-align: center;
          margin-bottom: 5em; }
          #content section#b1 .content-text2 .fundblock .subt {
            color: #f9e7b3;
            letter-spacing: 5px;
            font-size: 1.2em;
            margin-bottom: 0.5em; }
          #content section#b1 .content-text2 .fundblock .name {
            font-size: 1.8em;
            margin-bottom: 1em;
            line-height: 1.3;
            padding-bottom: 1.3em;
            background: url(../images/b-sb-light.jpg) center bottom no-repeat; }
            @media screen and (max-width: 620px) {
              #content section#b1 .content-text2 .fundblock .name {
                font-size: 1.5em; } }
            #content section#b1 .content-text2 .fundblock .name span {
              color: #ebc064;
              display: block; }
          #content section#b1 .content-text2 .fundblock .pict {
            color: #f9e7b3;
            font-size: 1.3em; }
          #content section#b1 .content-text2 .fundblock .pic img {
            width: auto; }
            @media screen and (max-width: 1199px) {
              #content section#b1 .content-text2 .fundblock .pic img {
                max-width: 100%; } }
          #content section#b1 .content-text2 .fundblock .info-text {
            max-width: 960px;
            text-align: left;
            margin: 1em auto;
            color: #9dbee4; }
            #content section#b1 .content-text2 .fundblock .info-text b {
              color: #ffffff; }
          #content section#b1 .content-text2 .fundblock p {
            max-width: 960px;
            text-align: left;
            margin: 1em auto;
            font-size: 1.2em; }
      #content section#b1 .content-text {
        background: #102032;
        padding: 2em;
        color: #ffffff; }
        @media screen and (max-width: 620px) {
          #content section#b1 .content-text {
            padding: 1em; } }
        #content section#b1 .content-text h3 {
          color: #ebc064;
          border-bottom: 1px solid #ebc064;
          font-size: 1.8em;
          text-align: left;
          margin-bottom: 2em; }
        #content section#b1 .content-text ul.step li {
          margin-bottom: 1em; }
          #content section#b1 .content-text ul.step li .leftp {
            vertical-align: middle;
            width: 15%;
            display: inline-block; }
            @media screen and (max-width: 991px) {
              #content section#b1 .content-text ul.step li .leftp {
                width: 30%;
                vertical-align: top; } }
            #content section#b1 .content-text ul.step li .leftp img {
              width: auto; }
              @media screen and (max-width: 1199px) {
                #content section#b1 .content-text ul.step li .leftp img {
                  max-width: 85%; } }
          #content section#b1 .content-text ul.step li .rightp {
            vertical-align: middle;
            width: 84%;
            display: inline-block;
            font-size: 1.8em; }
            @media screen and (max-width: 991px) {
              #content section#b1 .content-text ul.step li .rightp {
                width: 68%; } }
            @media screen and (max-width: 620px) {
              #content section#b1 .content-text ul.step li .rightp {
                font-size: 1.5em;
                margin-top: -5px; } }
            #content section#b1 .content-text ul.step li .rightp h4 {
              color: #e2cba4;
              font-weight: bold; }
            #content section#b1 .content-text ul.step li .rightp p {
              font-size: .8em; }
              #content section#b1 .content-text ul.step li .rightp p span {
                text-decoration: underline; }
        #content section#b1 .content-text .bigpic {
          margin: 2em auto;
          text-align: center; }
          #content section#b1 .content-text .bigpic img {
            width: initial; }
            @media screen and (max-width: 1199px) {
              #content section#b1 .content-text .bigpic img {
                width: 100%;
                text-align: center; } }
        #content section#b1 .content-text .handl {
          vertical-align: middle;
          width: 25%;
          display: inline-block; }
          @media screen and (max-width: 991px) {
            #content section#b1 .content-text .handl {
              width: 50%; } }
        #content section#b1 .content-text .habdr {
          vertical-align: middle;
          width: 74%;
          display: inline-block;
          font-size: 1.8em; }
          @media screen and (max-width: 991px) {
            #content section#b1 .content-text .habdr {
              width: 100%; } }
          @media screen and (max-width: 620px) {
            #content section#b1 .content-text .habdr {
              font-size: 1.5em; } }
          #content section#b1 .content-text .habdr h4 {
            color: #e2cba4;
            font-weight: bold; }
    #content section#c1 {
      padding: 5em 0;
      background: #0f1f32;
      border-top: 2px solid #cea95b;
      color: #ffffff; }
      #content section#c1 ol {
        text-align: center;
        font-size: 0;
        padding: 30px 0;
        margin: 0 -15px; }
        #content section#c1 ol li {
          display: inline-block; }
          #content section#c1 ol li img {
            max-width: 357px;
            margin: 0 15px; }
            @media screen and (max-width: 991px) {
              #content section#c1 ol li img {
                margin: 0;
                max-width: 400px; } }
      #content section#c1 article {
        font-size: 15px; }
        #content section#c1 article h3 {
          color: #ebc064;
          border-bottom: 1px solid #ebc064;
          font-size: 1.5em;
          text-align: left; }
        #content section#c1 article ul {
          padding: 15px 0;
          margin: 0; }
          #content section#c1 article ul li {
            text-align: left;
            color: #ffffff;
            margin: 0 10px 10px 45px;
            font-size: 1.5em;
            position: relative; }
            @media screen and (max-width: 620px) {
              #content section#c1 article ul li {
                font-size: 1.3em;
                margin: 0 10px 10px 40px; } }
            #content section#c1 article ul li span {
              color: #ebc064; }
            #content section#c1 article ul li:before {
              content: "";
              position: absolute;
              background: url(../images/c-3.png) center center no-repeat;
              width: 36px;
              height: 25px;
              left: -45px; }
        #content section#c1 article .info-text {
          color: #ffffff; }
    #content section#d1 {
      padding: 5em 0;
      background: #173254 url(../images/d-bg.jpg) center center no-repeat;
      background-size: contain; }
      #content section#d1 .pic {
        max-width: 735px;
        margin: 0 auto;
        padding: 30px 0; }
        @media screen and (max-width: 991px) {
          #content section#d1 .pic {
            max-width: 400px; } }
        #content section#d1 .pic img {
          display: block;
          text-align: center;
          margin: 0 auto; }
          @media screen and (max-width: 991px) {
            #content section#d1 .pic img {
              max-width: 400px; } }
      #content section#d1 h3 {
        font-size: 1.5em;
        text-align: center;
        padding: 1em 0;
        color: #fff; }
        #content section#d1 h3 span {
          font-size: 2em;
          color: #ebc064; }
        @media screen and (max-width: 620px) {
          #content section#d1 h3 em {
            display: block; } }
      #content section#d1 ol {
        text-align: center;
        font-size: 0;
        padding: 15px 0 30px; }
        #content section#d1 ol li {
          display: inline-block; }
          #content section#d1 ol li img {
            width: 90%;
            margin: 0 15px; }
            @media screen and (max-width: 991px) {
              #content section#d1 ol li img {
                margin: 10px 0; } }
        #content section#d1 ol.ds li {
          margin: 0 15px; }
          @media screen and (max-width: 620px) {
            #content section#d1 ol.ds li {
              margin: 0; } }
          @media screen and (max-width: 620px) {
            #content section#d1 ol.ds li img {
              width: 110px; } }
      #content section#d1 p {
        color: #313131;
        font-size: 1.5em; }
        #content section#d1 p span {
          font-size: 1.7em; }
      #content section#d1 h4 {
        font-size: 1.8em;
        padding: 1em 0 0.5em;
        color: #ebc064;
        text-decoration: underline;
        font-weight: bold; }
        @media screen and (max-width: 991px) {
          #content section#d1 h4 {
            font-size: 1.5em; } }
      #content section#d1 .offerzone {
        margin: 0 auto;
        color: #fff; }
        @media screen and (max-width: 1199px) {
          #content section#d1 .offerzone {
            padding: 15px; } }
        #content section#d1 .offerzone ul {
          list-style-type: decimal;
          padding-left: 1.5em;
          padding-bottom: 1.5em; }
          #content section#d1 .offerzone ul li {
            font-size: 1.1em;
            line-height: 1.8;
            text-align: left; }
            #content section#d1 .offerzone ul li a {
              color: #ebc064; }

table.fund {
  font-size: 14px;
  margin-bottom: 2em; }
  table.fund.fund tr:hover, table.fund.fund tr:hover:nth-child(even) {
    background: #ededed; }
  table.fund.fund tr:nth-child(even) {
    background: #f8f8f8;
    color: #323131; }
  table.fund.fund tr:first-child td {
    background: #50a9e6;
    color: #ffffff; }
  table.fund.fund tr td {
    padding: 0.5em 1em; }

.tipzone {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  display: none; }
  @media screen and (max-width: 991px) {
    .tipzone {
      display: block; } }
  .tipzone a {
    width: 180px;
    height: 70px;
    border-radius: 5px;
    background: #ea5404;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 0.9;
    padding: 16px; }
    @media screen and (max-width: 991px) {
      .tipzone a {
        width: 100%;
        border-radius: 0;
        height: 60px;
        font-size: 20px;
        line-height: 1.5; } }

@-webkit-keyframes kv-width {
  0% {
    padding: 16px; }
  49% {
    padding: 16px; }
  50% {
    padding: 16px 0; }
  99% {
    padding: 16px 0; } }

@keyframes kv-width {
  0% {
    padding: 16px; }
  49% {
    padding: 16px; }
  50% {
    padding: 16px 0; }
  99% {
    padding: 16px 0; } }

@-webkit-keyframes kv-width-s {
  0% {
    padding: 16px 0; }
  100% {
    padding: 16px 0; } }

@keyframes kv-width-s {
  0% {
    padding: 16px 0; }
  100% {
    padding: 16px 0; } }
    .tipzone a:hover {
      -webkit-filter: brightness(0.8);
      filter: brightness(0.8); }
    .tipzone a span {
      display: block;
      line-height: 1.8;
      font-size: 0.7em; }
    .tipzone a img {
      max-width: 30px;
      vertical-align: middle;
      position: relative;
      top: 0px;
      -webkit-animation: finger 0.5s ease-in-out infinite alternate;
      animation: finger 0.5s ease-in-out infinite alternate; }

@-webkit-keyframes finger {
  0% {
    top: -4px;
    left: 0; }
  100% {
    top: 0px;
    left: 2px; } }

@keyframes finger {
  0% {
    top: -4px;
    left: 0; }
  100% {
    top: 0px;
    left: 2px; } }

.fixArea {
  position: fixed;
  z-index: 10;
  right: 1em;
  top: auto;
  bottom: 3%;
  left: auto; }
  .fixArea a {
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: relative;
    top: 0px;
    -webkit-animation: pinBottom-btn-float 0.5s ease-in-out infinite alternate;
    animation: pinBottom-btn-float 0.5s ease-in-out infinite alternate; }

@-webkit-keyframes pinBottom-btn-float {
  0% {
    top: -4px; } }

@keyframes pinBottom-btn-float {
  0% {
    top: -4px; } }
    .fixArea a img {
      display: block;
      margin: 1em 0;
      max-width: 180px; }
    @media screen and (max-width: 620px) {
      .fixArea a {
        bottom: 10%; }
        .fixArea a img {
          max-width: 80px; } }
  @media screen and (max-width: 991px) {
    .fixArea {
      display: none; } }

.navShadow {
  position: relative; }
  .navShadow:before, .navShadow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 70px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    -webkit-animation: navShadow 1s ease-in-out infinite forwards;
    animation: navShadow 1s ease-in-out infinite forwards;
    -webkit-box-shadow: 0px 0px 0px 15px rgba(81, 160, 190, 0);
    box-shadow: 0px 0px 0px 15px rgba(81, 160, 190, 0); }
    @media screen and (max-width: 991px) {
      .navShadow:before, .navShadow:after {
        border-radius: 0px; } }
  .navShadow:after {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }

@-webkit-keyframes navShadow {
  0% {
    -webkit-box-shadow: 0px 0px 0px rgba(81, 160, 190, 0.9);
    box-shadow: 0px 0px 0px rgba(81, 160, 190, 0.9); } }

@keyframes navShadow {
  0% {
    -webkit-box-shadow: 0px 0px 0px rgba(81, 160, 190, 0.9);
    box-shadow: 0px 0px 0px rgba(81, 160, 190, 0.9); } }

.spbanner {
  background: #b5000e;
  border-top: 3px solid #ff0000;
  text-align: center;
  font-weight: bold;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2; }
  .spbanner a {
    display: block;
    font-size: 1.5em;
    color: #ffffff;
    margin: 0;
    padding: 0.2em 0 0.3em 0; }
  .spbanner span {
    background: #dfaa82;
    color: #000;
    margin: 0 0.5em;
    padding: 0.25em; }
  .spbanner img {
    width: auto;
    vertical-align: bottom; }
  @media screen and (max-width: 991px) {
    .spbanner {
      display: none; } }

.formArea {
  padding: 9px;
  border: 1px solid #fbe295;
  text-align: center;
  margin: 30px auto 70px;
  width: 100%;
  max-width: 800px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 2px 8px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 2px 8px;
  font-size: 0px;
  margin: 0 auto; }

#formContact {
  background-color: #fffbea;
  text-align: left; }

.formArea-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 14px;
  margin: 15px 0px; }

.formArea-item-half {
  width: 50%; }

.formArea-item-tit {
  font-size: 16px; }

.formArea-item-input input[type="text"] {
  height: 47px;
  line-height: 47px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 10px;
  font-size: 18px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.formArea-item-input input[type="text"]:focus {
  border-color: #571547; }

.formArea-item-agree {
  font-size: 16px;
  position: relative;
  padding-left: 26px; }

.formArea-item-agree .checkbox {
  position: absolute;
  left: 0px;
  top: 2px; }

.formArea-item-agree label {
  display: inline-block;
  vertical-align: middle; }

.formArea-item-agree a {
  display: inline-block;
  vertical-align: middle;
  color: #1a4f9c;
  text-decoration: underline; }

.formArea-item-error {
  font-size: 16px;
  color: #f30151;
  padding-top: 5px; }

.formArea-item-remark {
  font-size: 16px;
  padding-top: 5px; }

.formArea-item-remark-focus {
  color: #f30151;
  text-decoration: underline; }

.formArea-item-btn {
  padding-top: 10px; }

.formArea-item-btn div {
  font-size: 15px;
  background: #434343;
  padding: 6px 12px;
  display: inline-block;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  color: #fff;
  border-radius: 5px;
  cursor: pointer; }

.formArea-item-btn div:hover {
  background: #ff407a; }

.formArea-item-formBtn {
  color: #fff;
  font-size: 16px;
  background: #1374b8;
  width: 100%;
  padding: 11px 0px;
  display: block;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.formArea-item-formBtn[type="submit"] {
  background: #ea0043; }

.formArea-item-formBtn:hover {
  background: #44135b; }

@media screen and (max-width: 767px) {
  .formArea {
    margin: -8px -7px; }
  .formArea-item {
    padding: 0px 7px;
    margin: 8px 0px; } }

#content.service {
  background: url(../images/kv_bg.png) top center no-repeat;
  background-size: cover;
  height: 100%;
  background-attachment: fixed; }
  #content.service h2 {
    font-size: 2.5em;
    margin: 0;
    padding: 2em 0 1em; }
    @media screen and (max-width: 991px) {
      #content.service h2 {
        padding: 1em 0; } }
  #content.service h3 {
    font-size: 1.8em; }

.footer {
  border-top: solid 4px #1a4f9c; }
  .footer-top {
    padding: 15px 0px 25px;
    background: #fff; }
  .footer-logo {
    float: left;
    padding-top: 15px; }
  .footer-phone {
    float: right;
    color: #ea5404; }
    .footer-phone-tit {
      font-size: 32px; }
    .footer-phone-phone {
      font-size: 48px; }
      .footer-phone-phone a {
        color: #ea5404; }
  .footer-info {
    font-size: 13px; }
  .footer-contactInfo {
    font-size: 0px;
    margin: 0px -10px;
    padding-top: 15px; }
    .footer-contactInfo-item {
      font-size: 13px;
      display: inline-block;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 20%;
      padding: 0px 10px;
      position: relative; }
      .footer-contactInfo-item:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        top: 0px;
        right: 0px;
        background: #ccc; }
      .footer-contactInfo-item-name {
        font-size: 15px;
        font-weight: bold; }
      .footer-contactInfo-item-address {
        margin: 5px 0px; }
      .footer-contactInfo-item:last-of-type:before {
        display: none; }
  .footer-warning {
    font-size: 15px;
    background: #f0f0f0;
    padding: 20px 0px 60px; }
    @media screen and (max-width: 991px) {
      .footer-warning {
        padding: 20px 0px 50px; } }
    .footer-warning ul {
      margin: 0px;
      padding-left: 18px;
      list-style-type: square; }
      .footer-warning ul li {
        padding: 7px 0px; }
        .footer-warning ul li.active {
          color: #d65713;
          text-decoration: underline; }
        .footer-warning ul li.underline {
          text-decoration: underline; }
    .footer-warning a {
      text-decoration: none;
      border-bottom: solid 1px; }
    .footer-warning-remark {
      font-size: 13px; }
  @media screen and (max-width: 767px) {
    .footer-logo {
      float: none;
      text-align: center; }
      .footer-logo img {
        width: 130px; }
    .footer-phone {
      float: none;
      text-align: center; }
      .footer-phone-tit {
        font-size: 18px; }
      .footer-phone-phone {
        font-size: 28px; }
    .footer-info {
      text-align: center; }
    .footer-contactInfo {
      margin: 0px; }
      .footer-contactInfo-item {
        display: block;
        width: auto;
        border-bottom: solid 1px #ccc;
        padding: 10px 0px; }
        .footer-contactInfo-item:before {
          display: none; }
        .footer-contactInfo-item-phone {
          float: left;
          margin-right: 10px; }
        .footer-contactInfo-item:first-of-type {
          padding-top: 0px; }
        .footer-contactInfo-item:last-of-type {
          padding-bottom: 0px;
          border-bottom: none; } }

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

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

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

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

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

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

.part2 #pos-d1 {
  top: -45px; }

.part2 #pos-e1 {
  top: -45px; }

@media screen and (max-width: 991px) {
  .part2 #pos-d1 {
    top: -25px; }
  .part2 #pos-e1 {
    top: 0px; } }

.mobileShow {
  display: none; }

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