@import url("https://use.fontawesome.com/releases/v5.4.2/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans");
@import url(../bootstrap/css/bootstrap.min.css);
@import url(../icomoon/style.css);
@import url(animate.css);
.ui-loader {
  display: none;
}

#logo {
  text-align: center;
}

@media (max-width: 1500px) {
  #logo img {
    height: 5vw;
  }
}
@media (max-width: 900px) {
  #logo img {
    height: 10vw;
  }
}
@media (max-width: 500px) {
  #logo img {
    height: 20vw;
  }
}
.carousel-indicators li {
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
}

#back2top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  background-color: rgba(0, 173, 186, 0.8);
  color: #fff;
  transition: 0.5s;
}
#back2top i {
  font-size: 40px;
  font-style: normal;
}

@media (max-width: 800px) {
  #back2top {
    width: 35px;
    height: 35px;
    right: 5px;
    bottom: 15px;
  }
  #back2top i {
    font-size: 24px;
  }
}
.modal-content {
  border-radius: 0;
}

.modal-header {
  background-color: #b69fcb;
}
.modal-header .modal-title {
  font-weight: bold;
  font-size: 30px;
}

.modal-body {
  text-align: left;
  font-size: 20px;
}

a:hover {
  text-decoration: none;
}

.flex_between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.flex_around {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.flex_center,
#back2top,
#menu_btn i,
#menu_block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

#header #index_link,
#header .head_title {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.counter_block #counter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.news_block .link_group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.news_block .link_group .link_item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.news_block .link_group .link_item .text,
.news_block .link_group .link_item .fas,
.news_block .link_group .link_item .fab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.footer_banner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.footer_banner iframe {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.video_block .video_main #video_group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.flex_start {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

#menu_block .menu_group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
#menu_block .menu_group .menu_item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

#header {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

#index_banner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
#index_banner .main_logo {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.news_block #news_group .news_item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.flex_end,
#menu_block .menu_group .menu_item .sub_category .sub_item {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}

.background_template,
#index_banner,
.video_block {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

button {
  font-family: "Microsoft JhengHei", "Heiti TC", sans-serif, FontAwesome;
  letter-spacing: 1px;
  display: block;
  border: none;
}

select::-ms-expand {
  display: none;
}

div {
  display: block;
}

body {
  clear: both;
  text-align: center;
  font-family: "Noto Sans", "Microsoft JhengHei", "Heiti TC", sans-serif, FontAwesome !important;
  font-size: 16px;
  color: #313131;
  line-height: 1.2;
  clear: both;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 2px;
  background-color: #f8f8f8;
  min-height: 100vh;
  letter-spacing: 1px;
  position: relative;
  width: 100%;
  font-weight: bold;
}
body a {
  text-decoration: none;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

footer {
  width: 100%;
  background-color: #939099;
  font-size: 26px;
  text-align: center;
  line-height: 70px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 800px) {
  footer {
    font-size: 18px;
    line-height: 50px;
  }
}
#menu_btn {
  position: fixed;
  width: 20vh;
  height: 20vh;
  border: 2px solid #999999 !important;
  border-radius: 1vh;
  top: -12vh;
  right: 22vh;
  z-index: 10;
  font-size: 5vh;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  opacity: 1;
  background-color: #fff;
  transition: 0.5s;
  transform: rotate(45deg);
  overflow: hidden;
}
#menu_btn i {
  position: absolute;
  width: 60px;
  height: 60px;
  left: calc(50% + 12px);
  top: 11vh;
  color: #999999;
  font-size: 48px;
  transform: rotate(-45deg);
}
#menu_btn i.icon-02 {
  /*color: #999999;*/
}
#menu_btn:hover {
  text-shadow: #ccc 0px 3px 2px;
}
#menu_btn.close {
  background-color: #fff;
}
#menu_btn.close:hover {
  background-color: #fff;
}
#menu_btn.menu_right {
  top: 15px;
  right: 15px;
  border: 2px solid #999999 !important;
  width: 75px;
  height: 75px;
  background-color: #fff;
  transition: 0.5s;
  border-radius: 1vh;
  transform: rotate(0deg);
}
#menu_btn.menu_right i {
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  color: #999999;
  text-shadow: #ccc 0px 2px 2px;
  transition: 0.5s;
  transform: rotate(0deg);
}
#menu_btn.menu_right:hover {
  transition: 0.5s;
  transform: rotate(45deg);
  /*-webkit-animation: loadIn 2s infinite linear;
  -moz-animation: loadIn 2s infinite linear;
  -o-animation: loadIn 2s infinite linear;
  animation: loadIn 2s infinite linear;*/
}
#menu_btn.menu_right:hover i {
  transition: 0.5s;
  transform: rotate(-45deg);
  /*-webkit-animation: loadOut 2s infinite linear;
  -moz-animation: loadOut 2s infinite linear;
  -o-animation: loadOut 2s infinite linear;
  animation: loadOut 2s infinite linear;*/
}
#menu_btn.menu_right.close {
  background-color: #fff;
  color: #999999;
}
#menu_btn.menu_right.close:hover {
  background-color: #fff;
  color: #333;
}

