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

.mobileShow {
  display: none; }

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

.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-color: darkblue;
  background: url(../images/kv_bg.png) center center no-repeat;
  background-size: cover;
  height: 750px;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    header {
      height: auto; }
      header:before {
        content: '';
        display: block;
        height: 52px; } }
  @media screen and (max-width: 991px) {
    header .logo {
      width: 100%;
      background: #fff;
      position: fixed;
      top: 0px;
      left: 0px;
      z-index: 2; } }
  header .logo img {
    max-width: 152px;
    margin: 1em; }
    @media screen and (max-width: 991px) {
      header .logo img {
        max-width: 122px;
        margin: .5em; } }
  header .logo .burgerMenu {
    display: none; }
    @media screen and (max-width: 991px) {
      header .logo .burgerMenu {
        position: absolute;
        display: block;
        z-index: 1;
        top: 0;
        right: 3px;
        width: 45px;
        padding-top: 10px;
        height: 40px;
        cursor: pointer; }
        header .logo .burgerMenu i {
          display: block;
          height: 3px;
          width: 25px;
          margin: 4px auto;
          background-color: #BABABA;
          border-radius: 2px;
          -webkit-transition: all 0.6s;
          -o-transition: all 0.6s;
          transition: all 0.6s; }
        header .logo .burgerMenu.open i:first-child {
          -webkit-transform: translateY(7px) rotate(-225deg);
          -ms-transform: translateY(7px) rotate(-225deg);
          transform: translateY(7px) rotate(-225deg); }
        header .logo .burgerMenu.open i:first-child + i {
          background-color: transparent; }
        header .logo .burgerMenu.open i:first-child + i + i {
          -webkit-transform: translateY(-7px) rotate(225deg);
          -ms-transform: translateY(-7px) rotate(225deg);
          transform: translateY(-7px) rotate(225deg); } }
  header .zoneleft {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 1%;
    text-align: center; }
    @media screen and (max-width: 991px) {
      header .zoneleft {
        width: 100%;
        padding: 2em; } }
    header .zoneleft .kv_fundname, header .zoneleft .kv_title1 {
      max-width: 600px;
      margin: 3em auto 0; }
      @media screen and (max-width: 991px) {
        header .zoneleft .kv_fundname, header .zoneleft .kv_title1 {
          margin: 0 auto 1.5em; } }
    header .zoneleft .kv_fundname, header .zoneleft .kv_title2 {
      max-width: 600px;
      margin: 2em auto 0; }
      @media screen and (max-width: 991px) {
        header .zoneleft .kv_fundname, header .zoneleft .kv_title2 {
          margin: 0 auto 1.5em; } }
    header .zoneleft .kv_date {
      max-width: 312px;
      margin: 2em auto 0; }
  header .zoneright {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%; }
    @media screen and (max-width: 991px) {
      header .zoneright {
        width: 100%; } }

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: .1em 0; } }
    nav ul li {
      display: inline-block;
      cursor: pointer; }
      nav ul li a {
        padding: 1.05em 1em .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: .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;
  text-align: center;
  background: url(../images/bg.jpg) top center repeat; }
  #content section h2 {
    font-size: 2.5em;
    padding: .2em .5em .5em;
    color: #093f8e;
    font-weight: bold; }
    #content section h2:before {
      content: "";
      background: url(../images/titlebox.png) no-repeat;
      background-size: cover;
      height: 45px;
      width: 40px;
      display: inline-block;
      vertical-align: middle;
      margin-right: .5em; }
    @media screen and (max-width: 620px) {
      #content section h2 {
        padding: .2em 0 .5em; } }
  #content section .leftblock, #content section .rightblock {
    display: inline-block;
    width: 50%; }
    @media screen and (max-width: 991px) {
      #content section .leftblock, #content section .rightblock {
        width: 100%; } }
  #content section .tips {
    background: #b7282d;
    color: #ffffff;
    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 .tipsimg {
      width: 80px;
      float: left;
      text-align: center;
      -webkit-box-shadow: inset -15px 0px 10px -15px #781a02;
      box-shadow: inset -15px 0px 10px -15px #781a02;
      padding: .5em; }
    #content section .tips img {
      max-width: 60px; }
    #content section .tips .tips_text {
      width: 82%;
      font-size: 1.3em;
      padding: .5em; }
      @media screen and (max-width: 620px) {
        #content section .tips .tips_text {
          width: 80%; } }
      @media screen and (max-width: 479px) {
        #content section .tips .tips_text {
          width: 75%; } }
  #content section#a1 {
    background: #ffe19b url(../images/section_a_bg.jpg) top center no-repeat; }
    #content section#a1 .leftblock {
      text-align: left;
      vertical-align: top;
      padding: 4em 0; }
    #content section#a1 .rightblock {
      text-align: left; }
      @media screen and (max-width: 991px) {
        #content section#a1 .rightblock {
          text-align: center; } }
      #content section#a1 .rightblock img {
        max-width: 480px;
        padding: 2.5em; }
    #content section#a1 p {
      color: #777777;
      max-width: 380px;
      font-size: 1.5em;
      text-align: justify;
      margin-left: 3.7em;
      line-height: 1.8; }
      @media screen and (max-width: 620px) {
        #content section#a1 p {
          margin-left: 0; } }
  #content section#b1 {
    background: #256789 url(../images/section_b_bg.png) top center no-repeat;
    color: #ffffff;
    text-align: left;
    padding-bottom: 7em; }
    @media screen and (max-width: 991px) {
      #content section#b1 {
        background-position: center 23%;
        background-size: 160%; } }
    @media screen and (max-width: 620px) {
      #content section#b1 {
        background-position: center 40%; } }
    @media screen and (max-width: 479px) {
      #content section#b1 {
        background-position: center 52%; } }
    #content section#b1 h2 {
      color: #ffffff;
      padding-top: 2em; }
      @media screen and (max-width: 991px) {
        #content section#b1 h2 {
          padding-top: 1em; } }
    #content section#b1 p {
      font-size: 1.5em;
      margin-left: 3.7em; }
      @media screen and (max-width: 620px) {
        #content section#b1 p {
          margin-left: 0; } }
    #content section#b1 .mapheight {
      height: 700px; }
      @media screen and (max-width: 991px) {
        #content section#b1 .mapheight {
          height: 520px; } }
      @media screen and (max-width: 767px) {
        #content section#b1 .mapheight {
          height: 450px; } }
      @media screen and (max-width: 620px) {
        #content section#b1 .mapheight {
          height: 300px; } }
    #content section#b1 .infotext span {
      color: #f8e51d; }
    #content section#b1 .tips {
      max-width: 450px;
      margin-top: 2em; }
      @media screen and (max-width: 620px) {
        #content section#b1 .tips {
          margin-left: 0; } }
  #content section#c1 {
    background: #ffffff url(../images/section_c_bg.jpg) top center no-repeat;
    color: #ffffff;
    text-align: left;
    padding-bottom: 3em; }
    #content section#c1 .boxzone {
      border: 5px solid #ffdd52;
      padding: 2em;
      border-radius: 5px;
      background: #ffffff;
      margin: -2.5em 0 2em;
      width: 100%;
      display: inline-block; }
    #content section#c1 p {
      color: #777777;
      font-size: 1.5em;
      margin-left: 3.7em; }
      @media screen and (max-width: 620px) {
        #content section#c1 p {
          margin-left: 0; } }
    #content section#c1 .boxzone p, #content section#c1 .chartzone p {
      margin-bottom: 2em;
      text-align: left; }
    #content section#c1 .chartzone {
      color: #777777; }
      #content section#c1 .chartzone .slick-track {
        text-align: center;
        margin: 2em 0 0; }
      #content section#c1 .chartzone .chart_title {
        background: #e8e8e8;
        padding: .5em;
        font-size: 1.3em; }
      #content section#c1 .chartzone .chart_infotext {
        margin: 1em auto 2em;
        max-width: 950px;
        text-align: left; }
        #content section#c1 .chartzone .chart_infotext span {
          font-weight: bold;
          color: #313131; }
      #content section#c1 .chartzone img {
        margin: 0 auto;
        max-width: 980px; }
      @media screen and (max-width: 1199px) {
        #content section#c1 .chartzone {
          margin: 0px 17px; } }
    #content section#c1 article {
      text-align: center;
      margin: 2em 0 4em; }
      #content section#c1 article .fundintro {
        font-size: 2em;
        color: #093f8e; }
        #content section#c1 article .fundintro span {
          color: #b7282d;
          display: block; }
      #content section#c1 article h3 {
        font-weight: bold;
        margin: 1em 0;
        font-size: 2.5em;
        color: #b80000; }
        #content section#c1 article h3 span {
          color: #636363;
          display: block; }
      #content section#c1 article p {
        margin-left: 0; }
    #content section#c1 .pre-order {
      color: #093f8e;
      font-size: 1.2em;
      text-align: center;
      margin: 4em 0 2em; }
      #content section#c1 .pre-order h4 {
        font-size: 2em;
        border-bottom: 3px solid #cad1db;
        display: inline;
        line-height: 2.5;
        font-weight: bold; }
      #content section#c1 .pre-order p {
        margin-left: 0;
        padding: 0; }
        #content section#c1 .pre-order p span {
          color: #b80000; }
        #content section#c1 .pre-order p b {
          font-size: 1.5em; }
      #content section#c1 .pre-order .btn {
        margin-top: 2em; }
        #content section#c1 .pre-order .btn img {
          max-width: 300px;
          margin: .5em; }
    #content section#c1 .offerzone {
      width: 87%;
      margin: 0 auto;
      color: #777777; }
      @media screen and (max-width: 620px) {
        #content section#c1 .offerzone {
          width: 100%; } }
      #content section#c1 .offerzone p {
        margin-left: 0;
        font-size: 1.2em;
        margin: 1em 0 0 0; }
      #content section#c1 .offerzone .box {
        background: #ffd461;
        color: #000;
        padding: 1.5em; }
        @media screen and (max-width: 620px) {
          #content section#c1 .offerzone .box {
            padding: .5em; } }
        #content section#c1 .offerzone .box h3 {
          color: #012f96;
          font-size: 2em;
          font-weight: bold;
          text-align: center;
          margin: 0; }
          #content section#c1 .offerzone .box h3:before, #content section#c1 .offerzone .box h3:after {
            content: '';
            display: inline-block;
            height: 2px;
            width: 30%;
            border-bottom: 1px solid #012f96;
            vertical-align: super; }
        #content section#c1 .offerzone .box p {
          margin-left: 0;
          color: #000;
          font-size: 1.2em;
          text-align: center; }
        #content section#c1 .offerzone .box ol {
          list-style-type: decimal;
          padding-left: 1.5em; }
          #content section#c1 .offerzone .box ol li {
            font-size: 1.2em; }
        #content section#c1 .offerzone .box ul.ball {
          font-size: 0;
          max-width: 700px;
          margin: 1em auto; }
          #content section#c1 .offerzone .box ul.ball li {
            font-size: 1rem;
            display: inline-block;
            width: 50%;
            text-align: center;
            margin-top: 1.5em; }
            @media screen and (max-width: 620px) {
              #content section#c1 .offerzone .box ul.ball li {
                padding: .5em; } }
            #content section#c1 .offerzone .box ul.ball li img {
              max-width: 315px; }
      #content section#c1 .offerzone h3 {
        margin: 1em 0;
        font-size: 1.5em; }
      #content section#c1 .offerzone > ol {
        list-style-type: decimal;
        padding-left: 1.5em; }
        #content section#c1 .offerzone > ol li {
          font-size: 1.1em;
          line-height: 1.8; }
          #content section#c1 .offerzone > ol li span {
            color: #000; }
  #content section#d1 .idcard .container {
    max-width: 1000px; }
  #content section#d1 .idcard .idtop {
    background: url(../images/section_d_bgtop.jpg) top center no-repeat;
    text-align: left;
    padding: 5em 0 2.5em 0; }
    @media screen and (max-width: 991px) {
      #content section#d1 .idcard .idtop {
        background: #e2e2e2;
        padding: 2em 0 1em;
        margin-bottom: 2em; } }
  #content section#d1 .idcard .idcenter {
    background: url(../images/section_d_bgcenter.jpg) top center repeat-y; }
    #content section#d1 .idcard .idcenter h3 {
      font-weight: bold;
      margin: 0em 0;
      font-size: 1.8em;
      color: #b80000; }
      #content section#d1 .idcard .idcenter h3 span {
        color: #636363;
        display: block; }
    #content section#d1 .idcard .idcenter .idpost {
      margin: 1em 0;
      width: 100%; }
      #content section#d1 .idcard .idcenter .idpost img {
        width: auto; }
        @media screen and (max-width: 479px) {
          #content section#d1 .idcard .idcenter .idpost img {
            width: 50%; } }
    #content section#d1 .idcard .idcenter p {
      text-align: left; }
    #content section#d1 .idcard .idcenter table {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      font-size: 1.2em;
      margin: 2em 0 0 0;
      padding-bottom: 2em;
      width: 100%; }
      #content section#d1 .idcard .idcenter table tr:nth-child(even) {
        background-color: #ebf0fa; }
      #content section#d1 .idcard .idcenter table tr:last-child td {
        text-align: center;
        padding: 2.5em; }
        @media screen and (max-width: 479px) {
          #content section#d1 .idcard .idcenter table tr:last-child td {
            padding: 1.5em 0; } }
      #content section#d1 .idcard .idcenter table tr td {
        padding: .5em; }
        #content section#d1 .idcard .idcenter table tr td:first-child {
          color: #093f8e;
          width: 15%; }
          @media screen and (max-width: 620px) {
            #content section#d1 .idcard .idcenter table tr td:first-child {
              width: 23%; } }
        #content section#d1 .idcard .idcenter table tr td .seemore-btn {
          border: 1px solid #0561aa;
          color: #0561aa;
          padding: .5em 1em;
          text-decoration: none;
          margin: 1em .5em;
          cursor: pointer; }
          #content section#d1 .idcard .idcenter table tr td .seemore-btn:hover {
            background: #0561aa;
            color: #ffffff; }
          @media screen and (max-width: 620px) {
            #content section#d1 .idcard .idcenter table tr td .seemore-btn {
              display: block; } }
  #content section#d1 .idcard .idbottom {
    background: url(../images/section_d_bgbottom.jpg) top center no-repeat;
    height: 95px; }

