@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: 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;
  transition: 0.3s ease all;
  position: relative;
}
.checkbox span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 15px;
  -webkit-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;
  transition: 0.3s ease all;
  position: relative;
}
.radio-fake i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 13px;
  -webkit-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;
  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 !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}

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

#content .kvbg {
  background: #bee5ff url(../Images/bg.jpg) bottom center no-repeat;
  background-size: auto;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 950px;
}
@media screen and (max-width: 991px) {
  #content .kvbg {
    background: #f3f3f3 url(../Images/bg-.jpg) top center no-repeat;
    height: 950px;
    background-size: cover;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  #content .kvbg {
    background: #f3f3f3 url(../Images/bg-.jpg) top center no-repeat;
    background-size: cover;
    height: 730px;
  }
}
@media screen and (max-width: 991px) and (max-width: 620px) {
  #content .kvbg {
    background: #e4f0fd url(../Images/bg-.jpg) bottom center no-repeat;
    background-size: contain;
    height: 530px;
  }
}
#content .bigtitle {
  max-width: 1200px;
  text-align: center;
  margin: auto 0;
}
@media screen and (max-width: 991px) {
  #content .bigtitle {
    margin: 0;
    padding: 0 1.5em;
    position: relative;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  #content .bigtitle {
    top: -70px;
  }
}
#content .bigtitle_all {
  position: absolute;
  text-align: center;
  z-index: 1;
  top: 100px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #content .bigtitle_all {
    top: 370px;
    width: 600px;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: scale(0.9) translate(-50%, -215%);
            transform: scale(0.9) translate(-50%, -215%);
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  #content .bigtitle_all {
    -webkit-transform: scale(0.85) translate(-50%, -165%);
            transform: scale(0.85) translate(-50%, -165%);
    -webkit-transform-origin: 0px 0px;
            transform-origin: 0px 0px;
    top: -70px;
  }
}
@media screen and (max-width: 620px) {
  #content .bigtitle_all {
    top: 90px;
    left: 50%;
    -webkit-transform: scale(0.65) translate(-50%, -155%);
            transform: scale(0.65) translate(-50%, -155%);
    -webkit-transform-origin: 0px -70%;
            transform-origin: 0px -70%;
  }
}
#content .bigtitle_all h1 {
  color: #001c6f;
  font-size: 5.5em;
  line-height: 1.2;
  margin: 0;
  font-weight: 900;
  font-family: Arial, "Noto Sans TC", sans-serif;
  text-shadow: 0.01em 0.01em 0.1em rgb(255, 255, 255), 0.01em 0.01em 0.1em rgb(255, 255, 255), 0.01em 0.01em 0.1em rgb(255, 255, 255), 0.01em 0.01em 0.1em rgb(255, 255, 255);
}
#content .bigtitle_all h1 img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #content .bigtitle_all h1 img {
    margin: 0em;
    padding: 0;
    max-width: 75%;
  }
}
@media screen and (max-width: 767px) {
  #content .bigtitle_all h1 {
    font-size: 4.5em;
    margin-top: 0.5em;
  }
  #content .bigtitle_all h1 span {
    display: block;
  }
}
#content .bigtitle_all h2 {
  font-size: 2.5em;
  color: #000;
  font-weight: normal;
  letter-spacing: 3px;
  margin: 0 auto;
  padding: 0;
  text-shadow: 0.01em 0.01em 0.1em rgb(255, 255, 255), 0.01em 0.01em 0.1em rgb(255, 255, 255), 0.01em 0.01em 0.1em rgb(255, 255, 255), 0.01em 0.01em 0.1em rgb(255, 255, 255);
}
#content .bigtitle_all h2 span {
  font-weight: 600;
  font-size: 1.3em;
}
#content .bigtitle_all h2:after {
  position: absolute;
  content: "";
  width: 750px;
  left: 0;
  right: 0;
  bottom: 2em;
  margin: 0 auto;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #content .bigtitle_all h2:after {
    width: 80%;
    bottom: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  #content .bigtitle_all h2 {
    font-size: 1.7em;
    letter-spacing: 0px;
  }
}
#content .bigtitle_all h3 {
  color: #093e8d;
  font-weight: 800;
  font-family: Arial, "Noto Sans TC", sans-serif;
  font-size: 4.5em;
  text-shadow: 0.01em 0.01em 0.1em rgb(255, 255, 255), 0.01em 0.01em 0.1em rgb(255, 255, 255), 0.01em 0.01em 0.1em rgb(255, 255, 255), 0.01em 0.01em 0.1em rgb(255, 255, 255);
}
#content .bigtitle_all h3 b {
  color: #ea5404;
}
#content .bigtitle_all h3 img {
  vertical-align: middle;
}
#content .bigtitle_all .botton {
  text-align: center;
}
#content .bigtitle_all .botton a {
  background: #093e8d;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  border-radius: 0.25rem;
  letter-spacing: 0.05rem;
  padding: 15px 40px 15px 0;
  text-align: center;
  margin: 7em auto 0;
  display: block;
  font-weight: bold;
  width: 200px;
  position: relative;
}
@media screen and (max-width: 991px) {
  #content .bigtitle_all .botton a {
    margin: 15em auto -15em;
  }
}
#content .bigtitle_all .botton img {
  position: absolute;
  right: 0;
  top: 20px;
  width: 24px;
  vertical-align: baseline;
  -webkit-animation: run 4s infinite;
          animation: run 4s infinite;
}
@-webkit-keyframes run {
  0% {
    right: 40px;
  }
  50% {
    right: 20px;
  }
  100% {
    right: 40px;
  }
}
@keyframes run {
  0% {
    right: 40px;
  }
  50% {
    right: 20px;
  }
  100% {
    right: 40px;
  }
}

