@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-width: 940px;
    margin: 0 auto 0;
}
.a_layout .a_row1{
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0;
    min-height: 500px;
}
.a_layout .a_row1 .a_pic{
    position: relative;
    box-sizing: border-box;
    max-width: 360px;
}
.a_layout .a_row1 .a_txt{
    position: relative;
    box-sizing: border-box;
    max-width: 520px;
    text-align: left;
    color: #363539;
    padding: 0;
    line-height: 1.6;
    font-size: 16px;
}
.a_layout .a_row1 .a_txt .a_tit{
    position: relative;
    box-sizing: border-box;
    font-family: "Instrument Sans", sans-serif;
    text-align: left;
    max-width: 540px;
    margin: 0 0 28px;
    padding-top: 15px;
}
.a_layout .a_row1 .a_txt .a_tit span {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #90B48C;
    padding: 0;
    margin: 0;
}
.a_layout .a_row1 .a_txt .a_tit h2 {
    font-weight: bold;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0.015em;
    color: #000000;
    margin: 20px 0 0;
}
.a_layout .a_row2{
    position: relative;
    box-sizing: border-box;
    display: flex;
    margin: 0 -10px;
    margin-left: auto;
    margin-top: -176px;
    margin-bottom: 60px;
}
.a_layout .a_row2 .a_col{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #EEEEEE;
    max-width: 235px;
    height: fit-content;
    min-height: 225px;
    text-align: center;
    align-items: center;
    padding: 30px 30px;
    margin: 0 10px;
}
.a_layout .a_row2 .a_col .a_ic{
    position: relative;
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.a_layout .a_row2 .a_col .a_tbox{
    position: relative;
    display: flex;
    flex-direction: column;
    color: #343339;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2;
}
.a_layout .a_row2 .a_col .a_tbox h4{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin: 0 0 15px;
}
.a_layout .a_row3{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 270px;
    overflow: hidden;
    padding: 60px 30px;
}
.a_layout .a_row3 .a_pic{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.a_layout .a_row3 .a_pic img{
    width: 100%;
    background-size: cover;
    height: 100% !important;
}
.a_layout .a_row3 .a_tslogan{
    position: relative;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.015em;
    line-height: 1.2;
    max-width: 480px;
    color: #fff;
    margin: 0 auto 35px;
}
.a_layout .a_row3 .a_contact_more{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 160px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
}
.a_layout .a_row3 .a_contact_more a{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 160px;
    height: 50px;
    line-height: 48px;
    border-radius: 30px;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    transition: all .3s ease;
    text-align: center;
}
.a_layout .a_row3 .a_contact_more a span{
    font-size: 15px;
    font-weight: 500;
}
.a_layout .a_row3 .a_contact_more a:hover{
    background: #90B58D;
    border-color: #90B58D;
}
@media screen and (max-width: 1440px){
    .a_layout .a_row1 .a_pic {
        max-width: 300px;
    }
    .a_layout .a_row1 .a_pic img{
        object-fit: cover;
        height: 100% !important;
        min-height: 500px;
        object-position: 55% center;
    }
}
@media screen and (max-width: 1280px){
    .a_layout .a_row1{
        width: 100%;
        flex-direction: column;
        min-height: inherit;
        margin:0 auto 40px;
    }
    .a_layout .a_row1 .a_pic{
        max-width: 360px;
        margin: 0 auto 24px;
    }
    .a_layout .a_row1 .a_txt .a_tit{
        text-align: center;
    }
    .a_layout .a_row1 .a_txt,
    .a_layout .a_row1 .a_txt .a_tit{
        max-width: inherit;
        text-align: center;
    }
    .a_layout .a_row2{
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin: 0 auto 40px;
    }
    .a_layout .a_row2 .a_col{
        width: 100%;
        max-width: inherit;
        margin: 0 0 15px;
        min-height: 208px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_row1 .a_txt .a_tit {
        margin: 0 0 10px;
        max-width: 420px;
    }
    .a_layout .a_row1 .a_txt .a_tit span{
        font-size: 14px;
    }
    .a_layout .a_row1 .a_txt .a_tit h2{
        font-size: 26px;
        margin: 5px 0 0;
    }
    .a_layout .a_row1 .a_txt{
        font-size: 15px;
        line-height: 1.4;
    }
    .a_layout .a_row1 .a_txt .a_tit{
        padding: 0;
    }
    .a_layout .a_row1 .a_pic{
        margin-bottom: 26px;
    }
    .a_layout .a_row2{
        margin-bottom: 30px;
    }
    .a_layout .a_row2 .a_col .a_tbox h4{
        font-size: 17px;
    }
    .a_layout .a_row2 .a_col .a_tbox{
        font-size: 14px;
    }
    .a_layout .a_row2 .a_col{
        padding: 20px;
        min-height: 175px;
    }
    .a_layout .a_row3{
        padding: 30px 15px;
        height: 180px;
        justify-content: center;
    }
    .a_layout .a_row3 .a_tslogan{
        font-size: 20px;
        margin: 0 auto 20px;
    }
    .a_layout .a_row3 .a_contact_more{
        width: 145px;
        height: 45px;
    }
    .a_layout .a_row3 .a_contact_more a{
        width: 145px;
        height: 45px;
        line-height: 42px;
    }
    .a_layout .a_row3 .a_contact_more a span{
        font-size: 14px;
    }
    .a_layout .a_row2 .a_col .a_ic,
    .a_layout .a_row2 .a_col .a_tbox h4{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px){
    .a_layout .a_row3{
        height: fit-content;
    }
}
/*------------ index-service-editor ------------*/
.s_layout{
    position: relative;
    box-sizing: border-box;
}
.s_layout .s_txt{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-width: 540px;
    padding: 32px 0;
    border: 1px solid #DDDDDD;
    border-width: 1px 0;
}
.s_layout .s_txt .s_col{
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.s_layout .s_txt .s_col .s_ic{
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: #90B58D;
    transition: all .3s ease;
    margin-right: 20px;
}
.s_layout .s_txt .s_col:hover .s_ic{
    background: #363539;
}
.s_layout .s_txt .s_col .s_tbox{
    position: relative;
    box-sizing: border-box;
    font-family: "Instrument Sans", sans-serif;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    color: #343339;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.5;
}
.s_layout .s_txt .s_col .s_tbox h4{
    position: relative;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
}
.s_layout .s_txt .s_col +.s_col{
    margin-top: 24px;
}
@media screen and (max-width: 1000px){
    .s_layout .s_txt{
        max-width: inherit;
        padding: 15px 0;
    }
    .s_layout .s_txt .s_col .s_tbox h4{
        font-size: 17px;
    }
    .s_layout .s_txt .s_col .s_tbox{
        font-size: 14px;
        line-height: 1;
    }
    .s_layout .s_txt .s_col .s_ic{
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }
    .s_layout .s_txt .s_col +.s_col {
        margin-top: 15px;
    }
}
@media screen and (max-width: 1000px){
    .s_layout .s_txt .s_col{
        flex-direction: column;
        align-items: flex-start;
    }
    .s_layout .s_txt .s_col .s_ic{
        margin: 0 0 10px;
    }
}
/*------------ 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: #90B58D;
    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: #90B58D;
    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%;
    }
}
