/*
*  author: AUI
*  home.css
*  http://azenui.com/
*  http://a-ui.cn/
*/
.treemap .container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.treemap .container:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.index-page .banner {
  height: 425px;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.index-page .banner-slide {
  width: 1920px;
  margin-left: -360px;
}
.index-page .banner-slide .hd {
  position: relative;
  z-index: 10;
  width: 1200px;
  margin: 0 auto;
  height: 0;
  font-size: 0;
}
.index-page .banner-slide .hd ul {
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  transform: translate(-50%);
}
.index-page .banner-slide .hd li {
  float: left;
  height: 2px;
  width: 60px;
  margin: 0 3px;
  padding: 5px 0;
  position: relative;
  cursor: pointer;
  opacity: .5;
  transition: all .2s;
  overflow: hidden;
  text-indent: 100px;
}
.index-page .banner-slide .hd li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  border-bottom: 2px solid #fff;
}
.index-page .banner-slide .hd li.on {
  opacity: 1;
}
.index-page .banner-slide .btn-wrap {
  position: relative;
  z-index: 11;
}
.index-page .banner-slide .btn-wrap a {
  width: 44px;
  height: 80px;
  position: absolute;
  bottom: 172px;
  outline: none;
  transition: all .5s;
  opacity: 0;
  border-radius: 5px;
}
.index-page .banner-slide:hover .btn-wrap a {
  opacity: .3;
}
.index-page .banner-slide .btn-wrap a:hover {
  opacity: 1;
}
.index-page .banner-under {
  height: 48px;
  background: rgba(0, 0, 0, .5);
  position: relative;
  z-index: 10;
  top: -48px;
  overflow: hidden;
}
.index-page .banner-under-text li {
  float: left;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  margin: 0 58px 0 23px;
}
.index-page .solution .swiper-slide .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  padding: 0 21px;
}
.index-page .solution .swiper-slide-active .text, .index-page .solution .swiper-slide-duplicate-active .text {
  display: none;
}
.index-page .solution .swiper-slide .text p {
  font-size: 14px;
  margin-top: 6px;
}
.index-page .solution .swiper-slide .extra {
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, .8);
  top: 204px;
  bottom: 0;
  padding: 0 20px;
  text-align: center;
  -webkit-transform: translate(0, 420px);
  -moz-transform: translate(0, 420px);
  transform: translate(0, 420px);
  transition: all .2s;
}
.index-page .solution .swiper-slide .extra h3 {
  font-size: 24px;
  margin: 30px 0 20px;
  color: #fff;
}
.index-page .solution .swiper-slide .extra p {
  font-size: 14px;
  color: #888;
  margin-bottom: 22px;
  line-height: 25px;
  color: #fff;
}
.index-page .solution .swiper-slide .extra .btn-wrap {
  overflow: hidden;
  padding-left: 6px;
}
.index-page .solution .swiper-slide .extra .btn-wrap a {
  float: left;
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff;
  margin-right: 16px;
  transition: all .2s;
  font-size: 14px;
}
.index-page .solution .swiper-slide .extra .btn-wrap a:hover {
  background: #F96A69;
  color: #fff;
  border-color: #F96A69
}
.index-page .solution .swiper-slide .extra .btn-wrap a.btn-2 {
  background: #fff;
  color: #000;
  margin-right: 0;
}
.index-page .solution .swiper-slide .extra .btn-wrap a.btn-2:hover {
  background: #F96A69;
  color: #fff;
}
.index-page .solution .swiper-slide-active .extra, .index-page .solution .swiper-slide-duplicate-active .extra {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.index-page .solution-more {
  height: 900px;
  background: #151515;
  width: 100%;
  overflow: hidden;
}
.index-page .solution-more-slide .container {
  height: 900px;
  position: relative;
}
/*標題*/
.index-page .headingmap {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 80px;
  left: 0;
  z-index: 2;
}
.index-page .headingmap h2 {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2rem;
}
.index-page .headingmap p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.index-page .solution-more-slide .hd {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: auto;
  left: 0;
  top: 240px;
  color: #fff;
  list-style: none;
}
.index-page .solution-more-slide .hd ul {
  display: flex;
  border-bottom: 1px solid #fff;
  margin: 1rem 0 0 0;
  padding: 8px 0 0 0;
  position: relative;
  max-width: 860px;
}
.index-page .solution-more-slide .hd ul::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 15px;
  border-bottom: 1px solid #fff;
}
.index-page .solution-more-slide .hd li {
  position: relative;
  transition: all .5s;
  cursor: pointer;
  list-style: none;
  padding: 1rem 1rem .8rem 1rem;
}
.index-page .solution-more-slide .hd li:after {}
.index-page .solution-more-slide .hd li:before {
  background: #d16780;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  transition: all .2s;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.index-page .solution-more-slide .hd li.on:before {
  width: 100%;
}
.index-page .solution-more-slide .hd li.on:after {
  display: none;
}
.index-page .solution-more-slide .hd .text {
  position: relative;
  z-index: 2;
}
.index-page .solution-more-slide .hd .text h3 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  font-weight: 400;
}
.index-page .solution-more-slide .bd {
  margin-left: -360px;
  position: relative;
  width: 1920px;
  height: 900px;
}
.index-page .solution-more-slide .bd li {
  position: relative;
}
/*縣市背景圖片*/
.index-page .solution-more-slide .bd li.item-1 {
  background: url("../picture/treemap/banner1.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li.item-2 {
  background: url("../picture/treemap/banner2.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li.item-3 {
  background: url("../picture/treemap/banner3.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li.item-4 {
  background: url("../picture/treemap/banner4.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li.item-5 {
  background: url("../picture/treemap/banner5.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li.item-6 {
  background: url("../picture/treemap/banner6.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li.item-7 {
  background: url("../picture/treemap/banner7.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li.item-8 {
  background: url("../picture/treemap/banner8.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li.item-9 {
  background: url("../picture/treemap/banner9.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li::before, .index-page .solution-more-slide .bd li::after {
  position: absolute;
  content: "";
  display: block;
}
.index-page .solution-more-slide .bd li::before {
  background: #00000080;
  background: #0000009e;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-page .solution-more-slide .bd li::after {}
/*==== 分頁內容 ====*/
.index-page .solution-more-slide .bd .mpcontent {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 210px 0 0 0;
}
.index-page .solution-more-slide .bd .inner {
  position: relative;
  color: #fff;
  z-index: 1;
  width: 70%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 110px 0 0 0;
}
.index-page .solution-more-slide .bd .intro {
  font-size: 18px;
  margin: 2rem 0;
  color: #fff;
  background: #ffffff1a;
  padding: 1.8rem 2.5rem 1.2rem 2.5rem;
  display: block;
  width: 100%;
  min-height: 180px;
}
.index-page .solution-more-slide .bd .intro p {
  font-size: 18px;
  color: #fff;
}
/*暫時隱藏*/
.index-page .solution-more-slide .bd .btn-wrap {
  overflow: hidden;
  margin: 2rem 0;
  display: inline-block;
}
.index-page .solution-more-slide .bd .btn-wrap a {
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 20px;
  transition: all .2s;
  font-weight: 400;
  padding: .25rem 3rem;
  display: inline-block;
  border-radius: 25px;
}
/*新北打開
.index-page .solution-more-slide .bd li.item-2 .btn-wrap {
  display: block;
}*/
.index-page .solution-more-slide .bd .btn-wrap a:hover {
  background: #ff5f5f;
  color: #fff;
  border-color: #ff5f5f;
  opacity: .9;
}
.index-page .solution-more-slide .bd .example {
  position: relative;
}
.index-page .solution-more-slide .bd .example ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.index-page .solution-more-slide .bd .example li {
  padding: 4px;
}
.index-page .solution-more-slide .bd .example li::before, .index-page .solution-more-slide .bd .example li::after {
  display: none;
}
.index-page .solution-more-slide .bd .example li img {
  width: 100%;
  height: auto;
  display: block;
  border: 2px solid #ffffffcc;
  border-radius: 5px;
}
.index-page .video .inner {
  display: block;
  cursor: pointer;
}
.index-page .solution-more-slide .bd .mpcontent .maplis {
  width: 30%;
  max-width: 330px;
  max-height: 555px;
  padding-top: 20px;
}
.index-page .solution-more-slide .bd .mpcontent .maplis img {
  width: 100%;
  height: 100%;
}


@media only screen and (max-width: 1440px) {
.index-page .solution-more-slide .hd ul {
    max-width: 850px;
}
}

@media only screen and (max-width: 1180px) {
  .index-page .solution-more-slide .container {
    max-width: 100%;
  }
  .index-page .solution-more-slide .bd .mpcontent {
    padding: 210px 2rem 0 2rem;
  }
  .index-page .solution-more-slide .hd {
    left: 2rem;
  }
  .index-page .solution-more-slide .hd ul {}
}
@media only screen and (max-width: 992px) {
  .index-page .headingmap {
    top: 60px;
  }
  .index-page .headingmap h2 {
    margin-bottom: 1rem;
    
  }
  .index-page .solution-more {
    height: 1200px;
  }
  .index-page .solution-more-slide .container {
    width: 100%;
  }
  .index-page .solution-more-slide .hd {
    top: 150px;
  }
  .index-page .solution-more-slide .hd ul {
    max-width: 760px;
  }
  .index-page .solution-more-slide .hd li {
    padding: 1rem .68rem .8rem .68rem;
  }
  .index-page .solution-more-slide .bd {
    margin-left: -540px;
    height: 1200px !important;
  }
  .index-page .solution-more-slide .bd li {
    height: 1200px !important;
    background-size: 100% 100% !important;
  }
  .index-page .solution-more-slide .bd .mpcontent {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 240px 0 0 0;
  }
  .index-page .solution-more-slide .bd .inner {
    order: 2;
    width: 700px;
    padding: 0;
    margin-left: -20px;
  }
  .index-page .solution-more-slide .bd .mpcontent .maplis {
    order: 1;
    width: 100%;
    max-width: 250px;
    max-height: 420px;
  }
  .index-page .solution-more-slide .bd .example li {
    height: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .index-page .solution-more {
    height: 1250px;
  }
  .index-page .solution-more-slide .bd {
    height: 1250px !important;
  }
  .index-page .solution-more-slide .bd li {
    height: 1250px !important;
  }
  .index-page .headingmap p {
    padding: 0 90px;
  }
  .index-page .solution-more-slide .hd {
    top: 170px;
  }
  .index-page .solution-more-slide .hd ul {
    max-width: 700px;
  }
  .index-page .solution-more-slide .hd li {
    padding: 1rem .48rem .8rem .48rem;
  }
  .index-page .solution-more-slide .bd .mpcontent {
    padding: 260px 0 0 0;
  }
  .index-page .solution-more-slide .bd .inner {
    width: 680px;
    margin-left: -75px;
  }
}

@media only screen and (max-width: 568px) {
      .index-page .headingmap {
        top: 40px;
    }
    .index-page .headingmap p {
        padding: 0 1rem;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: -1px;
    }

.index-page .solution-more-slide .hd {
      left: 1rem;
    }
.index-page .solution-more-slide .hd ul{
        width: 350px;
        margin: 0;

      }
.index-page .solution-more-slide .hd li{
  padding: 1rem .5rem .5rem .5rem;
}
.index-page .solution-more-slide .bd .inner {
        width: 360px;
        margin-left: -425px;
    }
.index-page .solution-more-slide .bd .intro {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }

    .index-page .solution-more-slide .bd .mpcontent .maplis {
        margin-left: -410px;
       padding-top: 50px;
    }

}

@media only screen and (max-width: 414px) {
    .index-page .solution-more-slide .bd .inner {
        width: 320px;
        margin-left: -465px;
    }
    .index-page .solution-more-slide .bd .intro {
        padding: 1rem;
    }
  }