﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
:root {
    --link-color: #333;
    --link-hover-color: #1a9fff;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/*@media (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}*/

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}
/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  height: 60px;
  line-height: 60px; 
}*/

.footer {
    background-color: #0B2353;
    padding: 30px 0;
}

    .footer ul {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        width: calc(20% - 6px);
    }

    .footer li {
        padding: 4px 6px;
        color: #fff;
    }

/*        .footer li:first-child {
            font-size: 18px;
            font-weight: 700;
            padding: 8px 6px;
        }*/
    .footer .contact1 li{
        margin-right:60px;
        float:left;
    }
        .footer .contact1 li p {
            color: #fff;
            margin: 8px 0;
            font-size: 18px;
        }
            .footer .contact1 li p.name {
                font-weight: 700;
                color: #6C9FD6;
            }
            .footer .contact p {
                color: #fff;
                margin: 8px 0;
                font-size: 18px;
            }
    .footer .contact p i{
        font-size:24px; 
        margin-right:15px;
    }

    .footer ul.fwrx {
        width: 100%;
    }

        .footer ul.fwrx li.contact {
            font-size: 18px;
            font-weight: 700;
            padding: 8px 6px;
        }
        .footer a{color:#fff;font-size:14px; font-weight:100;}
        .footer a:hover{text-decoration:underline; color:#fff;}
.brand {
    word-break: break-all;
    text-align: justify;
}

    .brand h1 {
        font-size: 28px;
        font-weight: 700;
    }

    .brand .pic {
        /*float: right;*/
        clear: both;
        text-align: center;
        color: #ff8000;
        font-size: 18px;
        /*padding: 0 0 0 20px;*/
        max-width: 500px;
        max-height: 300px;
        
    }
        .brand .pic img {
            max-width: 500px;
            max-height: 300px;
        }
        .brand .pic.left {
            padding: 0 60px 0 0;
            float: left;
        }
    .brand p {
        color: #666;
        line-height: 2rem;
        text-indent: 2rem;
        margin-bottom:12px;
    }
       



        .index-product {
            padding: 40px;
            height: 220px;
            overflow: hidden;
        }

    .index-product .pic {
        /*width: 186px;*/
        width: 25%;
        display: inline-block;
        float: left;
        text-align: center;
        line-height: 140px;
        vertical-align: middle;
    }

        .index-product .pic img {
            border-radius: 12px;
            vertical-align: middle;
        }

    .index-product .text {
        /*margin-left:226px;*/
        margin-left: calc(25% + 40px);
    }

        .index-product .text h4 {
            font-size: 18px;
            font-weight: 700;
            width: 100%;
            display: block;
            margin: 6px 0;
        }

        .index-product .text p {
            padding: 6px 25px;
        }

            .index-product .text p.p2 {
                padding: 12px 25px;
            }
            .index-product.form{padding:20px 30px;}
        .index-product .text input, textarea {
            width: 100%;
            padding: 6px;
        }

        .index-product .text .form-item {
            padding: 0 10px;
        }

        .index-product .text button {
            background-color: #1a9fff;
            color: #fff;
            padding: 6px 12px;
            border: 0;
        }
.validate-error{border:1px solid #ff0000;}

.shiming {
    background: url(/images/bg1.jpg);
    /*opacity: 0.6;*/
}

.qyjs {
    text-align: center;
    /*background:rgb(255,255,255,0.2);*/
    padding: 30px 15px;
}

    .qyjs .icon {
        width: 64px;
        margin: 10px 0;
        font-size: 64px;
        color: #fff;
    }
@media (max-width: 768px) {
    .qyjs .icon {
        font-size: 32px;
    }
}
    .qyjs .p1 {
        font-size: 18px;
        font-weight: 800;
        color: #fff;
        padding: 6px 0;
    }

    .qyjs .p2 {
        color: #fff;
    }

.ent-list .ent-item {
    margin-top: 30px;
}

    .ent-list .ent-item a {
        display: block;
        padding: 15px;
        border: 1px solid #f1f1f1;
        border-radius: 6px;
        background-color: #fff;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

        .ent-list .ent-item a:hover {
            transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
            -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
            text-decoration: none;
        }

    .ent-list .ent-item .title {
        color: #666;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        padding-bottom: 4px;
        min-height:52px;
    }

    .ent-list .ent-item a:hover .title {
        color: #1a9fff;
    }

    .ent-list .ent-item .desc {
        color: #c4c4c4;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 44px;
    }

    .ent-list .ent-item .pic {
        height: 200px;
        overflow: hidden;
        text-align: center;
    }

        .ent-list .ent-item .pic img {
            max-height: 100%;
            max-width: 100%;
        }
.ind-news-item {
    padding: 15px 0;
    border-bottom: 1px dashed #6d9ade;
    float:left;
    width: 100%;
}
    .ind-news-item .title {
        color: #144b9e;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        padding-bottom: 4px;
        min-height: 52px;
        font-size: 18px;
    }
   
    .ind-news-item .desc {
        color: #999;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 44px;
        /*padding-left: 8px;*/
    }
    .ind-news-item .pic {
        float: left;
        width: 40%;
        height: 124px;
        overflow: hidden;
        margin-right: 8px;
    }
    .ind-news-item .right {
        float: right;
        margin-left: 8px;
        margin-right:0px;
    }
    .ind-news-item img {
        width: 100%;
    }
.ent-news-item{
    padding:15px 0;
}
.ent-news-item img{width:100%;}
    .ent-news-item .title {
        color: #144b9e;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        padding-bottom: 4px;
        min-height: 26px;
        padding-left: 8px;
        font-size: 18px;
        margin-top:15px;
    }
    .ent-news-item .desc {
        color: #999;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 44px;
        padding-left: 8px;
    }
@media (max-width: 1200px) {
    .ind-news-item .pic{
        float:none;
        width: 100%;
        height:auto;
    }
   .ind-news-item .right {
        float: none;
        width: 100%;
        height: auto;
        margin-left:0px;
    }
    .news{padding:0 15px!important;}
}

    .p-bg {
        background: url(/images/product01.jpg);
    }

    .p-bg1 {
        background: url(/images/temp/temp11.jpg);
    }

    .p-bg, .p-bg1 {
        width: 100%;
        height: 300px;
        opacity: 0.7;
        background-size: cover;
        position: relative;
    }

        .p-bg .txt1, .p-bg1 .txt1 {
            padding-top: 100px;
            text-align: center;
            font-size: 60px;
            line-height: 70px;
            color: #fff;
        }

        .p-bg .txt2, .p-bg1 .txt2 {
            text-align: center;
            font-size: 32px;
            color: #fff;
        }

    @media (max-width: 768px) {
        .p-bg, .p-bg1 {
            height: 200px;
        }

            .p-bg .txt1, .p-bg1 .txt1 {
                padding-top: 70px;
                text-align: center;
                font-size: 3rem;
                line-height: 70px;
                color: #fff;
            }

            .p-bg .txt2，.p-bg1 .txt2 {
                text-align: center;
                font-size: 1.5rem;
                color: #fff;
            }
    }

    @media (max-width: 576px) {
        .footer .contact2 span{
            display:block;text-align:left;
            margin-top:8px;
        }

        .zscq .fwcpx-item{
            padding-right:0px!important;
        }
        .zscq .content{
            padding:15px 0 15px 15px!important;
        }
        .zscq .col-sm-6 {
            width: 50% !important;
        }
        .rpo .col-sm-6 {
            width: 50% !important;
        }

        .rpo .content{
            padding:15px!important;
        }
        .row .xqhz_hzlc {
            width: 46px;
            height: 46px;
            border-radius: 23px;
            line-height: 18px;
            padding: 3px 0;
            font-size: 12px;
        }
        .p-bg, .p-bg1 {
            height: 150px;
        }

            .p-bg .txt1, .p-bg1 .txt1 {
                padding-top: 20px;
                text-align: center;
                font-size: 1.5rem;
                line-height: 70px;
                color: #fff;
            }

            .p-bg .txt2, .p-bg1 .txt2 {
                text-align: center;
                font-size: 1rem;
                color: #fff;
            }
        .dljz_sdys .col-sm-6{
            width:50%!important;
        }

        .bkmobile{
            padding:15px!important;
        }

        .bkmobile2 {
            padding: 15px 50px!important;
        }

        .zdlc-item {
            padding: 0 15px 30px 15px!important;
        }
    }

    .product-list {
        column-count: 3;
    }

        .product-list .item {
            break-inside: avoid;
            box-sizing: border-box;
            padding: 15px;
        }

            .product-list .item .content {
                border: 1px solid #17a2b8;
            }

        .product-list .title {
            padding: 15px;
            font-size: 2rem;
            background-color: #17a2b8;
            color: #fff;
        }

            .product-list .title i {
                font-size: 42px;
                color: #fff;
                vertical-align: middle;
                margin-right: 15px;
            }

        .product-list a {
            display: block;
            padding: 0 15px;
            border-top: 1px solid #f1f1f1;
            font-size: 1.5rem;
            color: #666;
            line-height: 90px;
            position: relative;
        }

            .product-list a:hover {
                background-color: #f1f1f1;
            }

            .product-list a i {
                position: absolute;
                right: 40px;
                top: 50%;
                margin-top: -12px;
            }

        .product-list .form {
            padding: 0 15px;
            text-align: center;
        }

            .product-list .form input, .product-list .form textarea {
                margin-top: 30px;
            }

            .product-list .form button {
                margin: 30px 0;
                width: 100%;
            }

    @media (max-width: 576px) {
        .product-list {
            column-count: 1 !important;
        }

            .product-list a {
                line-height: 45px;
            }

            .product-list .title {
                padding: 0 0 0 15px !important;
                font-size: 2rem;
            }

                .product-list .title i {
                    font-size: 2rem;
                }
    }

    @media (max-width: 992px) {
        .product-list {
            column-count: 2;
        }
    }
.mybody{margin-top:90px;}
@media (max-width: 992px) {
    .container {
            max-width: 100%;
        }
        .navbar-nav li{
            padding:10px 20px!important;
        }
    .mybody{margin-top:65px!important;}
    .article-side{display:none!important;}
    }

    .sub-nav {
        box-shadow: 0px 7px 7px -7px #eee;
        padding-top: 7px;
    }

        .sub-nav ul {
            list-style: none;
            display: inline-block;
            width: 100%;
        }

            .sub-nav ul li {
                list-style: none;
                float: left;
                text-align: center;
                margin: 10px 0;
                border-right: 1px solid #ccc;
                width: 25%;
            }

                .sub-nav ul li:last-child {
                    border-right: 0;
                }

        .sub-nav a i {
            margin-right: 8px;
            font-size: 1.25rem;
        }

        .sub-nav li.active a {
            color: #007bff;
        }

    @media (max-width: 478px) {
        .sub-nav ul li {
            width: 50%;
        }

            .sub-nav ul li:nth-of-type(even) {
                border-right: 0;
            }
    }

    /*.sub-nav ul{list-style:none; display:inline-block;width:100%;}
.sub-nav ul li{float:left;width:33.3%; text-align:center; position:relative;}
.sub-nav a{display:inline-block;width:100%; padding:15px 0;font-size:1.25rem; color:#666;}
.sub-nav a i{margin-right:8px;font-size:1.25rem;}
.sub-nav li.active a{background-color:#035CAC; color:#fff;}

    .sub-nav li.active a:after {
        content: '';
        border-width: 10px;
        border-style: solid;
        border-color: #035CAC transparent transparent transparent;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -10px;
    }*/
    .s-pttern {
    }

        .s-pttern .pic {
            width: 100%;
            height: 300px;
            overflow: hidden;
            padding: 0;
            /*opacity: 0.5;*/
        }

        .s-pttern i {
            font-size: 2rem;
            color: #ccc;
            margin-right: 12px;
        }

        .s-pttern .pic img {
            width: 100%;
            height: 100%;
        }

        .s-pttern .txt {
            /*border: 1px solid #17a2b8;*/
            background-color: #666;
            position: relative;
        }

            .s-pttern .txt:after {
                content: '';
                border-width: 40px;
                border-style: solid;
                position: absolute;
                top: 50%;
                margin-top: -40px;
                z-index: 9;
            }

            .s-pttern .txt.right:after {
                border-color: transparent #666 transparent transparent;
                left: -80px;
            }

            .s-pttern .txt.left {
                z-index: 9;
            }

                .s-pttern .txt.left:after {
                    border-color: transparent transparent transparent #666;
                    right: -80px;
                }

        .s-pttern .txt1 {
            padding: 0 30px;
            position: absolute;
            top: 30%;
            margin-top: -15px;
            font-size: 1.5rem;
            color: #fff;
        }

        .s-pttern .txt2 {
            position: absolute;
            top: 50%;
            color: #fff;
            padding: 0 30px;
        }


    .contact p {
        margin: 25px 0;
        color: #666;
    }

    .contact .info, .contact .form {
        width: 30%;
        display: inline-block;
        text-align: left;
        vertical-align: top;
    }

    .crumb {
        padding: 10px 0;
        font-size: 12px;
        color: #777;
    }

    .article .article-title {
        font-size: 20px;
        text-align: center;
        font-size: 30px;
        margin: 10px 0 20px 0;
    }

    .article .article-time {
        text-align: center;
        margin-bottom: 20px;
    }

        .article .article-time span {
            display: inline-block;
            vertical-align: top;
            padding-top: 4px;
            margin-right: 10px;
        }

    .article .article-contnet {
        font-size: 16px;
        line-height: 2.2;
        color: #555;
        overflow: hidden;
    }

    .article .bdshare-button-style1-24 {
        display: inline-block;
    }

        .article .bdshare-button-style1-24 a {
            float: none;
        }

        .article .bdshare-button-style1-24:after {
            display: inline-block;
        }

    .article-top {
        background-color: #f5f5f5;
        padding: 15px 0;
        position: fixed;
        top: 90px;
        width: 100%;
        left: 0px;
        z-index: 9;
        border-bottom: 1px solid #ccc;
        vertical-align: middle;
        line-height: 37px;
    }

        .article-top .reading {
            width: 1200px;
            margin: 0 auto;
        }

            .article-top .reading .title {
                width: 900px;
                float: left;
                display: inline-block;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                font-size: 16px;
            }

            .article-top .reading .share {
                width: 300px;
                float: left;
                text-align: center;
            }

    .share .bdshare-button-style1-24 a {
        float: none;
    }

    .article-side .article-tuijian {
        padding: 15px;
        border: 1px solid #f1f1f1;
    }

        .article-side .article-tuijian a {
            display: block;
        }

        .article-side .article-tuijian .item {
            padding: 12px 0 12px 32px;
            border-top: 1px solid #f5f5f5;
        }

    .apply-form {
        display: inline-block;
        padding: 40px 15px 40px 15px;
    }

        .apply-form .form-control {
            border: 1px solid #ccc;
            padding: 6px 8px;
            color: #000;
            border-radius: 0;
        }

        .apply-form input.form-control, .apply-form select.form-control {
            /*height: 48px;*/
        }

        .apply-form select {
            cursor: pointer;
        }

        .apply-form .form-control {
            width: 580px;
        }

        .apply-form .form-group {
            position: relative;
            margin-bottom: 15px;
        }

            .apply-form .form-group:after {
                display: block;
                content: '';
                clear: both;
            }

            .apply-form .form-group > label {
                float: left;
                color: #61656a;
                margin: 0;
                text-align: right;
                width: 120px;
                padding-right: 15px;
            }

                .apply-form .form-group > label:not(.ftype_checkbox):not(.ftype_radio) {
                    line-height: 48px;
                }

                .apply-form .form-group > label.control-label:before {
                    content: '：';
                    float: right;
                }

                .apply-form .form-group > label + div {
                    padding-left: 120px;
                }

                    .apply-form .form-group > label + div + small {
                        font-size: 0;
                        color: #fff;
                        position: absolute;
                        top: 0;
                        margin: 0;
                    }

    @media(max-width:780px) {
        .apply-form {
            width: 100%;
            padding-top: 15px;
        }

            .apply-form .form-group > label {
                line-height: 48px;
            }

            .apply-form .form-group {
                margin: 0;
                text-align: left;
            }

                .apply-form .form-group > label {
                    float: none;
                    width: auto;
                    line-height: unset !important;
                    margin-top: 15px;
                }

                    .apply-form .form-group > label + div {
                        padding-left: 0;
                    }

            .apply-form .form-control {
                width: 100%;
            }

            .apply-form .ftype_button button {
                width: 100% !important;
            }
    }

    .apply-form .ftype_button button {
        width: 360px;
        border-radius: 3px;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .form-control:focus {
        box-shadow: none;
    }

    .coop-sd h4 {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .coop-sd .item {
        text-align: center;
        border: 1px solid #007bff;
        padding: 30px 0;
        margin-top: 15px;
    }

        .coop-sd .item i {
            font-size: 64px;
            color: #007bff;
        }

        .coop-sd .item p {
            margin-top: 15px;
            width: 100%;
            color: #007bff;
        }

    .l-map {
        height: 400px;
    }

    @media(max-width:576px) {
        .index-product {
            padding: 15px;
            height: auto;
        }

            .index-product .text {
                margin-left: calc(25% + 15px);
            }

                .index-product .text p {
                    padding: 6px 0px;
                }

                    .index-product .text p.p2 {
                        padding: 12px 0px;
                    }

            .index-product.form {
                padding: 15px 0;
            }

        .shiming .col-4 {
            /*max-width: 100%;
        flex: auto;*/
            padding: 0;
        }

        .shiming .qyjs {
            padding: 0 15px 15px 15px;
        }
        /*.shiming .qyjs i{display:none;}*/

        .s-pttern .pic {
            height: 150px;
        }

        .s-pttern .txt1 {
            padding: 0;
            font-size: 1.25rem;
        }

        .s-pttern .txt2 {
            padding: 0;
        }

        .s-pttern .txt:after {
            border-width: 20px;
            margin-top: -20px;
        }

        .s-pttern .txt.right:after {
            left: -40px;
        }

        .s-pttern .txt.left:after {
            right: -40px;
        }

        .contact .info, .contact .form {
            width: 100%;
        }

        .l-map {
            height: 250px !important;
        }
    }

    @media (max-width: 768px) {
        .index-product {
            padding: 15px;
            height: auto;
        }

            .index-product.form {
                padding: 15px 0;
            }

                .index-product.form .col-6 {
                    flex: 0 0 100%;
                    max-width: 100%;
                }
    }

    .product-detail .content {
        /* border-right: 1px solid #ccc;*/
    }

        .product-detail .content .banner {
            background: url(/images/bg1.png);
            opacity: 0.7;
            position: relative;
            height: 300px;
            text-align: center;
        }

            .product-detail .content .banner .name {
                text-align: center;
                padding-top: 100px;
                display: inline-block;
            }

                .product-detail .content .banner .name .txt1 {
                    font-size: 3rem;
                    color: #fff;
                    border-bottom: 1px solid #ccc;
                    line-height: normal;
                }

                .product-detail .content .banner .name .txt2 {
                    font-size: 1.5rem;
                    color: #fff;
                    line-height: normal;
                }

        .product-detail .content .title {
            font-size: 1.7rem;
            color: #9bbfe4;
            padding-bottom: 8px;
            border-bottom: 1px solid #9bbfe4;
        }

        .product-detail .content h4 {
            font-size: 1.35rem;
            color: #666;
        }

        .product-detail .content .youshi .row {
            flex-wrap: wrap;
            display: flex;
        }

            .product-detail .content .youshi .row li {
                margin-top: 15px;
            }

                .product-detail .content .youshi .row li i {
                    color: #9bbfe4;
                    font-size: 1rem;
                }

        .product-detail .content p {
            line-height: 2rem;
            padding: 6px 0;
            color: #666;
        }

    .product-detail .side {
        border: 1px solid #f1f1f1;
    }

        .product-detail .side .form {
            padding: 15px;
        }

        .product-detail .side .name {
            border-bottom: 1px solid #ccc;
        }

            .product-detail .side .name h1 {
                font-size: 2rem;
                padding-bottom: 12px;
            }

        .product-detail .side form {
            margin-top: 15px;
        }

        .product-detail .side .product {
            margin: 0;
            padding: 15px;
            border-top: 1px solid #f1f1f1;
        }

            .product-detail .side .product h1 {
                width: 100%;
                padding: 15px 0;
                font-size: 1.5rem;
                border-bottom: 1px solid #ccc;
            }

                .product-detail .side .product h1 i {
                    color: #9bbfe4;
                }

            .product-detail .side .product .item {
                padding: 6px 0;
            }

    .history {
        margin-left: 120px;
    }

        .history table {
            border: 0;
        }

        .history .year h2 {
            border-left: 4px solid #1a9fff;
            color: #1a9fff;
            padding-left: 20px;
            margin-bottom: 0;
            font-size: 2rem;
        }

            .history .year h2 span {
                color: #ccc;
                font-size: 24px;
                padding-left: 20px;
            }

        .history .year .content {
            border-left: 2px solid #ccc;
            margin-left: 1px;
            padding-bottom: 30px;
        }

            .history .year .content table th {
                width: 70px;
                padding: 10px 20px;
                font-weight: 400;
                text-align: center;
                vertical-align: top;
            }

            .history .year .content table td {
                padding: 10px 0;
            }

                .history .year .content table td p {
                    margin-bottom: 0.5rem;
                    font-size: 14px;
                }

            .history .year .content .pic img {
                width: 133px;
                height: 100px;
                margin-top: 6px;
            }

    /*@media (min-width: 576px) {
    .service-area .item {
        width: 100%;
        height: 226px;
    }
    .service-area a {
        margin: 10px 0;
    }

    .service-area .item .bg {
        padding: 20px 10px;
    }
}*/
    @media (max-width: 768px) {
        .service-area .item .bg {
            background: #144b9e !important;
            padding: 0;
        }

            .service-area .item .bg td {
                padding: 10px 10px !important;
            }
    }

    @media (min-width: 768px) {
        .brand .pic {
            float: right;
            padding: 0 0 0 20px;
        }

        .service-area .hang .item {
            width: 50%;
            height: 226px;
        }

        .service-area a {
            margin: 10px 0;
        }

        .service-area .item .bg {
            padding: 20px 10px;
        }

        .service-area .item .mobile {
            display: none;
        }

        .service-area .item .pc {
            display: table-row;
        }
    }

    @media (min-width: 992px) {
        .service-area .hang .item {
            width: 50%;
            height: 251px;
        }

        .service-area a {
            margin: 10px 0;
        }

        .service-area .item .bg {
            padding: 33px 30px;
        }

        .service-area .item .mobile {
            display: none;
        }

        .service-area .item .pc {
            display: table-row;
        }
    }

    @media (min-width: 1200px) {
        .service-area .hang .item {
            width: 50%;
            height: 300px;
        }

        .service-area a {
            margin: 10px 0;
        }

        .service-area .item .bg {
            padding: 57px 30px;
        }

        .service-area .item .mobile {
            display: none;
        }

        .service-area .item .pc {
            display: table-row;
        }
    }

    @media (min-width: 1600px) {
        .service-area .hang .item {
            width: 50%;
            height: 370px;
        }

        .service-area a {
            margin: 10px 0;
        }

        .service-area .item .bg {
            padding: 92px 30px;
        }

        .service-area .item .mobile {
            display: none;
        }

        .service-area .item .pc {
            display: table-row;
        }
    }

    .service-area .hang {
        float: left;
        width: 100%;
    }

    .service-area .item.right {
        float: right;
    }

    .service-area .hang:after {
        clear: both;
    }

    .service-area .item {
        float: left;
        width: 100%;
        position: relative;
    }

    .service-area .mobile {
        display: block;
    }

    .service-area .pc {
        display: none;
    }

    .service-area .bg {
        padding: 30px 10px;
        width: 100%;
        height: 100%;
    }


    .service-area a {
        width: 24%;
        color: #fff;
        display: inline-block;
        min-width: 100px;
        margin: 10px 0;
    }

    .pinpai {
        background: url(../images/brand_bg.jpg) no-repeat;
        background-size: 100% 100%;
    }

.hzkh ul li {float:left; width:20%;}

@media (max-width: 768px) {
    .hzkh ul li {
        float: left;
        width: 33%;
    }
    .cpjs .brand .pic {
        display: none;
    }
}


.fwcpx-item {
    padding: 0 15px;
    text-align: center;
}

    .fwcpx-item .box {
        text-align: center;
        border: 1px solid #ccc;
        padding: 0;
        height: 100%;
    }

        .fwcpx-item .box .title {
            color: #fff;
            font-size: 1rem;
            text-align: center;
            padding: 10px 0;
            background-color: #0062cc;
        }

        .fwcpx-item .box .content {
            text-align: left;
            line-height: 2rem;
            padding: 30px;
            padding-left: 20%;
            text-indent: initial;
        }
.zdlc-item {
    padding: 0 30px 30px 30px;
}

    .zdlc-item .title {
        font-size: 1rem;
        margin-bottom: 10px;
        color: #11337F;
        font-weight: 700;
    }

    .zdlc-item .content {
        line-height: 2rem;
        text-indent:initial;
    }
