@charset "utf-8";
/*about_in*/
.a_layout, .a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_row2{
    margin: -160px 0 0 0;
}
.a_col1{
    display: flex;
    align-content: space-around;
    align-items: flex-end;
    flex-direction: row-reverse;
    padding: 0 60px;
}
.a_col1 .a_txt{
    width: 50%;
    padding-left: 60px;
}
.a_col1 .a_txt h2::before{
    content: 'TIEA';
    display: block;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    right: -80px;
    line-height: 60px;
    font-size: 95px;
    font-weight: 700;
    color: #F3F3F3;
}
.a_txt h2{
    color: #333333;
    font-size: 65px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 0px;
    font-weight: 700;
}
.a_row5 .a_txt::first-letter,
.a_col1 .a_txt::first-letter{
    color: #0066AC;
}
.a_txt span{
    font-size: 26px;
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
    display: block;
}
.a_txt p{
    font-size: 15px;
    font-family: "Noto Sans TC", sans-serif;
    line-height: 1.5;
    letter-spacing: 1px;
}
.a-pic2{
    width: 50%;
}
.a_row3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 50px 0px 50px 60px;
}
.a_row3 .icon-font::before{
    font-family: 'icon-font' !important;
    content: "\f105";
    right: auto;
    font-size: 20px;
    color: #525252;
    width: 22px;
    height: 22px;
    position: absolute;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    line-height: 0px;
}
.a_row3 .a_txt span::before{
    content: '';
    width: 18px;
    height: 21px;
    background: #3F8DC1;
    display: block;
    position: absolute;
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
    left: 0px;
}
.a_row3 .a_txt span::after {
    content: '';
    width: 18px;
    height: 21px;
    background: #3F8DC1;
    display: block;
    position: absolute;
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
    left: 150px;
}
.a_row3 .a_txt span{
    padding: 0 0 0 30px;
    display: flex;
    align-items: center;
}
.a_row3 .a_txt p{
    padding: 0 0 0 30px;
}
.a_row3 .a_txt{
    width: 60%;
}
.a_row3 .a-pic3{
}
.a_row5{
    padding-top: 50px;
}
.a_row5 .a_txt{
    text-align: center;
}
.a_row6{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.a_row6 .a_txt span{
    font-size: 28px;
    color: #0066AC;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 700;
    display: block;
    text-align: center;
}
.a_row6 .a_txt{
    padding: 25px 0;
}
.a_Button{
    position: relative;
    display: inline-block;
    width: 195px;
    height: 56px;
    border-radius: 30px;
    background: #0066AC;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 55px;
    margin-right: 20px;
    transition: all .3s ease;
    letter-spacing: 2px;
    z-index: 0;
    overflow: hidden;
    text-align: left;
}
.a_Button span{
    color: #ffffff;
    font-size: 22px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
}
.a_Button:before {
    font-family: 'icon-font' !important;
    content: "";
    background: url('../../../images/layout04/common/index/ic.svg') 50% 50% no-repeat;
    width: 18px;
    height: 18px;
    font-size: 18px;
    right: 20px;
    top: 18px;
    color: #ffffff;
    position: absolute;
    transition: all .3s ease;
}
.a-txt .ic{
    width: 96px;
    z-index: 1;
}
.a-txt .txt{
    color: #ffffff;
    font-size: 23px;
    z-index: 1;
}
.box-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.a-box{
    margin: 10px;
    position: relative;
}
.a-box.pic{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all .3s ease;
    max-width: 260px;
    height: 407px;
}
.a-txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.a-pic {
    overflow: hidden;
    position: relative;
    width: 325px;
}
.a-box .a-pic img {
    transform: scale(1);
    transition: all 0.6s ease;
}
.a-box:hover .a-pic img {
    transform: scale(1.2);
      filter: blur(3px); /* 模糊效果*/
}
/*about_in*/
/*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;
}
.site-info .ic-phone{
    font-size: 20px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    position: relative;
    top: 1px;
    display: inline-block;
    display: none;
}
.site-info span::before{
    content: "";
    height: 100%;
    width: 54px;
    height: 25px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    z-index: -1;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
    display: none;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
    display: none;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
/*------------ about-editor ------------*/
/*------------ about-editor ------------*/
.about-txt{
    font-size: 18px;
    color: #0066AC;
    padding-bottom: 15px;
}
.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;
}
.scroll1 {
    background: url(../../../images/layout04/common/index/scroll1.png);
    width: 279px;
    height: 280px;
    position: absolute;
    right: -5px;
    top: -100px;
    z-index: 5;
}
.scroll2 {
    background: url(../../../images/layout04/common/index/scroll2.png);
    ;width: 449px;
    height: 449px;
    position: absolute;
    right: -350px;
    top: 180px;
}
.scroll3 {
    background: url(../../../images/layout04/common/index/scroll3.png);
    width: 319px;
    height: 320px;
    position: absolute;
    right: 80px;
    top: 390px;
}
.scroll4 {
    background: url(../../../images/layout04/common/index/scroll4.png);
    width: 219px;
    height: 219px;
    position: absolute;
    right: -100px;
    top: 605px;
}
/*------------ service-editor ------------*/
.s-txt .ic{
    width: 108px;
    z-index: 1;
}
.s-txt .txt{
    color: #ffffff;
    font-size: 23px;
    z-index: 1;
}
.box-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.s-box{
    margin: 25px auto;
    position: relative;
}
.s-box.pic{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all .3s ease;
    max-width: 260px;
    height: 407px;
}
.s-txt{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.s-pic {
    overflow: hidden;
    position: relative;
}
.s-box .s-pic img {
    transform: scale(1);
    transition: all 0.6s ease;
}
.s-box:hover .s-pic img {
    transform: scale(1.2);
      filter: blur(3px); /* 模糊效果*/
}
@media screen and (max-width: 1000px){
.box-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
}
/*------------ 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;
    position: relative;
}
.contact-editor .col + .col:before{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #bbbbbb;
}
.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;
}
.info-icon-box{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #0067AC;;
    color: rgb(255, 255, 255);
}
.contact-info-txt .info-icon-box [class^="ic-"] {
    font-size: 18px;
}
/*------------ 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: #0067AC;
    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: 1440px){
    .a_col1 .a_txt h2::before {
        display: none;
    }
}
@media screen and (max-width: 1280px){
    .about-editor .row_2 .txt_box{
        padding:50px 90px 50px 50px;
    }
    .scroll1 {
        right: 20px;
        top: 0px;
        width: 200px;
        height: 200px;
        background-size: contain;
    }
    .a_row2 {
        margin: 0px 0 0 0;
    }
    .a_col1 {
        padding: 0 0px;
    }
}
@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;
    }
    .contact-editor .col{
        padding: 15px 0;
    }
    .contact-map iframe{
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
    .contact-editor .col + .col:before {
        height: 1px;
        width: 100%;
    }
    .scroll1 {
        display: none;
    }
    .a_layout{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .s-box {
        margin: 10px auto;
    }
    .a_col1 {
        padding: 0 60px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
    .contact-map{
        height: 200px;
    }
        .a_col1 {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 0 0px;
    }
    .a_row3 {
        display: flex;
        flex-direction: column;
        padding: 50px 0;
        align-items: center;
    }
    .a_col1 .a_txt {
        width: 100%;
        padding-left: 0px;
        text-align: center;
        margin: 30px 0 30px;
    }
    .a-pic2 {
        width: 100%;
        text-align: center;
    }
    .a_row3 .a_txt {
        width: 100%;
        padding: 10px;
    }
    .a_row3 .a-pic3 {
        width: 100%;
        text-align: center;
    }
    .a_row6 .a_txt span {
        font-size: 20px;
    }
}