#content.part2 section#a1 {
  background: #ffffff;
  padding-bottom: 2em; }
  #content.part2 section#a1 h2 {
    padding: 2em 2em 1em;
    text-align: left; }
    @media screen and (max-width: 620px) {
      #content.part2 section#a1 h2 {
        padding: 1em 0 .5em; } }
  @media screen and (max-width: 620px) {
    #content.part2 section#a1 p {
      margin-left: 0; } }
  #content.part2 section#a1 .fade {
    background: #ffdd52;
    margin-bottom: 2em; }
    @media screen and (max-width: 620px) {
      #content.part2 section#a1 .fade {
        margin: 0px 17px; } }
    #content.part2 section#a1 .fade .chart_title {
      max-width: 980px;
      font-size: 1.2em;
      padding: .5em 1em;
      background: #ffefa6;
      color: #093f8e;
      width: 100%;
      margin-top: 1em;
      display: inline-block; }
    #content.part2 section#a1 .fade p {
      padding-top: 1em;
      margin-right: 2em;
      max-width: 100%; }
      @media screen and (max-width: 620px) {
        #content.part2 section#a1 .fade p {
          margin: 0 .5em; } }
    #content.part2 section#a1 .fade img, #content.part2 section#a1 .fade .featured.fade {
      max-width: 980px;
      margin: 0 auto; }
    #content.part2 section#a1 .fade .chart_infotext {
      max-width: 980px;
      text-align: left;
      margin: 0 auto;
      margin-top: 1em;
      margin-bottom: 1em; }
      #content.part2 section#a1 .fade .chart_infotext span {
        font-weight: bold;
        color: #313131; }

