@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap");
@media (min-width: 1400px) {
  .container-all,
.container-1400 {
    max-width: 1400px;
  }
}
@media (min-width: 1440px) {
  .container-all,
.container-1440 {
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .container-all,
.container-1600 {
    max-width: 1600px;
  }
}
@media (min-width: 1680px) {
  .container-all,
.container-1680 {
    max-width: 1680px;
  }
}
@media (min-width: 1920px) {
  .container-all-1920,
.container-1920 {
    max-width: 1920px;
  }
}
.Noto-Sans-TC {
  font-family: "Noto Sans TC", "思源黑體", sans-serif !important;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("ttf"), url("../fonts/Roboto-Regular.ttf") format("truetype");
}
.Roboto {
  font-family: "Roboto", sans-serif !important;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.otf") format("otf"), url("../fonts/Helvetica.otf") format("truetype");
}
.Helvetica {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

@font-face {
  font-family: "optima";
  src: url("../fonts/optima.ttf") format("ttf"), url("../fonts/optima.ttf") format("truetype");
}
.Pinyon-Script {
  font-family: "Pinyon Script", "cursive" !important;
}

.Fredericka-the-Great {
  font-family: "Fredericka the Great", "cursive" !important;
}

body {
  font-family: "Roboto", sans-serif !important;
  font-size: 1rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  body {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

p {
  font-weight: 400 !important;
  font-family: "Roboto", sans-serif !important;
}

.form-control,
.custom-select {
  font-weight: 500 !important;
  font-family: "Roboto", sans-serif !important;
}

.font-w100 {
  font-weight: 100 !important;
}

.font-w200 {
  font-weight: 200 !important;
}

.font-w300 {
  font-weight: 300 !important;
}

.font-w400 {
  font-weight: 400 !important;
}

.font-w500 {
  font-weight: 500 !important;
}

.font-w600 {
  font-weight: 600 !important;
}

.font-w700 {
  font-weight: 700 !important;
}

.font-w800 {
  font-weight: 800 !important;
}

.font-w900 {
  font-weight: 900 !important;
}

.letter-spacing-0 {
  letter-spacing: 0px !important;
}

.text-line-1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}

.text-line-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.text-line-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.mask.rgba-gradient-1 {
  background: linear-gradient(45deg, rgba(255, 88, 88, 0.7), rgba(238, 66, 146, 0.8));
}

.mask.rgba-gradient-2 {
  background: linear-gradient(98deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}

.mask.rgba-gradient-3 {
  background: linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(255, 48, 48, 0.7));
}

.mask.rgba-gradient-4 {
  background: linear-gradient(98deg, rgba(22, 91, 231, 0.5), rgba(255, 32, 32, 0.5));
}

.dotted-scrollspy {
  background: rgba(0, 0, 0, 0);
  width: 50px;
  z-index: 9;
  left: 0;
}
.dotted-scrollspy li a.active span {
  background-color: #666;
}
.dotted-scrollspy li a span {
  background-color: #ddd;
}

.iframe_get_page {
  height: 100%;
  height: 85vh;
}

#btnTop .btn-default {
  position: relative;
  cursor: pointer;
  color: #fff !important;
  border: solid 1px #ccc;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
#btnTop .btn-default:hover {
  color: #fff !important;
  border: solid 1px #fff;
  -webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.5) !important;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#btnTop .btn-default:hover i {
  color: #fff !important;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-animation: scrollUp 1.2s ease infinite;
          animation: scrollUp 1.2s ease infinite;
}

@-webkit-keyframes scrollUp {
  0% {
    -webkit-transform: translate(0%, 8px);
            transform: translate(0%, 8px);
    opacity: 0;
  }
  70% {
    -webkit-transform: translate(0%, -6px);
            transform: translate(0%, -6px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -8px);
            transform: translate(0%, -8px);
    opacity: 0;
  }
}

@keyframes scrollUp {
  0% {
    -webkit-transform: translate(0%, 8px);
            transform: translate(0%, 8px);
    opacity: 0;
  }
  70% {
    -webkit-transform: translate(0%, -6px);
            transform: translate(0%, -6px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -8px);
            transform: translate(0%, -8px);
    opacity: 0;
  }
}
#mdb-preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
}

.lib-preloader {
  top: 45%;
  position: relative;
  margin: -50px auto 0;
}
.lib-preloader.book {
  width: 300px;
  height: 180px;
  border: 4px solid #f5aa39;
  background: #FFF;
  -webkit-perspective: 660px;
          perspective: 660px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.lib-preloader.book .spinner-border {
  position: absolute;
  top: 95px;
  right: 135px;
  z-index: 10;
  background: none;
}
.lib-preloader.book .logo {
  display: block;
  position: absolute;
  top: 40px;
  right: 30px;
  width: 240px;
  height: 750px;
  z-index: 10;
  background: none;
}
.lib-preloader.book .page {
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  width: 150px;
  height: 180px;
  border: 4px solid #f5aa39;
  border-left: none;
  margin: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.lib-preloader .page:nth-child(1) {
  -webkit-animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.59) 1.6s infinite;
          animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.59) 1.6s infinite;
}
.lib-preloader .page:nth-child(2) {
  -webkit-animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.59) 1.45s infinite;
          animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.59) 1.45s infinite;
}
.lib-preloader .page:nth-child(3) {
  -webkit-animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.59) 1.2s infinite;
          animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.59) 1.2s infinite;
}
.lib-preloader .page:nth-child(4) {
  -webkit-animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.59) 0.95s infinite;
          animation: pageTurn 1.2s cubic-bezier(0, 0.39, 1, 0.59) 0.95s infinite;
}

