body {
    background: #fff
}

.nav {
    width: 100%;
    height: 80px;
    box-shadow: 0 3px 3px 0 #CCC;
    background: #FFF;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    overflow: hidden;
    transition: .3s
}

    .nav.index {
        background: rgba(255,255,255,0.8);
        box-shadow: 0 0 0 0 rgba(0,0,0,0.05)
    }

    .nav.scroll {
        background: #FFF;
        box-shadow: 0 3px 3px 0 rgba(0,0,0,0.05);
        transition: .3s
    }

    .nav .layui-container {
        position: relative;
        transition: all 400ms ease-out
    }

    .nav .nav-logo {
        height: 100%;
        position: absolute;
        top: 0;
        left: 15px;
        line-height: 80px
    }

    .nav .nav-list {
        display: inline-block;
        height: 80px
    }

        .nav .nav-list button {
            width: 25px;
            height: 30px;
            position: absolute;
            top: 30px;
            right: 15px;
            background-color: transparent;
            border: 0;
            outline: 0;
            cursor: pointer
        }

            .nav .nav-list button span {
                display: block;
                width: 25px;
                height: 2px;
                background: #2db5a3;
                margin-bottom: 6px;
                transition: .5s
            }

                .nav .nav-list button span.spa1 {
                    transform: rotate(45deg)
                }

                .nav .nav-list button span.spa3 {
                    transform: rotate(-45deg) translate(5px,-5px)
                }

    .nav .layui-nav {
        width: 100%;
        position: absolute;
        top: 80px;
        right: 0;
        color: #000;
        background: transparent
    }

        .nav .layui-nav .layui-nav-item {
            display: block;
            line-height: 60px
        }

        .nav .layui-nav * {
            font-size: 18px
        }

        .nav .layui-nav .layui-nav-item a {
            padding: 0;
            color: #000
        }

        .nav .layui-nav-bar, .nav .layui-nav .layui-this:after {
            height: 2px;
            background-color: #2db5a3
        }

        .nav .layui-nav .layui-this a, .nav .layui-nav .layui-nav-item a:hover {
            color: #2db5a3
        }

#index-banner {
    width: 100%;
    height: 200px
}

    #index-banner img {
        width: 100%;
        height: auto
    }

    #index-banner .panel {
        width: 400px;
        position: absolute;
        top: 25%;
        left: 50%;
        margin-left: -200px;
        text-align: center
    }

        #index-banner .panel p {
            color: #8c8c8c;
            font-size: 44px;
            line-height: 80px;
            letter-spacing: 15px
        }

            #index-banner .panel p.title {
                color: #4a4a4a;
                font-size: 54px;
                letter-spacing: 10px
            }

p {
    font-size: 16px;
    line-height: 28px
}

    p.label {
        font-size: 16px;
        font-weight: bold
    }

    p.title {
        color: #484848;
        font-size: 24px;
        text-align: center;
        padding-bottom: 20px;
        font-weight: bold
    }

        p.title span {
            color: #2db5a3
        }

.index-product {
    padding-top: 20px;
    padding-bottom: 40px
}

    .index-product .content {
        border: 1px solid #dedede;
        padding: 30px 36px 0 36px;
        text-align: center;
        transition: .3s
    }

        .index-product .content p.label {
            font-size: 18px;
            /*color: #939393;*/
            line-height: 46px;
            padding-top: 6px
        }

        .index-product .content p.mul-item {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical
        }

        .index-product .content a {
            font-size: 18px;
            color: #a1d8cb;
            line-height: 68px
        }

        .index-product .content:hover {
            box-shadow: 0 0 3px 3px #EEE;
            transition: .3s
        }

        .index-product .content img {
            transition: 2s
        }

            .index-product .content img:hover {
                transform: rotateY(180deg)
            }

