@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    display: flex;
    flex-direction: column;
}
.a_layout .a_row2{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 82%;
    max-width: 762px;
    height: auto;
    background: #FFF;
    box-shadow: 7px 7px 12px rgba(0,0,0,.05);
    margin: -108px auto 46px;
    padding: 38px 55px 52px;
    font-size: 15px;
    font-weight: normal;
    color: #535353;
    position: relative;
    line-height: 1.8;
    letter-spacing: 0.08em;
}
.a_layout .a_row2 .a_tit{
    position: relative;
    display: flex;
    width: fit-content;
    align-items: baseline;
    margin: 0 0 24px;
}
.a_layout .a_row2 .a_tit h2 {
    position: relative;
    font-size: 26px;
    font-weight: normal;
    color: #444444;
    letter-spacing: 0.1em;
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-left: 20px;
}
.a_layout .a_row2 .a_tit h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #33B7B1;
    top: -9px;
    left: 0;
}
.a_layout .a_row2 .a_tit span {
    position: relative;
    display: block;
    font-family: "Marcellus", serif;
    font-size: 60px;
    font-weight: normal;
    color: #1FA9D8;
    letter-spacing: 0.05em;
    line-height: normal;
}
.a_layout .a_row2 .a_tit span::first-letter {
    color: #33B7B1;
}
.a_layout .a_row2 h4{
    width: fit-content;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.15em;
    color: #21A9DA;
    line-height: 1.2;
    margin: 0 0 18px;
}
.a_layout .a_row3{
    position: relative;
    box-sizing: border-box;
    padding: 0 60px;
    display: flex;
    width: 82%;
    max-width: 762px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: normal;
    color: #535353;
    position: relative;
    line-height: 1.8;
    letter-spacing: 0.08em;
    align-items: center;
    justify-content: space-between;
}
.a_layout .a_row3 .a_pic{
    width: fit-content;
}

.a_layout .a_row3 .a_txt{
    position: relative;
    max-width: 360px;
    width: 56.1%;
}
@media screen and (max-width: 1280px) {
    .a_layout .a_row2{
        margin: 0 auto 46px;
        padding: 25px 36px 34px;
        max-width: inherit;
        width: 100%;
        background: #f6f6f6;
        box-shadow: inherit;
        box-shadow: 4px 4px 8px rgba(0, 0, 0,.15);
        text-align: center;
        font-size: 14px;
    }
    .a_layout .a_row3{
        width: 100%;
        padding: 0 36px;
        max-width: inherit;
        justify-content: center;
    }
    .a_layout .a_row3 .a_txt {
        width: 48.1%;
    }
    .a_layout .a_row2 .a_tit {
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin: 0 auto 35px;
    }
    .a_layout .a_row2 .a_tit span{
        font-size: 45px;
        line-height: 1;
    }
    .a_layout .a_row2 .a_tit h2{
        font-size: 22px;
        margin-left: 0px;
    }
    .a_layout .a_row2 .a_tit h2::before {
        display: block;
        width: 40px;
        top: unset;
        bottom: -15px;
        left: 0;
        right: 0;
        margin:  0 auto;
    }
    .a_layout .a_row2 .a_txt{
        position: relative;
        margin: 0 auto;
    }
    .a_layout .a_row2 h4{
        text-align: center;
        margin: 0 auto 10px;
        font-size: 20px;
    }
    .a_layout .a_row3{
        font-size: 14px;
        
    }
    .a_layout .a_row3 .a_pic{
        width: fit-content;
        margin-right: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .a_layout .a_row2{
        padding: 25px 30px 30px;
        margin: 0 auto 30px;
    }
    .a_layout .a_row3{
        padding: 0 5px;
    }
}
@media screen and (max-width: 767px) {
    .a_layout .a_row2 .a_txt {
        text-align: left;
    }
    .a_layout .a_row3{
        padding: 0 30px;
        flex-direction: column;
        margin: 0 auto;
    }
    .a_layout .a_row3 .a_pic{
        margin: 0 auto 18px;
    }
    .a_layout .a_row3 .a_txt {
        width: 100%;
        max-width: inherit;
    }
}
@media screen and (max-width: 480px) {
    .a_layout .a_row2 {
        padding: 25px 15px 30px;
        margin: 0 auto 30px;
    }
    .a_layout .a_row3{
        padding: 0 15px;
    }
}
/*------------ service-editor ------------*/
.s_layout {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -26px;
    max-width: 923px;
    margin: 0 auto;
}

.s_layout .s_col {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    width: calc(100% / 4);
    padding: 0px 26px;
    margin: 0;
    margin-bottom: 40px;
    transition: all .4s ease;
}

.s_layout .s_col .s_pic {
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 190px;
    height: 190px;
    border-radius: 100%;
    background: #FFF;
    border: 10px solid rgba(214, 214, 214, .5);
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
}

.s_layout .s_col .s_txt {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #444;
    padding-top: 15px;
    transition: all .4s ease;
}

.s_layout .s_col:hover .s_txt {
    color: #33B7B1;
}

.s_layout .s_col:hover .s_pic {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #33B7B1;
    border: 10px solid #D1ECEB;
}

.s_layout .s_col .s_pic .s_pic1 {
    display: block;
}

.s_layout .s_col .s_pic .s_pic2 {
    display: none;
}

.s_layout .s_col .s_pic .s_pic1 img,
.s_layout .s_col .s_pic .s_pic2 img {
    transition: all .4s ease;
}

.s_layout .s_col:hover .s_pic .s_pic1 {
    display: none;
}

.s_layout .s_col:hover .s_pic .s_pic2 {
    display: block;
}
@media screen and (max-width: 1000px) {
    .s_layout .s_col{
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .s_layout .s_col .s_pic{
        width: 160px;
        height: 160px;
        border: 8px solid rgba(214, 214, 214, .5);
    }
    .s_layout .s_col:hover .s_pic{
        border: 8px solid #D1ECEB;
    }
    .s_layout .s_col .s_txt{
        padding-top: 12px;
        font-size: 16px;
    }
    .s_layout .s_col .s_pic img{
        transform: scale(.8);
    }
}
@media screen and (max-width: 767px) {
    .s_layout .s_col{
        width: calc(100% / 2);
        padding: 0 10px;
    }
}
@media screen and (max-width: 480px) {
    .s_layout{
        box-sizing: border-box;
        padding: 0 5px;
    }
    .s_layout .s_col .s_pic{
        width: 130px;
        height: 130px;
    }
    .s_layout .s_col:hover .s_pic{
    }
    .s_layout .s_col .s_pic img{
        transform: scale(.7);
    }
    .s_layout .s_col{
        padding: 0px;
        margin-bottom: 20px;
    }
}
/*------------ 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: #33B7B1;
    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: #21A9DA;
    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;
    }
}

@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%;
    }
}