/*------------ about-editor ------------*/
.about-editor .list,
.about-editor .list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.about-editor .list {
    margin: 0 -13px;
}
.about-editor .list li {
    width: calc((100% / 3) - 0.1px);
    display: inline-block;
    margin-right: -4px;
    padding: 0 13px;
    box-sizing: border-box;
    letter-spacing: 0.6px;
}
/*------------ products-editor ------------*/
.products-editor .list,
.products-editor .list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.products-editor .list {
    margin: 0 -13px;
}
.products-editor .list li {
    width: calc((100% / 3) - 0.1px);
    display: inline-block;
    margin-right: -4px;
    padding: 0 13px;
    box-sizing: border-box;
    letter-spacing: 0.6px;
}
.products-editor .list li b {
    color: #C69664;
    display: block;
    font-size: 16px;
}
/*------------ news-editor ------------*/
.news-editor .tb01 h2 {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}
.news-editor .tb01 .pic {
    width: 345px;
    padding: 0 10px 0 0;
}
/*------------ terms-editor ------------*/
.terms-editor {
    color: #666;
    line-height: 1.75;
}
.terms-editor .title {
    font-size: 18px;
    font-weight: bold;
    color: #C89664;
    margin: 0;
}
/*------------ index-about-editor ------------*/
.index-about-editor {
    color: #666666;
    padding: 0 0 50px;
    display:flex;
    position:relative;
    margin-top: -30px;
}

.index-about-editor .index-layout1{
     display:flex;
     width: 75%;
     position: relative;
}

.index-about-editor .more{
    max-width:160px;
    /* width: 160px; */
    background:#F39800;
    border-radius:50px;
    color:#fff;
    font-family: 'Nunito', sans-serif;
    text-align:center;
    padding: 10px 0;
    margin: 35px 0 0;
    display: block;
    transition: all ease 0.5s;
    position:relative;
    z-index:1;
     overflow: hidden;
}



.index-about-editor .more:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    transition: all .6s ease;
    background: #ccc;
    z-index: -1;
}

.index-about-editor .more:hover:after {
    width: 100%;
}


.index-about-editor .index-layout1:after{
    content: '';
    display: block;
    background: url(../../images/common/index/abic.png) 50% 50% no-repeat;
    position:absolute;
    width: 295px;
    height: 55px;
    right: calc( 0% - -147px);
    bottom: 53px;
}
.index-about-editor .index-layout1:before{
    content: '';
    display: block;
    background: #F4F4F4;
    position:absolute;
    width: 1555px;
    height:400px;
    left: calc( 0% - 430px);
    top: 75px;
    border-radius:400px;
}


.index-about-editor .index-layout1 .pic1{
    width: 35%;
    z-index:1;
}
.index-about-editor .pic2{
   position:absolute;
   right:0;
   bottom: 50px;
}

.index-about-editor .txt {
 width: 50%;
 position: relative;
 font-size: 16px;
}


.index-about-editor .txt p{
    overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
white-space: normal;
}



.index-about-editor .txt h2{
    font-size:28px;
    color:#1F1F1F;
    font-weight:normal;
    letter-spacing:3px;
    padding: 130px 0 30px;
    position:relative;
}
.index-about-editor .txt h2:before{
    content: '';
    width: 40px;
    height: 1px;
    background: #F39800;
    position: absolute;
    display: block;
    bottom: 10px;
    
    left: calc(0% - 0px);
    margin: 0 auto;
}


@media screen and (max-width: 1350px) {
.index-about-editor .index-layout1 .pic1{
    width: 27%;
    z-index:1;
    bottom: -125px;
    position: relative;
}
.index-about-editor .index-layout1:after{
    display:none;
}
.index-about-editor .pic2{
  
position:absolute;
  
right:0;
  
bottom: -19px;
  
max-width: 440px;
}
.index-about-editor .txt {
    width: 55%;
    position: relative;
    font-size: 16px;
}
}

@media screen and (max-width: 1100px) {

.about-sect .container{
    padding:0;
}
.index-about-editor .txt h2{
    padding:40px 0 20px;
    font-size: 24px;
}
   .index-about-editor {
       flex-direction: column;
       margin-top: 23px;
} 
.index-about-editor .index-layout1{
    flex-direction: column;
    width: 100%;
     order:2;
}


.index-about-editor .index-layout1 .pic1 {
    display:none;
}

.index-about-editor .txt {
    width:100%;
    position: relative;
    font-size: 16px;
    background:#f6f6f6;
    padding:0 40px 50px;
    box-sizing:border-box;
}

.index-about-editor .index-layout1:before{
    display:none;
}
.index-about-editor .pic2{
    position:relative;
    order:1;
    left: 0;
    margin: auto;
}
}








