﻿@charset "UTF-8";
body {
  background: #F4F4F4;
  padding: 0;
  margin: 0;
  font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
  font-size: 1em;
  letter-spacing: 0.05em;
  color: #222222;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  color: currentColor;
}
a:hover {
  text-decoration: none;
}

.moreBtn {
  background: #ffffff;
  color: #16828F;
  border-radius: 0.5em;
  border: 1px solid #16828F !important;
  padding: 5px 20px;
  border: none;
}
.moreBtn::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.5em;
  border-color: transparent transparent transparent currentColor;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.moreBtn:hover {
  background: #04C0CE;
  color: #ffffff;
}

.showIt {
  display: block;
}

.hideIt {
  display: none;
}

.navbar-dark .navbar-nav .show > .nav-link {
  color: #F86C01 !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #16828F;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #F86C01;
}
.navbar-dark .navbar-nav .nav-link:focus {
  color: #F86C01 !important;
}

.bg-dark {
  background-color: #16828F !important;
}

.navbar {
  flex-flow: column wrap;
  position: relative;
}
.navbar .container-fluid {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 0;
  max-width: 1400px;
  min-height: 250px;
  height: 250px;
  z-index: 9999;
}

.navbar-collapse {
  flex-flow: column nowrap;
}

.navbar-dark .navbar-toggler {
  border-color: #16828F;
}

nav .logo {
  position: absolute;
  top: 50px;
}
nav .topArea {
  padding: 0 5%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 1em;
  font-weight: 700;
}
nav .topArea ul {
  text-align: right;
}
nav .topArea ul li {
  display: inline-block;
}
nav .topArea ul li .fas {
  color: #F86C01;
}
nav .topArea ul li a {
  color: #4F4F4F;
}
nav .topArea ul li a:hover {
  color: #16828F;
}
nav .topArea ul li .fontControl {
  display: inline-block;
  background-color: #fff;
  padding: 3px 3px;
  cursor: pointer;
  color: #333;
  line-height: 22px;
}
nav .topArea ul li .fontControl:hover {
  background-color: #FFAA00;
  color: #ffffff;
}
nav .topArea ul li .fontControl:first-child {
  margin-left: 5px;
}
nav .topArea ul li .in {
  background-color: #16828F;
  color: #fff;
}
    nav .topArea ul li.bgTop {
        background: #16828F;
        padding: 10px 20px 5px 20px;
        margin-right: -5px;
    }
nav .topArea ul li.bgTop a {
  color: #ffffff;
}
nav .topArea ul li.bgTop a:hover {
  color: #FFDC12;
}
nav .midArea {
  display: flex;
  flex-flow: row wrap;
  padding: 0 5%;
  width: 100%;
  justify-content: flex-end;
  position: absolute;
  top: 60px;
  right: 0;
  gap: 5px 20px;
  align-items: flex-start;
}
nav .midArea .social img {
  width: 1.6em;
  height: auto;
}
nav .midArea .searching {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  max-width: 200px;
  border: 1px solid #16828F;
}
nav .midArea .searching input {
  height: 30px;
  border: none;
  width: 100%;
  padding-left: 10px;
}
    nav .midArea .searching .search-btn {
        padding: 3px 1.2em 0 1.2em;
        height: 30px;
        background: url(../img/magnifying-glass-solid.svg) center center/50% auto no-repeat #16828F;
        color: #ffffff;
    }