nav {
  float: right;
  display: block;
}
@media screen and (max-width: 767px) {
  nav {
    float: inherit;
    position: absolute;
    top: 82px;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  nav {
    top: 80px;
  }
}
nav ul {
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
nav ul li {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  nav ul li {
    display: block;
    text-align: center;
  }
}
nav ul li a {
  color: #1360af;
  display: block;
  padding: 0.85em 0.5em;
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  nav ul li a {
    padding: 1.4em 0.5em;
    border-bottom: 1px dotted #ccc;
    text-align: center;
  }
}
nav ul li a.active {
  color: #ea5404;
  border-bottom: 2px solid #ea5404;
}
nav ul li a span {
  color: #F3722E;
}
nav ul li:hover a {
  color: #ea5404;
}
nav ul li .fbShare, nav ul li .lineShare {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 1.2em 0.5em;
  vertical-align: middle;
}
@media screen and (max-width: 1199px) {
  nav ul li .fbShare, nav ul li .lineShare {
    padding: 1.2em 0.2em;
  }
}
@media screen and (max-width: 767px) {
  nav {
    position: fixed;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 3;
    border-top: 3px solid #F56D25;
  }
}

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

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.posCenter {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1200px;
}

.mhide {
  display: block;
}

.mshow {
  display: none;
}

.goTop {
  position: fixed;
  display: none;
  width: 70px;
  height: 70px;
  bottom: 40px;
  cursor: pointer;
  background-image: url(../Images/goTop.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  right: 15px;
}

.moreData {
  position: fixed;
  z-index: 9;
  width: 140px;
  height: 140px;
  top: 100px;
  cursor: pointer;
  opacity: 0;
  background-image: url(../Images/btn_moreData.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#header {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #header {
    position: initial;
    height: 50px;
    z-index: 3;
  }
}
#header .car {
  background: url(../images/bg_car.png) 0 0 no-repeat;
  position: absolute;
  right: -50px;
  top: 160px;
  width: 532px;
  height: 410px;
  overflow: hidden;
}
#header .city {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../Images/bg_city.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}
#header .posCenter {
  position: relative;
  height: 100%;
  z-index: 1;
}
#header .logo {
  margin-top: 0.6em;
  text-align: center;
  display: inline-block;
}
#header .logo a {
  display: inline-block;
  color: #000;
  font-size: 0.9em;
}
#header .logo a:last-child img {
  content: "";
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  #header .logo a:last-child img {
    max-width: 90px;
  }
}
#header .logo img {
  margin-bottom: -5px;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  #header .logo {
    margin-top: 0.75em;
    text-align: left;
  }
  #header .logo img {
    max-width: 120px;
  }
}
#header .intro {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
#header .intro .dialog {
  position: absolute;
  display: none;
  left: 128px;
  top: 10px;
  width: 300px;
  height: 116px;
  overflow: hidden;
  text-indent: -999px;
  background-image: url(../Images/intro_dialog.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#header .intro .afu {
  position: absolute;
  width: 356px;
  height: 552px;
  left: 25px;
  top: 110px;
}
#header .intro .afu img {
  position: relative;
}
#header .intro .num {
  position: absolute;
  top: 190px;
  left: 679px;
  margin-left: -112px;
  margin-top: -90px;
  width: 224px;
  opacity: 0;
  z-index: 2;
}
#header .intro .num img {
  width: 100%;
}
#header .intro .subtitle {
  position: absolute;
  top: 185px;
  left: 475px;
  margin: 0;
  margin-left: 200px;
  opacity: 0;
}
#header .intro .bigTitle {
  position: absolute;
  top: 175px;
  left: 302px;
  margin-left: -200px;
  opacity: 0;
}
#header .intro .title {
  position: absolute;
  top: 400px;
  left: 340px;
  opacity: 0;
  margin-left: 200px;
}

.logo {
  float: left;
  text-align: left;
}

#content {
  width: 100%;
}
#content h2 {
  color: #272727;
  font-size: 2.8em;
  margin: 0;
  padding: 0.5em 0;
  font-weight: bold;
  font-family: Arial, "Noto Sans TC", sans-serif;
}
@media screen and (max-width: 767px) {
  #content h2 {
    font-size: 2.1em;
    line-height: 1.3;
  }
}
#content h2 span {
  color: #003E8D;
}
#content h2 em {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  #content h2 em {
    margin: 0 auto;
    display: block;
  }
}
#content h3 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 600;
  font-size: 2.5em;
  margin: 0;
  padding: 0;
}
#content h3 p {
  font-family: Arial, "Noto Sans TC", sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #F3722E;
}
#content h3 span {
  font-weight: bold;
  color: #F3722E;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  #content h3 span {
    font-size: 1em;
  }
}
#content h4 {
  color: #4d4d4d;
  font-size: 1.7em;
  font-weight: normal;
  margin: 0.5em 0 0;
  display: inline;
  padding: 0.2em 1em;
}
@media screen and (max-width: 767px) {
  #content h4 {
    font-size: 1.3em;
  }
}
#content h4 span {
  display: block;
  color: #000;
  font-weight: bold;
}
#content h4.title {
  font-size: 2em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #content h4.title {
    font-size: 1.5em;
  }
}
#content .slick-slide h3 {
  font-size: 2em;
  font-weight: normal;
}
#content .section_center {
  background: url(../Images/section_center.jpg) 0 0 no-repeat;
  background-size: cover;
  margin: 1em auto 4em;
  text-align: center;
  height: 219px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #content .section_center {
    height: 90px;
    margin: 1em auto 2em;
  }
}
#content .section_center img {
  position: relative;
  z-index: 1;
  top: -1.25em;
}
@media screen and (max-width: 991px) {
  #content .section_center img {
    top: -1em;
    max-width: 85%;
  }
}
#content .chartzone {
  max-width: 1170px;
  margin: 4em auto 0em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #content .chartzone {
    margin: 2em auto 0em;
  }
}
#content .chartzone.twozone .chart {
  padding: 0 1%;
  width: 46%;
  margin: 0 1%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #content .chartzone.twozone .chart {
    width: 96%;
    margin-bottom: 2.5em;
  }
  #content .chartzone.twozone .chart:last-child {
    margin-bottom: 0;
  }
}
#content .chartzone.onezone .chart {
  padding: 0 1%;
  width: 96%;
  margin: 0 1%;
}
#content .chartzone .chart {
  display: block;
  border: 2px solid #DCDCDC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
  padding: 3em 1em 1em;
}
#content .chartzone .chart .title {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  background: #a5a5a5;
  color: #fff;
  border-radius: 50px;
  padding: 0.5em 1em;
  margin: 0 auto;
  font-size: 1.2em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#content .chartzone .chart .title em {
  font-style: normal;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #content .chartzone .chart .title em {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #content .chartzone .chart .title span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #content .chartzone .chart .title {
    width: auto;
  }
}
#content .chartzone .chart p.tall {
  margin-top: 0.5em;
}
#content .chartzone .chart p {
  color: #7C7C7C;
  font-size: 1.2em;
  margin-bottom: 1em;
}
#content .chartzone .chart img {
  margin: 0em auto 1.5em;
  max-width: 100%;
}
#content .chartzone .info {
  margin: 1.5em 0 3em;
  text-align: left;
  color: #7C7C7C;
  line-height: 1.5;
}
#content .chartzone .info::before {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  #content .chartzone .info {
    margin: 0.5em 0;
  }
}
#content .chartzone .info strong {
  font-size: 1.2em;
  display: block;
}
#content .chartzone table.color {
  color: #fff;
  background: #003e8d;
  font-size: 1.5em;
  max-width: 1170px;
  margin: 1.5em auto;
  border-bottom: 3px solid #f3c756;
}
@media screen and (max-width: 767px) {
  #content .chartzone table.color {
    font-size: 1em;
  }
}
#content .chartzone table.color thead {
  color: #000;
  background: #f3c756;
}
#content .chartzone table.color thead tr:first-child th:last-child {
  background: #f4e4a3;
}
#content .chartzone table.color thead tr:nth-child(2) {
  background: #fff7d7;
}
@media screen and (max-width: 767px) {
  #content .chartzone table.color thead th span {
    display: block;
  }
}
#content .chartzone table.color tbody tr:nth-child(odd) {
  background: #256bc3;
}
#content .chartzone table.color tbody tr:nth-child(n+4) td:nth-child(n+2) {
  color: #ffcf52;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #content .chartzone table.color tbody td span {
    display: block;
  }
}
#content .chartzone table.color th, #content .chartzone table.color td {
  padding: 0.5em 0.25em;
}
#content ul.listpoint {
  margin: 2em 0;
  padding: 0 0 0 1em;
  text-align: left;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  #content ul.listpoint {
    font-size: 1em;
  }
}
#content ul.listpoint li {
  margin-bottom: 0.8em;
}
#content .listbox {
  margin: 2em auto 2em;
}
#content .listbox .picture {
  display: block;
  margin-bottom: 2em;
}
#content .listbox .picture img {
  max-width: 100%;
}
#content .listbox .zleft, #content .listbox .zright {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 10px solid transparent;
  position: relative;
  padding: 1.5% 0.5% 5%;
  width: 20%;
  margin: 0 1%;
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  #content .listbox .zleft, #content .listbox .zright {
    width: 99%;
    display: block;
    margin-top: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
