﻿@charset "utf-8";

.singlepage-section {
    padding: 0;
}

.about-01 {
    max-width: 1200px;
    margin: 0 auto;
}

    .about-01 .tit {
        text-align: center;
        padding: 75px 0 55px;
    }

        .about-01 .tit .zh {
            font-size: 22px;
            color: #010101;
        }

        .about-01 .tit .en {
            font-size: 16px;
            color: #999;
        }

    .about-01 .around {
        width: 100%;
        overflow: hidden;
        font-size: 13px;
        color: #666;
        line-height: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

        .about-01 .around img {
            float: left;
            margin: 0 40px 10px 0;
            max-width: 450px;
        }

    .about-01 .benefits .bt {
        padding: 35px 0 25px;
        line-height: 25px;
    }

        .about-01 .benefits .bt .zh {
            font-size: 20px;
            color: #000;
        }

        .about-01 .benefits .bt .en {
            font-size: 13px;
            color: #888;
        }

    .about-01 .instructions {
        font-size: 15px;
        color: #666;
        line-height: 25px;
    }

    .about-01 .extra {
        padding: 70px 0;
        overflow: hidden;
    }

        .about-01 .extra > li {
            width: 30%;
            margin-right: 5%;
            float: left;
        }

            .about-01 .extra > li:nth-child(3n) {
                margin-right: 0;
            }

            .about-01 .extra > li .tu {
                display: block;
                width: 100%;
                overflow: hidden;
                position: relative;
                padding-top: 75%;
            }

            .about-01 .extra > li .other {
                width: 100%;
                line-height: 25px;
                height: 95px;
                padding: 20px 0 0;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
                font-size: 13px;
                color: #666;
            }

@media screen and (max-width:1200px) {
    .about-01 {
        padding: 0 10px;
    }
}

@media screen and (min-width:1025px) {
    .about-01 .extra > li .tu img {
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
    }

    .about-01 .extra > li:hover .tu img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media screen and (max-width:1024px) {
    .about-01 .tit {
        padding: 40px 0 30px;
    }

    .about-01 .extra {
        padding: 30px 0;
    }
}

@media screen and (max-width:800px) {
    .about-01 .around img {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .about-01 {
        width: 100%;
        padding: 10px;
    }

        .about-01 .tit {
            padding: 15px 0;
        }

        .about-01 .around img {
            width: 100%;
            margin: 10px 0;
        }

        .about-01 .benefits .bt {
            padding: 10px 0;
        }

        .about-01 .extra {
            padding: 10px 0;
        }

            .about-01 .extra > li {
                width: 100%;
                height: auto;
                margin-right: 0;
                margin-top: 15px;
            }

                .about-01 .extra > li .tu img {
                    width: 50%;
                    margin: 0 auto;
                }

                .about-01 .extra > li .other {
                    padding: 10px 0 0;
                    height: auto;
                }
}

.about-02 {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

    .about-02 .tit {
        text-align: center;
        padding: 75px 0 55px;
    }

        .about-02 .tit .zh {
            font-size: 22px;
            color: #010101;
        }

        .about-02 .tit .en {
            font-size: 16px;
            color: #999;
        }

    .about-02 .around {
        width: 100%;
        overflow: hidden;
        font-size: 13px;
        color: #666;
        line-height: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

        .about-02 .around img {
            float: left;
            margin: 0 40px 10px 0;
            max-width: 450px;
        }

    .about-02 .benefits .bt {
        padding: 35px 0 25px;
        line-height: 25px;
    }

        .about-02 .benefits .bt .zh {
            font-size: 20px;
            color: #000;
        }

        .about-02 .benefits .bt .en {
            font-size: 13px;
            color: #888;
        }

    .about-02 .instructions {
        font-size: 15px;
        color: #666;
        line-height: 25px;
    }

@media screen and (max-width:1200px) {
    .about-02 {
        padding: 0 10px;
    }
}

@media screen and (max-width:1024px) {
    .about-02 .tit {
        padding: 40px 0 30px;
    }
}

@media screen and (max-width:800px) {
    .about-02 .around img {
        width: 50%;
    }

    .about-02 .benefits .bt {
        padding: 15px 0 10px;
    }
}

@media screen and (max-width:767px) {
    .about-02 {
        width: 100%;
        padding: 10px;
        margin: 0;
    }

        .about-02 .tit {
            padding: 15px 0;
        }

        .about-02 .around img {
            width: 100%;
            margin: 10px 0;
            float: none;
        }

        .about-02 .benefits .bt {
            padding: 10px 0;
        }
}

section.about-03 {
    padding-bottom: 50px;
}

.about-03 .tit {
    text-align: center;
    padding: 75px 0 55px;
}

    .about-03 .tit .zh {
        font-size: 22px;
        color: #010101;
    }

    .about-03 .tit .en {
        font-size: 16px;
        color: #999;
    }

.about-03 .around {
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    color: #666;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

    .about-03 .around img {
        float: right;
        margin: 0 0 10px 40px;
        max-width: 450px;
    }

.about-03 .benefits .bt {
    padding: 35px 0 5px;
    line-height: 25px;
}

    .about-03 .benefits .bt .zh {
        font-size: 20px;
        color: #000;
    }

    .about-03 .benefits .bt .en {
        font-size: 13px;
        color: #888;
    }

.about-03 .instructions {
    font-size: 15px;
    color: #666;
    line-height: 25px;
}

@media screen and (max-width:1200px) {
    .about-03 {
        padding: 0 10px;
    }
}

@media screen and (max-width:1024px) {
    .about-03 .tit {
        padding: 40px 0 30px;
    }
}

@media screen and (max-width:800px) {
    .about-03 .around img {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .about-03 {
        width: 100%;
        padding: 10px;
    }

        .about-03 .tit {
            padding: 15px 0;
        }

        .about-03 .around img {
            width: 100%;
            margin: 10px 0;
            float: none;
        }

        .about-03 .benefits .bt {
            padding: 15px 0 10px;
        }
}

.goback3 {
    width: 100%;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    color: #333;
    background: #f5f5f5;
}

    .goback3 .gobackC {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        font-size: 13px;
    }

        .goback3 .gobackC a {
            font-size: 13px;
            color: #333;
        }

            .goback3 .gobackC a:hover {
                text-decoration: underline;
            }

@media screen and (max-width:800px) {
    .goback3 .gobackC {
        font-size: 15px;
    }

        .goback3 .gobackC a {
            font-size: 15px;
        }
}

@media screen and (max-width:767px) {
    .goback3 {
        text-align: left;
        height: 2rem;
        line-height: 2rem;
    }

        .goback3 .gobackC {
            font-size: .6rem;
        }

            .goback3 .gobackC a {
                font-size: .6rem;
            }
}

.about-04 {
    padding-bottom: 50px;
}

    .about-04 .tit {
        text-align: center;
        padding: 75px 0 55px;
    }

        .about-04 .tit .zh {
            font-size: 22px;
            color: #010101;
        }

        .about-04 .tit .en {
            font-size: 16px;
            color: #999;
        }

    .about-04 .around {
        width: 100%;
        overflow: hidden;
        font-size: 13px;
        color: #666;
        line-height: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

        .about-04 .around img {
            float: right;
            margin: 0 0 10px 40px;
            max-width: 450px;
        }

    .about-04 .benefits .bt {
        padding: 35px 0 2px;
        line-height: 25px;
    }

        .about-04 .benefits .bt .zh {
            font-size: 20px;
            color: #000;
        }

        .about-04 .benefits .bt .en {
            font-size: 13px;
            color: #888;
        }

    .about-04 .instructions {
        font-size: 14px;
        color: #666;
        line-height: 25px;
    }

    .about-04 .benefits .extra {
        padding: 0 0 70px;
        overflow: hidden;
    }

        .about-04 .benefits .extra > li {
            width: 30%;
            height: 360px;
            margin-right: 5%;
            float: left;
        }

            .about-04 .benefits .extra > li:nth-child(3n) {
                margin-right: 0;
            }

            .about-04 .benefits .extra > li .tu {
                display: block;
                width: 100%;
                height: 310px;
                line-height: 310px;
                text-align: center;
                overflow: hidden;
                position: relative;
            }

                .about-04 .benefits .extra > li .tu img {
                    vertical-align: middle;
                }

            .about-04 .benefits .extra > li .other {
                font-size: 13px;
                color: #666;
                height: 70px;
                line-height: 25px;
                padding: 20px 0 0;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }

@media screen and (min-width:1025px) {
    .about-04 .benefits .extra > li .tu img {
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
    }

    .about-04 .benefits .extra > li:hover .tu img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media screen and (max-width:1024px) {
    .about-04 {
        margin: 0 auto;
    }

        .about-04 .tit {
            padding: 40px 0 30px;
        }

        .about-04 .benefits .extra {
            padding: 0 0 30px;
        }

            .about-04 .benefits .extra > li .tu {
                height: 250px;
                line-height: 250px;
            }
}

@media screen and (max-width:800px) {
    .about-04 .around img {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .about-04 {
        width: 100%;
        padding: 10px;
    }

        .about-04 .tit {
            padding: 1rem 0;
        }

        .about-04 .around img {
            width: 100%;
            margin: 10px 0;
            float: none;
        }

        .about-04 .benefits .bt {
            padding: 15px 0 10px;
        }

        .about-04 .benefits .extra {
            padding: 0 0 10px;
        }

            .about-04 .benefits .extra > li {
                width: 100%;
                height: auto;
                margin-right: 0;
                margin-top: 15px;
            }

                .about-04 .benefits .extra > li .tu img {
                    width: 50%;
                    margin: 0 auto;
                }

                .about-04 .benefits .extra > li .other {
                    padding: 15px 0 0;
                }
}

.about-06 .box01 .contxt {
    background: #fff;
    padding-left: 45px;
}

    .about-06 .box01 .contxt h2 {
        margin-top: 45px;
        font-size: 24px;
    }

    .about-06 .box01 .contxt p {
        line-height: 28px;
        margin-top: 15px;
    }

    .about-06 .box01 .contxt img {
        margin-left: 45px;
        max-width: 689px;
    }

.about-06 .box02 {
    margin-top: 60px;
}

    .about-06 .box02 .contxt {
        background: #fff;
        padding-right: 45px;
    }

        .about-06 .box02 .contxt h2 {
            margin-top: 45px;
            font-size: 24px;
        }

        .about-06 .box02 .contxt p {
            line-height: 28px;
            margin-top: 15px;
        }

        .about-06 .box02 .contxt img {
            margin-right: 45px;
            max-width: 689px;
        }

@media screen and (max-width:1366px) {
    .about-06 .box .contxt h2 {
        margin-top: 20px;
    }

    .about-06 .box01 .contxt {
        padding-left: 20px;
    }

        .about-06 .box01 .contxt img {
            margin-left: 20px;
        }

    .about-06 .box02 .contxt {
        padding-right: 20px;
    }

        .about-06 .box02 .contxt img {
            margin-right: 20px;
        }
}

@media screen and (max-width:1024px) {
    .about-06 .box .contxt {
        padding: 0;
        padding-bottom: 15px;
    }

        .about-06 .box .contxt img {
            width: 100%;
            margin-bottom: 15px;
        }

        .about-06 .box .contxt h2 {
            font-size: 20px;
        }

        .about-06 .box .contxt p {
            margin-top: 10px;
            line-height: 22px;
        }

        .about-06 .box .contxt h2, .about-06 .box .contxt p {
            padding: 0 15px;
        }

    .about-06 .box02 {
        margin-top: 20px;
    }
}

.about-09 .box {
    margin-top: 55px;
}

    .about-09 .box img {
        display: block;
        width: 100%;
    }

    .about-09 .box .list {
        width: 33.33%;
        float: left;
        margin-top: 1px;
        padding-right: 1px;
    }

        .about-09 .box .list:last-child {
            padding: 0;
        }

@media screen and (max-width:768px) {
    .about-09 .box {
        margin-top: 20px;
    }
}

@media screen and (max-width:640px) {
    .about-09 .box .list {
        width: 100%;
    }
}

.about-10 .list-con {
    margin: 0 -10px;
}

.about-10 .list {
    padding: 0 10px;
}

    .about-10 .list b {
        display: block;
        margin-bottom: 20px;
    }

.about-10 .list01 {
    width: 21.67%;
}

.about-10 .list02 {
    width: 20.83%;
}

.about-10 .list03 {
    width: 31.67%;
}

.about-10 .list04 {
    width: 20.83%;
}

.about-10 .img01 {
    padding-top: 81.85%;
}

.about-10 .img02 {
    padding-top: 122.77%;
}

.about-10 .img03 {
    padding-top: 128.14%;
}

.about-10 .img04 {
    padding-top: 85.43%;
}

.about-10 .img05 {
    padding-top: 68.24%;
}

.about-10 .img06 {
    padding-top: 68.24%;
}

.about-10 .img07 {
    padding-top: 81.155%;
}

.about-10 .img08 {
    padding-top: 132.41%;
}

@media screen and (max-width:1024px) {
    .about-10 .img06 {
        padding-top: 67%;
    }
}

@media screen and (max-width:640px) {
    .about-10 .list-con {
        padding: 0 10px;
    }

    .about-10 .list {
        padding: 0 5px;
    }

        .about-10 .list b {
            margin-bottom: 10px;
        }

    .about-10 .list01 {
        width: 51%;
    }

    .about-10 .list02 {
        width: 49%;
    }

    .about-10 .list03 {
        width: 60.75%;
    }

    .about-10 .list04 {
        width: 39.25%;
    }
}

.about-11 .left, .about-11 .right {
    width: 50%;
}

.about-11 .left {
    padding-right: 20px;
}

    .about-11 .left .item01 {
        border-bottom: 1px dashed #dedede;
        padding-bottom: 25px;
        margin-bottom: 20px;
    }

        .about-11 .left .item01 .title {
            font-size: 20px;
            position: relative;
            line-height: 25px;
            padding-left: 25px;
        }

            .about-11 .left .item01 .title:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 6px;
                height: 25px;
            }

        .about-11 .left .item01 p {
            padding-left: 25px;
            font-size: 16px;
            line-height: 32px;
            margin-top: 15px;
        }

    .about-11 .left .item02 .title {
        font-size: 20px;
    }

        .about-11 .left .item02 .title i {
            display: inline-block;
            vertical-align: middle;
            font-size: 34px;
            margin-top: -3px;
            margin-right: 10px;
        }

    .about-11 .left .item02 p {
        padding-left: 45px;
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
    }

.about-11 .right {
    padding-top: 80px;
}

@media screen and (max-width:768px) {
    .about-11 .left, .about-11 .right {
        width: 100%;
    }

        .about-11 .left .item01 {
            padding-bottom: 15px;
            margin-bottom: 15px;
        }

            .about-11 .left .item01 .title {
                font-size: 18px;
                padding-left: 20px;
            }

            .about-11 .left .item01 p {
                font-size: 14px;
                line-height: 24px;
                padding-left: 20px;
            }

        .about-11 .left .item02 .title {
            font-size: 18px;
        }

            .about-11 .left .item02 .title i {
                font-size: 28px;
            }

        .about-11 .left .item02 p {
            margin-top: 10px;
            padding-left: 38px;
            font-size: 14px;
            line-height: 24px;
        }

    .about-11 .right {
        padding-top: 20px;
    }

        .about-11 .right img {
            width: 100%;
        }
}

.about-12 .index-tit22 {
    margin-bottom: 30px;
}

.about-12 .list-con {
    margin: 0 -10px;
    overflow: hidden;
}

    .about-12 .list-con .list {
        width: 25%;
        float: left;
        padding: 0 10px;
        margin-top: 20px;
    }

        .about-12 .list-con .list .box {
            background: #fff;
            text-align: center;
            padding-bottom: 25px;
            height: 374px;
        }

            .about-12 .list-con .list .box i {
                width: 120px;
                height: 120px;
                display: block;
                margin: 55px auto;
                line-height: 120px;
                font-size: 56px;
                border-radius: 100%;
                color: #fff;
            }

            .about-12 .list-con .list .box p {
                text-align: left;
            }

            .about-12 .list-con .list .box h2 {
                font-size: 18px;
            }

            .about-12 .list-con .list .box span {
                color: #ccc;
                margin-top: 5px;
                display: inline-block;
            }

            .about-12 .list-con .list .box p {
                padding: 0 25px;
                margin-top: 25px;
                height: 40px;
                overflow: hidden;
            }

        .about-12 .list-con .list:hover .box {
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            -o-transform: translateY(-10px);
            transform: translateY(-10px);
        }

@media screen and (max-width:1024px) {
    .about-12 .list-con .list {
        width: 50%;
    }

        .about-12 .list-con .list .box {
            height: 279px;
        }

            .about-12 .list-con .list .box i {
                margin: 30px auto;
                width: 80px;
                height: 80px;
                font-size: 40px;
                line-height: 80px;
            }
}

@media screen and (max-width:768px) {
    .about-12 .index-tit22 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:420px) {
    .about-12 .list-con .list {
        width: 100%;
        margin-top: 15px;
    }

        .about-12 .list-con .list .box {
            height: auto;
        }

            .about-12 .list-con .list .box i {
                margin: 20px auto;
            }

            .about-12 .list-con .list .box p {
                margin-top: 15px;
                height: auto;
                padding: 0 15px;
            }
}

.about-13 img {
    display: block;
    max-height: 490px;
}

.about-13 .w1200 {
    position: relative;
}

    .about-13 .w1200 .contxt {
        position: absolute;
        width: 1020px;
        left: 50%;
        margin-left: -510px;
        top: 50%;
        margin-top: -157.5px;
        height: 315px;
        background: rgba(255,255,255,0.8);
        border: 1px solid #f1f1f1;
        display: table;
    }

        .about-13 .w1200 .contxt .icon {
            width: 45px;
            height: 37px;
            background: url(../images/about-13-icon.png) no-repeat center center;
            left: -25px;
            top: 35px;
            position: absolute;
        }

        .about-13 .w1200 .contxt > div {
            display: table-cell;
            vertical-align: middle;
        }

            .about-13 .w1200 .contxt > div p {
                padding: 15px 35px;
                color: #333;
            }

@media screen and (max-width:1024px) {
    .about-13 .w1200 .contxt {
        width: 700px;
        margin-left: -350px;
    }
}

@media screen and (max-width:768px) {
    .about-13 .w1200 .contxt {
        width: 500px;
        margin-left: -250px;
    }
}

@media screen and (max-width:640px) {
    .about-13 img {
        width: 100%;
        max-height: inherit;
    }

    .about-13 .w1200 .contxt {
        height: auto;
        left: 0;
        right: 0;
        margin: 0 25px;
        width: auto;
        display: block;
        padding: 15px;
        margin-top: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .about-13 .w1200 .contxt > div p {
            padding: 0;
        }

        .about-13 .w1200 .contxt .icon {
            display: none;
        }
}

@media screen and (max-width:500px) {
    .about-13 img {
        float: none !important;
    }

    .about-13 .w1200 .contxt {
        margin: 0;
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.about-14 {
    padding-bottom: 0;
}

    .about-14 .contxt {
        border-top: 1px solid #e6e6e6;
        margin-top: 55px;
    }

        .about-14 .contxt .w1200 {
            position: relative;
            padding-bottom: 60px;
        }

            .about-14 .contxt .w1200:before {
                content: '';
                position: absolute;
                width: 1px;
                background: #e6e6e6;
                left: 50%;
                margin-left: -0.5px;
                height: 100%;
                display: block;
            }

            .about-14 .contxt .w1200 .left, .about-14 .contxt .w1200 .right {
                width: 50%;
                float: left;
            }

            .about-14 .contxt .w1200 .right {
                padding-top: 140px;
            }

            .about-14 .contxt .w1200 .list {
                width: 100%;
                position: relative;
                margin-top: 50px;
            }

                .about-14 .contxt .w1200 .list:before {
                    content: '';
                    position: absolute;
                    width: 10px;
                    height: 10px;
                    border-radius: 100%;
                    background: #fff;
                    border: 2px solid #ccc;
                    bottom: 30px;
                }

            .about-14 .contxt .w1200 .left .list {
                padding-right: 35px;
            }

            .about-14 .contxt .w1200 .right .list {
                padding-left: 35px;
            }

            .about-14 .contxt .w1200 .left .list:before {
                right: -7px;
            }

            .about-14 .contxt .w1200 .right .list:before {
                left: -7px;
            }

            .about-14 .contxt .w1200 .list .box {
                border: 1px solid #e6e6e6;
                background: #fff;
            }

                .about-14 .contxt .w1200 .list .box h2 {
                    padding: 20px 20px 0;
                    font-size: 18px;
                    margin-bottom: 15px;
                }

                .about-14 .contxt .w1200 .list .box p {
                    padding: 20px;
                    padding-top: 0;
                }

                .about-14 .contxt .w1200 .list .box .bottom {
                    height: 80px;
                    background: #e6e6e6;
                    position: relative;
                    padding-top: 15px;
                    padding-left: 20px;
                }

                    .about-14 .contxt .w1200 .list .box .bottom:before {
                        content: '';
                        position: absolute;
                        border-left: 10px solid #e6e6e6;
                        border-top: 10px solid transparent;
                        border-bottom: 10px solid transparent;
                        top: 50%;
                        margin-top: -11px;
                    }

            .about-14 .contxt .w1200 .left .list .box .bottom:before {
                right: -10px;
            }

            .about-14 .contxt .w1200 .right .list .box .bottom:before {
                left: -10px;
                border-right: 10px solid #e6e6e6;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: none;
            }

            .about-14 .contxt .w1200 .list .box .bottom span {
                display: block;
                color: #999;
                font-size: 24px;
            }

                .about-14 .contxt .w1200 .list .box .bottom span.year {
                    font-size: 14px;
                }

            .about-14 .contxt .w1200 .list:hover .box {
                box-shadow: 0 0 10px rgba(0,0,0,0.15);
            }

                .about-14 .contxt .w1200 .list:hover .box .bottom span {
                    color: #fff;
                }

@media screen and (max-width:1024px) {
    .about-14 .contxt .w1200 .list {
        margin-top: 20px;
    }

        .about-14 .contxt .w1200 .list .box h2 {
            font-size: 16px;
            padding: 15px 15px 0;
            margin-bottom: 10px;
        }

        .about-14 .contxt .w1200 .list .box p {
            padding: 15px;
            padding-top: 0;
        }

        .about-14 .contxt .w1200 .list .box .bottom {
            height: 45px;
            padding: 0 15px;
            padding-top: 5px;
        }

            .about-14 .contxt .w1200 .list .box .bottom span {
                font-size: 18px;
            }

    .about-14 .contxt .w1200 .right {
        padding-top: 100px;
    }
}

@media screen and (max-width:768px) {
    .about-14 .contxt .w1200 {
        padding-bottom: 30px;
    }

        .about-14 .contxt .w1200 .right {
            padding-top: 80px;
        }

            .about-14 .contxt .w1200 .right .list {
                padding-left: 20px;
            }

        .about-14 .contxt .w1200 .left .list {
            padding-right: 20px;
        }

        .about-14 .contxt .w1200 .list .box h2 {
            font-size: 14px;
        }

        .about-14 .contxt .w1200 .list .box p {
            height: 50px;
            padding-bottom: 0;
            margin-bottom: 15px;
            overflow-y: auto;
            font-size: 12px;
        }
}

.about-15 .imgList-con {
    margin: 0 -9px;
}

    .about-15 .imgList-con .imgList {
        padding: 0 9px;
        width: 33.33%;
        float: left;
    }

        .about-15 .imgList-con .imgList .box {
            position: relative;
        }

            .about-15 .imgList-con .imgList .box b {
                display: block;
                padding-top: 78%;
            }

            .about-15 .imgList-con .imgList .box .txt {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
                display: table;
                color: #fff;
                font-size: 16px;
                padding: 0 10px;
                background: rgba(0,0,0,0.5);
                text-align: center;
                font-size: 18px;
            }

                .about-15 .imgList-con .imgList .box .txt > div {
                    display: table-cell;
                    vertical-align: middle;
                }

        .about-15 .imgList-con .imgList:hover .box .txt {
            opacity: 1;
        }

.about-15 .bottom {
    margin-top: 55px;
    color: #333;
}

    .about-15 .bottom > div {
        width: 50%;
        float: left;
    }

    .about-15 .bottom .title {
        font-size: 24px;
    }

    .about-15 .bottom p {
        margin-top: 15px;
        line-height: 30px;
    }

    .about-15 .bottom .left {
        padding-right: 60px;
    }

    .about-15 .bottom .right {
        padding-left: 60px;
    }

@media screen and (max-width:640px) {
    .about-15 .bottom {
        margin-top: 20px;
    }

        .about-15 .bottom > div {
            width: 100%;
            padding: 0 !important;
        }

        .about-15 .bottom .title {
            font-size: 16px;
        }

        .about-15 .bottom p {
            line-height: 22px;
        }

        .about-15 .bottom .left {
            margin-bottom: 20px;
        }

    .about-15 .imgList-con {
        margin: 0 -4px;
    }

        .about-15 .imgList-con .imgList {
            padding: 0 4px;
        }

            .about-15 .imgList-con .imgList .box .txt {
                font-size: 16px;
            }
}

.goback4 {
    width: 100%;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    color: #333;
    background: #f5f5f5;
}

    .goback4 .gobackC {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        font-size: 13px;
    }

        .goback4 .gobackC a {
            font-size: 13px;
            color: #333;
        }

            .goback4 .gobackC a:hover {
                text-decoration: underline;
            }

@media screen and (max-width:800px) {
    .goback4 .gobackC {
        font-size: 15px;
    }

        .goback4 .gobackC a {
            font-size: 15px;
        }
}

@media screen and (max-width:767px) {
    .goback4 {
        text-align: left;
        height: 2rem;
        line-height: 2rem;
    }

        .goback4 .gobackC {
            font-size: .6rem;
        }

            .goback4 .gobackC a {
                font-size: .6rem;
            }
}

section.contact-01 {
    width: 100%;
    position: relative;
    padding: 0;
}

.contact-01 .information {
    padding: 80px 0;
}

    .contact-01 .information .bt .zh {
        font-size: 22px;
        color: #010101;
    }

    .contact-01 .information .bt .en {
        font-size: 14px;
        color: #999;
    }

    .contact-01 .information .address {
        margin-bottom: 30px;
        overflow: hidden;
    }

        .contact-01 .information .address > div {
            float: left;
            width: 50%;
        }

            .contact-01 .information .address > div .tm {
                font-size: 18px;
                color: #333;
                line-height: 70px;
            }

        .contact-01 .information .address .left .nr > div {
            float: left;
        }

        .contact-01 .information .address .left .nr .zuo {
            width: 60%;
        }

        .contact-01 .information .address .left .nr .you {
            width: 40%;
        }

        .contact-01 .information .address .left .nr > div div {
            line-height: 40px;
            font-size: 14px;
            color: #666;
        }

        .contact-01 .information .address .right {
            padding-left: 20px;
        }

    .contact-01 .information .forms {
        overflow: hidden;
    }

        .contact-01 .information .forms .labels {
            float: left;
            width: 49%;
            height: 60px;
            line-height: 58px;
            border: 1px solid #eee;
            padding-left: 20px;
            margin-bottom: 20px;
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease;
        }

            .contact-01 .information .forms .labels span {
                color: #999;
                margin-right: 10px;
            }

            .contact-01 .information .forms .labels input {
                outline: 0;
                border: none;
                height: 58px;
                width: 80%;
            }

        .contact-01 .information .forms .margin-r {
            margin-right: 2%;
        }

        .contact-01 .information .forms .textarea {
            width: 100%;
            height: 180px;
            border: 1px solid #eee;
            padding: 20px;
            margin-bottom: 20px;
            resize: none;
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease;
        }

        .contact-01 .information .forms .verific {
            height: 60px;
        }

            .contact-01 .information .forms .verific .yzmKuan {
                width: 200px;
                height: 100%;
                border: 1px solid #eee;
                padding: 20px;
                float: left;
                -webkit-transition: .3s ease;
                -o-transition: .3s ease;
                transition: .3s ease;
            }

            .contact-01 .information .forms .verific .yzmTu {
                width: 140px;
                height: 100%;
                border: 1px solid #eee;
                float: left;
            }

            .contact-01 .information .forms .verific .sub {
                width: 140px;
                height: 100%;
                float: left;
                background: #000;
                color: #fff;
                text-align: center;
                line-height: 60px;
                cursor: pointer;
                -webkit-transition: all .3s ease-out;
                -o-transition: all .3s ease-out;
                transition: all .3s ease-out;
            }

                .contact-01 .information .forms .verific .sub input {
                    display: none;
                }

@media screen and (max-width:1024px) {
    .contact-01 .information {
        padding: 40px 0;
    }

        .contact-01 .information .address > div {
            width: 100%;
        }

        .contact-01 .information .address .right {
            padding-left: 0;
        }
}

@media screen and (max-width:767px) {
    .contact-01 .information {
        width: 100%;
        padding: 0 .5rem;
    }

        .contact-01 .information .bt {
            padding: 15px 0 0;
            margin-bottom: 15px;
        }

        .contact-01 .information .address {
            margin-bottom: 20px;
        }

            .contact-01 .information .address > div .tm {
                line-height: 1.5rem;
                font-size: 16px;
            }

            .contact-01 .information .address .left, .contact-01 .information .address .right {
                padding-left: 0;
            }

                .contact-01 .information .address .left .nr > div div {
                    line-height: 24px;
                }

                .contact-01 .information .address .left .nr .you, .contact-01 .information .address .left .nr .zuo {
                    width: 100%;
                    margin-top: 8px;
                }

        .contact-01 .information .forms {
            padding: 0 0 1.5rem;
        }

            .contact-01 .information .forms .labels {
                width: 100%;
                height: 40px;
                padding: 0 10px;
            }

            .contact-01 .information .forms .margin-r {
                margin-right: 0;
                margin-bottom: 15px;
            }

            .contact-01 .information .forms .textarea {
                height: 6rem;
                padding: .5rem;
            }

            .contact-01 .information .forms .verific .yzmKuan {
                width: 90px;
                height: 40px;
                padding: 0 10px;
            }

            .contact-01 .information .forms .verific .yzmTu {
                width: 70px;
                height: 42px;
                margin: 0 20px;
            }

            .contact-01 .information .forms .verific .sub {
                width: 70px;
                margin-left: .5rem;
                line-height: 40px;
                height: 40px;
            }
}

section.contact-02 {
    background: #1e2126;
}

.contact-02 > div {
    width: 50%;
    float: left;
}

.contact-02 b {
    display: block;
    padding-top: 84%;
}

.contact-02 .right {
    display: table;
}

    .contact-02 .right > div {
        display: table-cell;
        vertical-align: middle;
        padding-left: 15%;
        color: #fff;
        font-size: 18px;
    }

    .contact-02 .right h1 {
        font-size: 48px;
        font-weight: bold;
        margin-bottom: 70px;
    }

    .contact-02 .right .list {
        margin-top: 20px;
    }

        .contact-02 .right .list h4 {
            font-weight: bold;
        }

        .contact-02 .right .list p {
            color: #949496;
            margin-top: 5px;
            line-height: 24px;
        }

@media screen and (max-width:1024px) {
    .contact-02 > div {
        width: 100%;
        float: none;
    }

    .contact-02 .right > div {
        height: auto !important;
        padding: 15px;
        font-size: 14px;
    }

    .contact-02 .right h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .contact-02 .right .list {
        margin-top: 15px;
    }

        .contact-02 .right .list p {
            line-height: 22px;
        }
}

.contact-03 .index-tit22 {
    margin-bottom: 35px;
}

.contact-03 h2 {
    font-weight: bold;
}

.contact-03 .list {
    width: 100%;
    margin-bottom: 25px;
}

    .contact-03 .list.list50 {
        width: 50%;
        float: left;
    }

    .contact-03 .list p {
        font-size: 16px;
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }

    .contact-03 .list input[type="text"], .contact-03 .list textarea {
        height: 50px;
        border: 1px solid #ddd;
        width: 100%;
        background: #fff;
        padding: 0 10px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .contact-03 .list input[type="button"] {
        width: 100%;
        background: #333;
        color: #fff;
        border: 1px solid #333;
        font-size: 16px;
        margin-top: 20px;
        line-height: 48px;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .contact-03 .list textarea {
        height: 240px;
        resize: none;
        padding: 15px;
    }

    .contact-03 .list input.yzm {
        width: 170px;
    }

    .contact-03 .list img {
        display: inline-block;
        vertical-align: bottom;
        height: 50px;
    }

@media screen and (max-width:640px) {
    .contact-03 .index-tit22 {
        margin-bottom: 20px;
    }

    .contact-03 .list {
        margin-bottom: 15px;
    }

        .contact-03 .list.list50 {
            width: 100%;
            padding: 0 !important;
        }

        .contact-03 .list p {
            font-size: 14px;
            margin-bottom: 5px;
        }

        .contact-03 .list input[type="text"] {
            height: 40px;
        }

        .contact-03 .list input[type="button"] {
            margin-top: 10px;
            line-height: 38px;
        }

        .contact-03 .list textarea {
            height: 180px;
        }

        .contact-03 .list img {
            height: 40px;
        }
}

section.contact-05 {
    padding-top: 45px;
    overflow: hidden;
}

.contact-05 .list-con {
    margin: 0 -10px;
}

.contact-05 .list {
    width: 50%;
    padding: 0 10px;
    margin-top: 35px;
    float: left;
}

    .contact-05 .list * {
        width: 100%;
        height: 45px;
        background: none;
        border-bottom: 1px solid #ddd;
        resize: none;
        transition: 500ms ease-out;
        -webkit-transition: 500ms ease-out;
        -ms-transition: 500ms ease-out;
        -moz-transition: 500ms ease-out;
        -o-transition: 500ms ease-out;
    }

    .contact-05 .list.listw100 {
        width: 100%;
    }

    .contact-05 .list textarea {
        height: 175px;
    }

    .contact-05 .list.list-yzm input {
        width: 120px;
    }

    .contact-05 .list.list-yzm img {
        height: 45px;
        width: 100px;
        display: inline-block;
        vertical-align: middle;
        border: none;
        margin-top: -2px;
    }

    .contact-05 .list input[type="button"] {
        width: 120px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        background: #000;
        border: none;
        margin-top: 20px;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

@media screen and (max-width:768px) {
    section.contact-05 {
        padding-top: 25px;
    }

    .contact-05 .list {
        width: 100%;
        margin-top: 15px;
    }

        .contact-05 .list * {
            height: 40px;
        }

        .contact-05 .list textarea {
            height: 120px;
        }

        .contact-05 .list.list-yzm img {
            height: 40px;
        }

        .contact-05 .list input[type="button"] {
            width: 100%;
            height: 40px;
            line-height: 40px;
        }
}

.contact-06 .tit {
    text-align: center;
    padding-bottom: 50px;
}

.contact-06 .content {
    background: #fff;
}

.contact-06 .tit h2 {
    font-size: 30px;
}

.contact-06 .tit p {
    color: #999;
}

.contact-06 .left, .contact-06 .right {
    width: 50%;
}

.contact-06 .left {
    padding: 50px 60px;
}

.contact-06 .right b {
    height: 400px;
    display: block;
}

.contact-06 .left h2 {
    font-size: 18px;
    color: #333;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}

.contact-06 .left .info {
    padding-top: 30px;
}

.contact-06 .left p {
    line-height: 30px;
}

.contact-06 .left .share {
    padding-top: 85px;
}

    .contact-06 .left .share span {
        line-height: 30px;
    }

@media screen and (max-width:1024px) {
    .contact-06 .left {
        padding: 30px;
    }

        .contact-06 .left .share {
            padding-top: 70px;
        }
}

@media screen and (max-width:768px) {
    .contact-06 .tit h2 {
        font-size: 22px;
    }

    .contact-06 .tit {
        padding-bottom: 30px;
    }

    .contact-06 .left h2 {
        padding-bottom: 20px;
    }
}

@media screen and (max-width:640px) {
    .contact-06 .left, .contact-06 .right {
        width: 100%;
    }

        .contact-06 .right b {
            height: 220px;
        }

    .contact-06 .left {
        height: 300px;
    }

        .contact-06 .left .share {
            padding-top: 35px;
        }
}

.contact-07 {
    overflow-x: hidden;
}

    .contact-07 .tit {
        text-align: center;
        padding-bottom: 50px;
    }

        .contact-07 .tit h2 {
            font-size: 30px;
            color: #333;
        }

        .contact-07 .tit p {
            color: #999;
        }

    .contact-07 .info .left {
        padding: 50px 60px;
    }

    .contact-07 .info .left, .contact-07 .info .right {
        width: 50%;
    }

        .contact-07 .info .left h2 {
            font-size: 24px;
            color: #333;
            padding-bottom: 30px;
        }

        .contact-07 .info .left .content {
            border-top: 1px solid #ddd;
            padding-top: 22px;
        }

            .contact-07 .info .left .content .list {
                padding-bottom: 25px;
            }

                .contact-07 .info .left .content .list i {
                    margin-right: 10px;
                    font-size: 25px;
                    width: 50px;
                    height: 50px;
                    text-align: center;
                    border: 1px solid #ddd;
                    color: #336bbe;
                    border-radius: 50%;
                    padding: 10px;
                    display: inline-block;
                }

                .contact-07 .info .left .content .list .addr div {
                    font-size: 16px;
                    color: #333;
                    line-height: 30px;
                }

        .contact-07 .info .right b {
            display: block;
            height: 400px;
        }

    .contact-07 .info {
        background: #fff;
    }

    .contact-07 .addr-list {
        margin: 0 -15px;
    }

        .contact-07 .addr-list .list {
            margin-top: 40px;
            width: 50%;
        }

            .contact-07 .addr-list .list .margin {
                padding: 50px 60px;
                margin: 0 15px;
                background: #fff;
            }

            .contact-07 .addr-list .list h2 {
                font-size: 24px;
                color: #333;
                width: 100%;
                padding-bottom: 25px;
                border-bottom: 1px solid #ddd;
            }

            .contact-07 .addr-list .list p {
                line-height: 24px;
            }

            .contact-07 .addr-list .list .margin .content {
                padding-top: 25px;
            }

@media screen and (max-width:768px) {
    .contact-07 .tit h2 {
        font-size: 22px;
    }

    .contact-07 .tit {
        padding-bottom: 30px;
    }

    .contact-07 .info .left, .contact-07 .addr-list .list .margin {
        padding: 30px;
    }

        .contact-07 .info .left h2, .contact-07 .addr-list .list h2 {
            font-size: 20px;
        }
}

@media screen and (max-width:640px) {
    .contact-07 .info .left, .contact-07 .info .right, .contact-07 .addr-list .list {
        width: 100%;
    }

        .contact-07 .tit, .contact-07 .info .left, .contact-07 .addr-list .list .margin {
            padding: 20px;
        }

        .contact-07 .info .left, .contact-07 .addr-list .list .margin {
            padding: 20px;
        }

            .contact-07 .info .left h2, .contact-07 .info .left .content .list {
                padding-bottom: 15px;
            }

        .contact-07 .info .right b {
            height: 200px;
        }

    .contact-07 .addr-list .list {
        margin-top: 20px;
    }
}

.contact-08 .tit {
    text-align: center;
    padding-bottom: 50px;
}

.contact-08 .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    padding-left: 0;
}

.contact-08 .tit h2 {
    font-size: 30px;
    color: #333;
}

.contact-08 .tit p {
    color: #999;
}

.contact-08 .info > .left, .contact-08 .info > .right {
    width: 50%;
    height: 520px;
}

.contact-08 .info > .left {
    background: #d83636;
    color: #fff;
    padding: 50px 60px;
}

    .contact-08 .info > .left h2 {
        font-size: 16px;
        padding-bottom: 40px;
    }

    .contact-08 .info > .left .tel {
        font-size: 48px;
        border-top: 1px solid #fff;
        width: 100%;
        padding-top: 50px;
    }

    .contact-08 .info > .left .phone, .contact-08 .info > .left .addr {
        padding-top: 40px;
    }

    .contact-08 .info > .left .share {
        padding-top: 70px;
    }

        .contact-08 .info > .left .share span {
            line-height: 30px;
        }

        .contact-08 .info > .left .share a {
            z-index: 5;
            color: #d83636;
            vertical-align: middle;
            font-size: 20px;
            display: inline-block;
            width: 30px;
            height: 30px;
            text-align: center;
            border-radius: 50%;
            background: #fff;
            line-height: 30px;
            margin: 0 2px;
        }

        .contact-08 .info > .left .share i {
            z-index: 1;
        }

.contact-08 .info > .right {
    height: 520px;
    position: relative;
}

    .contact-08 .info > .right > b {
        display: block;
        width: 100%;
        height: 520px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

.contact-08 .info .right .box {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    padding: 40px;
}

    .contact-08 .info .right .box h2 {
        font-size: 24px;
        color: #333;
        padding-bottom: 20px;
    }

.contact-08 .info .right form {
    background: #fff;
    height: 100%;
    padding: 40px 60px;
}

    .contact-08 .info .right form div {
        position: relative;
        margin-bottom: 2%;
    }

        .contact-08 .info .right form div i {
            color: #ccc;
            margin-left: 8px;
            position: absolute;
            left: 0;
            z-index: 1;
            line-height: 40px;
        }

.contact-08 .info .right .content {
    position: static;
}

.contact-08 .info .right form input {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    padding-left: 28px;
    line-height: 40px;
    width: 100%;
    border: 1px solid #ddd;
}

    .contact-08 .info .right form input:focus {
        border-color: #d83636;
    }

.contact-08 .info .right form .input {
    width: 49%;
    height: 40px;
    line-height: 40px;
}

.contact-08 .info .right .active {
    color: #d83636;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.contact-08 .info .right textarea {
    padding: 10px;
    width: 100%;
    height: 90px;
    border: 1px solid #ddd;
    resize: none;
    display: block;
}

.contact-08 .info .right .code {
    width: 100%;
    margin-bottom: 0;
}

    .contact-08 .info .right .code input {
        border: 1px solid #ddd;
        height: 40px;
        line-height: 40px;
        width: 100%;
    }

    .contact-08 .info .right .code b {
        width: 95px;
        height: 40px;
        display: block;
        border: 1px solid #ddd;
        margin-left: 10px;
    }

    .contact-08 .info .right .code .left {
        width: 45%;
    }

    .contact-08 .info .right .code .right {
        width: 55%;
    }

        .contact-08 .info .right .code .right a {
            line-height: 40px;
            padding-left: 15px;
        }

.contact-08 .info .right button {
    width: 90px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #d83636;
    color: #fff;
    border-radius: 40px;
    cursor: pointer;
    border: none;
    outline: none;
}

@media screen and (max-width:1024px) {
    .contact-08 .info > .left, .contact-08 .info > .right {
        width: 100%;
    }

    .contact-08 .info .right .code .left {
        padding: 0;
    }
}

@media screen and (max-width:768px) {
    .contact-08 .tit h2 {
        font-size: 22px;
    }

    .contact-08 .tit {
        padding-bottom: 30px;
    }

    .contact-08 .info .left, .contact-07 .addr-list .list .margin {
        padding: 30px;
    }

    .contact-08 .info > .left h2 {
        padding-bottom: 20px;
    }

    .contact-08 .info > .left .tel {
        padding-top: 20px;
        font-size: 35px;
    }

    .contact-08 .info > .left .phone, .contact-08 .info > .left .addr {
        padding-top: 20px;
    }

    .contact-08 .info > .left .share {
        padding-top: 30px;
    }

    .contact-08 .info > .left {
        height: 100%;
    }

    .contact-08 .tit {
        padding-bottom: 10px;
    }

    .contact-08 .info .right .box {
        padding: 20px;
    }

    .contact-08 .info .right form {
        padding: 30px;
        height: auto;
    }

    .contact-08 .info > .right > b {
        height: 100%;
    }

    .contact-08 .info > .right {
        height: 450px;
    }
}

@media screen and (max-width:640px) {
    .contact-08 .info .right .box {
        padding: 0;
    }

    .contact-08 .info .right form {
        padding: 15px;
    }

    .contact-08 .info .right .box h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .contact-08 .info .right form .input {
        width: 100%;
    }

    .contact-08 .info > .right > b {
        display: none;
    }

    .contact-08 .info .right .code .right a {
        font-size: 12px;
    }
}

section.about-16 {
    padding-bottom: 80px;
    padding-top: 30px;
}

.about-16 .box {
    position: relative;
    min-height: 690px;
    padding-left: 250px;
}

.about-16 .aside {
    width: 250px;
    position: absolute;
    left: 0;
}

    .about-16 .aside ul {
        text-align: center;
        font-size: 16px;
    }

        .about-16 .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-16 .aside > .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-16 .aside ul li {
        height: 60px;
        line-height: 60px;
        cursor: pointer;
    }

        .about-16 .aside ul li a {
            display: block;
            position: relative;
            border-left: 2px solid #fff;
        }

        .about-16 .aside ul li i {
            position: absolute;
            right: 35px;
            opacity: .3;
            font-size: 14px;
        }

.about-16 .content {
    margin-left: 15px;
}

    .about-16 .content .content-banner b {
        display: block;
        height: 150px;
    }

.about-16 .padd {
    padding: 45px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding-bottom: 25px;
}

.about-16 h2 {
    font-size: 18px;
    padding-bottom: 40px;
    font-weight: bold;
}

.about-16 .padd p {
    line-height: 28px;
    text-align: justify;
}

.about-16 .work-enviro {
    margin-top: 40px;
}

    .about-16 .work-enviro .work-img div {
        float: left;
        width: 31%;
        margin-right: 2.3%;
        margin-bottom: 2.3%;
    }

        .about-16 .work-enviro .work-img div:nth-child(3n) {
            margin-right: 0;
        }

    .about-16 .work-enviro .work-img b {
        padding-top: 70%;
        display: block;
        width: 100%;
    }

.about-16 .active {
    background: #e6e6e6;
}

@media screen and (max-width:768px) {
    section.about-16 {
        padding-bottom: 40px;
    }

    .about-16 .work-enviro .work-img div {
        width: 48%;
    }

        .about-16 .work-enviro .work-img div:nth-child(3n) {
            margin-right: 2%;
        }

        .about-16 .work-enviro .work-img div:nth-child(2n) {
            margin-right: 0;
        }

    .about-16 .page-banner b {
        height: 180px;
    }

    .about-16 .content .content-banner b {
        height: 120px;
    }

    .about-16 h2 {
        padding-bottom: 15px;
    }

    .about-16 .padd p {
        line-height: 20px;
    }

    .about-16 .padd {
        padding: 30px;
    }

    .about-16 .aside {
        width: 220px;
    }

        .about-16 .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-16 .box {
        padding-left: 215px;
    }
}

@media screen and (max-width:640px) {
    .about-16 .work-enviro .work-img div {
        width: 100%;
        margin-right: 0;
    }

    .about-16 .aside {
        width: 100%;
    }

        .about-16 .aside ul .titl {
            height: 60px;
            line-height: 60px;
        }

    .about-16 .box {
        padding-left: 0;
    }

    .about-16 .aside {
        position: static;
    }

    .about-16 .content {
        margin-left: 0;
    }

    .about-16 .padd {
        padding: 20px 15px;
    }

    .about-16 h2 {
        font-size: 16px;
    }

    section.about-16 {
        padding-bottom: 40px;
    }

    .about-16 .aside ul {
        font-size: 12px;
    }

        .about-16 .aside ul li {
            height: 35px;
            line-height: 35px;
        }

        .about-16 .aside ul .titl {
            font-size: 14px;
        }
}

section.about-17 {
    padding-bottom: 80px;
    padding-top: 30px;
}

.about-17 .box {
    position: relative;
    min-height: 690px;
    padding-left: 250px;
}

.about-17 .aside {
    width: 250px;
    position: absolute;
    left: 0;
}

    .about-17 .aside ul {
        text-align: center;
        font-size: 16px;
    }

        .about-17 .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-17 .aside > .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-17 .aside ul li {
        height: 60px;
        line-height: 60px;
        cursor: pointer;
    }

        .about-17 .aside ul li a {
            display: block;
            position: relative;
            border-left: 2px solid #fff;
        }

        .about-17 .aside ul li i {
            position: absolute;
            right: 35px;
            opacity: .3;
            font-size: 14px;
        }

.about-17 .content {
    margin-left: 15px;
}

.about-17 .aside .list ul li:hover {
    color: #d95040;
}

.about-17 .content > div {
    background: #fff;
    border: 1px solid #ededed;
    margin-bottom: 20px;
}

    .about-17 .content > div:last-child {
        margin: 0;
    }

.about-17 .content .padd {
    padding: 40px;
}

.about-17 .content > div h2.tit {
    padding: 20px 40px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ededed;
}

.about-17 .content .info table {
    width: 100%;
    border: 1px solid #ededed;
}

    .about-17 .content .info table tr {
        height: 60px;
    }

        .about-17 .content .info table tr:nth-child(odd) {
            background-color: #f8f8f8;
        }

        .about-17 .content .info table tr td {
            padding-left: 40px;
        }

.about-17 .content .construction div {
    text-align: center;
    padding: 30px;
}

.about-17 .content .contact-us h3 {
    font-size: 18px;
    color: #d95040;
}

.about-17 .content .contact-us h4 {
    font-size: 16px;
    padding: 30px 0 15px;
}

.about-17 .content .contact-us .clearfix div {
    width: 50%;
}

.about-17 .content .contact-us .addr-list {
    margin: 30px 0;
}

    .about-17 .content .contact-us .addr-list:last-child {
        margin-bottom: 0;
    }

    .about-17 .content .contact-us .addr-list .list:nth-child(even) {
        padding-left: 5%;
    }

    .about-17 .content .contact-us .addr-list p span {
        line-height: 20px;
    }

.about-17 .content .focus-us p {
    line-height: 28px;
    color: #ccc;
}

.about-17 .content .focus-us .img-list div {
    width: 20%;
    text-align: center;
    float: left;
    margin: 20px 0 0 0;
    padding: 10px;
}

.about-17 .content .focus-us .img-list b {
    display: block;
    padding-top: 100%;
}

.about-17 .content .focus-us .img-list div p {
    color: #999999;
}

.about-17 .active {
    background: #e6e6e6;
}

@media screen and (max-width:1024px) {
    .about-17 .content .contact-us .addr-list .list p {
        float: none !important;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:768px) {
    section.about-17 {
        padding-bottom: 40px;
    }

    .about-17 .content .contact-us .clearfix div {
        width: 100%;
    }

    .about-17 .content .focus-us .img-list div {
        width: 32%;
        margin-top: 0;
    }

    .about-17 h2 {
        padding-bottom: 20px;
    }

    .about-17 .padd p {
        line-height: 22px;
    }

    .about-17 .content .padd {
        padding: 30px;
    }

    .about-17 .aside {
        width: 220px;
        font-size: 16px;
    }

        .about-17 .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-17 .box {
        padding-left: 215px;
    }

    .about-17 .content .contact-us .addr-list {
        margin-top: 0;
        margin-bottom: 20px;
    }

        .about-17 .content .contact-us .addr-list .list:nth-child(even) {
            padding-left: 0;
        }

        .about-17 .content .contact-us .addr-list .list h4 {
            padding: 10px 0;
        }
}

@media screen and (max-width:640px) {
    .about-17 .content .focus-us .img-list div {
        width: 50%;
        margin-top: 0;
    }

    .about-17 .work-enviro .work-img div {
        width: 100%;
        margin-right: 0;
    }

    .about-17 .aside {
        width: 100%;
    }

    .about-17 .box {
        padding-left: 0;
    }

    .about-17 .aside {
        position: static;
    }

    .about-17 .content {
        margin-left: 0;
    }

    .about-17 .padd {
        padding: 20px 15px;
    }

    .about-17 h2 {
        font-size: 16px;
    }

    .about-17 .aside ul {
        font-size: 12px;
    }

        .about-17 .aside ul li {
            height: 35px;
            line-height: 35px;
        }

    .about-17 .content > div h2.tit {
        font-size: 16px;
        padding-left: 20px;
    }

    .about-17 .content .padd {
        padding: 20px 15px;
    }

    .about-17 .content .contact-us .addr-list {
        padding: 0;
        margin: 0 0 20px 0;
    }

    .about-17 .content .contact-us h4 {
        padding: 15px 0;
    }

    .about-17 .content > div h2.tit {
        padding: 15px 10px;
    }

    .about-17 .content .info table tr {
        height: 40px;
    }

        .about-17 .content .info table tr td {
            padding-left: 10px;
        }

    .about-17 .content .contact-us h3 {
        font-size: 16px;
    }

    .about-17 .aside ul .titl {
        font-size: 14px;
    }
}

section.about-18 {
    padding-bottom: 80px;
    padding-top: 30px;
}

.about-18 .box {
    position: relative;
    min-height: 690px;
    padding-left: 250px;
}

.about-18 .aside {
    width: 250px;
    position: absolute;
    left: 0;
}

    .about-18 .aside ul {
        text-align: center;
        font-size: 16px;
    }

        .about-18 .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-18 .aside > .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-18 .aside ul li {
        height: 60px;
        line-height: 60px;
        position: relative;
        cursor: pointer;
    }

        .about-18 .aside ul li a {
            display: block;
            position: relative;
            border-left: 2px solid #fff;
        }

        .about-18 .aside ul li i {
            position: absolute;
            right: 35px;
            opacity: .3;
            font-size: 14px;
        }

    .about-18 .aside .list ul li:hover {
        color: #d95040;
    }

.about-18 .content {
    margin-left: 15px;
    background: #fff;
    border: 1px solid #ededed;
}

    .about-18 .content > div {
        padding: 0 30px 30px;
    }

    .about-18 .content h2 {
        padding: 20px 30px;
        border-bottom: 1px solid #ededed;
    }

    .about-18 .content .people-list {
        margin: 30px 0;
        border-bottom: 1px solid #ededed;
        padding-bottom: 25px;
    }

        .about-18 .content .people-list:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .about-18 .content .people-list .left {
            position: absolute;
            width: 200px;
            height: 240px;
            overflow: hidden;
        }

        .about-18 .content .people-list .right {
            padding: 30px 0 0 230px;
            width: 100%;
        }

            .about-18 .content .people-list .right h3 {
                font-size: 18px;
                line-height: 28px;
            }

            .about-18 .content .people-list .right p {
                height: 140px;
                overflow: hidden;
                line-height: 28px;
                margin-top: 30px;
                text-align: justify;
            }

    .about-18 .content .people-list {
        min-height: 240px;
    }

@media screen and (max-width:1024px) {
    .about-18 .content .people-list .right {
        padding-top: 0;
    }

        .about-18 .content .people-list .right p {
            margin-top: 10px;
            height: 196px;
        }
}

@media screen and (max-width:768px) {
    section.about-18 {
        padding-bottom: 40px;
    }

    .about-18 h2 {
        padding-bottom: 20px;
    }

    .about-18 .padd p {
        line-height: 24px;
    }

    .about-18 .content .padd {
        padding: 30px;
    }

    .about-18 .aside {
        width: 220px;
        font-size: 16px;
    }

        .about-18 .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-18 .box {
        padding-left: 215px;
    }

    .about-18 .content .people-list {
        padding-bottom: 20px;
        margin: 20px 0;
    }

        .about-18 .content .people-list .left {
            position: static;
            margin: 0 auto;
        }

        .about-18 .content .people-list .right {
            padding: 20px 0 0;
        }

            .about-18 .content .people-list .right p {
                height: auto;
                overflow: visible;
            }
}

@media screen and (max-width:640px) {
    .about-18 .aside {
        width: 100%;
    }

    .about-18 .box {
        padding-left: 0;
    }

    .about-18 .aside {
        position: static;
    }

    .about-18 .content {
        margin-left: 0;
    }

    .about-18 .padd {
        padding: 20px 15px;
    }

    .about-18 h2 {
        font-size: 16px;
    }

    .about-18 .aside ul {
        font-size: 12px;
    }

        .about-18 .aside ul li {
            height: 35px;
            line-height: 35px;
        }

        .about-18 .aside ul .titl {
            font-size: 14px;
        }

    .about-18 .content > div {
        padding: 0 20px 20px;
    }

    .about-18 .content .people-list .right p {
        line-height: 20px;
        font-size: 12px;
    }

    .about-18 .content .people-list .right h3 {
        font-size: 16px;
    }

    .about-18 .content h2 {
        padding: 15px;
    }
}

section.about-19 {
    padding-bottom: 80px;
    padding-top: 30px;
    overflow: hidden;
}

.about-19 .box {
    position: relative;
    min-height: 690px;
    padding-left: 250px;
}

.about-19 .aside {
    width: 250px;
    position: absolute;
    left: 0;
}

    .about-19 .aside ul {
        text-align: center;
        font-size: 16px;
    }

        .about-19 .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-19 .aside > .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-19 .aside ul li {
        height: 60px;
        line-height: 60px;
        position: relative;
        cursor: pointer;
    }

        .about-19 .aside ul li a {
            display: block;
            position: relative;
            border-left: 2px solid #fff;
        }

        .about-19 .aside ul li i {
            position: absolute;
            right: 35px;
            opacity: .3;
            font-size: 14px;
        }

    .about-19 .aside .list ul li:hover {
        color: #d95040;
    }

.about-19 .content {
    margin-left: 15px;
    background: #fff;
    border: 1px solid #ededed;
}

    .about-19 .content > div {
        padding: 0 30px 30px;
    }

    .about-19 .content h2 {
        padding: 20px 30px;
        border-bottom: 1px solid #ededed;
    }

.about-19 .content {
    width: 100%;
}

    .about-19 .content .img-list {
        width: 31%;
        float: left;
        margin: 30px 1.1% 0;
        text-align: center;
    }

        .about-19 .content .img-list .img {
            border: 1px solid #ededed;
            padding: 20px;
        }

            .about-19 .content .img-list .img b {
                display: block;
                padding-top: 145%;
            }

        .about-19 .content .img-list p {
            padding: 16px 0;
            padding-bottom: 0;
        }

@media screen and (max-width:768px) {
    section.about-19 {
        padding-bottom: 40px;
    }

    .about-19 h2 {
        padding-bottom: 20px;
    }

    .about-19 .padd p {
        line-height: 24px;
    }

    .about-19 .content .padd {
        padding: 30px;
    }

    .about-19 .aside {
        width: 220px;
        font-size: 16px;
    }

        .about-19 .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-19 .box {
        padding-left: 215px;
    }

    .about-19 .content .img-list {
        width: 48%;
    }

    .about-19 .content .img-list {
        margin: 20px 1% 0;
    }
}

@media screen and (max-width:640px) {
    .about-19 .aside {
        width: 100%;
    }

    .about-19 .box {
        padding-left: 0;
    }

    .about-19 .aside {
        position: static;
    }

    .about-19 .content {
        margin-left: 0;
    }

    .about-19 .padd {
        padding: 20px 15px;
    }

    .about-19 h2 {
        font-size: 16px;
    }

    .about-19 .aside ul {
        font-size: 12px;
    }

        .about-19 .aside ul li {
            height: 35px;
            line-height: 35px;
        }

        .about-19 .aside ul .titl {
            font-size: 14px;
        }

    .about-19 .content > div {
        padding: 0 20px 20px;
    }

    .about-19 .content h2 {
        padding: 15px;
    }

    .about-19 .content .img-list {
        width: 100%;
    }

    .about-19 .content .img-list {
        margin: 20px 0 0;
    }
}

.about-20 .box {
    position: relative;
    min-height: 690px;
    padding-left: 250px;
}

.about-20 .aside {
    width: 250px;
    position: absolute;
    left: 0;
}

    .about-20 .aside ul {
        text-align: center;
        font-size: 16px;
    }

        .about-20 .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-20 .aside > .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-20 .aside ul li {
        height: 60px;
        line-height: 60px;
        position: relative;
        cursor: pointer;
    }

        .about-20 .aside ul li a {
            display: block;
            position: relative;
            border-left: 2px solid #fff;
        }

        .about-20 .aside ul li i {
            position: absolute;
            right: 35px;
            opacity: .3;
            font-size: 14px;
        }

    .about-20 .aside .list ul li:hover {
        color: #d95040;
    }

.about-20 .content {
    margin-left: 15px;
    background: #fff;
    border: 1px solid #ededed;
}

    .about-20 .content > h2 {
        padding: 20px 30px;
        border-bottom: 1px solid #ededed;
    }

    .about-20 .content .swiper-content {
        padding: 0 30px 30px;
    }

        .about-20 .content .swiper-content .about-20-gallery-top {
            height: 110px;
            padding-bottom: 7px;
        }

            .about-20 .content .swiper-content .about-20-gallery-top .swiper-slide {
                padding-top: 40px;
                border-bottom: 1px solid #ededed;
            }

                .about-20 .content .swiper-content .about-20-gallery-top .swiper-slide span {
                    width: 65px;
                    height: 30px;
                    line-height: 30px;
                    display: block;
                    margin: 0 auto;
                    position: relative;
                    text-align: center;
                    font-size: 16px;
                    border-radius: 3px;
                }

                    .about-20 .content .swiper-content .about-20-gallery-top .swiper-slide span:after {
                        content: '';
                        position: absolute;
                        bottom: -8px;
                        border-left: 10px solid transparent;
                        border-right: 10px solid transparent;
                        left: 50%;
                        margin-left: -8px;
                    }

                    .about-20 .content .swiper-content .about-20-gallery-top .swiper-slide span:before {
                        content: '';
                        width: 12px;
                        height: 12px;
                        border-radius: 100%;
                        position: absolute;
                        bottom: -39px;
                        left: 50%;
                        margin-left: -6px;
                    }

                .about-20 .content .swiper-content .about-20-gallery-top .swiper-slide.on span {
                    background: #d95040;
                    color: #fff;
                }

                    .about-20 .content .swiper-content .about-20-gallery-top .swiper-slide.on span:after {
                        border-top: 10px solid #d95040;
                    }

                    .about-20 .content .swiper-content .about-20-gallery-top .swiper-slide.on span:before {
                        background: #d95040;
                    }

        .about-20 .content .swiper-content .swiper-button-next, .about-20 .content .swiper-content .swiper-button-prev {
            width: 18px;
            height: 28px;
            line-height: 28px;
            margin-top: -14px;
            font-size: 14px;
            display: block;
            opacity: 1 !important;
        }

        .about-20 .content .swiper-content .about-20-gallery-thumbs .swiper-slide {
            padding-top: 40px;
        }

        .about-20 .content .swiper-content .box-list {
            padding-left: 50px;
            position: relative;
        }

            .about-20 .content .swiper-content .box-list:before {
                content: '';
                position: absolute;
                width: 8px;
                height: 8px;
                border-radius: 100%;
                background: #d95040;
                bottom: 0;
                left: 146px;
                z-index: 2;
            }

            .about-20 .content .swiper-content .box-list .month-title {
                width: 90px;
                height: 40px;
                text-align: center;
                line-height: 38px;
                border-radius: 3px;
                border: 1px solid #e6e6e6;
                color: #999;
                margin-left: 50px;
            }

            .about-20 .content .swiper-content .box-list .contxt-list {
                position: relative;
                min-height: 45px;
                padding: 20px 0;
            }

            .about-20 .content .swiper-content .box-list > div:nth-child(2) {
                padding-top: 70px;
            }

                .about-20 .content .swiper-content .box-list > div:nth-child(2) .left {
                    top: 70px !important;
                }

            .about-20 .content .swiper-content .box-list .contxt-list:before {
                content: '';
                position: absolute;
                width: 1px;
                background: #e6e6e6;
                height: 100%;
                left: 100px;
                top: 0;
            }

            .about-20 .content .swiper-content .box-list .contxt-list .left {
                position: absolute;
                left: 0;
                top: 20px;
                line-height: 24px;
            }

                .about-20 .content .swiper-content .box-list .contxt-list .left:before {
                    content: '';
                    width: 12px;
                    height: 12px;
                    border-radius: 100%;
                    z-index: 2;
                    background: #d95040;
                    position: absolute;
                    right: -36.5px;
                    top: 50%;
                    margin-top: -6px;
                }

                .about-20 .content .swiper-content .box-list .contxt-list .left:after {
                    content: '';
                    width: 24px;
                    height: 24px;
                    border-radius: 100%;
                    z-index: 1;
                    opacity: .3;
                    background: #d95040;
                    position: absolute;
                    right: -42.5px;
                }

            .about-20 .content .swiper-content .box-list .contxt-list .right {
                padding-left: 130px;
            }

                .about-20 .content .swiper-content .box-list .contxt-list .right h2 {
                    font-size: 16px;
                    color: #333;
                    margin-bottom: 15px;
                }

                .about-20 .content .swiper-content .box-list .contxt-list .right p {
                    line-height: 28px;
                }

@media screen and (max-width:768px) {
    .about-20 .content > h2 {
        padding-bottom: 20px;
    }

    .about-20 .content .padd {
        padding: 30px;
    }

    .about-20 .aside {
        width: 220px;
        font-size: 16px;
    }

        .about-20 .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-20 .box {
        padding-left: 215px;
    }
}

@media screen and (max-width:640px) {
    .about-20 .aside {
        width: 100%;
    }

    .about-20 .box {
        padding-left: 0;
    }

    .about-20 .aside {
        position: static;
    }

    .about-20 .content {
        margin-left: 0;
    }

    .about-20 .padd {
        padding: 20px 15px;
    }

    .about-20 .content > h2 {
        font-size: 16px;
    }

    .about-20 .aside ul {
        font-size: 12px;
    }

        .about-20 .aside ul li {
            height: 35px;
            line-height: 35px;
        }

        .about-20 .aside ul .titl {
            font-size: 14px;
        }

    .about-20 .content .swiper-content {
        padding: 0 20px 20px;
    }

    .about-20 .content > h2 {
        padding: 15px;
    }

    .about-20 .content .swiper-content .about-20-gallery-top {
        height: 90px;
    }

        .about-20 .content .swiper-content .about-20-gallery-top .swiper-slide {
            padding-top: 20px;
        }

    .about-20 .content .swiper-content .swiper-button-next, .about-20 .content .swiper-content .swiper-button-prev {
        font-size: 12px;
        width: 12px;
        height: 38px;
        line-height: 38px;
        margin-top: -19px;
    }

    .about-20 .content .swiper-content .about-20-gallery-thumbs .swiper-slide {
        padding-top: 20px;
    }

    .about-20 .content .swiper-content .box-list .month-title {
        width: 80px;
        height: 35px;
        line-height: 33px;
    }

    .about-20 .content .swiper-content .box-list {
        padding-left: 0;
    }

        .about-20 .content .swiper-content .box-list:before {
            left: 89.5px;
        }

        .about-20 .content .swiper-content .box-list > div:nth-child(2) {
            padding-top: 20px !important;
        }

            .about-20 .content .swiper-content .box-list > div:nth-child(2) .left {
                top: 20px !important;
            }

        .about-20 .content .swiper-content .box-list .contxt-list {
            padding-top: 0;
            padding-bottom: 20px;
        }

            .about-20 .content .swiper-content .box-list .contxt-list:before {
                left: 93px;
            }

            .about-20 .content .swiper-content .box-list .contxt-list .left {
                top: 0;
            }

                .about-20 .content .swiper-content .box-list .contxt-list .left:before {
                    right: -28.5px;
                }

                .about-20 .content .swiper-content .box-list .contxt-list .left:after {
                    right: -34.5px;
                }

            .about-20 .content .swiper-content .box-list .contxt-list .right h2 {
                margin-bottom: 10px;
                font-size: 14px;
            }

            .about-20 .content .swiper-content .box-list .contxt-list .right p {
                font-size: 12px;
                line-height: 20px;
            }
}

section.about-21 {
    padding-bottom: 80px;
    padding-top: 30px;
    overflow: hidden;
}

.about-21 .box {
    position: relative;
    min-height: 690px;
    padding-left: 250px;
}

.about-21 .aside {
    position: absolute;
    left: 0;
    width: 250px;
}

    .about-21 .aside ul {
        text-align: center;
        font-size: 16px;
    }

        .about-21 .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-21 .aside > .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-21 .aside ul li {
        height: 60px;
        line-height: 60px;
        cursor: pointer;
    }

        .about-21 .aside ul li a {
            display: block;
            position: relative;
            border-left: 2px solid #fff;
        }

        .about-21 .aside ul li i {
            position: absolute;
            right: 35px;
            opacity: .3;
            font-size: 14px;
        }

    .about-21 .aside .list ul li:hover {
        color: #d95040;
    }

.about-21 .content {
    margin-left: 15px;
    background: #fff;
    border: 1px solid #ededed;
    margin-bottom: 15px;
}

    .about-21 .content > div {
        padding: 0 30px 30px;
    }

    .about-21 .content h2 {
        padding: 20px 30px;
        border-bottom: 1px solid #ededed;
    }

    .about-21 .content .img-list {
        width: 23%;
        text-align: center;
        float: left;
        border: 1px solid #ededed;
        margin: 2% 2.5% 0 0;
        position: relative;
        height: 90px;
    }

        .about-21 .content .img-list:nth-child(4n) {
            margin-right: 0;
        }

        .about-21 .content .img-list img {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            display: block;
            max-height: 100%;
        }

    .about-21 .content > div {
        padding: 50px;
        margin-top: -2%;
    }

@media screen and (max-width:1024px) {
    .about-21 .content > div {
        padding: 30px;
    }
}

@media screen and (max-width:768px) {
    section.about-21 {
        padding-bottom: 40px;
    }

    .about-21 h2 {
        padding-bottom: 20px;
    }

    .about-21 .padd p {
        line-height: 24px;
    }

    .about-21 .content .padd {
        padding: 30px;
    }

    .about-21 .aside {
        width: 220px;
        font-size: 16px;
    }

        .about-21 .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-21 .box {
        padding-left: 215px;
    }

    .about-21 .content .img-list {
        width: 48%;
        margin: 4% 4% 0 0;
    }

        .about-21 .content .img-list:nth-child(4n) {
            margin-right: 4%;
        }

        .about-21 .content .img-list:nth-child(2n) {
            margin-right: 0;
        }
}

@media screen and (max-width:640px) {
    .about-21 .aside {
        width: 100%;
    }

    .about-21 .box {
        padding-left: 0;
    }

    .about-21 .aside {
        position: static;
    }

    .about-21 .content {
        margin-left: 0;
    }

    .about-21 .padd {
        padding: 20px 15px;
    }

    .about-21 h2 {
        font-size: 16px;
    }

    .about-21 .aside ul {
        font-size: 12px;
    }

        .about-21 .aside ul li {
            height: 35px;
            line-height: 35px;
        }

        .about-21 .aside ul .titl {
            font-size: 14px;
        }

    .about-21 .content .img-list {
        height: 60px;
    }

    .about-21 .content > div {
        padding: 0 20px 20px;
    }

    .about-21 .content h2 {
        padding: 15px;
    }

    .about-21 .content > div {
        margin-top: 0;
    }
}

section.about-22 {
    padding-bottom: 80px;
    padding-top: 30px;
    overflow: hidden;
}

.about-22 .box {
    position: relative;
    min-height: 690px;
    padding-left: 250px;
}

.about-22 .aside {
    width: 250px;
    position: absolute;
    left: 0;
}

    .about-22 .aside ul {
        text-align: center;
        font-size: 16px;
    }

        .about-22 .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-22 .aside > .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-22 .aside ul li {
        height: 60px;
        line-height: 60px;
        position: relative;
        cursor: pointer;
    }

        .about-22 .aside ul li a {
            display: block;
            position: relative;
            border-left: 2px solid #fff;
        }

        .about-22 .aside ul li i {
            position: absolute;
            right: 35px;
            opacity: .3;
            font-size: 14px;
        }

    .about-22 .aside .list ul li:hover {
        color: #d95040;
    }

.about-22 .content {
    margin-left: 15px;
    background: #fff;
    border: 1px solid #ededed;
}

    .about-22 .content > div {
        padding: 0 30px 0;
    }

    .about-22 .content h2 {
        padding: 20px 30px;
        border-bottom: 1px solid #ededed;
    }

    .about-22 .content .people-list {
        border-bottom: 1px solid #ededed;
        padding: 25px 0;
        min-height: 195px;
    }

        .about-22 .content .people-list:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .about-22 .content .people-list .left {
            padding-top: 18px;
            position: absolute;
            width: 160px;
            height: 240px;
            overflow: hidden;
            text-align: center;
        }

            .about-22 .content .people-list .left i {
                width: 105px;
                height: 105px;
                text-align: center;
                line-height: 105px;
                border-radius: 100%;
                color: #fff;
                font-size: 60px;
                display: inline-block;
            }

        .about-22 .content .people-list .right {
            padding: 0 0 0 180px;
            width: 100%;
        }

            .about-22 .content .people-list .right h3 {
                font-size: 18px;
                line-height: 28px;
            }

            .about-22 .content .people-list .right span {
                color: #ccc;
            }

            .about-22 .content .people-list .right p {
                height: 84px;
                overflow: hidden;
                line-height: 28px;
                margin-top: 10px;
                text-align: justify;
            }

@media screen and (max-width:1024px) {
    .about-22 .content .people-list .right {
        padding-top: 0;
    }
}

@media screen and (max-width:768px) {
    section.about-22 {
        padding-bottom: 40px;
    }

    .about-22 h2 {
        padding-bottom: 20px;
    }

    .about-22 .padd p {
        line-height: 24px;
    }

    .about-22 .content .padd {
        padding: 30px;
    }

    .about-22 .aside {
        width: 220px;
        font-size: 16px;
    }

        .about-22 .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-22 .box {
        padding-left: 215px;
    }

    .about-22 .content > div {
        padding-top: 30px;
    }

    .about-22 .content .people-list {
        margin-top: 0;
    }

        .about-22 .content .people-list .left {
            position: static;
            margin: 0 auto;
        }

        .about-22 .content .people-list .left {
            width: 160px;
            height: auto;
            overflow: hidden;
            text-align: center;
            padding-top: 0;
        }

        .about-22 .content .people-list .right {
            padding: 20px 0 0;
        }

            .about-22 .content .people-list .right p {
                height: auto;
                overflow: visible;
            }
}

@media screen and (max-width:640px) {
    .about-22 .aside {
        width: 100%;
    }

    .about-22 .box {
        padding-left: 0;
    }

    .about-22 .aside {
        position: static;
    }

    .about-22 .content {
        margin-left: 0;
    }

    .about-22 .padd {
        padding: 20px 15px;
    }

    .about-22 h2 {
        font-size: 16px;
    }

    .about-22 .aside ul {
        font-size: 12px;
    }

        .about-22 .aside ul li {
            height: 35px;
            line-height: 35px;
        }

        .about-22 .aside ul .titl {
            font-size: 14px;
        }

    .about-22 .content > div {
        padding: 20px;
    }

    .about-22 .content .people-list .right p {
        line-height: 24px;
    }

    .about-22 .content .people-list .right h3 {
        font-size: 16px;
    }

    .about-22 .content h2 {
        padding: 15px;
    }
}

section.about-23 {
    padding-bottom: 80px;
    overflow: hidden;
}

.about-23 .box {
    position: relative;
    min-height: 690px;
    padding-left: 250px;
}

.about-23 .aside {
    width: 250px;
    position: absolute;
    left: 0;
}

    .about-23 .aside ul {
        text-align: center;
        font-size: 16px;
    }

        .about-23 .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-23 .aside > .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-23 .aside ul li {
        height: 60px;
        line-height: 60px;
        position: relative;
        cursor: pointer;
    }

        .about-23 .aside ul li a {
            display: block;
            position: relative;
            border-left: 2px solid #fff;
        }

        .about-23 .aside ul li i {
            position: absolute;
            right: 35px;
            opacity: .3;
            font-size: 14px;
        }

    .about-23 .aside .list ul li:hover {
        color: #d95040;
    }

.about-23 .content {
    margin-left: 15px;
    background: #fff;
    border: 1px solid #ededed;
}

    .about-23 .content > div {
        padding: 0 30px 30px;
    }

    .about-23 .content h2 {
        padding: 20px 30px;
        border-bottom: 1px solid #ededed;
    }

    .about-23 .content .news-list {
        padding: 25px 0;
        border-bottom: 1px solid #ededed;
        line-height: 28px;
        color: #999;
        position: relative;
    }

        .about-23 .content .news-list a {
            display: block;
            padding-right: 75px;
        }

        .about-23 .content .news-list .data {
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -14px;
        }

@media screen and (max-width:1024px) {
    .about-23 .content .people-list .right {
        padding-top: 0;
    }
}

@media screen and (max-width:768px) {
    section.about-23 {
        padding-bottom: 40px;
    }

    .about-23 .content .news-list {
        padding: 10px 0;
    }

    .about-23 h2 {
        padding-bottom: 20px;
    }

    .about-23 .padd p {
        line-height: 24px;
    }

    .about-23 .content .padd {
        padding: 30px;
    }

    .about-23 .aside {
        width: 220px;
        font-size: 16px;
    }

        .about-23 .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-23 .box {
        padding-left: 215px;
    }
}

@media screen and (max-width:640px) {
    .about-23 .aside {
        width: 100%;
    }

    .about-23 .box {
        padding-left: 0;
    }

    .about-23 .aside {
        position: static;
    }

    .about-23 .content {
        margin-left: 0;
    }

    .about-23 .padd {
        padding: 20px 15px;
    }

    .about-23 h2 {
        font-size: 16px;
    }

    .about-23 .aside ul {
        font-size: 12px;
    }

        .about-23 .aside ul li {
            height: 35px;
            line-height: 35px;
        }

        .about-23 .aside ul .titl {
            font-size: 14px;
        }

    .about-23 .content > .list-con {
        padding: 20px;
    }

    .about-23 .content h2 {
        padding: 15px;
    }
}

section.about-24 {
    padding-bottom: 80px;
    overflow: hidden;
}

.about-24 .box {
    position: relative;
    min-height: 690px;
    padding-left: 250px;
}

.about-24 .aside {
    width: 250px;
    position: absolute;
    left: 0;
}

    .about-24 .aside ul {
        text-align: center;
        font-size: 16px;
    }

        .about-24 .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-24 .aside > .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-24 .aside ul li {
        height: 60px;
        line-height: 60px;
        position: relative;
        cursor: pointer;
    }

        .about-24 .aside ul li a {
            display: block;
            position: relative;
            border-left: 2px solid #fff;
        }

        .about-24 .aside ul li i {
            position: absolute;
            right: 35px;
            opacity: .3;
            font-size: 14px;
        }

    .about-24 .aside .list ul li:hover {
        color: #d95040;
    }

.about-24 .content {
    margin-left: 15px;
    padding: 50px;
    background: #fff;
    border: 1px solid #ededed;
    text-align: center;
    line-height: 28px;
}

    .about-24 .content h2 {
        font-size: 24px;
    }

    .about-24 .content span {
        display: inline-block;
        padding: 20px 0;
        border-bottom: 1px solid #ededed;
        width: 100%;
    }

    .about-24 .content p {
        text-align: justify;
        padding: 30px 0 70px;
        border-bottom: 1px solid #ededed;
    }

    .about-24 .content .more {
        padding-top: 30px;
        text-align: left;
    }

    .about-24 .content a {
        display: block;
    }

@media screen and (max-width:1024px) {
    .about-24 .content {
        padding: 40px;
    }
}

@media screen and (max-width:768px) {
    section.about-24 {
        padding-bottom: 40px;
    }

    .about-24 .content h2 {
        font-size: 20px;
    }

    .about-24 .content span {
        padding-top: 0;
    }

    .about-24 .content {
        padding: 30px;
    }

    .about-24 h2 {
        padding-bottom: 20px;
    }

    .about-24 .padd p {
        line-height: 24px;
    }

    .about-24 .aside {
        width: 220px;
        font-size: 16px;
    }

        .about-24 .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-24 .box {
        padding-left: 215px;
    }

    .about-24 .content .more {
        padding: 20px 30px;
    }
}

@media screen and (max-width:640px) {
    .about-24 .content h2 {
        font-size: 18px;
    }

    .about-24 .content {
        padding: 20px 10px;
        line-height: 24px;
    }

        .about-24 .content p {
            padding-bottom: 30px;
        }

    .about-24 .aside {
        width: 100%;
    }

    .about-24 .box {
        padding-left: 0;
    }

    .about-24 .aside {
        position: static;
    }

    .about-24 .content {
        margin-left: 0;
    }

    .about-24 h2 {
        font-size: 16px;
    }

    .about-24 .aside ul {
        font-size: 12px;
    }

        .about-24 .aside ul li {
            height: 35px;
            line-height: 35px;
        }

        .about-24 .aside ul .titl {
            font-size: 14px;
        }

    .about-24 .content > div {
        padding: 20px;
    }

    .about-24 .content .more {
        padding: 20px 0;
    }
}

section.about-25 {
    padding-bottom: 80px;
    padding-top: 30px;
    overflow: hidden;
}

.about-25 .box {
    position: relative;
    min-height: 690px;
    padding-left: 250px;
}

.about-25 .aside {
    width: 250px;
    position: absolute;
    left: 0;
}

    .about-25 .aside ul {
        text-align: center;
        font-size: 16px;
    }

        .about-25 .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-25 .aside > .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-25 .aside ul li {
        height: 60px;
        line-height: 60px;
        position: relative;
        cursor: pointer;
    }

        .about-25 .aside ul li a {
            display: block;
            position: relative;
            border-left: 2px solid #fff;
        }

        .about-25 .aside ul li i {
            position: absolute;
            right: 35px;
            opacity: .3;
            font-size: 14px;
        }

.about-25 .content {
    margin-left: 15px;
}

    .about-25 .content .padd .intruduce p {
        line-height: 28px;
        color: #999;
    }

    .about-25 .content .content-banner b {
        display: block;
        height: 150px;
    }

.about-25 .padd {
    padding: 45px;
    background: #fff;
    border: 1px solid #e6e6e6;
}

.about-25 h2 {
    font-size: 18px;
    margin-bottom: 30px;
    color: #999;
}

.about-25 .content-banner {
    position: relative;
}

    .about-25 .content-banner div.txt {
        font-size: 24px;
        color: #fff;
        line-height: 28px;
        position: absolute;
        top: 50%;
        margin-top: -14px;
        width: 100%;
        text-align: center;
    }

.about-25 .method {
    background: #fff;
    border: 1px solid #ededed;
    margin-top: 30px;
}

    .about-25 .method h2 {
        padding: 24px 40px;
        border-bottom: 1px solid #ededed;
    }

    .about-25 .method .img {
        padding: 90px 10px;
        text-align: center;
    }

        .about-25 .method .img h1 {
            font-size: 24px;
        }

        .about-25 .method .img h3 {
            font-size: 16px;
            color: #999;
            margin: 30px 0 60px;
        }

.about-25 .aside .list ul li:hover {
    color: #d95040;
}

@media screen and (max-width:768px) {
    .about-25 .work-enviro .work-img div {
        width: 48%;
    }

        .about-25 .work-enviro .work-img div:nth-child(3n) {
            margin-right: 2%;
        }

        .about-25 .work-enviro .work-img div:nth-child(2n) {
            margin-right: 0;
        }

    .about-25 .content {
        margin-top: 20px;
    }

        .about-25 .content .content-banner b {
            height: 120px;
        }

    .about-25 h2 {
        margin-bottom: 10px;
    }

    .about-25 .content .padd .intruduce p {
        line-height: 24px;
    }

    .about-25 .padd {
        padding: 30px;
    }

    .about-25 .aside {
        width: 220px;
        font-size: 16px;
    }

        .about-25 .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-25 .box {
        padding-left: 215px;
    }
}

@media screen and (max-width:640px) {
    .about-25 .work-enviro .work-img div {
        width: 100%;
        margin-right: 0;
    }

    .about-25 .aside {
        width: 100%;
    }

    .about-25 .box {
        padding-left: 0;
    }

    .about-25 .aside {
        position: static;
    }

    .about-25 .padd {
        padding: 20px 15px;
    }

    .about-25 h2 {
        font-size: 16px;
    }

    section.about-25 {
        padding-bottom: 40px;
    }

    .about-25 .aside ul {
        font-size: 12px;
    }

        .about-25 .aside ul li {
            height: 35px;
            line-height: 35px;
        }

        .about-25 .aside ul .titl {
            font-size: 14px;
        }

    .about-25 .method h2 {
        padding: 20px 0 20px 10px;
    }

    .about-25 .method .img {
        padding: 30px 10px;
    }

        .about-25 .method .img h1 {
            font-size: 20px;
        }

    .about-25 .content {
        margin-left: 0;
    }

    .about-25 .content-banner div.txt {
        font-size: 18px;
    }
}

section.about-26 {
    padding-bottom: 80px;
    padding-top: 30px;
    overflow: hidden;
}

.about-26 .box {
    position: relative;
    min-height: 690px;
    padding-left: 250px;
}

.about-26 .aside {
    width: 250px;
    position: absolute;
    left: 0;
}

    .about-26 .aside ul {
        text-align: center;
        font-size: 16px;
    }

        .about-26 .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-26 .aside > .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-26 .aside ul li {
        height: 60px;
        line-height: 60px;
        position: relative;
        cursor: pointer;
    }

        .about-26 .aside ul li a {
            display: block;
            position: relative;
            border-left: 2px solid #fff;
        }

        .about-26 .aside ul li i {
            position: absolute;
            right: 35px;
            opacity: .3;
            font-size: 14px;
        }

.about-26 .content {
    margin-left: 15px;
}

    .about-26 .content .padd .intruduce p {
        line-height: 28px;
        color: #999;
    }

    .about-26 .content .padd .circle {
        font-size: 50px;
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        line-height: 24px;
        margin-right: 10px;
    }

    .about-26 .content .content-banner b {
        display: block;
        height: 150px;
    }

.about-26 .padd {
    padding: 45px;
    background: #fff;
    border: 1px solid #e6e6e6;
}

.about-26 h2 {
    font-size: 18px;
    padding-bottom: 40px;
    color: #999;
}

.about-26 .content-banner {
    position: relative;
}

    .about-26 .content-banner div.txt {
        font-size: 24px;
        color: #fff;
        line-height: 28px;
        position: absolute;
        top: 50%;
        margin-top: -14px;
        width: 100%;
        text-align: center;
    }

.about-26 .content .list {
    box-shadow: 0 0 10px 2px #f1f1f1;
    padding: 25px 30px;
}

.about-26 .content .item i {
    font-size: 50px;
    line-height: 50px;
}

.about-26 .content .item .right {
    padding-left: 90px;
}

    .about-26 .content .item .right h5 {
        font-size: 18px;
        color: #333;
    }

    .about-26 .content .item .right span {
        color: #999;
        line-height: 28px;
    }

.about-26 .content .item .left {
    position: absolute;
}

.about-26 .content .item {
    width: 50%;
    float: left;
    padding: 4% 10%;
}

.about-26 .content .txt-p {
    padding-top: 60px;
}

@media screen and (max-width:1024px) {
    .about-26 .content .item .right {
        padding-left: 70px;
    }

        .about-26 .content .item .right h5 {
            font-size: 16px;
        }
}

@media screen and (max-width:768px) {
    section.about-26 {
        padding-bottom: 40px;
    }

    .about-26 .work-enviro .work-img div {
        width: 48%;
    }

        .about-26 .work-enviro .work-img div:nth-child(3n) {
            margin-right: 2%;
        }

        .about-26 .work-enviro .work-img div:nth-child(2n) {
            margin-right: 0;
        }

    .about-26 .content .content-banner b {
        height: 120px;
    }

    .about-26 h2 {
        padding-bottom: 20px;
    }

    .about-26 .padd p {
        line-height: 24px;
    }

    .about-26 .padd {
        padding: 30px;
    }

    .about-26 .aside {
        width: 220px;
        font-size: 16px;
    }

        .about-26 .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-26 .box {
        padding-left: 215px;
    }

    .about-26 .content .item {
        width: 100%;
    }

    .about-26 .content .txt-p {
        padding-top: 30px;
    }

    .about-26 .content .item {
        padding: 10px 20px;
    }

        .about-26 .content .item .right {
            padding-left: 70px;
        }

            .about-26 .content .item .right h5 {
                font-size: 16px;
            }
}

@media screen and (max-width:640px) {
    .about-26 .work-enviro .work-img div {
        width: 100%;
        margin-right: 0;
    }

    .about-26 .aside {
        width: 100%;
    }

    .about-26 .box {
        padding-left: 0;
    }

    .about-26 .aside {
        position: static;
    }

    .about-26 .content {
        margin-left: 0;
    }

    .about-26 .padd {
        padding: 20px 15px;
    }

    .about-26 h2 {
        font-size: 16px;
    }

    section.about-25 {
        padding-bottom: 40px;
    }

    .about-26 .aside ul {
        font-size: 12px;
    }

        .about-26 .aside ul li {
            height: 35px;
            line-height: 35px;
        }

        .about-26 .aside ul .titl {
            font-size: 14px;
        }

    .about-26 .method h2 {
        padding: 20px 0 20px 10px;
    }

    .about-26 .method .img {
        padding: 30px 10px;
    }

        .about-26 .method .img h1 {
            font-size: 20px;
        }

    .about-26 .content-banner div.txt {
        font-size: 18px;
    }

    .about-26 .content .item {
        padding: 10px;
    }

    .about-26 .content .list {
        padding: 10px;
    }
}

section.about-27 {
    padding-bottom: 80px;
    padding-top: 30px;
    overflow: hidden;
}

.about-27 .box {
    position: relative;
    min-height: 690px;
    padding-left: 250px;
}

.about-27 .aside {
    position: absolute;
    left: 0;
    background: #fff;
}

    .about-27 .aside h2 {
        text-align: center;
        font-size: 22px;
        font-weight: normal;
        line-height: 100px;
        padding-bottom: 0;
        color: #fff;
    }

    .about-27 .aside ul {
        text-align: center;
        font-size: 16px;
        width: 250px;
    }

        .about-27 .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-27 .aside .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-27 .aside ul li {
        height: 60px;
        line-height: 60px;
        position: relative;
        cursor: pointer;
    }

        .about-27 .aside ul li a {
            display: block;
        }

            .about-27 .aside ul li.active a, .about-27 .aside ul li a:hover {
                background: #e6e6e6;
            }

    .about-27 .aside .list ul {
        display: none;
    }

.about-27 .content {
    margin-left: 15px;
}

    .about-27 .content .content-banner b {
        display: block;
        height: 150px;
    }

.about-27 .padd {
    padding: 45px;
    background: #fff;
}

.about-27 h2 {
    font-size: 18px;
    padding-bottom: 40px;
    font-weight: bold;
}

.about-27 .padd p {
    line-height: 28px;
    text-align: justify;
}

.about-27 .work-enviro {
    margin-top: 40px;
}

    .about-27 .work-enviro .work-img div {
        float: left;
        width: 31%;
        margin-right: 2.3%;
        margin-top: 2.3%;
    }

        .about-27 .work-enviro .work-img div:nth-child(3n) {
            margin-right: 0;
        }

    .about-27 .work-enviro .work-img b {
        height: 185px;
        display: block;
        width: 100%;
    }

.about-27 .aside li:hover {
    color: #d95040;
}

@media screen and (max-width:768px) {
    .about-27 .aside h2 {
        line-height: 60px;
    }

    .about-27 .work-enviro .work-img div {
        width: 48%;
    }

        .about-27 .work-enviro .work-img div:nth-child(3n) {
            margin-right: 2%;
        }

        .about-27 .work-enviro .work-img div:nth-child(2n) {
            margin-right: 0;
        }

    .about-27 .content .content-banner b {
        height: 120px;
    }

    .about-27 h2 {
        padding-bottom: 20px;
    }

    .about-27 .padd p {
        line-height: 24px;
    }

    .about-27 .padd {
        padding: 30px;
    }

    .about-27 .aside ul {
        width: 220px;
        font-size: 16px;
    }

        .about-27 .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-27 .box {
        padding-left: 215px;
    }
}

@media screen and (max-width:640px) {
    .about-27 .aside h2 {
        font-size: 18px;
    }

    .about-27 .work-enviro .work-img div {
        width: 100%;
        margin-right: 0;
    }

    .about-27 .aside ul {
        width: 100%;
    }

    .about-27 .box {
        padding-left: 0;
    }

    .about-27 .aside {
        position: static;
    }

    .about-27 .content {
        margin-left: 0;
        margin-top: 20px;
    }

    .about-27 .padd {
        padding: 20px 15px;
    }

    .about-27 h2 {
        font-size: 16px;
        padding-left: 0;
    }

    section.about-27 {
        padding-bottom: 40px;
    }

    .about-27 .aside ul {
        font-size: 12px;
    }

        .about-27 .aside ul li {
            height: 35px;
            line-height: 35px;
        }

        .about-27 .aside ul .titl {
            font-size: 14px;
        }

    .about-27 .work-enviro {
        margin-top: 20px;
    }

    .about-27 .aside h2 {
        padding: 0;
    }
}

section.about-28 {
    padding-bottom: 80px;
    padding-top: 30px;
    overflow: hidden;
}

.about-28 .box {
    position: relative;
    min-height: 690px;
    padding-left: 250px;
}

.about-28 .aside {
    position: absolute;
    left: 0;
    background: #fff;
}

    .about-28 .aside h2 {
        text-align: center;
        font-size: 22px;
        font-weight: normal;
        line-height: 100px;
        padding-bottom: 0;
        color: #fff;
    }

    .about-28 .aside ul {
        width: 250px;
        text-align: center;
        font-size: 16px;
    }

        .about-28 .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-28 .aside > .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-28 .aside ul li {
        height: 60px;
        line-height: 60px;
        position: relative;
        cursor: pointer;
    }

        .about-28 .aside ul li a {
            display: block;
        }

            .about-28 .aside ul li.active a, .about-28 .aside ul li a:hover {
                background: #e6e6e6;
            }

    .about-28 .aside .list ul {
        display: none;
    }

.about-28 .content {
    margin-left: 15px;
}

.about-28 .padd {
    padding: 30px;
    background: #fff;
}

.about-28 .content h2 {
    font-size: 18px;
    padding: 25px 40px;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #ededed;
}

.about-28 .aside li:hover {
    color: #d95040;
}

.about-28 .content .culture-list {
    background: #f5f5f5;
    width: 23%;
    float: left;
    text-align: center;
    padding: 20px;
    margin-right: 2.6%;
    margin-bottom: 2.6%;
}

    .about-28 .content .culture-list:nth-child(4n) {
        margin-right: 0;
    }

    .about-28 .content .culture-list i {
        display: inline-block;
        width: 85px;
        height: 85px;
        text-align: center;
        line-height: 90px;
        font-size: 50px;
        background: #d95040;
        color: #fff;
        border-radius: 50%;
    }

    .about-28 .content .culture-list h1 {
        font-size: 18px;
        padding-top: 20px;
    }

    .about-28 .content .culture-list span {
        font-size: 12px;
        color: #ccc;
        display: inline-block;
        margin: 10px 0 20px;
    }

    .about-28 .content .culture-list p {
        font-size: 12px;
        color: #666;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        text-align: left;
    }

.about-28 .item02 h2 {
    padding-top: 0;
}

@media screen and (max-width:1024px) {
    .about-28 .content .culture-list {
        width: 49%;
        margin: 0 2% 2% 0;
    }

        .about-28 .content .culture-list:nth-child(4n) {
            margin-right: 0;
        }

        .about-28 .content .culture-list:nth-child(2n) {
            margin-right: 0;
        }

        .about-28 .content .culture-list i {
            width: 65px;
            height: 65px;
            font-size: 40px;
            line-height: 68px;
        }

        .about-28 .content .culture-list h1 {
            font-size: 18px;
        }

        .about-28 .content .culture-list span {
            padding: 5px 0 10px;
        }

    .about-28 .padd {
        padding: 25px;
    }
}

@media screen and (max-width:768px) {
    .about-28 .aside h2 {
        line-height: 60px;
    }

    .about-28 .content h2 {
        padding-bottom: 20px;
    }

    .about-28 .padd p {
        line-height: 24px;
    }

    .about-28 .padd {
        padding: 30px;
    }

    .about-28 .aside ul {
        width: 220px;
        font-size: 16px;
    }

        .about-28 .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-28 .box {
        padding-left: 215px;
    }

    .about-28 .content .culture-list {
        width: 100%;
    }

    .about-28 .padd {
        padding: 20px;
    }
}

@media screen and (max-width:640px) {
    .about-28 .aside h2 {
        font-size: 18px;
    }

    .about-28 .aside ul {
        width: 100%;
    }

    .about-28 .box {
        padding-left: 0;
    }

    .about-28 .aside {
        position: static;
    }

    .about-28 .content {
        margin-left: 0;
        margin-top: 20px;
    }

    .about-28 .padd {
        padding: 10px;
    }

    .about-28 .content h2 {
        font-size: 16px;
        padding-left: 0;
    }

    section.about-28 {
        padding-bottom: 40px;
    }

    .about-28 .aside ul {
        font-size: 12px;
    }

        .about-28 .aside ul li {
            height: 35px;
            line-height: 35px;
        }

        .about-28 .aside ul .titl {
            font-size: 14px;
        }
}

section.about-29 {
    padding-bottom: 80px;
    padding-top: 30px;
    overflow: hidden;
}

.about-29 .box {
    position: relative;
    min-height: 690px;
    padding-left: 250px;
}

.about-29 .aside {
    position: absolute;
    left: 0;
    background: #fff;
}

    .about-29 .aside h2 {
        text-align: center;
        font-size: 22px;
        font-weight: normal;
        line-height: 100px;
        padding-bottom: 0;
        color: #fff;
    }

    .about-29 .aside ul {
        width: 250px;
        text-align: center;
        font-size: 16px;
    }

        .about-29 .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-29 .aside > .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-29 .aside ul li {
        height: 60px;
        line-height: 60px;
        position: relative;
        cursor: pointer;
    }

        .about-29 .aside ul li a {
            display: block;
        }

            .about-29 .aside ul li.active a, .about-29 .aside ul li a:hover {
                background: #e6e6e6;
            }

    .about-29 .aside .list ul {
        display: none;
    }

.about-29 .content {
    margin-left: 15px;
}

.about-29 .padd {
    padding: 0 30px;
    background: #fff;
}

.about-29 .content h2 {
    font-size: 18px;
    padding: 25px 40px;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #ededed;
}

.about-29 .aside li:hover {
    color: #d95040;
}

.about-29 .content {
    background: #fff;
}

    .about-29 .content .list {
        min-height: 220px;
        padding: 30px 0;
        border-bottom: 1px solid #e6e6e6;
    }

        .about-29 .content .list:last-child {
            border: none;
        }

    .about-29 .content .left {
        position: absolute;
    }

        .about-29 .content .left img {
            width: 160px;
            height: 160px;
            border-radius: 100%;
            padding: 10px;
            border: 1px solid #da5344;
        }

    .about-29 .content .right {
        padding-left: 210px;
        line-height: 28px;
    }

        .about-29 .content .right h3 {
            font-size: 18px;
            color: #d95040;
            display: inline-block;
            padding-right: 20px;
        }

            .about-29 .content .right h3 span {
                font-size: 14px;
                color: #808080;
                padding-left: 20px;
            }

        .about-29 .content .right p {
            padding-top: 5px;
            height: 112px;
            overflow: hidden;
        }

@media screen and (max-width:1024px) {
    .about-29 .content .right {
        padding-left: 190px;
    }
}

@media screen and (max-width:768px) {
    .about-29 .aside h2 {
        line-height: 60px;
    }

    .about-29 .content h2 {
        padding-bottom: 20px;
    }

    .about-29 .padd p {
        line-height: 24px;
    }

    .about-29 .padd {
        padding: 30px;
    }

    .about-29 .aside ul {
        width: 220px;
        font-size: 16px;
    }

        .about-29 .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-29 .box {
        padding-left: 215px;
    }

    .about-29 .content .culture-list {
        width: 100%;
    }

    .about-29 .padd {
        padding: 20px;
    }

    .about-29 .content .list {
        text-align: center;
        padding: 20px 0;
    }

    .about-29 .content .left {
        position: static;
    }

        .about-29 .content .left img {
            width: 130px;
            height: 130px;
        }

    .about-29 .content .right {
        padding-left: 0;
        padding-top: 10px;
    }

        .about-29 .content .right p {
            height: 100%;
            text-align: justify;
        }
}

@media screen and (max-width:640px) {
    .about-29 .aside h2 {
        font-size: 18px;
    }

    .about-29 .aside ul {
        width: 100%;
    }

    .about-29 .box {
        padding-left: 0;
    }

    .about-29 .aside {
        position: static;
    }

    .about-29 .content {
        margin-left: 0;
        margin-top: 20px;
    }

    .about-29 .padd {
        padding: 10px;
    }

    .about-29 .content h2 {
        font-size: 16px;
        padding-left: 0;
    }

    section.about-29 {
        padding-bottom: 40px;
    }

    .about-29 .aside ul {
        font-size: 12px;
    }

        .about-29 .aside ul li {
            height: 35px;
            line-height: 35px;
        }

        .about-29 .aside ul .titl {
            font-size: 14px;
        }

    .about-29 .content h2 {
        padding-left: 20px;
    }
}

section.about-30 {
    padding-bottom: 80px;
    padding-top: 30px;
    overflow: hidden;
}

.about-30 .box {
    position: relative;
    padding-left: 250px;
    min-height: 690px;
}

.about-30 .aside {
    position: absolute;
    left: 0;
    background: #fff;
}

    .about-30 .aside h2 {
        text-align: center;
        font-size: 22px;
        font-weight: normal;
        line-height: 100px;
        padding-bottom: 0;
        color: #fff;
    }

    .about-30 .aside ul {
        width: 250px;
        text-align: center;
        font-size: 16px;
    }

        .about-30 .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-30 .aside > .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-30 .aside ul li {
        height: 60px;
        line-height: 60px;
        position: relative;
        cursor: pointer;
    }

        .about-30 .aside ul li a {
            display: block;
        }

            .about-30 .aside ul li.active a, .about-30 .aside ul li a:hover {
                background: #e6e6e6;
            }

    .about-30 .aside .list ul {
        display: none;
    }

.about-30 .content {
    margin-left: 15px;
}

.about-30 .padd {
    padding: 50px 50px 20px;
    background: #fff;
}

.about-30 .content h2 {
    font-size: 18px;
    padding: 25px 40px;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #ededed;
}

.about-30 .aside li:hover {
    color: #d95040;
}

.about-30 .content {
    background: #fff;
}

    .about-30 .content .padd {
        text-align: center;
    }

        .about-30 .content .padd .img {
            width: 30%;
            float: left;
            border: 1px solid #ededed;
            margin: 0 5% 4% 0;
            height: 65px;
            overflow: hidden;
            position: relative;
        }

            .about-30 .content .padd .img:nth-child(3n) {
                margin-right: 0;
            }

            .about-30 .content .padd .img img {
                position: absolute;
                margin: auto;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                max-height: 100%;
            }

@media screen and (max-width:1024px) {
    .about-30 .padd {
        padding: 40px 40px 20px;
    }
}

@media screen and (max-width:768px) {
    .about-30 .aside h2 {
        line-height: 60px;
    }

    .about-30 .content h2 {
        padding: 20px;
    }

    .about-30 .padd p {
        line-height: 24px;
    }

    .about-30 .padd {
        padding: 30px;
    }

    .about-30 .aside ul {
        width: 220px;
        font-size: 16px;
    }

        .about-30 .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-30 .box {
        padding-left: 215px;
    }

    .about-30 .content .culture-list {
        width: 100%;
    }

    .about-30 .padd {
        padding: 20px;
    }

    .about-30 .content .padd .img {
        width: 47%;
        margin-right: 6%;
    }

        .about-30 .content .padd .img:nth-child(3n) {
            margin-right: 6%;
        }

        .about-30 .content .padd .img:nth-child(2n) {
            margin-right: 0;
        }
}

@media screen and (max-width:640px) {
    .about-30 .aside h2 {
        font-size: 18px;
    }

    .about-30 .aside ul {
        width: 100%;
    }

    .about-30 .box {
        padding-left: 0;
    }

    .about-30 .aside {
        position: static;
    }

    .about-30 .content {
        margin-left: 0;
        margin-top: 20px;
    }

    .about-30 .padd {
        padding: 20px 10px 10px;
    }

    .about-30 .content h2 {
        font-size: 16px;
    }

    section.about-30 {
        padding-bottom: 40px;
    }

    .about-30 .aside ul {
        font-size: 12px;
    }

        .about-30 .aside ul li {
            height: 35px;
            line-height: 35px;
        }

        .about-30 .aside ul .titl {
            font-size: 14px;
        }

    .about-30 .content h2 {
        padding-left: 20px;
    }

    .about-30 .content .padd .img {
        height: 50px;
        margin-bottom: 3%;
    }
}

section.about-31 {
    padding-bottom: 80px;
    padding-top: 30px;
    overflow: hidden;
}

.about-31 .box {
    position: relative;
    padding-left: 250px;
    min-height: 690px;
}

.about-31 .aside {
    position: absolute;
    left: 0;
    background: #fff;
}

    .about-31 .aside h2 {
        text-align: center;
        font-size: 22px;
        font-weight: normal;
        line-height: 100px;
        padding-bottom: 0;
        color: #fff;
    }

    .about-31 .aside ul {
        width: 250px;
        text-align: center;
        font-size: 16px;
    }

        .about-31 .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-31 .aside > .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-31 .aside ul li {
        height: 60px;
        line-height: 60px;
        position: relative;
        cursor: pointer;
    }

        .about-31 .aside ul li a {
            display: block;
        }

            .about-31 .aside ul li.active a, .about-31 .aside ul li a:hover {
                background: #e6e6e6;
            }

    .about-31 .aside .list ul {
        display: none;
    }

.about-31 .content {
    margin-left: 15px;
    line-height: 28px;
}

    .about-31 .content .padd {
        padding: 0 40px 40px;
        background: #fff;
    }

    .about-31 .content h2 {
        font-size: 18px;
        padding: 25px 40px;
        font-weight: bold;
        background: #fff;
        border-bottom: 1px solid #ededed;
    }

.about-31 .aside li:hover {
    color: #d95040;
}

.about-31 .content .job-list {
    padding: 40px 0;
    border-bottom: 1px dashed #9c9c9c;
}

    .about-31 .content .job-list:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .about-31 .content .job-list h1 {
        font-size: 20px;
        padding-bottom: 30px;
    }

    .about-31 .content .job-list h3 {
        font-size: 16px;
    }

    .about-31 .content .job-list .job-require h1 {
        padding-bottom: 0;
        padding-top: 50px;
    }

@media screen and (max-width:768px) {
    .about-31 .aside h2 {
        line-height: 60px;
    }

    .about-31 .content h2 {
        padding: 20px;
    }

    .about-31 .padd p {
        line-height: 22px;
    }

    .about-31 .padd {
        padding: 30px;
    }

    .about-31 .aside ul {
        width: 220px;
        font-size: 16px;
    }

        .about-31 .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-31 .box {
        padding-left: 215px;
    }

    .about-31 .content .culture-list {
        width: 100%;
    }

    .about-31 .padd {
        padding: 20px;
    }

    .about-31 .content .job-list {
        padding: 20px 0;
    }

        .about-31 .content .job-list .job-require h1 {
            padding-top: 15px;
        }

        .about-31 .content .job-list h1 {
            font-size: 16px;
            padding-bottom: 15px;
        }
}

@media screen and (max-width:640px) {
    .about-31 .aside h2 {
        font-size: 18px;
    }

    .about-31 .aside ul {
        width: 100%;
    }

    .about-31 .box {
        padding-left: 0;
    }

    .about-31 .aside {
        position: static;
    }

    .about-31 .content {
        margin-left: 0;
        margin-top: 20px;
    }

    .about-31 .padd {
        padding: 20px 10px 10px;
    }

    .about-31 .content h2 {
        font-size: 16px;
    }

    section.about-31 {
        padding-bottom: 40px;
    }

    .about-31 .aside ul {
        font-size: 12px;
    }

        .about-31 .aside ul li {
            height: 35px;
            line-height: 35px;
        }

        .about-31 .aside ul .titl {
            font-size: 14px;
        }

    .about-31 .content h2 {
        padding-left: 20px;
    }

    .about-31 .content .padd .img {
        height: 45px;
        margin-bottom: 3%;
    }

    .about-31 .content .padd {
        padding: 0 10px 20px;
    }
}

section.about-32 {
    padding-bottom: 80px;
    padding-top: 30px;
    overflow: hidden;
}

.about-32 .box {
    position: relative;
    padding-left: 250px;
    min-height: 690px;
}

.about-32 .aside {
    position: absolute;
    left: 0;
    background: #fff;
}

    .about-32 .aside h2 {
        text-align: center;
        font-size: 22px;
        font-weight: normal;
        line-height: 100px;
        padding-bottom: 0;
        color: #fff;
    }

    .about-32 .aside ul {
        width: 250px;
        text-align: center;
        font-size: 16px;
    }

        .about-32 .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-32 .aside > .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-32 .aside ul li {
        height: 60px;
        line-height: 60px;
        position: relative;
        cursor: pointer;
    }

        .about-32 .aside ul li a {
            display: block;
        }

            .about-32 .aside ul li.active a, .about-32 .aside ul li a:hover {
                background: #e6e6e6;
            }

    .about-32 .aside .list ul {
        display: none;
    }

.about-32 .content {
    margin-left: 15px;
    line-height: 28px;
}

    .about-32 .content .padd {
        padding: 40px;
        background: #fff;
    }

    .about-32 .content h2 {
        font-size: 18px;
        padding: 25px 40px;
        font-weight: bold;
        background: #fff;
        border-bottom: 1px solid #ededed;
    }

.about-32 .aside li:hover {
    color: #d95040;
}

.about-32 .content h1 {
    font-size: 16px;
    color: #333;
}

.about-32 .content p {
    color: #333;
}

.about-32 .content .padd > div, .about-32 .content .padd .list-box {
    margin-bottom: 30px;
}

.about-32 .content .map {
    padding-bottom: 0;
    text-align: center;
}

.about-32 .content h3 {
    font-size: 16px;
    color: #d95040;
}

.about-32 .content .list {
    width: 50%;
}

    .about-32 .content .list:nth-child(2n) {
        padding-left: 50px;
    }

@media screen and (max-width:768px) {
    section.about-32 {
        padding-bottom: 40px;
    }

    .about-32 .aside h2 {
        line-height: 60px;
    }

    .about-32 .content h2 {
        padding: 20px;
    }

    .about-32 .padd p {
        line-height: 24px;
    }

    .about-32 .padd {
        padding: 30px;
    }

    .about-32 .aside ul {
        width: 220px;
        font-size: 16px;
    }

        .about-32 .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-32 .box {
        padding-left: 215px;
    }

    .about-32 .content .culture-list {
        width: 100%;
    }

    .about-32 .padd {
        padding: 20px;
    }

    .about-32 .content .job-list {
        padding: 20px 0;
    }

        .about-32 .content .job-list .job-require h1 {
            padding-top: 30px;
        }

        .about-32 .content .job-list h1 {
            font-size: 18px;
        }

    .about-32 .content .list {
        width: 100%;
    }

        .about-32 .content .list:nth-child(2n) {
            padding-left: 0;
        }

    .about-32 .content .padd {
        padding: 30px;
    }

        .about-32 .content .padd > div {
            margin-bottom: 15px;
        }

        .about-32 .content .padd .list-box {
            margin-bottom: 0;
        }

            .about-32 .content .padd .list-box .list {
                margin-bottom: 15px;
            }
}

@media screen and (max-width:640px) {
    .about-32 .aside h2 {
        font-size: 18px;
    }

    .about-32 .aside ul {
        width: 100%;
    }

    .about-32 .box {
        padding-left: 0;
    }

    .about-32 .aside {
        position: static;
    }

    .about-32 .content {
        margin-left: 0;
        margin-top: 20px;
    }

    .about-32 .padd {
        padding: 20px 10px 10px;
    }

    .about-32 .content h2 {
        font-size: 16px;
    }

    section.about-32 {
        padding-bottom: 40px;
    }

    .about-32 .aside ul {
        font-size: 12px;
    }

        .about-32 .aside ul li {
            height: 35px;
            line-height: 35px;
        }

        .about-32 .aside ul .titl {
            font-size: 14px;
        }

    .about-32 .content h2 {
        padding-left: 20px;
    }

    .about-32 .content .padd .img {
        height: 45px;
        margin-bottom: 3%;
    }

    .about-32 .content .padd {
        padding: 15px;
    }
}

section.about-33 {
    background: #fff;
    padding-bottom: 60px;
}

.about-33 .page-banner {
    position: relative;
}

    .about-33 .page-banner h1 {
        font-size: 32px;
        color: #fff;
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        line-height: 32px;
        top: 50%;
        margin-top: -16px;
    }

    .about-33 .page-banner b {
        height: 300px;
    }

.about-33 .nav .tit {
    font-weight: bold;
}

    .about-33 .nav .tit i {
        color: #fff;
        font-style: normal;
        border-radius: 50%;
        padding: 2px;
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 17px;
    }

.about-33 .nav {
    background: #fff;
    padding: 50px 0 50px 70px;
    box-shadow: 0 3px 3px 0 #eaeaea;
    position: relative;
    top: -60px;
}

    .about-33 .nav .fl {
        width: 15%;
        white-space: nowrap;
    }

        .about-33 .nav .fl i {
            margin-right: 15px;
        }

    .about-33 .nav .fr {
        width: 85%;
    }

    .about-33 .nav li {
        width: 16%;
        float: left;
        text-align: center;
    }

        .about-33 .nav li a {
            color: #999;
            padding-bottom: 10px;
            transition: all .1s;
            border-bottom: 2px solid #fff;
        }

.about-33 .item01 .left {
    width: 300px;
    height: 190px;
    position: absolute;
    text-align: center;
    padding-top: 25px;
}

    .about-33 .item01 .left img {
        max-width: 220px;
    }

.about-33 .item01 .right {
    padding-left: 300px;
}

.about-33 .w1200 {
    line-height: 28px;
}

.about-33 h2 {
    font-size: 24px;
    margin-top: 60px;
}

@media screen and (max-width:1024px) {
    .about-33 .page-banner h1 {
        font-size: 28px;
    }

    .about-33 .nav .fl {
        width: 20%;
    }

    .about-33 .nav .fr {
        width: 80%;
    }
}

@media screen and (max-width:768px) {
    .about-33 .nav {
        padding: 30px 0 30px 30px;
        top: -44px;
    }

    .about-33 .page-banner h1 {
        font-size: 24px;
    }

    .about-33 .page-banner b {
        height: 180px;
    }

    .about-33 h2 {
        font-size: 18px;
    }

    .about-33 .item01 .left {
        position: static;
        margin: 0 auto;
        width: 170px;
        height: auto;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .about-33 .item01 .right {
        padding-left: 0;
    }
}

@media screen and (max-width:640px) {
    .about-33 .nav {
        box-shadow: 0 2px 2px 0 #eaeaea;
    }

        .about-33 .nav li {
            border-bottom: 2px solid #fff;
        }

    section.about-33 {
        padding-bottom: 30px;
    }

    .about-33 .page-banner h1 {
        font-size: 18px;
    }

    .about-33 .w1200 {
        line-height: 24px;
    }

    .about-33 .nav {
        position: relative;
        padding: 15px;
        top: -30px;
    }

        .about-33 .nav .tit {
            margin-bottom: 15px;
        }

        .about-33 .nav .fr {
            width: 100%;
            background: #fff;
            z-index: 1;
        }

        .about-33 .nav li {
            float: none;
            border: none;
            width: 100%;
            line-height: inherit;
        }

            .about-33 .nav li a {
                display: block;
                padding-bottom: 0;
                line-height: 35px;
            }

    .a-act {
        border: none;
    }

    .li-act {
        border-bottom: 2px solid #d95040 !important;
    }

    .about-33 h2 {
        margin-top: 30px;
        font-size: 16px;
        padding-bottom: 20px !important;
    }
}

.about-34 {
    background: #f5f5f5;
}

    .about-34 .w1200 {
        position: relative;
        padding: 0;
    }

        .about-34 .w1200 div {
            width: 200px;
            height: 200px;
            text-align: center;
            position: absolute;
            padding: 30px 10px;
            color: #fff;
        }

            .about-34 .w1200 div i {
                font-size: 50px;
            }

            .about-34 .w1200 div p {
                text-align: justify;
                font-size: 12px;
                line-height: 20px;
                height: 40px;
                overflow: hidden;
            }

            .about-34 .w1200 div h3 {
                font-size: 18px;
                font-weight: bold;
                padding: 12px 0;
            }

        .about-34 .w1200 .list01 {
            top: 0;
            left: 0;
            background: #d95040;
        }

        .about-34 .w1200 .list02 {
            top: 200px;
            left: 200px;
            background: #2ea1eb;
        }

        .about-34 .w1200 .list03 {
            top: 400px;
            left: 0;
            background: #1253bb;
        }

        .about-34 .w1200 .list04 {
            top: 400px;
            left: 400px;
            background: #696e7d;
        }

    .about-34 b {
        height: 600px;
        width: 100%;
        display: block;
    }

@media screen and (max-width:640px) {
    .about-34 .w1200 div h3 {
        font-size: 16px;
    }

    .about-34 .w1200 div i {
        font-size: 40px;
    }

    .about-34 .w1200 .list02 {
        left: 0;
    }

    .about-34 .w1200 .list04 {
        left: 0;
        top: 600px;
    }

    .about-34 b {
        display: none;
    }

    .about-34 .w1200 div {
        width: 100%;
        opacity: .9;
        height: auto;
        position: static;
    }

    .about-34 h2 {
        margin-top: 30px;
        font-size: 16px;
        padding-bottom: 20px !important;
    }

    .about-34 .w1200 div p {
        text-align: center;
        height: auto;
    }
}

.about-35 {
    overflow: hidden;
}

    .about-35 h2 {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .about-35 .list-con {
        margin: 0 -10px;
    }

    .about-35 .list {
        width: 25%;
        float: left;
        text-align: center;
        padding: 0 10px;
        margin-bottom: 20px;
    }

        .about-35 .list .box {
            border: 1px solid #ededed;
            background: #fff;
            border-radius: 5px;
            padding: 20px 10px 30px;
        }

        .about-35 .list p {
            text-align: justify;
            height: 60px;
            overflow: hidden;
            color: #999;
            font-size: 12px;
            line-height: 20px;
        }

        .about-35 .list i {
            font-size: 60px;
            display: block;
            padding-top: 10px;
            height: 50px;
            line-height: 50px;
        }

        .about-35 .list h3 {
            font-size: 18px;
            color: #333;
            margin: 15px 0 20px;
            display: block;
        }

@media screen and (max-width:768px) {
    section.about-35 {
        padding-bottom: 30px;
    }

    .about-35 h2 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .about-35 .list-con {
        margin: 0 -5px;
    }

    .about-35 .list {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:420px) {
    .about-35 .list {
        width: 100%;
    }
}

.about-36 h2 {
    margin-bottom: 30px;
    font-size: 24px;
}

.about-36 .list-con {
    margin: 0 -10px;
}

.about-36 .img {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    float: left;
}

    .about-36 .img b {
        display: block;
        height: 200px;
    }

@media screen and (max-width:768px) {
    .about-36 h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:640px) {
    .about-36 .list-con {
        margin: 0 -5px;
    }

    .about-36 .img {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

        .about-36 .img b {
            height: auto;
            padding-top: 70%;
        }
}

.about-37 .w1200 {
    line-height: 28px;
}

.about-37 .list {
    position: relative;
    padding: 30px 0;
    padding-top: 60px;
    min-height: 280px;
    padding-left: 260px;
    border-bottom: 1px solid #e6e6e6;
}

    .about-37 .list p {
        height: 84px;
        overflow: hidden;
        text-align: justify;
    }

    .about-37 .list .line {
        width: 180px;
        height: 2px;
        margin-top: 30px;
    }

    .about-37 .list h2 {
        font-size: 18px;
        padding-bottom: 5px;
        display: inline-block;
    }

    .about-37 .list span {
        font-size: 14px;
        color: #808080;
        padding-left: 20px;
        display: inline-block;
    }

    .about-37 .list .left {
        position: absolute;
        left: 20px;
        top: 50px;
        width: 200px;
        height: 200px;
    }

        .about-37 .list .left b {
            height: 100%;
            display: block;
            -webkit-box-shadow: -20px -20px 0 0 #f5f5f5;
            box-shadow: -20px -20px 0 0 #f5f5f5;
        }

    .about-37 .list:nth-child(even) {
        padding-right: 260px;
        padding-left: 0;
    }

        .about-37 .list:nth-child(even) .left {
            left: auto;
            right: 0;
            top: 50px;
        }

        .about-37 .list:nth-child(even) .right h2 {
            text-align: left;
        }

        .about-37 .list:nth-child(even) .line {
            float: left;
        }

@media screen and (max-width:768px) {
    .about-37 .list {
        padding-left: 240px;
    }
}

@media screen and (max-width:640px) {
    .about-37 .list {
        width: 100%;
        padding: 15px 0;
        min-height: inherit;
    }

        .about-37 .list:nth-child(even) {
            padding-right: 0;
        }

        .about-37 .list h2 {
            margin: 0;
            text-align: left;
        }

        .about-37 .list .line {
            display: none;
        }

        .about-37 .list p {
            height: auto;
            line-height: 20px;
        }

        .about-37 .list .left {
            position: static;
            margin: 0 auto;
            width: 120px;
            height: 120px;
            float: none;
            margin-bottom: 15px;
            padding-top: 10px;
        }

            .about-37 .list .left b {
                -webkit-box-shadow: -10px -10px 0 0 #f5f5f5;
                box-shadow: -10px -10px 0 0 #f5f5f5;
            }

        .about-37 .list .right {
            float: none;
        }
}

.about-38 {
    line-height: 28px;
}

    .about-38 .list {
        padding: 25px;
        margin-bottom: 20px;
    }

        .about-38 .list:last-child {
            margin-bottom: 0;
        }

        .about-38 .list .left {
            position: absolute;
        }

            .about-38 .list .left b {
                width: 280px;
                height: 150px;
                display: block;
                position: relative;
                background: #fff;
            }

                .about-38 .list .left b img {
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    margin: auto;
                }

        .about-38 .list .right {
            padding-left: 310px;
        }

            .about-38 .list .right h2 {
                font-size: 18px;
                color: #333;
            }

            .about-38 .list .right p {
                font-size: 14px;
                color: #999;
                text-align: justify;
                padding-top: 5px;
                height: 112px;
                overflow: hidden;
            }

@media screen and (max-width:768px) {
    .about-38 .list {
        padding: 0;
    }

    .about-38 {
        line-height: 24px;
    }

        .about-38 .list .left {
            position: static;
        }

            .about-38 .list .left b {
                margin: 0 auto;
            }

        .about-38 .list .right {
            padding-left: 0;
            margin-top: 10px;
        }

            .about-38 .list .right p {
                overflow: visible;
                height: auto;
                line-height: 20px;
            }

            .about-38 .list .right h2 {
                font-size: 16px;
            }
}

.about-39 {
    line-height: 28px;
}

    .about-39 .map {
        text-align: center;
        width: 100%;
    }

        .about-39 .map img {
            display: block;
        }

    .about-39 .company-info {
        position: relative;
    }

        .about-39 .company-info .left div {
            margin-top: 50px;
            padding-right: 180px;
        }

        .about-39 .company-info h2 {
            font-size: 18px;
            color: #d95040;
        }

        .about-39 .company-info p {
            color: #999;
        }

        .about-39 .company-info .right {
            width: 155px;
            text-align: center;
            position: absolute;
            right: 0;
            top: 0;
        }

            .about-39 .company-info .right img {
                width: 150px;
                height: 150px;
            }

@media screen and (max-width:640px) {
    .about-39 .company-info h2 {
        font-size: 16px;
    }

    .about-39 {
        line-height: 24px;
    }

        .about-39 .company-info p {
            line-height: 22px;
        }

        .about-39 .company-info .left div {
            margin-top: 15px;
            padding-right: 0;
        }

        .about-39 .company-info .right {
            position: static;
            margin: 20px auto 0;
        }
}

.about-40 {
    line-height: 26px;
}

    .about-40 .about-40-bg {
        position: relative;
    }

        .about-40 .about-40-bg .txt {
            position: absolute;
            left: 65px;
            top: 50px;
        }

        .about-40 .about-40-bg b {
            width: 100%;
            height: 160px;
            background-position: right;
            display: block;
        }

        .about-40 .about-40-bg h2 {
            font-size: 26px;
            color: #fff;
        }

        .about-40 .about-40-bg p {
            color: #fff;
        }

    .about-40 .info h2 {
        font-size: 18px;
        color: #d95040;
        padding-bottom: 5px;
    }

    .about-40 .info div {
        margin-top: 60px;
    }

    .about-40 .info p {
        color: #999;
    }

@media screen and (max-width:640px) {
    .about-40 .about-40-bg h2 {
        font-size: 20px;
    }

    .about-40 .about-40-bg .txt {
        width: 100%;
        left: 0;
        top: 40px;
        padding: 0 15px;
    }

    .about-40 .info div {
        margin-top: 15px;
    }

    .about-40 .info h2 {
        font-size: 16px;
    }

    .about-40 .info p {
        line-height: 22px;
    }

    .about-40 .about-40-bg b {
        height: 140px;
    }
}

.about-41 div b {
    width: 60%;
    height: 340px;
    display: block;
    margin-bottom: 140px;
}

.about-41 .item {
    width: 50%;
    float: left;
    position: relative;
}

    .about-41 .item .txt {
        position: absolute;
        right: 20px;
        top: 0;
        width: 50%;
    }

        .about-41 .item .txt .title {
            text-align: right;
            margin-top: 60px;
            margin-bottom: 15px;
            padding-right: 50px;
        }

            .about-41 .item .txt .title h3 {
                font-size: 18px;
                color: #d95040;
                display: inline-block;
            }

            .about-41 .item .txt .title span {
                font-size: 14px;
                color: #999;
                padding-left: 20px;
                display: inline-block;
            }

        .about-41 .item .txt .contxt {
            height: 300px;
            width: 100%;
            line-height: 30px;
            background: #fff;
            padding: 30px;
            box-shadow: 0 0 10px 0 #ddd;
            overflow-y: auto;
        }

            .about-41 .item .txt .contxt p {
                color: #808080;
                height: 240px;
                overflow: hidden;
            }

@media screen and (max-width:1024px) {
    .about-41 .item .txt .contxt {
        padding: 20px;
    }

    .about-41 .item .txt h3 {
        padding-right: 0;
    }
}

@media screen and (max-width:768px) {
    .about-41 .item {
        width: 100%;
    }

    .about-41 div b {
        margin-bottom: 100px;
    }

    .about-41 .item .txt {
        right: 0;
    }

        .about-41 .item .txt .contxt {
            padding: 10px;
        }

        .about-41 .item .txt span {
            padding-left: 10px;
        }
}

@media screen and (max-width:640px) {
    .about-41 div b {
        margin: 0;
        height: auto;
        padding-top: 100%;
        width: 100%;
    }

    .about-41 .item {
        margin-bottom: 15px;
    }

        .about-41 .item:last-child {
            margin-bottom: 0;
        }

        .about-41 .item .txt {
            position: static;
            width: 100%;
        }

            .about-41 .item .txt .title {
                margin: 10px 0;
                text-align: left;
            }

            .about-41 .item .txt .contxt {
                height: auto;
            }

                .about-41 .item .txt .contxt p {
                    height: auto;
                    line-height: 22px;
                }
}

section.about-43 {
    text-align: center;
    padding-top: 205px;
}

.about-43-bg {
    padding-bottom: 100px;
}

.about-43 b {
    display: block;
    padding-top: 40%;
}

.about-43 .txt {
    padding: 0 10px;
    padding-bottom: 10px;
}

.about-43 h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 40px;
}

.about-43 p {
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
}

.about-43 .swiper-container {
    position: relative;
    margin-top: -125px;
}

    .about-43 .swiper-container .swiper-button-next, .about-43 .swiper-container .swiper-button-prev {
        margin-top: -105px;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        background: #000;
        line-height: 60px;
        font-size: 24px;
    }

        .about-43 .swiper-container .swiper-button-next:hover, .about-43 .swiper-container .swiper-button-prev:hover {
            background: #fff;
            color: #000;
        }

@media screen and (max-width:768px) {
    section.about-43 {
        padding-top: 165px;
    }

    .about-43-bg {
        padding-bottom: 40px;
    }

    .about-43 h2 {
        font-size: 20px;
        margin-top: 15px;
    }

    .about-43 p {
        font-size: 14px;
    }
}

.about-44 .text {
    text-align: center;
}

    .about-44 .text h1 {
        font-size: 30px;
        color: #000;
    }

    .about-44 .text p {
        line-height: 30px;
        font-size: 16px;
        margin: 40px 0 60px 0;
    }

.about-44 .swiper-wrapper {
    padding-top: 15px;
}

.about-44 .box {
    border: 1px solid #c8c8c8;
    height: 380px;
    font-size: 24px;
    background: #fff;
    text-align: center;
    padding: 0 20px;
    padding-top: 40px;
}

    .about-44 .box * {
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }

    .about-44 .box span {
        display: block;
    }

    .about-44 .box p {
        height: 215px;
        font-size: 16px;
        line-height: 30px;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
        overflow-y: auto;
    }

.about-44 .swiper-slide:hover .box {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    background: #666;
}

    .about-44 .swiper-slide:hover .box * {
        color: #fff;
        transform: translateY(0);
    }

    .about-44 .swiper-slide:hover .box p {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }

.about-44 .b-txt {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
}

@media screen and (max-width:768px) {
    .about-44 .text h1 {
        font-size: 22px;
    }

    .about-44 .text p {
        font-size: 14px;
        line-height: 20px;
        margin: 20px 0 30px 0;
    }

    .about-44 .b-txt {
        font-size: 14px;
        margin-top: 20px;
    }
}

@media screen and (max-width:640px) {
    .about-44 .box {
        font-size: 16px;
        height: 300px;
        padding-top: 20px;
    }

        .about-44 .box p {
            line-height: 22px;
            font-size: 14px;
        }
}

section.about-50 {
    padding-bottom: 80px;
}

.about-50 .position {
    position: relative;
    top: -60px;
}

.about-50 .left-nav {
    width: 240px;
    position: absolute;
    text-align: center;
}

    .about-50 .left-nav h2 {
        width: 100%;
        height: 120px;
        line-height: 120px;
        color: #fff;
        font-size: 24px;
        background: #808080;
    }

    .about-50 .left-nav ul li {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #666;
        border-bottom: 1px dashed #ccc;
    }

.about-50 .w1200 {
    position: relative;
}

.about-50 .right {
    min-height: 300px;
    padding-left: 300px;
    padding-top: 90px;
    line-height: 30px;
}

    .about-50 .right img {
        float: left;
        margin-right: 30px;
        display: block;
        width: 360px;
        height: 260px;
    }

    .about-50 .right h2 {
        font-size: 24px;
        padding-bottom: 25px;
    }

    .about-50 .right p {
        text-align: justify;
    }

@media screen and (max-width:768px) {
    section.about-50 {
        padding-bottom: 40px;
    }

    .about-50 .right img {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .about-50 .right {
        padding: 30px 0 0 230px;
    }

        .about-50 .right h2 {
            font-size: 18px;
            padding-bottom: 5px;
        }

        .about-50 .right p {
            line-height: 28px;
        }

    .about-50 .left-nav {
        width: 200px;
    }

        .about-50 .left-nav h2 {
            height: 100px;
            line-height: 100px;
            font-size: 22px;
        }

    .about-50 .position {
        top: -50px;
    }
}

@media screen and (max-width:640px) {
    .about-50 .left-nav {
        position: static;
        width: 100%;
    }

    .about-50 .right {
        padding: 0;
    }

    .about-50 .left-nav h2 {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .about-50 .left-nav ul li {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .about-50 .right img {
        width: 100%;
        height: auto;
    }

    .about-50 .right p {
        line-height: 22px;
    }

    .about-50 .position {
        top: -25px;
    }
}

section.about-51 {
    padding-bottom: 80px;
}

.about-51 .position {
    position: relative;
    top: -60px;
}

.about-51 .left-nav {
    width: 240px;
    position: absolute;
    text-align: center;
}

    .about-51 .left-nav h2 {
        width: 100%;
        height: 120px;
        line-height: 120px;
        color: #fff;
        font-size: 24px;
        background: #808080;
    }

    .about-51 .left-nav ul li {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #666;
        border-bottom: 1px dashed #ccc;
    }

.about-51 .w1200 {
    position: relative;
}

.about-51 .item {
    min-height: 300px;
    line-height: 30px;
    padding-top: 90px;
    margin-left: 300px;
}

.about-51 .left {
    position: absolute;
}

.about-51 .item .list {
    margin-bottom: 30px;
    height: 200px;
    padding: 20px;
    background: #f2f2f2;
}

    .about-51 .item .list b {
        width: 120px;
        height: 160px;
        display: block;
    }

.about-51 .item .right {
    padding-left: 150px;
}

    .about-51 .item .right h3 {
        font-size: 16px;
        color: #333;
    }

        .about-51 .item .right h3:after {
            content: "";
            display: block;
            width: 30px;
            height: 3px;
            background: #666;
            margin: 10px 0;
        }

    .about-51 .item .right p {
        text-align: justify;
        line-height: 24px;
        height: 96px;
        overflow: hidden;
    }

@media screen and (max-width:768px) {
    section.about-51 {
        padding-bottom: 40px;
    }

    .about-51 .item {
        padding-top: 30px;
        margin-left: 230px;
    }

    .about-51 .left-nav {
        width: 200px;
    }

        .about-51 .left-nav h2 {
            height: 100px;
            line-height: 100px;
            font-size: 22px;
        }

    .about-51 .position {
        top: -50px;
    }
}

@media screen and (max-width:640px) {
    .about-51 .left-nav {
        position: static;
        width: 100%;
    }

    .about-51 .item {
        padding: 0;
    }

    .about-51 .left-nav h2 {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .about-51 .left-nav ul li {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .about-51 .position {
        top: -25px;
    }

    .about-51 .item {
        margin-left: 0;
    }

        .about-51 .item .left {
            position: static;
            float: left;
            margin-right: 15px;
        }

        .about-51 .item .list {
            height: auto;
            min-height: 200px;
            margin-bottom: 15px;
        }

        .about-51 .item .right {
            padding-left: 0;
        }

            .about-51 .item .right p {
                height: auto;
                min-height: 96px;
                overflow: visible;
                font-size: 12px;
            }

        .about-51 .item .list {
            padding: 15px;
        }

        .about-51 .item .right h3 {
            white-space: normal;
            line-height: 22px;
            font-size: 14px;
        }

            .about-51 .item .right h3:after {
                height: 2px;
                margin: 5px 0;
            }
}

section.about-52 {
    padding-bottom: 80px;
}

.about-52 .position {
    position: relative;
    top: -60px;
}

.about-52 .left-nav {
    width: 240px;
    position: absolute;
    text-align: center;
}

    .about-52 .left-nav h2 {
        width: 100%;
        height: 120px;
        line-height: 120px;
        color: #fff;
        font-size: 24px;
        background: #808080;
    }

    .about-52 .left-nav ul li {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #666;
        border-bottom: 1px dashed #ccc;
    }

.about-52 .w1200 {
    position: relative;
}

.about-52 .item {
    min-height: 300px;
    line-height: 28px;
    padding-top: 90px;
    margin-left: 300px;
}

    .about-52 .item h2 {
        font-size: 24px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }

    .about-52 .item > div {
        width: 50%;
        float: left;
    }

    .about-52 .item .left {
        padding-right: 60px;
    }

        .about-52 .item .left p {
            padding-top: 15px;
        }

@media screen and (max-width:768px) {
    section.about-52 {
        padding-bottom: 40px;
    }

    .about-52 .item {
        padding-top: 30px;
        margin-left: 230px;
    }

    .about-52 .left-nav {
        width: 200px;
    }

        .about-52 .left-nav h2 {
            height: 100px;
            line-height: 100px;
            font-size: 22px;
        }

    .about-52 .position {
        top: -50px;
    }

    .about-52 .item > div {
        width: 100%;
        float: none;
    }

    .about-52 .item .left {
        padding-right: 0;
    }

    .about-52 .item .right {
        margin-top: 20px;
    }

    .about-52 .item h2 {
        font-size: 20px;
        text-align: center;
    }
}

@media screen and (max-width:640px) {
    .about-52 .left-nav {
        position: static;
        width: 100%;
    }

    .about-52 .item {
        padding: 0;
    }

    .about-52 .left-nav h2 {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .about-52 .left-nav ul li {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .about-52 .position {
        top: -25px;
    }

    .about-52 .item {
        margin-left: 0;
    }

        .about-52 .item h2 {
            font-size: 18px;
        }

        .about-52 .item .right {
            text-align: center;
        }
}

section.about-53 {
    padding-bottom: 80px;
}

.about-53 .position {
    position: relative;
    top: -60px;
}

.about-53 .left-nav {
    width: 240px;
    position: absolute;
    text-align: center;
}

    .about-53 .left-nav h2 {
        width: 100%;
        height: 120px;
        line-height: 120px;
        color: #fff;
        font-size: 24px;
        background: #808080;
    }

    .about-53 .left-nav ul li {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #666;
        border-bottom: 1px dashed #ccc;
    }

.about-53 .w1200 {
    position: relative;
}

.about-53 .item {
    min-height: 300px;
    line-height: 28px;
    padding-top: 90px;
    margin-left: 300px;
}

    .about-53 .item .box {
        background: #f2f2f2;
    }

        .about-53 .item .box .swiper-slide {
            padding: 55px;
        }

    .about-53 .item h2 {
        font-size: 30px;
        color: #3d96c2;
    }

    .about-53 .item ul {
        padding-top: 30px;
    }

    .about-53 .item li {
        position: relative;
        padding-left: 70px;
        font-size: 16px;
        line-height: 30px;
        color: #666;
        margin-top: 15px;
    }

        .about-53 .item li span {
            position: absolute;
            left: 0;
            font-size: 24px;
            color: #ccc;
            padding-right: 15px;
        }

    .about-53 .item .bottom {
        height: 110px;
        line-height: 110px;
        background: #fff;
    }

        .about-53 .item .bottom i {
            width: 100%;
        }

.about-53 .swiper-button-next, .about-53 .swiper-button-prev {
    z-index: 14;
    top: 100%;
    margin-top: -75px;
    color: #666;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    background: none;
    border: 2px solid #dedede;
    font-size: 14px;
    text-align: center;
}

.about-53 .swiper-slide {
    max-height: 618px;
    overflow-y: auto;
}

.about-53 .swiper-button-next {
    right: 20px;
}

.about-53 .swiper-button-prev {
    left: 20px;
}

.about-53 .swiper-pagination span {
    border: none;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    background: #3d96c2;
}

@media screen and (max-width:1024px) {
    .about-53 .item .box .swiper-slide {
        padding: 45px;
    }

    .about-53 .item h2 {
        font-size: 26px;
    }

    .about-53 .item ul {
        padding-top: 20px;
    }

    .about-53 .item li span {
        font-size: 22px;
    }

    .about-53 .item li {
        padding-left: 60px;
        line-height: 28px;
    }
}

@media screen and (max-width:768px) {
    section.about-53 {
        padding-bottom: 40px;
    }

    .about-53 .left-nav {
        width: 200px;
    }

        .about-53 .left-nav h2 {
            height: 100px;
            line-height: 100px;
            font-size: 22px;
        }

    .about-53 .position {
        top: -50px;
    }

    .about-53 .item {
        padding-top: 30px;
        margin-left: 230px;
    }

        .about-53 .item ul {
            padding-top: 10px;
        }

        .about-53 .item .box .swiper-slide {
            padding: 25px;
        }

        .about-53 .item .bottom {
            height: 70px;
            line-height: 70px;
        }

        .about-53 .item li {
            margin-top: 10px;
        }

    .about-53 .swiper-button-next, .about-53 .swiper-button-prev {
        font-size: 12px;
        display: block;
        width: 30px;
        height: 30px;
        margin-top: -50px;
        line-height: 30px;
    }

    .about-53 .swiper-pagination span {
        width: 10px;
        height: 10px;
    }

    .about-53 .swiper-button-next {
        right: 10px;
    }

    .about-53 .swiper-button-prev {
        left: 10px;
    }
}

@media screen and (max-width:640px) {
    .about-53 .left-nav {
        position: static;
        width: 100%;
    }

        .about-53 .left-nav h2 {
            height: 50px;
            line-height: 50px;
            font-size: 16px;
        }

        .about-53 .left-nav ul li {
            height: 40px;
            line-height: 40px;
            font-size: 14px;
        }

    .about-53 .position {
        top: -25px;
    }

    .about-53 .item {
        padding: 0;
        margin-left: 0;
        min-height: 0;
    }

        .about-53 .item h2 {
            font-size: 18px;
        }

        .about-53 .item ul {
            padding-top: 0;
        }

        .about-53 .item li {
            padding-left: 40px;
            line-height: 24px;
            margin-top: 5px;
        }

            .about-53 .item li span {
                font-size: 16px;
            }

            .about-53 .item li p {
                font-size: 14px;
            }

        .about-53 .item .box .swiper-slide {
            padding: 10px;
        }

        .about-53 .item .bottom {
            height: 40px;
            line-height: 40px;
        }

    .about-53 .swiper-button-next, .about-53 .swiper-button-prev {
        margin-top: -36px;
    }
}

section.about-54 {
    padding-bottom: 60px;
}

.about-54 .list {
    border: 1px solid #eee;
    margin-bottom: 20px;
    background: #fff;
}

    .about-54 .list .list-top {
        padding: 40px 40px 20px;
    }

        .about-54 .list .list-top .fl * {
            display: inline-block;
        }

        .about-54 .list .list-top .fl h2 {
            margin-right: 10px;
            color: #000;
            font-size: 22px;
        }

    .about-54 .list .list-middle {
        padding: 10px 40px;
        background: #f5f5f5;
        line-height: 22px;
    }

    .about-54 .list .contxt {
        line-height: 30px;
        color: #333;
        padding: 25px 40px;
    }

@media screen and (max-width:768px) {
    section.about-54 {
        padding-bottom: 20px;
    }

    .about-54 .list .list-top {
        padding: 15px;
    }

        .about-54 .list .list-top > div {
            width: 100%;
            float: none;
        }

        .about-54 .list .list-top .fl {
            margin-bottom: 5px;
        }

            .about-54 .list .list-top .fl h2 {
                font-size: 18px;
            }

    .about-54 .list .list-middle {
        padding: 10px 15px;
    }

    .about-54 .list .contxt {
        padding: 15px;
        line-height: 24px;
    }
}

section.about-59 {
    padding-bottom: 80px;
    padding-top: 30px;
    overflow: hidden;
}

.about-59 .box {
    position: relative;
    min-height: 690px;
    padding-left: 250px;
}

.about-59 .aside {
    position: absolute;
    left: 0;
    background: #fff;
}

    .about-59 .aside h2 {
        text-align: center;
        font-size: 22px;
        font-weight: normal;
        line-height: 100px;
        padding-bottom: 0;
        color: #fff;
    }

    .about-59 .aside ul {
        text-align: center;
        font-size: 16px;
        width: 250px;
    }

        .about-59 .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-59 .aside .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-59 .aside ul li {
        height: 60px;
        line-height: 60px;
        position: relative;
        cursor: pointer;
    }

        .about-59 .aside ul li a {
            display: block;
        }

            .about-59 .aside ul li.active a, .about-59 .aside ul li a:hover {
                background: #e6e6e6;
            }

    .about-59 .aside .list ul {
        display: none;
    }

.about-59 .content {
    margin-left: 15px;
}

    .about-59 .content .content-banner b {
        display: block;
        height: 150px;
    }

.about-59 .padd {
    padding: 30px;
    padding-bottom: 0;
    background: #fff;
}

.about-59 h2 {
    font-size: 18px;
    padding-bottom: 40px;
    font-weight: bold;
}

.about-59 .padd a.tit {
    display: block;
    line-height: 50px;
    height: 50px;
    text-align: center;
    background: #f5f5f5;
    width: 100%;
}

.about-59 .work-enviro .work-img {
    margin-right: -2.3%;
}

    .about-59 .work-enviro .work-img div {
        float: left;
        width: 31%;
        margin-right: 2.3%;
        margin-bottom: 2.3%;
    }

        .about-59 .work-enviro .work-img div:nth-child(3n) {
            margin-right: 0;
        }

    .about-59 .work-enviro .work-img b {
        padding-top: 65%;
        display: block;
        width: 100%;
    }

.about-59 .page-turning {
    padding-top: 30px;
}

@media screen and (max-width:1024px) {
    section.about-59 {
        padding-bottom: 40px;
    }
}

@media screen and (max-width:768px) {
    .about-59 .aside h2 {
        line-height: 60px;
    }

    .about-59 .work-enviro .work-img div {
        width: 48%;
    }

        .about-59 .work-enviro .work-img div:nth-child(3n) {
            margin-right: 2%;
        }

        .about-59 .work-enviro .work-img div:nth-child(2n) {
            margin-right: 0;
        }

    .about-59 .content .content-banner b {
        height: 120px;
    }

    .about-59 h2 {
        padding-bottom: 20px;
    }

    .about-59 .padd {
        padding: 30px;
    }

    .about-59 .aside ul {
        width: 220px;
        font-size: 16px;
    }

        .about-59 .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-59 .box {
        padding-left: 215px;
    }
}

@media screen and (max-width:640px) {
    .about-59 .aside h2 {
        font-size: 18px;
    }

    .about-59 .work-enviro .work-img div {
        width: 100%;
        margin-right: 0;
    }

    .about-59 .aside ul {
        width: 100%;
    }

    .about-59 .box {
        padding-left: 0;
    }

    .about-59 .aside {
        position: static;
    }

    .about-59 .content {
        margin-left: 0;
        margin-top: 20px;
    }

    .about-59 .padd {
        padding: 20px 15px;
    }

    .about-59 h2 {
        font-size: 16px;
        padding-left: 0;
    }

    .about-59 .aside ul {
        font-size: 12px;
    }

        .about-59 .aside ul li {
            height: 35px;
            line-height: 35px;
        }

        .about-59 .aside ul .titl {
            font-size: 14px;
        }

    .about-59 .work-enviro {
        margin-top: 20px;
    }

    .about-59 .aside h2 {
        padding: 0;
    }
}

section.about-60 {
    overflow: hidden;
    padding-bottom: 50px;
}

.about-60 ul > li {
    float: left;
    width: 33.33%;
    cursor: default;
    padding: 0 10px;
    margin-bottom: 30px;
}

    .about-60 ul > li:hover .bt span {
        background: #999 !important;
    }

    .about-60 ul > li:hover .tu {
        background: url(../images/icon-img02.png) no-repeat center / cover !important;
    }

    .about-60 ul > li .img {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
        padding-top: 56%;
    }

    .about-60 ul > li .bottom {
        padding-top: 15px;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        background: #fff;
    }

        .about-60 ul > li .bottom .bt {
            height: 70px;
            line-height: 70px;
            text-align: center;
            position: relative;
            padding: 0 10px;
        }

            .about-60 ul > li .bottom .bt a {
                font-size: 18px;
                color: #222;
            }

            .about-60 ul > li .bottom .bt span {
                position: absolute;
                bottom: 0;
                left: 50%;
                width: 40px;
                height: 1px;
                margin-left: -20px;
                background: #eee;
            }

        .about-60 ul > li .bottom .js {
            font-size: 13px;
            color: #999;
            width: 85%;
            height: 40px;
            overflow: hidden;
            margin: 15px auto 0;
            text-align: center;
            line-height: 20px;
        }

        .about-60 ul > li .bottom .tu {
            display: block;
            width: 40px;
            height: 40px;
            margin: 15px auto 40px;
            text-align: center;
            line-height: 36px;
        }

@media screen and (max-width:1024px) {
    .about-60 ul > li .bottom {
        padding-top: 0;
    }

        .about-60 ul > li .bottom .tu {
            margin: 15px auto 20px;
        }
}

@media screen and (max-width:767px) {
    section.about-60 {
        padding-bottom: 25px;
    }

    .about-60 ul {
        width: 100%;
    }

        .about-60 ul > li {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px;
            padding: 0;
        }

            .about-60 ul > li .bottom .bt {
                white-space: inherit;
                overflow: auto;
                height: auto;
                line-height: 24px;
                padding: 10px 0;
            }

                .about-60 ul > li .bottom .bt span {
                    width: 1.4rem;
                    margin-left: -0.7rem;
                }

            .about-60 ul > li .bottom .js {
                height: auto;
            }

            .about-60 ul > li .bottom .tu {
                margin: 1rem auto 1.5rem;
            }
}


/*2018年9月7日 21:13:28*/
.list-48-l {
    text-align: center;
}





/*2018年9月30日 09:52:12*/
section.about-27-l {
    padding-bottom: 80px;
    padding-top: 30px;
    overflow: hidden;
}

.about-27-l .box {
    position: relative;
    min-height: 690px;
    padding-left: 250px;
}

.about-27-l .aside {
    position: absolute;
    left: 0;
    background: #fff;
}

    .about-27-l .aside h2 {
        text-align: center;
        font-size: 22px;
        font-weight: 400;
        line-height: 100px;
        padding-bottom: 0;
        color: #fff;
    }

    .about-27-l .aside ul {
        text-align: center;
        font-size: 16px;
        width: 250px;
    }

        .about-27-l .aside ul .titl {
            font-size: 18px;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #e6e6e6;
            color: #333;
        }

    .about-27-l .aside .list {
        border: 1px solid #e6e6e6;
        background: #fff;
        margin-bottom: 10px;
    }

    .about-27-l .aside ul li {
        height: 60px;
        line-height: 60px;
        position: relative;
        cursor: pointer;
    }

        .about-27-l .aside ul li a {
            display: block;
        }

            .about-27-l .aside ul li a:hover, .about-27-l .aside ul li.active a {
                background: #e6e6e6;
            }

    .about-27-l .aside .list ul {
        display: none;
    }

.about-27-l .content {
    margin-left: 15px;
}

    .about-27-l .content .content-banner b {
        display: block;
        height: 150px;
    }

.about-27-l .padd {
    padding: 45px;
    background: #fff;
}

.about-27-l h2 {
    font-size: 18px;
    padding-bottom: 0px;
    font-weight: 700;
}

.about-27-l .padd p {
    line-height: 28px;
    text-align: justify;
}

.about-27-l .work-enviro {
    margin-top: 40px;
}

    .about-27-l .work-enviro .work-img div {
        float: left;
        width: 31%;
        margin-right: 2.3%;
        margin-top: 2.3%;
    }

        .about-27-l .work-enviro .work-img div p {
            color: #333;
            margin: 3px 0;
        }

        .about-27-l .work-enviro .work-img div:nth-child(3n) {
            margin-right: 0;
        }

    .about-27-l .work-enviro .work-img b {
        height: 185px;
        display: block;
        width: 100%;
    }

.about-27-l .aside li:hover {
    color: #d95040;
}

@media screen and (max-width:768px) {
    .about-27-l .aside h2 {
        line-height: 60px;
    }

    .about-27-l .work-enviro .work-img div {
        width: 48%;
    }

        .about-27-l .work-enviro .work-img div:nth-child(3n) {
            margin-right: 2%;
        }

        .about-27-l .work-enviro .work-img div:nth-child(2n) {
            margin-right: 0;
        }

    .about-27-l .content .content-banner b {
        height: 120px;
    }

    .about-27-l h2 {
        padding-bottom: 20px;
    }

    .about-27-l .padd p {
        line-height: 24px;
    }

    .about-27-l .padd {
        padding: 30px;
    }

    .about-27-l .aside ul {
        width: 220px;
        font-size: 16px;
    }

        .about-27-l .aside ul li {
            height: 50px;
            line-height: 50px;
        }

    .about-27-l .box {
        padding-left: 215px;
    }
}

@media screen and (max-width:640px) {
    .about-27-l .aside h2 {
        font-size: 18px;
    }

    .about-27-l .work-enviro .work-img div {
        width: 100%;
        margin-right: 0;
    }

    .about-27-l .aside ul {
        width: 100%;
    }

    .about-27-l .box {
        padding-left: 0;
    }

    .about-27-l .aside {
        position: static;
    }

    .about-27-l .content {
        margin-left: 0;
        margin-top: 20px;
    }

    .about-27-l .padd {
        padding: 20px 15px;
    }

    .about-27-l h2 {
        font-size: 16px;
        padding-left: 0;
    }

    section.about-27-l {
        padding-bottom: 40px;
    }

    .about-27-l .aside ul {
        font-size: 12px;
    }

        .about-27-l .aside ul li {
            height: 35px;
            line-height: 35px;
        }

        .about-27-l .aside ul .titl {
            font-size: 14px;
        }

    .about-27-l .work-enviro {
        margin-top: 20px;
    }

    .about-27-l .aside h2 {
        padding: 0;
    }
}
