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

            body .column {
                padding-left: 5px;
                padding-right: 5px;
            }
        /*nav(菜单布局)*/
        nav .module-context .module-view .nav {
        }
        /*header start (页头布局)*/
        header .module-context .module-view .nav {
        }
        /*Content(内容布局)*/
        .container .module-context .module-view,
        .container-fluid .module-context .module-view {
        }
  
  ul{
  	padding:0; 
  }
  
  
a:link {
    text-decoration: none;
    color: #666;
}

a:visited {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none ;
  
}

a:active {
    text-decoration: none;
}
        /*更多*/
        .more {
            float: right;
            margin-right: 10px;
            color: #ff6600;
            font-weight: normal;
            font-size: 12px;
        }
        /*标题*/
        .b-title {
            width: 100%;
            height: 26px;
            line-height: 26px;
            padding-left: 28px;
            font-size: 14px;
            background: #ccc;
        }

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

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

                .newbox_content ol li {
                    width: 100%;
                    overflow: hidden;
                    height: 23px;
                    line-height: 23px;
                    padding-left: 10px;
                    list-style: none;
                    border-bottom: #aaaaaa dotted 1px;
                }

                    .newbox_content ol li a {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        color: #444444;
                    }

                        .newbox_content ol li a:hover {
                            color: #f27b04;
                            text-decoration: underline;
                        }

            .newbox_content .fr_date {
                float: right;
                color: #626262;
            }
            /*新闻列表页*/
            .newbox_content ul {
                width: 100%;
                padding: 10px;
            }

                .newbox_content ul li {
                    height: 30px;
                    line-height: 30px;
                    padding-left: 10px;
                    list-style: none;
                }

                .newbox_content ul li {
                    border-bottom: dotted 1px #aaaaaa;
                    height: 27px;
                    line-height: 26px;
                }

                    .newbox_content ul li a {
                        color: #444444;
                    }

                        .newbox_content ul li a:hover {
                            color: #f27b04;
                            text-decoration: underline;
                        }


        /*产品列表cui*/
        .products_class_content ul {
            padding: 0;
        }

            .products_class_content ul li > div {
                border-bottom: 1px solid #ddd;
                height: 36px;
                line-height: 36px;
                display: block;
                padding-left: 15px;
                cursor: pointer;
                background: url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/03/03/5fb4033acdee47ffb7da519b0c1db6b0/30358e0372e843cb82b0af229e366ead.gif) #f4f4f4 no-repeat right 10px center;
            }

            .products_class_content ul li > p {
                
                display: none;
                padding:0;
                margin:0;
            }
                .products_class_content ul li > p > a {
                    height: 30px;
                    line-height: 30px;
                    border-bottom: 1px solid #ddd;
                    margin-bottom: 0;
                    padding-left: 30px;
                    display:block;
                }
            .mr-10 {
                float: right;
                color: #626262;
                margin-right: 10px;
            }

        .split {
            padding-left: 0px;
            padding-right: 8px;
        }

        .fl {
            float: left;
        }

        /*友情链接*/
        .friend_link {
            width: 100%;
            background-color: #ffffff;
            border: 1px solid rgb(221, 221, 221);
            border-top: none;
            padding-bottom: 15px;
        }




        .friend_link_li {
            width: 112px;
            float: left;
            border: 1px solid #ddd;
            margin: 15px 0 0 15px;
            position: relative;
        }

            .friend_link_li a {
                color: #fff;
            }

            .friend_link_li img {
                width: 100%;
            }

            .friend_link_li div {
                display: none;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                text-align: center;
                padding-top: calc( 50% - 40px );
                z-index: 2;
                background: rgba(0, 0, 0,0.7);
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-weight: bold;
            }


        /*新闻内容页（详细页）*/
        .n_title {
            /*height: 30px;*/
            padding: 15px 10px;
            border-bottom: 1px dotted #c6c6c6;
            /*width: 100px;*/
            /*width: 100%;*/
            text-align: center;
            font: bold 18px/22px "微软雅黑";
        }

        .mt-10 {
            margin-top: 10px;
        }

        .gray {
            color: #626262;
        }

        .n_time {
            width: 100%;
            text-align: center;
        }

        .line-28 {
            font-size: 14px;
            line-height: 28px;
        }

        .m-10 {
            margin: 10px;
        }
        /*产品列表块*/

        .newbox_content .ke {
            margin: 7px 0 7px 5px;
            padding: 9px 0 0 9px;
            width: 185px;
            height: 180px;
            overflow: hidden;
            position: relative;
            text-align: center;
            float: left;
            background: url(images/bgk.png) no-repeat;
        }

            .newbox_content .ke a {
                display: block;
                text-align: center;
                color: #000000;
                line-height: 30px;
                text-decoration: none;
            }

                .newbox_content .ke a.pic {
                    width: 162px;
                    height: 162px;
                    text-align: center;
                    margin: 0px;
                }

            .newbox_content .ke span {
                top: auto;
                bottom: 0;
                background: #fff;
                opacity: 0.5;
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
                -khtml-opacity: 0.5;
                color: #000;
                margin-top: 3px;
                -webkit-transition: -webkit-transform 0.35s;
                transition: transform 0.35s;
                -webkit-transform: translate3d(0,20%,0);
                transform: translate3d(0,20%,0);
                display: block;
                width: 170px;
                height: 28px;
                line-height: 28px;
            }

            .newbox_content .ke:hover span {
                -webkit-transform: translate3d(0,-100%,0);
                transform: translate3d(0,-100%,0);
                -webkit-transition-delay: 0.05s;
                transition-delay: 0.05s;
            }
        /*分页*/

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

            .paginator A {
                border-right: #c4c4c4 1px solid;
                padding-right: 8px;
                border-top: #c4c4c4 1px solid;
                display: block;
                padding-left: 8px;
                background: #fff;
                float: left;
                border-left: #c4c4c4 1px solid;
                color: #0169cd;
                margin-right: 4px;
                border-bottom: #c4c4c4 1px solid;
                text-decoration: none;
                height: 20px;
                line-height: 20px;
            }

                .paginator A:link {
                    border-right: #c4c4c4 1px solid;
                    padding-right: 8px;
                    border-top: #c4c4c4 1px solid;
                    display: block;
                    padding-left: 8px;
                    background: #fff;
                    float: left;
                    border-left: #c4c4c4 1px solid;
                    color: #0169cd;
                    margin-right: 4px;
                    border-bottom: #c4c4c4 1px solid;
                    text-decoration: none;
                    height: 20px;
                    line-height: 20px;
                }

                .paginator A:visited {
                    border-right: #c4c4c4 1px solid;
                    padding-right: 8px;
                    border-top: #c4c4c4 1px solid;
                    padding-left: 8px;
                    background: #fff;
                    border-left: #c4c4c4 1px solid;
                    color: #0169cd;
                    border-bottom: #c4c4c4 1px solid;
                    text-decoration: none;
                    height: 20px;
                    line-height: 20px;
                }

                .paginator A:hover {
                    border-right: #fe7300 1px solid;
                    padding-right: 8px;
                    border-top: #fe7300 1px solid;
                    padding-left: 8px;
                    background: #fff;
                    border-left: #fe7300 1px solid;
                    color: #fe7300;
                    border-bottom: #fe7300 1px solid;
                    text-decoration: none;
                    height: 20px;
                    line-height: 20px;
                }

                .paginator A:active {
                    border-right: #fe7300 1px solid;
                    padding-right: 8px;
                    border-top: #fe7300 1px solid;
                    padding-left: 8px;
                    background: #fff;
                    border-left: #fe7300 1px solid;
                    color: #fe7300;
                    border-bottom: #a62021 1px solid;
                    text-decoration: none;
                    height: 20px;
                    line-height: 20px;
                }

            .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: 12px;
                text-decoration: none;
                border-bottom-style: none;
            }

            .paginator .this-page {
                border-right: #fff 1px solid;
                padding-right: 8px;
                border-top: #fff 1px solid;
                display: block;
                padding-left: 8px;
                background: #fff;
                float: left;
                padding-bottom: 2px;
                border-left: #fff 1px solid;
                margin-right: 2px;
                padding-top: 2px;
                border-bottom: #fff 1px solid;
                text-decoration: none;
                color: #fe7300;
                font-weight: bold;
            }


        /*当为第一页时的上一页按钮*/
        .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;
        }

        .firstbg, .firstbg a, .firstbg a:link, .firstbg a:visited, .firstbg a:hover {
            font-size: 12px;
            color: #999;
            height: 20px;
            line-height: 20px;
            display: block;
        }
        /*图片幻灯*/
        .carousel {
           
            background: #fff /*a25c98*/;
        }

            .carousel .item {
                
                background: #fff;
            }

        /*footer(页脚布局)*/
        footer .module-context .module-view .nav {
        }
        /*留言 */
        .Message-style {
            font-size: 12px;
            padding: 0px 10px 10px 10px;
            border: 1px solid #dddddd;
            padding-top: 10px;
            background: #FFF;
        }

            .Message-style span {
                width: 100%;
                height: 30px;
                background: #eaedf4;
                display: block;
                color: #ccc;
                font-weight: bold;
                line-height: 30px;
                padding-left: 10px;
            }

            .Message-style .message-title {
                margin-left: 50px;
                margin-top: 10px;
            }

                .Message-style .message-title em {
                    font-style: normal;
                    color: #313131;
                    font-weight: bold;
                    margin-top: 5px;
                    font-size: 12px;
                }

                .Message-style .message-title u {
                    text-decoration: none;
                    font-size: 12px;
                    color: #626262;
                }

            .Message-style .message-content {
                margin-left: 50px;
            }

                .Message-style .message-content b {
                    color: #313131;
                    font-weight: bold;
                    margin-top: 5px;
                    font-size: 12px;
                }

                .Message-style .message-content input {
                    width: 478px;
                    height: 80px;
                    margin-top: 10px;
                }

                .Message-style .message-content em {
                    font-style: normal;
                    font-size: 12px;
                    color: #626262;
                }

            .Message-style .message-link {
                margin-top: 10px;
                margin-left: 50px;
            }

                .Message-style .message-link em {
                    font-size: 12px;
                    color: #313131;
                    font-weight: bold;
                    font-style: normal;
                }

                .Message-style .message-link b {
                    font-weight: normal;
                    font-size: 12px;
                    color: #626262;
                }

            .Message-style .message-button input {
                width: 151px;
                height: 39px;
                border: none;
            }

            .Message-style .message-button {
                margin-left: 50px;
                margin-top: 20px;
            }

            .Message-style .message-link-title {
                font-size: 12px;
                margin-top: 20px;
                background: #FFF;
            }

                .Message-style .message-link-title span {
                    width: 100%;
                    height: 30px;
                    background: #eaedf4;
                    display: block;
                    color: #ccc;
                    font-weight: bold;
                    line-height: 30px;
                    padding-left: 10px;
                }
        /*留言结束 */
        /*新闻图文*/
        .newbox_content_img ul {
            padding: 0;
        }
        .newlist-Img .fl {
            float: left;
        }

        .newlist-Img .fr {
            float: right;
        }

        .newlist-Img ul, li {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .newlist-Img a {
            color: #666;
            text-decoration: none;
        }

        .newlist-Img li {
            border-bottom: 1px dashed #dbd5c7;
            margin-bottom: 10px;
        }

        .newlist-Img .pic {
            /*width: 20%;*/
            margin-top: 10px;
            padding-bottom: 10px;
        }

            .newlist-Img .pic img {
                width: 100%;
            }

        .newlist-Img .title {
            /*width: 77%;*/
            width: 58%;
            padding-bottom: 10px;
        }
            .newlist-Img .title h3 {
            }

            .newlist-Img .title p {
                line-height: 28px;
                font-size: 14px;
            }

        .newlist-Img .tag {
            /*text-align: right;*/
            color: #999;
            font-size: 12px;
            margin-bottom: 10px;
        }
        /*新闻图文结束*/

        /*产品推荐选项卡*/
        .clear {
            clear: both;
        }
        .re_products_classify ul {
            margin-bottom: 0 !important;
        }
            .re_products_classify ul li {
                float: left;
                padding: 0 30px !important;
                height: 40px;
                line-height: 40px;
                text-align: center;
                cursor: pointer;
                box-sizing: border-box;
                font-family: "微软雅黑";
                color:#999;
            }
            .re_products_classify ul:after {
                content: "020";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
                box-sizing: border-box;
            }

        .re_products_left_title {
            float: left;
            font-family: "微软雅黑";
            font-size: 16px;
            font-weight: bold;
            color:#666;
        }
        .re_products_title :after {
            content: "020";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
            box-sizing: border-box;
        }
        .re_products_title {
            height: 40px;
            line-height: 40px;
            border-bottom: 1px solid #d93a21;
            box-sizing: border-box;
        }

        .re_products_classify {
            float: right;
        }

        .re_products_content {
            display: none;
        }
        .re_products_classify ul li.active {
            border-top: 2px solid #d93a21;
            border-right: 1px solid #d93a21;
            border-left: 1px solid #d93a21;
            border-bottom: 1px solid #fff;
            color: #d93a21;
            box-sizing: border-box;
        }

        .re_products_content ul{
            list-style:none;
            margin:0;
            padding:0;
        } 
        .re_products_content ul li {
            width: calc((100% - 15 * 3px) / 4);
            float: left;
            border: 1px solid #ddd;
            padding-bottom: 15px ;
            margin-right: 15px;
            margin-top: 15px;
            transition: all 0.4s ease-out 0s;
            box-sizing: border-box;
            background:#fff;
        }

        .re_products_content ul:after {
            content: "020";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
            box-sizing: border-box;
        }

        .re_products_content_img {
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
            box-sizing: border-box;
        }

            .re_products_content_img img {
                max-width: 100%;
                box-sizing: border-box;
            }
        .re_products_content ul li a {
            text-decoration: none;
        } 
        .re_products_content ul li:hover {
            margin-top: 0px;
            box-sizing: border-box;
        }

        .re_products_content ul li:nth-child(4n-0) {
            margin-right: 0;
            box-sizing: border-box;
        }

        .re_products_content ul li:nth-child(4n-3) {
            clear: both;
            box-sizing: border-box;
        }
        .best_p {
            line-height: 30px;
            padding: 0 15px 0 15px;
            box-sizing: border-box;
        }
        .best_p1 {
            line-height: 22px;
            padding: 0 15px 0 15px;
            box-sizing: border-box;
            height:46px;
            overflow:hidden;
           
            
        }

        /*字体颜色*/
        .fc_333 {
            color: #333;
        }

        .fc_red {
            color: #f23030;
        }

        .fc_fff {
            color: #fff !important;
        }

        .fc_999 {
            color: #999;
        }

        .fc_red {
            color: #d93a21;
        }

        /*字体大小*/
        .font_12 {
            font-size: 12px;
        }

        .font_20 {
            font-size: 20px;
        }
        /*产品轮播*/
        .swiper-container {
            width: 100%;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }
        .swiper-pagination-bullet {
            width: 15px !important;
            height: 15px !important;
            border-radius: 0 !important;
            background: #ccc !important;
        }

        .swiper-pagination-bullet-active {
            background: #fff !important;
        }
        .swiper-pagination {
            text-align: right !important;
            padding-right: 10px !important;
        }

        /*新闻选项卡*/
        .news_tab {
            border: 1px solid #ddd;
            width: 100%;
            margin-top: 15px;
        }

        .news_tab_title {
            line-height: 40px;
            height: 40px;
            width: 100%;
            box-sizing: border-box;
        }

            .news_tab_title ul {
                width: 100%;
                height: 40px;
                border-bottom: 1px solid #ddd;
                box-sizing: border-box;
                list-style: none !important;
                margin: 0;
                padding: 0;
            }

                .news_tab_title ul li {
                    float: left;
                    border-right: 1px solid #ddd;
                    /*border-bottom:1px solid #ddd;*/
                    padding: 0 30px !important;
                    height: 40px;
                    font-family: "微软雅黑";
                    color: #666;
                    cursor: pointer;
                    list-style: none !important;
                }

                .news_tab_title ul:after {
                    content: "020";
                    display: block;
                    height: 0;
                    clear: both;
                    visibility: hidden;
                    box-sizing: border-box;
                }

                .news_tab_title ul li.active {
                    border-bottom: 1px solid #fff !important;
                    border-top: 2px solid red;
                    box-sizing: border-box;
                    font-weight: bold;
                }

        .news_tab_content {
            display: none;
            width: 100%;
            padding: 15px;
            box-sizing: border-box;
            font-family: "微软雅黑";
        }
            .news_tab_content ul {
                list-style: none !important;
                margin:0;
                padding:0;
            }
                .news_tab_content ul li {
                    line-height: 30px;
                    height: 30px;
                    background: url(images/cui_bg.png) no-repeat;
                    background-position: -68px -330px;
                    padding-left: 10px;
                    box-sizing: border-box;
                    list-style: none !important;
                }

                    .news_tab_content ul li span:first-child {
                        width: 80px;
                        float: right;
                        color: #999;
                        text-align:right;
                    }

                    .news_tab_content ul li span:last-child {
                        color: #666;
                        margin-right: 80px;
                        display: block;
                    }

        .ellipsis {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: block;
        }

                .news_tab_content ul li a:after {
                    content: "020";
                    display: block;
                    height: 0;
                    clear: both;
                    visibility: hidden;
                    box-sizing: border-box;
                }
        .news_tab_content ul li a {
            display: block;
            text-decoration: none;
        }
     
      
      
  /*定制*/
  .top_bar{
    padding:20px 0 15px 0;
    background:#fff;
    border-bottom: 4px solid #0092ff;
  }
  .navbar-inverse{
    background:none;
    font-weight:bold;
    font-size:15px;
  }
  .navbar-inverse .navbar-nav > li > a{
    color:#666;
  }

  .navbar-inverse .navbar-nav > li > a:link {
    text-decoration: none;
    color: #666;
  }

  .navbar-inverse .navbar-nav > li > a:visited {
    text-decoration: none;
    color: #666;
  }

  .navbar-inverse .navbar-nav > li > a:hover {
    text-decoration: none;
    color: #333;
  }

  .navbar-inverse .navbar-nav > li > a:active {
    text-decoration: none;
    color: #666;
  }



  .tel_top{
    background: url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/Z/2016/12/17/zzwdups/2016/12/17/9e4f24bfeedf4067ac27b63973cc20d1.png) no-repeat 2px 17px;
    padding:20px;
    padding-left:35px !important;
    color:#0092ff !important;
    float:left;
    width:160px;
    padding-right:0;
  }
  .navbar-inverse .navbar-nav > li > a .tel_top{
    color:#0092ff;
  }

  .navbar-nav > li > a{
    padding:20px 25px;
  }
  .padding_left_40{
    padding-left:40px;
  }
  .kc1{

    text-align: center;
  }
  .kc2{

    text-align: center;
  }
  .kc3{

    text-align: center;
  }
  .kc4{

    text-align: center;
  }
  .kc1 .title_1,.kc2 .title_1,.kc3 .title_1,.kc4 .title_1{
    font-size: 16px;

  }
  .kc1 .title_2,.kc2 .title_2,.kc3 .title_2,.kc4 .title_2{
    font-size: 14px;

  }

  .kc_img{
    width:175px;
    height:175px;
    margin:0 auto;
  }
  .kc_content{

    color:#666;
  }
  .kc_content .title_1{
    padding-top:25px;

  }
  .kc_content .title_2{
    padding-top:10px;
  }
  .kc_content a{
    color:#666;
    padding:65px 0;
    display: block;
  }
  .kc_content a:hover{
    color:#333;
    text-decoration: none;
  }



  .bd_title{
    text-align: center;
    padding:40px 0;

  }
  .bd_title .bd_title_1{
    font-size: 26px;

    height: 40px;
    color:#333;
    display: inline-block;
    padding-bottom:5px;
  }
  .bd_title_border{height:10px !important;border-bottom:2px solid #ccc;width:50px ;margin:0 auto;margin-bottom:5px;
  }

  .bd_title .bd_title_2{
    color:#999;
    font-size: 16px;
    padding-top:5px;
    display: inline-block;
  }

  .banner_bg{
    position:relative;
    z-index: 10;
    background: url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/11/28/d63359aa38b94a2ab9114d7f8744d887/2c20a76a92e94c609008ab7c3033a94c.png) ;
    margin-top:-15px;
    height:30px;
  }
  .products_li{
    border:1px solid #ddd;

    background:#fff;


  }
  .products_li1{
    border:1px solid #ddd;
    padding:10px;
    background:#fff;
    box-shadow: 0 0 8px 3px rgba(204, 204, 204, 0.6);

  }

  .products_li img{width:100%}

  .bg_f4f4f4{
    background:#f4f4f4;
    padding-bottom:40px;
  }
  .products_p{     

    padding:10px;
  }
  .products_p_title{

    padding-left:60px;
    height:60px;


  }
  .server_icon1{  background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/11/28/d63359aa38b94a2ab9114d7f8744d887/17acc33e4b5d43b3b046a2fca718a6e4.png)  no-repeat 2px 3px;   

  }
  .server_icon2{  background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/11/28/d63359aa38b94a2ab9114d7f8744d887/cd88af65e6a24c2296d4117a8a392fde.png)  no-repeat 2px 3px;   

  }
  .server_icon3{  background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/11/28/d63359aa38b94a2ab9114d7f8744d887/7da5f23b4d1b49129fd6af4d459d8e6b.png)  no-repeat 2px 3px;   

  }
  .server_icon4{  background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/11/28/d63359aa38b94a2ab9114d7f8744d887/cc2c039cd418460a9754987a9ad438be.png)  no-repeat 2px 3px;   

  }
  .products_p_title_t1{
    font-weight:bold;
    color:#3094e2;
    font-size:18px;    
    padding-top: 5px;
    display: inline-block;
  }
  .products_p_title_t2{
    font-size:12px;
    color:#999;
  }
  .products_p_content{
    color:#999;
    line-height:22px;
  }
  .case_a a{color:#fff;}
  .case_a a:hover{color:#ddd;}
  .margin_bottom_10{
    margin-bottom:20px;
    margin-top:20px;
  }

  .tec .tec_li1{
    width:270px;
    padding:10px;
    border:1px solid #ddd;
    float: left;
    text-align: center;
    margin-right:30px;
    box-shadow: 0 0 8px 3px rgba(204, 204, 204, 0.6);
    margin-top:15px;
  }
  .tec a{

    color:#666
  }
  .tec .tec_li2{
    width:290px;
    padding:10px;
    border:1px solid #ddd;
    float: left;
    text-align: center;
    margin-right:30px;
    box-shadow: 0 0 8px 3px rgba(204, 204, 204, 0.6);
  }
  .tec .tec_title{
    font-size:18px;
    color:#666;
    height:35px;
    border-bottom:1px solid #eee;
    line-height:35px;
    margin-bottom:8px;

  }
  .tec {
    line-height:22px;
    color:#999;
    width:580px;
    margin:0 auto;
  }

  .margin_right_0{
    margin-right:0 !important;
  }
  .cooperation ul li{
    float:left;
    border:1px solid #ddd;
    padding:20px;
    background:#fff;
    margin-left:23px;
    margin-bottom:20px;
    height:95px;
  }
  .bg_blue{

    background:#f4f4f4;
    padding-bottom:40px;
  }
  .bg_blue .bd_title_1 ,.bg_blue .bd_title_2{
    color:#fff;
  }
  .registration .col-md-5{
    color:#fff;
  }
  .company_title{
    font-size:20px;
    font-weight:bold;
    margin-bottom:15px;

  }
  .company_tel{
    background: url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/Z/2016/12/17/zzwdups/2016/12/17/9e4f24bfeedf4067ac27b63973cc20d1.png) no-repeat 1px 3px;
    font-size:24px;
    line-height:30px;
    height:30px;
    padding-left:36px;
    margin-bottom:40px;
  }


  .message_style .message_li{
    margin-bottom:20px;
  }
  .message_li label{
    color:#fff;
    padding-left:10px;
    font-weight:normal;
  }
  .message_li1 label{

    padding-left:10px;
    font-weight:normal;
  }
  .message_style .message_li input{
    border:none;
    background: #fff;
    padding:10px;
    width:80%;
  }
  .message_style .message_li textarea{
    border:none;
    background: #fff;
    padding:10px;
    width:80%;
  }

  .message_li1{
    margin-bottom:20px;
  }
  .message_li1 input{
    border:1px solid #ddd;
    background: #fff;
    padding:10px;
    width:80%;
  }
  .message_li1 textarea{
    border:1px solid #ddd;
    background: #fff;
    padding:10px;
    width:80%;
  }

  .submit_btn{
    border:none;
    background:#0092ff;
    padding:10px 40px;
    text-align:center;
    font-size:16px;
    color:#fff;
  }


  .footer{
    background:#0092ff;
    line-height:26px;
    text-align:center;
    color:#fff;
    padding:25px 0;
  }
  .about_content{
    line-height:24px;
    padding:20px 20px 40px 20px;
  }
  .case_a{
    margin-bottom:40px;
  }
  address{
    display:inline-block;
  }
  .footer a{

    color:#fff;
  }
  .zxbm_n{
    padding-bottom:40px;
  }
  .product_title{font-weight: bold;font-size:16px;text-align: center}
  .product_date{
    color:#999;
    text-align: center;
  }
  .product_img{
    text-align: center;
    margin-top:20px;
  }
  .product_img img{max-width:100%}
  .product_content{
    margin-top:20px;
  }

  .kefu{
    position: fixed;
    width:90px;
    text-align: center;
    top:280px;
    right:5px;
    z-index: 999;
  }
  .kefu .kefu_k1{
    width:90px;
    height:90px;
    background: #d92d0b;
    color:#fff;
    padding:15px;
    line-height: 26px;
  }
  .kefu .kefu_k1 img{
    width: 60%;
  }
  .kefu .kefu_k2 img{
    width: 60%;
  }

  .kefu .kefu_k1 a{
    color: #fff;
    display: block;
  }
  .kefu .kefu_k2 a{
    color: #fff;
    display: block;
  }
  .kefu .kefu_k2{
    width:90px;
    height:90px;
    color:#fff;
    background: #fa870b;
    padding:15px;
    line-height: 26px;
  }
  .liucheng{
    background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/11/28/d63359aa38b94a2ab9114d7f8744d887/d4bbec511b2d4c178ed13cf081f0c100.jpg) no-repeat center;
    height:735px;
  }
  .padding_0{
    padding:0 !important;
  }
  .product_list2 ul li{
    margin-bottom:20px;
  }
  .product_list2{
    padding-bottom:40px;
  }

  .list_div1{
    margin-top:20px;
   text-align: center;
    border: solid 1px #0092ff;
    font-size: 16px;
    line-height: 40px;
    color:#666;
    
  }
  .list_div1:hover{
  background:#0092ff;
  }
   .list_div1:hover a {
    color: #fff !important;
}
   .list_div2 a{
    color:#999;margin-right:30px;
  }
   .list_div2{


  }

  .products_list_li{
    text-align:center;
  }
  .products_list_li_title{
    color:#666;
    padding:6px 0;
    display:block;
    font-size:16px;
  }
  .products_list_li_summary{
    color:#999;
    display:block;
    padding-top:6px;

  }
  .products_list_li_summary2{
    color:#999;
    display:block;
    padding-top:6px;
    height:64px;
    overflow: hidden;

  }
  .products_list{
    border:1px solid #ddd;

    background:#fff;

    padding:20px;
  }




  .products_list img{max-width:100%;max-height:100%;}

  .products_list>a{
    display:block;
  }
  .products_list_p{     

    padding:10px;
  }
  .products_list_image{
    display: table-cell;
    text-align:center;
    vertical-align: middle;
    height:200px;
    width:308px;

  }

  .products_list_image1{
    display: table-cell;
    text-align:center;
    vertical-align: middle;
    height:240px;
    width:308px;
  }

  @media (min-width: 300px) and (max-width: 1200px) {
    .products_list_image{
      display: table-cell;
      text-align:center;
      vertical-align: middle;

      width:241px;
      height:160px;

    }     
    .products_list_image1{
      display: table-cell;
      text-align:center;
      vertical-align: middle;
      height:228px;
      width:241px;

    }

    .navbar-nav > li > a{
      padding:20px 16px;
    }
  }


  /*加盟*/
  .join_title{
    height:50px;
    padding-left:70px;
    padding-top:12px; 
    font-size:24px;
    margin-bottom:20px;
    color:#555;
  }

  .join_title_icon1{
    background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/H/2016/12/13/hnly/2016/12/14/e79c264a173247669947e4ab0af032f4.png) no-repeat;
  }
  .join_title_icon2{
    background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/11/28/d63359aa38b94a2ab9114d7f8744d887/690f87ecd63f45c89471fef7db9d6b32.jpg) no-repeat;
  }
  .join_title_icon3{
    background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/11/28/d63359aa38b94a2ab9114d7f8744d887/4cd25ee2cc5849cc8494791d88d67385.jpg) no-repeat;
  }
  .join_title_icon4{
    background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/11/28/d63359aa38b94a2ab9114d7f8744d887/59bb0dd6c30d428bb27ae87de660db60.jpg) no-repeat;
  }
  .join_title_icon5{
    background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/11/28/d63359aa38b94a2ab9114d7f8744d887/777ccd7f526349928f5d4fccf9ca8b82.jpg) no-repeat;
  }
  .join_title_icon6{
    background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/11/28/d63359aa38b94a2ab9114d7f8744d887/f93c05674e594c6193886de9f04bbd60.jpg) no-repeat;
  }
  .join_content{
    margin-bottom:40px;
    color:#999;
    line-height:24px;
  }
  .new_date{
    color:#888;
    display:block;
    margin-top:10px;
  }
  .top{
    max-width:1350px;
    margin:auto;
  }
  
  .cuTitle {
    font-size: 22px;
    color: #000;
    text-align: left;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.cuTitle p {
    border: 1px solid #0092ff;
    width: 50px;
    margin-left: 0;
    margin-top: 15px;
}
  
  /*产品二级分类*/
.newbox_content ul.expmenu {
	padding: 0 !important;
	margin: 0;
}
 .newbox_content.noborder {
    margin-bottom: 40px;
}
.expmenu li {
	height: auto !important;
}
.expmenu li ul li {
	padding-left: 10px;
	color: #727272;
}

.expmenu li {
	border: none !important;
}
.expmenu li div.header .label {
	background: no-repeat;
	color: #474747;
  font-weight:normal;
	font-size: 14px;
}
.expmenu li div.header .arrow {
	display: block;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	background: no-repeat center;
	float: right;
}
.expmenu li div.header .arrow.up {
  padding-top:30px;
	background-image: url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/Z/2016/12/17/zzwdups/2016/12/21/74278b5460f2414787ff606c24f6c224.png);
}
.expmenu li div.header .arrow.down {
  padding-top:32px;
	background-image: url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/Z/2016/12/17/zzwdups/2016/12/21/9a331e3101a24be3a56f273ec50f3a93.png);
}
.expmenu li .menu {
  position: absolute;
    z-index: 2;
	padding: 0 !important;
  background: #fff;
    border: solid 1px #ccc;
  width:260px;
}
.expmenu .menu a {
	color: #333 !important;
	font-weight: normal !important;
	text-decoration: none;
	padding-left: 0 !important;
}
.expmenu .menu .no {
	display: none;
}
ul.menu {
	height: auto;
}
.expmenu li ul li {
	line-height: 24px;
	border: none;
}
  .tcdPageCode span.disabled{
  float:left;
  }
  .tcdPageCode span.current{
   float:left;
  }
  .ui-draggable-handle{overflow:hidden;}

