@charset "utf-8";
/*index_service*/
.index_service_b{
    font-size: 18px;
    font-weight: bold;  
    color: #FFFFFF;
    display: block;
    margin-bottom: 17px;
    margin-top: 0;
    line-height: 1.4;
}
.index_service_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 1.5;
}
.index_service_ul li{
    padding-left: 13px;
    position: relative;
}
.index_service_ul li:before{
    content: '·';
    position: absolute;
    left: 0;
    top: 0;
}
/*------------ about-editor ------------*/
.row_{
    display: flex;
}
.about-editor .row_1 .col1{
    width: 29%;
}
.about-editor .row_1 .col2{
    width: 71%;
    padding-left: 26px;
    box-sizing: border-box;
    
}
.about_tit{
    margin: 20px 0 6px;
    font-size: 20px;
    font-weight: bold;
    color: #0B63B2;

}
.about-editor .row_2{
    padding: 30px;
    margin-top: 23px;
    border:solid 1px #0353AB;
}
.about-editor .row_2 .col1{
    width: 63%;
    padding-right: 50px;
    box-sizing: border-box;
}
.about-editor .row_2 .col2{
    width: 37%;
    margin-bottom: -65px;
    position: relative;
}
.about-editor .tag{
    font-family: Fira Sans;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    bottom: 20px;
    left: -66px;
    display: inline-block;
    line-height: 30px;
    background: #094984;
    width: 267px;
    text-align: center;
}
.about_list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    font-size: 17px;
    line-height: 1.5;
}
.about_list li{
    padding-left: 13px;
    position: relative;
}
.about_list li:before{
    content: '·';
    position: absolute;
    left: 0;
    top: 0;
}
/*------------ service-editor ------------*/

/*------------ contact-editor ------------*/

.contact-editor{
    text-align: center;
}
.contact-editor .row{
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col{
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    border-width: 0 1px 0 1px;
    border-color: #4e547b #4e547b #383838 #383838;
    border-style: solid;
}
.contact-editor .col1{
    border-width: 0 1px 0 0;
}
.contact-editor .col3{
    border-width: 0 0 0 1px;
}
.contact-info-txt{
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #1A87EA;
    text-decoration: underline;
}
/*------------ 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: #495cd6;
    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: 1000px){
    .contact-editor .col{
        float: none;
        padding: 15px 0;
    }
     .contact-editor .row, .contact-editor .col{
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-info-txt .img-ic{
        max-width: 100px;
    }
    .contact-editor .col3{
        border-width: 1px 0 0;
    }
    .row_{
        display: block;
    }
    .about-editor .row_1 .col1,.about-editor .row_1 .col2{
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }
    .about-editor .row_2 .col1,.about-editor .row_2 .col2{
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }
    .about-editor .row_2 .col2,.about-editor .row_1 .col1{
        text-align: center;
    }
    .about-editor .tag{
        left: 0;
    }
    .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: 35px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
