@charset "utf-8";

/*首頁重機回收*/

.recycle-page{
    padding-top: 80px;
}
.recycle-page .title h2{
    position: relative;
}
.recycle-page .title h2:before{
    content: 'Sale';
    font-weight: bold;
    font-size: 85px;
    font-family: 'Montserrat', sans-serif;
    color: rgba(240, 240, 240, 0.80);
    position: absolute;
    margin: 0 auto;
    z-index: -1;
    top: -70px;
    left: calc(50% - 100px);
    width: 200px;
}
.recycle-page  .text-box{
    position: relative;
}

.recycle-page  .text-box{
    position: relative;
    text-align: center;
    color: #000000;
    font-size: 17px;
}

.recycle-page  .text-box h3{
    position: relative;
    color: #DD3105;
    font-size: 20px;
    margin: 0;
    margin-bottom: 5px;
    font-weight: normal;
    letter-spacing: 2px;
}

.recycle-page  .text-box p{
    margin: 0;
}

.recycle-page  .index-list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

.recycle-page  .index-list .sub-col{
    width: calc(100% / 5 );
}

.recycle-page  .index-list  .b_box{
    position: relative
}

.recycle-page .index-list .b_box:hover::before{
    opacity: 0.5;
}
.recycle-page .index-list .b_box:hover::after{
    opacity: 0.5;
}

.recycle-page  .index-list  .b_box::before{
    content: "";
    background-image: url(/upload/images/s_col-2.png);
    width: 213px;
    height: 117px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0px;
    opacity: 0.15;
    transition: all 0.3s ease;
}

.recycle-page  .index-list  .b_box:after {
    content: "";
    background-image: url(/upload/images/s_col-1.png);
    width: 85px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -25px;
    top: 72px;
    opacity: 0.15;
    transition: all 0.3s ease;
}

