/*********** å‰å¾Œå°ç·¨è¼¯å™¨å€å¡Šå…±ç”¨çš„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;
}


/*------------ contact-editor ------------*/

.contact-editor {
    padding: 0 0%;
}

.contact-editor .col {
    float: left;
    padding: 0 0%;
}

.contact-editor .col1,
.contact-editor .col2 {
    width: 100%;
}

.contact-editor .col2 {
    margin-top: 20px;
}

.contact-map {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    border: 8px solid #fff;
}

.contact-map iframe {
    display: block;
    max-height: 100%;
}

.contact-info {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}

.contact-info-list {
    color: #555;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 15px;
    margin: 8px 0;
    line-height: 20px;
}

.contact-info-list li:before {
    content: '';
    display: inline-block;
    background: #6b6b6b no-repeat;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 10px;
    ;
}



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

h2.terms-title {
    color: #0080FF;
    margin: 0 0 5px;
    font-size: 15px;
}



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

.index-service-editor h2 {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.5;
}


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

.index-about-editor {
    color: #444444;
    font-size: 15px;
    line-height: 1.7;
    font-weight: bold;
}



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

@media screen and (max-width: 900px) {
    .about-editor .tb01 .pic p {
        position: static;
        padding: 0 0 15px 0;
        max-width: 100%;
    }
}