/*------------ about-editor ------------*/
.about-edi{
    right: inherit;
    left: 30px;
    
}
.area-iseditor .is_tb01 .pic p.about-edi{
    background: rgba(45, 45, 45, 0.8);
    color: #fff;
    top: 55px;
}
.about-pic{
    position: absolute;
    right: -450px;
    bottom: -120px;
}

@media screen and (max-width: 900px) {
    .area-iseditor .is_tb01 .pic p{
        padding: 20px;
    }
    .about-edi{
        left: inherit;
    }
    .about-pic{
        position: relative;
        right: 0;
        left: 0;
        bottom: inherit;
        margin: auto;
    }
    .area-iseditor .is_tb01 .pic p.about-edi{
        background: #fff;
        color: #2d2d2d;
    }
}

/*------------ about-editor ------------*/

.about-editor .title {
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
}

.about-editor td {
    vertical-align: top;
}

.about-editor .pic2 {
    padding: 0 0 0 40px;
    width: 424px;
    position: relative;
    top: 0px;
}


/*------------ service-editor ------------*/

.service-table td {
    vertical-align: top;
}

.service-table .pic {
    width: 623px;
    padding: 0 30px 0 0;
}

.service-tit {
    position: relative;
    margin: 10px 0 30px;
}

.service-table p {
    margin: 40px 0;
}

/*------------ service_1-editor ------------*/

.service_1-table td {
    vertical-align: top;
}

.service_1-table .pic {
    width: 623px;
    padding: 0 30px 0 0;
}

.service_1-tit {
    position: relative;
    margin: 10px 0 30px;
}

.service_1-table p {
    margin: 40px 0;
}

/*------------ service_2-editor ------------*/

.service_2-table td {
    vertical-align: top;
}

.service_2-table .pic {
    width: 623px;
    padding: 0 30px 0 0;
}

.service_2-tit {
    position: relative;
    margin: 10px 0 30px;
}

.service_2-table p {
    margin: 40px 0;
}

/*------------ service_3-editor ------------*/

.service_3-table td {
    vertical-align: top;
}

.service_3-table .pic {
    width: 623px;
    padding: 0 30px 0 0;
}

.service_3-tit {
    position: relative;
    margin: 10px 0 30px;
}

.service_3-table p {
    margin: 40px 0;
}
/*------------ terms-editor ------------*/

.terms-editor {
    font-size: 15px;
    line-height: 2;
}

.terms-editor .title {
    font-size: 17px;
    color:#2d57a7;
    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 ------------*/

.index-about-editor{
    color: #e3e3e3;
    line-height: 28px;
}




/*------------ rwd ------------*/

@media screen and (max-width: 1100px) {
    .about-editor .tb01 td,
    .about-editor .tb02 td,
    .service-table td,
    .service-table .pic {
        width: 100%;
        float: left;
        padding: 0;
        box-sizing: border-box;
    }
    .about-editor .pic2 {
        top: 0;
    }
    .service-table td,
    .service-table .pic {
        padding: 0 0 15px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .terms-editor .row {
        margin: 0;
    }
    .terms-editor .col {
        padding: 0;
        width: 100%;
    }
}
