@charset "utf-8";
.ab_t{
    font-size: 20px;
    margin-bottom: 8px;
    color: #F05310;
    line-height: 1.4;
    letter-spacing: 0.2em;
}
.ab_txt{
    color: #777;
    line-height: 2;
}
.t2{
    text-align: center;
    font-size: 17px;
    margin: 0 auto 24px;
    color: #888;
    letter-spacing: 0.1em;
}
/*-*/
.service_text{
    margin: 0 auto 55px;
    max-width: 430px;
    color: #444;
    font-size: 16px;
    text-align: center;
}
.service_layout {
    display: flex;
    align-items: center;
}
.service_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 72px;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 68px 0 0;
}
.service_item {
    flex: 1 1 calc(33.33% - 72px);
    box-sizing: border-box;
    padding: 32px;
    text-align: center;
    background: #fff;
    position: relative;
    /* max-height: 180px; */
    border-radius: 40px;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service_item:hover {
    
}

.service_item .icon {
    text-indent: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    height: 148px;
    background: #1F5299;
    border-radius: 100%;
    margin: -100px auto 0;
    transition:all .6s ease;
        box-sizing: border-box;
    padding: 40px;
}
.service_item:hover .icon{
    top:-8px;
    background: #AFD101;
    transform: rotateY(360deg);
}
.service_item .num {
    font-size: 45px;
    font-weight: bold;
    color: #6FBAC6;
    position: absolute;
    left: -21px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Syncopate", sans-serif;
    z-index: 1;
    transition: all .3s;
    display: none;
}
.service_item:hover .num {
    color: #444;
}
.service_item .zh {
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #494949;
    margin: 0 0 4px;
    transition: all .3s;
}
.service_item:hover .zh {
    color: #1F5299;
}
.service_item .zh:before{
    content:'';
    display:block;
    width:1px;
    height:16px;
    background:#ddd;
    margin:16px auto 8px;
}
.service_item > span{
    color: #7f7f7f;
    text-align: center;
    width: 203px;
    letter-spacing: 0.2em;
}
/* RWD：平板 */
@media (max-width: 1340px) {
    .service_layout {
        flex-direction: column;
    }

    .s_box {
        margin: 40px auto 0;
    }
}
@media (max-width: 1000px) {
    .service_grid {
        padding: 0 40px;
        width: auto;
        gap: 24px;
    }
    .service_item {
        flex: 1 1 calc(50% - 40px);
    }
    .service_item .icon{
        width: 100px;
        height: 100px;
        margin: 0 auto 0;
        padding: 24px;
        box-sizing: border-box;
    }
    .service_item .zh{
        font-size: 20px;
    }
}
/* RWD：手機 */
@media (max-width: 600px) {
    .service_item {
        flex: 1 1 100%;
    }
}
/*-ft_row-*/
.ft_row{
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}
.ft_t{
    font-size: 20px;
    margin:0 auto 12px;
}
.ft_row .box:nth-child(1){
    flex-shrink: 0;
}
/* RWD：手機 */
@media (max-width: 1000px) {
    .ft_row{
        justify-content: center;
    }
}
/*-edit_sect row-*/
.edit_sect.row{
    display: grid;
    width: 100%;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 24px;
}
.edit_sect.row .col{
    box-sizing:border-box;
    padding: 32px;
    display:flex;
    align-items:center;
    justify-content: flex-start;
    border-radius: 40px;
    font-size: 20px;
    letter-spacing:0.1em;
    transition:all .3s;
    /* flex-direction: column; */
    gap: 8px;
    border: 1px solid #EEF1F7;
}
/* .edit_sect.row .col:hover{
    border-radius:200px!important;
} */
.edit_sect.row .col.c1 {
    grid-column: 1 / span 6;
    grid-row: 3 / span 2;
    position: relative;
    z-index: 1;
}
.edit_sect.row .col.c2 {
    grid-column: 7 / span 6;
    grid-row: 3 / span 2;
    position: relative;
    z-index: 1;
}
.edit_sect.row .col.c3 {
    grid-column: 1 / span 12;
    grid-row: 1 / span 2;
    position: relative;
    z-index: 100;
    flex-direction: column;
    font-size:15px;
    border-radius: 0;
    padding: 0;
    margin: 0 auto;
    border: none;
}
.edit_sect.row .col.c4 {
    grid-column: 1 / span 6;
    grid-row: 5 / span 2;
    position: relative;
    z-index: 1;
}
.edit_sect.row .col.c5 {
    grid-column: 7 / span 6;
    grid-row: 5 / span 2;
    position: relative;
    z-index: 1; 
}
.edit_sect.row .col .edit_icon{
    /* position:absolute; */
    width: 100px;
    height: 100px;
    background:#1F5299;
    border-radius:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    box-sizing: border-box;
    padding: 24px;
    position: relative;
    top: 0;
    flex-shrink: 0;
    transition: all .6s;
}
.edit_sect.row .col:hover .edit_icon{
    top: -16px;
    background: #AFD101;
    box-shadow: 0 16px 16px rgb(33 33 33/16%);
}
.edit_sect.row .col .edit_icon img{
/*    filter:invert(100%);*/
}

.icon_e{
    width: 40px;
    height: 40px;
    font-size: 0;
    border-radius: 100%;
    background: #AFD101;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
    overflow: hidden;
    flex-shrink: 0;
}
.icon_e:before{
        content: "";
    background: #fff;
    width: 14px;
    height: 8px;
    clip-path: polygon(50% 0%, 100% 78%, 100% 91%, 90% 96%, 80% 90%, 50% 40%, 20% 90%, 10% 96%, 0 91%, 0 78%);
    filter: blur(1px);
    transform: rotate(90deg);
    position: relative;
    z-index: 1;
}
.icon_e:after{
    content: "";
    background: #205299;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0);
    transition: all .6s;
    z-index: 0;
}
.edit_sect.row .col:hover .icon_e:after{
    transform: scale(2);
}
.edit_sect.row .col span{
    font-weight: bold;
    color: #205299;
    margin: 0 16px;
    font-size: 20px;
}
.edit_t{
    font-size: 40px;
    color: #205299;
    font-weight: bold;
    margin: 0 auto 8px;
    text-align:center;
    letter-spacing: 0.2em;
}
.edit_txt{
    font-size:15px;
    color: #7f7f7f;
    line-height: 2;
    text-align:center;
    max-width: 640px;
    margin: 0 auto;
}
@media (max-width: 1000px) {
    .edit_sect.row {
        /* 在平板尺寸下，可能需要調整網格佈局 */
        /* 例如，讓 mask_box 和 stat_box 垂直堆疊 */
        grid-template-columns: 1fr; /* 單列 */
        grid-template-rows: auto auto auto auto auto; /* 標題、地球、S3、S4 */
        aspect-ratio: auto; /* 移除固定比例，讓高度由內容撐開 */
        max-width: 720px;
        margin: 0 auto;
    }
    .edit_sect.row .col.c1{
        grid-column: 1 / -1; /* 佔滿整列 */
        grid-row: 2;
        text-align: center;
    }
    .edit_sect.row .col.c2{
        grid-column: 1 / -1; /* 佔滿整列 */
        grid-row: 3;
        text-align: center;
    }
    .edit_sect.row .col.c3{
        grid-column: 1 / -1; /* 佔滿整列 */
        grid-row: 1;
        text-align: center;
    }
    .edit_sect.row .col.c4{
        grid-column: 1 / -1; /* 佔滿整列 */
        grid-row: 4;
        text-align: center;
    }
    .edit_sect.row .col.c5 {
        grid-column: 1 / -1; /* 佔滿整列 */
        grid-row: 5;
        text-align: center;
    }
    .edit_t{
        font-size: 24px;
    }
    .edit_sect.row .col span{
        font-size: 18px;
    }
}
/*-abin*/
.layout_page{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.flex_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px; /* 文字與圖片距離 */
}
.flex_block.flex_start{
    align-items: flex_start;
}
.flex_block.reverse {
  flex-direction: row-reverse;
}
.flex_block.has_pic .img_block{
    width: 100%;
}
.img_block{
    position:relative;
    z-index:5;
    width: 40%;
}
.full_sect{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.img_block img {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius:24px;
}
.text_block {
  flex: 1; /* 補滿剩下的寬度 */
}
.text_block h3{
    margin: 0 0 8px;
    font-size: 24px;
    color: #494949;
    letter-spacing: 0.1em;
    font-weight: normal;
    display: flex;
    align-items: center;
    position: relative;
}
.text_block h3:before{
    content: '';
    display: block;
    background: #1F5299;
    width: 4px;
    height: 24px;
    margin-right: 16px;
}
.text_block p{
    margin: 0;
    line-height: 2;
}
.title_box{
    display: block;
    font-size: 28px;
    text-align: right;
    position: relative;
    z-index:1;
    letter-spacing: 0.1em;
}
.title_box:after{
    content:'';
    display:block;
    background:#dcdcdc;
    width: 100%;
    height:1px;
    position:absolute;
    bottom:22px;
    right: 60%;
    z-index:-1;
}
.title_box span{
    color: #1F5299;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 3px;
    font-weight: normal;
    margin: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    display: block;
}
.features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /* margin-top: 30px; */
}
.slogan {
    color: #1F5299;
    font-size: 24px;
    letter-spacing: 5px;
    text-align: center;
    line-height: 1.8;
    /* margin: 40px auto; */
    box-sizing: border-box;
    padding: 18px;
}
.feature {
    flex: 1 1 100%;
    /* background: #f8f8f8; */
    /* padding: 15px; */
    /* border-radius: 10px; */
    font-size: 16px;
    color: #444;
    position:relative;
    /*display:flex;*/
    align-items:center;
    color: #666;
}
.feature strong:before{
    content:'';
    display:block;
    width: 6px;
    height: 6px;
    border-radius:100%;
    background: #AFD101;
    margin-right:16px;
    flex-shrink: 0;
}

.feature strong {
    color: #AFD101;
    font-size: 18px;
    font-weight:400;
    margin-right:16px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 1000px){
    .layout_page{
        gap: 16px;
    }
    .slogan{
        font-size: 20px;
        padding-top: 0;
    }
    .flex_block.reverse,
    .flex_block{
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:24px;
    }
    .flex_block .img_block,
    .flex_block.reverse .img_block{
                max-width: 100%;
        width: 100%;
        text-align: center;
        justify-content: center;
        margin: 0 auto;
        align-items: center;
        display: flex
;
    }
    .title_box{
        text-align:center;
    }
    .title_box:after{
        position:relative;
        right:auto;
        bottom:auto;
        margin:8px auto 0;
        max-width:40px;
    }
    .title_box span{
        font-size:40px;
    }
    .text_block h3{
        font-size:18px;
    }
        .feature{
        flex-wrap: wrap;
    }
    .feature strong{
        width: 100%;
    }
}
/*------------ 內頁about-editor ------------*/
.a_layout{
    max-width: 1000px;
    margin: 0 auto;
    letter-spacing: 1px;
}

.a_layout .a-1{
    position: relative;
    margin-top: 50px;
}

.a_layout .a-1 .row{
    display: flex;
}

.a_layout .a-1 .txt{
    position: absolute;
    right: 0;
    top: 70px;
    max-width: 555px;
    box-sizing: border-box;
    color: #666666;
    background: #FBFBF9;
    padding: 65px;
}

.a_layout .a-1  .title{
    color: #927659;
    font-size: 100px;
    opacity: 0.1;
    font-family: "Zen Maru Gothic", sans-serif;
    position: absolute;
    right: 0px;
    top: -82px;
}

.a_layout .a-1 .txt p{
    margin: 0;
}

.a_layout .a-2{
    color: #A58D78;
    font-size: 18px;
    letter-spacing: 5px;
    text-align: center;
    line-height: 1.8;
    margin-top: 50px;
}

@media (max-width: 1280px) {
    .a_layout .a-1 .title {
        font-size: 80px;
        top: -66px;
    }
}
@media (max-width: 1200px) {
    .a_layout .a-1 .row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
     .a_layout .a-1 .pic{
        margin-top: -50px;
    }
    
    .a_layout .a-1 .txt {
        position: relative;
        right: 0;
        top: 0;
        max-width: 555px;
        box-sizing: border-box;
        color: #666666;
        background: #FBFBF9;
        padding: 65px;
    }
    .a_layout .a-1 .title {
        font-size: 60px;
        top: -49px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .a_layout .a-2 {
        letter-spacing: 3px;
        margin-top: 40px;
    }

}
@media (max-width: 767px) {
    .a_layout .a-1 .txt {
        padding: 50px 42px 40px
    }
    .a_layout .a-1 .pic {
        margin-top: 0;
    }
    .a_layout .a-2 {
        letter-spacing: 2px;
        margin-top: 40px;
        font-size: 16px;
        text-align: left;
    }
}

/*------------ 內頁about-editor ------------*/
/*------------ service-editor ------------*/
.service_layout {
    margin: 0px 0 0;
    position: relative;
    z-index: 5;
    border-radius: 0px;
    overflow: hidden;
}
.service_layout .wrap {
    margin: 0 auto;
}
.service_layout ul.service_list {
    display: flex;
    padding: 0;
    margin: 0;
}
.service_layout ul.service_list:hover li {
    width: calc((100% - 864px));
}
.service_layout ul.service_list:hover li:hover {
    width: 515px;
}
.service_layout ul.service_list:hover li:hover .service_item .service_text {
    left: 0;
    max-width: 627px;
    width: 100%;
    bottom: 0;
    transform: translate(0%, 0%);
}
.service_layout ul.service_list li {
    position: relative;
    width: calc(100% / 4);
    overflow: hidden;
    transition: 0.9s;
}
.service_layout ul.service_list li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 15;
    font-size: 0;
}
.service_layout ul.service_list li::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background: rgba(133, 107, 82, 0.5);
    transition: 1.2s;
}
.service_layout ul.service_list:hover li:hover::after {
    opacity: 0;
}
.service_layout ul.service_list li .service_item .service_pic {
    position: relative;
    z-index: 5;
    height: 400px;
}
.service_layout ul.service_list li .service_item .service_pic img {
    position: absolute;
    top: 0;
    left: 0px;
    max-width: unset !important;
    transform: scale(1);
    transition: all 0.8s ease;
}
.service_layout ul.service_list li:nth-child(1) .service_item .service_pic img {
    object-position:-70px center
}
.service_layout ul.service_list li:nth-child(2) .service_item .service_pic img {
    object-position: -70px center;
}
.service_layout ul.service_list li:nth-child(3) .service_item .service_pic img {
    object-position: -70px center
}

