/*********** å‰å¾Œå°ç·¨è¼¯å™¨å€å¡Šå…±ç”¨çš„CSSè¨­å®š ***********/

.about-editor .row {
    position: relative;
    margin: 0 -30px;
}

.about-editor .row:before {
    content: '';
    display: block;
    border-left: 1px solid #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}

.about-editor .col {
    padding: 0 30px;
    float: left;
    width: 50%;
}

.about-sect .txt-right {
    position: relative;
    padding-top: 160px;
    width: auto;
    float: left;
    line-height: 2;
    padding-right: 80px;
    text-align: left;
}

.about-sect .txt-right:after {
    content: '';
    width: 800px;
    height: 150%;
    background: #fff;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    z-index: -1;
}

.about-sect .pic-left {
    float: left;
    margin: 0 50px 0 20px;
    transition: all .3s ease;
    z-index: 5;
}

.about-sect .pic-left:hover {
    margin: 0 40px 0 30px;
}

.about-sect .pic-left:hover:after {
    left: 20px;
    bottom: -25px;
}

.about-sect .pic-left:after {
    content: '';
    position: absolute;
    background: #228A04;
    width: 650px;
    height: 390px;
    display: block;
    left: 40px;
    bottom: 0px;
    z-index: -1;
    transition: all .3s ease;
}

.about-page .en-tit {
    font-family: 'Roboto';
    color: #339844;
    font-weight: bold;
    font-size: 28px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 20px;
}

.about-page .en-tit span {
    font-size: 24px;
    font-weight: normal;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}

.about-page .en-tit span:before {
    content: '';
    background: #339844;
    margin: 0 10px;
    width: 40px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
}

.about-page .column.half {
    margin-left: 0;
    padding: 0;
    margin-bottom: 20px;
}

.about-page .column.half.new {
    padding: 0 20px 0 30px
}

.about-page .remote-row p {
    padding: 0;
    margin: 0;
}

.about-page {
    font-size: 15px;
    line-height: 2;
}

.service-editor .row {
    margin: 0 -12px;
}

.service-editor .col {
    padding: 0 12px;
    float: left;
}

.service-editor .col1 {
    width: 49%;
}

.service-editor .col2 {
    width: 51%;
}

.service-pic-group {
    text-align: center;
}

.service-pic-group .row {
    margin: 0 -5px;
}

.service-pic-group .col {
    width: 33.33%;
    padding: 5px;
}

.products-editor-pic {
    float: right;
    width: 400px;
    margin: 0 0 10px 30px;
}

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

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

.contact-editor .col1 {
    width: 48%;
}

.contact-editor .col2 {
    width: 52%;
}

.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-list {
    color: #555;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

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

.contact-info-list li:before {
    content: '';
    display: inline-block;
    background: url('../../images/common/contact/info_ic.png') no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-info-list li.tel:before {
    background-position: 0 0;
}

.contact-info-list li.mail:before {
    background-position: 0 25%;
}

.contact-info-list li.addr:before {

    background-position: 0 75%;
}

.contact-info-list li.fax:before {
    background-position: 0 100%;
}

.contact-info-list li.addr2:before {
    background-position: 0 50%;
}


.contact-info-list a:hover {
    text-decoration: underline;
}

.editor-title {
    color: #197292;
    font-size: 18px;
    margin: 0 0 0.83em;
}

.terms-title {
    color: #016a25;
    font-size: 16px;
}

.terms-editor .row {
    margin: 0 -3%;
}

.terms-editor .col {
    float: left;
    width: 50%;
    padding: 0 3%;
}

@media screen and (max-width: 1250px) {
    .about-sect .pic-left {
        width: 50%;
        margin: 0 50px 0 0;
    }

    .about-sect .pic-left:hover:after {
        left: 20px;
        bottom: -20px;
    }

    .about-sect .pic-left:after {
        width: 450px;
        height: 350px;
        left: 40px;
        bottom: 0px;
    }

    .about-sect .txt-right {
        padding-top: 70px;
    }

    .about-sect .txt-right:after {
        width: 130%;
        right: -50px;
        height: 180%;
        padding-right: 80px;
    }
}

@media screen and (max-width: 1100px) {
    .about-sect .pic-left {
        width: 40%;
        margin: 0 50px 0 0;
    }

    .about-sect .pic-left:hover:after {
        left: 25px;
        bottom: 80px;
    }

    .about-sect .pic-left:after {
        width: 80%;
        height: 80%;
        left: 20px;
        bottom: 120px;
    }
}

@media screen and (max-width: 1000px) {
    .service-editor>.row>.col {
        width: 100%;
    }

    .service-editor>.row>.col+.col {
        margin-top: 1.8em;
    }

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

    .contact-editor .col {
        width: 100%;
        padding: 0;
    }

    .contact-map {
        height: 300px;
        margin-bottom: 1.8em;
    }

    .terms-editor .col {
        width: 100%;
    }

    .terms-editor .col+.col {
        margin-top: 1.8em;
    }

    .about-sect .pic-left,
    .about-sect .txt-right {
        width: 100%;
        margin: 0;
        float: none;
        position: relative;
    }

    .about-sect .pic-left:hover {
        margin: 0;
    }

    .about-sect .pic-left:after {
        width: 70%;
        height: 95%;
        left: 110px;
        bottom: -20px;
    }

    .about-sect .pic-left:hover:after {
        left: 110px;
        bottom: -20px;
    }

    .about-sect .txt-right {
        padding: 70px 0 0;
        text-align: center;
    }

    .about-sect .txt-right:after {
        right: 0;
        height: 150%;
        padding: 0;
        width: 100%;
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .about-editor .row:before {
        display: none;
    }

    .about-editor .col {
        width: 100%;
    }

    .products-editor-pic {
        float: none;
        width: auto;
        text-align: center;
    }

    .about-sect .pic-left {
        width: 100%;
        float: none;
    }

    .about-sect .txt-right {
        float: none;
        padding: 0;
        margin-top: 50px;
    }

    .about-sect .sect-title {
        max-width: 100px;
        margin: 0 auto 10px;
    }

    .about-sect .txt-right:after {
        right: auto;
        width: 100%;
    }

    .about-sect .pic-left,
    .about-sect .txt-right {
        float: none;
    }

    .about-sect .txt-right {
        padding-top: 0;
    }

    .about-sect .pic-left:after {
        display: none;
    }

    .about-page .en-tit {
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .about-page .en-tit span {
        font-size: 20px;
    }

    .about-page .column.half {
        margin-bottom: 0;
    }

    .about-page .column.half.new {
        padding: 0;
    }
}


@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }

    .about-page .en-tit {
        margin-bottom: 0px;
    }