.index-service {
    padding-top: 20px;
    padding-bottom: 40px;
    background: #f8f8f8
}

    .index-service .content:hover {
        box-shadow: 0 0 0 1px hsla(0,0%,100%,.3) inset,0 .5em 1em rgba(0,0,0,0.6);
        transform: scale(1.1,1.1);
        transition: 1s
    }

    .index-service .content .up-img {
        z-index: 0
    }

        .index-service .content .up-img img {
            width: 100%;
            height: auto
        }

    .index-service .content .bottom-content {
        padding: 30px 30px 30px 35px;
        margin-top: -38px;
        margin-left: 15px;
        margin-right: 15px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        position: relative;
        z-index: 2;
        color: #fff;
        background: #f63
    }

        .index-service .content .bottom-content h4 {
            font-weight: 500;
            font-size: 32px;
            margin-bottom: 20px
        }

        .index-service .content .bottom-content p {
            line-height: 2;
            font-size: 14px;
            line-height: 32px;
            overflow: hidden;
            text-overflow: ellipsis
        }

    .index-service .service-more {
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center
    }

        .index-service .service-more a {
            padding: 10px 62px;
            font-size: 23px;
            line-height: 40px;
            color: #FFF;
            background: #7fd3c6;
            border-radius: 3px
        }

.index-product-show {
    background-size: 100% 100%;
    padding-top: 20px;
    padding-bottom: 40px
}

    .index-product-show .product-box {
        margin: 0 auto;
        text-align: center
    }

        .index-product-show .product-box img {
            width: 100%;
            height: auto;
            transition: 2s;
            border-radius: 5px
        }

            .index-product-show .product-box img:hover {
                transform: scale(1.2,1.2);
                transition: 2s
            }

.index-about {
    background: url(../img/sy_imgbg.jpg) no-repeat center center;
    padding-top: 20px;
    padding-bottom: 40px
}

    .index-about .content p {
        text-indent: 25px;
        line-height: 2;
        font-size: 14px;
        line-height: 32px;
        padding: 0 10px 0 5px
    }

        .index-about .content p span {
            color: #2db5a3
        }

.index-news {
    background: #f8f8f8;
    padding-bottom: 20px;
    z-index: 99
}

    .index-news .content .content-item {
        border: 1px dashed #eee
    }

    .index-news .content .news-img img {
        width: 100%;
        height: auto
    }

    .index-news .content .news-panel {
        padding: 5px 20px
    }

        .index-news .content .news-panel a {
            display: block;
            color: #555;
            font-size: 12px;
            line-height: 24px;
            margin-bottom: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #5e6664
}

    .footer .footer-web {
        color: #fff;
        height: 20px;
        margin-bottom: 20px
    }

        .footer .footer-web div {
            float: left
        }

            .footer .footer-web div a {
                color: #a5aaa9;
                line-height: 22px;
                transition: .3s
            }

                .footer .footer-web div a:hover {
                    color: #dce1e0;
                    transition: .3s
                }

        .footer .footer-web .dian {
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #fff;
            margin: 12px 9px 0 9px
        }

    .footer .footer-contact {
        color: #fff;
        line-height: 30px
    }

        .footer .footer-contact a {
            color: #fff
        }

            .footer .footer-contact a:hover {
                color: rgba(255,255,255,0.5);
                transition: .3s
            }

        .footer .footer-contact .img {
            width: 20px;
            height: 20px;
            float: left
        }

        .footer .footer-contact .content {
            font-size: 12px;
            color: rgba(255,255,255,1)
        }

        .footer .footer-contact .qrcode {
            margin-top: 20px;
            margin-bottom: 10px;
            text-align: center
        }

            .footer .footer-contact .qrcode img {
                width: 90px;
                height: 90px
            }

            .footer .footer-contact .qrcode .content {
                text-align: center;
                font-size: 12px;
                color: rgba(255,255,255,1)
            }

    .footer .footer-copyright {
        font-size: 12px;
        color: rgba(255,255,255,0.5)
    }

        .footer .footer-copyright .line {
            margin: 10px 0 10px 0;
            width: 100%;
            height: 1px;
            background: #fff;
            opacity: .3
        }

        .footer .footer-copyright a {
            color: rgba(255,255,255,0.5)
        }

            .footer .footer-copyright a:hover {
                color: #dce1e0;
                transition: .3s
            }

        .footer .footer-copyright p {
            font-size: 12px;
            color: rgba(255,255,255,0.5)
        }

