@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 936px;
    margin: 38px auto 0;
}
.a_layout .a_tit{
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: 1;
    text-align: center;
    margin: 0 auto 24px;
}
.a_layout .a_tit span{
    font-size: 50px;
    font-weight: normal;
    letter-spacing: inherit;
    color: #333233;
    font-family: "Tenor Sans", sans-serif;
}
.a_layout .a_tit h2{
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #333233;
    line-height: 1.8;
    margin: 0;
}
.a_layout .a_tit h2::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-top: 7px solid #555555;
    margin: 7px auto 0;
}
.a_layout .a_row1{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background: url(../../../images/layout06/common/about/a_bg1.jpg) 50% 50% no-repeat;
    background-size: cover;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    color: #666566;
    padding: 0 93px 107px;
    margin: 0 auto 50px;
}
.a_layout .a_row1 .a_tbox{
    position: relative;
    box-sizing: border-box;
    max-width: 750px;
    background: rgba(255,255,255,.95);
    margin-bottom: 45px;
    text-align: center;
    padding: 30px 150px 50px;
}
.a_layout .a_row1 .a_tbox p{
    margin: 0;
}
.a_layout .a_row1 h4{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}

.a_layout  .a_row2{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background: url(../../../images/layout06/common/about/a_bg2.jpg) 50% 50% no-repeat;
    background-size: cover;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #666566;
    padding: 60px 0 65px;
    margin: 0 auto 0;
    text-align: center;
}
.a_layout .a_row2 h4 {
    color: #444444;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto 24px;
}
.a_layout .a_row2 p{
    margin: 0;
}
@media(max-width:1440px){
    .a_layout .a_row1 .a_tbox {
        padding: 30px 120px 50px;
    }
}
@media(max-width:1280px){
    .a_layout{
        margin: 0 auto;
    }
    .a_layout .a_row1{
        padding: 0 40px 45px;
        margin: 0 auto 30px;
    }
    .a_layout .a_row1 .a_tbox{
        padding: 30px 40px 40px;
        margin-bottom: 30px;
    }
    .a_layout .a_row2{
        padding: 40px 40px 45px;
    }
}
@media(max-width:1000px){
    .a_layout .a_tit {
        margin: 0 auto 24px;
    }
    .a_layout .a_tit span{
        font-size: 45px;
    }
    .a_layout .a_tit h2{
        font-size: 22px;
    }
    .a_layout .a_row1 h4,
    .a_layout .a_row2 h4{
        font-size: 18px;
    }
    .a_layout .a_row2 h4{
        margin: 0 auto 15px;
    }
    .a_layout .a_row1,
    .a_layout .a_row2{
        font-size: 15px;
    }
    .a_layout .a_row1 {
        padding: 0 30px 35px;
    }
    .a_layout .a_row1 .a_tbox {
        padding: 30px 15px 30px;
    }
    .a_layout .a_row2 {
        padding: 30px 30px 35px;
    }
}
/*------------ service-editor ------------*/
.s_layout{
    position: relative;
    display: flex;
}
.s_layout .s_row1{
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 431px;
    font-size: 16px;
    overflow: hidden;
    height: auto;
    color: #666566;
    padding: 0;
    letter-spacing: 0.08em;
    position: relative;
    line-height: 1.5;
}
.s_layout .s_row1 h4 {
    font-weight: normal;
    color: #444444;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    margin: 0 0 15px;
}
.s_layout .s_row2{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 530px;
    width: fit-content;
    margin-left: auto;
    justify-content: space-between;
    margin-top: -114px;
}
.s_layout .s_row2 .s_col{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 240px;
    min-height: 140px;
    margin-bottom: 40px;
}
.s_layout .s_row2 .s_col .s_txt{
    color: #464646;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
.s_layout .s_row2 .s_col .s_txt .s_num{
    position: relative;
    display: block;
    font-family: "Tenor Sans", sans-serif;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: inherit;
    line-height: .9;
    color: #343233;
    transition: all .3s ease;
    margin: 0 0 15px;
    padding: 0;
    z-index: 2;
}
.s_layout .s_row2 .s_col .s_txt .s_num::before{
    content: '';
    position: absolute;
    height: 1px;
    width: 190px;
    background: #DDDDDD;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 0;
}
.s_layout .s_row2 .s_col:hover .s_txt .s_num{
    color: #F8B61C;
}

.s_layout .s_row2 .s_col .s_ic{
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
}
.s_layout .s_row2 .s_col:hover .s_ic{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.s_layout .s_row2 .s_col .s_ic .s_pic1 {
    display: block;
}
.s_layout .s_row2 .s_col .s_ic .s_pic2 {
    display: none;
}
.s_layout .s_row2 .s_col:hover .s_ic .s_pic1{
    display: none;
}
.s_layout .s_row2 .s_col:hover .s_ic .s_pic2 {
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
@media(max-width:1280px){

}
@media(max-width:1000px){
    .s_layout .s_row1 h4{
        font-size: 18px;
        margin-bottom: 10px;
        text-align: center;
    }
    .s_layout .s_row1{
        font-size: 15px;
        max-width: 650px;
        text-align: center;
        padding:0 0px;
        height:auto;
        -webkit-line-clamp:inherit;
        margin: 0 0 40px;
    }
    .s_layout {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .s_layout .s_row2{
        margin: 0;
        max-width: 650px;
        justify-content: space-evenly;
    }
    .s_layout .s_row2 .s_col .s_txt .s_num{
        font-size: 24px;
    }
    .s_layout .s_row2 .s_col .s_txt {
        font-size: 16px;
    }
    .s_layout .s_row2 .s_col{
        width: 240px;
        flex-wrap: wrap;
    }
}
@media(max-width:510px){
    .s_layout .s_row2 .s_col{
        margin-bottom: 30px;
    }
}

/*------------ 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: #F8B61C;
    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: #F8B61A;
    font-weight: normal;
    letter-spacing: 0.1em;
    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: 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%;
    }
}