/*------------ rwd ------------*/
@media screen and (max-width: 1024px) {
    .index-about-editor table td {
        width: 100%;
        float: left;
    }
    .index-about-editor table .pic {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
}
@media screen and (max-width: 900px) {
    .news-editor .tb01 .pic,
    .news-editor .tb01 .txt {
        width: 100%;
        display: block;
        padding: 0 0 20px;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .about-editor .list,
    .products-editor .list {
        text-align: center;
        margin: 0;
    }
    .about-editor .list li,
    .products-editor .list li {
        width: 50%;
        padding: 0 13px 25px;
        text-align: left;
    }
}
@media screen and (max-width: 480px) {
    .about-editor .list li,
    .products-editor .list li {
        width: 100%;
        padding: 0 0 25px;
    }
    .notice-editor h2 i {
        font-size: 30px;
    }
}




/*------------ 關於我們內頁 ------------*/
.about-editor .layout{
    font-size:15px;
    color:#666;
    letter-spacing:1px;
}
.about-editor .layout .col1 .img1{
    width:55%;

}
.about-editor .layout .col1{
    display: flex;
    flex-direction: row;
    position:relative;
    margin-bottom: 70px;
}


.about-editor .layout .col2,
.about-editor .layout .col3 {
    display: flex;
    flex-direction: row;
    position: relative;
    
}

.about-editor .layout .col3 .txt3{
    width: 42%;
    padding: 50px 0px 0 20px;
    box-sizing: border-box;
}


.about-editor .layout .col2 .txt2{
    width: 58%;
    padding: 0 40px;
    box-sizing: border-box;
}


.about-editor .layout .col1 .txt1{
    background:#f6f6f6;
    border-radius:30px;
    float:left;
    width: 60%;
    position:absolute;
    right:0;
    bottom: -25px;
    padding: 25px 35px 50px 169px;
    z-index:-1;
    box-sizing: border-box;
    font-size: 15px;
    color: #666;
}



.about-editor .layout .col1 .txt1:after {
    content: '';
    display: block;
    background: url(../../images/common/index/abic.png) 50% 50% no-repeat;
    position: absolute;
    width: 295px;
    height: 55px;
    right: calc( 0% - -35px);
    bottom: -25px;
}




.about-editor .layout h2{
    position:relative;
    color:#1F1F1F;
    font-size:28px;
    font-weight:normal;
    margin-bottom: 35px;
}


.about-editor .layout .col1 h2{
    position:absolute;
    top: -56px;
    }
.about-editor .layout h2:before {
    content: '';
    width: 40px;
    height: 1px;
    background: #F39800;
    position: absolute;
    display: block;
    bottom: -10px;
    left: calc(0% - 0px);
    margin: 0 auto;
}


.about-editor .layout h3{
    font-size:20px;
    font-weight:normal;
    color:#1f1f1f;
    margin: 25px 0 -5px;
}
.about-editor .layout .txt5 ul{
    padding-left:20px;

}

.about-editor .layout .txt5 ul li::marker {
    color:#f39800;
    }



.about-editor .layout .col4{
    padding:20px;

}   



@media screen and (max-width: 1440px) {
    .about-editor .layout .col1 .img1{
        width:100%;
    }
    .about-editor .layout .col1,
    .about-editor .layout .col2,
    .about-editor .layout .col3{
         display: flex;
    flex-direction:column;
    position: relative;
    margin-bottom:0;
    }
.about-editor .layout .col1 .txt1{
     position:relative;
     bottom: 0;
     padding: 20px 40px 40px 40px;
     width:100%;
}
   
     .about-editor .layout .col2 .txt2,
      .about-editor .layout .col3 .txt3{
          width:100%;
          position:relative;
          bottom: 0;
          padding:0px;
      }

      .about-editor .layout .col1 h2{
          position:relative;
          top:0;
      }

    
      .about-editor .layout .col2,
      .about-editor .layout .col3,
      .about-editor .layout .col4{
        padding: 20px 20px;
      }

      .about-editor .layout .col1 .txt1:after{
          
bottom: -15px;
      }

}

 

/*------------ 關於我們內頁 ------------*/