#content.part2 section#b1 {
  background: #111a2c url(../images/section_b_bg_.jpg) top center no-repeat; }
  #content.part2 section#b1 .responsive {
    max-width: 1500px;
    margin: 4em auto 0; }
    @media screen and (max-width: 620px) {
      #content.part2 section#b1 .responsive {
        margin: 0px 30px;
        margin-top: 2em; }
        #content.part2 section#b1 .responsive .slick-prev:before, #content.part2 section#b1 .responsive .slick-next:before, #content.part2 section#b1 .responsive .slick-dots li button:before {
          color: #ffffff; } }
    #content.part2 section#b1 .responsive img {
      padding: 0 .5em;
      max-width: 285px;
      margin: 0 auto;
      text-align: center; }
    #content.part2 section#b1 .responsive .chart_infotext span {
      font-weight: bold;
      color: #313131; }

#content.part2 section#c1 {
  background: #ffffff; }

#content.part2 section#d1 {
  background: #ffffff url(../images/section_d_bg_.jpg) top center;
  padding-bottom: 2em; }
  @media screen and (max-width: 620px) {
    #content.part2 section#d1 {
      padding: .5em 0 2em; } }
  @media screen and (max-width: 620px) {
    #content.part2 section#d1 .fade {
      margin: 0px 17px; } }
  #content.part2 section#d1 h2 {
    padding-top: 2em;
    text-align: left; }
    @media screen and (max-width: 620px) {
      #content.part2 section#d1 h2 {
        padding: 1em 0 .5em; } }
  #content.part2 section#d1 p {
    font-size: 1.5em;
    margin-left: 3.7em;
    margin-bottom: 1em;
    text-align: left; }
    @media screen and (max-width: 620px) {
      #content.part2 section#d1 p {
        margin-left: 0; } }
  #content.part2 section#d1 img {
    max-width: 980px;
    margin: 0 auto; }
  #content.part2 section#d1 .chart_title {
    background: #e8e8e8;
    padding: .5em;
    font-size: 1.3em;
    max-width: 980px;
    display: block;
    margin: 0 auto; }
  #content.part2 section#d1 .chart_infotext {
    margin: 1em auto 2em;
    max-width: 950px;
    text-align: left; }
    #content.part2 section#d1 .chart_infotext span {
      color: #000000;
      font-weight: bold; }

