@charset "utf-8";
/* 首頁 關於我們 開始 */
.about-sect .t-1{
    color: #006666;
    font-size: 23px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 15px;
    height: 33px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: normal;
}
.about-sect .t-1 span{
    margin-left: 12px;
    margin-right: 12px;
    display: inline-block;
}
.about-sect .p-1{
    color: #666666;
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    margin-bottom: 0px;
    height: 139px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: normal;
}
@media(max-width:1000px){
    .about-sect .t-1 {
        display: block;
        height: unset;
        font-size: 18px;
    }
    .about-sect .t-1 span {
        margin-left: 4px;
        margin-right: 4px;
    }
    .about-sect .p-1 {
        display: block;
        height: unset;
        font-size: 15px;
    }
}
/* 首頁 關於我們 結束 */

/*首頁 服務項目 開始*/
.s-list{
    display: flex;
    flex-wrap: wrap;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}
.s-list .box{
    width: 240px;
    height: 240px;
    border-radius: 20px;
    border: 3px solid #F0ECE6;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FFF;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 70px;
    position: relative;
    transition: all .3s ease;
}
.s-list .box:hover{
    border: 3px solid #359D8E;

}
.s-list .box:before{
    content: "";
    width: 68px;
    height: 3px;
    background: #FFF;
    position: absolute;
    left: 30px;
    top: -3px;
}
.s-list .s-name{
    color: #3E3939;
    font-size: 20px;
    font-weight: normal;
    margin-top: 15px;
}
.s-list .s-num{
    font-family: 'Jost', sans-serif;
    font-size: 40px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    top: -21px;
    color: #FAB84C;
    line-height: 40px;
}
.s-list .box .s-pic{
    max-width: 96px;
    max-height: 98px;
    min-height: 98px;
    object-fit: contain;
    object-position: center;
}
@media(max-width:1500px){
    .s-list {
        justify-content: center;
    }
}
@media(max-width:1000px){
    .s-list .box {
        width: 150px;
        height: 150px;
        margin-bottom: 36px;
    }
    .s-list .box .s-pic{
        max-width: 67px;
        max-height: 55px;
        min-height: 55px;
        object-fit: contain;
        object-position: center;
        margin-top: 13px;
    }
    .s-list .s-name {
        font-size: 15px;
        margin-top: 8px;
    }
    .s-list .s-num {    
        font-size: 29px;       
        left: 36px;
    }
    .s-list .box:before {
        width: 50px;
    }
}
/*首頁 服務項目 結束*/

/*內頁 關於我們 開始*/