@media (max-width: 800px) {
  #menu_btn.menu_right {
    top: 5px;
    right: 5px;
    border: 2px solid #999999 !important;
    width: 50px;
    height: 50px;
    background-color: #fff;
  }
  #menu_btn.menu_right i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
  }
}
#menu_block {
  position: fixed;
  opacity: 0;
  background-color: rgba(159, 159, 160, 0.95);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
  align-items: flex-start;
  overflow-y: scroll;
}
#menu_block .background_text {
  position: fixed;
  right: 20px;
  bottom: 5px;
  width: 30%;
  height: auto;
  opacity: 0.75;
}
#menu_block .background_text img {
  width: 100%;
}
#menu_block .background_wave {
  position: fixed;
  right: 10px;
  bottom: 0;
  width: 30%;
  height: auto;
  z-index: 1;
  opacity: 0.75;
}
#menu_block .background_wave img {
  width: 100%;
}
#menu_block .menu_group {
  width: 90%;
  max-width: 1200px;
  flex-direction: column;
  align-items: flex-start;
  transition: 0.5s;
  margin: 35px 0;
}
#menu_block .menu_group .menu_item {
  position: relative;
  line-height: 2;
  margin: 1vh 0;
  width: 100%;
  transition: 0.5s;
}
#menu_block .menu_group .menu_item .color_block {
  width: 10px;
  height: 40px;
  margin-right: 30px;
}
#menu_block .menu_group .menu_item .color_block.menu_color_1 {
  background-color: #fe8081;
}
#menu_block .menu_group .menu_item .color_block.menu_color_2 {
  background-color: #ffbf7f;
}
#menu_block .menu_group .menu_item .color_block.menu_color_3 {
  background-color: #feff7f;
}
#menu_block .menu_group .menu_item .color_block.menu_color_4 {
  background-color: #c1ff80;
}
#menu_block .menu_group .menu_item .color_block.menu_color_5 {
  background-color: #80fe80;
}
#menu_block .menu_group .menu_item .color_block.menu_color_6 {
  background-color: #81ffc0;
}
#menu_block .menu_group .menu_item .color_block.menu_color_7 {
  background-color: cyan;
}
#menu_block .menu_group .menu_item .color_block.menu_color_8 {
  background-color: #80c0fe;
}
#menu_block .menu_group .menu_item .color_block.menu_color_9 {
  background-color: #96f;
}
#menu_block .menu_group .menu_item .color_block.menu_color_10 {
  background-color: #c6f;
}
#menu_block .menu_group .menu_item .under_line {
  position: absolute;
  left: 0;
  width: 0%;
  bottom: -5px;
  height: 3px;
  background-color: #fff;
  opacity: 0.5;
  transition: 0.3s;
  z-index: 1;
}
#menu_block .menu_group .menu_item .fas {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-right: 2vw;
  width: 40px;
  text-align: center;
}
#menu_block .menu_group .menu_item .menu_text {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  width: 100%;
  max-width: 520px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  text-overflow: visible;
}
#menu_block .menu_group .menu_item .sub_category {
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
  padding: 5px 10px;
  width: calc(100% - 390px);
  z-index: 2;
  display: none;
}
#menu_block .menu_group .menu_item .sub_category .sub_item {
  width: 100%;
  font-size: 34px;
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
}
#menu_block .menu_group .menu_item .sub_category .sub_item .sub_text {
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
  max-width: 350px;
  width: 100%;
  margin: 10px 0;
  margin-right: 10px;
}
#menu_block .menu_group .menu_item .sub_category .sub_item .sub_text .sub_text_eng {
  font-size: 16px;
}
#menu_block .menu_group .menu_item .sub_category .sub_item:hover {
  color: #ffff01;
}
#menu_block .menu_group .menu_item.web:hover, #menu_block .menu_group .menu_item.active {
  margin-left: 20px;
}
#menu_block .menu_group .menu_item.web:hover .under_line, #menu_block .menu_group .menu_item.active .under_line {
  width: 100%;
  transition: 0.5s;
}
#menu_block .menu_group .menu_item.web:hover .sub_category, #menu_block .menu_group .menu_item.active .sub_category {
  transition: 0.5s;
  display: block;
}