.banner {
    position: relative;
    width: 100%;
    height: 300px;
    background: rgba(255,255,255,0.1)
}

    .banner:before {
        background: url(../img/nav_banner.jpg) no-repeat left bottom;
        background-size: cover;
        width: 100%;
        height: 300px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-filter: blur(2px);
        filter: blur(2px)
    }

    .banner .title {
        padding-top: 160px
    }

        .banner .title.active {
            padding-top: 120px;
            transition: 1.5s
        }

        .banner .title p {
            color: #fff;
            font-size: 36px;
            text-align: center;
            line-height: 40px;
            letter-spacing: 5px
        }

            .banner .title p.en {
                font-size: 20px;
                letter-spacing: 3px
            }

.product-main {
    padding: 60px 0 10px 0
}

    .product-main .content {
        margin-bottom: 20px
    }

        .product-main .content .content-item {
            border: 1px dashed #eee
        }

        .product-main .content .content-img {
            text-align: center
        }

            .product-main .content .content-img img {
                width: 100%;
                height: auto
            }

                .product-main .content .content-img img:hover {
                    transform: scale(1.1,1.1);
                    transition: 1s
                }

        .product-main .content .content-text {
            padding: 20px
        }

            .product-main .content .content-text .label {
                color: #565656;
                font-size: 26px;
                line-height: 78px
            }

            .product-main .content .content-text p.detail {
                font-size: 16px;
                line-height: 28px;
                color: #aaa;
                padding-bottom: 20px
            }

                .product-main .content .content-text p.detail .mul-item {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 4;
                    -webkit-box-orient: vertical
                }

            .product-main .content .content-text a {
                color: #a0d2cc;
                font-size: 16px;
                line-height: 38px;
                padding: 10px 11px 10px 23px;
                border: 1px solid #a0d2cc;
                border-radius: 3px
            }

.product-show {
    background: #f8f8f8;
    background-size: 100% 100%;
    padding-top: 40px;
    padding-bottom: 40px
}

    .product-show .product-box {
        margin: 0 auto;
        text-align: center
    }

        .product-show .product-box img {
            width: 100%;
            height: auto;
            transition: 2s;
            border-radius: 5px
        }

            .product-show .product-box img:hover {
                transform: scale(1.2,1.2);
                transition: 2s
            }

.banner .product {
    background: url(../img/nav_banner.jpg) no-repeat center top;
    background-size: cover
}

.product-detail {
    padding: 60px 0 30px 0
}

    .product-detail .content {
        width: 100%;
        text-align: center;
        padding-bottom: 20px
    }

        .product-detail .content .product-img img {
            width: 100%;
            height: auto
        }

            .product-detail .content .product-img img:hover {
                transform: scale(1.2,1.2);
                transition: 1s
            }

.news-main {
    padding: 60px 0 30px 0
}

    .news-main .content .content-item {
        border: 1px dashed #ccc
    }

        .news-main .content .content-item:hover {
            box-shadow: 0 0 0 1px hsla(0,0%,100%,.3) inset,0 .5em 1em rgba(0,0,0,0.6);
            transform: scale(1.1,1.1);
            transition: 1s
        }

    .news-main .content .news-img img {
        width: 100%;
        height: auto
    }

    .news-main .content .news-panel {
        padding: 10px 30px 30px
    }

        .news-main .content .news-panel strong a {
            display: block;
            color: #555;
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 5px
        }

        .news-main .content .news-panel p.detail {
            color: #AAA;
            line-height: 24px
        }

            .news-main .content .news-panel p.detail .mul-item {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical
            }

        .news-main .content .news-panel p.read-push {
            color: #AAA;
            padding-top: 5px
        }

    .news-main #newsPage .layui-laypage {
        display: block;
        text-align: center;
        margin-top: 50px
    }

        .news-main #newsPage .layui-laypage a, .news-main #newsPage .layui-laypage span {
            font-size: 16px;
            line-height: 40px;
            height: 40px;
            margin-right: 20px;
            border-radius: 3px;
            color: #e3e3e3
        }