#content.part2 section#e1 {
  background: #ffffff url(../images/section_e_bg_.jpg) top center no-repeat;
  padding-bottom: 3em; }
  #content.part2 section#e1 h2 {
    padding-top: 2em;
    text-align: left; }
  #content.part2 section#e1 p {
    font-size: 1.5em;
    margin-left: 3.7em;
    text-align: left; }
    @media screen and (max-width: 620px) {
      #content.part2 section#e1 p {
        margin-left: 0; } }
  #content.part2 section#e1 img {
    max-width: 980px;
    margin: 0 auto; }
  #content.part2 section#e1 article {
    text-align: center;
    margin: 2em 0 4em; }
    #content.part2 section#e1 article .fundintro {
      font-size: 2em;
      color: #093f8e; }
      #content.part2 section#e1 article .fundintro span {
        color: #b7282d;
        display: block; }
    #content.part2 section#e1 article h3 {
      font-weight: bold;
      margin: 1em 0;
      font-size: 2.5em;
      color: #b80000; }
      #content.part2 section#e1 article h3 span {
        color: #636363;
        display: block; }
    #content.part2 section#e1 article p {
      margin-left: 0;
      text-align: center; }
  #content.part2 section#e1 .pre-order {
    color: #093f8e;
    font-size: 1.2em;
    text-align: center;
    margin: 4em 0 2em; }
    #content.part2 section#e1 .pre-order h4 {
      font-size: 2em;
      border-bottom: 3px solid #cad1db;
      display: inline;
      line-height: 2.5;
      font-weight: bold; }
    #content.part2 section#e1 .pre-order p {
      margin-left: 0;
      padding: 0;
      text-align: center; }
      #content.part2 section#e1 .pre-order p span {
        color: #b80000; }
      #content.part2 section#e1 .pre-order p b {
        font-size: 1.5em; }
    #content.part2 section#e1 .pre-order .btn {
      margin-top: 2em; }
      #content.part2 section#e1 .pre-order .btn img {
        max-width: 300px;
        margin: .5em; }
  #content.part2 section#e1 .offerzone {
    width: 87%;
    margin: 0 auto;
    color: #777777;
    text-align: left; }
    @media screen and (max-width: 620px) {
      #content.part2 section#e1 .offerzone {
        width: 100%; } }
    #content.part2 section#e1 .offerzone p {
      margin-left: 0;
      font-size: 1.2em;
      margin: 1em 0 0 0; }
    #content.part2 section#e1 .offerzone .box {
      background: #ffd461;
      color: #000;
      padding: 1.5em; }
      #content.part2 section#e1 .offerzone .box h3 {
        color: #012f96;
        font-size: 2em;
        font-weight: bold;
        text-align: center;
        margin: 0; }
        #content.part2 section#e1 .offerzone .box h3:before, #content.part2 section#e1 .offerzone .box h3:after {
          content: '';
          display: inline-block;
          height: 2px;
          width: 30%;
          border-bottom: 1px solid #012f96;
          vertical-align: super; }
      #content.part2 section#e1 .offerzone .box p {
        margin-left: 0;
        color: #000;
        font-size: 1.2em;
        text-align: center; }
      #content.part2 section#e1 .offerzone .box ol {
        list-style-type: decimal;
        padding-left: 1.5em; }
        #content.part2 section#e1 .offerzone .box ol li {
          font-size: 1.2em; }
      #content.part2 section#e1 .offerzone .box ul.ball {
        font-size: 0;
        max-width: 700px;
        margin: 1em auto; }
        #content.part2 section#e1 .offerzone .box ul.ball li {
          font-size: 1rem;
          display: inline-block;
          width: 50%;
          text-align: center;
          margin-top: 1.5em; }
          @media screen and (max-width: 620px) {
            #content.part2 section#e1 .offerzone .box ul.ball li {
              padding: .5em; } }
          #content.part2 section#e1 .offerzone .box ul.ball li img {
            max-width: 315px; }
    #content.part2 section#e1 .offerzone h3 {
      margin: 1em 0;
      font-size: 1.5em; }
    #content.part2 section#e1 .offerzone > ol {
      list-style-type: decimal;
      padding-left: 1.5em; }
      #content.part2 section#e1 .offerzone > ol li {
        font-size: 1.1em;
        line-height: 1.8; }
        #content.part2 section#e1 .offerzone > ol li span {
          color: #000; }

