﻿@charset "UTF-8";
img {
  max-width: 100%;
}

.systemTop {
  text-align: center;
  background-color: white;
  width: 100%;
}

.system-fixedTop {
  position: fixed;
  padding: 15px;
}

.systemGuide {
  color: #2E2E2A;
  font-size: 18px;
  cursor: pointer;
  line-height: 28px;
}

.systemFlex {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}

.systemIntro {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  background-color: white;
  padding: 20px 30px;
  margin-bottom: 10px;
}

.systemIntro:hover {
  border-color: #707070;
}

.systemIcon {
  width: 47px;
  height: 47px;
}

.systemName {
  color: #3D6098;
  font-weight: bold;
  font-size: 20px;
  display: inline;
  padding: 0 10px;
}

.systemName span {
  font-size: 13px;
}

.systemDes {
  color: #707070;
  font-size: 16px;
  line-height: 25px;
  margin: 15px 0;
  word-break: break-word;
}

.versionLine {
  display: flex;
  justify-content: space-between;
}

.singleVersion, .appVersion, .webVersion {
  color: #979797;
  font-size: 15px;
  display: inline;
  padding-left: 5px;
}

.systemCheck {
  border: 1.5px solid #2E2E2A;
  border-radius: 20px;
  padding: 5px 15px;
  background-color: white;
  transition-duration: 0.5s;
  text-wrap: nowrap;
}

.systemCheck:hover {
  background-color: #2E2E2A;
  color: white;
}

.specialContent {
  line-height: 35px;
  font-size: 18px;
  color: #2E2E2A;
}

.specialTitle {
  line-height: 40px;
  font-size: 20px;
  color: #3D6098;
  font-weight: bold;
}

.viewAll {
  color: #3D6098;
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  float: right;
  padding-top: 15px;
}

.recommendArea {
  width: 800px;
  margin: 0 auto;
  padding: 50px 0;
}

