@charset "UTF-8";
* {
  box-sizing: border-box;
}

html,
body {
  background-color: #C3DCE3;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

.none,
#myChart1-1,
#myChart2-1,
#myChart3-1,
#myChart4-1,
#myChart5-1,
.mobile_menubox,
.mobile_header {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  color: #151515;
}

h1 {
  font-size: 65px;
  font-weight: bold;
  line-height: 70px;
}
h1 span {
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
}

h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
}
h2:first-child {
  margin-top: 20px;
}

h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
  text-decoration: none;
  margin-bottom: 10px;
}

h4 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #333;
}

h5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
  margin-top: 10px;
}

.title {
  color: #151515;
}

.text {
  color: #666;
  font-family: "Lato", sans-serif;
}

.header_2024 .title_box {
  width: 90%;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 20px;
}
.header_2024 .title_box .left {
  width: 60%;
}
.header_2024 .title_box .right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.header_2024 .title_box .right .btn {
  margin-right: 10px;
  background-color: #151515;
  color: #fff;
  padding: 10px 15px;
  font-family: "Lato", sans-serif;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
.header_2024 .title_box .right .btn span {
  display: block;
  margin-left: 5px;
}
.header_2024 .foreword_box {
  width: 99%;
  background-color: #040606;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  border-radius: 20px;
  max-height: 800px;
  position: relative;
  padding: 100px;
}
.header_2024 .foreword_box.kv1, .header_2024 .foreword_box.kv2 {
  background-size: cover;
  background-position: 150px center;
  background-repeat: no-repeat;
}
.header_2024 .foreword_box.kv1 {
  background-image: url(images/kv1.jpg);
}
.header_2024 .foreword_box.kv2 {
  background-image: url(images/kv1.jpg);
}
.header_2024 .foreword_box .container2024 {
  width: 40%;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  line-height: 30px;
  position: relative;
  left: 8%;
  text-shadow: 1px 2px 6px #000;
}
.header_2024 .foreword_box .container2024 img {
  width: 150px;
}
.header_2024 .foreword_box .container2024 span {
  font-size: 80px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
  display: block;
}

.swiper_box {
  padding: 50px 0px 0;
}
.swiper_box .swiper .wrapper {
  padding: 30px 30px 15px;
}
.swiper_box .swiper .wrapper img {
  max-width: 100%;
}

.security_header {
  width: 100%;
  background-color: #151515;
  display: flex;
  justify-content: center;
}
.security_header .security_logo {
  width: 800px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.security_header .security_logo .box {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 100%;
  padding: 0 20px;
  font-family: "Lato", sans-serif;
}
.security_header .security_logo .box:first-child, .security_header .security_logo .box:last-child {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.security_header .security_logo .box img {
  max-width: 55%;
}

.full_container {
  width: 100%;
  padding: 50px 50px 0;
  display: flex;
  justify-content: center;
}
.full_container.grey {
  background-color: #fff;
}
.full_container .container2024 {
  width: 80%;
}
.full_container .container2024 .bbtn {
  color: #fff;
  background-color: #333;
  text-align: center;
  margin: 0 auto 20px auto;
  width: 80%;
  padding: 15px 0;
  border-radius: 20px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
}
.full_container .container2024 .iconli_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.full_container .container2024 .iconli_box .left {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full_container .container2024 .iconli_box .left span,
.full_container .container2024 .iconli_box .left svg {
  font-size: 80px;
  width: 80px;
}
.full_container .container2024 .iconli_box .right {
  flex: 1;
}
.full_container .container2024 .iconli_box .right .title {
  font-size: 28px;
}
.full_container .container2024 .iconli_box .right .text {
  line-height: 24px;
}
.full_container .container2024 .text_box {
  font-size: 18px;
  line-height: 32px;
  display: block;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  max-width: 100%;
  color: #555;
}
.full_container .container2024 .text_box ul {
  display: block;
  width: 100%;
  margin: 0px 0px 30px 15px;
  color: #555;
}
.full_container .container2024 .text_box ul li {
  display: list-item;
  list-style-type: disc;
  width: 100%;
  font-family: "Lato", sans-serif;
}
.full_container .container2024 .row_1 {
  width: 100%;
  /* 容器寬度設定為100% */
  height: 500px;
  /* 容器高度設定為視窗高度的80%，可根據需求調整 */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  padding: 20px 0;
}
.full_container .container2024 .row_1.pic {
  height: auto;
}
.full_container .container2024 .row_1.pic img {
  max-width: 100%;
}
.full_container .container2024 .row_1 .chart {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.full_container .container2024 .row_1 .chart #myScatterChart {
  width: 50%;
  height: 50%;
}
.full_container .container2024 .row_3 {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  flex-wrap: wrap;
}
.full_container .container2024 .row_3 .picBtn {
  max-width: 100%;
  margin-bottom: 20px;
}
.full_container .container2024 .row_3 .box {
  width: 30%;
  text-decoration: none;
}
.full_container .container2024 .row_3 .box .pic {
  width: 100%;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 0;
}
.full_container .container2024 .row_3 .box .pic img {
  max-width: 100%;
}
.full_container .container2024 .row_3 .box .text {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.full_container .container2024 .row_3 .box .btn {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin-top: 6px;
  text-decoration: none;
  background-color: #333;
  color: #fff;
  border-radius: 12px;
  padding: 10px 12px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.full_container .container2024 .row_3 .box2 {
  display: flex;
  justify-content: space-between;
}
.full_container .container2024 .row_3 .box2 .left {
  width: 49%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.full_container .container2024 .row_3 .box2 .left .pic {
  width: 100%;
  border-radius: 16px;
  margin: auto;
  overflow: hidden;
}
.full_container .container2024 .row_3 .box2 .left .pic img {
  max-width: 100%;
}
.full_container .container2024 .row_3 .box2 .left .title {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  text-decoration: none;
}
.full_container .container2024 .row_3 .box2 .left .text {
  font-size: 16px;
  text-decoration: none;
}
.full_container .container2024 .row_3 .box2 .left .btn {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin-top: 6px;
  text-decoration: none;
}
.full_container .container2024 .row_3 .box2 .right {
  width: 49%;
  display: flex;
  flex-direction: column;
}
.full_container .container2024 .row_3 .box2 .right .box {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.full_container .container2024 .row_2 {
  display: flex;
  justify-content: space-between;
}
.full_container .container2024 .row_2 .box {
  width: 49%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  border-radius: 16px;
}
.full_container .container2024 .row_2 .box.grey {
  background-color: #e1e1e1;
}
.full_container .container2024 .row_2 .box.white {
  background-color: #fff;
}
.full_container .container2024 .row_2 .box .btn {
  font-family: "Lato", sans-serif;
  display: block;
  padding: 10px 12px;
  margin-top: 10px;
  background-color: #333;
  color: #fff;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.full_container .container2024 .row_2 .box2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 49%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.full_container .container2024 .row_2 .box2 .pic {
  width: 100%;
  background-color: #e1e1e1;
  border-radius: 20px;
  overflow: hidden;
  font-size: 0;
}
.full_container .container2024 .row_2 .box2 .pic img {
  max-width: 100%;
}
.full_container .container2024 .row_2 .box3 {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 60px;
  margin: 20px 0 0;
  width: 49%;
}
.full_container .container2024 .row_2 .box3 table {
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #555;
  border-left: 2px solid #999;
  margin-top: 25px;
  margin-left: 3px;
}
.full_container .container2024 .row_2 .box3 table tr {
  display: flex;
  padding: 0px 0 0px 15px;
}
.full_container .container2024 .row_2 .box3 table td {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.full_container .container2024 .row_2 .box3 table td:last-child {
  padding-left: 10px;
}
.full_container .container2024 .article_box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 16px;
  margin-bottom: 20px;
}
.full_container .container2024 .article_box .left {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.full_container .container2024 .article_box .left .title {
  width: 100%;
  display: block;
  font-optical-sizing: auto;
}
.full_container .container2024 .article_box .left .text {
  font-size: 18px;
  line-height: 26px;
  color: #555;
}
.full_container .container2024 .article_box .left .text span {
  color: #333;
}
.full_container .container2024 .article_box .left .btn_box {
  display: flex;
  justify-content: space-between;
  font-family: "Lato", sans-serif;
}
.full_container .container2024 .article_box .left .btn_box .btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 15px;
  background-color: #333;
  color: #fff;
  border-radius: 15px;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
}
.full_container .container2024 .article_box .right {
  width: 50%;
}
.full_container .container2024 .article_box .right .pic {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  font-size: 0;
}
.full_container .container2024 .article_box .right img {
  max-width: 100%;
}
.full_container .banner_ab {
  width: 1200px;
  display: flex;
  margin: auto;
  justify-content: space-between;
}

.full_footer {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #050505;
  margin-top: 30px;
}
.full_footer .footer_container {
  width: 1200px;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  font-family: "Lato", sans-serif;
}
.full_footer .footer_container a {
  color: #fff;
  text-decoration: underline;
}

.subscribe_us {
  max-width: 300px;
  padding: 20px;
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 9;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  color: #151515;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 20px;
  text-shadow: 0 1px 0 #fff1b8;
  background-color: #ffcc00;
  box-shadow: 0 2px 5px #333;
  font-family: "Oswald", sans-serif;
}

.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }
  50% {
    transform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(-150%);
  }
  50% {
    transform: translateX(8%);
  }
  65% {
    transform: translateX(-4%);
  }
  80% {
    transform: translateX(4%);
  }
  95% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
/* 900px 到 1199px 之間的裝置（桌面） */
@media (max-width: 1199px) {
  /* 在這裡寫桌面的樣式 */
}
/* 小於 600px 的裝置（手機） */
@media (max-width: 899px) {
  /* 在這裡寫手機,平板的樣式 */
  #myChart1,
  #myChart2,
  #myChart3,
  #myChart4,
  #myChart5,
  .security_header {
    display: none;
  }
  #myChart1-1,
  #myChart2-1,
  #myChart3-1,
  #myChart4-1,
  #myChart5-1,
  .switch {
    display: block !important;
  }
  .mobile_menubox {
    width: 100%;
    height: 100%;
    background-color: #111111;
    position: absolute;
    z-index: 9;
  }
  .mobile_menubox .menu_title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    margin-top: 20px;
  }
  .mobile_menubox .menu_title .close {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .mobile_menubox ul {
    display: flex;
    margin: auto;
    flex-direction: column;
    width: 80%;
  }
  .mobile_menubox ul li {
    list-style: none;
    padding: 15px 0px;
    border-bottom: 1px solid #666;
    text-align: center;
  }
  .mobile_menubox ul li a {
    font-size: 25px;
    color: #fff;
  }
  .mobile_header {
    width: 100%;
    height: 60px;
    background-color: #151515;
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .mobile_header .mobile_menu {
    position: absolute;
    right: 20px;
    z-index: 2;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 34px;
    color: #ffffff;
    cursor: pointer;
  }
  .mobile_header .mobile_logo img {
    width: 60px;
  }
  .header_2024 {
    padding: 20px 20px 0;
    margin: 0px;
  }
  .header_2024 .title_box {
    width: 100%;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .header_2024 .title_box h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .header_2024 .title_box h1 span {
    font-size: 24px;
  }
  .header_2024 .title_box .left,
  .header_2024 .title_box .right {
    width: 100%;
  }
  .header_2024 .title_box .left br,
  .header_2024 .title_box .right br {
    display: none;
  }
  .header_2024 .title_box .left {
    display: flex;
    flex-direction: column;
  }
  .header_2024 .title_box .right {
    margin: 15px 0;
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }
  .header_2024 .title_box .right .btn {
    width: 100%;
    margin-bottom: 8px;
    justify-content: space-between;
  }
  .header_2024 .foreword_box {
    padding: 0px;
    height: auto;
    align-items: flex-start;
    border-radius: 0;
    background-color: transparent;
  }
  .header_2024 .foreword_box.kv1, .header_2024 .foreword_box.kv2 {
    background-image: none;
  }
  .header_2024 .foreword_box .container2024 {
    width: 100%;
    position: relative;
    left: 0;
    color: #151515;
    text-shadow: none;
    margin-top: 20px;
  }
  .header_2024 .foreword_box .container2024 span,
  .header_2024 .foreword_box .container2024 br {
    display: none;
  }
  .full_container,
  .swiper_box {
    padding: 20px 20px 0;
  }
  .full_container .container2024 {
    width: 100%;
  }
  .full_container .container2024 .row_3,
  .full_container .container2024 .row_2,
  .full_container .container2024 .article_box {
    flex-direction: column;
  }
  .full_container .container2024 .row_3 .box,
  .full_container .container2024 .row_3 .box2,
  .full_container .container2024 .row_3 .box3,
  .full_container .container2024 .row_2 .box,
  .full_container .container2024 .row_2 .box2,
  .full_container .container2024 .row_2 .box3,
  .full_container .container2024 .article_box .box,
  .full_container .container2024 .article_box .box2,
  .full_container .container2024 .article_box .box3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .full_container .container2024 .row_3 .box.grey,
  .full_container .container2024 .row_3 .box2.grey,
  .full_container .container2024 .row_3 .box3.grey,
  .full_container .container2024 .row_2 .box.grey,
  .full_container .container2024 .row_2 .box2.grey,
  .full_container .container2024 .row_2 .box3.grey,
  .full_container .container2024 .article_box .box.grey,
  .full_container .container2024 .article_box .box2.grey,
  .full_container .container2024 .article_box .box3.grey {
    padding-left: 10px;
    padding-right: 10px;
  }
  .full_container .container2024 .row_3 .box:last-child,
  .full_container .container2024 .row_3 .box2:last-child,
  .full_container .container2024 .row_3 .box3:last-child,
  .full_container .container2024 .row_2 .box:last-child,
  .full_container .container2024 .row_2 .box2:last-child,
  .full_container .container2024 .row_2 .box3:last-child,
  .full_container .container2024 .article_box .box:last-child,
  .full_container .container2024 .article_box .box2:last-child,
  .full_container .container2024 .article_box .box3:last-child {
    margin-bottom: 0;
  }
  .full_container .container2024 .row_3 .box3,
  .full_container .container2024 .row_2 .box3,
  .full_container .container2024 .article_box .box3 {
    margin-top: 0;
    padding: 20px;
  }
  .full_container .container2024 .article_box .left,
  .full_container .container2024 .article_box .right {
    width: 100%;
  }
  .full_container .container2024 .article_box .left {
    order: 2;
  }
  .full_container .container2024 .article_box .left .btn_box {
    flex-direction: column;
    width: 100%;
  }
  .full_container .container2024 .article_box .left .btn_box .btn {
    width: 100%;
  }
  .full_container .container2024 .article_box .right {
    order: 1;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .full_container .container2024 .iconli_box {
    flex-direction: column;
  }
  .full_container .banner_ab {
    width: 100%;
    justify-content: center;
  }
  .full_container .banner_ab .banner_a {
    display: none;
  }
  .swiper_box .swiper .wrapper {
    padding: 0;
  }
  .full_footer .footer_container {
    width: 100%;
    padding: 20px;
  }
  .subscribe_us {
    max-width: 80px;
    font-size: 18px;
    padding: 20px 15px 20px 20px;
  }
}