nav .midArea .searching .search-btn i {
  color: #ffffff;
}
nav .midArea .search-f-mobile {
  display: none;
}
nav .midArea .popular {
  font-size: 0.8em;
  width: 100%;
  text-align: right;
}
nav .midArea .popular a:hover {
  color: #ffffff;
}
nav .mainMenu {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 600;
}
nav .mainMenu .guide {
  width: 100%;
  height: 40px;
  position: relative;
}
nav .mainMenu .guide::before {
  content: "";
  position: absolute;
  top: 30px;
  z-index: -999;
  width: 100%;
  height: 10px;
  background: #04C0CE;
  display: inline-block;
}
nav .mainMenu .guide ul {
  width: 30%;
  background: #16828F;
  position: absolute;
  top: 0;
  right: 5%;
  height: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 10px 10px 0 0;
}
nav .mainMenu .guide ul li {
  color: #ffffff;
}
nav .mainMenu .guide ul li a:hover {
  color: #FFDC12 !important;
}
nav .mainMenu .navbar-nav {
  background: #ffffff;
  width: 100%;
  padding: 0 5%;
  justify-content: space-between;
  margin: 0 auto;
  font-size: 1.3em;
}
nav .mainMenu .navbar-nav li {
  /*width: 13%;*//*導航列字數更多會造成區塊過大*/
  text-align: center;
}
nav .mainMenu .navbar-nav li img {
  display: block;
  margin: 10px auto 0 auto;
  height: 2.5em;
}
nav .mainMenu .navbar-nav li .dropdown-item {
  color: #ffffff;
}
nav .mainMenu .navbar-nav li .dropdown-item:hover {
  background-color: rgba(148, 235, 253, 0.7);
  color: #000;
}
nav .mainMenu .navbar-nav li .dropdown-menu {
  background: #16828F;
  margin-top: 0;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

#myCarousel {
  z-index: 10;
  margin-bottom: 0;
}
#myCarousel .carousel-indicators {
  bottom: 50px;
}
#myCarousel .carousel-inner {
  text-align: center;
  height: 100%;
  width: 100%;
}
#myCarousel .carousel-inner .carousel-item {
  height: auto;
}
#myCarousel .carousel-inner .carousel-item img {
  position: relative;
  width: 100%;
  height: 100%;
}
#myCarousel .line {
  display: block;
  height: 20px;
  width: 100%;
  background: #16828F;
}