.recycle-page  .index-list  .b_box h4{
    margin: 0;
    color: #DD3105;
    font-size: 20px;
    font-weight: normal;
    padding: 30px;
    box-sizing: border-box;
    width: 213px;
    height: 117px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.recycle-page  .index_more{
    margin: 0 auto 50px;
    display: block;
}

.recycle-page  .b_layout{
    max-width: 1280px;
}

@media screen and (max-width: 1440px){
    .recycle-page .index-list {
        display: flex;
        justify-content: center;
        margin-top: 50px;
        margin-bottom: 50px;
        max-width: 830px;
        flex-wrap: wrap;
        margin: 0 auto;
            
    }


    .recycle-page .index-list .sub-col {
        width: calc(100% / 3);
        margin: 20px 0;
    }

    .recycle-page .index_more {
        margin: 30px auto 50px;
        display: block;
    }
}
@media screen and (max-width: 1200px){

    .recycle-page {
        padding-top: 20px;
    }

    .recycle-page .title h2:before{
        display: none;
    }
}

@media screen and (max-width: 1000px){
    .recycle-page .index-list .sub-col {
        width: calc(100% / 2);
        margin: 20px 0;
    }
    .recycle-page .index-list {
         
        max-width: 542px;
    }
}

@media screen and (max-width: 767px){
    .recycle-page .index-list .sub-col {
        width: calc(100% / 1);
        margin: 20px 0;
    }

    .recycle-page .index-list .b_box:after {
        right: calc(50% - 163px);
        top: 72px;
    }
}

/*END首頁重機回收*/

/*內頁重機回收*/

.b_layout{
    position: relative;
    max-width: 1020px;
    margin: 0 auto;
}

.b_layout p{
    margin: 0;
}

.b_layout .title{
    color: #000000;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
}
.b_layout  .b-1{
    padding-top: 50px;
    padding-bottom: 50px;
}

.b_layout  .b-1 p{
    background: #F6F6F6;
    padding: 50px;
    max-width: 680px;
    box-sizing: border-box;
    text-align: center;
    font-size: 17px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;

}
.b_layout .b-1 p::before{
    content: '';
    width: 3px;
    height: 35px;
    background: #333;
    position: absolute;
    display: block;
    top: -17px;
    left: calc(0% - 0px);
    margin: 0 auto;
    right: 0;
}

.b_layout  .b-2{
    padding-bottom: 50px;
}
.b_layout  .b-2 .b_col{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.b_layout  .b-2 .b_col .sub-col{
    width: calc(100% / 3 - 20px);
    margin: 10px;
}

.b_layout  .b-2 .b_col .sub-col .b_box{
    max-width: 240px;
    position: relative;
    padding-left: 60px;
    padding-top: 40px;
}

.b_layout  .b-2 .b_col .sub-col .b_box:after {
    content: "";
    background-image: url(/upload/images/s_col-1.png);
    width: 85px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 19px;
    opacity: 0.15;
    transition: all 3s ease;
}

.b_layout  .b-2 .b_col h4{
    margin: 0;
    color: #DD3105;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
}
.b_layout  .b-3{
    display: flex;
    align-items: center;
}
.b_layout  .b-3 .col{
    width: 50%;
}

.b_layout  .b-3 .col.pic , 
.b_layout  .b-4 .col.pic{
    width: 50%;
}

.b_layout .b-3 .col.txt , .b_layout .b-4 .col.txt{
    max-width: 315px;
    margin: 0 auto;
}

.b_layout  .b-4{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.b_layout  .b-4 .col{
    width: 40%;
}

.b_layout  .ttitle{
    color: #DD3105;
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.b_layout  .b-5{
    padding-top: 50px;
    padding-bottom: 70px;
}

.b_layout  .b-5 .s_col{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.b_layout  .b-5 .s_col .sub-col{
    position: relative;
    top: 0;
    transition: all 0.3s ease;
}

.b_layout  .b-5 .s_col  .sub-pic{
    width: 120px;
    height: 120px;
    border: 7px solid #F6F6F6;
    background: #FBFBFB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    margin: 0 auto;
}
.b_layout .b-5 .s_col .sub-col h4{
    font-size: 20px;
    color: #000000;
    letter-spacing: 2px;
    text-align: center ;
    margin: 0;
}

.b_layout  .b-5 .s_col .deco {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 15px;
    border-color: transparent transparent transparent #E3E3E3;
    display: block;
}
.b_layout  .b-6{
    background: url(/upload/images/sell-bg.jpg) no-repeat;
    background-size: cover;
    background-position: right;
    padding: 80px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
}

.b_layout  .b-6 .txt{
    margin-bottom: 30px;
}

.b_layout  .b-6 .txt h3{
    color: #FC1A1A;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

.b_layout  .b-6 .bbtn{
    display: block;
    font-weight: bold;
    max-width: 390px;
    padding: 18px 25px;
    box-sizing: border-box;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-size: 25px;
    line-height: 25px;
    transition: all .3s;
}

.b_layout  .b-6 .bbtn + .bbtn{
    margin-top: 15px;
}
.b_layout  .b-6 .bbtn i{
    font-size: 25px;
    margin-right: 15px;
}

.b_layout  .b-6 .bbtn.tel{
    background: #ED8E38;
}
.b_layout  .b-6 .bbtn.tel:hover{
    background: #cd7829;
}
.b_layout  .b-6 .bbtn.line{
    background: #22BA4F;
}
.b_layout  .b-6 .bbtn.line:hover{
    background: #1a9840;
}
.b_layout  .b-6 .bbtn.fb{
    background: #006DD9;
}
.b_layout  .b-6 .bbtn.fb:hover{
    background: #004f9f;
}

@media screen and (max-width: 1000px){
    .b_layout .title {
        font-size: 25px
    }
    .b_layout .b-1 {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .b_layout .b-2 .b_col {
        justify-content: center;
        max-width: 484px;
        margin: 0 auto;
    }

    .b_layout .b-2 .b_col .sub-col {
        width: calc(100% / 2 - 20px);
        margin: 10px;
    }

    .b_layout .b-3 , .b_layout .b-4{
        margin-bottom: 30px;
        align-items: center;
        flex-direction: column;
    }
    .b_layout .b-3 .col ,.b_layout .b-4 .col {
        width:100%;
    }

    .b_layout .b-3 .col.txt, .b_layout .b-4 .col.txt{
        margin-bottom: 10px;
        max-width: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b_layout .b-3 .col.pic, .b_layout .b-4 .col.pic {
        width: 100%;
    }

    .b_layout .ttitle{
        text-align: center;
    }

    .b_layout .b-5 .s_col {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        max-width: 500px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .b_layout .b-5 .s_col .deco {
        margin: 0 10px;
    }
    .b_layout .b-6{
        position: relative;
        padding: 50px;
        background-position: center;
    }

    .b_layout .b-6::before{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 0;
    }

    .b_layout .b-6 .col{
        z-index: 2;
        position: relative;
    }

    .b_layout .b-6 .txt{
        text-align: center;
    }
    .b_layout .b-6 .bbtn {
       
        margin: 0 auto;
    }
    
}

@media screen and (max-width: 600px){
    .b_layout .b-1 p {
        padding: 40px 20px;
    }

    .b_layout .b-5 .s_col {
        
        flex-wrap: wrap;
        max-width: 280px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .b_layout .b-5 .s_col .sub-col {
        position: relative;
        margin: 5px 0;
        width: 50%;
    }

    .b_layout .b-5 .s_col .sub-pic{
        width: 80px;
        height: 80px;
    }
    .b_layout .b-5 .s_col .deco{
        display: none;
    }

    .b_layout .b-6 {
        letter-spacing: 1px;
        font-size: 18px;
    }
    .b_layout .b-6 .txt h3 {
        font-size: 28px;
        margin-bottom: -5px;       
    }


    .b_layout .b-6 .bbtn {
        margin: 0 auto;
        max-width: 300px;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 1px;
        padding: 18px 15px;
    }
    
}

@media screen and (max-width: 484px){
    .b_layout .b-2 .b_col .sub-col {
        width: calc(100% - 20px);
        margin: 10px;
    }
    .b_layout .b-2 .b_col .sub-col .b_box {
        max-width: unset;
        position: relative;
        padding-left: 60px;
        padding-top: 40px;
    }


    .b_layout .b-6 {
        padding: 30px 10px;
    }
}
/*END內頁重機回收*/

/*內頁服務項目*/
.sbento-box{
    position: relative;
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
.sbento-box .row {
    display: flex;
    width: 100%;
    gap: 10px;
}
  
.sbento-box .box {
    box-sizing: border-box;
    background: linear-gradient(45deg,  rgba(248,248,248,1) 0%,rgba(238,238,238,1) 100%);  
    padding: 25px;
    text-align: left;
    color: #333;
    font-weight: normal;
    border-radius: 4px;
    transition: 0.3s;
}

.sbento-box .box:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.sbento-box .w-50 {
    width: 50%;
}

.sbento-box .w-33 {
    width: calc(100% / 3);
}
  
.sbento-box .w-66 {
    width: calc(100% / 3 * 2);
}

.sbento-box .h-full {
    height: auto;
}

.sbento-box .h-half {
    height: 100%;
}

.sbento-box .tall-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 33%;
}

.sbento-box  .col{
    display: flex;
}

.sbento-box  .col  .t_pic{
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}


.sbento-box  .col .title{
    text-align: left;
}


.sbento-box  .col .title h3{
    margin: 0;
    margin-bottom: -10px;
    font-size: 25px;
    font-weight: bold;
}


.sbento-box  .col .title  span{
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
}

.sbento-box .txt b{
    font-weight: normal;
    display: block;
    color: #DD3105;
    font-size: 15px;
}
.sbento-box .slist{
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px 0;
}

.sbento-box .slist  .sitem{
    width: calc(33.3% - 10px);
    box-sizing: border-box;
    margin: 5px;
    color: #333;
    background: #fff;
    padding: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.sbento-box .slist  .sitem .pd-info{
    color: #FF0000;
}

.sbento-box .slist  .sitem .pd-info i{
    color: #333;
    font-style: unset;
}

.sbento-box .tit{
    color: #7F7F7F;
}

.sbento-box .w-66 .col {
    display: flex;
    justify-content: center;
}


.sbento-box .w-66  .txt{
    text-align: center;
}

@media screen and (max-width: 1000px){
    .sbento-box {
        position: relative;
        max-width: 484px;
    }

    .sbento-box .row {
        display: flex;
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .sbento-box .w-50 {
        width: 100%;
    }

    .sbento-box .w-33 {
        width: 100%;
    }

    .sbento-box .tall-box {
        display: flex;
        gap: 10px;
        width: 100%;
    }
    
    .sbento-box .w-66 {
        width: 100%;
    }

    .sbento-box .w-66 .col {
        display: flex;
        justify-content: flex-start;
    }
    
    
    .sbento-box .w-66  .txt{
        text-align: left;
    }

    .sbento-box .slist .sitem {
        padding: 10px;
    }
}

@media screen and (max-width: 484px){
    .sbento-box .box {
        padding: 15px;
    }

    .sbento-box .slist .sitem {
        width: calc(50% - 6px);
        box-sizing: border-box;
        margin: 3px;
        padding: 5px;
        letter-spacing: 0px;
    }
}

/*end內頁服務項目*/
/*footer*/
.ic_phone{
    font-size: 20px;
    color: #444444;
    margin: -9px 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.ic_phone:before{
    content: "\e1050";
    font-family: 'icon-font2' !important;
}
.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -20px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -40px;
}
.ic_add{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -60px;
}
/*------------ about-editor ------------*/
/*------------ about-editor ------------*/
.about-editor .text1 strong{
    color: #36353b;
    font-size: 25px;
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
}
.about-editor .text1{
    margin: 30px;
    line-height: 1.5;
}
.about-box{
    border:solid 1px #ED1C24;
}
.about-box .row_1{
    display: flex;
}
.about-box .row_1 img{
    object-fit: contain;
}
.about-box .row_1 .col1{
    width: 70%;
    padding: 25px 0px 25px 25px;
    box-sizing: border-box;
}
.about-box .row_1 .col2{
    width: 36.42%;
    padding: 0;
}
.about-box .row_1 .col2 img{
    position: relative;
    margin-bottom: -20px;
    margin: 30px 0;
}
.about_tit{
    font-size: 20px;
    font-weight: bold;
    color: #ED1C24;
    display: block;
    line-height: 1.4;
    margin:0 0 15px 30px;
}
.about_tit2{
    font-size: 18px;
    font-weight: bold;
    color: #36353b;
    display: block;
    line-height: 1.4;
    margin-bottom: 15px;
}
.about_list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.about_list li {
    padding-left: 22px;
    position: relative;
}
.about_list li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ED1C24;
    position: absolute;
    left: 0;
    top: 10px;
}
/*------------ service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-map iframe{
    border: 10px solid#fff;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    margin: 0px 0 20px;
}
.contact-editor{
    text-align: center;
    margin: 5px 0;
}
.contact-editor .row{
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col{
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    border-width: 0 1px 0 1px;
    border-color: #D1D1CF #D1D1CF #eee #eee ;
    border-style: solid;
}
.contact-editor .col1{
    border-width: 0 1px 0 0;
}
.contact-editor .col3{
    border-width: 0 0 0 1px;
}
.contact-info-txt{
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #B20000;
    text-decoration: underline;
}
.contact-info-txt i{
    font-size: 22px;
    color: #fad038;
    background: #282828;
    padding: 10px;
    border-radius: 23px;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.contact-info-txt i:before{
    font-family: 'icon-font2' !important;
}
.contact-info-txt .ic-locat:before{
    content: "\e1026";
}
.contact-info-txt .ic-tel:before{
    content: "\e1050";
}
.contact-info-txt .ic-mail:before{
    content: "\e1034";
}
.contact-info-txt .ic-mail{
    font-size: 16px;
    line-height: 23px;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    /*max-width: 1045px;*/
    margin: 0 auto;
}
.terms-editor .title:before{
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
.terms-editor .title{
    color: #ED1C24;
    font-size: 16px;
    margin: 0;
}
.terms-editor p{
    text-indent: 0em;
    margin: 0 0 50px;
}
.terms-editor .row{
    margin: 0 -27px;
}
.terms-editor .col{
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){
    .about-editor .row_2 .txt_box{
        padding:50px 90px 50px 50px;
    }
}
@media screen and (max-width: 1000px){
    .about-editor .text1 {
        margin: 30px 0;
    }
    .about_tit{
        margin-left: 0;
    }
    .about-box .row_1{
        flex-wrap: wrap;

    }
    .about-box{
        padding: 25px;
    }
    .about-box .row_1 .col{
        width: 100%;
        padding: 0;
    }
    .about-box .row_1 .col2 img{
        margin-bottom: 0;
    }
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-editor .col{
        border-width: 1px 0;
        padding: 15px 0;
    }
    .contact-editor .col1{
        border-width: 0 0 1px;
    }
    .contact-editor .col3{
        border-width: 1px 0 0;
    }
    .contact-editor .col{
        border-color: #D1D1CF #D1D1CF #eee #eee ;
    }
    .contact-map iframe{
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
     .contact-map{
        height: 200px;
    }
}