#content .listbox .zleft::after, #content .listbox .zleft::before, #content .listbox .zright::after, #content .listbox .zright::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  border: 1px solid #CED8F8;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#content .listbox .zleft::before, #content .listbox .zright::before {
  content: "";
  top: 0px;
  left: 0px;
}
#content .listbox .zleft .box, #content .listbox .zright .box {
  display: inline-block;
  width: 45%;
  padding: 0 2%;
}
@media screen and (max-width: 991px) {
  #content .listbox .zleft .box, #content .listbox .zright .box {
    width: 97%;
  }
}
#content .listbox .zleft h3, #content .listbox .zright h3 {
  margin: 0 0.5em 0.1em;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3;
  color: #313131;
}
@media screen and (max-width: 620px) {
  #content .listbox .zleft h3, #content .listbox .zright h3 {
    margin: 0em 0 1.5em;
  }
}
#content .listbox .zleft h3 em, #content .listbox .zright h3 em {
  display: block;
  font-style: normal;
  color: #003E8D;
  font-weight: 600;
}
@media screen and (max-width: 620px) {
  #content .listbox .zleft h3 em, #content .listbox .zright h3 em {
    max-width: 90%;
    margin: 0 auto;
  }
}
#content .listbox .zleft h4, #content .listbox .zright h4 {
  margin: -60px 0 40px;
  color: #003E8D;
  font-size: 2em !important;
  padding: 0.25em;
}
@media screen and (max-width: 767px) {
  #content .listbox .zleft h4, #content .listbox .zright h4 {
    font-size: 1.8em !important;
  }
}
#content .listbox .zleft p, #content .listbox .zright p {
  margin: 1.2em 0;
  font-size: 1.2em;
}
@media screen and (max-width: 620px) {
  #content .listbox .zleft p, #content .listbox .zright p {
    text-align: left;
    padding-left: 1em;
  }
}
#content .listbox .zleft .fund-pic, #content .listbox .zright .fund-pic {
  max-width: 94%;
  margin-left: 3%;
  border-radius: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 620px) {
  #content .listbox .zleft .fund-pic, #content .listbox .zright .fund-pic {
    display: none;
  }
}
#content .btn {
  position: absolute;
  bottom: 0;
  width: 93%;
  text-align: left;
  margin: 1em auto 0;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #content .btn {
    width: 97%;
    left: 1.5%;
    bottom: 3%;
    text-align: center;
  }
}
#content .btn a {
  position: relative;
  padding: 0.5em 3em 0.5em 1em;
  background: #003E8D;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  -webkit-box-shadow: border-box;
          box-shadow: border-box;
  width: -webkit-fill-available;
  display: inline-block;
  margin: 0 0 1em 0.5em;
}
#content .btn a span {
  color: rgb(255, 238, 6);
}
@media screen and (max-width: 767px) {
  #content .btn a {
    margin: 0 auto 0.5em;
    font-size: 0.9em;
    width: 70px;
  }
}
#content .btn a img {
  position: absolute;
  right: 1em;
  top: 40%;
}
@media screen and (max-width: 767px) {
  #content .btn a img {
    right: 0.5em;
  }
}
#content .btn a:hover {
  background: #002e6b;
}
#content .btn a:nth-child(2) {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #content .btn a:nth-child(2) {
    padding: 0.5em 2em 0.5em 0.5em;
    margin: 1em 0 1em 0.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #content .btn a:nth-child(2) img {
    top: 40%;
  }
}
#content .section {
  padding: 5em 0;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #content .section {
    padding: 3em 0;
  }
}
#content .section.orange .chart .title {
  background: #F3722E;
}
#content .section.orange .listbox h4 {
  color: #F3722E;
}
#content .section.orange .listbox li:nth-child(odd) {
  color: #F3722E;
}
#content .section.orange .listbox .zleft::after, #content .section.orange .listbox .zleft::before, #content .section.orange .listbox .zright::after, #content .section.orange .listbox .zright::before {
  border: 1px solid #ffddca;
}
#content .section.orange .btn a {
  background: #F3722E;
}
#content .section.orange .btn a:hover {
  background: #ce5b1d;
}
#content .section.section_0 {
  background: #f3f3f3;
  padding: 0 0 0.25em;
}
#content .section.section_0 .posCenter {
  text-align: center;
}
#content .section.section_0 h2 {
  padding: 0 0 0.5em;
}
#content .section.section_0 h3 {
  padding: 3em 0 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #content .section.section_0 h3 {
    padding: 1.5em 0 0;
  }
}
#content .section.section_0 .intro {
  background: rgb(0, 62, 141);
  color: #fff;
  padding: 2em 0 3em;
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  #content .section.section_0 .intro {
    padding: 2em 1em 3em;
  }
}
#content .section.section_0 .intro h2 {
  color: #fff;
  padding: 0.5em;
  margin: 0;
}
#content .section.section_0 .intro p {
  font-size: 1.5em;
}
#content .section.section_0 .intro p span {
  color: #ffcf52;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #content .section.section_0 .intro p {
    margin-bottom: 1em;
  }
  #content .section.section_0 .intro p:last-child {
    margin-bottom: 0;
  }
}
#content .section.section_0 .sectionborder {
  max-height: 860px;
  margin: 3em auto 7em;
  padding: 0;
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 1130px;
  -webkit-box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057), 0 5px 6.1px rgba(0, 0, 0, 0.076), 0 10.1px 11.4px rgba(0, 0, 0, 0.086), 0 19.2px 19.8px rgba(0, 0, 0, 0.092), 0 38.4px 34.8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057), 0 5px 6.1px rgba(0, 0, 0, 0.076), 0 10.1px 11.4px rgba(0, 0, 0, 0.086), 0 19.2px 19.8px rgba(0, 0, 0, 0.092), 0 38.4px 34.8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #content .section.section_0 .sectionborder {
    margin: 2em auto 3em;
  }
}
#content .section.section_0 .video-container {
  position: relative;
  padding-bottom: 53.15%;
  padding-top: 2em;
  margin-bottom: 2em;
  height: 0;
  overflow: hidden;
}
#content .section.section_0 .video-container iframe, #content .section.section_0 .video-container object, #content .section.section_0 .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content .section.section_1 {
  background: #2262af url(../Images/bg-1.png) no-repeat bottom center;
}
#content .section.section_1 .posCenter {
  text-align: center;
  padding: 2em;
}
@media screen and (max-width: 767px) {
  #content .section.section_1 .posCenter {
    padding: 0 1em;
  }
}
#content .section.section_1 a {
  display: inline-block;
}
#content .section.section_1 .box img {
  max-width: 100%;
}
#content .section.section_1 h2 {
  padding: 0 0 0.5em;
}
#content .section.section_1 h3 {
  background: #347bc1;
  color: #fff;
  padding: 0 0 0;
  margin: 0;
  border-bottom-right-radius: 20px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 600;
  font-size: 2.5em;
  width: 300px;
}
@media screen and (max-width: 767px) {
  #content .section.section_1 h3 {
    padding: 1.5em 0 0;
  }
}
#content .section.section_1 .intro {
  background: rgb(0, 62, 141);
  color: #fff;
  padding: 2em 0 3em;
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  #content .section.section_1 .intro {
    padding: 2em 1em 3em;
  }
}
#content .section.section_1 .intro h2 {
  color: #fff;
  padding: 0.5em;
  margin: 0;
}
#content .section.section_1 .intro p {
  font-size: 1.5em;
}
#content .section.section_1 .intro p span {
  color: #ffcf52;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #content .section.section_1 .intro p {
    margin-bottom: 1em;
  }
  #content .section.section_1 .intro p:last-child {
    margin-bottom: 0;
  }
}
#content .section.section_1 .sectionborder {
  max-height: 860px;
  margin: 3em auto 7em;
  padding: 0;
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 1130px;
  -webkit-box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057), 0 5px 6.1px rgba(0, 0, 0, 0.076), 0 10.1px 11.4px rgba(0, 0, 0, 0.086), 0 19.2px 19.8px rgba(0, 0, 0, 0.092), 0 38.4px 34.8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057), 0 5px 6.1px rgba(0, 0, 0, 0.076), 0 10.1px 11.4px rgba(0, 0, 0, 0.086), 0 19.2px 19.8px rgba(0, 0, 0, 0.092), 0 38.4px 34.8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #content .section.section_1 .sectionborder {
    margin: 2em auto 3em;
  }
}
#content .section.section_1 .video-container {
  position: relative;
  padding-bottom: 53.15%;
  padding-top: 2em;
  margin-bottom: 2em;
  height: 0;
  overflow: hidden;
}
#content .section.section_1 .video-container iframe, #content .section.section_1 .video-container object, #content .section.section_1 .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content .section.section_2 {
  background: #4779bc url(../Images/bg-2.png) no-repeat bottom center;
}
#content .section.section_2 .posCenter {
  max-width: 1400px;
}
#content .section.section_2 .box a img {
  margin: 1em 0;
  max-width: 100%;
}
#content .section.section_3 {
  background: #F3F3F3;
}
#content .section.section_5 {
  background: #fff;
}
#content .section.section_5 img {
  max-width: 100%;
  margin: 1.5em auto;
}
#content .section.section_4 {
  background: #fff url(../Images/white-bg2.jpg) center top repeat;
}
#content .section.section_4 article {
  margin: 2em auto 2em;
}
#content .section.section_4 article .info {
  margin: 2.5em 0 1.5em;
  text-align: left;
  color: #7C7C7C;
  line-height: 1.5;
}
#content .section.section_4 article .info strong {
  font-size: 1.2em;
  display: block;
}
#content .section.section_4 article .info span {
  color: #F3722E;
}
#content .section.section_4 article p {
  margin-bottom: 0.5em;
}
#content .section.section_7, #content .section.section_8 {
  background: #fff url(../Images/section_6_bg.jpg) center bottom no-repeat;
  background-size: contain;
  overflow: hidden;
  margin: 0 auto;
}
#content .section.section_7 h2, #content .section.section_8 h2 {
  color: #006bb1;
}
#content .section.section_7 h2::after, #content .section.section_7 h2::before, #content .section.section_8 h2::after, #content .section.section_8 h2::before {
  display: none;
}
@media screen and (max-width: 767px) {
  #content .section.section_7 h2, #content .section.section_8 h2 {
    font-size: 2em;
  }
}
#content .section.section_7 article, #content .section.section_8 article {
  margin: 1em auto 4em;
  max-width: 1138px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 0px 15px #71a8bd;
          box-shadow: 0px 0px 15px #71a8bd;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #content .section.section_7 article, #content .section.section_8 article {
    margin: 1em auto 2em;
  }
}
#content .section.section_7 article .topimg, #content .section.section_8 article .topimg {
  margin-top: -124px;
  max-width: 100%;
}
#content .section.section_7 article .chartbox, #content .section.section_8 article .chartbox {
  padding: 0 1em 1em;
}
#content .section.section_7 article .chartbox .zleft, #content .section.section_8 article .chartbox .zleft {
  text-align: center;
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  #content .section.section_7 article .chartbox .zleft, #content .section.section_8 article .chartbox .zleft {
    width: 100%;
  }
}
#content .section.section_7 article .chartbox .zright, #content .section.section_8 article .chartbox .zright {
  text-align: center;
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  #content .section.section_7 article .chartbox .zright, #content .section.section_8 article .chartbox .zright {
    width: 100%;
  }
}
#content .section.section_7 article .chartbox .title, #content .section.section_8 article .chartbox .title {
  color: #005ba5;
  text-align: center;
  margin: 0 auto 0.5em;
  font-weight: bold;
  font-size: 1.5em;
}
#content .section.section_7 article .chartbox img, #content .section.section_8 article .chartbox img {
  max-width: 100%;
}
#content .section.section_7 article .chartbox::after, #content .section.section_8 article .chartbox::after {
  content: "";
  display: table;
  clear: both;
}
#content .section.section_7 article .chartbox .info-text, #content .section.section_8 article .chartbox .info-text {
  margin: 0.5em 0 1.5em;
  text-align: left;
}
#content .section.section_7 .btn, #content .section.section_8 .btn {
  text-align: center;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  #content .section.section_7 .btn, #content .section.section_8 .btn {
    margin-bottom: 1.5em;
  }
}
#content .section.section_7 .btn a, #content .section.section_8 .btn a {
  margin: 1em;
}
@media screen and (max-width: 767px) {
  #content .section.section_7 .btn a, #content .section.section_8 .btn a {
    margin: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  #content .section.section_7 .btn a img, #content .section.section_8 .btn a img {
    width: 45%;
  }
}
#content .section.section_7 {
  background: #fff url(../Images/section_7_bg.jpg) center bottom no-repeat;
  background-size: contain;
  overflow: hidden;
  margin: 0 auto;
}
#content .section.section_7 h2 {
  color: #b22100;
  margin-top: 1.5em;
}
#content .section.section_7 h2::after, #content .section.section_7 h2::before {
  display: none;
}
#content .section.section_7 article {
  -webkit-box-shadow: 0px 0px 15px #bd7171;
          box-shadow: 0px 0px 15px #bd7171;
}
#content .section.section_7 article .topimg {
  margin-top: -124px;
  max-width: 100%;
}
#content .section.section_8 {
  background: #fff url(../Images/section_8_bg.jpg) center bottom no-repeat;
  background-size: contain;
}
#content .section.section_8 h2 {
  color: #efba16;
  margin: 0em 0 0;
  padding: 0 0 0.5em;
}
#content .section.section_8 h2::after, #content .section.section_8 h2::before {
  display: none;
}
#content .section.section_8 h3 {
  margin: 0 0 1em;
  padding: 0;
}
#content .section.section_8 article {
  margin: 1em auto 4em;
  text-align: center;
  max-width: 100%;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#content .section.section_8 article ul {
  margin: 0 auto;
  padding: 0;
}
#content .section.section_8 article ul li {
  width: 33%;
  display: inline;
}
#content .section.section_8 article ul li img {
  max-width: 80%;
}
#content .section.section_7 {
  background: #003E8D;
  color: #fff;
}
#content .section.section_7 .boxzone {
  text-align: justify;
  margin: 1em auto;
}
@media screen and (max-width: 767px) {
  #content .section.section_7 .boxzone {
    margin: 0em auto;
  }
}
#content .section.section_7 .boxzone h3 {
  font-size: 2em;
  padding: 0.2em;
  font-weight: bold;
}
#content .section.section_7 .boxzone ul {
  padding: 0 0 2em 2em;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  #content .section.section_7 .boxzone ul {
    padding: 0 1em 0 2em;
  }
}
#content .section.section_7 .boxzone ul > li {
  margin-bottom: 0.5em;
  font-size: 0.9em;
}
#content .section.section_7 .boxzone ul > li:first-child {
  list-style: none;
  font-size: 2.5em;
  color: #FFF;
  margin-left: -0.8em;
}
@media screen and (max-width: 767px) {
  #content .section.section_7 .boxzone ul > li:first-child {
    font-size: 1.5em;
  }
}
#content .section.section_7 .boxzone ul > li:last-child {
  margin-bottom: 0;
}
#content .section.section_7 .boxzone ul > li a {
  font-weight: bold;
  color: #EE9D00;
}
#content .section.section_7 .boxzone ul > li ol {
  margin-top: 0.5em;
  padding-left: 3em;
}
#content .section.section_7 .boxzone ul > li ol li {
  line-height: 1.8;
}
#content .section.section_7 .boxzone ul > li ol li:nth-child(-n+5) {
  position: relative;
}
#content .section.section_7 .boxzone ul > li ol li:nth-child(-n+5)::before {
  content: "精選";
  position: absolute;
  top: 3px;
  left: -4em;
  background: #EE9D00;
  border-radius: 3px;
  color: #000;
  display: block;
  text-align: center;
  width: 33px;
  height: 20px;
  line-height: 1.5;
}
#content .section.section_7 .boxzone ul > li ol li span {
  color: #F3722E;
  font-weight: bold;
}

