/*********** å‰å¾Œå°ç·¨è¼¯å™¨å€å¡Šå…±ç”¨çš„CSSè¨­å®š ***********/
img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.col {
    box-sizing: border-box;
}
/*------------ about-editor ------------*/
.about-editor {
    text-align: center;
    letter-spacing: 1px;
}
.about-editor .tb01 {
    max-width: 1211px;
    margin: 0 auto;
}
.about-editor .tb01 .pic {
    position: relative;
    padding: 15px 0 0;
}
.about-editor .tb01 .pic p {
    position: absolute;
    top: 35px;
    display: inline-block;
    max-width: 515px;
    right: 30px;
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 1.8;
    background: rgba(255, 255, 255, .7);
    box-sizing: border-box;
    padding: 70px 35px;
}
.about-editor .tb01 .pic p b {
    font-size: 20px;
    color: #0C3146;
    line-height: 1.5;
    display: block;
    margin: 0 0 40px;
}
/*------------ products-editor ------------*/
.products-editor {
    text-align: center;
}
/*------------ news-editor ------------*/
.news-editor {
    position: relative;
}
.news-editor .news-p {
    font-size: 14px;
    color: #8B8B8B;
    line-height: 1.6;
    max-width: 645px;
    position: absolute;
    top: -4px;
    right: 0;
    margin: 0;
}
/*------------ service-editor ------------*/
.service-editor {
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
}
.service-editor h2 {
    font-size: 20px;
    color: #2A9990;
    line-height: 1.5;
}
.service-editor .pic {
    width: 50%;
    text-align: left;
}
.service-editor .description {
    text-align: center;
    position: relative;
}
.service-editor .description:before {
    content: "";
    width: 1px;
    height: 60px;
    background: #B2AFA3;
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
}
.tb01 {
    max-width: 855px;
    margin: 0 auto;
}
/*------------ terms-editor ------------*/
h2.terms-title {
    color: #2A9990;
    margin: 0 0 5px;
    font-size: 15px;
}
/*------------ index-service-editor ------------*/
.index-service-editor h2 {
    font-size: 20px;
    color: #0C3146;
    line-height: 1.5;
    font-weight: normal;
    margin: 0 0 5px;
}
/*------------ index-about-editor ------------*/
.index-about-editor {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.7;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1440px) {
    .news-editor .news-p {
        position: static;
        max-width: 100%;
        margin: 0 0 50px 0;
    }
}
@media screen and (max-width: 900px) {
    .about-editor .tb01 .pic p {
        position: static;
        padding: 0 0 15px 0;
        max-width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .service-editor{
        padding: 0 10px 10px;
    }
    .service-editor .tb01 td {
        width: 100%;
        text-align: center;
        float: left;
    }
}
@media screen and (max-width: 600px) {
    .index-activity-editor h1 {
        font-size: 48px;
    }
}
