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

.index_style .index_video {
  position: relative;
}
.index_style .index_video .video_top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.6))), -webkit-gradient(linear, left bottom, left top, color-stop(20%, transparent), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.6)), linear-gradient(0deg, transparent 20%, rgba(0, 0, 0, 0.3));
  height: 150px;
}
.index_style .index_video .video_bottom_btn {
  position: absolute;
  top: 45%;
  left: 48%;
}
.index_style .index_video .video_bottom_btn a {
  color: #fff;
}
.index_style .index_video .video-book-box {
  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_video .video-book-box .lib-video-book {
  position: relative;
  margin: -50px auto 0;
}
.index_style .index_video .video-book-box .lib-video-book.book {
  width: 300px;
  height: 180px;
  border: 4px solid #f5aa39;
  background: none;
  -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);
  background: rgba(255, 255, 255, 0.5);
}
.index_style .index_video .video-book-box .lib-video-book.book .spinner-border {
  position: absolute;
  top: 95px;
  right: 135px;
  z-index: 10;
  background: none;
}
.index_style .index_video .video-book-box .lib-video-book.book .logo {
  display: block;
  position: absolute;
  top: 40%;
  right: 30px;
  width: 240px;
  height: 750px;
  z-index: 10;
  background: none;
}
.index_style .index_video .video-book-box .lib-video-book.book .logo {
  -webkit-filter: drop-shadow(1px 1px 7px white);
  filter: drop-shadow(1px 1px 7px white);
}
.index_style .index_video .video-book-box .lib-video-book.book .page {
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  width: 150px;
  height: 180px;
  border: 4px solid #f4a93b;
  border-left: none;
  margin: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.index_style .index_video .lib-video-book .page:nth-child(1) {
  -webkit-animation: bookPageTurn 3.2s cubic-bezier(0, 0.39, 1, 0.59) 1.6s infinite;
          animation: bookPageTurn 3.2s cubic-bezier(0, 0.39, 1, 0.59) 1.6s infinite;
}
.index_style .index_video .lib-video-book .page:nth-child(2) {
  -webkit-animation: bookPageTurn 3.2s cubic-bezier(0, 0.39, 1, 0.59) 1.45s infinite;
          animation: bookPageTurn 3.2s cubic-bezier(0, 0.39, 1, 0.59) 1.45s infinite;
}
.index_style .index_video .lib-video-book .page:nth-child(3) {
  -webkit-animation: bookPageTurn 3.2 cubic-bezier(0, 0.39, 1, 0.59) 1.2s infinite;
          animation: bookPageTurn 3.2 cubic-bezier(0, 0.39, 1, 0.59) 1.2s infinite;
}
.index_style .index_video .lib-video-book .page:nth-child(4) {
  -webkit-animation: bookPageTurn 3.2s cubic-bezier(0, 0.39, 1, 0.59) 0.95s infinite;
          animation: bookPageTurn 3.2s cubic-bezier(0, 0.39, 1, 0.59) 0.95s infinite;
}
@-webkit-keyframes bookPageTurn {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  20% {
    background: rgba(255, 255, 255, 0.2);
  }
  40% {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}
@keyframes bookPageTurn {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  20% {
    background: rgba(255, 255, 255, 0.2);
  }
  40% {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}

.index_style .index_search {
  position: relative;
}
.index_style .index_search .search_top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.6))), -webkit-gradient(linear, left bottom, left top, color-stop(20%, transparent), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.6)), linear-gradient(0deg, transparent 20%, rgba(0, 0, 0, 0.3));
  height: 150px;
}

