@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*------------ about-editor ------------*/
.about-process-list .apl-img {
    width: 70px;
    padding-top: 15px;
    display: none;
}
.about-process-list {
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
    width: 100%;
    display: none;
}
/* .about-process-list::before {
    content:"";
    border-bottom:2px dashed #5d5d5d;
    width: 100%;
    position: absolute;
    bottom: 78px;
    z-index: -1;
} */
.apl-items {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.apl-items::before{
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 18px;
    background-size: contain;
    background: url(../../../images/layout06/common/index/arrow-ic.png) no-repeat  50%;
    right: -10%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.apl-items:last-child:before{
    display: none;
}
.apl-items span{
    color: #727171;
    /* white-space: nowrap; */
    display: block;
    height: 40px;
}
.apl-number{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}
.apl-number > div {
    width: 24px;
    height: 24px;
    background: #5d5d5d;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 24px;
}
.inner-content-2 {
    margin-top: 60px;
}
.inner-content-1, .inner-content-2 {
    display: flex;
    gap: 45px;
}
.inner-content-1 .content-img,
.inner-content-2 .content-img {
    width: 40%;
}
.text-region {
    line-height: 2;
}
.inner-content-1 .text-region {
    width: 55%;
    position: relative;
}
.inner-content-1 .text-region::before {
    content:"";
    position: absolute;
    right:0;
    background: url(../../../images/layout06/common/icon_big.png) no-repeat 0 0;
    width: 220px;
    height: 250px;
}
.inner-content-1 .text-region .en
 {
    color: #999;
    font-size: 16px;
}
.inner-content-1 .text-region .tw,
.inner-content-2 .text-region .tw{
    color: #333333;
    font-size: 26px;
}
.inner-content-2 .items {
    margin-top: 35px;
    width: 400px;
}
.inner-content-2 .text-region,
.inner-content-2 .content-img {
    width: 50%;
}
.title-region {
    margin-bottom: 32px;
    position: relative;
}
.title-region::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    background: url(../../../images/layout06/common/title-dec.png) no-repeat 0 0;
    width: 43px;
    height: 5px;
}
.row_{
    display: flex;
}
.about-editor .row_1{
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
}
.about-editor .about-title{
    color: #262626;
    font-size: 29px;
    font-family: "PT Serif", serif;
    font-weight: 300;
    margin: 0;
}
.about-editor .about-title:after{
    content: '';
    background: #4F4F4F;
    height: 1px;
    width: 60px;
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
}
.about-editor .row_2{
    margin-top: 40px;
}
.about-editor .row_2 .col{
    flex-basis:  50%;
    position: relative;
}
.about-editor .row_2 .txt_box{
    margin-top: 65px;
    border:solid 1px #4F4F4F;
    display: block;
    padding:50px;
    position: relative;
    margin-right: -100px;
    color: #000000;
    box-sizing: border-box;
}
.as_title{
    margin-bottom: 10px;
}
.as_txt{
    line-height: 2;
    padding-left: 35px;
}
.about-editor .row_2 .col1:after{
    content: '';
    display: block;
    position: absolute;
    width: 126px;
    background: #fff;
    height: 65px;
    right: -100px;
    bottom: 0;
    z-index: 3;
}
.about-editor .row_2 .col2{
    position: relative;
    z-index: 4;
    text-align: center;
}
.about-editor .row_3{
    align-items: flex-end;
}
.about-editor .row_3 .col{
    flex-basis:  50%;
}
.about-editor .row_3 .txt_box{
    margin-top: -65px;
    border:solid 1px #4F4F4F;
    display: block;
    padding:115px 50px 50px;
    position: relative;
    margin-left: -26px;
    color: #000000;
}
/*------------ service-editor ------------*/
/* 
.index-service {
    display: flex;
    gap: 36px;
}
.service-items {
    background: #fff;
    color: #727171;
    padding: 55px 60px 75px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.25);
}
.service-items::before {
    content:"";
    position: absolute;
    border: 1px solid #8d8d8d;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    left: 12px;
    top: 12px;
}
.service-items .s-title {
    font-size: 24px;
    font-weight: 500;
    font-family: "PT Serif", serif;
    color: #333333;
    padding: 24px 0 45px;
    position: relative;
}
.service-items .s-title::before {
    content: "";
    position: absolute;
    width: 132px;
    height: 2px;
    background: #8d8d8d;
    left: calc(50% - 66px);
    top: 75px;
}
.service-items .s-content {
    font-size: 16px;
}
.service-box .editor {
    padding-top: 65px;
}
.index-service .row{
    display: flex;
    margin: 50px auto 0;
}
.index-service .col:nth-child(1){
    width: 50%;
    box-sizing: border-box;
    padding-right: 40px;
    flex-shrink: 0;
}
.index-service .col:nth-child(2){
    width: 50%;
    box-sizing: border-box;
    position: relative;
    flex-shrink: 1;
}
.index-service .s-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-service .s-list .box>img{
    width: 85px;
    height: 85px;
    opacity: 0.8;
}
.index-service .box{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    border: 8px solid rgba(255,255,255,0.1);
    width: 160px;
    height: 160px;
    box-sizing: border-box;
    padding: 20px;
    flex-shrink: 0;
}
.s-arrow{
    display:block;
    width: 16px;
    height: 28px;
    margin: 0 15px;
    background: url(../../../images/layout06/common/index/arrow.svg) no-repeat center top;
    opacity: 0.2;
    flex-shrink: 0;
}
.index-service .list-num{
    margin: 0;
    font-family: "PT Serif", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.index-service .list-name{
    color: #fff;
    font-size: 21px;
    line-height: 21px;
    font-weight: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 3px;
}
.index-service .list-description{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.index-service .t-1{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 2px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 29px;
}
.index-service .p-1{
    color: #acacac;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 80px;
    margin-bottom: 5px;
}
@media(max-width:1280px){
    .index-service .row{
        flex-direction:column;
        justify-content:center;
        align-items:center;
    }
    .index-service .col:nth-child(1){
        width: 80%;
        margin:0 auto 40px;
    }
    .index-service .s-list{
        justify-content: center;
    }
    .index-service .col:nth-child(2){
        width: 80%;
    }
}
@media(max-width:1000px){
    .index-service .t-1{
        font-size: 18px;
        line-height: 27px;
        height: unset;
        display: block;
        margin-bottom: 6px;
    }
    .index-service .p-1{
        display: block;
        height: unset;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .index-service .col:nth-child(1) {
        padding-right: 0;
        width: 100%;
    }
    .index-service .col:nth-child(2) {
        width: 100%;
    }
    .index-service .s-list {
        flex-direction: column;
    }
    .index-service .box {
        display: flex;
        position: relative;
        width: 170px;
        height: 170px;
    }
    .s-arrow{
        transform:rotate(90deg);
        margin: 10px 0;
    }
    .index-service .box:nth-last-child(1):after{
        height: calc(100%);
    }
    .index-service .s-list img{
        width: 60px;
        height: 60px;
    }
    .index-service .col:nth-child(2):before {
       display: none;
    }
    .index-service .list-name {
        font-size: 16px;
        line-height: 16px;
    }
    .index-service .list-description {
        font-size: 12px;
    }
    .index-service .list-num {
        font-size: 26px;
        line-height: 26px;
    }
    .index-service .box:before {
        top: 25px;
    }
} */
 .s_layout {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2px;
    border: 3px solid #fff;
}
.s_layout::before{
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    border: 1px solid #fff;
}
.s_layout .s_box {
    box-sizing: border-box;
    width: calc(100% / 3);
    border-right: 1px solid rgba(220, 220, 220, 0.25);
    border-bottom: 1px solid rgba(220, 220, 220, 0.25);
}
.s_layout .s_box .s_item {
    position: relative;
    box-sizing: border-box;
    padding: 100px 50px 90px 50px;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.s_layout .s_box .s_item .s_txt {
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 70px);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.s_layout .s_box .s_item .s_pic {
    position: relative;
    box-sizing: border-box;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
}
.s_layout .s_box .s_txt h3{
    position: relative;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: bold;
    margin: 0 0 5px;
    color: #fff;
    padding: 0 0;
    height: fit-content;
}
.s_layout .s_box .s_txt p {
    margin: 0;
    line-height: 1.5;
    font-size: 15px;
    color: rgba(255,255,255,.9);
}
.s_layout .s_box.s_center .s_item .s_txt {
    width: 100%;
    padding: 30px 0 0;
}
.s_layout .s_box.s_center .s_txt {
    text-align: center;
}
.s_layout .s_box.s_center .s_txt p {
    font-size: 20px;
}
.s_layout .s_box .s_item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #414042;
    pointer-events: none;
    transition: all 0.5s;
    opacity: 0;
    z-index: 0;
}
.s_layout .s_box:not(.s_center):hover .s_item:before {
    width: calc(100% + 18px);
    height: calc(100% + 24px);
    opacity: 1;
}
@media screen and (max-width: 1280px){
    .s_layout .s_box .s_item {
        position: relative;
        box-sizing: border-box;
        padding: 30px 30px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .s_layout .s_box .s_item .s_pic{
        margin: 0 auto 15px;
    }
    .s_layout .s_box .s_txt h3 {
        text-align: center;
        width: 100%;
    }
    .s_layout .s_box .s_item .s_txt {
        width: 100%;
    }
}
@media screen and (max-width: 1000px){
    .s_layout .s_box .s_item {
        padding: 50px 15px 40px 25px;
    }
    .s_layout .s_box .s_txt h3 {
        font-size: 17px;
    }
    .s_layout .s_box .s_txt p {
        font-size: 16px;
    }
    .s_layout .s_box.s_center .s_txt p {
        font-size: 17px;
    }
    .s_layout .s_box.s_center .s_item .s_txt {
        padding: 50px 0 0;
    }
    .s_layout .s_box .s_item .s_pic img{
        height: 45px;
        background-size: contain;
    }
    .apl-items span {
        color: #727171;
        /* white-space: nowrap; */
        display: block;
        height: 28px;
        font-size: 16px;
    }
    .about-process-list {
        width: 100%;
        max-width: 514px;
        box-sizing: border-box;
        padding: 3px;
    }
    .apl-items{
        border: none;
    }
}
@media screen and (max-width: 767px){
    .s_layout {
        flex-direction: column;
        margin: 0 15px;
    }
    .s_layout .s_box {
        width: calc(100% / 1);
    }
    .s_layout .s_box .s_item {
        padding: 50px 15px 40px 25px
    }
    .s_layout .s_box:first-of-type{
        order: 1;
    }
    .s_layout .s_box:nth-of-type(2){
        order: 2;
    }
    .s_layout .s_box:nth-of-type(3){
        order: 3;
    }
    .s_layout .s_box:nth-of-type(4){
        order: 4;
    }
    .s_layout .s_box:nth-of-type(5){
        order: 5;
    }
    .s_layout .s_box:nth-of-type(6){
        order: 6;
    }
    .s_layout .s_box.s_center .s_item .s_txt {
        width: 100%;
        padding: 80px 0 0;
    }
    .about-process-list{
        flex-direction: column;
    }
    .apl-items+.apl-items {
        border-left: none;
    }
    .apl-items span{
        height: 50px;
    }
    .apl-items::before{
        position: absolute;
        content: '';
        display: block;
        width: 13px;
        height: 15px;
        background-size: contain;
        background: url(../../../images/layout06/common/index/arrow-ic-m.png) no-repeat 50%;
        left: 0;
        right: 0;
        top: inherit;
        bottom: 4px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px){
    .s_layout .s_box .s_item {
        padding: 30px 40px 35px 40px;
    }
}
/*------------ contact-editor ------------*/
.contact-editor .col{
    float: left;
}
.contact-editor .col + .col{
    margin: 0 0 0 25px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    position: relative;
    margin: 0 20px 0 0;
    z-index: 0;
}
.contact-editor i:after{
    content: '';
    background: #747474;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    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;
}
.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;
    top: 2px;
}
.contact-editor .col a,
.contact-editor .col span{
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
}
/*------------ 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: #b0a6a6;
    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: 960px){
    .contact-editor .col + .col{
        margin: 25px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
    .inner-content-1, .inner-content-2 {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .inner-content-1 .text-region,
    .inner-content-2 .text-region,
    .inner-content-2 .content-img{
        width: 80%;
        text-align: center;
    }
    .inner-content-2 .content-img{
        text-align: center;
        margin-top: 30px;
    }
    .inner-content-2 .items {
        width: 100%;
    }
    .title-region::before {
        left: calc(50% - 21.5px);
    }
}
@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%;
    }
}