.container-fluid {
  padding: 0;
}
.container-fluid .news {
  width: 100%;
  background: url(../img/newBg.png) bottom 2em left/100% auto no-repeat;
  padding-top: 70px;
}
.container-fluid .news .newsBoard {
  width: 80%;
  border: 1px solid #B6BABB;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}
.container-fluid .news .newsBoard .newsBtns {
  background: #E3E3E3;
  width: 100%;
  padding: 15px 40px 0 40px;
  font-weight: 700;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.container-fluid .news .newsBoard .newsBtns button.newBtn {
  font-size: 1.5em;
  width: 18%;
  padding: 1em;
  border: none;
  background: #E3E3E3;
}
.container-fluid .news .newsBoard .newsBtns button.newBtn:hover {
  background: #16828F;
  color: #ffffff;
  opacity: 0.5;
}
.container-fluid .news .newsBoard .newsBtns button.newBtn.active {
  background: #16828F;
  color: #ffffff;
}
.container-fluid .news .newsBoard .content {
  width: 100%;
  padding: 20px 50px;
  text-align: right;
}
.container-fluid .news .newsBoard .content .news__item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  text-decoration: none;
  text-align: justify;
  padding: 10px 20px;
}
.container-fluid .news .newsBoard .content .news__item:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.container-fluid .news .newsBoard .content .news__item .news__date {
  margin-right: 16px;
  font-size: 0.875em;
  color: #16828F;
}
.container-fluid .news .newsBoard .content .news__item .news__icon {
  display: block;
  width: 100px;
  align-items: center;
  background-color: #16828F;
  color: #ffffff;
  padding: 0;
  border-radius: 12px;
  text-align: center;
  margin-right: 16px;
}
.container-fluid .news .newsBoard .content .news__item .news__detail {
  flex: 1;
}
.container-fluid .news .newsBoard .content .news__item .news__detail a {
  font-size: 1.1em;
  line-height: 1.5;
  display: block;
  text-decoration: none;
}
.container-fluid .express ul {
  width: 80%;
  margin: 50px auto;
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  row-gap: 20px;
}
.container-fluid .express ul li {
  width: 20%;
}
.container-fluid .express ul li a {
  background: #ffffff;
  outline: 1px solid #16828F;
  display: inline-block;
  width: 90%;
  padding: 2em 0.5em;
  border-radius: 0.8em;
  font-size: 1.3em;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.container-fluid .express ul li a:hover {
  outline: 1px solid #04C0CE;
}
.container-fluid .express ul li a img {
  height: 3.5em;
  display: block;
  margin: 10px auto;
}
.container-fluid .express ul li a:hover::before {
  background-color: #04C0CE;
}
.container-fluid .express ul li a::before {
  width: 112%;
  height: 100%;
  background-color: #16828F;
  transition: background-color 2s ease-out;
  content: "";
  display: block;
  position: absolute;
  top: -60%;
  right: 0;
  z-index: 999;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
.container-fluid .express ul li a::after {
  content: "";
  z-index: 99999;
  background: url(../img/arrow.svg) no-repeat;
  width: 50px;
  height: 25px;
  display: block;
  position: absolute;
  right: -1.1em;
  top: 1em;
}
.container-fluid .activity {
  background: url(../img/bg03.jpg) top left/100% auto no-repeat;
  color: #ffffff;
  padding: 0 9%;
}
.container-fluid .activity .row {
  padding: 0;
}
.container-fluid .activity .textContent {
  padding-right: 5%;
  margin-top: 100px;
}
.container-fluid .activity .textContent hr {
  border-top: 1px solid rgb(255, 255, 255);
}
.container-fluid .activity .textContent .content {
  padding-left: 50px;
  font-size: 1.2em;
  margin-top: 2em;
}
.container-fluid .activity .textContent .moreBtn {
  color: #16828F;
  border: none;
  border-radius: 10px;
  padding: 10px 40px;
  font-weight: 600;
  float: right;
  margin-top: 50px;
}
.container-fluid .activity .textContent .moreBtn:hover {
  background: #F86C01;
  color: #ffffff;
}
.container-fluid .activity #actCarousel {
  border: 4px solid #ffffff;
  padding: 0;
  height: auto;
  margin: 100px 0;
}
.container-fluid .activity #actCarousel .carousel-indicators {
  bottom: 30px;
}
.container-fluid .activity #actCarousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: none;
}
.container-fluid .activity #actCarousel .carousel-inner .carousel-item img {
  position: absolute;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
}
.container-fluid .activity #actCarousel .carousel-control-prev {
  opacity: 1;
}
.container-fluid .activity #actCarousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: url(../img/carouseL.png);
  width: 50px;
  height: 50px;
}
.container-fluid .activity #actCarousel .carousel-control-next {
  opacity: 1;
}
.container-fluid .activity #actCarousel .carousel-control-next .carousel-control-next-icon {
  background-image: url(../img/carouseR.png);
  width: 50px;
  height: 50px;
}
.container-fluid .videos {
  padding: 80px 9% 200px 9%;
  margin: 0 auto;
  color: #16828F;
  border-top: 15px solid #16828F;
  background: url(../img/bg.jpg) center center/cover no-repeat;
}
.container-fluid .videos h1 {
  font-weight: 600;
}
.container-fluid .videos .row {
  padding: 0;
  margin-top: 50px;
}
.container-fluid .videos .container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.container-fluid .videos .container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container-fluid .links {
  background: url(../img/linkBg.png) center center/cover no-repeat;
  padding: 100px 0 150px 0;
  color: #ffffff;
}
.container-fluid .links h1 {
  font-weight: 700;
}
.container-fluid .links .seemore {
  text-align: right;
  margin-bottom: 2em;
  margin-right: 4em;
}
.container-fluid .links .tab-content .text .link-carousel .flickity-viewport .carousel-cell img {
  margin-right: 30px;
}
.container-fluid .open-it-area {
  text-align: center;
  position: relative;
}
.container-fluid .open-it-area .open-btn {
  width: 70px;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  margin: auto;
}
.container-fluid .open-it-area .open-btn img {
  width: 100%;
}
.container-fluid .open-it-area .open-btn p {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 1.25em;
  transform: translate(-50%, -75%);
  white-space: nowrap;
}
.container-fluid .fatfooter {
  background-color: #E4E4E4;
  color: #69686F;
  padding: 50px 9% 0 9%;
  display: none;
  margin-top: -1px;
}
.container-fluid .fatfooter ul {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin: 0 auto;
  padding: 0;
}
.container-fluid .fatfooter ul li {
  width: 15.5%;
  padding: 0;
  margin-bottom: 4em;
  margin-right: 10px;
}
.container-fluid .fatfooter ul li .title {
  font-size: 1.5em;
  color: #F86C01;
  letter-spacing: 0.05em;
}
.container-fluid .fatfooter ul li .title::after {
  content: "";
  height: 1.5px;
  width: 100px;
  display: block;
  background: #16828F;
  margin: 15px 0;
}
.container-fluid .fatfooter ul li a {
  font-size: 1.2em;
  color: #69686F;
  letter-spacing: 0.05em;
  display: block;
  margin: 8px 0;
}
.container-fluid .fatfooter ul li a:hover {
  color: #F86C01;
}
.container-fluid footer {
  background-color: #037E9A;
  color: #ffffff;
  padding: 80px 9%;
  font-size: 1em;
}
.container-fluid footer #accesskey-Z {
  position: absolute;
  left: 1em;
  width: 1.2em;
  border: none;
  background: 0 0;
}
.container-fluid footer .row {
  padding: 0;
}
.container-fluid footer .footerLeft {
  padding-left: 0;
}
.container-fluid footer .footerLeft img {
  display: block;
  margin: 0 auto;
  width: 100px;
}
.container-fluid footer .footerCenter .ul-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 26px;
}
.container-fluid footer .footerCenter .ul-link li {
  padding: 0 5px;
  border-right: 1px solid #fff;
  line-height: 16px;
}
.container-fluid footer .footerCenter .ul-link li a {
  color: #ffffff;
  font-size: 1.2em;
  letter-spacing: 0.05em;
}
.container-fluid footer .footerCenter .ul-link li a:hover {
  color: #FFDC12;
}
.container-fluid footer .footerCenter .footer-info {
  margin-top: 60px;
}
.container-fluid footer .footerCenter .footer-info li {
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.container-fluid footer .footerRight .footer-info {
  color: #fff;
  text-align: right;
  padding-right: 0;
  flex-wrap: wrap;
}
.container-fluid footer .footerRight .footer-info li {
  margin-bottom: 20px;
  display: block;
}
.container-fluid footer .footerRight .footer-info li:last-child {
  margin-top: 40px;
}

@media (min-width: 992px) and (max-width: 1099.98px) {
  .container-fluid .express ul li a {
    min-height: 12.5em;
  }
  .container-fluid .express ul li a::before {
    top: -73%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #myCarousel .carousel-indicators {
    bottom: 0;
  }
  #myCarousel .carousel-item {
    height: 20em;
  }
  #myCarousel .carousel-item > img {
    width: 100%;
  }
  .container-fluid .videos .row > div:last-child {
    margin-top: 50px;
  }
  .container-fluid .fatfooter ul li {
    width: 48%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #myCarousel .carousel-indicators {
    bottom: 10px;
  }
  .container-fluid .videos .row > div:last-child {
    margin-top: 50px;
  }
  .container-fluid .fatfooter ul {
    text-align: center;
  }
  .container-fluid .fatfooter ul li {
    width: 100%;
  }
  .container-fluid .fatfooter ul li .title {
    font-weight: bolder;
  }
  .container-fluid footer .footerCenter .ul-link {
    flex-direction: column;
  }
  .container-fluid footer .footerCenter .ul-link li {
    border: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .navbar .container-fluid {
    min-height: 50px;
    height: auto;
  }
  nav .mainMenu, nav .topArea, nav .searchArea {
    position: unset;
  }
  nav .mainMenu ul {
    width: 100%;
  }
  nav .logo {
    padding: 20px;
    width: 250px;
  }
  nav .navbar-toggler {
    width: 50px;
    height: 50px;
    align-self: center;
    padding: 0.25em;
  }
  nav .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(22, 130, 143)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  nav .logo {
    position: unset;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
  }
  nav .midArea {
    padding: 0;
  }
  nav .midArea .searching {
    max-width: 100%;
    width: 100%;
  }
  nav .navbar-collapse {
    display: flex;
  }
  nav .navbar-collapse > div {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
  }
  nav .navbar-collapse .midArea {
    order: 1;
    width: 100%;
    flex-flow: column wrap;
    position: unset;
  }
  nav .navbar-collapse .midArea .social {
    text-align: right;
    width: 100%;
  }
  nav .navbar-collapse .midArea .social a {
    display: inline-block;
  }
  nav .navbar-collapse .searchArea {
    width: 100%;
    font-size: 1em;
    padding: 10px;
  }
  nav .navbar-collapse .searchArea .searching {
    width: 100%;
    max-width: none;
  }
  nav .navbar-collapse .topArea {
    order: 2;
    padding: 0;
    background-color: transparent;
  }
  nav .navbar-collapse .topArea ul {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  nav .navbar-collapse .topArea ul li {
    width: 48%;
    background-color: #16828F;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    border: 1px solid #037E9A;
  }
  nav .navbar-collapse .topArea ul li i {
    display: none;
  }
  nav .navbar-collapse .topArea ul li a {
    color: #ffffff;
  }
  nav .navbar-collapse .topArea ul li:first-child {
    display: none;
  }
  nav .navbar-collapse .topArea ul li span {
    display: none;
  }
  nav .navbar-collapse .topArea ul li.font-size {
    display: none;
  }
  nav .navbar-collapse .topArea ul li.font-size .in {
    background-color: #FFAA00;
  }
  nav .navbar-collapse .topArea ul li.bgTop {
    margin-right: 0;
  }
  nav .navbar-collapse .mainMenu {
    order: 3;
  }
  nav .navbar-collapse .mainMenu .guide::before {
    display: none;
  }
  nav .navbar-collapse .mainMenu .guide ul {
    width: 100%;
    right: 0;
  }
  nav .navbar-collapse .mainMenu .navbar-nav {
    overflow: hidden;
    border: 1px solid #16828F;
    border-radius: 5px;
    padding: 0;
  }
  nav .navbar-collapse .mainMenu .navbar-nav .nav-link {
    text-align: center;
  }
  nav .navbar-collapse .mainMenu .navbar-nav .nav-link:focus {
    color: #ffffff;
  }
  nav .navbar-collapse .mainMenu .navbar-nav li {
    width: 100%;
    border: 1px solid #16828F;
  }
  nav .navbar-collapse .mainMenu .navbar-nav li img {
    display: none;
  }
  nav .navbar-collapse .mainMenu .navbar-nav li .dropdown-menu {
    background: #E3E3E3;
    box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  }
  nav .navbar-collapse .mainMenu .navbar-nav li .dropdown-item {
    text-align: center;
    color: #16828F;
    font-weight: bolder;
  }
  .container-fluid .news {
    padding-top: 40px;
  }
  .container-fluid .news .newsBoard {
    width: 90%;
  }
  .container-fluid .news .newsBoard .newsBtns {
    justify-content: space-between;
  }
  .container-fluid .news .newsBoard .newsBtns button.newBtn {
    width: 30%;
  }
  .container-fluid .news .newsBoard .moreBtn {
    width: 100%;
    padding: 15px;
    font-size: 1.5em;
  }
  .container-fluid .news .newsBoard .content ul {
    padding-left: 0;
  }
  .container-fluid .news .newsBoard .content ul li .news__detail {
    flex-shrink: 1;
  }
  .container-fluid .news .express ul {
    width: 90%;
  }
  .container-fluid .news .express ul li a {
    padding: 2em 1.5em;
    min-height: 13em;
  }
  .container-fluid .news .express ul li a::before {
    top: -70%;
  }
  .container-fluid .news .express ul li a::after {
    right: -20px;
  }
  .container-fluid .links .seemore {
    margin-right: 0;
  }
  .container-fluid .carousel-inner {
    border: none;
  }
  .container-fluid footer {
    text-align: center;
  }
  .container-fluid footer .footerCenter {
    margin-top: 50px;
  }
  .container-fluid footer .footerCenter .ul-link {
    justify-content: center;
  }
  .container-fluid footer .footerRight .footer-info {
    text-align: center;
  }
  .container-fluid footer .footerRight .footer-info li:last-child {
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .navbar .container-fluid {
    min-height: 170px;
  }
  nav .searchArea {
    right: 50px;
  }
  nav .mainMenu ul {
    width: 100%;
    padding: 0 20px;
  }
  nav .mainMenu ul li {
    font-size: 1em;
    width: auto;
  }
  .container-fluid .news .newsBoard .moreBtn {
    right: 0;
  }
  .container-fluid .activity {
    background: url(../img/bg03.jpg) top left/auto 100% no-repeat;
  }
  .container-fluid .videos {
    padding: 80px 9% 150px 9%;
  }
  .container-fluid .fatfooter ul li {
    width: 22%;
  }
  .container-fluid footer .footerCenter .ul-link {
    flex-wrap: wrap;
  }
  .container-fluid footer .footerCenter .ul-link li {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  nav .topArea {
    margin-top: 10px;
  }
  nav .midArea .social {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    margin-bottom: 10px;
  }
  nav .midArea .social a {
    width: 20%;
    text-align: center;
  }
  #myCarousel .carousel-indicators {
    bottom: 0;
  }
  .antifraud {
    display: none;
  }
  .container-fluid .news .newsBoard .newsBtns {
    padding: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .container-fluid .news .newsBoard .newsBtns button.newBtn {
    font-size: 1.2em;
  }
  .container-fluid .news .newsBoard .content {
    padding: 20px;
  }
  .container-fluid .news .newsBoard .content ul li .news__date {
    width: 30%;
  }
  .container-fluid .news .newsBoard .content ul li .news__icon {
    width: 50% !important;
    margin: 0 auto;
  }
  .container-fluid .news .newsBoard .content ul li .news__detail {
    margin-top: 15px;
    width: 100%;
  }
  .container-fluid .news .express ul li {
    width: 50%;
  }
  .container-fluid .news .express ul li a {
    padding: 2em 10px;
    min-height: auto;
  }
  .container-fluid .news .express ul li a::before {
    top: -68%;
  }
  .container-fluid .news .express ul li a::after {
    top: 10px;
    right: -25px;
  }
  .container-fluid .videos {
    padding: 100px 9% 150px 9%;
  }
  .container-fluid .videos .row > div:last-child {
    margin-top: 50px;
  }
  .container-fluid .links {
    padding: 80px 0 150px 0;
  }
  .container-fluid .links .seemore {
    margin-top: 50px;
    margin-right: 1.5em;
  }
  .container-fluid .links .tab-content .text .link-carousel .carousel-cell {
    width: 100%;
    padding: 0 60px;
  }
  .container-fluid .links .tab-content .text .link-carousel .carousel-cell img {
    display: block;
    width: 100%;
  }
  .container-fluid .fatfooter ul {
    text-align: center;
  }
  .container-fluid .fatfooter ul li {
    width: 100%;
  }
  .container-fluid .fatfooter ul li .title {
    font-weight: bolder;
  }
  .container-fluid footer .footerCenter .ul-link {
    flex-direction: column;
  }
  .container-fluid footer .footerCenter .ul-link li {
    border: none;
    margin-top: 20px;
  }
}
.slick-slide img {
  margin: 0 auto;
  width: 90%;
}

.slick-prev:before, .slick-next:before {
  font-weight: bolder;
  background: #0056b3;
  font-family: inherit;
  padding: 3px 10px 5px;
  border-radius: 20px;
}

.slick-prev:before {
  margin-left: -15px;
}

.slick-dots li.slick-active button:before {
  color: orange;
  font-family: inherit;
  font-size: 1.5em;
  opacity: 1;
}

.slick-dots li button:before {
  color: #fff;
  font-family: inherit;
  font-size: 1.5em;
}

@media (max-width: 599.98px) {
  .slick-prev:before, .slick-next:before {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */