*{font-family:思源柔黑体 !important}
.common_padding {
  padding: 60px 0 120px;
  position: relative;
}

/* 藍底白箭頭 */
.select_block {
  position: relative;
  width: auto;
  display: inline-block;
}

.select_block::after {
  pointer-events: none;
  content: "";
  font-family: "FontAwesome";
  display: inline-block;
  right: 0;
  color: #18FFFF;
  font-size: 24px;
  z-index: 5;
  position: absolute;
  top: 21px;
}

.common_select {
  min-width: 350px;
  max-width: 100%;
  height: 33px;
  font-size: 24px;
  line-height: 36px;
  padding: 0 46px 0 4px;
  position: relative;
  border: 1px solid #18FFFF;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  background-color: #00275A;
  color: #fff;
}
.common_select option {
  font-size: 18px;
  line-height: 36px;
}

.has_leftmenu {
  position: relative;
  display: flex;
  height: auto !important;
}
.has_leftmenu .left_block {
  width: 260px;
  margin-right: 50px;
}
.has_leftmenu .left_block .left_menu {
  height: 100%;
}
.has_leftmenu .left_block .left_menu li:nth-of-type(n+2) {
  margin-top: 30px;
}
.has_leftmenu .left_block .left_menu li:not(.selected) a:hover {
  text-decoration: none;
  padding-left: 0;
}
.has_leftmenu .left_block .left_menu li:not(.selected) a:hover h5 {
  transform: translateX(14px);
  color: #0093FF;
}
.has_leftmenu .left_block .left_menu li:not(.selected) a:hover .angle_right {
  opacity: 1;
  left: 0;
}
.has_leftmenu .left_block .left_menu li a {
  font-size: 18px;
  line-height: 28px;
  color: #607D8B;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.has_leftmenu .left_block .left_menu li a h5 {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.has_leftmenu .left_block .left_menu li a .angle_right {
  color: #0093FF;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.has_leftmenu .left_block .left_menu li ul {
  padding-left: 20px;
}
.has_leftmenu .left_block .left_menu li ul li {
  margin-top: 20px !important;
}
.has_leftmenu .left_block .left_menu li ul li:last-of-type {
  margin-bottom: 20px;
}
.has_leftmenu .left_block .left_menu li ul li a {
  font-size: 18px;
  line-height: 28px;
  color: #37474F;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.has_leftmenu .left_block .left_menu li ul li a::before {
  display: none !important;
}
.has_leftmenu .left_block .left_menu li ul li a .angle_right {
  color: #8CB808;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.has_leftmenu .left_block .left_menu li ul li a p {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.has_leftmenu .left_block .left_menu li ul li a:hover {
  text-decoration: none;
  padding-left: 0;
}
.has_leftmenu .left_block .left_menu li ul li a:hover p {
  transform: translateX(14px);
  color: #8CB808;
}
.has_leftmenu .left_block .left_menu li ul li a:hover .angle_right {
  opacity: 1;
  left: 0;
}
.has_leftmenu .left_block .left_menu li ul li.selected a {
  padding-left: 14px;
  color: #8CB808;
}
.has_leftmenu .left_block .left_menu li ul li.selected a .angle_right {
  color: #8CB808;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  left: 0;
  opacity: 1;
}
.has_leftmenu .left_block .left_menu li ul li.selected a {
  text-decoration: none;
}
.has_leftmenu .left_block .left_menu li ul li.selected a:hover p {
  transform: translateX(0);
}
.has_leftmenu .left_block .left_menu li.has_child ul {
  display: none;
}
.has_leftmenu .left_block .left_menu .lv2_menu li.has_child.selected:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
.has_leftmenu .left_block .left_menu li.has_child.block ul {
  display: block;
}
.has_leftmenu .left_block .left_menu li.has_child.selected ul {
  border-top: 1px solid #8CB808;
  border-bottom: 1px solid #8CB808;
  margin-top: 20px;
}
.has_leftmenu .left_block .left_menu li.lv3.selected ul {
  border-top: 1px solid #8CB808;
  border-bottom: 1px solid #8CB808;
  margin-top: 20px;
}
.has_leftmenu .left_block .left_menu li.has_child.selected + li {
  margin-top: 20px;
}
.has_leftmenu .left_block .left_menu li.selected > a {
  padding-left: 16px;
  color: #0093FF;
  text-decoration: none;
}
.has_leftmenu .left_block .left_menu li.selected > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  content: "";
  font-family: "FontAwesome";
  color: #0093FF;
  font-size: 18px;
  line-height: 26px;
  opacity: 1;
}
.has_leftmenu .right_block {
  width: calc(100% - 310px);
}
.has_leftmenu .right_block h2 {
  margin-bottom: 40px;
  color: #00275A;
  font-size: 36px;
  line-height: 50px;
}
.has_leftmenu .right_block .message {
  margin-bottom: 30px;
}
.has_leftmenu .right_block .sub_title {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
}
.has_leftmenu .right_block .sub_title a {
  color: #0093FF;
  text-decoration: underline;
}
.has_leftmenu .right_block .service_show a {
  width: 100%;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
}

@media (max-width: 767px) {
  .has_leftmenu .right_block {
    width: 100%;
  }

  .has_leftmenu .right_block h2 {
    font-size: 30px;
    line-height: 45px;
  }

  .select_block,
.common_select {
    width: 100%;
    min-width: 0;
  }

  /* .select_block_2手機版灰底 */
  .select_block_2::after {
    background-color: #546E7A;
  }

  .select_block_2 .common_select {
    border-color: #546E7A;
  }
}
/* ----- Banner start ----- */
.banner_block {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  height: 440px;
}

