@charset "utf-8";
.ab_t {
    font-size: 26px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0 auto 20px;
}
.ab_txt {
    margin: 0;
    line-height: 2;
    color: #444;
}
@media screen and (max-width: 1000px){
    .ab_t{
        font-size: 20px;
        margin-bottom: 8px;
    }
}
/*------------ about-editor ------------*/
.about_section {

}
.section_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 20px;
}

.section_en_title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #D30D11;
    font-family: "Poppins", sans-serif;
}

.section_tw_title {
    font-size: 38px;
    font-weight: 400;
    color: #111111;
    letter-spacing: 6px;
    line-height: 1.2;
}

.section_line {
    width: 40px;
    height: 4px;
    background: #D30D11;
    margin: 16px auto;
}
.section_slogan{
    font-size: 20px;
    letter-spacing: 8px;
    color: #111;
    text-align: center;
}
.about_content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.about_card {
    max-width: 640px;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 34px 40px;
    margin: 0 auto -70px;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
}
.about_image{
    margin: 0 auto;
}
.about_logo {
    width: 130px;
    flex-shrink: 0;
}

.about_logo img {
    width: 100%;
    display: block;
}

.about_text {
    font-size: 15px;
    line-height: 2;
    color: #444;
    font-weight: 400;
}

.about_image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.service_section.s_layout {
    margin: 40px auto 0;
}

