﻿@charset "UTF-8";
body {
  background: #ffffff;
  padding: 0;
  margin: 0;
  font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
  font-size: 1em;
  letter-spacing: 0.05em;
  color: #222222;
}

html {
  scroll-behavior: smooth;
}

.index ul, .page ul {
  list-style: none;
  padding: 0;
}

.index a, .page a {
  color: currentColor;
}
.index a:hover, .page a:hover {
  text-decoration: none;
}

.moreBtn {
  position: relative;
  color: #00848A;
  background: transparent;
  font-weight: 600;
  border: none;
  width: 160px;
  height: 40px;
  margin-right: 20px;
  z-index: 1;
}
.moreBtn:hover {
  color: #ffffff;
}
.moreBtn:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 40px;
  background: #00848A;
  z-index: -999;
  transform: skew(-25deg);
}
.moreBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 40px;
  background: #F5D44A;
  z-index: -999;
  transform: skew(-25deg);
}

.showIt {
  display: block;
}

.hideIt {
  display: none;
}

.navbar-dark .navbar-nav .show > .nav-link {
  color: #F5D44A;
  background: #00848A;
}
.navbar-dark .navbar-nav .nav-link {
  color: #333;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #F5D44A;
  background: #00848A;
  text-shadow: 2px 2px 6px hsla(0, 0%, 0%, 0.25);
}

.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: 130px;
  z-index: 9999;
}

.navbar-collapse {
  flex-flow: column nowrap;
}

