@charset "utf-8";

/*首頁服務項目 開始*/
.service-box .editor{
    color:#FFF;
    font-size: 16px;
    line-height: 24px;
}
.service-box .editor .service-t-1{
    margin:0;
    font-size: 22px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
.service-box .editor .service-t-1:before{
    content: "";
    background: url("../../../images/layout04/common/index/service-t-2.png");
    width: 109px;
    height: 1px;
    position: absolute;
    right: -128px;
    top: 12px;
}
.service-box .editor .service-w-1{
    margin-bottom: 35px;
}
.service-box .editor .service-icon{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 730px;
    margin-left: 90px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.service-box .editor .service-icon > div:not(.flex-break){
    width: 160px;
    height: 160px;
    min-width: 160px;
    min-height: 160px;
    border: 5px solid rgba(255,255,255,0.1);
    background: rgba(0,0,0,0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    border-radius: 50%;
    box-sizing: border-box;
}
.service-box .editor .service-icon .flex-break{
    display: none;
}
.service-box .editor .service-icon > div img{
    margin-bottom: 8px;
}
.service-box .editor .service-icon > div + div{
    margin-left: 20px;
}
/*首頁服務項目 結束*/

/*首頁關於我們 開始*/
.index-about-editor .about-1{
    color: #FF7F00;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
}
.index-about-editor .about-2{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 130px;
}
/*首頁關於我們 結束*/

/*內頁 關於我們 開始*/
.about-box{
    display:flex;
    justify-content: space-between;
}
.about-box .about-box-left{
	flex: 0 0 49%;
	padding-right:10px;
	box-sizing:border-box;
}
.about-box .about-box-right{
	flex: 0 0 50%;
    padding-left:10px;
    padding-top: 15px;
	box-sizing:border-box;
}
.about-box .about-box-title-1{
	background: linear-gradient(to right,#FB5600,#FFAA13);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	line-height: 35px;
	margin:0;
	font-size:35px;
	font-weight:500;
	margin-bottom:15px;
	position:relative;
}
.about-box .about-box-title-1:before{
    content: "";
    background: url("../../../images/layout04/common/about/page-about-2.png");
    width: 235px;
    height: 1px;
    position: absolute;
    right: -29px;
    top: 18px;
}
.about-box .about-box-title-2{
	color:#333333;
	font-weight:bold;
	font-size:20px;
	line-height:30px;
	margin-bottom:15px;
}
.about-box .about-box-content-1{
	line-height:30px;
}
@media(max-width:1440px){
    .about-box {
        flex-direction: column;
        justify-content: flex-start;
    }
    .about-box .about-box-title-1:before {
        background: none;
    }
    .about-box .about-box-left {
        flex: 0 0 100%;
        padding-right: 00px;
        margin-bottom: 20px;
    }
    .about-box .about-box-right {
        flex: 0 0 100%;
        padding-left: 0px;
        padding-top: 0px;
    }
    .about-box .about-box-title-1 {
        line-height: 30px;
        font-size: 30px;
        margin-bottom: 15px;
    }
    .about-box .about-box-title-2 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 15px;
    }
}
/*內頁 關於我們 結束*/

/*footer*/
.ic_phone{
    font-size: 20px;
    color: #FFF;
    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: #FFF #FFF #FFF #FFF ;
    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-editor i:before {
    transform: rotate(45deg);
    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;
}
.contact-editor i {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    background: #9D2026;
    border-radius: 10px;
    color: #fff;
    line-height: 30px;
    position: relative;
    margin: 0 20px 0 0;
}
.contact-editor .tel i:before {
    content: "\e1005";
}

.contact-editor .mail i:before {
    content: "\e1003";
}

.contact-editor .add i:before {
    content: "\e1001";
}

.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: #B25900;
    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;
    }


    .service-box .editor .service-icon > div:not(.flex-break) {
        margin: 15px;
    }

    .service-box .editor .service-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 60px;
        flex-wrap: wrap;
    }
    .service-box .editor .service-icon .flex-break{
        display: block;
        flex-basis: 100%;
    }
    .service-box .editor .service-icon > div + div {
        margin-left: 0px;
    }
    .service-box .editor .service-w-1 {
        text-align: center;
    }
    .service-box .editor .service-t-1 {
        display: block;
        text-align: center;
    }


    .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: #FFF #FFF #FFF #FFF ;
        text-align: left;
    }
    .contact-map iframe{
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
}
@media screen and (max-width: 500px){
    .service-box .editor .service-icon > div:not(.flex-break) {
        width: 130px;
        height: 130px;
        min-width: 130px;
        min-height: 130px;
        font-size: 15px;
        margin:5px
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
     .contact-map{
        height: 200px;
    }
}