.service_section.s_layout .service_list {
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service_section.s_layout .service_item {
    display: flex;
    gap: 16px;
}

.service_section.s_layout .service_main {
    flex: 1;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 40px 40px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.service_section.s_layout .service_number {
        position: relative;
    top: auto;
    right: auto;
    min-width: 110px;
    font-size: 72px;
    font-weight: 700;
    font-style: italic;
    color: #a6a6a6;
    padding-right: 30px;
    border-right: 1px solid #dddddd;
}

.service_section.s_layout .service_info {
    display: flex;
    flex-direction: column;
    gap: 4;
}

.service_section.s_layout .service_title {
    font-size: 20px;
    font-weight: 500;
    color: #111111;
}

.service_section.s_layout .service_desc {
    font-size: 15px;
    line-height: 1.8;
    color: #666666;
}

.service_section.s_layout .service_icon {
    width: 170px;
    background: #f1f1f1;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.service_section.s_layout .service_icon img {
    width: 72px;
    display: block;
}

@media screen and (max-width: 1000px) {

    .section_tw_title {
        font-size: 42px;
    }

    .about_card {
        padding: 30px;
        gap: 30px;
    }

    .service_section.s_layout .service_main {
        padding: 30px;
        gap: 30px;
    }

    .service_section.s_layout .service_title {
        font-size: 28px;
    }

    .service_section.s_layout .service_desc {
        font-size: 16px;
    }

    .service_section.s_layout .service_icon {
        width: 140px;
    }
}

@media screen and (max-width: 768px) {
    .section_tw_title {
        font-size: 26px;
        text-align: center;
    }

    .about_card {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: -40px;
    }

    .about_logo {
        width: 100px;
        margin: 0 auto;
    }

    .about_text {
        line-height: 1.9;
    }

    .about_image img {
        height: 320px;
    }

    .service_section.s_layout .service_section {
        padding: 70px 20px;
    }

    .service_section.s_layout .service_item {
        flex-direction: column;
        gap: 0;
    }

    .service_section.s_layout .service_main {
        flex-direction: column;
        align-items: flex-start;
    }

    .service_section.s_layout .service_number {
        min-width: auto;
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #dddddd;
        padding-right: 0;
        padding-bottom: 20px;
        font-size: 54px;
    }

    .service_section.s_layout .service_title {
        font-size: 24px;
    }

    .service_section.s_layout .service_icon {
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 500px) {

    .section_en_title {
        font-size: 16px;
    }

    .section_tw_title {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .about_card {
        padding: 24px;
    }

    .service_section.s_layout .service_main {
        padding: 24px;
    }

    .service_section.s_layout .service_number {
        font-size: 46px;
    }

    .service_section.s_layout .service_title {
        font-size: 22px;
    }

    .service_section.s_layout .service_desc {
        font-size: 15px;
    }
}
/*.about_section{
    padding: 0;
}
.about_container{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0;
}
.about_content{
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 2;
    margin-right: -190px;
}
.about_title_group{
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: 40px;
    position:relative;
    z-index:1;
    text-shadow: 0 0 8px #fff;
}
.about_title_group:after{
    content:'';
    display:block;
    width: 4px;
    height: 25px;
    background: #e30000;
    position: absolute;
    top: calc(100% + 10px);
    left: 6px;
}
.about_title_en{
    font-size: 40px;
    font-weight: 700;
    color: #d70000;
    line-height: 1;
}
.about_title_name{
    font-size: 40px;
    font-weight: 700;
    color: #222;
    line-height: 1;
    letter-spacing: 2px;
}
.about_card{
    background: #ffffff;
    border: 2px solid #e30000;
    padding: 50px 40px 40px;
    position: relative;
}
.about_line{
    width: 2px;
    height: 38px;
    background: #e30000;
    position: absolute;
    top: -14px;
    left: 28px;
    display:none;
}
.about_text_group{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.about_subtitle{
    font-size: 19px;
    font-weight: 700;
    line-height: 1.6;
    color: #444;
}
.about_description{
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.about_image{
    flex: 1;
    flex: 0 1 auto;
}
.about_image img{
    width: 100%;
    display: block;
    object-fit: cover;
}
@media screen and (max-width: 1000px){
     .about_container{
        flex-direction: column;
        gap: 0;
    }
    .about_content{
        width: 100%;
        gap: 28px;
        margin: 0 auto;
    }
    .about_title_en{
        font-size: 38px;
    }
    .about_title_name{
        font-size: 34px;
    }
    .about_card{
        padding: 40px 24px 32px;
    }
    .about_subtitle{
        font-size: 18px;
    }
    .about_description{
        font-size: 14px;
        line-height: 1.9;
    }
}
@media screen and (max-width: 480px){
    .about_title_en{
        font-size: 26px;
    }
    .about_title_name{
        font-size: 28px;
    }
    .about_card{
        padding: 36px 20px 28px;
    }
    .about_subtitle{
        font-size: 18px;
    }
    .about_description{
        font-size: 15px;
    }
}*/
/*------------ service-editor ------------*/
.service_section{
    /* width: 100%; */
    margin: 0 auto 0;
}
.service_container{
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.service_card{
    position: relative;
    width: calc((100% - 90px) / 4);
    min-height: 310px;
    /* max-width: 310px; */
    padding: 18px 14px;
    background: #f7f7f7;
    overflow: hidden;
    transition: all .35s ease;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
}
.service_number{
        position: absolute;
    top: 12px;
    right: 18px;
    font-size: 52px;
    font-weight: 600;
    line-height: 1;
    color: #eee;
    font-style: italic;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_icon_box{
    margin-bottom: 24px;
}
.service_icon{
    width: 128px;
    height: 128px;
     border-radius: 50%; 
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease;
    /* margin-right: auto; */
}
.service_icon img{
    width: 58px;
    transition: all .35s ease;
}
.service_title{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #111111;
    position: relative;
    text-align:left;
    box-sizing:border-box;
    letter-spacing: 2px;
}
.service_info > .service_title:after{
    display:none;
}
.service_title:after{
    content:'';
    display:block;
    background:#D30D11;
    width:24px;
    height: 2px;
    margin: 8px 0;
}
.service_line{
    width: 34px;
    height: 2px;
    background: #D30D11;

    margin-bottom: 22px;

    transition: all .35s ease;
}
.service_text{
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    text-align: left;
    letter-spacing: 1px;
}
/* hover */
.service_card:hover .service_icon{
    background: #d60000;
}
.service_card:hover .service_icon img{
    filter: brightness(0) invert(1);
}
.service_card:hover .service_line{
    width: 60px;
}
/* rwd */
@media screen and (max-width: 1200px){
    .service_card{
        width: calc((100% - 30px) / 2);
    }
}
@media screen and (max-width: 768px){
    .service_container{
        gap: 20px;
    }
    .service_card{
        width: 100%;
        padding: 30px 22px;
        min-height: auto;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 32px;
    }
    .service_icon_box {
        margin-bottom: 0;
    }
    .service_icon{
        width: 100px;
        height: 100px;
    }
    .service_icon img{
        width: 46px;
    }
    .service_title{

    }
    .service_text{
        font-size: 15px;
        line-height: 1.8;
    }
    .service_number{
        font-size: 42px;
    }
}
/*------------ contact-editor ------------*/
.contact-editor .row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}
.contact-editor .col {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
.contact-editor .col.add {
    flex: 1 1 0;
    min-width: 250px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    background: #e61035;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-shrink:0;
    gap: 16px;
    transform: rotate(45deg); 
}
.contact-editor i:before{
    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;
    transform: rotate(-45deg); 
}
.contact-editor .tel i:before{
    content: "\ff001";
}
.contact-editor .fax i:before{
    content: "\ff002";
}
.contact-editor .mail i:before{
    content: "\ff003";
}
.contact-editor .add i:before{
    content: "\ff004";
    font-size: 18px;
    position: relative;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 17px;
    color: #D30D11;
    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: 1100px){
    .row_{
        display: block;
    }
    .about-editor .row_1 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_1{
        margin-bottom: 40px;
    }
    .about-editor .row_2{
        margin-top: 20px;
    }
    .about-editor .row_2 .col1:after{
        display: none;
    }
    .about-editor .row_2 .col,.about-editor .row_3 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_2 .txt_box,.about-editor .row_3 .txt_box{
        padding:0px;
        border:none;
        margin-right: 0px;
        margin-left: 0;
        margin-top: 0;
    }
    .about-editor .row_2 .col2{
        text-align: left;
    }
    .index-about-editor{
        padding: 0;
        height: auto;
    }
    .service-editor .row_ .col2,.service-editor .row_ .col1{
        width: 100%;
        margin-bottom: 20px;
    }
    .service-editor .row_ .col2{
        padding: 0
    }
    .contact-editor i{
        text-indent: 0px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}