.navbar-dark .navbar-toggler {
  border-color: #16828F;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 20px 5%;
}
.header .logo a {
  width: 500px;
  height: 80px;
  display: block;
  background: url(../img/logoBack.png) top left/auto 100% no-repeat;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, transparent, hsla(0, 0%, 0%, 0.6));
}
.header .guide {
  display: flex;
  flex-flow: row nowrap;
  position: fixed;
  right: 0;
  top: 120px;
  z-index: 999999;
  transform: translateX(90px);
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.header .guide > span {
  writing-mode: vertical-lr;
  padding: 20px 10px;
  color: #ffffff;
  position: relative;
}
.header .guide > span::before {
  content: "";
  background: #00848A;
  width: 100%;
  height: 86%;
  transform: perspective(0.5em) rotateY(-3deg);
  position: absolute;
  top: 8px;
  right: 3px;
  z-index: -9;
}
.header .guide > div {
  display: flex;
  flex-direction: column;
  background: #ECECEC;
  color: #333;
}
.header .guide > div a {
  height: 50%;
  border: 1px solid #00848A;
  padding: 10px 10px;
}
.header .guide > div a:hover {
  background: #00848A;
  color: #ffffff;
}
.header .guide:hover {
  transform: translateX(0px);
}
.header .fixNav {
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 999999;
}
.header .fixNav ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
.header .fixNav ul li {
  background: #ECECEC;
  width: 90px;
  height: 90px;
  border-radius: 20px 0 0 20px;
  text-align: center;
  padding-top: 15px;
  box-shadow: -5px 5px 12px hsla(0, 0%, 0%, 0.15);
}
.header .fixNav ul li a img {
  padding-bottom: 5px;
  display: block;
  margin: 0 auto;
}

.carousel-control-next, .carousel-control-prev {
  z-index: 99999 !important;
}

nav .logo {
  position: absolute;
  top: 10px;
}
nav .logo img {
  width: 350px;
}
nav .topArea {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
}
nav .topArea ul {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
}
nav .topArea ul li {
  display: inline-block;
  margin-bottom: 10px;
}
nav .topArea ul li .fas {
  color: #153161;
}
nav .topArea ul li span {
  color: #ffffff;
  margin: 0 5px;
}
nav .topArea ul li a {
  color: #ffffff;
}
nav .topArea ul li a:hover {
  color: #F5D44A;
}
nav .topArea ul li.font-size {
  margin-right: 10px;
}
nav .topArea ul li .fontControl {
  display: inline-block;
  background-color: #fff;
  padding: 3px 3px;
  cursor: pointer;
  color: #333;
  line-height: 22px;
  border: 1px solid #ECF0F1;
}
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: linear-gradient(45deg, #0356AB, #4E0796);
  color: #fff;
}
nav .topArea ul li.bgTop {
  background: #04C0CE;
  padding: 10px 20px 5px 20px;
  margin-right: -5px;
}
nav .topArea ul li.bgTop a {
  color: #ffffff;
}
nav .topArea ul li.bgTop a:hover {
  color: #F5D44A;
}
nav .topArea ul li .searching {
  display: flex;
  flex-flow: row nowrap;
}
nav .topArea ul li .searching input {
  flex-grow: 2;
  margin-right: 10px;
}
nav .topArea ul li .searching .search-btn {
  background: linear-gradient(45deg, #0356AB, #4E0796);
  color: #ffffff;
  border: 1px solid #ECF0F1;
  padding: 2px 8px;
  margin-right: 10px;
}
nav .topArea ul li .searching .search-btn:hover {
  background: #F5D44A;
  color: #333;
}
nav .topArea ul li .searching .search-adv {
  background-color: #37BAEA;
  border: 1px solid #ECF0F1;
}
nav .topArea ul li .searching .search-adv:hover {
  background: #F5D44A;
  color: #333;
}
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.6rem;
  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.2rem 0 1.2rem;
  height: 30px;
  background: #0356AB;
  color: #ffffff;
}
nav .midArea .searching .search-btn i {
  color: #ffffff;
}
nav .midArea .search-f-mobile {
  display: none;
}
nav .midArea .popular {
  font-size: 0.8rem;
  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: #F5D44A !important;
}
nav .mainMenu .navbar-nav {
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
}
nav .mainMenu .navbar-nav li {
  background: hsla(0, 100%, 100%, 0.85);
  min-width: 13%;
  text-align: center;
}
nav .mainMenu .navbar-nav li img {
  display: block;
  margin: 10px auto 0 auto;
  height: 2.5rem;
}
nav .mainMenu .navbar-nav li .dropdown-item {
  margin-bottom: 7px;
  background: hsla(0, 100%, 100%, 0.85);
  color: #333;
  border-radius: 5px;
  font-weight: 600;
}
nav .mainMenu .navbar-nav li .dropdown-item i {
  margin-right: 3px;
  font-size: 0.1rem;
}
nav .mainMenu .navbar-nav li .dropdown-item:hover {
  background-color: #F5D44A;
  color: #000;
}
nav .mainMenu .navbar-nav li .dropdown-item:hover i {
  color: #00848A;
}
nav .mainMenu .navbar-nav li .dropdown-item:first-child {
  position: relative;
  background: hsla(0, 100%, 100%, 0.85);
  margin-top: 10px;
}
nav .mainMenu .navbar-nav li .dropdown-item:first-child::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent hsla(0, 100%, 100%, 0.85) transparent;
  position: absolute;
  top: -9px;
  left: 30px;
}
nav .mainMenu .navbar-nav li .dropdown-item:first-child:hover {
  background-color: #F5D44A;
  color: #000;
}
nav .mainMenu .navbar-nav li .dropdown-menu {
  background: transparent;
  margin-top: 0;
  border: none !important;
}

.admin1 {
  display: none;
}

.subopen {
  width: 100px;
  height: 100px;
  background: red;
  display: block;
}

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

.title {
  position: relative;
  background: url(../img/yellowLine.png) top left -40px/auto 120% no-repeat;
  display: flex;
  height: 120px;
  flex-flow: column nowrap;
  align-items: flex-start;
  margin-left: -40px;
  font-size: 1.8rem;
  padding: 0px 0 0 60px;
  color: #00848A;
}
.title .en {
  font-size: 1.8rem;
  color: #00848A;
  margin-bottom: 0;
}

.title2 {
  grid-row: 2;
  width: 70%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  position: relative;
}
.title2 .en {
  font-size: 1.8rem;
  color: #00848A;
  margin-bottom: 0;
}
.title2 .en::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 2px;
  bottom: -5px;
  background: #F5D44A;
}
.title2 span {
  display: inline-block;
  line-height: 50px;
  margin-left: 10px;
  font-weight: 600;
}

