/*é¦–é é—œæ–¼æˆ‘å€‘*/
.about-sect .editor h3 {
    position: relative;
    box-sizing: border-box;
    color: #2C2C30;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 1.5;
    margin: 0 0 12px;
}
.about-sect .editor h3 span{
    color: #e40011;
}
@media screen and (max-width: 1000px) {
    .about-sect .editor h3 {
        font-size: 18px;
        letter-spacing: 1.5px;
    }
}

/*é¦–é æœå‹™é …ç›®*/
.sect3 .application-list{
    display:flex;
    justify-content: center;
}
.sect3  .application-list .item{
    max-width:650px;
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}
.sect3  .application-list .pic{
    position:relative;
    overflow:hidden;
}



.sect3  .application-list .item .pic img{
     transition: all .35s ease;
    transform: scale(1);
}
.sect3  .application-list .item:hover .pic img{
    transform: scale(1.06);
}


.sect3  .application-list .name{
    background:#2C2D30;
    width:155px;
    height:50px;
    line-height:45px;
    color:#fff;
    position:absolute;
    bottom:0;
    font-size: 22px;
    letter-spacing: 3px;
    transition: all .35s ease;
}
.sect3  .application-list .item:hover .name{
    background:#e40011;
}
.sect3  .application-list .txt{
       padding: 33px 70px 25px;
       box-sizing:border-box;
       margin:0 auto;
       background: #f6f6f6;
}
.sect3  .application-list .description{
    font-size: 22px;
    letter-spacing: 5px;
    color:#2C2D30;
    font-weight:500;
    margin: 0 0 20px;
}
.sect3  .application-list .iconsect{
    display:flex;
    flex-wrap:wrap;
    
}
.sect3  .application-list .iconitem{
    width:50%;
    margin: 0 0 20px;
    display:flex;
    align-items: center;
    font-size:18px;
}
.sect3  .application-list .icontxt{
    color:#616266;
    letter-spacing: 3px;
    padding: 0 12px;
}
.sect3 .titlesect{
    align-items: end;
    display:flex;
    max-width: 810px;
    justify-content: space-around;
    margin: 30px auto 50px;
    font-size:18px;
    letter-spacing:2px;
    line-height: 1.8;
}
.sect3 .titlesect .t1 {
    position: relative;
    box-sizing: border-box;
    color: #2C2C30;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 1.5;
    margin: 0 0 7px;
}
.sect3 .titlesect .t1 span{
    color: #e40011;
}
.sect3  .solution-sect .sect-title{
     margin: 35px 0 7px;
}

.sect3 .solution-sect .sect-title h2:after{
     display:none;
     
}
.energy-tabs .btn.more{
  margin: 35px 0 0 auto;
  display: block;
  background: #2C2D30;
  color: #fff;
  border: 1px solid #2C2D30;
}

.energy-tabs{
  max-width: 1400px;
  margin: auto;
}

.tab-menu {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #E3E4E6;
  margin-bottom: 40px;
}

.tab-btn {
  position: relative;
  flex: 1;
  padding: 18px 10px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  color: #2C2D30;
  letter-spacing: 4px;
}

.tab-btn span {
  margin-right: 8px;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
    font-weight:900;
  color:#B6B6B8;

  font-size: 22px;
}

.tab-btn.active {
  color: #222;
}

.tab-btn.active span {
  color: #e40011;
}

.tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #e40011;
}

.tab-panel {
  display: none;
  position: relative;
  min-height: 620px;
}

.tab-panel.active {
  display: block;
  animation: fadeIn .4s ease;
}

.tab-image {
  width: 950px;
}

.tab-image img {
  width: 100%;
  height: auto;
  display: block;
}

.tab-card {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 590px;
  background: #fff;
  padding: 50px 60px;
  box-sizing: border-box;
  /* box-shadow: 0 15px 35px rgba(0,0,0,.08); */
  z-index: 5;
}

.tab-number {
  color: #e40011;
    font-family: "Montserrat", sans-serif;
    font-weight:900;
  font-size: 30px;
  margin-bottom: -4px;
}

.tab-card h3 {
  font-size: 30px;
  margin: 0 0 9px;
  color: #2C2D30;
  letter-spacing: 3px;
  font-weight: 500;
}

.tab-card p {
  color: #818386;
  line-height: 1.8;
  font-size: 18px;
  margin: 0;
}

.more-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 15px 70px;
  background: #222;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}