@-webkit-keyframes pageTurn {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  20% {
    background: #f2f2f2;
  }
  40% {
    background: #f2f2f2;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    background: #f2f2f2;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}

@keyframes pageTurn {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  20% {
    background: #f2f2f2;
  }
  40% {
    background: #f2f2f2;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    background: #f2f2f2;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}
.navbar {
  padding: 0rem;
  padding-bottom: 0.5rem;
  background-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0), 0 2px 10px 0 rgba(0, 0, 0, 0) !important;
          box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0), 0 2px 10px 0 rgba(0, 0, 0, 0) !important;
}
.navbar .navbar_main {
  background-color: #000;
  width: 100%;
  display: inline-block;
}
.navbar .navbar_link {
  background-color: #e8e6e6;
}
@media (min-width: 768px) {
  .navbar .navbar_link {
    max-width: 300px;
    margin-left: 70%;
  }
}

.navbar .lanHai-nav {
  display: inline;
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 16px;
}
.navbar .lanHai-nav li {
  font-size: 0.95rem;
  display: inline-block;
  margin: auto 10px;
}
.navbar .lanHai-nav li a {
  color: #000;
}
.navbar .lanHai-nav li a:hover {
  color: #2366ef;
}

.navbar img {
  width: 220px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767.98px) {
  .navbar img {
    width: 210px;
  }
}
@media (max-width: 575.98px) {
  .navbar img {
    width: 200px;
  }
}
.navbar svg,
.navbar image {
  width: 240px;
  height: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767.98px) {
  .navbar svg,
.navbar image {
    width: 280px;
    height: 70px;
  }
}
@media (max-width: 575.98px) {
  .navbar svg,
.navbar image {
    width: 218px;
    height: 65px;
  }
}
.navbar .navbar-brand {
  font-size: 1.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar .navbar-brand.title {
  color: #09caea !important;
}
.navbar .navbar-brand.title span {
  color: #fff !important;
}

.navbar .L1_title {
  color: #333 !important;
}
.navbar .L1_title:hover {
  color: #999 !important;
}
.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dropdown.multi-level-dropdown .dropdown-menu.default-color {
  background-color: #2366ef !important;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  line-height: 3rem;
}
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: solid 3px #f00;
}

.top-nav-collapse.navbar {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(251, 251, 251, 0)), to(rgba(255, 255, 255, 0.8))), -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to top, rgba(251, 251, 251, 0), rgba(255, 255, 255, 0.8)), linear-gradient(to top, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.3));
  padding-bottom: 20px;
}