.service_layout ul.service_list li:nth-child(4) .service_item .service_pic img {
    object-position: -70px center
}

.service_layout ul.service_list:hover li:nth-child(1) .service_item .service_pic img,
.service_layout ul.service_list:hover li:nth-child(2) .service_item .service_pic img,
.service_layout ul.service_list:hover li:nth-child(3) .service_item .service_pic img, 
.service_layout ul.service_list:hover li:nth-child(4) .service_item .service_pic img{
    object-position: -20px center;
}
.service_layout ul.service_list li .service_item .service_text {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    transition: 0s;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
}
.service_layout ul.service_list li .service_item .service_text h3 {
    font-size: 18px;
    color: #fff;
    padding: 0;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-weight: normal;
    letter-spacing: 5px;
    transition: all 0.3s ease;
    margin: 0px 0 50px;
    font-family: "Noto Sans TC", sans-serif;;
    font-weight: 500;
}
.service_layout ul.service_list li .service_item .service_text span {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 4px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: normal;
    margin: 0;
    transition: all 0.3s ease;
}
.service_layout ul.service_list:hover li:hover .service_item .service_text h3 {
    
    text-align: center;
}
 
@media (max-width: 1280px) {
    .service_layout ul.service_list:hover li {
        width: calc((100% - 515px));
    }
    .service_layout ul.service_list:hover li:hover {
        width: 515px;
    }
}
@media (max-width: 1000px) {
    .service_layout ul.service_list li {
        border-radius: 0px;
        overflow: hidden;
        margin: 0 0 5px;
    }
    .service_layout .wrap {
        width: 90%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .service_layout {
        border-radius: 0;
    }
    .service_layout ul.service_list {
        display: block;
    }
    .service_layout ul.service_list:hover li {
        width: 100%;
        box-sizing: border-box;
    }
    .service_layout ul.service_list:hover li:hover {
        width: 100%;
        box-sizing: border-box;
    }
    .service_layout ul.service_list li {
        width: 100%;
        box-sizing: border-box;
    }
    .service_layout ul.service_list li .service_item .service_pic {
        height: 200px;
    }
    .service_layout ul.service_list li:hover .service_item .service_pic img {
        transform: scale(1.1);
    }
    .service_layout ul.service_list li .service_item .service_text {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px 10px;
        transition: 0s;
        right: 0;
        bottom: 0;
    }
    .service_layout ul.service_list li .service_item .service_text h3 {
        -webkit-writing-mode: inherit;
        writing-mode: inherit;
        padding: 0px 0;
        margin: 0px 0;
        margin-bottom: 10px;
        font-size: 18px;
        letter-spacing: 3px;
    }
    .service_layout ul.service_list:hover li:hover .service_item .service_text h3 {
        margin: 0;
    }
    .service_item .service_text span {
        margin: 0 0 0px;
        font-size: 18px;
    }
   

    .service_layout ul.service_list:hover li:hover .service_item .service_text {
        left: 0;
        max-width: inherit;
        width: 100%;
        bottom: 0;
        transform: translate(0%, 0%);
        flex-direction: column;
        padding: 0px;
    }
    .service_layout ul.service_list:hover li:hover .service_item .service_text span {
        margin: 0 0px 0 0px;
    }
    .service_layout .service_item {
        position: relative;
    }
    .service_layout ul.service_list li:nth-child(1) .service_item .service_pic img,
    .service_layout ul.service_list li:nth-child(2) .service_item .service_pic img,
    .service_layout ul.service_list li:nth-child(3) .service_item .service_pic img,
    .service_layout ul.service_list li:nth-child(4) .service_item .service_pic img{
        object-fit: cover;
        width: 100%;
        object-position: unset;
        min-height: 300px;
        height: 100%;
        top: -30px;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .service_layout ul.service_list:hover li:nth-child(1) .service_item .service_pic img,
    .service_layout ul.service_list:hover li:nth-child(2) .service_item .service_pic img,
    .service_layout ul.service_list:hover li:nth-child(3) .service_item .service_pic img, 
    .service_layout ul.service_list:hover li:nth-child(4) .service_item .service_pic img{
        object-position: unset;
    }
}
 
@media (max-width: 480px) {
    .service_layout .wrap {
        width: 100%;
        padding: 0;
    }
}
/*------------ service-editor ------------*/


/*------------ about-editor ------------*/
.about-editor-layout .row{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.about-editor-layout .col{
    display: table-cell;
    vertical-align: middle;
}
.about-editor-layout .col1{
    padding-right: 25px;
}
.about-editor-layout .col2{
    border: 1px solid #ddd;
    border-width: 0 0 0 1px;
    width: 370px;
    text-align: center;
    padding: 0 15px;
}
.about-editor-layout.newtwo{
    max-width: 750px;
    margin: -180px 0 0 0;
    background:#fff;
    position: relative;
    float: right;
    padding: 65px 0 0 70px;
}
.about-editor-layout.newtwo:before{
    content: '';
    display: block;
    position: absolute;
    left: -100px;
    bottom: 7px;
    background: url(../../../images/layout05/common/about/pic_3.png)no-repeat;
    width: 330px;
    height: 360px;
    z-index: 1;
}
.about-editor-layout.newtwo .boxing{
    position: relative;
    display: flex;
}
.about-editor-layout.newtwo .boxing span{
    width: 21%;
    font-size: 32px;
    color: #262626;
    font-family: 'Roboto';
    font-weight: 100;
    line-height: 1.2em;
}
.about-editor-layout.newtwo .boxing span:after{
    content: '';
    background: #000;
    width: 59px;
    height: 1px;
    top: 16px;
    margin-left: 45px;
    display: inline-block;
    position: absolute;
}
.about-editor-layout.newtwo .boxing p{
    margin: 0px;
    padding-top: 5px;
    color: #202020;
    font-size: 15px;
    padding: 0px;
    line-height: 1.75em;
    max-width: 500px;
    margin-left: 110px;
}
/*------------ service-editor ------------*/
.s_title{
    color: #FFFFFF;
    margin-bottom: 15px;
}
.s_txt{
    color: #ACACAC;
    margin-bottom: 40px;
}
.s_txt:last-child{
    margin-bottom: 0px;
}
.service-editor .row_{
    margin-bottom: 40px;
}
.service-editor .row_ .col1{
    width: 40%;
}
.service-editor .row_ .col2{
    width: 60%;
    padding:0px 30px;
}
/*------------ contact-editor ------------*/
.contact-map{
    margin-bottom: 35px;
}
.contact-map iframe{
    position: relative;
    height: 300px;
    margin-bottom:0px;
    width: 100%;
    box-sizing: border-box;
    border: 8px solid #f0efe9;
}
.contact-info-txt i{
    font-size: 22px;
    color: #ffffff;
    background: #bcaa87;
    border-radius:50%;
    width: 43px;
    height: 43px;
    vertical-align: middle;
    margin: 15px auto 15px;
    display: block;
    text-align: center;
}
.contact-info-txt i:before{
    display: inline-block;
    vertical-align: middle;
    line-height: 43px;
}
.contact-editor{
    text-align: left;
}
.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;
}
.info_box_c{
    border:solid 1px #BDBEC1;
    padding:25px;max-width:100%;
    box-sizing:border-box;
    display:inline-block;
    margin-top: 10px;
}
.contact-editor .col iframe{
    width: 100%;
}
.contact-editor .col+.col{
    /*border-left:solid 1px #ddd;*/
}
.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{
    text-decoration: underline;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .terms_txt{
    text-align: center;
}
.terms-editor .title{
    font-size: 18px;
    color: #1E5096;
    margin: 0;
    font-weight: normal;
}
.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{
        float: none;
        padding: 15px 0;
    }
    .contact-editor .row, .contact-editor .col{
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-info-txt .img-ic{
        max-width: 100px;
    }
    .contact-editor .col3{
        border-width: 1px 0 0;
    }
}
@media screen and (max-width: 1000px){
    /*---------about-editor---------*/
    .about-editor-layout.newtwo{
        margin: 0px;
        background: url(../../../images/layout05/common/about/pic_3.jpg)right bottom no-repeat;
        position: relative;
        float: none;
        padding: 0px 0 230px 0px;
    }
    .about-editor-layout.newtwo .boxing{
        display: block;
    }
    .about-editor-layout.newtwo .boxing span{
        width: 100%;
        font-size: 22px;
    }
    .about-editor-layout.newtwo .boxing span:after{
        top: 12px;
        margin-left: 35px;
    }
    .about-editor-layout.newtwo .boxing p{
        margin: 0px;
        padding-top: 5px;
        padding: 0px;
        max-width: 100%;
        margin: 10px 0px;
    }
    .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: 35px;
    }
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
        border-width: 1px 0;
        height: auto;
        overflow: hidden;
    }
    .contact-editor .col{
        border-width: 1px 0;
        padding: 15px 0;
    }
    .contact-editor .col{
        border-bottom: solid 1px #eee;
    }
    .contact-editor .col  + .col{
        border-top: 1px solid #D1D1CF;
        border-width: 1px 0 0;
        
    }
    .contact-editor .col:last-child{
        border-bottom: none;
    }
    .contact-info-txt i{
        left: 0;
        margin: 0px 12px 0 0;
        display: inline-block;
        float: left;
        vertical-align: middle;
    }
    .contact-info-txt{
        width: 100%;
        max-width: inherit;
        text-align: left;
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 1000px){
    .about-editor-layout.newtwo:before{
        display: none;
    }
    .about-editor-layout.newtwo {
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