#content.part2 section#f1 .idcard .container {
  max-width: 1000px; }

#content.part2 section#f1 .idcard .idtop {
  background: url(../images/section_d_bgtop.jpg) top center no-repeat;
  text-align: left;
  padding: 4.8em 0 2.5em 0; }
  @media screen and (max-width: 991px) {
    #content.part2 section#f1 .idcard .idtop {
      background: #e2e2e2;
      padding: 2em 0 1em;
      margin-bottom: 2em; } }

#content.part2 section#f1 .idcard .idcenter {
  background: url(../images/section_d_bgcenter.jpg) top center repeat-y; }
  #content.part2 section#f1 .idcard .idcenter h3 {
    font-weight: bold;
    margin: 0em 0;
    font-size: 1.8em;
    color: #b80000; }
    #content.part2 section#f1 .idcard .idcenter h3 span {
      color: #636363;
      display: block; }
  #content.part2 section#f1 .idcard .idcenter .idpost {
    margin: 1em 0;
    width: 100%; }
    #content.part2 section#f1 .idcard .idcenter .idpost img {
      width: auto; }
      @media screen and (max-width: 479px) {
        #content.part2 section#f1 .idcard .idcenter .idpost img {
          width: 50%; } }
  #content.part2 section#f1 .idcard .idcenter p {
    text-align: left; }
  #content.part2 section#f1 .idcard .idcenter table {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 1.2em;
    margin: 2em 0 0 0;
    padding-bottom: 2em;
    width: 100%; }
    #content.part2 section#f1 .idcard .idcenter table tr:nth-child(even) {
      background-color: #ebf0fa; }
    #content.part2 section#f1 .idcard .idcenter table tr:last-child td {
      text-align: center;
      padding: 2.5em; }
      @media screen and (max-width: 479px) {
        #content.part2 section#f1 .idcard .idcenter table tr:last-child td {
          padding: 1.5em 0; } }
    #content.part2 section#f1 .idcard .idcenter table tr td {
      padding: .5em; }
      #content.part2 section#f1 .idcard .idcenter table tr td:first-child {
        color: #093f8e;
        width: 15%; }
        @media screen and (max-width: 620px) {
          #content.part2 section#f1 .idcard .idcenter table tr td:first-child {
            width: 23%; } }
      #content.part2 section#f1 .idcard .idcenter table tr td .seemore-btn {
        border: 1px solid #0561aa;
        color: #0561aa;
        padding: .5em 1em;
        text-decoration: none;
        margin: 1em .5em;
        cursor: pointer; }
        #content.part2 section#f1 .idcard .idcenter table tr td .seemore-btn:hover {
          background: #0561aa;
          color: #ffffff; }
        @media screen and (max-width: 620px) {
          #content.part2 section#f1 .idcard .idcenter table tr td .seemore-btn {
            display: block; } }