.navbar.top-nav-collapse img {
  width: 260px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar.top-nav-collapse svg {
  width: 190px;
  height: 70px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar.top-nav-collapse image {
  width: 190px;
  height: 70px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 600px) {
  .navbar.navbar.scrolling-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-color: none;
  }
  .navbar.navbar.scrolling-navbar .navbar-brand {
    padding-bottom: 0rem;
  }
}
.restaurant-lp .L1_title {
  color: #fff !important;
}
.restaurant-lp .L1_title:hover {
  color: #c1c1c1 !important;
}
.restaurant-lp .navbar {
  -webkit-box-shadow: 0 0 3px #b5b5b5;
          box-shadow: 0 0 3px #b5b5b5;
}
.restaurant-lp .top-nav-collapse .title {
  color: #09caea !important;
}
.restaurant-lp .top-nav-collapse .navbar-brand {
  font-size: 1.25rem;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.navbar > .container,
.navbar > .container-fluid {
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.navbar .navbar-toggler-svgicon svg {
  width: 56px;
  height: 56px;
}

.navbar .navbar-toggler-svgicon svg circle {
  fill: none;
  stroke: #231815;
  stroke-miterlimit: 10;
}

.navbar .navbar-toggler-svgicon svg rect {
  fill: #231815;
}

.navbar .navbar-toggler-svgicon:hover svg circle {
  stroke: #2366ef;
}
.navbar .navbar-toggler-svgicon:hover svg rect {
  fill: #2366ef;
}

.lang-nav {
  margin-top: 4px;
  margin-left: 0px;
  margin-right: 0px;
}
.lang-nav .nav-link i {
  font-size: 1.25rem;
}
.lang-nav .dropdown-toggle::after {
  display: none;
}
.lang-nav .dropdown .dropdown-menu.dropdown-info .dropdown-item:hover {
  background-color: #2366ef !important;
}

.navbar_over {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(37deg, #FFE773 2%, #fdd72a 65%, #f19f4d 100%);
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.5;
}
.navbar_over.open {
  position: fixed;
  top: 0;
  overflow-y: auto;
  background-blend-mode: multiply;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}
.navbar_over li {
  list-style: none;
}
.navbar_over .L1_btn {
  margin-top: 20px;
}
.navbar_over .L1_btn > a {
  font-size: 22px;
  font-weight: 700;
  color: #00509d;
}
.navbar_over li > ul.L2_list {
  padding-left: 10px;
}
.navbar_over li > ul.L2_list li {
  padding: 3px auto;
}
.navbar_over li > ul.L2_list li a {
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400;
  line-height: 10px;
  color: #00509d;
}
.navbar_over li > ul.L2_list li a:hover {
  color: #f00;
}
.navbar_over .L3_list.dropdown-menu {
  top: auto !important;
  left: 20px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 15rem;
}
.navbar_over .L3_list.dropdown-menu li a {
  color: #007bff;
}
.navbar_over .L3_list.dropdown-menu li a:hover {
  color: #f00;
}

@media (min-width: 992px) {
  .navbar_over {
    padding-top: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .navbar_over {
    padding-top: 80px;
    overflow-y: auto;
  }
}
body.navOver {
  overflow: hidden;
}

.page-footer {
  background-color: #333 !important;
  position: relative;
  padding-top: 30px !important;
  margin-top: 30px !important;
  /*
  &::before {
      position: absolute;
      content: '';
      top: -100px;
      display: block;
      width: 100%;
      height: 100px;

      background-image: url("../img/Footer_top.svg");
      background-size: cover;
  }
  */
}
.page-footer .footerLogo {
  width: 300px;
  margin-bottom: 0.85rem;
  text-align: left;
}
.page-footer .addInfo p {
  text-indent: -2rem;
  display: block;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.4rem;
  margin-left: 5rem;
  margin-bottom: 0rem;
  text-align: left;
}
.page-footer .addInfo p a:hover {
  color: #ea5a24;
}
.page-footer .addInfo p span {
  width: 30px;
  display: inline-block;
  color: #acacac;
}
.page-footer p a:hover {
  color: #ea5a24;
}
.page-footer .addIcon {
  margin-left: 1rem;
}
.page-footer .addIcon a i {
  font-size: 1.5rem;
  margin-right: 1rem;
  margin-top: 1rem;
}
.page-footer .addIcon a:hover i {
  color: #acacac;
}
.page-footer .footer-copyright {
  font-size: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  overflow: hidden;
  color: #FFF;
  background-color: #333 !important;
  padding-bottom: 20px;
}

.container-footer {
  width: 100%;
  background-color: #3e4551 !important;
  color: #fff !important;
}
.container-footer .title {
  color: #fff !important;
  font-weight: 400;
  font-size: 1.125rem;
}
.container-footer p {
  font-size: 1rem;
  line-height: 1.8rem;
}
.container-footer p a {
  color: #3e4551 !important;
}
.container-footer p a:hover {
  color: #3e4551 !important;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
}

.index_style .index_video {
  position: relative;
}
.index_style .index_video .video-box {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 65vw;
}
.index_style .index_video .video-title {
  font-weight: 600 !important;
  color: #fff;
  text-align: left;
  text-shadow: #333 1px 0 10px;
}
.index_style .index_video .video-title span {
  color: #2a368b !important;
}
.index_style .index_video .video-intro p {
  font-size: 1rem !important;
  font-weight: 300 !important;
  color: #fff;
  text-align: left;
  text-shadow: #333 1px 0 10px;
}
.index_style .index_video .video-intro .btn.btn-green {
  background-color: #2a368b !important;
}
.index_style .index_video .video_bottom_btn {
  position: absolute;
  top: 90% !important;
  left: 45%;
  z-index: 50 !important;
}
.index_style .index_video .video_bottom_btn a {
  color: #333 !important;
}
.index_style .index_video .video_bottom_01 {
  position: absolute;
  width: 112%;
  left: -5%;
  bottom: -75px;
  z-index: 12 !important;
  overflow: hidden;
}
.index_style .index_video .video_bottom_01 svg {
  width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
.index_style .index_video .video_bottom_01 svg path {
  fill: #fff;
}
.index_style .index_video .video_bottom_02 {
  position: absolute;
  width: 112%;
  left: -12%;
  bottom: -56px;
  z-index: 8 !important;
  overflow: hidden;
}
.index_style .index_video .video_bottom_02 svg {
  width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
.index_style .index_video .video_bottom_02 svg path {
  fill: #1a4e98;
}
.index_style .index_video .video_bottom_03 {
  position: absolute;
  width: 112%;
  left: -6%;
  bottom: -56px;
  z-index: 7 !important;
  overflow: hidden;
}
.index_style .index_video .video_bottom_03 svg {
  width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
.index_style .index_video .video_bottom_03 svg path {
  fill: #2054c3;
}
.index_style .index_video .video_bottom_04 {
  position: absolute;
  width: 112%;
  left: -1%;
  bottom: -56px;
  z-index: 3 !important;
  overflow: hidden;
}
.index_style .index_video .video_bottom_04 svg {
  width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
.index_style .index_video .video_bottom_04 svg path {
  fill: #2363dd;
}
@media (max-width: 575.98px) {
  .index_style .index_video .video-box {
    top: 15%;
    left: 10%;
    width: 90vw;
  }
  .index_style .index_video .video_bottom_01 {
    bottom: -15px;
  }
  .index_style .index_video .video_bottom_02 {
    bottom: 2px;
  }
  .index_style .index_video .video_bottom_03 {
    bottom: 3px;
  }
  .index_style .index_video .video_bottom_04 {
    bottom: 5px;
  }
}

.index_slider {
  position: relative;
  overflow: hidden;
}
.index_slider .carousel_bottom_right {
  position: absolute;
  width: 600px;
  height: 343px;
  bottom: -1px;
  right: -300px;
  z-index: 10;
}
.index_slider .carousel_bottom_right svg path {
  width: 100%;
  height: auto;
  fill: #fdd72a;
}
.index_slider .carousel-item .carousel-caption {
  text-align: left;
  top: 65%;
  left: 7%;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.index_slider .carousel-item .carousel-caption .title {
  color: #00509d !important;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding: 2px 12px 4px 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 20px 0px;
          box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 20px 0px;
}
.index_slider .carousel-item .carousel-caption .text {
  color: #00509d !important;
  font-size: 22px;
  font-weight: 300;
  position: relative;
  display: inline-block;
  padding: 1px 12px 1px 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 20px 0px;
          box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 20px 0px;
}
.index_slider .carousel-item .carousel-caption .title:after,
.index_slider .carousel-item .carousel-caption .text:after {
  opacity: 0;
  top: 0;
  left: 0;
  width: 1%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #fdd72a;
  content: "";
}
.index_slider .carousel-item.active .carousel-caption .title:after,
.index_slider .carousel-item.active .carousel-caption .text:after {
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #fdd72a;
  content: "";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_slider .carousel-item .carousel-caption .title span,
.index_slider .carousel-item .carousel-caption .text span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #00509d;
}
.index_slider .carousel-scale .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
  /* ---------  */
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.index_slider .carousel-scale .carousel-item.active {
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.index_slider .carousel-scale .carousel-item-next.carousel-item-left,
.index_slider .carousel-scale .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.index_slider .carousel-scale .active.carousel-item-left, .index_slider .carousel-scale .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

@media (max-width: 991.98px) {
  .index_slider .carousel_bottom_right {
    width: 360px;
    height: 205px;
    bottom: -1px;
    right: -180px;
  }
}
@media (max-width: 575.98px) {
  .index_slider .carousel_bottom_right {
    width: 240px;
    height: 138px;
    bottom: -1px;
    right: -120px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .index_slider .carousel-scale .active.carousel-item-left, .index_slider .carousel-scale .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.index_studyTHU {
  width: 100%;
  height: 660px;
  background-image: linear-gradient(45deg, #daf4f7 2%, #daf4f766 45%, #95d7e2 80%);
  position: relative;
  overflow: hidden;
}
.index_studyTHU .study_bottom {
  position: absolute;
  width: 120px;
  height: 70px;
  bottom: -1px;
  right: 10%;
  z-index: 10;
}
.index_studyTHU .study_bottom svg path {
  width: 100%;
  height: auto;
  fill: #ffffff;
}
.index_studyTHU .studyTHU_bg {
  position: absolute;
  width: 500px;
  height: 500px;
  right: -5%;
  top: 3%;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .index_studyTHU .studyTHU_bg {
    width: 400px;
  }
}
@media (max-width: 575.98px) {
  .index_studyTHU .studyTHU_bg {
    width: 300px;
  }
}
.index_studyTHU .studyTHU_bg img {
  width: 100%;
  height: 100%;
}

.index_studyTHU ul {
  list-style: none;
  padding-left: 0;
}
.index_studyTHU .circleBox {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0px;
}
.index_studyTHU .circleBox::before {
  content: "";
  position: absolute;
  top: calc(50% - 300px);
  left: calc(160px - 600px);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid #bbb;
}
.index_studyTHU ul.circlePointList {
  position: relative;
  left: calc(160px - 600px);
  width: 600px;
  height: 600px;
}
.index_studyTHU ul.circlePointList li {
  position: absolute;
  top: calc(50% - 45px);
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 90px;
  padding-left: 50%;
  color: #5197d5;
  font-weight: 400;
  pointer-events: none;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  opacity: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  cursor: auto;
}
.index_studyTHU ul.circlePointList li .item {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.index_studyTHU ul.circlePointList li.item4, .index_studyTHU ul.circlePointList li.item5, .index_studyTHU ul.circlePointList li.item6 {
  opacity: 0;
}
.index_studyTHU ul.circlePointList li.item3, .index_studyTHU ul.circlePointList li.item7 {
  opacity: 0.5;
  cursor: pointer;
  pointer-events: auto;
}
.index_studyTHU ul.circlePointList li.item1, .index_studyTHU ul.circlePointList li.item2, .index_studyTHU ul.circlePointList li.item0 {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
.index_studyTHU ul.circlePointList li.item7 {
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
}
.index_studyTHU ul.circlePointList li.item7 .item {
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
}
.index_studyTHU ul.circlePointList li.item4 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.index_studyTHU ul.circlePointList li.item4 .item {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.index_studyTHU ul.circlePointList li.item6 {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.index_studyTHU ul.circlePointList li.item6 .item {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.index_studyTHU ul.circlePointList li.item5 {
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.index_studyTHU ul.circlePointList li.item5 .item {
  -webkit-transform: rotate(-80deg);
          transform: rotate(-80deg);
}
.index_studyTHU ul.circlePointList li.item3 {
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
}
.index_studyTHU ul.circlePointList li.item3 .item {
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
}
.index_studyTHU ul.circlePointList li.item0 {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.index_studyTHU ul.circlePointList li.item0 .item {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.index_studyTHU ul.circlePointList li.item2 {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.index_studyTHU ul.circlePointList li.item2 .item {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.index_studyTHU ul.circlePointList li.item1 {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.index_studyTHU ul.circlePointList li.item1 .item {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.index_studyTHU ul.circlePointList li::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index_studyTHU ul.circlePointList li::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #d9d9d9;
  opacity: 0;
}
.index_studyTHU ul.circlePointList li.active::before {
  background-color: #4484ce;
}
.index_studyTHU ul.circlePointList li.active::after {
  opacity: 1;
}
.index_studyTHU ul.circlePointList li .item {
  padding-left: 40px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.index_studyTHU a.prevBtn, .index_studyTHU a.nextBtn {
  position: absolute;
  left: 20px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  background-color: #4484ce;
  cursor: pointer;
}
.index_studyTHU a.prevBtn::before, .index_studyTHU a.nextBtn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.index_studyTHU a.prevBtn {
  bottom: calc(50% + 10px);
}
.index_studyTHU a.prevBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.index_studyTHU a.nextBtn {
  top: calc(50% + 10px);
}
.index_studyTHU a.nextBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.index_studyTHU ul.picList {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  margin-bottom: 0px;
}
.index_studyTHU ul.picList img {
  opacity: 0;
  -webkit-transform: translate(-80px);
          transform: translate(-80px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.index_studyTHU ul.picList .intro .title,
.index_studyTHU ul.picList .intro p {
  opacity: 0;
  -webkit-transform: translate(-80px);
          transform: translate(-80px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.index_studyTHU ul.picList li {
  opacity: 0;
}
.index_studyTHU ul.picList li img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.index_studyTHU ul.picList li.current {
  opacity: 1;
}
.index_studyTHU ul.picList li.current img {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.index_studyTHU ul.picList li.current .intro .title,
.index_studyTHU ul.picList li.current .intro p {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.index_studyTHU ul.picList li.current .intro .title {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  font-size: 38px;
  line-height: 1.2em;
  font-weight: 500;
  color: #4484ce !important;
}
.index_studyTHU ul.picList li.current .intro p {
  font-size: 14px !important;
  line-height: 1.4em;
  color: #5197d5 !important;
}
.index_studyTHU ul.picList li.current img {
  padding-right: 0px;
}

@media (max-width: 767.98px) {
  .index_studyTHU .circleBox::before,
.index_studyTHU .circlePointList {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .index_studyTHU {
    height: 500px;
  }
  .index_studyTHU .circleBox::before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .index_studyTHU ul.circlePointList {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .index_studyTHU ul.picList {
    width: 80%;
  }
  .index_studyTHU ul.picList li.current .intro {
    width: 90%;
    position: absolute;
    top: 0%;
    padding-top: 20px;
  }
  .index_studyTHU ul.picList li.current .title {
    font-size: 30px !important;
  }
  .index_studyTHU ul.picList li.current img {
    max-width: 300px;
    width: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .index_studyTHU .circleBox::before {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .index_studyTHU ul.circlePointList {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .index_studyTHU ul.picList {
    width: 85%;
  }
  .index_studyTHU ul.picList li.current .intro {
    width: 90%;
    position: absolute;
    top: 0%;
    padding-top: 20px;
  }
  .index_studyTHU ul.picList li.current img {
    max-height: 400px;
    min-height: 350px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .index_studyTHU ul.picList {
    width: 60%;
  }
  .index_studyTHU ul.picList li.current .intro {
    width: 90%;
    position: absolute;
    top: 0%;
    padding-top: 20px;
  }
  .index_studyTHU ul.picList li.current img {
    max-height: 500px;
    min-height: 450px;
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .index_studyTHU ul.picList {
    width: 60%;
  }
  .index_studyTHU ul.picList li.current .intro {
    width: 90%;
    position: absolute;
    top: 0%;
    padding-top: 20px;
  }
  .index_studyTHU ul.picList li.current img {
    max-height: 500px;
    min-height: 450px;
    width: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .index_studyTHU ul.picList {
    width: 68%;
  }
  .index_studyTHU ul.picList li.current .intro {
    width: 45%;
    position: absolute;
    top: 25%;
  }
  .index_studyTHU ul.picList li.current img {
    max-height: 550px;
    min-height: 500px;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .index_studyTHU ul.picList {
    width: 72%;
  }
  .index_studyTHU ul.picList li.current .intro {
    width: 45%;
    position: absolute;
    top: 33%;
    z-index: 1000;
  }
  .index_studyTHU ul.picList li.current .intro .btn {
    color: #fff;
    background-color: #4484ce !important;
  }
  .index_studyTHU ul.picList li.current .intro p {
    font-size: 16px !important;
    line-height: 1.4em;
  }
  .index_studyTHU ul.picList li.current img {
    max-height: 600px;
    min-height: 550px;
    width: auto;
  }
}

.index_studyTHU .studyTHU_bg_01 {
  position: absolute;
  width: 700px;
  height: 520px;
  right: 30%;
  top: 5%;
  z-index: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffa83dcc), to(#ffa83db0));
  background: linear-gradient(90deg, #ffa83dcc, #ffa83db0);
  background-size: 100% 100%;
  -webkit-animation: morph 30s ease-in-out infinite alternate, change 50s linear infinite alternate;
          animation: morph 30s ease-in-out infinite alternate, change 50s linear infinite alternate;
}
.index_studyTHU .studyTHU_bg_02 {
  position: absolute;
  width: 400px;
  height: 350px;
  right: -13%;
  top: 35%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(#fed540cc), to(#fed540b0));
  background: linear-gradient(90deg, #fed540cc, #fed540b0);
  background-size: 100% 100%;
  -webkit-animation: morph2 25s ease-in-out infinite alternate, change 30s linear infinite alternate;
          animation: morph2 25s ease-in-out infinite alternate, change 30s linear infinite alternate;
}
@media (max-width: 575.98px) {
  .index_studyTHU .studyTHU_bg_01 {
    width: 550px;
    height: 450px;
    right: 12%;
    top: 10%;
  }
  .index_studyTHU .studyTHU_bg_02 {
    width: 300px;
    height: 250px;
    right: -35%;
    top: 40%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .index_studyTHU .studyTHU_bg_01 {
    width: 650px;
    height: 500px;
    right: 10%;
    top: 10%;
  }
  .index_studyTHU .studyTHU_bg_02 {
    width: 400px;
    height: 350px;
    right: -35%;
    top: 22%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .index_studyTHU .studyTHU_bg_01 {
    width: 650px;
    height: 500px;
    right: 8%;
    top: 10%;
  }
  .index_studyTHU .studyTHU_bg_02 {
    width: 400px;
    height: 350px;
    right: -25%;
    top: 22%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .index_studyTHU .studyTHU_bg_01 {
    width: 650px;
    height: 500px;
    right: 15%;
    top: 10%;
  }
  .index_studyTHU .studyTHU_bg_02 {
    width: 400px;
    height: 350px;
    right: -20%;
    top: 20%;
  }
}
@-webkit-keyframes morph {
  0%, 100% {
    border-radius: 33% 67% 70% 30%/30% 30% 70% 70%;
  }
  20% {
    border-radius: 37% 63% 51% 49%/37% 65% 35% 63%;
  }
  40% {
    border-radius: 36% 64% 64% 36%/64% 48% 52% 36%;
  }
  60% {
    border-radius: 37% 63% 51% 49%/30% 30% 70% 70%;
  }
  80% {
    border-radius: 40% 60% 42% 58%/41% 51% 49% 59%;
  }
}
@keyframes morph {
  0%, 100% {
    border-radius: 33% 67% 70% 30%/30% 30% 70% 70%;
  }
  20% {
    border-radius: 37% 63% 51% 49%/37% 65% 35% 63%;
  }
  40% {
    border-radius: 36% 64% 64% 36%/64% 48% 52% 36%;
  }
  60% {
    border-radius: 37% 63% 51% 49%/30% 30% 70% 70%;
  }
  80% {
    border-radius: 40% 60% 42% 58%/41% 51% 49% 59%;
  }
}
@-webkit-keyframes morph2 {
  0%, 100% {
    border-radius: 33% 67% 70% 30%/30% 30% 70% 70%;
  }
  20% {
    border-radius: 36% 64% 64% 36%/64% 48% 52% 36%;
  }
  40% {
    border-radius: 37% 63% 51% 49%/37% 65% 35% 63%;
  }
  60% {
    border-radius: 40% 60% 42% 58%/41% 51% 49% 59%;
  }
  80% {
    border-radius: 37% 63% 51% 49%/30% 30% 70% 70%;
  }
}
@keyframes morph2 {
  0%, 100% {
    border-radius: 33% 67% 70% 30%/30% 30% 70% 70%;
  }
  20% {
    border-radius: 36% 64% 64% 36%/64% 48% 52% 36%;
  }
  40% {
    border-radius: 37% 63% 51% 49%/37% 65% 35% 63%;
  }
  60% {
    border-radius: 40% 60% 42% 58%/41% 51% 49% 59%;
  }
  80% {
    border-radius: 37% 63% 51% 49%/30% 30% 70% 70%;
  }
}
@-webkit-keyframes change {
  100% {
    background-position: 50% 100%;
  }
}
@keyframes change {
  100% {
    background-position: 50% 100%;
  }
}

.index_style .index_keyNews {
  position: relative;
  margin-top: 50px;
  position: relative;
  z-index: 50;
}
.index_style .index_keyNews .container {
  display: block;
  -webkit-box-align: none;
      -ms-flex-align: none;
          align-items: none;
  -webkit-box-pack: none;
      -ms-flex-pack: none;
          justify-content: none;
  height: auto;
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .index_style .index_keyNews .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
}
.index_style .index_keyNews .keyNews-box {
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .index_style .index_keyNews .keyNews-box {
    text-align: center;
  }
}
.index_style .index_keyNews .keyNews-box .title {
  font-size: 1.8rem;
  letter-spacing: -1px;
  display: block !important;
  font-weight: bold;
  margin-top: 0px;
  color: #4484ce !important;
  margin-top: 0px;
  margin-bottom: 5px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .index_style .index_keyNews .keyNews-box .title {
    font-size: 1.5rem !important;
  }
}
.index_style .index_keyNews .keyNews-box .title span {
  color: #000 !important;
}
.index_style .index_keyNews .keyNews-box .text {
  font-size: 0.85rem !important;
  font-weight: 300 !important;
  margin-bottom: 10px;
}
.index_style .index_keyNews .keyNews-box .text p {
  font-size: 0.85rem !important;
  font-weight: 300 !important;
  margin-bottom: 10px;
}
.index_style .index_keyNews .keyNews-box .left-pagination {
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
  height: 30px;
}
@media (max-width: 991.98px) {
  .index_style .index_keyNews .keyNews-box .left-pagination {
    height: 0px;
  }
}
.index_style .index_keyNews .keyNews-box .left-pagination .keyNews-pagination {
  position: absolute;
  bottom: 0px;
}
.index_style .index_keyNews .keyNews-box .left-pagination .keyNews-pagination .swiper-pagination-bullet {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #999;
  margin: 0 6px;
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.index_style .index_keyNews .keyNews-box .left-pagination .keyNews-pagination .swiper-pagination-bullet-active {
  height: 5px;
  width: 50px;
  border-radius: 5px;
  background-color: #4484ce;
}
.index_style .index_keyNews .Swiper_keyNews {
  position: relative;
  width: 100%;
  height: 300px;
}
@media (max-width: 575.98px) {
  .index_style .index_keyNews .Swiper_keyNews {
    width: 100%;
    height: 300px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .index_style .index_keyNews .Swiper_keyNews {
    width: 100%;
    height: 340px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .index_style .index_keyNews .Swiper_keyNews {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .index_style .index_keyNews .Swiper_keyNews {
    width: 100%;
    height: 280px;
  }
}
@media (min-width: 1400px) {
  .index_style .index_keyNews .Swiper_keyNews {
    width: 100%;
    height: 320px;
  }
}
@media (min-width: 1600px) {
  .index_style .index_keyNews .Swiper_keyNews {
    width: 100%;
    height: 340px;
  }
}
@media (min-width: 1680px) {
  .index_style .index_keyNews .Swiper_keyNews {
    width: 100%;
    height: 340px;
  }
}
.index_style .index_keyNews .Swiper_keyNews .swiper-button-next,
.index_style .index_keyNews .Swiper_keyNews .swiper-button-prev {
  color: #ccc;
  top: 48%;
}
.index_style .index_keyNews .Swiper_keyNews .swiper-slide__content {
  position: absolute;
  top: 0;
}
.index_style .index_keyNews .Swiper_keyNews .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.index_style .index_keyNews .Swiper_keyNews .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.index_style .index_keyNews .psvd-card {
  display: block;
  position: relative;
  overflow: hidden;
}
.index_style .index_keyNews .psvd-card:hover .psvd-card__main:before {
  height: 100%;
}
.index_style .index_keyNews .psvd-card:before {
  content: "";
  position: absolute;
  display: block;
  height: 50%;
  width: 100%;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, rgba(255, 255, 255, 0)), color-stop(89%, rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 32%, rgba(0, 0, 0, 0.5) 89%);
  z-index: 1;
}
.index_style .index_keyNews .psvd-card__main {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 25px;
  width: 100%;
  z-index: 1;
}
.index_style .index_keyNews .psvd-card__main:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #4484ce;
  z-index: -1;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.index_style .index_keyNews .psvd-card__title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_style .index_keyNews .psvd-card__text {
  font-size: 16px;
  font-weight: 300 !important;
  color: #fff;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.6s, opacity 0.6s;
  transition: max-height 0.6s, opacity 0.6s;
}
.index_style .index_keyNews .psvd-card:hover .psvd-card__text {
  color: #fff;
  max-height: 56px;
  opacity: 1;
}
.index_style .index_keyNews .psvd-card:hover .psvd-card__main:before {
  height: 100%;
  height: 100%;
  background-color: #4484ce !important;
}

.index_style .index_quicklink {
  position: relative;
}
.index_style .index_quicklink .quicklink_bg {
  position: absolute;
  left: -10%;
  bottom: -5%;
  z-index: -1;
}
.index_style .index_quicklink .quicklink_bg img {
  width: 880px;
  height: auto;
  opacity: 0.1;
}
@media (max-width: 767.98px) {
  .index_style .index_quicklink .quicklink_bg img {
    width: 580px;
  }
}
@media (max-width: 575.98px) {
  .index_style .index_quicklink .quicklink_bg img {
    width: 380px;
  }
}
.index_style .index_quicklink .Swiper_quicklink {
  margin-bottom: 1rem;
}
.index_style .index_quicklink .Swiper_quicklink .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.index_style .index_quicklink .Swiper_quicklink .swiper-wrapper .swiper-slide {
  width: 300px;
  height: 300px;
  margin-right: 50px;
  position: relative;
  -webkit-box-shadow: 0 0 15px 2px #00000066;
          box-shadow: 0 0 15px 2px #00000066;
  margin: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.index_style .index_quicklink .Swiper_quicklink .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  display: block;
  height: 50%;
  width: 100%;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(255, 255, 255, 0)), color-stop(89%, rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 35%, rgba(0, 0, 0, 0.5) 89%);
  z-index: 1;
}
.index_style .index_quicklink .Swiper_quicklink .swiper-wrapper .swiper-slide.-type1 {
  margin-top: 80px;
  border-radius: 14px;
}
.index_style .index_quicklink .Swiper_quicklink .swiper-wrapper .swiper-slide.-type2 {
  margin-top: 120px;
  border-radius: 50%;
}
.index_style .index_quicklink .Swiper_quicklink .swiper-wrapper .swiper-slide.-type3 {
  border-radius: 14px 14px 50% 50%;
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .index_style .index_quicklink .Swiper_quicklink .swiper-wrapper .swiper-slide {
    width: 180px !important;
    height: 180px !important;
    margin-right: 20px !important;
  }
  .index_style .index_quicklink .Swiper_quicklink .swiper-wrapper .swiper-slide.-type1 {
    margin-top: 95px;
  }
  .index_style .index_quicklink .Swiper_quicklink .swiper-wrapper .swiper-slide.-type2 {
    margin-top: 50px;
  }
  .index_style .index_quicklink .Swiper_quicklink .swiper-wrapper .swiper-slide.-type3 {
    margin-bottom: 45px;
  }
}
.index_style .index_quicklink .Swiper_quicklink .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.index_style .index_quicklink .Swiper_quicklink .swiper-wrapper .swiper-slide:hover .quicklink_title {
  color: #FFE773;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_style .index_quicklink .Swiper_quicklink .swiper-wrapper .swiper-slide .quicklink_title {
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 600;
  color: #fff;
  bottom: 10%;
  z-index: 10;
}

.index_aboutTHU {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(37deg, #FFE773 2%, #fdd72a 55%, #f19f4d 100%);
  z-index: 1000;
}
@media (min-width: 1200px) {
  .index_aboutTHU {
    height: 550px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .index_aboutTHU {
    height: 750px;
  }
}
@media (max-width: 767.98px) {
  .index_aboutTHU {
    height: auto;
  }
}
.index_aboutTHU .about_bg {
  position: absolute;
  left: -12%;
  bottom: -1%;
  z-index: 1;
}
.index_aboutTHU .about_bg img {
  width: 800px;
  height: auto;
  opacity: 0.25;
}
@media (max-width: 575.98px) {
  .index_aboutTHU .about_bg {
    left: 10%;
    bottom: -1%;
  }
  .index_aboutTHU .about_bg img {
    width: 380px;
  }
}
.index_aboutTHU .about_top_text1 {
  position: absolute;
  font-size: 70px;
  color: #ffffff33;
  top: 0px;
  right: 2%;
  z-index: 1;
}
.index_aboutTHU .about_top_text2 {
  position: absolute;
  font-size: 70px;
  color: #ffffff33;
  top: 65px;
  right: 6%;
  z-index: 1;
}
.index_aboutTHU .intro {
  color: #00509d;
  z-index: 20;
}
.index_aboutTHU .intro p {
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 1.2em;
}
.index_aboutTHU .intro a {
  font-size: 18px;
  font-weight: 400 !important;
  color: #00509d;
}
.index_aboutTHU .intro a:hover {
  color: #1e96fc;
}

.index_aboutTHU .thu-rank,
.index_aboutTHU .thu-rank a {
  font-size: 24px;
  color: #00509d;
  z-index: 20;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  padding-top: 45px;
  border-radius: 50%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 10px 0px;
          box-shadow: rgba(0, 0, 0, 0) 0px 0px 10px 0px;
}
.index_aboutTHU .thu-rank .thu-rank-bg {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 3%;
  border-radius: 50%;
  z-index: -1;
  height: 220px;
  width: 220px;
  border-radius: 50%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.index_aboutTHU .thu-rank .count-title {
  color: #00509d;
  font-size: 75px;
  font-weight: normal;
  line-height: 1.1em;
  text-align: center;
}
.index_aboutTHU .thu-rank p {
  width: 220px;
  font-size: 16px;
  font-weight: 400 !important;
  font-weight: normal;
  text-align: center;
  line-height: 1.3em;
  font-family: "Roboto", sans-serif !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .index_aboutTHU .thu-rank .thu-rank-bg {
    left: 15%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .index_aboutTHU .thu-rank .thu-rank-bg {
    left: 3%;
  }
}
@media (max-width: 767.98px) {
  .index_aboutTHU .thu-rank {
    margin-bottom: 30px;
  }

  .index_aboutTHU .thu-rank .thu-rank-bg {
    left: 30%;
  }
}
.index_aboutTHU .thu-rank:hover .thu-rank-bg {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: linear-gradient(37deg, #ffffff 0%, #ffffff 55%, #e1e1e1 100%);
  height: 220px;
  width: 220px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 4px 10px 0px;
          box-shadow: rgba(0, 0, 0, 0.3) 3px 4px 10px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index_aboutTHU .thu-rank:hover .thu-rank-bg:after {
  opacity: 1;
  position: absolute;
  top: 15px;
  left: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fdd72a;
  content: "";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px 0px inset;
          box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px 0px inset;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.page-footer {
  margin-top: 0px !important;
}/*# sourceMappingURL=webCss.css.map */