﻿
        /*body*/
        body {
            background-color: #fff;
            font-family: "Hiragino Sans GB", "Microsoft Yahei", "WenQuanYi Micro Hei", SimSun, Tahoma, Arial, Helvetica, STHeiti;
            text-align: left;
        }

            body .column {
                padding-left: 0;
                padding-right: 0;
            }

        ul, li {
            list-style: none;
            padding: 0;
        }
        a:hover, a:focus {
            color: #2a6496;
            text-decoration: none;
        }
        /*产品详情*/
        .product_content_head div:last-child {
            margin-bottom: 15px;
            border-bottom: 1px dashed #ddd;
        }

        .product_content_title {
            color: #333;
            padding-bottom: 6px;
            font-weight: bold;
            font-size: 16px;
        }

        .product_content_date {
            color: #999;
            font-size: 12px;
            padding-bottom: 6px;
        }

        .product_content_summary {
            color: #999;
            padding-bottom: 15px;
        }

        .procontent {
            padding-top: 15px;
        }

        .product_content_img {
            text-align: center;
        }
        /*nav(菜单布局)*/
        #main-nav {
            margin-left: 1px;
        }

            #main-nav.nav-tabs.nav-stacked > li > a {
                padding: 10px 8px;
                font-size: 12px;
                font-weight: 600;
                color: #4A515B;
                background: #E9E9E9;
                background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9));
                background: -webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
                background: -o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
                background: -ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
                background: linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
                border: 1px solid #D5D5D5;
                border-radius: 4px;
            }

                #main-nav.nav-tabs.nav-stacked > li > a > span {
                    color: #4A515B;
                }

                #main-nav.nav-tabs.nav-stacked > li.active > a, #main-nav.nav-tabs.nav-stacked > li > a:hover {
                    color: #FFF;
                    background: #3C4049;
                    background: -moz-linear-gradient(top, #4A515B 0%, #3C4049 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4A515B), color-stop(100%,#3C4049));
                    background: -webkit-linear-gradient(top, #4A515B 0%,#3C4049 100%);
                    background: -o-linear-gradient(top, #4A515B 0%,#3C4049 100%);
                    background: -ms-linear-gradient(top, #4A515B 0%,#3C4049 100%);
                    background: linear-gradient(top, #4A515B 0%,#3C4049 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A515B', endColorstr='#3C4049');
                    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A515B', endColorstr='#3C4049')";
                    border-color: #2B2E33;
                }

                    #main-nav.nav-tabs.nav-stacked > li.active > a, #main-nav.nav-tabs.nav-stacked > li > a:hover > span {
                        color: #FFF;
                    }

            #main-nav.nav-tabs.nav-stacked > li {
                margin-bottom: 4px;
            }

        /*定义二级菜单样式*/
        .secondmenu a {
            font-size: 10px;
            color: #4A515B;
            text-align: center;
        }

        .navbar-static-top {
            background-color: #212121;
            margin-bottom: 1px;
        }

        .navbar-brand {
            background: url('') no-repeat 10px 8px;
            display: inline-block;
            vertical-align: middle;
            padding-left: 50px;
            color: #fff;
        }
        /*Content(内容布局)*/
        .container .module-context .module-view, .container-fluid .module-context .module-view {
        }
       
        /*标题*/
        .b-title {
            width: 100%;
            height: 32px;
            line-height: 32px;
            padding: 0 3%;
            font-size: 14px;
            background: url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/09/14/cb64f38e53544a2686dcd6729fbbe1bc/673975eace504989ae7c8e8c18131671.png) repeat-x;
        }

            .b-title b {
                color: #fff;
            }

            .b-title a {
                display: block;
                color: #fff;
            }

                .b-title a:after {
                    content: "020";
                    display: block;
                    height: 0;
                    clear: both;
                    visibility: hidden;
                }

            .b-title .b-title-name {
                float: left;
            }

            .b-title .b-title-more {
                float: right;
            }
        /*块盒子*/
        .newbox {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
            background-color: #ffffff;
        }
        /*块盒子内容*/
        .newbox_content {
            width: 100%;
            padding: 2%;
            font-size: 14px;
            border: none;
            color: #666;
            line-height: 23px;
        }

            .newbox_content ol {
                width: 100%;
                padding: 0;
            }

            /*新闻文字列表*/

        .news ul li {
            line-height: 40px !important;
            color: #666;            
            border-bottom: 1px dashed #ddd;
        }
            .news ul li a {
                color: #666;
            }

            .news ul li .news_text_date {
                float: right;
                width: 80px;
                text-align: right;
                font-size:13px;
                color: #999;
            }

            .news ul li .news_text_title {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                margin: 0;
                margin-right: 90px;
            }

            .news ul li a {
                display: block;
            }

                .news ul li a:after {
                    content: "020";
                    display: block;
                    height: 0;
                    clear: both;
                    visibility: hidden;
                }

        
        
       
        /*分页*/

        .paginator {
            clear: both;
            padding-bottom: 10px;
            margin: 0 auto;
            font: 14px Arial, Helvetica, sans-serif;
            color: #666;
            padding-top: 10px;
        }

            .paginator .tcdNumber, .paginator .nextPage, .paginator .disabled, .paginator .prevPage {
                padding: 3px 5px;
                border: 1px solid #ddd;
                display: inline-block;
                color: #666;
                margin-right: 10px;
            }

            .paginator .current {
                padding: 3px 5px;
                border: 1px solid #f27a06;
                display: inline-block;
                color: #f27a06;
                margin-right: 10px;
            }

            .paginator .break {
                padding-right: 6px;
                padding-left: 6px;
                padding-bottom: 6px;
                border-top-style: none;
                padding-top: 6px;
                border-right-style: none;
                border-left-style: none;
                height: 14px;
                text-decoration: none;
                border-bottom-style: none;
            }

        /*当为第一页时的上一页按钮*/
        .firstbtn {
            border-top-width: 0px !important;
            padding-right: 0px;
            padding-left: 0px;
            border-left-width: 0px !important;
            font-size: 12px;
            border-bottom-width: 0px !important;
            padding-bottom: 0px;
            width: 26px;
            color: #666;
            line-height: 22px;
            margin-right: 4px;
            padding-top: 0px;
            height: 22px;
            text-align: left;
            border-right-width: 0px !important;
        }
        /*当为最后一页时的下一页按钮*/
        .finalbtn {
            border-top-width: 0px !important;
            padding-right: 0px;
            padding-left: 0px;
            border-left-width: 0px !important;
            font-size: 12px;
            border-bottom-width: 0px !important;
            padding-bottom: 0px;
            width: 63px;
            color: #666;
            text-indent: 7px;
            line-height: 22px;
            padding-top: 0px;
            height: 22px;
            text-align: left;
            border-right-width: 0px !important;
        }

        /*图片幻灯*/
        .carousel {
            background: #fff /*a25c98*/;
        }

            .carousel .item {
                background: #fff;
            }

                .carousel .item img {
                    max-width: 100%;
                }
            .carousel .container {
                padding-left: 0;
                padding-right: 0;
            }
        /*footer(页脚布局)*/
        footer .module-context .module-view .nav {
        }
        /*留言 */
        .message_style .message_text {
            margin-bottom: 20px;
        }

            .message_style .message_text input {
                border: 1px solid #ddd;
                background: #fff;
                padding: 10px;
                width: 100%;
            }

            .message_style .message_text label {
                display: block;
                font-weight: normal;
                color: #ff0000;
            }

            .message_style .message_text textarea {
                border: 1px solid #ddd;
                background: #fff;
                padding: 10px;
                width: 100%;
            }

        .message_style .message_btn {
            text-align: center;
        }

            .message_style .message_btn input {
                background: #14c0c0;
                border: none;
                color: #fff;
                font-size: 16px;
                display: block;
                width: 100%;
                padding: 10px 0;
            }
        /*留言结束 */
        /*新闻图文*/
        .newlist-Img {
        }

            .newlist-Img ul li {
                padding-bottom: 2%;
                margin-bottom: 2%;
            }

                .newlist-Img ul li a {
                    display: block;
                }

                    .newlist-Img ul li a:after {
                        content: "020";
                        display: block;
                        height: 0;
                        clear: both;
                        visibility: hidden;
                    }

                .newlist-Img ul li .newlist-Img_img {
                    float: left;
                    width: 102px;
                    height: 77px;
                }

                    .newlist-Img ul li .newlist-Img_img .newlist-Img_img_box {
                        text-align: center;
                        vertical-align: middle;
                        width: 100px;
                        height: 75px;
                        padding: 1px;
                        border: 1px solid #eee;
                        overflow: hidden;
                    }

                    .newlist-Img ul li .newlist-Img_img img {
                        max-width: 100%;
                        max-height: 100%;
                    }

                .newlist-Img ul li .newlist-Img_text {
                    margin-left: 110px;
                }

                    .newlist-Img ul li .newlist-Img_text .newlist-Img_text_title {
                        color: #333;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        font-size:15px;
                    }

                    .newlist-Img ul li .newlist-Img_text .newlist-Img_text_summary {
                        color: #999;
                        font-size: 13px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                    }

                    .newlist-Img ul li .newlist-Img_text .newlist-Img_text_date {
                        color: #ccc;
                        font-size: 12px;
                    }
        /*新闻图文结束*/
        /*mobile手机底部导航*/
        .fixed_footer {
            width: 100%;
            height: 45px;
            max-width: 1170px;
            background: #005ca1;
        }

            .fixed_footer .fixed_footer_icon {
                width: 25px;
                height: 25px;
                margin: auto;
            }

            .fixed_footer ul {
                padding: 0;
                width: 100%;
                height: 45px;
                line-height: 45px;
            }

                .fixed_footer ul li {
                    width: 25%;
                    float: left;
                    color: #fff;
                }

                    .fixed_footer ul li a {
                        width: 100%;
                        height: 45px;
                        display: block;
                    }

                    .fixed_footer ul li dl {
                        width: auto;
                        margin: 0 auto;
                        text-align: center;
                    }

                    .fixed_footer ul li dt {
                        width: auto;
                        height: 25px;
                        overflow: hidden;
                    }

                    .fixed_footer ul li dd {
                        width: auto;
                        height: 20px;
                        font-size: 14px;
                        color: #fff;
                        line-height: 20px;
                        overflow: hidden;
                    }
        /*mobile手机底部导航end*/

       /*头部logo图片与文字*/

        .logo {
        }

            .logo .logo_text {
                font-size: 18px;
                font-weight: bold;
                color: #ffefc4;
                padding: 20px;
            }

        .logo_img {
            padding: 10px;
            max-width: 100%;
        }

        /*banner图片*/
        .banner img {
            width: 100%;
            margin: 5px auto;
            padding: 0 !important;
        }
        /*产品分类*/
        .classify_list .classify_list_a {
            padding: 5px;
            background: #f4f4f4;
            font-size: 16px;
            font-weight: bold;
        }

        .classify_list .classify_list_level {
            padding: 5px 10px;
            border-bottom: 1px solid #eee;
        }

        .classify_list ul li a {
            display: block;
            color: #666;
        }

        .classify_list .classify_list_level:last-child {
            border-bottom: none;
        }

        /*产品列表*/
        .product {
        }

            .product ul li {
                padding: 0 1%;
                margin-bottom: 3%;
                width: calc(100% / 2);
                float: left;
                border: none;
            }

                .product ul li a {
                    display: block;
                }

            .product ul:after {
                content: "020";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .product ul li .product_img {
                width: 100%;
            }

                .product ul li .product_img .product_img_box {
                    text-align: center;
                    /*display:table-cell;*/
                    vertical-align: middle;
                    width: 100%;
                    padding: 1px;
                    border: 1px solid #eee;
                    height: 116px;
                    overflow: hidden;
                }

                .product ul li .product_img img {
                    max-width: 100%;
                    max-height: 100%;
                }

            .product ul li .product_text {
            }

                .product ul li .product_text .product_text_title {
                    color: #333;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    text-align: center;
                }

                .product ul li .product_text .product_text_summary {
                    color: #999;
                    line-height: 0;
                    height: 0;
                }
        /*写死能全部显示的导航*/
        .navbar {
            z-index: 99;
            margin-bottom: 0;
            min-height: 30px !important;
            border: none;
        }

        /*普通导航*/
        .daohang {
            padding: 0 5px;
            height: 30px;
            background: url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/09/14/cb64f38e53544a2686dcd6729fbbe1bc/673975eace504989ae7c8e8c18131671.png) repeat-x;
        }

            .daohang li {
                float: left;
                color: #FFF;
                line-height: 30px;
                width: 18%;
                text-align: center;
                font-weight: bold;
                margin-left: 2%;
            }

            .daohang ul:after {
                content: "020";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .daohang li a {
                color: #fff;
                font-size: 13px;
                padding: 0;
                line-height: 30px;
            }

                .daohang li a:hover {
                    text-decoration: none;
                }
        /*手机nav左右padding*/
        /*.container-fluid {
            padding: 0 !important;
        }*/
        

        /*底部左侧负外边距*/


        .pro1 li {
            padding-left: 0 !important;
        }

        /*新闻详情*/
        .news_content_title {
            color: #333;
            padding-bottom: 6px;
            font-weight: bold;
            font-size: 16px;
        }

        .news_content_date {
            color: #999;
            font-size: 12px;
            padding-bottom: 6px;
        }

        .news_content_head div:last-child {
            margin-bottom: 15px;
            border-bottom: 1px dashed #ddd;
        }

        /*底部上面间隔*/
        .layout_gap {
            height: 45px;
        }
        /*mobile手机底部导航end*/
        /*产品详情新*/
        .products_info {
            background: #f4f4f4;
            font-size: 14px;
            line-height: 22px;
            font-family: 微软雅黑;
            color: #666;
        }

            .products_info a {
                text-decoration: none;
            }

            .products_info .products_info_show_img {
                width: 100%;
                background: #fff;
                text-align: center;
            }

                .products_info .products_info_show_img img {
                    max-width: 100%;
                }



            .products_info .products_info_title {
                background: #fff;
                padding: 10px;
            }

                .products_info .products_info_title .products_info_name {
                    font-size: 15px;
                    color: #333;
                }

                .products_info .products_info_title .products_info_pic {
                    font-size: 24px;
                    color: #f23030;
                    padding-top: 10px;
                }

                    .products_info .products_info_title .products_info_pic small {
                        font-size: 14px;
                    }

                    .products_info .products_info_title .products_info_pic span {
                        font-size: 14px;
                        color: #888;
                        margin-left: 15px;
                    }

                .products_info .products_info_title .products_info_explain {
                    color: #666;
                    padding-top: 10px;
                }

                .products_info .products_info_title .products_info_pic span i {
                    text-decoration: line-through;
                    font-style: normal;
                }

            .products_info .products_info_check {
                padding: 15px 10px;
                background: #fff;
            }

                .products_info .products_info_check .products_info_check_right {
                    position: relative;
                    margin-left: 50px;
                }

                    .products_info .products_info_check .products_info_check_right a {
                        border: 1px solid #ddd;
                        height: 24px;
                        line-height: 24px;
                        text-align: center;
                        margin-right: 10px;
                        display: inline-block;
                        padding: 0 20px;
                        cursor: pointer;
                        margin-bottom: 10px;
                        float: left;
                        color: #666;
                    }

                .products_info .products_info_check .products_info_check_left {
                    float: left;
                    color: #999;
                }

        .products_info_check_btn {
            border: 1px solid #f23030 !important;
            color: #f23030 !important;
        }


        .products_info .products_info_check .products_info_num_left {
            float: left;
            color: #999;
        }

        .products_info .products_info_check .products_info_num_right {
            position: relative;
            margin-left: 50px;
        }

            .products_info .products_info_check .products_info_num_right .a1 {
                display: inline-block;
                height: 24px;
                border: 1px solid #ddd;
                border-right: 0;
                width: 24px;
                float: left;
                cursor: pointer;
                text-align: center;
            }

            .products_info .products_info_check .products_info_num_right .a2 {
                display: inline-block;
                height: 24px;
                border: 1px solid #ddd;
                border-left: 0;
                float: left;
                width: 24px;
                cursor: pointer;
                text-align: center;
            }

        .products_info_quantity {
            text-align: center;
            height: 24px;
            width: 60px;
            float: left;
            padding: 0;
            line-height: 24px;
            margin: 0 !important;
            border: 1px solid #ddd;
        }

        .products_info .products_info_server {
            padding: 10px;
            background: #fff;
        }

            .products_info .products_info_server .products_info_server_left {
                float: left;
                color: #999;
            }

            .products_info .products_info_server .products_info_server_right {
                position: relative;
                margin-left: 50px;
            }

        .products_info .products_info_fh {
            height: 80px;
        }

        .products_info .products_info_footer {
            position: fixed;
            bottom: 0;
            left: 0;
            height: 46px;
            width: 100%;
            background: #fff;
            border-top: 1px solid #ddd;
        }

            .products_info .products_info_footer ul {
                padding: 0;
                margin: 0;
                list-style: none;
            }

                .products_info .products_info_footer ul li {
                    width: 33.3333%;
                    float: left;
                    text-align: center;
                    line-height: 46px;
                }

        .products_info .products_info_buy {
            background: #f23030;
            display: block;
            color: #fff;
            text-decoration: none;
        }

        .products_info .products_info_cart {
            background: #ff9703;
            color: #fff;
            display: block;
            text-decoration: none;
        }

        .products_info .products_info_img {
            padding: 20px 10px;
            background: #fff;
        }

            .products_info .products_info_img .products_info_img_title {
                text-align: center;
                padding-bottom: 20px;
                border-bottom: 1px solid #ddd;
            }

            .products_info .products_info_img .products_info_img_content {
                text-align: center;
            }

                .products_info .products_info_img .products_info_img_content img {
                    max-width: 100%;
                    text-align: center;
                }

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

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

        .margin_top_10 {
            margin-top: 10px;
        }

        .margin_top_15 {
            margin-top: 15px;
        }

        .clear {
            clear: both;
            line-height: 0 !important;
            font-size: 0 !important;
            height: 0 !important;
            min-height: 0 !important;
        }



        /*产品列表可切换样式*/
        /*大图列表*/
        .box_list {
            padding: 10px;
            font-size: 14px;
            box-sizing: border-box;
        }

            .box_list + .box_list {
                padding-top: 0px;
            }

        .box_list_big {
            margin: 0;
            padding: 0;
        }

            .box_list_big li {
                position: relative;
                background: #fff;
                border: 1px solid #ddd;
                margin-bottom: 10px !important;
                box-sizing: border-box;
                padding: 5px !important;
                list-style: none;
            }

                .box_list_big li a {
                    text-decoration: none;
                }

            .box_list_big .box_photo img {
                max-width: 100%;
            }

            .box_list_big .box_info {
                padding: 10px;
            }

                .box_list_big .box_info .box_title {
                    height: 36px;
                    overflow: hidden;
                    margin-bottom: 8px;
                    line-height: 18px;
                    margin-top: 10px;
                }

                .box_list_big .box_info .box_price {
                    color: #f23030;
                    font-weight: bold;
                    font-size: 15px;
                }

                .box_list_big .box_info .box_btn {
                    background: url(/RuiQiCMS.Templater/images/showcase-1416814739063.png) no-repeat 0px -25px;
                    height: 25px;
                    width: 40px;
                    position: absolute;
                    bottom: 7px;
                    right: -4px;
                }

        /*小图列表*/
        .box_list_small {
            margin: 0;
            padding: 0;
        }

            .box_list_small li {
                position: relative;
                background: #fff;
                border: 1px solid #ddd;
                margin-bottom: 10px !important;
                float: left;
                width: calc((100% - 10px * 1) / 2);
                box-sizing: border-box;
                margin-right: 10px !important;
                padding: 5px !important;
                list-style: none;
            }

                .box_list_small li a {
                    text-decoration: none;
                }

                .box_list_small li:nth-child(2n+2) {
                    margin-right: 0 !important;
                }

                    .box_list_small li:nth-child(2n+2):after {
                        content: "020";
                        display: block;
                        height: 0;
                        clear: both;
                        visibility: hidden;
                    }

            .box_list_small .box_photo img {
                max-width: 100%;
            }

            .box_list_small .box_info {
                padding: 10px;
            }

                .box_list_small .box_info .box_title {
                    height: 36px;
                    overflow: hidden;
                    margin-bottom: 8px;
                    line-height: 18px;
                }

                .box_list_small .box_info .box_price {
                    color: #f23030;
                    font-weight: bold;
                    font-size: 15px;
                }

                .box_list_small .box_info .box_btn {
                    background: url(/RuiQiCMS.Templater/images/showcase-1416814739063.png) no-repeat 0px -25px;
                    height: 25px;
                    width: 40px;
                    position: absolute;
                    bottom: 7px;
                    right: -4px;
                }

            .box_list_small:after {
                content: "020";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

        /*详细列表*/
        .box_list_detailed {
            margin: 0;
            padding: 0;
        }

            .box_list_detailed li {
                position: relative;
                background: #fff;
                border: 1px solid #ddd;
                margin-bottom: 10px !important;
                box-sizing: border-box;
                padding: 10px 5px !important;
                list-style: none;
            }

                .box_list_detailed li a {
                    text-decoration: none;
                }

            .box_list_detailed .box_photo img {
                max-width: 100%;
            }

            .box_list_detailed .box_photo {
                width: 100px;
                height: 100px;
                float: left;
            }

            .box_list_detailed .box_info {
                margin-left: 110px;
                padding: 10px;
            }

            .box_list_detailed li:after {
                content: "020";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

            .box_list_detailed .box_info .box_title {
                height: 36px;
                overflow: hidden;
                margin-bottom: 8px;
                line-height: 18px;
            }

            .box_list_detailed .box_info .box_price {
                color: #f23030;
                font-weight: bold;
                font-size: 15px;
            }

            .box_list_detailed .box_info .box_btn {
                background: url(/RuiQiCMS.Templater/images/showcase-1416814739063.png) no-repeat 0px -25px;
                height: 25px;
                width: 40px;
                position: absolute;
                bottom: 7px;
                right: -4px;
            }

        .box_list .box_list_check {
            padding: 10px;
        }

            .box_list .box_list_check span {
                padding-left: 15px;
            }
    



    <script>
        //产品详情选择型号
        $(document).ready(function () {
            $(".products_info_check_right").children("a").click(function () {
                $(this).addClass("products_info_check_btn");
                $(this).siblings().removeClass("products_info_check_btn")

            })
        })
    </script>
<style>
    *{margin:0;}
    /* head */
    .head .logo {display: flex;width: 100%;height: 45px;align-items: center;}
    .head .logo img {display: block;max-width: 90%;max-height: 100%;margin-left: 4%;}
    .nav {display: flex;flex-wrap: wrap;}
    .nav a {width: 33.33%;height: 30px;line-height: 30px;font-size: 16px;color: #fff;text-align: center;background: #005ca1;border-right: 1px solid #fff;border-bottom: 1px solid #fff;}
    /* 产品 */
    .product {margin: 15px 15px 5px;}
    .product .tit1 {line-height: 22px;font-size: 16px;color: #333;text-align: center;}
    .product .tit2 {line-height: 20px;font-size: 13px;color: #aaa;text-align: center;}
    .product .tit3 {line-height: 22px;font-size: 18px;color: #005ca1;text-align: center;font-weight: bold;}
    .product .more{display: block;float:none;margin:0 auto;width:100px;height: 30px;line-height: 30px;font-size:14px;color:#666;text-align:center;border:1px solid #ccc;}
    .product .list {margin-top: 10px;display: flex;flex-wrap: wrap;justify-content: space-between;}
    .product .list .item {width: 48.5%;margin-bottom: 10px;}
    .product .list .item img {display: block;width: 100%;}
    .product .list .item p {line-height: 24px;font-size: 14px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin:0;}
    /* 关于我们 */
    .about {margin: 0 15px 15px;}
    .about .tit1 {line-height: 22px;font-size: 16px;color: #333;text-align: center;}
    .about .tit2 {line-height: 20px;font-size: 13px;color: #aaa;text-align: center;}
    .about .tit3 {line-height: 22px;font-size: 18px;color: #005ca1;text-align: center;font-weight: bold;}
    .about .more{display: block;float:none;margin:0 auto;width:100px;height: 30px;line-height: 30px;font-size:14px;color:#666;text-align:center;border:1px solid #ccc;}
    .about .cont {margin-top: 10px; display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}}
    .about .cont *{max-width: 100%;}
    /* 案例 */
    .case {margin: 15px 15px 5px;}
    .case .tit1 {line-height: 22px;font-size: 16px;color: #333;text-align: center;}
    .case .tit2 {line-height: 20px;font-size: 13px;color: #aaa;text-align: center;}
    .case .tit3 {line-height: 22px;font-size: 18px;color: #005ca1;text-align: center;font-weight: bold;}
    .case .more{display: block;float:none;margin:0 auto;width:100px;height: 30px;line-height: 30px;font-size:14px;color:#666;text-align:center;border:1px solid #ccc;}
    .case .list {margin-top: 10px;display: flex;flex-wrap: wrap;justify-content: space-between;}
    .case .list .item {width:48.5%;margin-bottom: 10px;}
    .case .list .item img {display: block;width: 100%;}
    .case .list .item p {line-height: 24px;font-size: 14px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    /* 新闻 */
    .news {margin: 0 15px 15px;}
    .news .titbox{display: flex;height:25px;justify-content: space-between;align-items: center;border-bottom:1px solid #eaeaea;}
    .news .titbox span{line-height:24px;font-size:18px;color: #505050;font-weight: bold;border-bottom:1px solid #005ca1;}
    .news .titbox .more{float:none;line-height: 25px;font-size:13px;color: #505050;}
    .news .item {margin-top: 10px;display: flex;}
    .news .item img {width: 120px;height: 90px;}
    .news .item .info {padding-left: 10px;flex-shrink: 2;flex:1;}
    .news .item .title {width:100%;height:24px;line-height: 24px;font-size: 15px;color: #333;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin:0;}
    .news .item .desc {margin: 3px 0 0;height: 40px;line-height: 20px;font-size: 13px;color:#666;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
    .news .item .time {margin: 3px 0 0;line-height: 20px;font-size: 12px;color: #666;}
    /* 联系我们 */
    .contact{margin:0 15px 15px;}
    .contact .titbox{display: flex;height:25px;justify-content: space-between;align-items: center;border-bottom:1px solid #eaeaea;}
    .contact .titbox span{line-height:24px;font-size:18px;color: #505050;font-weight: bold;border-bottom:1px solid #005ca1;}
    .contact .titbox .more{float:none;line-height: 25px;font-size:13px;color: #505050;}
    .contact .cont{margin-top:10px;}
    .contact .cont *{max-width: 100%;}
    /* 底部 */
    .foot{background: #005ca1;margin-bottom:45px;}
    .foot .info{padding:10px 15px;}
    .foot h1{margin:0 0 5px;line-height: 30px;font-size:20px;font-weight: bold;color:#fff;}
    .foot p{margin:0;line-height: 20px;font-size:14px;color:#fff;}
    .foot .icp{padding:5px 15px;border-top:1px dashed #ccc;text-align: center;}
    .foot .icp a{line-height:18px;font-size:12px;color:#fff;}
    /* 内页 */
    .tban img{display: block;width:100%;}
    .ny_er{margin:15px;}
    .ny_er .tab{display:flex;flex-wrap: wrap;}
    .ny_er .tab a{width:30%;height:40px;line-height: 40px;font-size:14px;color:#333;text-align:center;border:1px solid #eaeaea;margin-bottom:10px;margin-right:15px;}
    .ny_er .tab a.on{background: #005ca1;color:#fff;border:1px solid #005ca1}
    .ny_er .tab a:nth-child(3n){margin-right:0;}
    /* 关于我们 */
    .ny_er .ocont *{max-width: 100%;}
    /* 资质荣誉 产品 案例 */
    .ny_er .obox .list{display: flex;justify-content: space-between;flex-wrap: wrap;}
    .ny_er .obox .list .item{width: 48.5%;margin-bottom: 10px;}
    .ny_er .obox .list .item img{display: block;width: 100%;}
    .ny_er .obox .list .item p{line-height: 24px;font-size: 14px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin:0;}
    /* 详情 */
    .ny_er .odetail .proInfo{display: flex;}
    .ny_er .odetail .proInfo .img{width:120px;}
    .ny_er .odetail .proInfo .info{padding-left:10px;flex-shrink: 2;}
    .ny_er .odetail .proInfo .title{line-height: 20px;font-size:16px;color:#333;font-weight: bold;margin-bottom:5px;}
    .ny_er .odetail .proInfo .desc{line-height: 20px;font-size:14px;color:#333;}
    .ny_er .odetail .xqtit{margin:10px 0;padding:0 10px;line-height: 24px;font-size:14px;color:#fff;background: #005ca1;}
    .ny_er .odetail .cont *{max-width: 100%;}
    /* 新闻 */
    .ny_er .tbox .item{display: flex;margin-top: 10px;}
    .ny_er .tbox .item img {width: 120px;height: 90px;}
    .ny_er .tbox .item .info {padding-left: 10px;flex-shrink: 2;}
    .ny_er .tbox .item .title {width:100%;height:24px;line-height: 24px;font-size: 15px;color: #333;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin:0;}
    .ny_er .tbox .item .desc {margin: 3px 0 0;height: 40px;line-height: 20px;font-size: 13px;color:#666;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
    .ny_er .tbox .item .time {margin: 3px 0 0;line-height: 20px;font-size: 12px;color: #666;}
    /* 新闻详情 */
    .ny_er .tdetail .title{line-height: 20px;font-size:16px;color:#333;font-weight: bold;}
    .ny_er .tdetail .time{line-height: 16px;font-size:12px;color:#666;}
    .ny_er .tdetail .cont{margin-top:10px;}
    .ny_er .tdetail .cont *{max-width: 100%;}
    /* 联系我们 */
    .ny_er .tcont *{max-width: 100%;}
    /* 分页 */
    .paginator{padding:0 !important;margin:0 !important;}
    .paginator .pages{width:100% !important;margin:0 !important;float: none !important;}
    .pages #Pagination{width:100% !important;margin:0 !important;float: none !important;}
    .paginator span{padding:0 4px !important;min-width: 25px !important;text-align: center;}
    .paginator a{padding:0 4px !important;min-width: 25px !important;text-align: center;}
    .tcdPageCode{width:100% !important;margin:0 !important;float: none !important;padding:0 !important;}
    .paginator a{padding:0 5px !important;margin:0 2px !important}

 .fixed-bottom{position:fixed; bottom: 0;}
