@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 940px;
    margin: 30px auto 0;
}
.a_layout .a_row1{
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
}
.a_layout .a_row1 .a_pic{
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_row1 .a_slogan{
    position: absolute;
    box-sizing: border-box;
    background: rgba(255,255,255,.8);
    font-size: 24px;
    font-weight: normal;
    color: #515458;
    letter-spacing: 0.36em;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
}
.a_layout .a_row2{
    position: relative;
    display: flex;
    z-index: 2;
}
.a_layout .a_row2 .a_txt{
    position: relative;
    box-sizing: border-box;
    max-width: 400px;
    color: #515258;
    letter-spacing: 0.24em;
    line-height: 2.1;
    font-size: 15px;
    font-weight: normal;
    margin-left: 30px;
}
.a_layout .a_row2 .a_txt .a_tit{
    position: relative;
    display: flex;
    line-height: 1.2;
    flex-direction: column;
    margin: 0 0 25px;
}
.a_layout .a_row2 .a_txt .a_tit span{
    font-size: 64px;
    line-height: .9;
    letter-spacing: 0;
    font-family: "Amiri", serif;
    font-weight: normal;
    color: #515458;
}
.a_layout .a_row2 .a_txt .a_tit h2{
    font-size: 32px;
    letter-spacing: 0.15em;
    line-height: 1.2;
    color: #212121;
    font-weight: lighter;
    margin: 0;
}
.a_layout .a_row2 .a_txt .a_lt{
    position: relative;
    display: block;
    font-size: 24px;
    color: rgba(81,84,88,.5);
    letter-spacing: 0;
    font-weight: normal;
    line-height: 1.05;
    font-family: "Amiri", serif;
    margin: 0 0 10px;
}
.a_layout .a_row2 .a_txt .a_lt::before{
    content: '';
    position: relative;
    display: inline-block;
    width: 24px;
    height: 1px;
    background: rgba(81,85,88,.5);
    margin: 0 10px 7px 0;
}
.a_layout .a_row2 .a_txt .a_lt::after{
    content: '';
    position: relative;
    display: inline-block;
    width: 24px;
    height: 1px;
    background: rgba(81,85,88,.5);
    margin: 0 0px 7px 10px;
}
.a_layout .a_row2 .a_pic{
    position: relative;
    margin-left: auto;
    max-width: 450px;
    margin-right: 30px;
    margin-top: -68px;
}
@media screen and (max-width: 1440px){
    .a_layout .a_row2 .a_txt{
        margin-left: 30px;
    }
    .a_layout .a_row2 .a_pic {
        margin-right: 22px;
    }
}
@media screen and (max-width: 1280px){
    .a_layout{
        margin-top: 15px;
    }
    .a_layout .a_row1{
        margin: 0 auto 30px;
    }
    .a_layout .a_row1 .a_slogan{
        width: 500px;
        text-align: center;
    }
    .a_layout .a_row2 {
        flex-direction: column;
    }
    .a_layout .a_row2 .a_txt{
        margin: 0 auto 30px;
        max-width: inherit;
    }
    .a_layout .a_row2 .a_txt .a_tit{
        text-align: center;
    }
    .a_layout .a_row2 .a_txt .a_lt{
        margin: 0 auto 10px;
        width: fit-content;
    }
    .a_layout .a_row2 .a_pic {
        margin: 0 auto;
        max-width: inherit;
        display: flex;
        justify-content: space-between;
        width: 100%;

    }
}
@media screen and (max-width: 1000px){
    .a_layout{
        margin: 0 auto;
    }
    .a_layout .a_row1 .a_slogan{
        width: fit-content;
        max-width: 480px;
        font-size: 18px;
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
        letter-spacing: 0.15em;
    }
    .a_layout .a_row2 .a_txt .a_tit{
        margin-bottom: 15px;
    }
    .a_layout .a_row2 .a_txt .a_tit span{
        font-size: 42px;
    }
    .a_layout .a_row2 .a_txt .a_tit h2{
        font-size: 20px;
    }
    .a_layout .a_row2 .a_txt .a_lt{
        font-size: 20px;
    }
    .a_layout .a_row2 .a_txt .a_lt::before,
    .a_layout .a_row2 .a_txt .a_lt::after{
        width: 20px;
    }
    .a_layout .a_row2 .a_txt{
        font-size: 14px;
    }
    .a_layout .a_row2 .a_pic{
        flex-wrap: wrap;
        justify-content: center;
    }
}
/*------------ service-editor ------------*/

/*------------ 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: #212121;
    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: #212121;
    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%;
    }
}