@media all and (-ms-high-contrast: none) {
  #menu_block .menu_group .menu_item .menu_text {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 1200px) {
  #menu_block .menu_group .menu_item .color_block {
    height: 30px;
    width: 7.5px;
  }
  #menu_block .menu_group .menu_item .fas,
  #menu_block .menu_group .menu_item .menu_text {
    font-size: 24px;
    width: auto;
  }
  #menu_block .menu_group .menu_item .fas {
    width: 24px;
  }
  #menu_block .menu_group .menu_item .sub_category .sub_item .sub_text,
  #menu_block .menu_group .menu_item .sub_category .sub_item i {
    font-size: 18px;
    max-width: 200px;
  }
  #menu_block .menu_group .menu_item .sub_category .sub_item .sub_text .sub_text_eng,
  #menu_block .menu_group .menu_item .sub_category .sub_item i .sub_text_eng {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  #menu_block .background_text {
    display: none;
  }
  #menu_block .menu_group .menu_item {
    width: 100%;
  }
  #menu_block .menu_group .menu_item .fas,
  #menu_block .menu_group .menu_item .menu_text {
    font-size: 18px;
    width: auto;
  }
  #menu_block .menu_group .menu_item .fas {
    width: 18px;
  }
  #menu_block .menu_group .menu_item .sub_category {
    position: static;
    width: 100%;
  }
  #menu_block .menu_group .menu_item .sub_category .sub_item {
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
  }
  #menu_block .menu_group .menu_item .sub_category .sub_item i {
    display: none;
  }
  #menu_block .menu_group .menu_item .sub_category .sub_item .sub_text {
    font-size: 14px;
    margin: 5px 0;
    text-align: center;
  }
  #menu_block .menu_group .menu_item .sub_category .sub_item .sub_text .sub_text_eng {
    font-size: 12px;
  }
}
#header {
  position: relative;
  width: 100%;
  height: 500px;
  min-height: 250px;
  overflow: hidden;
  background-size: 100% auto;
  background-repeat: repeat-x;
  box-sizing: content-box;
}
#header a {
  display: block;
}
#header #index_link {
  height: 100%;
  max-width: 52%;
  min-width: 300px;
  margin-top: -20px;
}
#header #index_link #main_logo {
  width: 100%;
  max-width: 100%;
}
#header .head_title {
  position: absolute;
  top: 0;
  right: 20vw;
  width: 23vw;
  height: 23vw;
  min-width: 150px;
  min-height: 150px;
  transform: rotate(45deg);
  background: linear-gradient(45deg, #e5e5e5 5%, #fcfcfc 90%);
  background: -o-linear-gradient(45deg, #e5e5e5 5%, #fcfcfc 90%);
  box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 2;
}
#header .head_title .title_text {
  padding: 30px;
  transform: rotate(-45deg);
  color: #7b5194;
  text-align: left;
}
#header .head_title .title_text .title_cht {
  font-size: 60px;
}
#header .head_title .title_text .title_eng {
  font-size: 26px;
}
#header .trigle_2 {
  position: absolute;
  right: -28vw;
  bottom: 0;
  width: 28vw;
  height: 28vw;
  overflow: hidden;
  transform: skewX(-45deg);
  transform-origin: 100% 0;
  background-color: #fff;
  min-width: 150px;
  min-height: 150px;
}
#header .trigle_2 .trigle_3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 15vw;
  height: 15vw;
  min-width: 75px;
  min-height: 75px;
  background-color: #ffea59;
}
#header .trigle_2 .trigle_4 {
  position: absolute;
  right: -2vw;
  top: 15vw;
  width: 15vw;
  height: 15vw;
  min-width: 75px;
  min-height: 75px;
  background-color: #f3cff1;
}
#header .trigle_2 .trigle_5 {
  position: absolute;
  left: -30vw;
  bottom: -17vw;
  width: 30vw;
  height: 30vw;
  min-width: 187.5px;
  min-height: 187.5px;
  overflow: hidden;
  transform: skewX(62.5deg);
  transform-origin: 100% 0;
}
#header .trigle_2 .trigle_5 img {
  position: absolute;
  top: -5vw;
  width: auto;
  height: 100%;
  transform: skewX(-42.5deg);
  transform-origin: inherit;
}
#header .slide_over {
  width: 15%;
  position: absolute;
  left: -15%;
  top: 0;
  height: 100%;
  z-index: 0;
  -webkit-animation-name: slide_animation;
  -webkit-animation-duration: 1s;
  animation-name: slide_animation;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
#header .slide_over.slide_color_1 {
  background: linear-gradient(0deg, transparent 0%, rgba(254, 128, 129, 0.25) 30%, rgba(254, 128, 129, 0.25) 70%, transparent 100%);
  background: -ms-linear-gradient(0deg, transparent 0%, rgba(254, 128, 129, 0.25) 30%, rgba(254, 128, 129, 0.25) 70%, transparent 100%);
}
#header .slide_over.slide_color_2 {
  background: linear-gradient(0deg, transparent 0%, rgba(255, 191, 127, 0.25) 30%, rgba(255, 191, 127, 0.25) 70%, transparent 100%);
  background: -ms-linear-gradient(0deg, transparent 0%, rgba(255, 191, 127, 0.25) 30%, rgba(255, 191, 127, 0.25) 70%, transparent 100%);
}
#header .slide_over.slide_color_3 {
  background: linear-gradient(0deg, transparent 0%, rgba(254, 255, 127, 0.25) 30%, rgba(254, 255, 127, 0.25) 70%, transparent 100%);
  background: -ms-linear-gradient(0deg, transparent 0%, rgba(254, 255, 127, 0.25) 30%, rgba(254, 255, 127, 0.25) 70%, transparent 100%);
}
#header .slide_over.slide_color_4 {
  background: linear-gradient(0deg, transparent 0%, rgba(193, 255, 128, 0.25) 30%, rgba(193, 255, 128, 0.25) 70%, transparent 100%);
  background: -ms-linear-gradient(0deg, transparent 0%, rgba(193, 255, 128, 0.25) 30%, rgba(193, 255, 128, 0.25) 70%, transparent 100%);
}
#header .slide_over.slide_color_5 {
  background: linear-gradient(0deg, transparent 0%, rgba(128, 254, 128, 0.25) 30%, rgba(128, 254, 128, 0.25) 70%, transparent 100%);
  background: -ms-linear-gradient(0deg, transparent 0%, rgba(128, 254, 128, 0.25) 30%, rgba(128, 254, 128, 0.25) 70%, transparent 100%);
}
#header .slide_over.slide_color_6 {
  background: linear-gradient(0deg, transparent 0%, rgba(129, 255, 192, 0.25) 30%, rgba(129, 255, 192, 0.25) 70%, transparent 100%);
  background: -ms-linear-gradient(0deg, transparent 0%, rgba(129, 255, 192, 0.25) 30%, rgba(129, 255, 192, 0.25) 70%, transparent 100%);
}
#header .slide_over.slide_color_7 {
  background: linear-gradient(0deg, transparent 0%, rgba(0, 255, 255, 0.25) 30%, rgba(0, 255, 255, 0.25) 70%, transparent 100%);
  background: -ms-linear-gradient(0deg, transparent 0%, rgba(0, 255, 255, 0.25) 30%, rgba(0, 255, 255, 0.25) 70%, transparent 100%);
}
#header .slide_over.slide_color_8 {
  background: linear-gradient(0deg, transparent 0%, rgba(128, 192, 254, 0.25) 30%, rgba(128, 192, 254, 0.25) 70%, transparent 100%);
  background: -ms-linear-gradient(0deg, transparent 0%, rgba(128, 192, 254, 0.25) 30%, rgba(128, 192, 254, 0.25) 70%, transparent 100%);
}
#header .slide_over.slide_color_9 {
  background: linear-gradient(0deg, transparent 0%, rgba(153, 102, 255, 0.25) 30%, rgba(153, 102, 255, 0.25) 70%, transparent 100%);
  background: -ms-linear-gradient(0deg, transparent 0%, rgba(153, 102, 255, 0.25) 30%, rgba(153, 102, 255, 0.25) 70%, transparent 100%);
}

