﻿ 
        /*body*/
  html { 
    font-size: 14px;
}

@media (min-width: 376px) and (max-width: 414px) { 
    html {
        font-size: 15px;
    } 
} 

@media (min-width: 321px) and (max-width: 375px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 300px) and (max-width: 320px) {
    html {
        font-size: 13px;
    }
}
        body {
          font-family: "Hiragino Sans GB", "Microsoft Yahei", "WenQuanYi Micro Hei", SimSun, Tahoma, Arial, Helvetica, STHeiti;
    color: #666;
   
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.8rem;
          text-align:left;
        }

            body .column {
                padding-left: 0;
                padding-right: 0;
            }
  div,p,ul,ol,li,span,dl,dt,dd,h1,h2,h3,h4,h5,h6{
  	margin:0;
   padding: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,.top: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: #0076c7;
                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%;
             
            max-width: 1170px;
            background:#0076c7;
            padding:0.5rem 0;
        }

            .fixed_footer .fixed_footer_icon {
                
                margin: auto;
            }
  .fixed_footer .fixed_footer_icon img{
  
  
   height:2rem;
  }
            .fixed_footer ul {
                padding: 0;
                width: 100%;
                height: auto;
 
            }

                .fixed_footer ul li {
                    width: 25%;
                    float: left;
                    color: #fff;
                    border-right:1px solid #0d89de;
                }
  .fixed_footer ul li:last-child{
  	border:none;
  }
                    .fixed_footer ul li a {
                        width: 100%;
 
                        display: block;
                    }

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

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

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

      

        /*banner图片*/
        .banner img {
            width: 100%;           
            
        }
        /*产品分类*/
        .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;
                    
                    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;
        }

       
        /*手机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;
            }
  
  
  
  .top{
    background:#0076c7;
    height:3.2rem;
    padding:0.7rem;
    position:relative;
  }
  .top .nav_list{
  	position:absolute;
   left:0;
   top:3.2rem;
   width:100%;
   z-index:3;
   background:#fff;
   height:0;
   overflow:hidden;
  }
  .top .nav_list ul{
  	height:auto;
   padding-bottom:1rem;
  }
  .top .nav_list ul li{
  	height:2.5rem;
   border-bottom:1px dashed #00bbee;
  }
  .top .nav_list ul li a{
  	display:block;
   width:100%;
   height:100%;
   text-align:center;
   line-height:2.5rem;
  }
   /*头部logo图片与文字*/

        .logo {
          float:left;
          height:100%;
        }

           
        .logo img {
           
            max-height:100%;
        }
  .nav_icon{
  	float:right;
    height:100%;
    
  }
   .nav_icon img {
            
            max-height: 100%;
        }
  
   /*普通导航*/
         .daohang{
            background:#fff;           
            padding:1.2rem 0 1rem 0;
          

        }
        .daohang ul li{
            float: left;
            width:25%;
            text-align: center;
            margin-bottom:0.5rem;
        }
        .daohang ul li a{
            display: block;
            color:#666666;
          	 
           
           
        }
        .daohang ul li a div{
            border-radius: 100px;
            width:3.2rem;
            height:3.2rem;
            margin:0 auto;
            padding:0.9rem;
            text-align: center;
            vertical-align: middle;

        }
        .daohang ul li a div img{
				width:100%;
        }
        .nav_bg1{
            background: #33b3ed;
        }
        .nav_bg2{
            background: #778cc4;
        }
        .nav_bg3{
            background: #69a1d5;
        }
        .nav_bg4{
            background: #5bc189;
        }
        .nav_bg5{
            background: #a179b4;
        }
        .nav_bg6{
                  background: #f08767;
              }
        .nav_bg7{
                  background: #f5ad33;
              }
        .nav_bg8{
                  background: #fe638b;
              }
            .daohang ul:after {
                content: "020";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

  .top img{
   	vertical-align: top;
  } 
   .daohang img{
   	vertical-align: top;
  }
  .layout{
  	height:0.7rem;
   background:#f1f1f1;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
  }
  
  .index_title h3{
  	font-size:1.5rem;
   padding-bottom:1rem;
  }
  
  .page_product{
  	padding:3rem 0;
   background:#fff;
  }
  .page_product ul{
  	width:100%;
  }
  .page_product ul li{
  	width:calc(100% / 2);
   float:left;
   background:#fff;
   padding:0.3rem;
  }
  .page_product ul li .page_product_box{
  	border:1px solid #ddd;
   padding-bottom:2rem;
  }
  .page_product ul li .page_product_img img{
  	width:100%;
  }
  .page_product ul li .page_product_title{
  	font-size:1.3rem;
   color:#00bbee;
   text-indent:1rem;
  }
  .page_product ul li .page_product_summary{
  	font-size:1.3rem;
   color:#666;
   padding-left: 1rem;
     
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; 
  }
  /*为什么选择我们*/
  .index_why{
  	width:100%;
   background:#fff;
   padding:3rem 0;
  }
  .index_why_main ul{
  	padding:0 1rem;
  }
  .index_why_main ul li{
  	padding:1rem 0;
   border-bottom:1px dashed #ddd;
   display:-webkit-box;
  }
  .index_why_main ul li span{
  	 display: block;
    width: 5rem;
    height: 5rem;
    text-align: center;
    line-height: 5rem;
    border-radius: 100%;
    background: #00bbee;
    color: #fff;
  }
  .index_why_main ul li .index_why_main_con{
  	 -webkit-box-flex: 1;
    padding: 0 0 1rem 1rem;
    font-size: 1.2rem;
    color: #666; 
  }
  .index_why_main ul li .index_why_main_con p{
  	line-height:2rem;
  }
  /*我们的客户*/
  .index_customer{
  	background:#fff;
   padding:3rem 0.3rem;
  }
  .index_customer_main ul{
  	width:100%;
  }
  .index_customer_main ul li{
  	width:calc( 100% / 3);
   float:left;
   padding:0.3rem;
  }
  .index_customer_main ul li span{
  	display:block;
   width:100%;
   border:1px solid #ddd;
  }
  .index_customer_main ul li span img{
   width:100%;
  }
  /*首页新闻列表*/
  .index_news{
  	padding:3rem 0;
  }
  .index_news .newlist-Img ul li{
  	border-bottom:1px solid #ddd;
   padding-left:0.3rem;
   padding-right:0.3rem;
  }
  .index_news .newlist-Img ul li .newlist-Img_text .newlist-Img_text_title{
  	font-size:1.1rem;
   line-height:2rem;
  }
  .index_news .newlist-Img ul li .newlist-Img_text .newlist-Img_text_date{
  	color:#aaa;
   font-size:1rem;
   line-height:2rem;
  }
  .newbox{
  	margin-bottom:0;
  }
  /*底部信息*/
  .index_copy{
  	padding:3rem 0 6rem;
   background:#fff;
  }
  .index_copy p{
  	font-size:1.1rem;
   color:#aaa;
   line-height:2rem;
  }
  /*锐旗网络*/
  .padding_20{
  	padding:1rem 0.3rem;
   background:#fff;
  }
  .padding_20 h4{
   line-height:2rem;
  	border-bottom:1px solid #ddd;
  }
  .about_img{
  	width:100%;
  }
  .about_img img{
  	width:100%;
  }
  
  .about_list{
  	padding:0.5rem 0 3rem;
  }
  .about_list ul li{
    width:100%;
  }
  .about_list ul li .page_product_box{
  	border:1px solid #eee;
  }
  .about_list ul li .page_product_title{
  	text-indent:0;
   padding-left:0.3rem;
   height:3rem;
   line-height:3rem;
  }
  .about_list ul li .page_product_summary{
  	font-size:1.1rem;
   text-indent:0;
   padding-left:0.3rem;
   white-space:normal;
  }
  
  /*产品体系*/
  .pro_title{
  	width:100%;
   padding:1rem 0;
  }
  .pro_title ul{
  	width:100%;
   display:-webkit-box;
  }
  .pro_title ul li{
  	-webkit-box-flex:1;
   text-align:center;
   padding:0 0.1rem;
  }
  .pro_title ul li span{
  	display:block;
   background:#f1f1f1;
   font-size:1rem;
   color:#323232;
  }
  .pro_title ul .click_active span{
  	background:#00bbee;
   color:#fff;
  }
  
  .pro1_main{
   display:none;
  }
  .pro1_main_active{
  	display:block;
  }
  /*新闻资讯*/
  .news_main{
  	padding:0.5rem 0;
  }
  
  /*工作在锐之旗*/
  .environment_list{
  	padding:0.5rem 0 3rem;
  }
  /*地市联系方式*/
  .contact_box_list{
  	width:100%;
   overflow-x:auto;
   padding:0.5rem 0;
   background:#ddd;
  }
  .contact_box_list ul{
  	width:960px;
   background:#ddd;
  }
  .contact_box_list ul li{
  	width:80px;
   height:3rem;
   float:left;
   text-align:center;
   line-height:3rem;
   padding:0 0.2rem;
  }
  .contact_box_list ul li span{
   display:block;
  	background:#fff;
   color:#666;
  }
  .contact_box_list ul .active span{
  	background:#00bbee;
   color:#fff;
  }
  .contact_box_content{
  	 
    border-top:1px solid #ddd;
    margin-top:15px;
    padding-top:15px;
    display:none;
    padding:0.7rem;
  }
  .contact_box_content_name{
  	 color:#333;
    font-size:1.2rem;
    padding:0.5rem 0;
  }
  
  .contact_box_content_summary p{
  	line-height:2rem;
  }
  .contact_box_content_show{
  	display:block;
  }
  
   
/*2018-05-18*/

 .yinyuejie img{ 
    display:block;
    max-width:100%; 
  } 
 

  .videobg,.yinyuejie-baodao {
    background: #02012b;
  }

  .videobg video{
    width:100%;
  }



  .videobg,
  .yinyuejie-baodao {
    background: #030423;
  }
  .yinyuejie-baodao section:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .yinyuejie-baodao section.text-left,
  .yinyuejie-baodao section.text-right {
    color: #fff;
    font-size: 1rem;
    padding: 3px 10px;
    line-height: 32px;
  }

  .yinyuejie-baodao section.text-left {
    float: right;
    width: 70%;
  }

  .yinyuejie-baodao section.text-right {
    float: left;
    width: 30%;
  }

  .yinyuejie-baodao a {
    color: #fff;
    font-size: 1rem;
  }
 .yinyuejie-baodao a:hover {
    color: #e0ba6a;
} 
    
 .fixed-bottom{position:fixed; bottom: 0;}