.service-main .service-content {
    padding: 40px
}

    .service-main .service-content .text p.title {
        font-size: 30px;
        color: #333;
        line-height: 90px;
        font-weight: normal;
        text-align: left;
        padding-bottom: 0
    }

    .service-main .service-content .text .line {
        height: 2px;
        width: 220px;
        background: #2db5a3;
        margin-bottom: 30px
    }

    .service-main .service-content .text p {
        line-height: 36px;
        color: #666;
        font-size: 16px
    }

    .service-main .service-content .img-text-box {
        padding-top: 10px
    }

        .service-main .service-content .img-text-box .item {
            text-align: center;
            margin: 30px auto
        }

            .service-main .service-content .img-text-box .item .layui-icon {
                font-size: 80px;
                color: #2db5a3
            }

            .service-main .service-content .img-text-box .item p {
                font-weight: bold;
                padding-top: 20px
            }

.service-main .service-process {
    background: #efefef;
    padding-bottom: 60px;
    margin: 0 auto
}

    .service-main .service-process .title {
        font-size: 30px;
        color: #333;
        text-align: center;
        padding: 60px 0
    }

        .service-main .service-process .title span {
            color: #2db5a3
        }

    .service-main .service-process .process-centent .item {
        background: #fff;
        padding: 40px 40px;
        text-align: center;
        height: 200px
    }

        .service-main .service-process .process-centent .item p.label-num {
            font-size: 42px;
            font-weight: bold;
            width: 70px;
            margin: 0 auto;
            padding-bottom: 18px;
            border-bottom: 2px solid #000
        }

        .service-main .service-process .process-centent .item p.label-title {
            font-size: 20px;
            padding: 12px 0 26px 0
        }

        .service-main .service-process .process-centent .item p.label-content {
            text-align: left;
            color: #888;
            font-size: 14px;
            line-height: 26px
        }

.service-main .service-contact {
    background: url('../img/fw_bg.jpg') center center no-repeat;
    background-size: 100% 100%;
    padding-top: 80px;
    padding-bottom: 80px
}

    .service-main .service-contact .map-img {
        height: 370px;
        background: url('../img/fw_map.jpg') center center no-repeat;
        background-size: cover
    }

    .service-main .service-contact .contact-info {
        background: #fff;
        height: 370px;
        padding: 30px;
        box-sizing: border-box
    }

        .service-main .service-contact .contact-info h3 {
            font-size: 30px;
            color: #333;
            padding-bottom: 30px;
            text-align: center
        }

        .service-main .service-contact .contact-info .item {
            line-height: 60px;
            font-size: 18px
        }

            .service-main .service-contact .contact-info .item i {
                padding-right: 16px;
                color: #ab8e75;
                font-size: 18px
            }

.banner .case {
    background: url(../img/nav_banner.jpg) no-repeat center center;
    background-size: cover;
    z-index: -1;
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.main-case {
    padding: 30px 0 75px
}

    .main-case .content {
        width: 48%;
        text-align: center;
        padding-top: 120px;
        padding-bottom: 20px;
        border-bottom: 2px solid #c9c9c9
    }

        .main-case .content.even {
            margin-left: 2%
        }

        .main-case .content .case-img {
            border: 1px solid #e2e2e2;
            overflow: hidden
        }

            .main-case .content .case-img img {
                width: 100%;
                transition: 2s
            }

                .main-case .content .case-img img:hover {
                    transform: scale(1.2,1.2);
                    transition: 2s
                }

        .main-case .content p.lable {
            padding-top: 13px;
            font-size: 30px;
            line-height: 76px
        }

        .main-case .content p {
            font-size: 18px;
            line-height: 32px;
            color: #505050
        }

    .main-case #casePage .layui-laypage {
        display: block;
        text-align: center;
        margin-top: 100px
    }

        .main-case #casePage .layui-laypage a, .main-case #casePage .layui-laypage span {
            font-size: 18px;
            line-height: 40px;
            height: 40px;
            margin-right: 20px;
            border-radius: 3px;
            color: #e3e3e3
        }

.banner .about {
    background: url(../img/nav_banner.jpg) no-repeat center top;
    background-size: cover
}

.about-main .about-mission {
    background: #f0efef;
    overflow: hidden;
    padding: 20px 25px
}

    .about-main .about-mission p {
        font-size: 12px;
        line-height: 18px;
        font-weight: normal
    }

    .about-main .about-mission .mission_title {
        margin-top: 15px;
        font-weight: 600
    }

        .about-main .about-mission .mission_title p.title {
            font-size: 20px;
            font-weight: 600;
            text-align: left;
            padding-bottom: 5px
        }

    .about-main .about-mission .mission_content {
        padding-top: 10px
    }

        .about-main .about-mission .mission_content p.ch {
            padding-bottom: 5px
        }