#content .fundDetail a {
  display: block;
  margin: 20px auto;
  width: 200px;
  height: 44px;
  color: #272727;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-indent: 18px;
  line-height: 40px;
  text-decoration: none;
  background-image: url(../Images/btn_fundDetail.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#content .flr {
  float: right;
  position: absolute;
  top: 80px;
  right: 0;
}
#content .fll {
  width: 70%;
  margin: 30px 0 0;
}

.orangeblock {
  display: block;
  margin-top: 30px;
}
.orangeblock .text-center {
  text-align: center;
}
.orangeblock .text-center img {
  display: inline-block;
  max-width: 100%;
}

.orangebox {
  background: #ec6100;
  font-size: 21px;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
}

.orangebox2 {
  display: inline-block;
  font-size: 21px;
  padding: 0px 0;
  color: #eb6100;
  line-height: 1.7;
  margin-left: 5px;
}
.orangebox2:before {
  content: "";
  display: block;
  border-top: 1px solid #ec6100;
}
.orangebox2:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ec6100;
}

.story_book {
  margin: 30px 0;
}

#content_1 section, #content_2 section, #content_3 section {
  margin: 0 auto;
  background: #f5f2ed;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

#content_1 section p, #content_2 section p {
  font-size: 17px;
  line-height: 1.9em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  /*IE9*/
  -moz-text-align-last: justify;
  /*Firefox*/
  -webkit-text-align-last: justify;
  /*Chrome*/
}