@-webkit-keyframes slide_animation {
  from {
    left: -15%;
  }
  to {
    left: 100%;
  }
}
@keyframes slide_animation {
  from {
    left: -15%;
  }
  to {
    left: 100%;
  }
}
@media (max-width: 1600px) {
  #header {
    height: auto;
  }
  #header .head_title .title_text .title_cht {
    font-size: 52px;
  }
  #header .head_title .title_text .title_eng {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  #header {
    height: auto;
  }
  #header .head_title .title_text .title_cht {
    font-size: 36px;
  }
  #header .head_title .title_text .title_eng {
    font-size: 18px;
  }
}
@media (max-width: 850px) {
  #header {
    padding-bottom: 75px;
  }
  #header #index_link {
    margin: 0 auto;
    max-width: 90%;
  }
  #header #index_link #main_logo {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: auto;
  }
  #header .head_title {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
    min-height: auto;
    transform: rotate(0deg);
    box-shadow: none;
    background: none;
    background-color: #7b5194;
    opacity: 0.75;
  }
  #header .head_title .title_text {
    transform: rotate(0deg);
    text-align: center;
  }
  #header .head_title .title_text .title_cht {
    font-size: 24px;
    color: #fff;
  }
  #header .head_title .title_text .title_eng {
    font-size: 14px;
    color: #fff;
  }
}
@media (max-width: 600px) {
  #header .trigle_2 {
    display: none;
  }
}
.loading {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.75);
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
}
.loading .loading_text {
  font-size: 14px;
  color: #7b5194;
  width: 100%;
  text-align: center;
  position: absolute;
  top: calc(50% + 35px);
}

.spinner {
  margin: 10px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 25px);
  display: block;
}
.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect1 {
  background-color: #7b5194;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
  background-color: #7b5194;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background-color: #7b5194;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  background-color: #7b5194;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background-color: #7b5194;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
video {
  width: 100%;
}

#index_banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#index_banner .main_logo {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100vh;
}
#index_banner .main_logo #main_banner {
  width: 85%;
}
#index_banner .trigle_1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 44vh;
  height: 44vh;
  overflow: hidden;
  position: absolute;
  transform: skewX(45deg);
  transform-origin: 100% 0;
}
#index_banner .trigle_1 img {
  position: absolute;
  left: -50px;
  width: auto;
  height: 100%;
  transform: skewX(-45deg);
  transform-origin: inherit;
}
#index_banner .trigle_2 {
  position: absolute;
  right: -56vh;
  bottom: 0;
  width: 56vh;
  height: 56vh;
  overflow: hidden;
  transform: skewX(-45deg);
  transform-origin: 100% 0;
  background-color: #fff;
}
#index_banner .trigle_2 .trigle_3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 28vh;
  height: 28vh;
  background-color: #ffea59;
}
#index_banner .trigle_2 .trigle_4 {
  position: absolute;
  right: 0;
  top: 28vh;
  width: 28vh;
  height: 28vh;
  background-color: #f3cff1;
}
#index_banner .trigle_2 .trigle_5 {
  position: absolute;
  left: -59vh;
  bottom: -24vh;
  width: 59vh;
  height: 52vh;
  overflow: hidden;
  transform: skewX(62.5deg);
  transform-origin: 100% 0;
}
#index_banner .trigle_2 .trigle_5 img {
  position: absolute;
  top: -5vh;
  left: 5vw;
  width: auto;
  height: 100%;
  transform: skewX(-42.5deg);
  transform-origin: inherit;
}