.about-main ul.about-tab {
    padding: 40px 0;
    text-align: center
}

    .about-main ul.about-tab li {
        display: inline-block;
        padding: 0 22px;
        margin-left: 15px;
        font-size: 20px;
        line-height: 46px;
        color: #b5b5b5;
        border: 1px solid #e2e2e2;
        border-radius: 3px;
        cursor: pointer;
        font-weight: 500
    }

        .about-main ul.about-tab li:first-child {
            margin-left: 0
        }

        .about-main ul.about-tab li.layui-this, .about-main ul.about-tab li:hover {
            color: #2ab5a3;
            border-color: #afddd7;
            transition: .3s
        }

.about-main .about-tab-company {
    margin-top: 40px
}

    .about-main .about-tab-company .content {
        margin-bottom: 20px
    }

        .about-main .about-tab-company .content .content-img img {
            width: 100%;
            height: auto
        }

        .about-main .about-tab-company .content .content-detail h3 {
            font-size: 80px;
            color: #f5f2ef;
            position: absolute
        }

        .about-main .about-tab-company .content .content-detail h4 {
            text-align: center;
            font-size: 30px;
            color: #333;
            position: relative;
            z-index: 2;
            padding: 50px 0 20px 0
        }

        .about-main .about-tab-company .content .content-detail p {
            text-indent: 25px;
            padding: 0 20px;
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 10px
        }

    .about-main .about-tab-company .service-contact {
        background: url('../img/fw_bg.jpg') center center no-repeat;
        background-size: 100% 100%;
        padding-top: 80px;
        padding-bottom: 80px
    }

        .about-main .about-tab-company .service-contact .map-img {
            height: 370px;
            background: url('../img/fw_map.jpg') center center no-repeat;
            background-size: cover
        }

        .about-main .about-tab-company .service-contact .contact-info {
            background: #fff;
            height: 370px;
            padding: 30px;
            box-sizing: border-box
        }

            .about-main .about-tab-company .service-contact .contact-info h3 {
                font-size: 30px;
                color: #333;
                padding-bottom: 30px;
                text-align: center
            }

            .about-main .about-tab-company .service-contact .contact-info .item {
                line-height: 60px;
                font-size: 18px
            }

                .about-main .about-tab-company .service-contact .contact-info .item i {
                    padding-right: 16px;
                    color: #ab8e75;
                    font-size: 18px
                }

.about-main .about-tab-job {
    margin: 20px 0 20px 0
}

    .about-main .about-tab-job .content {
        padding: 10px;
        border: 1px solid #e2e2e2;
        border-top: 4px solid #65d0c5
    }

        .about-main .about-tab-job .content p {
            font-size: 14px;
            line-height: 26px;
            padding-left: 20px
        }

            .about-main .about-tab-job .content p.title {
                font-size: 20px;
                color: #545454;
                line-height: 40px;
                padding: 10px 0 10px 0
            }

        .about-main .about-tab-job .content ol {
            padding-left: 20px;
            list-style-type: none;
            counter-reset: sectioncounter
        }

            .about-main .about-tab-job .content ol li {
                color: #8d8d8d;
                font-size: 12px;
                line-height: 26px
            }

                .about-main .about-tab-job .content ol li:before {
                    content: counter(sectioncounter) "、";
                    counter-increment: sectioncounter
                }

.about-main .about-tab-timeline {
    margin: 20px 0 50px 0
}

    .about-main .about-tab-timeline .timeline {
        position: relative;
        margin-top: 20px
    }

        .about-main .about-tab-timeline .timeline:before {
            position: absolute;
            top: 0;
            bottom: 0;
            content: "";
            width: 2px;
            background-color: #e2e2e2;
            left: 50px
        }

        .about-main .about-tab-timeline .timeline li {
            position: relative;
            padding-top: 70px
        }

            .about-main .about-tab-timeline .timeline li:first-child {
                padding-top: 0
            }

            .about-main .about-tab-timeline .timeline li .cour-img {
                position: absolute;
                left: 0;
                width: 100px;
                border-radius: 50%
            }

                .about-main .about-tab-timeline .timeline li .cour-img img {
                    width: 100%
                }

            .about-main .about-tab-timeline .timeline li .cour-panel {
                padding-top: 20px;
                padding-left: 120px;
                text-align: left
            }

                .about-main .about-tab-timeline .timeline li .cour-panel p.label {
                    font-size: 18px;
                    color: #000
                }

                .about-main .about-tab-timeline .timeline li .cour-panel p {
                    color: #949494;
                    line-height: 30px
                }