#content_1 section p b, #content_2 section p b {
  color: #eb6100;
}

#content_1 section .close_, #content_2 section .close_ {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

#content_1 section h3, #content_2 section h3 {
  font-size: 21px;
}

.note_text {
  font-size: 12px;
  color: #666;
  line-height: 18px;
}

.btn_story {
  margin: 0 auto;
  text-align: center;
}
.btn_story a img {
  display: inline-block;
  margin: 5px;
  max-width: 100%;
}
.btn_story.seemore {
  font-size: 17px;
  margin-bottom: 30px;
}

.adbanner {
  position: fixed;
  right: 0px;
  top: 25%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .adbanner {
    top: auto;
    bottom: 0;
    width: 100%;
    right: 0;
    height: 45px;
  }
  .adbanner .Topgo {
    display: inline-block;
    width: 16%;
    height: 45px;
    background: #083e6d url(../Images/icon_goTop.png) center center no-repeat;
    background-size: 30%;
  }
}
.adbanner a {
  text-align: center;
  background: #00c636;
  display: block;
  margin: auto 0;
  padding: 1em 0.5em;
  font-size: 16px;
  width: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: relative;
}
.adbanner a::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 3px;
  border: 1px solid #00a72c;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .adbanner a::before {
    border: none;
  }
}
.adbanner a span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .adbanner a {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    width: 84%;
    height: 32px;
    border: none;
    display: inline-block;
    float: left;
    padding: 0.5em 0 0.35em;
    margin: 0;
    border-radius: 0;
    font-size: 1.1em;
    line-height: 1.8;
    color: #fff;
  }
  .adbanner a span {
    color: #fff !important;
    display: block;
  }
}
.adbanner a span {
  font-size: 0.9em;
  letter-spacing: -1px;
  display: inline-block;
  line-height: 1.5;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
.adbanner a:hover {
  color: #fff100;
  background: #0050b9;
}
.adbanner a + a {
  margin-top: 10px;
  background: #00c636;
}
.adbanner a + a::before {
  border: 1px solid #ea5302;
}
@media screen and (max-width: 767px) {
  .adbanner a + a::before {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .adbanner a + a {
    margin-top: 0px;
  }
}
.adbanner a img {
  vertical-align: middle;
}

.lightstar {
  position: absolute;
  top: 0;
  -webkit-animation: 2s lightstara infinite;
  animation: 2s lightstara infinite;
}

@-webkit-keyframes lightstara {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lightstara {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}
.text_content ul:after {
  content: "";
  display: table;
  clear: both;
}

.text_content ul {
  padding: 0;
  margin: 15px 0 0 15px;
}
.text_content ul li {
  margin: 10px 0;
  list-style: none;
  font-size: 17px;
  line-height: 1.6;
}
.text_content ul li:last-child {
  margin-bottom: 5px;
}
.text_content ul li span {
  background: #a0a0a0;
  color: #fff;
  border-radius: 3px;
  padding: 5px;
  margin-right: 10px;
}

#content .discountBox {
  overflow: hidden;
}
#content .discountBox .discountList {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#content .discountBox .discountList li {
  vertical-align: top;
  display: inline-block;
  width: 44.5%;
  margin: 0;
  padding: 2% 5% 2% 0;
  text-align: left;
}
#content .discountBox .discountList li + li + li {
  padding: 0% 5% 2% 0;
}
#content .discountBox .discountList ul:after {
  content: "";
  clear: both;
  display: table;
}
#content .discountBox .discountList p {
  font-size: 17px;
  color: #333;
  line-height: 1.4em;
}
#content .discountBox .pic {
  float: left;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  background-position-x: -12px;
  background-position-y: -6px;
}
#content .discountBox p.title {
  font-size: 28px;
  font-weight: bold;
  color: #1257A3;
}
#content .discountBox p.title span {
  color: #DF5009;
}
#content .discountBox p.title em {
  font-size: 14px;
  font-style: normal;
  color: #313131;
  margin-left: 5px;
}
#content .discountBox .discount_1 p.title {
  text-align: center;
}
#content .discountBox .discountList li:nth-child(1) .pic {
  background-image: url(../Images/pic_dicsount_1.png);
}
#content .discountBox .discountList li:nth-child(2) .pic {
  background-image: url(../Images/pic_dicsount_2.png);
}
#content .discountBox .discountList li:nth-child(3) .pic {
  background-image: url(../Images/pic_dicsount_4.png);
}
#content .discountBox .discountList li:nth-child(4) .pic, #content .discountBox .discountList li:nth-child(5) .pic {
  background-image: url(../Images/pic_dicsount_5.png);
}
#content .discountBox .discount_5 p.title {
  text-align: center;
}
#content .discountBox .discount_5 .pic {
  background-image: url(../Images/pic_dicsount_5.png);
}
#content .discountBox .discount_6 .pic {
  background-image: url(../Images/pic_dicsount_6.png);
}
#content .discountDetail {
  float: left;
  margin: 0 0 30px;
  width: 100%;
}
#content .discountDetail:after {
  content: "";
  clear: both;
  display: table;
}
#content .discountDetail .box_1 {
  width: 53%;
  float: left;
  background: #fff8ed;
  padding: 2%;
  margin-right: 0.5%;
  border: 1px solid #ffa945;
}
#content .discountDetail .box_2 {
  width: 37%;
  float: right;
  background: #fff8ed;
  padding: 2%;
  margin-left: 0%;
  border: 1px solid #ffa945;
}
#content .discountDetail img {
  float: left;
  margin-right: 10px;
}
#content .discountDetail h3 {
  font-size: 28px;
  font-weight: bold;
  color: #df5037;
  margin: 0;
  line-height: 1.3;
}
#content .discountDetail p {
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 1.8em;
  margin-bottom: 5px;
}
#content .discountDetail .link {
  border: 0;
  padding: 9px 37px;
  line-height: 2.3;
  font-size: 18px;
  background: url(../Images/btn_submit.png);
  text-decoration: none;
  color: #333;
}
#content .note {
  width: 100%;
  margin: 0 auto 30px;
  padding: 15px 30px;
  border: 5px solid #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#content .note ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .note ul > li {
  position: relative;
  padding-left: 10px;
}
#content .note ul > li:before {
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  left: 2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #4E4E4E;
}
#content .note ol {
  margin: 0 0 0 1.4em;
  padding: 0;
}
#content .note p, #content .note li {
  color: #4E4E4E;
  font-size: 13px;
  margin: 0;
  line-height: 1.9em;
}
#content .form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px;
  background-color: #FFF;
  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: 17px;
}
#content .form form {
  background-color: #FFFBEA;
  text-align: left;
}
#content .form table {
  width: 100%;
  color: #333;
}
#content .form table td {
  padding: 10px 15px;
}
#content .form table tr td:first-child {
  width: 25%;
}
#content .form table .inline {
  display: inline-block;
  margin: 0 10px;
}
#content .form .submit {
  display: inline-block;
  margin: 15px 0;
  outline: none;
  border: 0;
  line-height: 2.3;
  font-size: 18px;
  width: 162px;
  height: 37px;
  overflow: hidden;
  background-color: transparent;
  background-image: url(../Images/btn_submit.png);
  background-size: 100%;
  text-align: center;
}
#content .form form input[type=text] {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DDD;
  padding: 0 10px;
  height: 35px;
}
#content .form input[type=radio], #content .form input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px 0 0;
  width: 32px;
  height: 16px;
}