@media (max-width: 1300px) {
    .sect3 .application-list{
        flex-direction:column;
        align-items: center;
    }
    .sect3  .application-list .item{
        max-width:650px;
        width:100%;
        padding: 0px 0 37px;
        box-sizing: border-box;
    }
        
    .sect3 .application-list .txt {
        padding: 20px 25px 25px;
        }
    .sect3  .application-list .iconsect{
        flex-direction:column;
        align-items: center;
    }
    .sect3  .application-list .iconitem{
        width:100%;
        margin: 0px 0 8px;
        font-size: 16px;
    }
    .sect3  .application-list .name{
        background:#2C2D30;
        width:140px;
        height:40px;
        line-height:40px;
        font-size: 20px;
        letter-spacing: 2px;
    }
    .sect3  .application-list .description{
        font-size: 18px;
        letter-spacing: 2px;
    }
    .sect3 .titlesect{
        margin: 0px auto 50px;
        font-size:18px;
        letter-spacing:1px;
    }
    .sect3 .solution-sect .sect-title{
        margin: -15px 0 20px;
    }
  
}
@media (max-width: 1000px) {
    .sect3 .titlesect{
        flex-direction: column;
        align-items: center;
        margin: 0px auto 20px;
        font-size: 16px;
        letter-spacing:1px;
        text-align: center;
    }
      .sect3 .titlesect .t1 {
        font-size:18px;
        letter-spacing: 1.5px;
        text-align: center;
    }
  .tab-image {
    width: auto;
  }
  .tab-card p {
    font-size: 16px;
}  
  .tab-card {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 95%;
    margin: -40px auto 0;
    padding:25px;
  }
   .tab-number {
      font-size: 20px;
      margin-bottom: 0px;
    }
    
    .tab-card h3 {
      font-size: 20px;
      letter-spacing: 2px;
    } 
    .tab-btn {
      font-size:18px;
      letter-spacing: 2px;
    }
    .energy-tabs .btn.more{
      margin: 20px auto;
      display: block;
      background: #2C2D30;
      color: #fff;
      border: 1px solid #2C2D30;
    }
}

@media (max-width: 768px) {
  .tab-menu {
    flex-wrap: wrap;
  }

  .tab-btn {
    flex: 50%;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 14px 8px;
  }

  .tab-btn span {
    font-size: 16px;
  }

  .tab-panel {
    min-height: auto;
  }

  .tab-panel.active {
    display: block;
  }

  .tab-image {
    width: 100%;
    max-width: 100%;
  }
}
/*å…§é é—œæ–¼æˆ‘å€‘*/
.aboutlayout{
    width:100%;
    max-width: 1280px;
    margin:auto;
}

.aboutlayout .about-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 69px;
    margin-bottom: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.aboutlayout .about-img{
    width: 60%;
    max-width: 670px;
}

.aboutlayout .about-img img{
    display:block;
    width:100%;
}

.aboutlayout .about-text{
    width: 40%;
}

.aboutlayout .about-text h2{
    display:flex;
    align-items: end;
    gap:12px;
    margin: 0;
     font-family: "Montserrat", sans-serif;
    font-weight:900;
    font-size:52px;
    color: #2C2D30;
}

.aboutlayout .about-text h2 span{
    position:relative;
    margin: 0 0 18px 30px;
    font-size: 22px;
    font-style:normal;
    font-weight:400;
    color: #616266;
    font-family:"Noto Sans TC",sans-serif;
}

.aboutlayout .about-text h2 span::before{
    content:"";
    position:absolute;
    left: -25px;
    top: 20px;
    transform:translateY(-50%);
    width:0;
    height:0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 12px solid #d60012;
}

.aboutlayout .about-text h3{
    font-size: 30px;
    font-weight:700;
    line-height:1.6;
    letter-spacing: 5px;
    margin: 0px;
    color: #2C2C30;
}

.aboutlayout .about-text h3 span{
    color: #e40011;
}

.aboutlayout .about-text p{
    color: #818386;
    line-height: 1.8;
    font-size: 18px;
    letter-spacing: 2px;
}

.aboutlayout .logo{
    margin-top:40px;
    text-align:right;
}

.aboutlayout .logo img{
    max-width:180px;
}

/*==============================*/

.aboutlayout .slogan{
    background:#f6f6f6;
    text-align:center;
    padding: 25px 20px 40px;
    margin-bottom: 50px;
}

.aboutlayout .slogan h3{
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 5px;
    margin-bottom: 8px;
    color: #2C2C30;
}

.aboutlayout .slogan h3 span{
    color: #e40011;
}

.aboutlayout .slogan p{
    color: #818386;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 2px;
}

/*==============================
Values
==============================*/

.aboutlayout .values{
    counter-reset:item;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
    margin-bottom: 45px;
}

.aboutlayout .value{
    counter-increment:item;
    position:relative;
    padding-left: 35px;
}

.aboutlayout .value::before{
    content:counter(item);
    position:absolute;
    left:0;
    top: -14px;
    z-index:-1;
    font-family: "Montserrat", sans-serif;
    font-size: 100px;
    color:#efefef;
    line-height:1;
}


.aboutlayout .value b{
    display:inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight:900;
    font-size:25px;
    letter-spacing:2px;
    color: #e40011;
}

.aboutlayout .value h4{
    display:inline-block;
    margin-left:6px;
    font-size:26px;
    font-weight:700;
    color: #2C2D30;
    margin: 0;
}

.aboutlayout .value p{
    margin-top: 0;
    color: #818386;
    font-size: 18px;
    line-height:1.8;
    letter-spacing: 2px;
}

/*==============================*/

.aboutlayout .bottom-img img{
    display:block;
    width:100%;
}