@media screen and (max-width:480px) {
    p {
        font-size: 13px
    }

        p.label {
            font-size: 16px;
            font-weight: bold
        }

    #index-banner {
        margin-top: 80px
    }

    .index-service .content .bottom-content {
        padding: 25px 25px 25px 30px
    }

        .index-service .content .bottom-content h4 {
            font-size: 24px
        }

        .index-service .content .bottom-content p {
            font-size: 12px
        }

    .index-service .service-more {
        padding-top: 20px;
        padding-bottom: 20px
    }

        .index-service .service-more a {
            font-size: 14px;
            line-height: 40px
        }

    .index-about .content p {
        font-size: 12px;
        line-height: 30px
    }

    .index-news .content .news-panel a {
        font-size: 12px;
        line-height: 20px
    }

    .news-main .content .news-panel p.read-push {
        font-size: 12px
    }

    .main-case .content {
        padding-top: 60px
    }

        .main-case .content p.lable {
            padding-top: 10px;
            font-size: 18px;
            line-height: 48px
        }

        .main-case .content p {
            font-size: 12px;
            line-height: 20px;
            color: #505050
        }

    .about-main ul.about-tab li {
        padding: 0 15px;
        font-size: 14px;
        box-sizing: border-box;
        margin-left: 0;
        line-height: 35px
    }

    .about-main .about-tab-job .content {
        padding: 0 0 20px 0
    }

        .about-main .about-tab-job .content p {
            padding-left: 10px
        }

            .about-main .about-tab-job .content p.title {
                font-size: 18px;
                line-height: 26px;
                padding: 10px 0 10px 0
            }

        .about-main .about-tab-job .content ol {
            padding: 10px;
            list-style-type: none;
            counter-reset: sectioncounter
        }

            .about-main .about-tab-job .content ol li {
                color: #8d8d8d;
                font-size: 12px;
                line-height: 24px
            }

    .news-main #newsPage .layui-laypage a, .news-main #newsPage .layui-laypage span, .main-case #casePage .layui-laypage a, .main-case #casePage .layui-laypage span {
        padding: 0 12px;
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        margin-right: 4px
    }

    .service-main .service-content {
        padding: 20px 10px
    }

        .service-main .service-content .text h2 {
            font-size: 24px;
            line-height: 50px
        }

        .service-main .service-content .text .line {
            width: 180px;
            margin-bottom: 10px
        }

        .service-main .service-content .text p {
            line-height: 30px;
            font-size: 14px
        }

        .service-main .service-content .img-text-box {
            padding-top: 10px
        }

            .service-main .service-content .img-text-box .item {
                margin: 10px auto;
                height: auto
            }

                .service-main .service-content .img-text-box .item .layui-icon {
                    font-size: 60px
                }

                .service-main .service-content .img-text-box .item h5 {
                    font-weight: bold;
                    padding-top: 20px;
                    font-size: 12px
                }

    .service-main .service-process {
        padding-bottom: 40px
    }

        .service-main .service-process .title {
            padding: 40px 0
        }

    .service-main .service-contact {
        padding-top: 40px;
        padding-bottom: 40px
    }

        .service-main .service-contact .map-img {
            height: 250px
        }

        .service-main .service-contact .contact-info {
            height: auto;
            padding: 20px
        }

    .about-main .about-tab-company .content .content-detail h3 {
        font-size: 60px
    }

    .about-main .about-tab-company .content .content-detail h4 {
        font-size: 24px;
        padding: 30px 0 10px 0
    }

    .about-main .about-tab-company .content .content-detail p {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 5px
    }

    .service-main .service-contact {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .about-main .about-tab-company .service-contact .map-img {
        height: 250px
    }

    .about-main .about-tab-company .service-contact .contact-info {
        height: auto;
        padding: 20px
    }
}