.imgMin {
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.imgMin:hover {
  filter: brightness(70%);
}

.zoominIcon {
  position: absolute;
  top: 75%;
  left: 50%;
  font-size: 18px;
  opacity: 0;
  color: white;
}

.imgMin:hover + i {
  top: 50%;
  transition-duration: 0.5s;
  opacity: 1;
}

.systemInfo {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  padding: 15px;
}

.infoTitle {
  font-weight: bold;
  font-size: 20px;
  color: #2E2E2A;
  text-align: center;
}

.infoContent {
  font-size: 16px;
  line-height: 28px;
  color: #707070;
}
.infoContent li p {
  font-size: 15px;
}

.infoLink {
  color: #3D6098;
  text-decoration: underline;
  font-size: 14px;
}

.infoLink:visited {
  color: #CA271E;
}

.infoHint {
  font-size: 15px;
  color: #707070;
  line-height: 25px;
}

.infoRemark {
  background-color: #F8F8F8;
  padding: 10px;
  font-size: 15px;
  line-height: 25px;
}

.titleVersion {
  color: #3D6098;
}

.systemCarousel img {
  max-width: 65%;
  width: 300px;
  margin: 0 auto;
}
.systemCarousel .carousel-caption {
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  position: relative;
}
.systemCarousel h5 {
  font-weight: bold;
  color: #3D6098;
  font-size: 30px;
  text-align: center;
}
.systemCarousel p {
  background-color: #3D6098;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  margin: 0;
}

.carouselBtn {
  padding: 5px 15px;
  border: 2px solid white;
  border-radius: 20px;
  color: white;
  margin: 0 10px;
  background-color: #3D6098;
  font-size: 15px;
}

.carouselBtn:hover {
  color: #3D6098;
  background-color: white;
}

.controlArrow {
  font-size: 40px;
  color: #3D6098;
}

.productCard .card-header {
  font-size: 18px;
  font-weight: bold;
  color: #3D6098;
}
.productCard .card {
  height: 100%;
}
.productCard p {
  line-height: 25px;
  font-size: 16px;
  color: #707070;
}

.iqsmartContact {
  font-size: 16px;
  line-height: 28px;
  border-radius: 5px;
  border: 2px dashed #DDDDDD;
  padding: 10px;
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.officeTitleTopDot {
  background-color: #3D6098;
  width: 4px;
  height: 7px;
  margin: 0 auto 5px auto;
}

.officeTitleTop {
  background-color: #3D6098;
  width: 4px;
  height: 50px;
  margin: 0 auto;
}

/*/820px以下的畫面*/
@media (max-width: 820px) {
  .recommendArea {
    width: 100%;
  }
}
/*768px以下的畫面*/
@media (max-width: 768px) {
  .systemGuide {
    font-size: 15px;
  }
  .specialContent {
    line-height: 30px;
    font-size: 15px;
  }
  .systemCarousel img {
    max-width: 100%;
  }
  .systemCarousel p {
    font-size: 16px;
    line-height: 28px;
  }
  .systemCarousel h5 {
    font-size: 25px;
  }
  .carousel-caption {
    position: initial;
  }
  .controlArrow {
    font-size: 20px;
    color: #3D6098;
  }
  .carouselBtn {
    display: none;
  }
  .iqsmartContact {
    font-size: 16px;
    line-height: 24px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .systemCheck {
    display: block;
    width: 100%;
    height: 35px;
  }
  .systemIntro {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.fontSize20 {
  font-size: 20px;
}

.fontSize40 {
  font-size: 40px;
}

.fontSize50 {
  font-size: 50px;
}

/*新版首頁樣式*/
.topbg {
  background-image: url("../home/indexbg.png");
  background-attachment: fixed;
  background-size: cover;
  animation: fadein 3s ease;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.topContent {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ismsCard {
  position: absolute;
  top: 45px;
  right: 0;
  background-color: white;
  padding: 20px;
  max-width: 398px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.ismsCard .title {
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
}
.ismsCard p {
  color: #707070;
  font-size: 18px;
  line-height: 28px;
}

.eventTitle {
  font-size: 38px;
  line-height: 45px;
  font-weight: bold;
}
.eventTitle span {
  width: 120px;
  height: 4px;
  background-color: #212529;
  display: inline-block;
  margin-bottom: 15px;
}

.experienceSection {
  position: relative;
  padding-bottom: 130px;
  padding-top: 50px;
}

.specialSection {
  position: absolute;
  bottom: -60px;
}

@media (max-width: 1280px) {
  .ismsCard {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .topContent {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ismsCard {
    position: relative;
    top: 0;
    right: 0;
  }
}
/*960px以下的畫面*/
@media (max-width: 960px) {
  .systemCheck {
    padding: 3px;
    min-width: 30px;
    border: 1px solid #2E2E2A;
    padding-right: 2px;
  }
}
.mb-50adjust {
  margin-bottom: 50px;
}

.borBtm {
  border-bottom: 1px solid #D8D8D8;
  margin-top: 15px;
  margin-bottom: 15px;
}

.actTitle {
  display: flex;
  margin-top: 60px;
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D8D8D8;
}
.actTitle h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 37px;
  color: #CA271E;
}

.actDay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  margin-left: 8px;
  color: #CA271E;
}

.actMonth {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 3px solid #CA271E;
}

.actYear {
  font-size: 14px;
  color: #2E2E2A;
}

.article {
  color: #707070;
  font-size: 18px;
  line-height: 27px;
}
.article h3 {
  color: #2E2E2A;
  font-size: 25px;
  font-weight: bold;
  line-height: 33px;
  padding-top: 10px;
}

.actH2Title {
  color: #2E2E2A;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.actH2Title div {
  width: 65px;
  height: 5px;
  background-color: #CA271E;
  margin-top: 8px;
}

.picHint {
  color: #979797;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 50px;
}

.actgallery {
  height: 230px;
}

.actgallerymini {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cardBorder {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  padding: 15px;
}
.cardBorder h2 {
  font-weight: bold;
  color: #2E2E2A;
  font-size: 20px;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 15px;
  text-align: center;
}
.cardBorder h3 {
  font-size: 20px;
  font-weight: bold;
  color: #3D6098;
  line-height: 27px;
}
.cardBorder p {
  font-size: 18px;
  color: #707070;
  line-height: 24px;
}

.btnSoftbgBlue {
  color: #436EA7;
  border: 1px solid #E1EAF5;
  background-color: #E1EAF5;
  display: inline-block;
  font-weight: 500;
}
.btnSoftbgBlue .hover {
  color: #436EA7;
  border: 1px solid #CCD8E6;
  background-color: #CCD8E6;
  font-weight: 500;
}

@media (max-width: 768px) {
  .mb-50adjust {
    margin-bottom: 30px;
  }
  .article h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .actgallery {
    height: 150px;
  }
  .btnSMwidth100 {
    width: 100%;
    height: 48px;
    line-height: 34px;
  }
}