/*==============================
RWD
==============================*/

@media(max-width:1300px){
.aboutlayout .about-text p,
.aboutlayout .value p,
.aboutlayout .slogan p{
    font-size: 16px;
    letter-spacing: 2px;
}
.aboutlayout .about-top{
    flex-direction:column;
    gap: 5px;
}

.aboutlayout .about-img,
.aboutlayout .about-text{
    width:100%;
    padding: 0 15px 30px;
    box-sizing: border-box;
    text-align:center;
}
.aboutlayout .logo {
   display:none;
}
.aboutlayout .values{
    grid-template-columns:repeat(2,1fr);
    gap: 10px;
}

.aboutlayout .about-text h2{
    font-size:42px;
    justify-content: center;
}

.aboutlayout .about-text h3{
    font-size:28px;
}

.aboutlayout .slogan h3{
    font-size:30px;
}

}

@media(max-width:767px){

.aboutlayout .values{
    grid-template-columns:1fr;
    margin-bottom: 30px;
}
.aboutlayout .value {
    padding-left: 15px;
}
.aboutlayout .about-text h2{
    font-size:34px;
}
.aboutlayout .about-text h2 span{
    margin: 0 0 8px 30px;

}

.aboutlayout .about-text h3{
    font-size: 23px;
}

.aboutlayout .slogan{
    padding: 10px 15px 15px;
    margin-bottom: 30px;
}

.aboutlayout .slogan h3{
    font-size: 22px;
}

.aboutlayout .value b{
    font-size:22px;
}

.aboutlayout .value h4{
    font-size:22px;
}

.aboutlayout .value::before{
    font-size: 40px;
    top: 0px;
}

}
/*å…§é æœ€æ–°æ¶ˆæ¯*/
.news-editor .row {
    margin: 0 -20px;
}
.news-editor .col {
    padding: 0 20px;
    float: left;
    width: 50%;
}
.news-title {
    color: #C0A981;
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 15px;
    font-family: 'Noto Serif TC', serif;
}
@media screen and (max-width: 1280px) {
    .news-title {
        font-size: 18px;
        letter-spacing: 1.5px;
        margin: 0 0 5px;
    }
}
@media screen and (max-width: 1000px) {
    .news-editor .row {
        margin: 0;
    }
    .news-editor .col {
        width: 100%;
        padding: 0;
    }
    .news-title {
        font-size: 16px;
    }
}
/*å…§é ç”¢å“ä»‹ç´¹*/
.products-editor-title {
    color: #C0A981;
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 15px;
    font-family: 'Noto Serif TC', serif;
}
.product-intro {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.product-image {
    flex: 0 0 40%;
}

.product-image img {
    width: 100%;
    display: block;
}

.product-content {
    flex: 0 0 60%;
}

.product-content p {
    color: #818386;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 28px;
    letter-spacing: 1px;
}
@media screen and (max-width: 1280px) {
    .products-editor-title{
        font-size: 18px;
        letter-spacing: 1.5px;
        margin: 0 0 5px;
    }
}
@media screen and (max-width: 1000px) {
    .products-editor-title{
        font-size: 16px;
    }
    .product-intro{
        flex-direction: column;
        gap: 10px;
        padding: 30px 20px 5px;
    }

    .product-image,
    .product-content{
        flex: 1 1 100%;
        width: 100%;
    }

    .product-content p{
        font-size:16px;
        line-height:1.8;
    }
}

/*å…§é è¯çµ¡æˆ‘å€‘*/
.contact-editor {
    max-width: 1000px;
    margin: 0 auto;
}
.contact-editor .col {
    float: left;
    width: 50%;
}
.contact-editor .col2 {
    padding-left: 6%;
}
.contact-map {
  
    border: 1px solid #ddd;
    padding: 5px;
}
.contact-map iframe {
    display: block;
    max-height: 100%;
}
.contact-info-list {
    padding: 0;
    margin: 0;
}
ul.contact-info-list {
    font-size: 16px;
    margin: 5px 0;
}
ul.contact-info-list li+li {
    padding: 15px 0 0;
}
ul.contact-info-list li span{
    position: relative;
    display: block;
}
.contact-info-list i {
    position: relative;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    color: #e40011;
}
.contact-info-list i::before{
    display: inline-block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
}
.contact-info-list i.add::before {
    content: "\ff004";
    font-size: 18px;
}
.contact-info-list i.tel::before {
    content: "\ff001";
}
.contact-info-list i.fax::before {
    content: "\ff002";
}
.contact-info-list i.mail::before {
    content: "\ff003";
}
.contact-info-list a {
    transition: all 0.3s ease;
}
.contact-info-list a:hover {
    color: #C0A981;
}
@media screen and (max-width: 1000px) {
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 1.8em;
    }
    ul.contact-info-list {
        font-size: 15px;
    }
}
/*å…§é ä½¿ç”¨æ¢æ¬¾*/
.terms-title {
    color: #e40011;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
   
}
@media screen and (max-width: 1000px) {
    .terms-title {
        font-size: 16px;
    }
}