@media screen and (min-width:768px) {
    p {
        font-size: 14px
    }

        p.label {
            font-size: 16px;
            font-weight: bold
        }

        p.title {
            font-size: 36px;
            line-height: 120px
        }

    #index-banner {
        margin-top: 0
    }

    .index-service .content .bottom-content {
        padding: 25px 25px 25px 30px
    }

        .index-service .content .bottom-content h4 {
            font-size: 24px
        }

        .index-service .content .bottom-content p {
            font-size: 12px
        }

    .index-about .content p {
        font-size: 12px;
        line-height: 30px
    }

    .nav {
        max-height: 80px
    }

        .nav.index {
            background: rgba(255,255,255,0.8)
        }

        .nav .nav-list button {
            display: none
        }

        .nav .layui-nav {
            width: auto;
            position: absolute;
            top: 0;
            padding: 0 5px;
            border-radius: 0;
            margin: 0
        }

            .nav .layui-nav .layui-nav-item {
                display: inline-block;
                margin: 0 50px;
                line-height: 80px
            }

    .main-case .content {
        width: 45%
    }

        .main-case .content.even {
            margin-left: 9%
        }

    .about-main .about-tab-timeline .timeline:before {
        left: 50%
    }

    .about-main .about-tab-timeline .timeline li {
        min-height: 195px;
        padding-top: 95px
    }

        .about-main .about-tab-timeline .timeline li .cour-img {
            left: 50%;
            margin-left: -97.5px;
            width: 195px
        }

        .about-main .about-tab-timeline .timeline li .cour-panel {
            padding-top: 55px;
            padding-left: 0
        }

        .about-main .about-tab-timeline .timeline li.odd .cour-panel {
            text-align: right
        }

    .service-main .service-contact .contact-info {
        height: 370px
    }

    .about-main .about-tab-company .content .content-detail h3 {
        font-size: 60px
    }

    .about-main .about-tab-company .content .content-detail h4 {
        font-size: 24px;
        padding: 30px 0 10px 0
    }

    .about-main .about-tab-company .content .content-detail p {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 5px
    }

    .about-main .about-tab-company .service-contact .contact-info {
        height: 370px
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .nav .layui-nav .layui-nav-item {
        margin: 0 20px
    }

    .index-service .content .content-right {
        padding: 10px 10px 0 15px
    }

        .index-service .content .content-right span {
            margin-bottom: 20px
        }

        .index-service .content .content-right p {
            line-height: 28px
        }
}

@media screen and (min-width:992px) {
  .main-case .content {
        width: 31%
    }

        .main-case .content.even {
            margin-left: 0
        }

        .main-case .content.center {
            margin-right: 3%;
            margin-left: 3%
        }

    .about-main .about-tab-company .content p {
        padding: 0 50px;
        font-size: 20px;
        line-height: 40px
    }

    .about-main .about-tab-company .content .content-detail h3 {
        font-size: 60px
    }

    .about-main .about-tab-company .content .content-detail h4 {
        font-size: 24px;
        padding: 30px 0 10px 0
    }

    .about-main .about-tab-company .content .content-detail p {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 5px
    }
}

@media screen and (min-width:1200px) {
    .news-main .content:nth-child(even) {
        padding-left: 20px
    }

    .about-main .about-tab-timeline .timeline li .cour-panel {
        padding-left: 50px
    }

    .about-main .about-tab-timeline .timeline li.odd .cour-panel {
        padding-left: 0;
        padding-right: 50px
    }

    .about-main .about-tab-company .content .content-detail h3 {
        font-size: 80px
    }

    .about-main .about-tab-company .content .content-detail h4 {
        font-size: 28px;
        padding: 30px 0 20px 0
    }

    .about-main .about-tab-company .content .content-detail p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px
    }
}

@media screen and (min-width:1300px) {
    .layui-container {
        width: 1200px;
        padding: 0
    }

    .nav .nav-logo {
        position: absolute;
        top: 0;
        left: 0
    }

    .layui-col-space80 {
        margin: -40px
    }

        .layui-col-space80 > * {
            padding: 40px
        }
}
