@charset "UTF-8";
.bannerArea .wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mainArea {
  padding: 0;
}

.dotsBox {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.dotsBox .dots li {
  display: inline-block;
  margin: 0 6px;
}

.dotsBox .dots li.slick-active button {
  background: #1dc1dd;
}

.dotsBox .dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #fff;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.dotsBox .dots li button:focus {
  outline: none;
}

.dotsBox.noFixed {
  position: static;
  padding: 10px 0 20px;
}

.dotsBox.noFixed .dots li button {
  background: #787878;
}

.dotsBox.noFixed .dots li.slick-active button {
  background: #1dc1dd;
}

.bannerArea .wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px; /*控制標題整體位置*/
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  margin: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.bannerArea .wrap.textHL {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bannerArea .wrap.textHC {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bannerArea .wrap.textHC.textVC {
  text-align: center;
}

.bannerArea .wrap.textHC.textVC .moreBtn {
  margin-left: auto;
  margin-right: auto;
}

.bannerArea .wrap.textHR {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bannerArea .wrap.textVT {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bannerArea .wrap.textVC {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bannerArea .wrap.textVB {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.bannerArea .wrap.colorB {
  color: #1b1b1b;
}

.bannerArea .wrap.colorW {
  color: #fff;
}

.bannerArea .bannerText {
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.2;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.bannerArea .bannerText h2, .bannerArea .bannerText h3 {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.bannerArea .bannerText h2 {
  font-weight: 800; /*大標題粗體字*/
  font-size: 50px;
}

.bannerArea .bannerText h3 {
  font-weight: 400;
  font-size: 35px;
}

.bannerArea .current .bannerText h2, .bannerArea .current .bannerText h3 {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.bannerArea .current .bannerText h2 {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.bannerArea .current .bannerText h3 {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.newsArea {
  padding: 120px 0 10px; /*預設高度150*/
}

.newsArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newsArea .titleBox {
  width: 100%;
}

.newsArea .leftItem {
  width: 58%;
}

.newsArea .rightItem {
  position: relative;
  width: 42%;
  padding: 15px 35px 0;
  border-right: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newsArea .rightItem:hover .arrows {
  opacity: 1;
  background-color: #fff;
}

.newsArea .arrows {
  position: absolute;
  left: 0;
  width: 100%;
  height: 22px;
  opacity: 0;
}

.newsArea .arrows:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -5.5px;
  width: 11px;
  height: 22px;
  background: url("../images/arrow.png") no-repeat center center;
  background-size: contain;
}

.newsArea .prevArrowBox {
  top: 0;
}

.newsArea .prevArrowBox:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.newsArea .nextArrowBox {
  bottom: 0;
}

.newsArea .nextArrowBox:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.newsClassBox {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}

.newsClassList {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.newsClassList li {
  margin: 0 13px; /*會影響手機版方格間距, 理想4*/
}

.newsClassList a {
  display: inline-block;
  padding: 9px 3px; /*會影響手機版寬度, 預設25*/
  font-size: 15px;
  color: #213155;
  letter-spacing: .1em;
  border: 1px solid #123a5e;
}

.newsClassList a.current, .newsClassList a:hover {
  color: #fff;
  background-color: #123a5e;
}

.newsListLeft {
  height: 100%;
}

.newsListLeft li, .newsListLeft .item, .newsListLeft .Img {
  height: 100%;
}

.newsListLeft .item {
  position: relative;
}

.newsListLeft .Img img {
  min-height: 480px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsListLeft .Txt {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 40px;
  font-family: "Noto Sans TC", sans-serif;
  background-color: rgba(24, 53, 79, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newsListLeft h3 a {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.newsListLeft p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

.newsList .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.newsList li {
  padding: 20px 0;
}

.newsList .item {
  border-bottom: 1px solid #eee;
}

.newsList .date {
  margin-right: 10px;
}

.newsList h3 a {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.newsList p {
  height: 68px; /*預設42*/
  line-height: 1.5; /*預設1.5*/
  font-size: 15px; /*預設14*/
  color: #787878;
}

.compareArea .wrap {
  width: 100%;
  padding: 0;
}

.compareArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.compareArea .Img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 55%;
}

.compareArea .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.compareArea .Txt {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 45%;
  background: -webkit-linear-gradient(315deg, #1dc1dd 0%, #0971ce 100%);
  background: -o-linear-gradient(315deg, #1dc1dd 0%, #0971ce 100%);
  background: linear-gradient(135deg, #1dc1dd 0%, #0971ce 100%);
  overflow: hidden;
}

.compareArea .Txt:before {
  content: 'Battery';
  position: absolute;
  z-index: -1;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 600;
  font-family: "Montserrat", "微軟正黑體", sans-serif;
  font-size: 180px;
  color: #d7eff8;
  text-transform: uppercase;
  text-shadow: 4.286px 2.575px 8px rgba(0, 0, 0, 0.06);
  opacity: .12;
}

.compareArea .Txt .ins {
  padding-right: 28%;
  padding: 40px 28% 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.compareArea h4 {
  margin-bottom: 30px;
}

.compareArea h4 a {
  display: block;
  font-family: "Montserrat", "微軟正黑體", sans-serif;
  font-weight: 450;
  font-size: 35px;
  color: #fff;
}

.compareArea h3 {
  display: block;
  margin-bottom: 20px;
}

.compareArea h3 a {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 450;
  font-size: 26px;
  letter-spacing: .05em;
  color: #fff;
}

.compareArea h3 a:before, .compareArea h3 a:after {
  content: '';
  position: absolute;
}

.compareArea h3 a:before {
  left: -17px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #e0e719 transparent transparent;
}

.compareArea h3 a:after {
  right: -15px;
  bottom: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #f38c1d;
}

.compareArea p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: .05em;
}

.compareArea .btn a {
  display: inline-block;
  padding: 20px 50px;
  font-size: 15px;
  letter-spacing: .15em;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.compareArea .btn a i {
  margin-left: 8px;
}

.compareArea .btn a:hover {
  background-color: #fff;
  color: #000;
}

.productArea {
  padding: 120px 0 150px;
}

.productList {
  margin: 0 -20px;
}

.productList li {
  float: left;
  width: 25%;
  padding: 0 20px;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productList li:hover .Img img {
  opacity: .1;
}

.productList li:hover h3 a {
  color: #0971ce;
}

.productList li:hover h4 {
  top: 50%;
  opacity: 1;
}

.productList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productList .Img {
  position: relative;
  width: 100%;
  max-width: 400px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  background: -webkit-linear-gradient(315deg, #1dc1dd 0%, #0971ce 100%);
  background: -o-linear-gradient(315deg, #1dc1dd 0%, #0971ce 100%);
  background: linear-gradient(135deg, #1dc1dd 0%, #0971ce 100%);
}

.productList .Img img {
  -webkit-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  display: block;
  width: 100%;
}

.productList .Txt {
  width: 100%;
}

.productList h3 a {
  display: block;
  padding: 20px 0;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}

.productList h4 {
  position: absolute;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  font-family: "Mukta", "微軟正黑體", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 0 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.solutionArea {
  background: url("../images/home/solutionBg.jpg") no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.solutionArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
}

.solutionArea .leftItem {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 57%;
  padding-left: calc((100% - 1280px) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.solutionArea .rightItem {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43%;
  padding: 200px 20px 160px 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.solutionArea .rightItem:before {
  content: 'Solutions';
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", "微軟正黑體", sans-serif;
  font-size: 160px;
  letter-spacing: -25px;
  line-height: 1;
  opacity: .3;
  text-shadow: 4.286px 2.575px 8px rgba(0, 0, 0, 0.06);
}

.solutionArea .rightItem:after {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  z-index: -2;
  width: calc(100% + 30px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.solutionArea .Txt h3 {
  margin-bottom: 45px;
  font-family: "Montserrat", "微軟正黑體", sans-serif;
  font-weight: 600;
  font-size: 35px;
  color: #fff;
}

.solutionArea .Txt h2 {
  margin-bottom: 30px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: .05em;
  color: #fff;
}

.solutionArea .Txt h2 span {
  position: relative;
}

.solutionArea .Txt h2 span:before, .solutionArea .Txt h2 span:after {
  content: '';
  position: absolute;
}

.solutionArea .Txt h2 span:before {
  left: -17px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #0971ce transparent transparent;
}

.solutionArea .Txt h2 span:after {
  right: -15px;
  bottom: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #1dc1dd;
}

.solutionArea .textEditor {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .05em;
  color: #fff;
}

.solutionArea .btn01 {
  text-align: left;
}

.solutionArea .btn01 a {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.solutionArea .btn01 a:hover {
  border-color: #0971ce;
}

.solutionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  background: -webkit-linear-gradient(315deg, #1dc1dd 10%, #1093c4 100%);
  background: -o-linear-gradient(315deg, #1dc1dd 10%, #1093c4 100%);
  background: linear-gradient(135deg, #1dc1dd 10%, #1093c4 100%);
}

.solutionList li {
  position: relative;
  z-index: 0;
  width: 50%;
}

.solutionList li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #1dc1dd;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.04);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.solutionList li:hover:before {
  opacity: 1;
}

.solutionList li:hover:nth-child(1):before {
  -webkit-transform: translate(-10px, -10px);
      -ms-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
}

.solutionList li:hover:nth-child(2):before {
  -webkit-transform: translate(10px, -10px);
      -ms-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}

.solutionList li:hover:nth-child(3):before {
  -webkit-transform: translate(-10px, 10px);
      -ms-transform: translate(-10px, 10px);
          transform: translate(-10px, 10px);
}

.solutionList li:hover:nth-child(4):before {
  -webkit-transform: translate(10px, 10px);
      -ms-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
}

.solutionList li:hover .Img a {
  color: #fff;
  fill: #fff;
}

.solutionList li:hover h3 a, .solutionList li:hover h4 a {
  color: #fff;
}

.solutionList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 70px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.solutionList .Img {
  width: 100px;
}

.solutionList .Img a {
  color: #96f0ff;
  fill: #96f0ff;
}

.solutionList .title {
  width: calc(100% - 100px);
}

.solutionList .icon-solution01 {
  width: 62px;
  height: 75px;
}

.solutionList .icon-solution02 {
  width: 66px;
  height: 66px;
}

.solutionList .icon-solution03 {
  width: 72px;
  height: 72px;
}

.solutionList .icon-solution04 {
  width: 79px;
  height: 69px;
}

.solutionList h3 a, .solutionList h4 a {
  color: #96f0ff;
}

.solutionList h3 {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 22px;
}

.solutionList h4 {
  font-family: "Mukta", "微軟正黑體", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 1400px) {
  .bannerArea .wrap {
    width: 100%;
    padding: 90px 50px;
  }
}

@media (max-width: 1366px) {
  .newsArea, .productArea {
    padding: 60px 0 80px;
  }
}

@media (max-width: 1180px) {
  .compareArea .Img {
    width: 50%;
  }
  .compareArea .Txt {
    width: 50%;
  }
  .compareArea .Txt .ins {
    width: 100%;
    padding: 40px 20px 40px 30px;
  }
  .compareArea h4 {
    margin-bottom: 12px;
  }
  .compareArea h4 a {
    font-size: 28px;
  }
  .compareArea h3 a {
    font-size: 32px;
  }
  .compareArea p {
    margin-bottom: 30px;
  }
  .solutionArea {
    background-position: center center;
    background-attachment: inherit;
    background-size: cover;
  }
  .solutionArea .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .solutionArea .leftItem {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .solutionArea .rightItem {
    width: 100%;
    padding: 40px;
  }
  .solutionArea .Txt h3 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .solutionArea .Txt h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .solutionArea .textEditor {
    margin-bottom: 25px;
  }
  .productList li {
    margin-bottom: 0;
  }
  .productArea .dotsBox {
    margin-bottom: 10px;
  }
}

@media (max-width: 960px) {
  .bannerArea .bannerText h2 {
    font-size: 40px;
  }
  .bannerArea .bannerText h3 {
    font-size: 25px;
  }
  .newsArea, .productArea {
    padding: 40px 0;
  }
  .newsArea .leftItem {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .newsArea .rightItem {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .newsArea .arrows {
    display: none !important;
  }
  .newsList li {
    border-bottom: none;
  }
  .newsListLeft .Img img {
    min-height: auto;
  }
  .newsListLeft .Txt {
    position: static;
  }
  .newsListLeft li, .newsListLeft .item, .newsListLeft .Img {
    height: auto;
  }
}

@media (max-width: 900px) {
  .compareArea .item {
    position: relative;
  }
  .compareArea .Img {
    display: none;
  }
  .compareArea .Txt {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .newsClassBox {
    margin-bottom: 20px;
  }
  .bannerArea .bannerText {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .solutionList li {
    width: 100%;
  }
  .solutionList li:before {
    display: none;
  }
  .solutionList li:not(:first-child) {
    border-top: 1px solid #1dc1dd;
  }
}

@media (max-width: 480px) {
  .newsListLeft .Txt {
    padding: 20px;
  }
  .solutionList .item {
    padding: 50px 20px;
  }
}