#content.part2 section#f1 .idcard .idbottom {
  background: url(../images/section_d_bgbottom.jpg) top center no-repeat;
  height: 95px; }

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: .5em 1em; }

.tipzone {
  position: fixed;
  right: 1em;
  top: 30%;
  z-index: 1; }
  @media screen and (max-width: 991px) {
    .tipzone {
      top: auto;
      bottom: 0;
      left: 0;
      right: 0; } }
  .tipzone ul {
    list-style: none; }
    .tipzone ul li {
      margin-bottom: 1em;
      text-align: center; }
      @media screen and (max-width: 991px) {
        .tipzone ul li {
          display: inline-block;
          margin: 0;
          padding: 0;
          width: 25%; } }
      .tipzone ul li:first-child a {
        -webkit-animation: kv-width 10s infinite;
        animation: kv-width 10s infinite; }
        @media screen and (max-width: 991px) {
          .tipzone ul li:first-child a {
            -webkit-animation: kv-width-s 10s infinite;
            animation: kv-width-s 10s infinite; } }

@-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; } }
      .tipzone ul li a {
        width: 70px;
        height: 70px;
        border-radius: 70px;
        background: #51a0be;
        display: block;
        text-decoration: none;
        color: #fff;
        font-size: 1.2em;
        line-height: 1.2;
        padding: 16px; }
        @media screen and (max-width: 991px) {
          .tipzone ul li a {
            width: 100%;
            border-radius: 0;
            height: 50px;
            font-size: 14px;
            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 ul li a:hover {
          -webkit-filter: brightness(0.8);
          filter: brightness(0.8); }
        .tipzone ul li a span.bt1:after {
          content: "線上開戶";
          -webkit-animation: kv-bt 10s infinite;
          animation: kv-bt 10s infinite; }
          @media screen and (max-width: 991px) {
            .tipzone ul li a span.bt1:after {
              -webkit-animation: kv-bt-s 10s infinite;
              animation: kv-bt-s 10s infinite; } }

@-webkit-keyframes kv-bt {
  0% {
    content: "線上開戶";
    color: #ffffff; }
  49% {
    content: "線上開戶";
    color: #ffffff; }
  50% {
    content: "贈紅利3000點";
    color: #fae103; }
  99% {
    content: "贈紅利3000點";
    color: #fae103; } }

@keyframes kv-bt {
  0% {
    content: "線上開戶";
    color: #ffffff; }
  49% {
    content: "線上開戶";
    color: #ffffff; }
  50% {
    content: "贈紅利3000點";
    color: #fae103; }
  99% {
    content: "贈紅利3000點";
    color: #fae103; } }

@-webkit-keyframes kv-bt-s {
  0% {
    content: "線上開戶";
    color: #ffffff; }
  49% {
    content: "線上開戶";
    color: #ffffff; }
  50% {
    content: "贈紅利點數";
    color: #fae103; }
  99% {
    content: "贈紅利點數";
    color: #fae103; } }

@keyframes kv-bt-s {
  0% {
    content: "線上開戶";
    color: #ffffff; }
  49% {
    content: "線上開戶";
    color: #ffffff; }
  50% {
    content: "贈紅利點數";
    color: #fae103; }
  99% {
    content: "贈紅利點數";
    color: #fae103; } }
      .tipzone ul li:nth-child(2) a {
        background: #ef781c; }
      .tipzone ul li:nth-child(4) a {
        background: #e4ae4c;
        display: none; }
        @media screen and (max-width: 991px) {
          .tipzone ul li:nth-child(4) a {
            display: block; } }
      .tipzone ul li:nth-child(3) a {
        background: #00be02;
        padding: 25px 0; }
        @media screen and (max-width: 991px) {
          .tipzone ul li:nth-child(3) a {
            padding: 16px; } }
      .tipzone ul li:nth-child(5) a {
        background: #d5688d; }

.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 .3em 0; }
  .spbanner span {
    background: #dfaa82;
    color: #000;
    margin: 0 .5em;
    padding: .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; } }
    .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; }
    .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; } }