@media (max-width: 600px) {
  #index_banner .main_logo {
    margin: 0 auto;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 1;
  }
  #index_banner .main_logo #main_banner {
    width: 85%;
  }
  #index_banner .trigle_1,
  #index_banner .trigle_2 {
    display: none;
  }
}
.counter_block {
  background-color: #947eaf;
  width: 100%;
  padding: 10px 0;
  color: #fff;
}
.counter_block #counter {
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
.counter_block #counter .counter_item {
  width: 25%;
  font-weight: bold;
  margin: 10px 0;
}
.counter_block #counter .counter_item .item_title {
  font-size: 35px;
}
.counter_block #counter .counter_item .item_num {
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 1400px) {
  .counter_block #counter .counter_item .item_title {
    font-size: 30px;
  }
  .counter_block #counter .counter_item .item_num {
    font-size: 56px;
  }
}
@media (max-width: 800px) {
  .counter_block #counter .counter_item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .counter_block #counter .counter_item .item_title {
    font-size: 16px;
  }
  .counter_block #counter .counter_item .item_num {
    font-size: 24px;
  }
}
.news_block {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.news_block #news_group {
  color: #999999;
  /*transform: skewX(30deg);
  transform-origin: inherit;*/
  padding: 10px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  transition: 0.5s;
}
.news_block #news_group .news_height {
  min-height: 15rem;
}
.news_block #news_group .line {
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background: linear-gradient(0deg, #969696 5%, #fcfcfc 90%);
  background: -ms-linear-gradient(0deg, #969696 5%, #fcfcfc 90%);
}
.news_block #news_group .news_title {
  /*transform: skewX(-30deg);*/
  font-size: 38px;
  font-weight: bold;
  text-align: left;
  line-height: 2;
}
.news_block #news_group .news_title b {
  font-size: 76px;
}
.news_block #news_group .news_more {
  display: block;
  /*transform: skewX(-30deg);*/
  font-size: 35px;
  color: #566988;
  text-align: right;
  transition: 0.5s;
  cursor: Pointer;
  padding: 10px 0;
}
.news_block #news_group .news_more:hover {
  transition: 0.5s;
  color: #313131;
}
.news_block #news_group .news_item {
  /*transform: skewX(-30deg);*/
  font-size: 16px;
  transition: 0.5s;
  cursor: pointer;
  font-weight: bold;
  color: #313131;
  font-size: 30px;
  padding: 10px 0;
}
.news_block #news_group .news_item .item_date {
  margin-right: 10px;
  width: 20%;
  font-weight: 400;
}
.news_block #news_group .news_item .item_img {
  background: no-repeat center center scroll;
  background-size: cover;
  margin-right: 1rem;
  width: 15vh;
  height: 15vh;
}
.news_block #news_group .news_item .item_desc {
  width: 80%;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -moz-binding: url("ellipsis.xml#ellipsis");
  display: block;
}
.news_block #news_group .news_item .item_desc small {
  font-size: 0.7em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -moz-binding: url("ellipsis.xml#ellipsis");
  display: block;
}
.news_block #news_group .news_item:hover {
  margin-left: -5px;
  color: #999999;
}
.news_block .yellow_trigle {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20vh solid transparent;
  border-right: 20vh solid transparent;
  border-top: 20vh solid #f1c71d;
}
.news_block .left_trigle {
  position: absolute;
  bottom: -20vh;
  left: -20vh;
  width: 40vh;
  height: 40vh;
  transform: rotate(45deg);
  background-color: #9dbdde;
  overflow: hidden;
}
.news_block .left_trigle .photo_trigle {
  position: absolute;
  right: 8vh;
  top: -20vh;
  width: 40vh;
  height: 40vh;
  overflow: hidden;
  background-color: #fff;
  transform: rotate(-45deg);
}
.news_block .left_trigle .photo_trigle img {
  position: absolute;
  top: 60px;
  right: 0;
  width: auto;
  height: 100%;
  transform-origin: inherit;
}
.news_block .link_group {
  width: 90%;
  margin: 20px auto;
  color: #333333;
}
.news_block .link_group .link_item {
  position: relative;
  border: 1px solid #999999;
  padding: 20px;
  letter-spacing: 5px;
  min-width: 330px;
  min-height: 7em;
  cursor: pointer;
  transition: 0.75s;
  color: #333333;
  margin: 20px;
  background-color: #fff;
  border-radius: 0.5vh;
}
.news_block .link_group .link_item:hover {
  /*border: 1px solid #FFFFFF;
  background-color: #CCCCCC;
  -webkit-animation: bounce 0.5s alternate;
  -moz-animation: bounce 0.5s alternate;
  -o-animation: bounce 0.5s alternate;
  animation: bounce 0.5s alternate;*/
  box-shadow: 0px 0px 4px 2px #cccccc;
  -webkit-box-shadow: 0px 0px 4px 2px #cccccc;
  -moz-box-shadow: 0px 0px 4px 2px #cccccc;
  -o-box-shadow: 0px 0px 4px 2px #cccccc;
}
.news_block .link_group .link_item:hover .text,
.news_block .link_group .link_item:hover .fas,
.news_block .link_group .link_item:hover .fab {
  /*color: #FFF;
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;*/
}
.news_block .link_group .link_item .link_arrow {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 55px;
  height: 55px;
  overflow: hidden;
  transition: 0.5s;
}
.news_block .link_group .link_item .link_arrow .fill_color {
  top: -100%;
  left: -100%;
  position: absolute;
  width: 200%;
  height: 200%;
  transform: skewX(-45deg);
}
.news_block .link_group .link_item .text {
  font-size: 38px;
  max-width: 7em;
}
.news_block .link_group .link_item .fas,
.news_block .link_group .link_item .fab {
  font-size: 48px;
  color: #999999;
  margin-right: 0.25em;
}
.news_block .link_group .link_item .desc i {
  transition: 0.5s;
  font-size: 46px;
  margin-left: 5px;
}
.news_block .link_group .link_item:hover .link_arrow {
  top: -15px;
  left: -15px;
}
.news_block .link_group .link_item:hover .desc i {
  margin-left: 15px;
}