.footer {
  border-top: solid 4px #1a4f9c;
}
.footer-top {
  padding: 30px 0px 25px;
  background: #fff;
}
.footer-logo {
  float: left;
  padding-right: 2em;
  border-right: 1px solid #5e5e5e;
}
.footer-logo img {
  max-width: 160px;
}
.footer-phone {
  float: right;
  color: #ea5404;
}
@media screen and (max-width: 1199px) {
  .footer-phone {
    float: left;
  }
}
.footer-phone-tit {
  font-size: 24px;
  vertical-align: text-bottom;
  color: #5e5e5e;
}
.footer-phone-phone {
  font-size: 48px;
}
.footer-phone-phone a {
  color: #ea5404;
}
.footer-info {
  font-size: 14px;
  color: #5e5e5e;
}
.footer-contactInfo {
  font-size: 0px;
  margin: 0px;
  padding: 0 0 0 15px;
  float: left;
}
.footer-contactInfo-item {
  font-size: 13px;
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 20px;
  font-weight: bold;
  color: #093e8d;
}
.footer-contactInfo-item-address {
  margin: 0px 0px;
}
.footer-contactInfo-item-phone {
  display: inline;
  margin-right: 1em;
}
.footer-contactInfo-item:last-of-type:before {
  display: none;
}
.footer-warning {
  font-size: 15px;
  background: #f0f0f0;
  padding: 20px 0px 30px;
}
@media screen and (max-width: 991px) {
  .footer-warning {
    padding: 20px 0px 60px;
  }
}
.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 ul li span {
  color: #d65713;
  text-decoration: underline;
}
.footer-warning ul li em {
  color: #d65713;
  font-style: normal;
}
.footer-warning a {
  text-decoration: none;
  border-bottom: solid 1px;
}
.footer-warning-remark {
  font-size: 13px;
}
@media screen and (max-width: 1199px) {
  .footer-phone {
    padding-left: 15px;
  }
  .footer-phone-tit {
    display: block;
  }
  .footer-phone-phone {
    line-height: 0.8;
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .footer-phone {
    padding: 15px 0 0;
  }
  .footer-phone-tit {
    display: inline-block;
  }
  .footer-phone-phone {
    line-height: 0.8;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    float: none;
    text-align: center;
    border-right: none;
    padding-right: 0em;
  }
  .footer-logo img {
    width: 160px;
  }
  .footer-phone {
    float: none;
    text-align: center;
    padding: 0;
  }
  .footer-phone-tit {
    font-size: 18px;
  }
  .footer-phone-phone {
    font-size: 30px;
  }
  .footer-info {
    text-align: center;
  }
  .footer-contactInfo {
    margin: 15px 0px;
    float: none;
    padding: 0;
    text-align: center;
  }
  .footer-contactInfo-item {
    display: block;
    width: auto;
    border-bottom: solid 1px #ccc;
    padding: 10px 0px;
  }
  .footer-contactInfo-item:before {
    display: none;
  }
  .footer-contactInfo-item-name {
    font-size: 16px;
  }
  .footer-contactInfo-item-phone {
    float: none;
    margin-right: 10px;
  }
  .footer-contactInfo-item:first-of-type {
    padding-top: 0px;
  }
  .footer-contactInfo-item:last-of-type {
    padding-bottom: 0px;
    border-bottom: none;
  }
}

@media only screen and (max-width: 767px) {
  .mhide {
    display: none;
  }
  .mshow {
    display: block;
    width: 100%;
  }
  .posCenter {
    margin: 0 auto;
    width: 100%;
    padding: 0 1em;
  }
  .bottomNav {
    position: fixed;
    display: none;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background-color: rgba(7, 52, 120, 0.9);
  }
  .bottomNav div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    width: 42%;
    font-size: 14px;
    text-decoration: none;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
  }
  .bottomNav div span {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../Images/icon_bottomNav_2.png);
  }
  .bottomNav div:first-child {
    border-left: 0;
  }
  .bottomNav div:first-child span {
    background-image: url(../Images/icon_bottomNav_1.png);
  }
  .bottomNav div a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #FFF;
  }
  .bottomNav .goToTop {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 100%;
    float: left;
    color: #FFF;
    width: 16%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    background-image: url(../Images/icon_goTop.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    cursor: pointer;
  }
  .moreDataMo {
    position: absolute;
    cursor: pointer;
    right: 7px;
    top: -52px;
    width: 142px;
    height: 44px;
    background-image: url(../Images/btn_moreData_mobile.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
  }
  .text_content ul li {
    font-size: 16px;
  }
  .text_content ul {
    margin: 0 0 0 15px;
  }
  .text_content ul li span {
    font-size: 14px;
  }
  #content .note {
    width: 100%;
    margin: 10px auto;
    padding: 15px;
  }
  #content .note ul > li:before {
    top: 8px;
    width: 2px;
    height: 2px;
  }
  #content .note p, #content .note li {
    font-size: 10px;
  }
  #footer {
    border-top: 3px solid #003576;
    min-width: 0;
  }
  #footer .posCenter {
    padding: 0;
  }
  #footer .logo {
    margin: 10px 0 5px 5px;
    width: 91px;
    height: 24px;
  }
  #footer .phone {
    margin: 7px 5px 0 0;
    font-size: 24px;
  }
  #footer .phone span {
    display: none;
  }
  #footer .company {
    margin: 5px;
    font-size: 10px;
  }
  #footer .location .group {
    display: block;
    border-left: 0;
    border-top: 1px solid #F1F1F1;
    padding: 5px 0 5px 7px;
  }
  #footer .location .group:first-child {
    padding: 5px 0 5px 7px;
  }
  #footer .location p {
    display: block;
    margin: 0;
    font-size: 12px;
  }
  #footer .location span {
    margin: 0 10px 0 0;
  }
  #footer .warning {
    margin-top: 0;
    padding: 10px 0 40px;
  }
  #footer .warning li {
    padding: 0 10px 0 20px;
    font-size: 13px;
    line-height: normal;
  }
  #footer .warning li:before {
    left: 10px;
    top: 7px;
    border-width: 3px 4px;
  }
  #content ul.starPost li {
    font-size: 14px;
    line-height: 1.5em;
    width: 100%;
    padding: 0;
  }
  #content ul.starPost li h4 {
    font-size: 15px;
    padding: 15px 0 10px 30px;
    background-size: 22px;
    background-position-y: 14px;
  }
  .btn_story {
    margin-right: 10px;
  }
  .orangebox, .orangebox2 {
    font-size: 16px;
  }
  #content_1 section, #content_2 section, #content_3 section {
    padding: 15px;
    margin: 0;
    width: 100%;
  }
  #content .form {
    font-size: 14px;
  }
  .addtocalendar {
    margin-right: 0 !important;
  }
}
.goTop {
  position: fixed;
  display: none;
  width: 70px;
  height: 70px;
  bottom: 40px;
  cursor: pointer;
  background-image: url(../images/goTop.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  right: 15px;
}

[id*=content] {
  position: relative;
}

#pos_1 {
  top: 60px;
}
#pos_2 {
  top: 60px;
}
#pos_3 {
  top: 60px;
}
#pos_4 {
  top: 60px;
}
#pos_6 {
  top: 60px;
}
@media screen and (max-width: 991px) {
  #pos_a1 {
    top: -50px;
  }
  #pos-b1 {
    top: -25px;
  }
  #pos-d1 {
    top: -45px;
  }
  #pos-f1 {
    top: -25px;
  }
}