.container-fluid {
  padding: 0;
}
.container-fluid .news {
  margin: 50px auto 30px auto;
  width: 100%;
  max-width: 1200px;
  height: auto;
  position: relative;
  padding: 0 20px;
}
.container-fluid .news::before {
  content: "";
  position: absolute;
  background: url(../img/title01.png) top right/auto 100% no-repeat;
  width: 820px;
  height: 320px;
  top: 0;
  right: 85%;
  z-index: -9;
}
.container-fluid .news .newsList {
  width: 85%;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  justify-content: flex-end;
  flex-grow: 2;
}
.container-fluid .news .newsList .title2 {
  display: none;
}
.container-fluid .news .newsList ul {
  width: 100%;
  margin-left: 200px;
  margin-top: 20px;
  text-align: left;
}
.container-fluid .news .newsList ul .news__item {
  margin-bottom: 30px;
  font-size: 1.2rem;
  line-height: 30px;
}
.container-fluid .news .newsList ul .news__item .news__date {
  padding: 5px 20px;
  background: url(../img/date.png) center center/100% 100% no-repeat;
}
.container-fluid .news::after {
  clear: both;
}
.container-fluid .timetable {
  margin: 80px auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  padding: 0 20px;
}
.container-fluid .timetable .timetableList {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.container-fluid .timetable .timetableList .title2 {
  flex-grow: 2;
}
.container-fluid .timetable ul {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 30px auto;
}
.container-fluid .timetable ul li {
  width: 25%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.container-fluid .timetable ul li a {
  background: #037E9A;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 250px;
  border: 5px solid #FDC81A;
  width: 200px;
  height: 200px;
  color: #fff;
  font-size: 1.2rem;
}
.container-fluid .timetable ul li a img {
  width: 40%;
  margin-bottom: 15px;
}
.container-fluid .timetable ul li a:hover {
  background: #62A33D;
  border: 5px solid #037E9A;
}
.container-fluid .event {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.container-fluid .event .eventList {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.container-fluid .event .eventList .title2 {
  flex-grow: 2;
}
.container-fluid .event ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.container-fluid .event ul li {
  position: relative;
  box-shadow: 5px 10px 10px hsla(0, 0%, 0%, 0.15);
  padding: 0;
  width: 30%;
  overflow: hidden;
  margin-bottom: 40px;
}
.container-fluid .event .school li {
  box-shadow: none;
}
.container-fluid .event ul li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.container-fluid .event ul li .info {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px 25px;
  min-height: 130px;
  position: relative;
  background: url(../img/arr.png) bottom right/50px auto no-repeat;
}
.container-fluid .event ul li .info p {
  text-align: left;
}
.container-fluid .event ul li .info p .date {
  background: #222222;
  color: #ffffff;
  display: inline-block;
  padding: 5px;
}
.container-fluid .videos {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}
.container-fluid .videos .videoList {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin-right: 50px;
}
.container-fluid .videos .videoList .title::after {
  content: "";
  position: absolute;
  background: url(../img/title01.png) top right/auto 100% no-repeat;
  width: 820px;
  height: 320px;
  top: 0;
  right: 100px;
  z-index: -9;
}
.container-fluid .videos .videoList .title2 {
  display: none;
}
.container-fluid .videos ul {
  flex-grow: 2;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.container-fluid .videos ul li {
  width: 32%;
  box-shadow: 5px 10px 10px hsla(0, 0%, 0%, 0.15);
  margin-bottom: 20px;
}
.container-fluid .videos ul li .photo {
  position: relative;
  z-index: 9;
}
.container-fluid .videos ul li .photo img {
  width: 100%;
}
.container-fluid .videos ul li .info {
  padding: 25px;
  position: relative;
}
.container-fluid .videos ul li .info::before {
  content: "";
  position: absolute;
  height: 80px;
  width: 10px;
  top: 0;
  left: 0;
  background: #666666;
}
.container-fluid .videos ul li .info p {
  text-align: left;
}
.container-fluid .fb {
  display: none;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.container-fluid .fb .left {
  float: left;
}
.container-fluid .fb .left .title2 {
  width: 100%;
}
.container-fluid .fb .left .fbname {
  margin-top: 30px;
  text-align: left;
}
.container-fluid .fb .fbphoto {
  float: right;
  position: relative;
  margin-bottom: 100px;
}
.container-fluid .fb .fbphoto img {
  width: 500px;
}
.container-fluid .fb .fbphoto::before {
  content: "";
  width: 300px;
  height: 100%;
  position: absolute;
  left: -280px;
  top: 0;
  background: url(../img/fbBack.png) top right/auto 100% no-repeat;
  z-index: -9;
}
.container-fluid .gov {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.container-fluid .gov .govList .title2 {
  height: 50px;
}
.container-fluid .gov ul.desktop {
  margin-top: 30px;
  background: url(../img/govbt.png) top left/100% auto no-repeat;
  display: flex;
  flex-flow: row wrap;
  height: 800px;
  width: 1200px;
  position: relative;
}
.container-fluid .gov ul.desktop li {
  position: absolute;
  background: #ffffff;
}
.container-fluid .gov ul.desktop li a {
  padding: 5px 20px;
  width: 150px;
  box-shadow: 5px 5px 12px hsla(0, 0%, 0%, 0.15);
  text-align: center;
  display: block;
}
.container-fluid .gov ul.desktop li a:hover {
  background: #00848A;
  color: #ffffff;
}
.container-fluid .gov ul.desktop li p {
  margin-bottom: 6px;
}
.container-fluid .gov ul.desktop li:nth-child(1) {
  top: 220px;
  left: 280px;
}
.container-fluid .gov ul.desktop li:nth-child(2) {
  top: 195px;
  left: 745px;
}
.container-fluid .gov ul.desktop li:nth-child(3) {
  top: 245px;
  left: 997px;
}
.container-fluid .gov ul.desktop li:nth-child(4) {
  top: 408px;
  left: 70px;
}
.container-fluid .gov ul.desktop li:nth-child(5) {
  top: 397px;
  left: 573px;
}
.container-fluid .gov ul.desktop li:nth-child(6) {
  top: 524px;
  left: 987px;
}
.container-fluid .gov ul.desktop li:nth-child(7) {
  top: 585px;
  left: 335px;
}
.container-fluid .gov ul.desktop li:nth-child(8) {
  top: 640px;
  left: 770px;
}
.container-fluid .gov ul.mobile {
  display: none;
}
.container-fluid .links {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.container-fluid .links .relative {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.container-fluid .links .relative a {
  width: 30%;
}
.container-fluid .links .relative a img {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #b9b9b9;
}
.container-fluid .links .box {
  position: relative;
  background: url(../img/linkBg.png) center center/100% auto no-repeat;
  margin: 50px 0;
  padding: 50px;
}
.container-fluid .links .box .moreBtn {
  position: absolute;
  right: 10%;
  top: 0;
}
.container-fluid .links .box .row {
  background: #ffffff;
  box-shadow: 5px 5px 12px hsla(0, 0%, 0%, 0.15);
  padding-top: 50px;
}
.container-fluid .links .slick-prev {
  left: -40px;
}
.container-fluid .links .slick-next {
  right: -30px;
}
.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;
  display: block;
}
.container-fluid .open-it-area .open-btn {
  width: 70px;
  margin: auto;
}
.container-fluid .open-it-area .open-btn p {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #00848A;
  font-size: 1.25rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  margin-bottom: 0;
}
.container-fluid footer {
  background: #037E9A;
  color: white;
  padding: 80px 9%;
  font-size: 1rem;
}
.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;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.container-fluid footer .footerLeft img {
  display: block;
  width: 200px;
  margin-top: 30px;
}
.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 white;
  line-height: 16px;
}
.container-fluid footer .footerCenter .ul-link li a {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.container-fluid footer .footerCenter .ul-link li a:hover {
  color: #153161;
}
.container-fluid footer .footerCenter .footer-info {
  margin-top: 60px;
}
.container-fluid footer .footerCenter .footer-info li {
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.container-fluid footer .footerCenter .footer-info li:last-child {
  margin-top: 20px;
}
.container-fluid footer .footerRight .footer-info {
  color: #333;
  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;
}

.content {
  width: 100%;
  padding: 0;
  position: relative;
}
.content::before {
  content: "";
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, transparent, hsla(100, 100%, 100%, 0.9));
  position: absolute;
  bottom: 0;
  z-index: 9;
}

.slick-slide {
  z-index: -999;
}

.slick-slider {
  margin: 0;
}

.slider-for {
  width: 100%;
  height: 100vh;
}
.slider-for::before {
  content: "";
  background: url(../img/bannerBeC.png) top left/100% 100% no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
}
.slider-for::after {
  content: "";
  background: url(../img/solgon.png) top right/100% auto no-repeat;
  width: 40%;
  max-width: 600px;
  height: 200px;
  position: absolute;
  top: 50vh;
  left: 0;
  z-index: 92;
  color: red;
}
.slider-for img {
  width: 100%;
  height: 100vh;
  border: none;
  object-fit: cover;
}

.slider-nav {
  width: 80%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.slick-next:before, .slick-prev:before {
  content: "▲";
  font-size: 2rem;
  display: inline-block;
  transform: rotate(90deg);
  padding: 6px 8px 10px;
  border-radius: 100px;
  background: #ffffff;
  color: #00848A;
  box-shadow: 6px -4px 4px hsla(0, 0%, 0%, 0.25);
}

.slick-prev:before {
  transform: rotate(-90deg) translateY(-20px);
  box-shadow: -6px 4px 4px hsla(0, 0%, 0%, 0.25);
}

.slick-slide .sliderBar {
  background: hsla(0, 0%, 0%, 0.8);
  color: #ffffff !important;
  display: flex !important;
  flex-flow: row nowrap;
  cursor: pointer;
  width: 90% !important;
  align-items: center;
  max-height: 100px;
  margin: 0 auto;
}
.slick-slide .sliderBar::before {
  content: "";
  width: 100px;
  height: 10px;
  background: #F5D44A;
  opacity: 0.8;
  position: absolute;
  top: 0;
}
.slick-slide .sliderBar img {
  width: 150px;
  height: 100px;
  border: none;
  padding: 20px 10px;
  object-fit: cover;
  margin: 0;
}
.slick-slide .sliderBar h3 {
  background: none;
  font-size: 1rem;
  color: #ffffff;
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
}

.slick-prev, .slick-next {
  top: 35%;
}

.slick-list .slick-current .sliderBar {
  background: hsla(49.44, 100%, 49%, 0.85);
  max-height: 120px;
  color: #00848A !important;
  font-weight: 600;
}
.slick-list .slick-current .sliderBar::before {
  content: "";
  width: 120px;
  height: 20px;
  background: hsla(100, 100%, 100%, 0.5);
}
.slick-list .slick-current .sliderBar img {
  width: 160px;
  height: 120px;
  padding: 20px 10px;
}
.slick-list .slick-current .sliderBar h3 {
  background: none;
  font-weight: 600;
  margin-left: 0;
  width: 200px;
  overflow: hidden;
}

@media (min-width: 991.98px) and (max-width: 1349.98px) {
  nav .topArea {
    width: 50%;
  }
}
@media (max-width: 1229.98px) {
  .container-fluid .gov ul.desktop {
    display: none;
  }
  .container-fluid .gov ul.mobile {
    display: flex;
    flex-flow: row wrap;
    margin-top: 50px;
    padding: 0 20px;
  }
  .container-fluid .gov ul.mobile li {
    width: 25%;
    text-align: center;
    margin-bottom: 50px;
  }
  .container-fluid .gov ul.mobile li p {
    width: 80%;
    border: 1px solid #666666;
    margin: 0 auto;
  }
  .container-fluid .gov ul.mobile li p span {
    display: block;
  }
  .container-fluid .gov ul.mobile li img {
    width: 50%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .slick-slide .sliderBar {
    font-size: 0.2rem;
  }
  .header {
    position: relative;
    padding: 0;
  }
  .header::before {
    display: none;
  }
  .header .guide {
    display: none;
  }
  .header .fixNav {
    position: unset;
    order: 9;
  }
  .header .fixNav ul {
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 10px;
  }
  .header .fixNav ul li {
    width: 33%;
    border-radius: 0;
  }
  .header .logo a {
    background: url(../img/logo.png) top left/auto 100% no-repeat;
  }
  .slider-for {
    height: 600px;
  }
  .slider-for::after {
    top: 250px;
  }
  .slider-for img {
    height: 600px;
  }
  .navbar .container-fluid {
    min-height: 50px;
    height: auto;
  }
  nav .mainMenu, nav .topArea, nav .searchArea {
    position: unset;
  }
  nav .mainMenu ul {
    width: 100%;
  }
  nav .mainMenu ul li .dropdown-item:first-child::before {
    display: none;
  }
  nav .logo {
    padding: 20px;
    width: 250px;
  }
  nav .navbar-toggler {
    width: 50px;
    height: 50px;
    align-self: center;
    padding: 0.25rem;
  }
  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: 1rem;
  }
  nav .navbar-collapse .searchArea .searching {
    width: 90%;
    max-width: none;
    margin: 0 auto;
  }
  nav .navbar-collapse .topArea {
    order: 2;
    padding: 0;
    background-color: transparent;
  }
  nav .navbar-collapse .topArea ul {
    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 .navbar-nav {
    overflow: hidden;
    border: 1px solid #16828F;
    background: #ffffff;
    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: #b9b9b9;
    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 .title {
    display: none;
  }
  .container-fluid .news .newsList {
    padding: 0 20px;
    width: 100%;
  }
  .container-fluid .news .newsList .title2 {
    display: flex;
  }
  .container-fluid .news .newsList ul {
    margin-left: 0;
  }
  .container-fluid .news .newsList ul .news__item {
    margin-left: 0 !important;
  }
  .container-fluid .services {
    padding-left: 0;
    height: 400px;
  }
  .container-fluid .videos {
    flex-flow: column nowrap;
  }
  .container-fluid .videos .videoList {
    flex-flow: row wrap;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .container-fluid .videos .videoList .title {
    display: none;
  }
  .container-fluid .videos .videoList .title2 {
    display: flex;
  }
  .container-fluid .videos ul li:last-child {
    margin-bottom: 0;
  }
  .container-fluid .fb .left {
    float: none;
  }
  .container-fluid .fb .fbphoto {
    text-align: center;
    float: none;
  }
  .container-fluid .fb .fbphoto::before {
    display: none;
  }
  .container-fluid .links .seemore {
    margin-right: 0;
  }
  .container-fluid .carousel-inner {
    border: none;
  }
  .container-fluid .fatfooter {
    padding: 50px 25px 0 25px;
    background: url(../img/footerbg2.png) top center/auto 100% no-repeat;
  }
  .container-fluid .fatfooter ul li {
    width: 25%;
  }
  .container-fluid footer {
    text-align: center;
    padding: 0 25px;
  }
  .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 (max-width: 639.98px) {
  .header .logo {
    padding: 10px;
  }
  .header .logo a {
    background: url(../img/logo.png) top left/auto 50px no-repeat;
    width: 280px;
    height: 50px;
  }
  .slick-slide .sliderBar {
    display: none !important;
  }
  .slider-for {
    height: 300px;
  }
  .slider-for::after {
    top: 200px;
    width: 65%;
  }
  .slider-for img {
    height: 300px;
  }
  nav .navbar-collapse .topArea ul li:last-child {
    width: 100%;
  }
  .slick-next:before, .slick-prev:before {
    font-size: 1rem;
    padding: 3px 4px 5px;
  }
  .slick-prev:before {
    transform: rotate(-90deg) translateY(0px);
  }
  .slick-dots {
    bottom: -130px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 100px;
  }
  .container-fluid .news .newsList ul {
    margin-left: 0;
  }
  .container-fluid .timetable ul {
    flex-wrap: wrap;
  }
  .container-fluid .timetable ul li {
    width: 50%;
    margin-top: 40px;
  }
  .container-fluid .services {
    background: none;
    margin-bottom: 100px;
    height: 500px;
  }
  .container-fluid .services .title {
    margin-left: 50px;
  }
  .container-fluid .services ul {
    flex-flow: row wrap;
  }
  .container-fluid .services ul li {
    width: 50%;
  }
  .container-fluid .services ul li:nth-child(3) {
    margin-left: 0;
    margin-top: 20px;
  }
  .container-fluid .services ul li:nth-child(3) img {
    margin-left: 50px;
  }
  .container-fluid .services ul li:nth-child(4) {
    margin-left: 0;
    margin-top: 20px;
  }
  .container-fluid .event .eventList .title2 {
    width: 100%;
  }
  .container-fluid .event ul li {
    width: 100%;
    margin-bottom: 30px;
  }
.container-fluid .event .school li
{
    width: 50%;
}
  .container-fluid .videos .videoList {
    justify-content: flex-end;
  }
  .container-fluid .videos .videoList .title2 {
    width: 100%;
  }
  .container-fluid .videos ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .container-fluid .gov ul.mobile {
    padding: 0;
  }
  .container-fluid .gov ul.mobile li {
    width: 33%;
  }
  .container-fluid .links .title2 {
    width: 100%;
  }
  .container-fluid .links .box {
    background: url(../img/linkBg.png) center center/100% 100% no-repeat;
    padding: 70px 20px 20px 20px;
  }
  .container-fluid .links .box .slick-dots {
    bottom: -55px;
  }
  .container-fluid .links .relative img {
    margin-bottom: 20px;
  }
  .container-fluid footer {
    padding: 50px 25px;
  }
  .container-fluid footer .footerCenter {
    margin-top: 0;
  }
  .container-fluid footer .footerCenter .ul-link {
    flex-flow: column nowrap;
    gap: 20px;
  }
  .container-fluid footer .footerCenter .ul-link li {
    border-right: none;
  }
  .news .title2 {
    width: 100%;
  }
  .news .moreBtn {
    margin-right: 0;
  }
}
.slick-dots li.slick-active button:before {
  color: orange;
  font-family: inherit;
  font-size: 24px;
  opacity: 1;
}

.slick-dots li button:before {
  color: #fff;
  font-family: inherit;
  font-size: 24px;
}

.slick-dots li button:before {
  opacity: 0.6;
  color: #00848A;
}

.carousel-control-next-icon {
  background-image: url(../img/carouselR.png);
}

.carousel-control-prev-icon {
  background-image: url(../img/carouselL.png);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 50px;
  height: 50px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #F5D44A;
}

.breadcrumb {
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .page nav .topArea ul li a {
    color: #ffffff;
  }
  .page .page-container {
    padding: 50px 9% 100px 9%;
  }
  .page .page-container .left-dept .theme-name {
    position: relative;
  }
  .page .page-container .left-dept .theme-name .rotateBtn {
    display: block;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
  }
  .page .page-container .left-dept .theme-name .rotateBtn img {
    width: 100%;
    display: block;
    margin: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .page .page-container .left-dept .theme-name .active img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .page .page-container .right-content .inside-box .links-item .breadcrumb {
    width: 100%;
  }
  .page .page-container .right-content .inside-box .links-item .medIcon {
    padding-top: 0px;
  }
  .page .page-container .right-content .inside-box .functionArea {
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 639.98px) {
  .page .page-container {
    padding: 0 12px 50px 12px;
  }
  .page .page-container .left-dept::before {
    background: none;
  }
  .page .page-container .right-content .inside-box {
    padding: 0 20px 50px;
    margin-left: 0;
    overflow: hidden;
  }
  .page .page-container .right-content .inside-box .links-item .breadcrumb li {
    padding: 0 20px;
  }
  .page .page-container .right-content .inside-box .links-item .breadcrumb li::before, .page .page-container .right-content .inside-box .links-item .breadcrumb li::after {
    display: none;
  }
  .page .page-container .right-content .inside-box .links-item .medIcon {
    padding-top: 0;
  }
  .page .page-container .btmFunction {
    right: 20px;
  }
}
video {
  width: 100%;
}

.fixBtn {
  position: fixed;
  z-index: 99999;
  height: auto;
  bottom: 25%;
  right: 0;
}
.fixBtn li {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.fixBtn li img {
  width: 100%;
}
.fixBtn li.backTop {
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 15px hsla(0, 0%, 0%, 0.15);
  border: 1px solid hsla(0, 0%, 0%, 0.15);
}
.fixBtn li.backTop img {
  width: 30px;
}
/*
.school li {
  background: #f3f3f3;
}
*/
.school li img {
  height: 100%;
  object-fit: contain !important;
}

.imgPreview {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.imgPreview img {
  z-index: 99999999;
  width: 60%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact {
  background: #F5D44A;
  color: #00676C !important;
  padding: 5px 20px;
  border-radius: 10px;
  font-weight: 600;
}
.contact:hover {
  background: #00676C;
  color: #F5D44A !important;
}

a[data-name$=un] {
  background: red;
}/*# sourceMappingURL=style.css.map */