.page-about .row{
    display: flex;
}
.page-about .col:nth-child(1){
    box-sizing: border-box;
    width: 50%;
    padding-right: 25px;
}
.page-about .col:nth-child(2){
    box-sizing: border-box;
    width: 50%;
    padding-left: 25px;
}
.page-about .title{
    width: 258px;
    height: 144px;
    box-sizing: border-box;
    background: rgba(52, 157, 142, 0.9);
    padding-left: 29px;
    padding-top: 39px;
    margin-bottom: 43px;
}
.page-about .title .t-1{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
}
.page-about .title .t-2{
    color: #FFFFFF;
    font-size: 35px;
    font-weight: normal;
    line-height: 35px;
    font-family: 'Jost', sans-serif; 
    position: relative;
}
.page-about .title .t-2:before{
    content: "";
    width: 56px;
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.page-about .p-1{
    color: #444444;
    font-size: 16px;
    margin: 0;
    line-height: 28px;
    margin-bottom: 13px;
}
.page-about .a-2,
.page-about .a-3{
    padding-left: 40px;
    padding-right: 40px;
}
.page-about .a-2{
    margin-top: -119px;
    margin-bottom: 30px;
}
.page-about .a-2 .col:nth-child(2){
    padding-top: 20px;
}
.page-about .t-3{
    background: #349D8E;
    color: #FFF;
    font-size: 20px;
    display: inline-block;
    padding: 3px 21px;
    margin-bottom: 15px;
}
.page-about .box{
    border-bottom: 1px solid #DDDDDD;
    min-height: 122px;
    box-sizing: border-box;
    padding-top: 8px;
}
.page-about .box:nth-child(3),
.page-about .box:nth-child(7) {
    min-height: 186px;
}
.page-about .box .year{
    color: #339D8C;
    font-size: 16px;
    font-weight: bold;
}
.page-about .box .descri{
    color: #444444;
    font-size: 16px;
    line-height: 24px;
}
.page-about .col:nth-child(1) .box:nth-child(5),
.page-about .col:nth-child(2) .box:nth-child(6) {
    border-bottom: 0;
}
.page-about  .a-4{
    text-align: center;
    margin-top: 20px;
}
@media(max-width:760px){
    .page-about .a-2 {
        margin-top: 20px;
        margin-bottom: 33px;
    }
    .page-about .a-2, .page-about .a-3 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .page-about .row{
        flex-direction: column;
    }
    .page-about .col:nth-child(1){
        width: 100%;
        padding-right: 0;
    }
    .page-about .col:nth-child(2){
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .page-about .title {
        width: auto;
        height: unset;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 13px;
        margin-bottom: 21px;
        padding-bottom: 31px;
        text-align: center;
    }
    .page-about .title .t-1 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .page-about .title .t-2 {
        font-size: 26px;
        line-height: 26px;
    }
    .page-about .title .t-2:before {
        width: 30px;
        height: 1px;
        left: calc(50% - 15px);
        bottom: -16px;
    }
    .page-about .p-1 {
        font-size: 15px;
        margin: 0;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .page-about .a-3 {
        text-align: center;
    }
    .page-about .t-3 {
        text-align: center;
        font-size: 18px;
        padding: 3px 15px;
        margin-bottom: 0px;
    }
    .page-about .a-3 .row {
        text-align: left;
    }
    .page-about .box {    
        min-height: unset;    
        border-bottom: 1px solid #DDDDDD !important;
    }
    .page-about .box {
        min-height: unset;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-about .box:nth-child(3), .page-about .box:nth-child(7) {
        min-height: unset;
    }
    .page-about  .a-3 .col:nth-child(2) {
        text-align: left;
    }
}

/*內頁 關於我們 結束*/

/*內頁 服務項目 開始*/
.page-service .s-t{
    color: #F79764;
    font-size: 20px;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    margin: 0;
    margin-bottom: 20px;
}
.page-service .s-t:before{
    content: "";
    width: 6px;
    height: 6px;
    background: #F36D25;
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 50%;
}
.page-service .s-2{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 56px;
    margin-top: 75px;
}
.page-service .box{
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
    border: 1px solid #9DE1F4;
    flex-direction: column;
    width: 262px;
    box-sizing: border-box;
    align-items: center;
    justify-content: start;
    padding-top: 0;
    padding-bottom: 20px;
}
.page-service .box .sb-1{
    width: 170px;
    margin-top: -36px;
    margin-bottom: 42px;
}
.page-service .box .sb-2{
    width: 191px;
    display: flex;
    flex-direction: column;
}
.page-service .box:nth-child(2) .sb-2{
    width: 140px;
}
.page-service .box .s-num{
    color: #33B2DC;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    position: relative;
    padding-left: 35px;
    padding-top: 3px;
    transition: all .3s ease;
    z-index: 1;
}
.page-service .box .s-num:before{
    content: "";
    width: 120px;
    height: 120px;
    background: #EDF8FC;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 50%;
    transition: all .3s ease;
}
.page-service .box:hover .s-num{
    color: #F79764;
}
.page-service .box:hover .s-num:before{
    background: #FDDECE;
}
.page-service .box .s-num-sub{
    color: #666666;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    z-index: 2;
    position: relative;
}
.page-service .box .s-text{
    color: #666666;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 6px;
}
.page-service .box .s-text:before{
    content: "";
    width: 10px;
    height: 2px;
    background: #F79764;
    position: absolute;
    left: 2px;
    top: 13px;
}
.page-service .row{
    display: flex;
    align-items: center;
}
.page-service .col:nth-child(1){
    width: 406px;
}
.page-service .col:nth-child(2){
    width: calc( 100% - 406px);
    justify-content: center;
    align-items: center;
    padding-left: 35px;
}
.page-service .t-1{
    color: #F79764;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}
.page-service .t-1:before{
    content: "";
    width: 6px;
    height: 6px;
    background: #F36D25;
    position: absolute;
    left: 3px;
    top: 15px;
    border-radius: 50%;
}
.page-service .s-list{
    display: flex;
    flex-wrap: wrap;   
}
.page-service .s-list span{
    width: 100px;
    height: 44px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    background:#888888 ;
    color: #FFF;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}
.page-service .s-list span:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #0090D9;
    position: absolute;
    right: -20px;
    top: 15px;
}
.page-service .s-list span:nth-last-child(1):before{
   display: none;
}
@media(max-width:1400px){
    .page-service .box { 
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media(max-width:1000px){
    .page-service .t-1 {    
        font-size: 19px;
        line-height: 26px;
    }
    .page-service .t-1:before {
        top: 9px;
    }
    .page-service .s-2 {
        margin-bottom: 25px;
        flex-direction: column;
        align-items: center;
    }
    .page-service .box {
        margin-bottom: 60px;
    }
    .page-service .box .s-num {
        font-size: 60px;
        line-height: 60px;
        padding-left: 29px;
        padding-top: 4px;
    }
    .page-service .box .s-num:before {
        width: 90px;
        height: 90px;
    }
    .page-service .box .sb-1 {
        width: 136px;
        margin-bottom: 31px;
        margin-top: -19px;
    }
    .page-service .row {
        flex-direction: column;
    }
    .page-service .col:nth-child(1) {
        width: 100%;
        text-align: center;
    }
    .page-service .col:nth-child(2) {
        width: 100%;
        padding-left: 0;
    }
    .page-service .box:nth-last-child(1) {
        margin-bottom: 20px;
    }
}
@media(max-width:500px){
    .page-service .s-list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .page-service .s-list span:before {
        right: unset;
        top: 53px;
        left: calc(50% - 5px);
        transform: rotate(90deg);
    }
}
/*內頁 服務項目 結束*/

/*footer*/
.ic_phone{
    font-size: 20px;
    color: #349D8E;
    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 .title{
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
}
.about-editor td{
    vertical-align: top;
}
.about-editor .pic2{
    padding: 0 0 0 40px;
    width: 424px;
    position: relative;
    top: 0px;
}
/*------------ 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: #FFF;
    background: #349D8E;
    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: #349D8E;
    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 .tb01 td,
    .about-editor .tb02 td,
    .service-table td,
    .service-table .pic{
        width: 100%;
        float: left;
        padding: 0;
        box-sizing: border-box;
    }
    .about-editor .pic2{
        top: 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;
    }
}