.mobileShow {
  display: none;
}

@media screen and (max-width: 991px) {
  .pcShow {
    display: none;
  }
  .mobileShow {
    display: initial;
  }
}
.textalign-center {
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.mainslider {
  padding: 2em;
}
.mainslider.one, .mainslider.two, .mainslider.three {
  padding: 3em 2em 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .mainslider.one, .mainslider.two, .mainslider.three {
    font-size: 0.8em;
    padding: 6em 1.5em 2em;
  }
}
@media screen and (max-width: 991px) {
  .mainslider.two {
    font-size: 0.8em;
    padding: 0em 1.5em 2em;
  }
}
.mainslider.three {
  padding: 3em 2em 2em;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .mainslider.three {
    padding: 1em 1.5em 2em;
  }
}
.mainslider.three .subbt {
  display: none;
}
@media screen and (max-width: 991px) {
  .mainslider.three .subbt {
    display: block;
  }
}
.mainslider.three .leftzone {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .mainslider.three .leftzone {
    width: 100%;
  }
}
.mainslider.three .rightzone {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  font-size: 1.2em;
}
@media screen and (max-width: 991px) {
  .mainslider.three .rightzone {
    width: 100%;
  }
}
.mainslider.three .rightzone ul {
  margin: 1em 0;
}
.mainslider.three .rightzone ul li {
  list-style: none;
  position: relative;
  margin-bottom: 0.3em;
}
.mainslider.three .rightzone ul li::before {
  position: absolute;
  content: "";
  background: url(../Images/star.png) 0 0 no-repeat;
  width: 19px;
  height: 18px;
  left: -1.5em;
  top: 2px;
}
.mainslider.three .rightzone ul li:first-child {
  color: #1360af;
  list-style: none;
  font-size: 1.5em;
  font-weight: bold;
  margin-left: -1em;
}
.mainslider.three .rightzone ul li:first-child::before {
  content: none;
}
.mainslider.three .rightzone ul li span {
  color: rgb(100, 100, 100);
}
.mainslider h3 {
  text-align: center;
  font-size: 1.8em;
}
.mainslider h4 {
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  color: #ea7629;
  margin: 0.5em 0;
}
.mainslider p {
  text-align: center;
  font-size: 1.5em;
}
.mainslider .chart {
  width: 100%;
  margin: 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mainslider .chart.two {
  width: 49%;
  float: left;
  padding: 1em;
}
.mainslider .chart.two.first {
  margin-right: 2%;
}
@media screen and (max-width: 991px) {
  .mainslider .chart.two {
    width: 100%;
    padding: 0;
  }
}
.mainslider .chart.three {
  width: 33.3%;
  float: left;
  padding: 1em;
}
@media screen and (max-width: 991px) {
  .mainslider .chart.three {
    width: 100%;
    padding: 0;
  }
}
.mainslider .chart .title {
  font-size: 1.2em;
  padding: 0.3em 0;
  margin: 0 auto;
  background: #1360af;
  color: #ffffff;
  text-align: center;
  max-width: 700px;
}
.mainslider .chart p {
  font-size: 1.1em;
  margin: 0.5em 0;
}
.mainslider .chart img {
  margin: 1em auto 0;
  max-width: 100%;
}
.mainslider .chart .textinfo {
  margin: 1em 0;
}

.navslider.one {
  margin-bottom: 0;
  z-index: 1;
}
.navslider.one .slick-track {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}
@media screen and (max-width: 991px) {
  .navslider.one {
    margin-bottom: -3.5em;
  }
}
.navslider.one .cbt1, .navslider.one .cbt2, .navslider.one .cbt3, .navslider.one .cbt4, .navslider.one .cbt5 {
  background: #ffffff;
  border-radius: 50px;
  border: 1px solid #ccc;
}
.navslider.one .slick-current .cbt1, .navslider.one .slick-current .cbt2, .navslider.one .slick-current .cbt3, .navslider.one .slick-current .cbt4, .navslider.one .slick-current .cbt5 {
  background: #0161DD;
  border: 1px solid #0161DD;
  color: #fff;
  border-radius: 50px;
  height: 30px;
  font-size: 1.5em;
  display: block;
  padding: 0.25em 0em;
}
@media screen and (max-width: 767px) {
  .navslider.one .slick-current .cbt {
    font-size: 1.2em;
    background-size: contain;
    width: 90%;
    height: auto;
  }
}
.navslider.one .cbt {
  width: 80%;
  font-size: 1.5em;
  cursor: pointer;
  margin: 0 auto;
  padding: 0.25em 0;
}
@media screen and (max-width: 767px) {
  .navslider.one .cbt {
    font-size: 1.2em;
    background-size: contain;
    width: 90%;
  }
}

.navslider.two, .navslider.three {
  margin-bottom: 0px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .navslider.two, .navslider.three {
    margin-bottom: 20px;
  }
}
.navslider.two .slick-track, .navslider.three .slick-track {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}
.navslider.two .cbt1, .navslider.two .cbt2, .navslider.two .cbt3, .navslider.two .cbt4, .navslider.two .cbt5, .navslider.three .cbt1, .navslider.three .cbt2, .navslider.three .cbt3, .navslider.three .cbt4, .navslider.three .cbt5 {
  background: #ffffff;
  border-radius: 50px;
  border: 1px solid #ccc;
}
.navslider.two .slick-current .cbt1, .navslider.two .slick-current .cbt2, .navslider.two .slick-current .cbt3, .navslider.two .slick-current .cbt4, .navslider.two .slick-current .cbt5, .navslider.three .slick-current .cbt1, .navslider.three .slick-current .cbt2, .navslider.three .slick-current .cbt3, .navslider.three .slick-current .cbt4, .navslider.three .slick-current .cbt5 {
  background: #0161DD;
  border: 1px solid #0161DD;
  color: #fff;
  border-radius: 50px;
  height: 30px;
  font-size: 1.5em;
  display: block;
  padding: 0.25em 0em;
}
@media screen and (max-width: 767px) {
  .navslider.two .slick-current .cbt, .navslider.three .slick-current .cbt {
    background-size: contain;
    width: 100%;
    font-size: 1.2em;
    height: auto;
    width: 90%;
  }
}
.navslider.two .cbt, .navslider.three .cbt {
  width: 80%;
  font-size: 1.5em;
  cursor: pointer;
  margin: 0 auto;
  padding: 0.25em 0;
}
@media screen and (max-width: 767px) {
  .navslider.two .cbt, .navslider.three .cbt {
    background-size: contain;
    font-size: 1.2em;
    width: 90%;
  }
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none !important;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

video {
  opacity: 0;
  -webkit-animation: OPENit 7s ease forwards;
          animation: OPENit 7s ease forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes OPENit {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes OPENit {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tablezone {
  margin: 4em 0 1.5em;
}
@media screen and (max-width: 767px) {
  .tablezone {
    margin: 2em 0 1.5em;
  }
}
.tablezone h4 {
  color: #003E8D;
  font-size: 2em !important;
  margin-bottom: 0.8em;
  border: none;
  display: block;
}
@media screen and (max-width: 767px) {
  .tablezone h4 {
    margin-bottom: 0;
  }
}
.tablezone table {
  width: 100%;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .tablezone table {
    font-size: 1em;
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.tablezone table thead {
  background: #003E8D;
  color: #fff;
  margin-bottom: 0.5em;
}
.tablezone table thead th {
  padding: 0.5em;
}
.tablezone table tbody {
  color: #7c7c7c;
  background: #fff;
}
.tablezone table tbody tr td {
  padding: 0.5em;
}