.banner_block::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.inner_title {
  padding-top: 209px;
  position: relative;
}
.inner_title .bread_crumb {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px;
  color: #fff;
}
.inner_title .bread_crumb span {
  padding: 0 5px;
}
.inner_title .bread_crumb a {
  transition: color 0.2s linear;
  color: #fff;
}
.inner_title .bread_crumb a:hover {
  color: #0093FF;
}
.inner_title .banner_title {
  font-size: 70px;
  line-height: 80px;
  color: #fff;
}

.banner_info * {
  color: #fff;
}

.banner_title_2 {
  padding-top: 10px;
}

@media (min-width: 1200px) {
  .banner_block {
    position: relative;
    height: 440px;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .banner_block {
    min-width: 1199px;
  }
}
@media (max-width: 767px) {
  .banner_block {
    height: 240px;
    background-size: cover;
    min-width: 0;
  }

  .inner_title {
    padding-top: 111px;
  }
  .inner_title .bread_crumb {
    font-size: 16px;
    line-height: 24px;
  }
  .inner_title .banner_title {
    font-size: 30px;
    line-height: 45px;
  }
}
/* ----- Banner end----- */
@media (max-width: 767px) {
  .common_padding {
    padding: 30px 0 100px;
  }
}
/* ----- left_menu  end----- */
/* ----- 開合區塊  start----- */
.open_close_item {
  transition: all 0.5s;
}

.open_close_item > .title {
  padding: 15px 30px;
  padding-right: 50px;
  font-size: 18px;
  line-height: 21px;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
  color: #fff;
  background-color: #607D8B;
}

.open_close_item .arrow {
  position: absolute;
  right: 50px;
  top: 50%;
}

.open_close_item.open .arrow:before {
  -webkit-transform: translatey(-50%) rotate(-90deg);
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}

.open_close_item.open .arrow:after {
  -webkit-transform: translatey(-50%) rotate(0);
  transform: translatey(-50%) rotate(0);
}

.open_close_item .arrow:before,
.open_close_item .arrow:after {
  content: "";
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  width: 20px;
  height: 2px;
}

.open_close_item .arrow:before {
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

.open_close_item .arrow:after {
  -webkit-transform: translatey(-50%) rotate(90deg);
  transform: translatey(-50%) rotate(90deg);
}

.open_close_item .content .title {
  color: #1E88E5;
  padding-bottom: 10px;
}

.open_close_item .line {
  margin: 50px 0;
  border-bottom: 1px solid #A5E6FF;
}

@media screen and (max-width: 767px) {
  .open_close_item .line {
    margin: 28px 0;
  }

  .open_close_item > .title {
    padding: 15px 20px;
    padding-right: 40px;
  }

  .open_close_item .arrow {
    right: 40px;
  }
}
/* ----- 開合區塊  end----- */
/*---  錨點區塊 start ----*/
.fixed_page {
  position: relative;
}
.fixed_page::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.fixed_page .anchor {
  width: 100%;
  height: 100px;
  background-color: #00275A;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: all;
  transition-property: all;
  z-index: -1;
}
.fixed_page .anchor .contact_container {
  padding: 0 60px;
  position: relative;
}
.fixed_page .anchor .contact_container .contact_arrow {
  background-image: none;
  outline: none;
  width: 12px;
}
.fixed_page .anchor .contact_container .swiper-button-next {
  right: 0;
  margin-top: 0;
  top: 49px;
  height: 0;
}
.fixed_page .anchor .contact_container .swiper-button-next::after {
  font-size: 24px;
  line-height: 28px;
  content: "";
  font-family: "FontAwesome";
  color: #18FFFF;
}
.fixed_page .anchor .contact_container .swiper-button-prev {
  left: 0;
  margin-top: 0;
  top: 49px;
  height: 0;
}
.fixed_page .anchor .contact_container .swiper-button-prev::after {
  font-size: 24px;
  line-height: 28px;
  content: "";
  font-family: "FontAwesome";
  color: #18FFFF;
}
.fixed_page .anchor .anchor_block {
  display: flex;
  padding: 20px 0px;
}
.fixed_page .anchor .anchor_block .this_anchor {
  max-width: 240px;
  min-width: 240px;
  margin-right: 30px;
}
.fixed_page .anchor .anchor_block .this_anchor .common_btn_3 {
  padding: 0 20px;
  min-height: 58px;
  border-bottom: 1px solid #18FFFF !important;
  z-index: 4;
}
.fixed_page .anchor .anchor_block .anchor_point:last-child {
  margin-right: 0;
}

.fixed_page.zindex {
  z-index: 1700;
}

header.point_none {
  pointer-events: none;
}

.fixed_page.fixed_scroll .anchor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

@media screen and (max-width: 1240px) {
  .fixed_page .anchor .contact_container .swiper-button-prev {
    left: 20px;
  }

  .fixed_page .anchor .contact_container .swiper-button-next {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fixed_page .anchor .contact_container {
    padding: 0 20px;
  }
  .fixed_page .anchor .contact_this_anchor {
    max-width: 240px;
    min-width: 240px;
  }
}
/*---  錨點區塊 end ----*/
/*---  20211215_Jared調整彈窗套件樣式 ----start*/
img.mfp-img {
  width: 1000px;
}

/*---  20211215_Jared調整彈窗套件樣式 ----end*/

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