@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 934px;
    margin: 48px auto 0;
}
.a_layout .a_row1{
    position: relative;
    display: flex;
    margin-bottom: 44px;
}
.a_layout .a_row1 .a_tit{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 216px;
}
.a_tit span{
    position: relative;
    display: block;
    font-family: "Geologica", sans-serif;
    color: #333333;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
}
.a_tit h2{
    color: #333333;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin: 0;
}
.a_tit span::first-letter{
    color: #00ACA9;
}
.a_layout .a_row1 .a_txt {
    position: relative;
    font-size: 16px;
    color: #535353;
    font-weight: normal
    ;letter-spacing: 0.08em;
    line-height: 2;
    max-width: 636px;
    margin-left: auto;
}
.a_layout .a_row3{
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: -42px;
    margin-bottom: 96px;
}
.a_layout .a_row3 .a_txt{
    position: relative;
    box-sizing: border-box;
    max-width: 428px;
    font-size: 16px;
    font-weight: normal;
    color: #535353;
    letter-spacing: 0.08em;
    line-height: 2;
    padding-top: 100px;
}
.a_layout .a_row3 .a_txt span{
    color: #00ACA9;
}
.a_layout .a_row3 .a_pic{
    position: relative;
    max-width: 405px;
    height: fit-content;
    margin: auto;
}
.a_row4 .a_tit{
    position: relative;
    text-align: center;
    margin: 0 auto 48px;
}


.as_layout {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin: 0 -15px;
}
.as_layout .as_item {
    padding: 0 0;
    margin: 0 13.5px 20px;
}
.as_layout .as_item .as_col {
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 294px;
    height: 100%;
    background: #ffffff;
    justify-content: space-between;
    padding: 48px 24px 32px 20px;
    transition: all .3s ease;
    box-shadow: 0px 2px 10px 1px rgba(102, 102, 102, .1);
}
.as_layout .as_item .as_col .as_txt {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #333333;
    line-height: 1.2;
}
.as_layout .as_item .as_col .as_txt .as_num {
    font-family: "Geologica", sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 8px;
}
.as_layout .as_item .as_col .as_txt h4 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}
.as_layout .as_item .as_col .as_txt h4 span {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #858585;
    letter-spacing: 0.08em;
    line-height: 1.2;
}
.as_layout .as_item .as_col .as_pic {
    position: relative;
    transform: scaleX(1);
    transition: all .3s ease;
}
.as_layout .as_item .as_col:hover .as_pic {
    transform: scaleX(-1);
}
.as_layout .as_item .as_col .as_pic .as_ic1 {
    display: block;
    transition: all .3s ease;
}
.as_layout .as_item .as_col:hover .as_pic .as_ic1 {
    display: none;
}
.as_layout .as_item .as_col .as_pic .as_ic2 {
    display: none;
    transition: all .3s ease;
}
.as_layout .as_item .as_col:hover .as_pic .as_ic2 {
    display: block;
}
@media screen and (max-width: 1440px) {
    .as_layout .as_item {
        padding: 0 0;
        margin: 0 5.5px 20px;
    }
}