.index_style .index_lib_info {
  margin-top: 20px;
  min-height: 150px;
  z-index: 10;
}
@media (min-width: 992px) {
  .index_style .index_lib_info {
    margin-top: 40px;
  }
}
.index_style .index_lib_info .lib_info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .index_style .index_lib_info .lib_info-box .dateCard {
    margin-right: 15px !important;
  }
}
.index_style .index_lib_info .lib_info-box .timeCardRight {
  width: 200px;
}
@media (max-width: 480px) {
  .index_style .index_lib_info .lib_info-box .timeCardRight {
    width: 160px;
  }
}
@media (max-width: 375px) {
  .index_style .index_lib_info .lib_info-box .timeCardRight {
    margin-right: 15px !important;
  }
}
.index_style .index_lib_info .lib_info-box .renewal {
  width: 140px;
}
@media (min-width: 992px) {
  .index_style .index_lib_info .lib_info-box .renewal {
    margin-left: auto !important;
  }
}
@media (max-width: 499.98px) {
  .index_style .index_lib_info .lib_info-box .renewal {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0px !important;
  }
}
@media (max-width: 375px) {
  .index_style .index_lib_info .lib_info-box .renewal {
    width: 130px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.index_style .index_lib_info .lib_info-box .link-box {
  margin-left: auto !important;
  width: 300px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .index_style .index_lib_info .lib_info-box .link-box {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: auto !important;
  }
}
@media (min-width: 445px) and (max-width: 767.98px) {
  .index_style .index_lib_info .lib_info-box .link-box {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: auto !important;
    margin-right: 0px;
  }
}
@media (max-width: 444px) {
  .index_style .index_lib_info .lib_info-box .link-box {
    width: 150px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 0px;
  }
}
.index_style .index_lib_info .dateCard {
  border: 3px solid #BDAFA4;
  width: 100px;
  height: 100px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  margin-right: 15px;
}
.index_style .index_lib_info .dateCard .timeCard01 {
  border-bottom: 1px solid #BDAFA4;
  text-align: center;
  color: #ff8100;
  font-size: 1.2rem;
}
.index_style .index_lib_info .dateCard .timeCard02 {
  text-align: center;
  margin-bottom: 10px;
  color: #ff8100;
  font-size: 3rem;
  font-family: "SilverSouthSerif", Times, serif !important;
}
.index_style .index_lib_info .timeCardRight {
  color: #000;
  padding-top: 0px;
}
.index_style .index_lib_info .timeCardRight .date {
  color: #000;
  margin-bottom: 0px;
}
.index_style .index_lib_info .timeCardRight .opentTime {
  margin-bottom: 0px;
  color: #ff8100;
  font-size: 1.5rem;
  font-family: "SilverSouthSerif", Times, serif !important;
}
.index_style .index_lib_info .timeCardRight .hours {
  margin-left: -5px;
  color: #fff;
  background: #ff8049;
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 0.5rem 0.8rem;
}
.index_style .index_lib_info .renewal {
  text-align: left;
  color: #000;
}
.index_style .index_lib_info .renewal p span {
  color: #ff8100;
  font-size: 1.5rem;
  font-family: "SilverSouthSerif", Times, serif !important;
}
.index_style .index_lib_info .link-box .btn {
  border-radius: 4px;
  border: solid 1px #999;
  color: #333;
}

.index_style .line_action svg {
  width: 100vw;
}
.index_style .line_action svg path {
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
  -webkit-animation: drawLine 8s linear forwards;
          animation: drawLine 8s linear forwards;
}
@-webkit-keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.index_style .index_news {
  position: relative;
}
.index_style .index_news .line_bg_news {
  z-index: -10;
  position: absolute;
  top: -50px;
  left: 0px;
  width: 100vw;
}
.index_style .index_book {
  position: relative;
}
.index_style .index_book .line_bg_book {
  z-index: -6;
  position: absolute;
  top: 150px;
  left: 0px;
  width: 100vw;
}
.index_style .index_service {
  position: relative;
}
.index_style .index_service .line_bg_service {
  z-index: -10;
  position: absolute;
  top: -50px;
  left: 0px;
  width: 100vw;
}

.index_style .index_news {
  margin-bottom: 60px;
}
.index_style .lib-slide {
  padding: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
  min-height: 300px;
}
.index_style .lib-slide .Swiper_ad {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.index_style .lib-slide .Swiper_ad .swiper-slide {
  text-align: center;
  font-size: 18px;
  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;
}
.index_style .lib-slide .Swiper_ad img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_style .lib-slide .Swiper_ad {
  width: 100%;
  height: 350px;
}
@media (max-width: 767.98px) {
  .index_style .lib-slide .Swiper_ad {
    height: 290px;
  }
}
.index_style .lib-slide .Swiper_ad .swiper-wrapper {
  height: 250px;
}
@media (min-width: 992px) {
  .index_style .lib-slide .Swiper_ad .swiper-wrapper {
    height: 300px;
  }
}
.index_style .lib-slide .Swiper_ad .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 .lib-slide .Swiper_ad .swiper-pagination-bullet-active {
  height: 5px;
  width: 50px;
  border-radius: 5px;
  background-color: #ff8049;
}
.index_style .lib-news {
  z-index: 1;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .index_style .lib-news {
    margin-top: -40px;
  }
}
.index_style .lib-news .news_item {
  font-size: 2rem;
  color: #ff8100;
  line-height: 0.8em;
  margin-bottom: 10px;
}
.index_style .lib-news .news_item span {
  font-size: 3rem;
  color: #ebebeb;
  font-family: "Libre-Baskerville", serif !important;
  line-height: 0.8em;
  font-weight: 500;
}
.index_style .lib-news .news-body {
  background: linear-gradient(-45deg, #fefefe, #eeeeee, #fefefe);
  opacity: 0.9;
  border: 1px solid #eee;
  width: 100%;
  min-height: 330px;
  padding: 20px;
}
@media (min-width: 992px) {
  .index_style .lib-news .news-body {
    margin-left: -45px;
    position: relative;
    width: 130%;
  }
}
.index_style .lib-news .news-body .more_news a {
  font-size: 1rem;
  color: #000;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.index_style .lib-news .news-body .more_news a svg {
  margin-top: -5px;
}
.index_style .lib-news .news-body .more_news a svg path {
  stroke: #adacac;
  fill: none;
}
.index_style .lib-news .news-body .more_news a:hover {
  color: #ff8049;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_style .lib-news .news-body .more_news a:hover svg path {
  stroke: #ff8049;
  fill: none;
}
.index_style .lib-news .news-body ul li {
  list-style: none;
  border-bottom: 1px solid #dfdfdf;
  padding: 12px 5px 8px 5px;
  width: 100%;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.index_style .lib-news .news-body ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #ff8049;
  z-index: -1;
}
.index_style .lib-news .news-body ul li:hover::before {
  border-bottom: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff8049;
  z-index: -1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.index_style .lib-news .news-body ul li .news-info {
  width: 20%;
  padding-right: 10px;
}
.index_style .lib-news .news-body ul li .news-info .cate {
  font-size: 0.8125rem;
  color: #fff;
  background-color: #ff8049;
  display: block;
  text-align: center;
}
.index_style .lib-news .news-body ul li .news-info .date {
  font-size: 0.75rem;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 200;
  display: block;
}
.index_style .lib-news .news-body ul li .news-title {
  width: 73%;
  font-size: 0.875rem;
  color: #000;
  line-height: 1.4em;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_style .lib-news .news-body ul li .news-title a {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 0.8rem;
}
.index_style .lib-news .news-body ul li .news-title a:hover {
  color: #666;
}

.index_style .index_book {
  position: relative;
}
.index_style .index_book .newBook_bg {
  z-index: -10;
  position: absolute;
  top: 0px;
  left: 0px;
}
.index_style .index_book .newBook_bg .newbook_bg_svg {
  fill: rgba(255, 229, 220, 0.4);
}
.index_style .index_book .book-title {
  font-size: 2rem;
  color: #ff8100;
  margin-bottom: 30px;
}
.index_style .index_book .book-title span a {
  font-size: 0.85rem;
  color: #666666;
}
.index_style .index_book .book-title span a:hover {
  color: #ff8100;
}
.index_style .index_book .Swiper_book {
  position: relative;
  width: 100%;
  height: 380px;
}
.index_style .index_book .Swiper_book > .swiper-slide__content {
  position: absolute;
  top: 0;
}
.index_style .index_book .Swiper_book .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(1);
          transform: scale(1);
}
.index_style .index_book .Swiper_book .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.index_style .index_book .Swiper_book .swiper-wrapper {
  margin-top: 30px;
  padding-left: 20px;
}
.index_style .index_book .Swiper_book .swiper-wrapper .swiper-slide {
  height: 300px;
  -webkit-transition: all 0.9s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index_style .index_book .Swiper_book .swiper-wrapper .swiper-slide:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_style .index_book .Swiper_book .swiper-wrapper .swiper-slide:hover a .card .card-body .book_name {
  color: #ff8100;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_style .index_book .Swiper_book .swiper-wrapper .swiper-slide a .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}
.index_style .index_book .Swiper_book .swiper-wrapper .swiper-slide a .card .book_img {
  height: 265px;
}
.index_style .index_book .Swiper_book .swiper-wrapper .swiper-slide a .card .book_img img {
  width: auto;
  height: 100%;
}
.index_style .index_book .Swiper_book .swiper-wrapper .swiper-slide a .card .card-body {
  padding: 0.75rem 1.25rem 1.25rem 1.25rem;
}
.index_style .index_book .Swiper_book .swiper-wrapper .swiper-slide a .card .card-body .book_name {
  width: 178px;
  font-size: 0.85rem;
  color: #666666;
}
.index_style .index_book .swiper-button-prev,
.index_style .index_book .swiper-button-next {
  width: 35px;
}
.index_style .index_book .swiper-button-prev:after,
.index_style .index_book .swiper-button-next:after {
  display: none;
}
.index_style .index_book .swiper-button-prev {
  left: -60px;
}
.index_style .index_book .swiper-button-next {
  left: 100%;
}
@media (max-width: 575.98px) {
  .index_style .index_book .swiper-button-prev {
    left: 0px;
  }
  .index_style .index_book .swiper-button-next {
    left: 85%;
  }
}
.index_style .index_book .bt-round-next,
.index_style .index_book .bt-round-prev {
  cursor: none;
}
.index_style .index_book .bt-round-next svg,
.index_style .index_book .bt-round-prev svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: background-color 0.3s, -webkit-transform 1.2s;
  transition: background-color 0.3s, -webkit-transform 1.2s;
  transition: transform 1.2s, background-color 0.3s;
  transition: transform 1.2s, background-color 0.3s, -webkit-transform 1.2s;
  border-radius: 100%;
  overflow: hidden;
}
.index_style .index_book .bt-round-next svg circle,
.index_style .index_book .bt-round-prev svg circle {
  stroke-dasharray: 267;
  stroke-dashoffset: 267px;
  -webkit-transition: stroke-dashoffset 1.2s, -webkit-transform 1.2s;
  transition: stroke-dashoffset 1.2s, -webkit-transform 1.2s;
  transition: stroke-dashoffset 1.2s, transform 1.2s;
  transition: stroke-dashoffset 1.2s, transform 1.2s, -webkit-transform 1.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke: #ccc;
}
.index_style .index_book .bt-round-next svg circle:last-child,
.index_style .index_book .bt-round-prev svg circle:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.index_style .index_book .bt-round-next.is-inview svg,
.index_style .index_book .bt-round-prev.is-inview svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.index_style .index_book .bt-round-next.is-inview svg circle:first-child,
.index_style .index_book .bt-round-prev.is-inview svg circle:first-child {
  stroke-dashoffset: 22px;
}
.index_style .index_book .bt-round-next.is-inview:hover svg circle:first-child,
.index_style .index_book .bt-round-prev.is-inview:hover svg circle:first-child {
  stroke-dashoffset: 267px;
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
  -webkit-transition: stroke-dashoffset 0.8s, -webkit-transform 0.8s;
  transition: stroke-dashoffset 0.8s, -webkit-transform 0.8s;
  transition: stroke-dashoffset 0.8s, transform 0.8s;
  transition: stroke-dashoffset 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.index_style .index_book .bt-round-next.is-inview:hover svg circle:last-child {
  stroke-dashoffset: 22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.index_style .index_book .bt-round-prev.is-inview:hover svg circle:last-child {
  stroke-dashoffset: 22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.index_style .index_book .bt-round-prev.is-inview:hover svg circle:first-child {
  stroke-dashoffset: 267px;
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
  -webkit-transition: stroke-dashoffset 0.8s, -webkit-transform 0.8s;
  transition: stroke-dashoffset 0.8s, -webkit-transform 0.8s;
  transition: stroke-dashoffset 0.8s, transform 0.8s;
  transition: stroke-dashoffset 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.index_style .index_book .bt-round-next,
.index_style .index_book .bt-round-prev {
  display: block;
  width: 4.125rem;
  height: 4.125rem;
  background: none;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  -webkit-transition: background 0.3s, border-color 0.3s;
  transition: background 0.3s, border-color 0.3s;
  cursor: pointer;
}
.index_style .index_book .bt-round-next.form__submit_disabled,
.index_style .index_book .bt-round-prev.form__submit_disabled {
  cursor: default;
}
.index_style .index_book .bt-round-next:hover i:after, .index_style .index_book .bt-round-next:hover i:before {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.index_style .index_book .bt-round-prev:hover i:after, .index_style .index_book .bt-round-prev:hover i:before {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.index_style .index_book .bt-round-next:hover i:before,
.index_style .index_book .bt-round-prev:hover i:before {
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
}
.index_style .index_book .bt-round-next:hover i:after,
.index_style .index_book .bt-round-prev:hover i:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s 0.1s;
  transition: -webkit-transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
}
.index_style .index_book .bt-round-next i,
.index_style .index_book .bt-round-prev i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.625rem;
  height: 0.9375rem;
  margin: -0.46875rem 0 0 -0.8125rem;
  overflow: hidden;
}
.index_style .index_book .bt-round-next i:after, .index_style .index_book .bt-round-next i:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 17'%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='1.5' stroke-linecap='square' d='M1.5 8.5h24m-6-7l7 7m-7 7L26 9'/%3E%3C/svg%3E");
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s 0.2s;
  transition: -webkit-transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.index_style .index_book .bt-round-prev i:after, .index_style .index_book .bt-round-prev i:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 17'%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='1.5' stroke-linecap='square' d='M2.5,8.5h24m-25,0,7-7M2,9l6.5,6.5'/%3E%3C/svg%3E");
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s 0.2s;
  transition: -webkit-transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s;
  transition: transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  -webkit-transform: translateX(180);
          transform: translateX(180);
}
.index_style .index_book .bt-round-next i:after {
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.index_style .index_book .bt-round-prev i:after {
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.index_style .index_book .bt-round-next.bottom_ i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: none;
          animation: none;
}
.index_style .index_book .bt-round-prev.bottom_ i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-animation: none;
          animation: none;
}
.index_style .index_book .bt-round-next.black_ i:after, .index_style .index_book .bt-round-next.black_ i:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 17'%3E%3Cpath fill='none' stroke='%23bbb' stroke-width='1.5' stroke-linecap='square' d='M2.5,8.5h24m-25,0,7-7M2,9l6.5,6.5'/%3E%3C/svg%3E") !important;
}
.index_style .index_book .bt-round-prev.black_ i:after, .index_style .index_book .bt-round-prev.black_ i:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 17'%3E%3Cpath fill='none' stroke='%23bbb' stroke-width='1.5' stroke-linecap='square' d='M1.5 8.5h24m-6-7l7 7m-7 7L26 9'/%3E%3C/svg%3E") !important;
}

.index_style .Swiper_otherSite {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .index_style .Swiper_otherSite {
    width: 200%;
  }
}
.index_style .Swiper_otherSite > .swiper-slide__content {
  position: absolute;
  top: 0;
}
.index_style .Swiper_otherSite .swiper-slide {
  height: 200px;
  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 .Swiper_otherSite .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.index_style .Swiper_otherSite .swiper-wrapper {
  margin-top: 30px;
}
.index_style .Swiper_otherSite .swiper-wrapper .swiper-slide {
  height: 300px;
  -webkit-transition: all 0.9s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index_style .Swiper_otherSite .swiper-wrapper .swiper-slide:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_style .Swiper_otherSite .swiper-wrapper .swiper-slide:hover a .card .card-body .site_nam {
  color: #ff8100;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_style .Swiper_otherSite .swiper-wrapper .swiper-slide a .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}
.index_style .Swiper_otherSite .swiper-wrapper .swiper-slide a .card .site_img {
  height: 265px;
}
.index_style .Swiper_otherSite .swiper-wrapper .swiper-slide a .card .site_img img {
  width: auto;
  height: 100%;
}
.index_style .Swiper_otherSite .swiper-wrapper .swiper-slide a .card .card-body {
  padding: 0.75rem 1.25rem 1.25rem 1.25rem;
}
.index_style .Swiper_otherSite .swiper-wrapper .swiper-slide a .card .card-body .site_nam {
  width: 178px;
  font-size: 0.85rem;
  color: #666666;
}
.index_style .index_otherSite .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_otherSite .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%;
    margin-bottom: 200px;
  }
}
.index_style .index_otherSite .otherSite-title-icon {
  width: 80px;
  display: inline-block;
}
.index_style .index_otherSite .otherSite-title-icon svg {
  width: 66px;
  height: 66px;
}
.index_style .index_otherSite .otherSite-title-icon svg path {
  fill: #ccc;
  stroke: none;
}
@media (min-width: 992px) {
  .index_style .index_otherSite .otherSite-title-icon {
    width: auto;
    display: block;
  }
  .index_style .index_otherSite .otherSite-title-icon svg {
    padding-bottom: 5px;
    width: 176px;
    height: 176px;
  }
  .index_style .index_otherSite .otherSite-title-icon svg path {
    fill: #f0efef;
    stroke: none;
  }
}
.index_style .index_otherSite .otherSite-title {
  font-size: 2rem;
  color: #ff8100;
  margin-bottom: 30px;
  display: inline-block;
}
.index_style .index_otherSite .swiper-main-content {
  margin-top: 0px;
}
.index_style .index_otherSite .psvd-card {
  position: relative;
  display: block;
  overflow: hidden;
}
.index_style .index_otherSite .psvd-card:after {
  content: "";
  display: block;
  padding-bottom: 0;
}
.index_style .index_otherSite .psvd-card:before {
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  content: "";
  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_otherSite .psvd-card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  padding: 25px 25px 0;
  width: 100%;
  height: 80px;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.index_style .index_otherSite .psvd-card .card-body .card-title {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
  max-height: 54px;
}
.index_style .index_otherSite .psvd-card .card-body .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  margin: 15px 0;
  max-height: 112px;
  color: #1a1a1a;
  font-weight: 300;
  color: #ff8100;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.index_style .index_otherSite .psvd-card .card-body .card-btn {
  border-radius: 4px;
  background-color: #ff8100;
  color: #fff;
}
.index_style .index_otherSite .psvd-card .card-body .card-btn:hover {
  background-color: #f29c7b;
  color: #fff;
}
.index_style .index_otherSite .psvd-card:hover .card-body {
  padding-bottom: 25px;
  height: 100%;
  color: #ff8100;
  background-color: #fff;
  opacity: 0.85;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_style .index_otherSite .psvd-card:hover .card-body .card-title {
  color: #ff8100;
}
.index_style .index_otherSite .psvd-card:hover .card-body .card-text,
.index_style .index_otherSite .psvd-card:hover .card-body .card-btn {
  opacity: 1;
}

.index_style .index_service {
  padding-bottom: 50px;
}
@media (max-width: 991.98px) {
  .index_style .index_service {
    padding-bottom: 0px;
  }
}
.index_style .index_service .service-title {
  margin-top: -50px;
}
.index_style .index_service .service-title .service-title-tw {
  font-size: 2rem;
  color: #ff8100;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .index_style .index_service .service-title .service-title-tw {
    text-align: center;
  }
}
.index_style .index_service .service-title .service-title-eng {
  font-size: 90px;
  color: #ebebeb;
  font-family: "Libre-Baskerville", serif !important;
  line-height: 0.8em;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .index_style .index_service .service-title {
    margin-top: -40px;
    margin-bottom: 60px;
  }
  .index_style .index_service .service-title .service-title-eng {
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.index_style .service-item {
  position: relative;
  width: 180%;
}
.index_style .service-item h2 {
  font-size: 2rem;
}
.index_style .service-item h4 {
  margin-bottom: 0px;
}
.index_style .service-item h4 a {
  font-size: 1rem;
  color: #000;
}
.index_style .service-item h4 a:hover {
  color: #ff8100;
}
.index_style .service-item .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}
.index_style .service-item .card .card-body ul li {
  color: #000;
}
.index_style .service-item .item1 .card,
.index_style .service-item .item2 .card {
  background-color: rgba(211, 237, 239, 0.8);
  min-height: 300px;
}
.index_style .service-item .item3 .card,
.index_style .service-item .item4 .card {
  background-color: rgba(255, 229, 220, 0.8);
  min-height: 300px;
}/*# sourceMappingURL=indexCss.css.map */