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

.about-editor-tit{
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 1.2;
}

.about-editor b{
    color: #6D819C;
    font-size: 20px;
}

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

.service-editor-title{
    color: #202020;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

.service-editor-title:after{
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #6D819C;
    margin: 10px 0 20px;
    opacity: .5;
}

/*------------ terms-editor ------------*/

.terms-title {
    font-size: 25px;
    font-weight: bold;
    color: #C89664;
    margin: 0;
}


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

.index-about-editor {
    color: #333326;
    padding: 0 0 50px;
}

.index-about-editor table .pic {
    width: 452px;
    position: relative;
    padding: 0 15px;
}

.index-about-editor table .pic img{
    border-radius: 15px;
    overflow: hidden;
}

.index-about-editor table{
    max-width: 1423px;
    width: 100%;
    margin: 0 auto;
}

.index-about-editor td{
    width: 448px;
}

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

.index-service-editor{
    color: #666666;
}

.index-service-title{
    color: #202020;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

.index-service-title:after{
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #6D819C;
    margin: 10px 0 20px;
    opacity: .5;
}

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

@media screen and (max-width: 1024px) {
    .index-about-editor table td {
        width: 100%;
        float: left;
    }
    .index-about-editor table .pic {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
}

@media screen and (max-width: 900px) {
    .news-editor .tb01 .pic,
    .news-editor .tb01 .txt {
        width: 100%;
        display: block;
        padding: 0 0 20px;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .about-editor .list,
    .products-editor .list {
        text-align: center;
        margin: 0;
    }
    .about-editor .list li,
    .products-editor .list li {
        width: 50%;
        padding: 0 13px 25px;
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .about-editor .list li,
    .products-editor .list li {
        width: 100%;
        padding: 0 0 25px;
    }
    .notice-editor h2 i {
        font-size: 30px;
    }
}