@media screen and (max-width: 1280px) {
    .a_layout {
        margin: 32px auto 0;
    }
    .a_layout .a_row1 {
        flex-direction: column;
        align-items: center;
        margin: 0 auto 26px;
    }
    .a_layout .a_row1 .a_tit{
        width: 100%;
        text-align: center;
        margin-bottom: 22px;
    }
    .a_row4 .a_tit {
        text-align: center;
        margin: 0 auto 32px;
    }
    .a_layout .a_row3{
        margin-top: 24px;
        margin-bottom: 66px;
        flex-direction: column;
    }
    .a_layout .a_row3 .a_txt{
        padding: 0;
        max-width: inherit;
        margin-bottom: 26px;
    }
}
@media screen and (max-width: 1000px) {
    .a_layout{
        margin: 0 auto;
    }
    .a_tit span{
        font-size: 40px;
    }
    .a_tit h2{
        font-size: 24px;
    }
    .a_layout .a_row1 .a_txt{
        font-size: 15px;
        max-width: inherit;
    }
    .a_layout .a_row3 .a_txt{
        font-size: 15px;
        max-width: inherit;
        margin-bottom: 24px;
    }
    .a_layout .a_row3 {
        margin-bottom: 45px;
    }
    .a_layout .a_row1 .a_tit {
        margin-bottom: 15px;
    }
    .a_row4 .a_tit {
        margin: 0 auto 24px;
    }
    .a_layout .a_row1 {
        margin: 0 auto 24px;
    }
    .a_layout .a_row3 {
        margin-top: 22px;
    }
    .as_layout{
        margin: 0 auto;
    }
    .as_layout .as_item .as_col .as_txt .as_num {
        font-size: 24px;
    }
    .as_layout .as_item .as_col .as_txt h4 {
        font-size: 18px;
    }
    .as_layout .as_item .as_col .as_txt h4 span {
        font-size: 13px;
    }
    .as_layout .as_item .as_col {
        width: 250px;
        padding: 38px 12px 22px 18px;
    }
    .as_layout .as_item {
        margin: 0 5px 20px;
    }
    .as_layout .as_item .as_col .as_pic {
        transform: scaleX(1) scale(.8);
        transition: all .3s ease;
    }
    .as_layout .as_item .as_col:hover .as_pic {
        transform: scaleX(-1) scale(.8);
    }
}
@media screen and (max-width: 550px) {
    .as_layout .as_item {
        width: calc(100% - 15px);
    }
    .as_layout .as_item .as_col {
        width: 100%;
        margin: 0 auto;
        padding: 28px 15px 22px 15px;
    }
}

/*------------ index-service-editor ------------*/
.s_layout {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.s_layout .s_item {
    padding: 0 0;
    margin: 0 3.5px 30px;
}

.s_layout .s_item .s_col {
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 294px;
    height: 100%;
    background: #ffffff;
    justify-content: space-between;
    padding: 48px 24px 32px 20px;
    transition: all .3s ease;
    box-shadow: 0px 2px 10px 1px rgba(102, 102, 102, 0);
}

.s_layout .s_item .s_col:hover {
    box-shadow: 0px 2px 10px 1px rgba(102, 102, 102, .1);
}

.s_layout .s_item .s_col .s_txt {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #333333;
    line-height: 1.2;
}

.s_layout .s_item .s_col .s_txt .s_num {
    font-family: "Geologica", sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 8px;
}

.s_layout .s_item .s_col .s_txt h4 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

.s_layout .s_item .s_col .s_txt h4 span {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #858585;
    letter-spacing: 0.08em;
    line-height: 1.2;
}

.s_layout .s_item .s_col .s_pic {
    position: relative;
    transform: scaleX(1);
    transition: all .3s ease;
}

.s_layout .s_item .s_col:hover .s_pic {
    transform: scaleX(-1);
}

.s_layout .s_item .s_col .s_pic .s_ic1 {
    display: block;
    transition: all .3s ease;
}

.s_layout .s_item .s_col:hover .s_pic .s_ic1 {
    display: none;
}

.s_layout .s_item .s_col .s_pic .s_ic2 {
    display: none;
    transition: all .3s ease;
}

.s_layout .s_item .s_col:hover .s_pic .s_ic2 {
    display: block;
}
@media screen and (max-width: 1550px) {
    .s_layout {
        max-width: 950px;
    }
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1000px) {
    .s_layout .s_item .s_col .s_txt .s_num {
        font-size: 24px;
    }

    .s_layout .s_item .s_col .s_txt h4 {
        font-size: 18px;
    }

    .s_layout .s_item .s_col .s_txt h4 span {
        font-size: 13px;
    }

    .s_layout .s_item .s_col {
        width: 250px;
        padding: 38px 12px 22px 18px;
    }

    .s_layout .s_item {
        margin: 0 5px 20px;
    }

    .s_layout .s_item .s_col .s_pic {
        transform: scaleX(1) scale(.8);
        transition: all .3s ease;
    }

    .s_layout .s_item .s_col:hover .s_pic {
        transform: scaleX(-1) scale(.8);
    }
}

@media screen and (max-width: 550px) {
    .s_layout .s_item {
        width: calc(100% - 15px);
    }

    .s_layout .s_item .s_col {
        width: 100%;
        margin: 0 auto;
        padding: 28px 15px 22px 15px;
    }
}

/*------------ 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: #00ADA9;
    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: #00ACA9;
    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) {}

@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) {
    .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%;
    }
}