@media all and (-ms-high-contrast: none) {
  .news_block #news_group .news_item .item_desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url("ellipsis.xml#ellipsis");
    display: block;
  }
}
@media (max-width: 1500px) {
  .news_block .yellow_trigle,
  .news_block .left_trigle {
    display: none;
  }
  .video_block .left_trigle {
    display: none;
  }
  .news_block #news_group {
    transform: skewX(0deg);
  }
  .news_block #news_group .news_title,
  .news_block #news_group .news_item,
  .news_block #news_group .news_more {
    transform: skewX(0deg);
  }
  .news_block .link_group .link_item {
    min-width: auto;
  }
  .news_block .link_group .link_item .text {
    font-size: 36px;
  }
  .news_block .link_group .link_item .desc {
    font-size: 48px;
  }
  .news_block .link_group .link_item .desc i {
    font-size: 46px;
  }
}
@media (max-width: 1200px) {
  .news_block #news_group .news_title {
    font-size: 18px;
  }
  .news_block #news_group .news_title b {
    font-size: 36px;
  }
  .news_block #news_group .news_item,
  .news_block #news_group .news_more,
  .news_block #news_group .news_item .item_date,
  .news_block #news_group .news_more .item_date {
    font-size: 18px;
  }
  .news_block .link_group .link_item {
    min-width: auto;
  }
  .news_block .link_group .link_item .text {
    font-size: 28px;
    width: auto;
  }
  .news_block .link_group .link_item .fas,
  .news_block .link_group .link_item .fab {
    font-size: 28px;
  }
  .news_block .link_group .link_item .desc {
    font-size: 36px;
  }
  .news_block .link_group .link_item .desc i {
    font-size: 32px;
  }
}
@media (max-width: 900px) {
  .news_block #news_group .news_title {
    font-size: 18px;
  }
  .news_block #news_group .news_title b {
    font-size: 36px;
  }
  .news_block #news_group .news_item,
  .news_block #news_group .news_more,
  .news_block #news_group .news_item .item_date,
  .news_block #news_group .news_more .item_date {
    font-size: 16px;
  }
  .news_block .link_group {
    flex-direction: column;
  }
  .news_block .link_group .link_item {
    margin: 10px auto;
    width: 60%;
    min-width: 300px;
    min-height: auto;
  }
  .news_block .link_group .link_item .text {
    font-size: 16px;
    max-width: 12em;
  }
}
@media (max-width: 500px) {
  .news_block #news_group .news_item {
    line-height: 2;
    padding: 5px;
  }
  .news_block #news_group .news_item .item_date,
  .news_block #news_group .news_item .item_desc {
    width: 100%;
  }
  .news_block #news_group .news_item .item_date {
    line-height: inherit;
    text-align: left;
  }
  .news_block .link_group .link_item .link_arrow {
    width: 8vw;
    height: 8vw;
  }
}
.video_block {
  position: relative;
  /*margin-top: 50px;*/
  padding-top: 100px;
  background: linear-gradient(-45deg, #aeecef, #efefef);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  width: 100%;
  overflow: hidden;
}
.video_block .video_main {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 6vw 4vw;
  /*padding-bottom: 50px;*/
  /*background-color: #E4EBF2;*/
  /*border-radius: 20px;*/
}
.video_block .left_trigle {
  position: absolute;
  top: -20vh;
  left: -20vh;
  width: 40vh;
  height: 40vh;
  transform: rotate(45deg);
  background-color: #d4ecff;
  overflow: hidden;
}
.video_block .video_main .link_item {
  display: block;
  position: relative;
  padding: 20px 0;
  font-weight: bold;
  letter-spacing: 5px;
  max-width: 550px;
  cursor: pointer;
  transition: 0.5s;
  color: #333;
  margin: 40px auto;
  font-size: 40px;
  background-color: #ffea5a;
}
.video_block .video_main .link_item .link_arrow {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  transition: 0.5s;
}
.video_block .video_main .link_item .link_arrow .fill_color {
  top: -100%;
  left: -100%;
  position: absolute;
  width: 200%;
  height: 200%;
  transform: skewX(-45deg);
}
.video_block .video_main .link_item .text {
  font-size: 40px;
}
.video_block .video_main .link_item:hover .link_arrow {
  top: -15px;
  left: -15px;
}
.video_block .video_main .video_title {
  position: absolute;
  top: -2vw;
  left: 0;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}
.video_block .video_main .video_title .title_cht {
  font-size: 76px;
  color: #999999;
}
.video_block .video_main .video_title .title_eng {
  font-size: 68px;
}
.video_block .video_main #video_group {
  padding: 1vw;
  width: 100%;
  /*background: linear-gradient(135deg, #AEECEF, #EFEFEF, #AEECEF, #EFEFEF);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  border-radius: 10px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  align-items: flex-start;
}
.video_block .video_main #video_group .video_item {
  display: block;
  width: 25%;
  padding: 1vw;
  transition: 0.5s;
  text-decoration: none;
  /*margin: 1vw 0;*/
}
.video_block .video_main #video_group .video_item img {
  width: 20vw;
  height: 11.3043478261vw;
  transition: 0.5s;
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 4px;
  background-color: #fff;
}
.video_block .video_main #video_group .video_item .item_text {
  font-size: 1rem;
  padding: 10px;
  color: #313131;
  text-align: left;
  /*display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
  transition: 0.5s;
  text-overflow: visible;
  /*overflow: hidden*/
}
.video_block .video_main .video_more {
  display: block;
  font-size: 35px;
  color: #566988;
  text-align: right;
  transition: 0.5s;
  cursor: Pointer;
  padding: 1vw;
}
.video_block .video_main #video_group .video_item:hover img {
  box-shadow: 0px 0px 2px white;
}
.video_block .video_main #video_group .video_item:hover .item_text {
  text-shadow: 0px 0px 2px white;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media all and (-ms-high-contrast: none) {
  .video_block .video_main #video_group .video_item .item_text {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 1200px) {
  .video_block .video_main #video_group .video_item {
    width: 33%;
  }
  .video_block .video_main #video_group .video_item img {
    width: 26vw;
    height: 14.6956521739vw;
  }
  .video_block .video_main .video_title .title_cht {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .video_block {
    padding-top: 18vw;
  }
  .video_block .video_main .video_title {
    top: -6vw;
  }
  .video_block .video_main #video_group .video_item {
    width: 48%;
  }
  .video_block .video_main #video_group .video_item img {
    width: 39vw;
    height: 22.0434782609vw;
  }
  .video_block .video_main .video_more {
    font-size: 16px;
  }
}
.product-block {
  padding: 1vw;
  width: 100vw;
  background-color: #fff;
}
.product-block .product-title {
  margin: 0 auto;
  padding: 10px;
  max-width: 1200px;
  width: 90%;
  transition: 0.5s;
  color: #999999;
  font-size: 76px;
  font-weight: bold;
  text-align: left;
  line-height: 2;
}
.product-block .product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  align-items: flex-start;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.product-block .product-grid .product-item {
  margin: 15px;
  width: calc(25% - 30px);
  transition: 0.5s;
  /*background-color: #FFF;*/
  background: linear-gradient(0deg, #fff, #efefef);
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(51, 51, 51, 0.25);
  overflow: hidden;
}
.product-block .product-grid .product-item .product-image {
  float: left;
  margin: 8px;
  padding-bottom: calc(100% - 16px);
  position: relative;
  width: calc(100% - 16px);
}
.product-block .product-grid .product-item .product-text,
.product-block .product-grid .product-item .product-desc {
  display: block;
  font-size: 1em;
  color: #666;
  padding: 3px 5px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-block .product-grid .product-item .product-small {
  display: block;
  font-size: 0.8em;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-block .product-grid .product-item:hover, .product-block .product-grid .product-item:focus {
  transition: 0.5s;
  box-shadow: 0 0 0 0.1em #ddd inset, 0 0 1em #ccc inset;
  -webkit-animation: bounce 1.5s ease-in-out infinite;
  animation: bounce 1.5s ease-in-out infinite;
}
.product-block .product-grid .product-item:hover .product-desc {
  color: #999999;
}
.product-block .product-grid .product-item:hover .product-small {
  color: rgba(0, 173, 186, 0.75);
}
.product-block .product-grid .product-item .product-image svg {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
}
.product-block .product-more {
  display: block;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  font-size: 35px;
  color: #566988;
  text-align: right;
  transition: 0.5s;
  cursor: Pointer;
  padding: 10px 20px;
}
.product-block .product-more:hover {
  transition: 0.5s;
  color: #313131;
}

@media (max-width: 992px) {
  .product-block .product-grid .product-item {
    margin: 15px;
    width: calc(33% - 30px);
  }
  .product-block .product-title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .product-block .product-grid .product-item {
    margin: 15px;
    width: calc(50% - 30px);
  }
  .product-block .product-title {
    font-size: 36px;
  }
  .product-block .product-more {
    font-size: 16px;
  }
  .product-block .product-grid .product-item .product-text,
  .product-block .product-grid .product-item .product-desc {
    font-size: 0.9em;
  }
  .product-block .product-grid .product-item .product-small {
    font-size: 0.7em;
  }
}
.anchor-block {
  padding: 1vw;
  width: 100vw;
  background-color: #fff;
}
.anchor-block .anchor-title {
  margin: 0 auto;
  padding: 10px;
  max-width: 1200px;
  width: 90%;
  transition: 0.5s;
  color: #999999;
  font-size: 76px;
  font-weight: bold;
  text-align: left;
  line-height: 2;
}
.anchor-block .anchor-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  align-items: flex-start;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.anchor-block .anchor-grid .anchor-item {
  margin: 15px;
  width: calc(25% - 30px);
  transition: 0.5s;
  text-decoration: none;
  overflow: hidden;
}
.anchor-block .anchor-grid .anchor-item .anchor-image {
  float: left;
  margin: 8px;
  /*padding-bottom: calc(100% - 16px);*/
  position: relative;
  width: calc(100% - 16px);
}
.anchor-block .anchor-grid .anchor-item .anchor-image p {
  margin: 8px 0;
  color: #333;
}

@media (max-width: 992px) {
  .anchor-block .anchor-grid .anchor-item {
    margin: 15px;
    width: calc(33% - 30px);
  }
  .anchor-block .anchor-title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .anchor-block .anchor-grid .anchor-item {
    margin: 15px;
    width: calc(50% - 30px);
  }
  .anchor-block .anchor-title {
    font-size: 36px;
  }
}
footer {
  background-color: #ddd;
  font-size: 1vw;
  color: #666;
}

.footer_banner {
  padding-top: 2vw;
  width: 100%;
  background-color: #dd9362;
  overflow: hidden;
}
.footer_banner iframe {
  width: 11vw;
  height: 6.2173913043vw;
  margin: 5px;
}

@media (max-width: 1500px) {
  .footer_banner iframe {
    width: 15vw;
    height: 8.4782608696vw;
  }
}
@media (max-width: 900px) {
  .footer_banner iframe {
    width: 24vw;
    height: 13.5652173913vw;
  }
  footer {
    background-color: #dd9362;
    font-size: 2vw;
  }
}
@media (max-width: 500px) {
  .footer_banner iframe {
    width: 32vw;
    height: 18.0869565217vw;
  }
}
.carousel-item {
  width: 100vw;
  height: auto;
  min-height: 39.4736842105vw;
  background: no-repeat center center scroll;
  background-size: cover;
  cursor: help;
}

@media (max-width: 1500px) {
  /*.carousel-item {
  	width: 100vw;
  	height: auto;
  	min-height: calc(100vw * 0.3684210526315789);
  	background: no-repeat center center scroll;
  	-webkit-background-size: 100%;
  	-moz-background-size: 100%;
  	-o-background-size: 100%;
  	background-size: 100%;
  }*/
}
.breadcrumb.bg-1 {
  background: rgb(231, 22, 27);
  background: linear-gradient(90deg, rgb(231, 22, 27) 0%, rgba(231, 22, 27, 0.7) 25%, rgba(231, 22, 27, 0.1) 100%);
}
.breadcrumb.bg-2 {
  background: rgb(82, 134, 191);
  background: linear-gradient(90deg, rgb(82, 134, 191) 0%, rgba(82, 134, 191, 0.7) 25%, rgba(82, 134, 191, 0.1) 100%);
}
.breadcrumb.bg-3 {
  background: rgb(166, 205, 73);
  background: linear-gradient(90deg, rgb(166, 205, 73) 0%, rgba(166, 205, 73, 0.7) 25%, rgba(166, 205, 73, 0.1) 100%);
}
.breadcrumb.bg-4 {
  background: rgb(231, 22, 27);
  background: linear-gradient(90deg, rgb(82, 134, 191) 0%, rgba(82, 134, 191, 0.7) 25%, rgba(82, 134, 191, 0.1) 100%);
}
.breadcrumb.bg-5 {
  background: rgb(201, 202, 202);
  background: linear-gradient(90deg, rgb(201, 202, 202) 0%, rgba(201, 202, 202, 0.7) 25%, rgba(201, 202, 202, 0.1) 100%);
}
.breadcrumb.bg-6 {
  background: rgb(240, 235, 57);
  background: linear-gradient(90deg, rgb(240, 235, 57) 0%, rgba(240, 235, 57, 0.7) 25%, rgba(240, 235, 57, 0.1) 100%);
}
.breadcrumb .active {
  letter-spacing: 0.25rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 4px 3px 0px;
}
.breadcrumb li,
.breadcrumb a {
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 1.8rem;
  color: #000;
}

h3,
h4 {
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-weight: 600;
}

p {
  line-height: 150%;
  font-weight: normal;
}
p.bold {
  font-size: 1.1rem;
  font-weight: bold;
}
p.bold.indent {
  text-indent: -1em;
  margin-left: 1em;
}
p.bold.mt0 {
  margin-top: -1em;
}

.custom-table tr > td {
  text-align: center;
  vertical-align: middle;
}
.custom-table thead th {
  text-align: center;
  background-color: #2b83bf;
  color: white;
}
.custom-table tbody:nth-child(even) {
  background-color: #efefef;
}

.title-line {
  display: flex;
  width: 100%;
  justify-content: left;
  align-items: center;
  text-align: left;
  color: #642389;
}
.title-line:after {
  content: "";
  border-top: 2px dotted #999;
  margin: 0 0 0 20px;
  flex: 1 0 20px;
}

#prize ul li {
  text-align: left;
  line-height: 1.8em;
}
#prize dl > dt {
  text-align: right;
  font-weight: 700;
}
#prize dl > dd {
  text-align: left;
  font-weight: normal;
}
#prize p {
  text-align: left;
  line-height: 1.6em;
  text-indent: 2.15em;
  margin: 0.3em 0;
  /*display: block;*/
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
}

.img-max {
  width: 100%;
  height: auto;
}

ul.clear-ul {
  margin-top: -10px;
  font-weight: normal;
  line-height: 150%;
}

/*# sourceMappingURL=index.css.map */
