﻿
  /*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 {
    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;
    text-align:center;
    padding-top:20px;
  }

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

  .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;
    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;
    font-size: 14px;
    background: none;
    border-bottom: 1px solid #b50100;
    margin-top: 20px;
  }

  .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;
    background: url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/08/02/58e77c0f2dbf4509add3873c994b3d2c/6245a02251db49cfb071a44f6b59c6ec.png) center right no-repeat;
    background-size:cover;
    padding: 0 18px;  
  }

  .b-title .b-title-more {
    float: right;
  }
  /*块盒子*/
  .newbox {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    background-color: #ffffff;
  }
  /*块盒子内容*/
  .newbox_content {
    width: 100%;
    padding:0 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;
    background:url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/08/02/58e77c0f2dbf4509add3873c994b3d2c/d305db8a91274db59841780a0d4bbb62.png) center left no-repeat;
    padding-left:10px;
  }

  .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:100%;
    background:#b50100;
  }

  .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;
    overflow: hidden;
  }

  .product ul li .product_img img {
    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 {
    border-top: solid 1px #b50100;
    border-bottom: solid 1px #b50100;
    box-shadow: inset 0 2px 2px rgba(0,0,0,0.15);
    padding: 0 5px;
    height: 30px;
  }

  .daohang li {
    float: left;
    color: #b50100;
    line-height: 30px;
    width: 23%;
    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: #b50100;
    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;
    text-align:center;
    padding-top:20px;
  }

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

  .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;
  }
  /*新增样式*/

  .navbar-static-top {
    background-color: #fff;
  }
  .navbar-toggle{
    background-color: #b50100;
  }
  .navbar-toggle .icon-bar{
    background:#fff;
  }
  .navbar-brand{
    color:#b50100;
    max-width: calc(100% - 59px);
  }
.navbar-brand img {
    max-width: 100%;
}
  .nav_list{
    width:100%;
  }
  .nav_list a {
    display: block;
    width: 100%;
    padding: 0 15%;
    height: 100%;
  }
  .nav_list a:hover{ 
    text-decoration:none;
  }
  .nav_list a img{
    display:block;

    max-width:100%;
    margin:0px auto;
    margin-top:10px;
  }
  .nav_list a span{
    display:block;
    width:100%;
    height:30px;
    font-size:12px;
    color:#333;
    text-align:center;
    line-height:30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .bottom{
    background: #b50100;
    height:30px;
  }
    .bottom_copy{
  	font-size:12px;
    text-align:center;
    padding:30px 15px;
    margin-bottom:60px;
    color:#999;
    line-height:20px;
  }
  .bottom_copy span{
  	padding:0 4px;
    display:inline-block;
  }
  .bottom_copy a{
  	color:#999;
  }
  .back-to-top {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align:right;
    text-decoration: none;
    overflow: hidden;
    border: none;
    display:block;
}
  .home_page_cnt {
    text-align: center;
    margin-top: 2px;
    font-size:14px;
  }
  .home_page_cnt a{
    color:#666;
  }
  .products_list_class ul {
    padding: 5px;
  }
  .products_list_class ul li:nth-child(3n+3) {
    margin-right: 0 !important;
  }
  .products_list_class ul li{
    float: left !important;
    width: calc((100% - 10px * 2) / 3) !important;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align:center;
    border: 1px solid #f1f1f1 !important;
  }
  .info_cnt.info_cnt_bottom{
 padding: 10px 0 56px; 
 }
  div#bs-navbar {
    position: absolute;
    z-index: 3;
    top: 50px;
    right: 15px;
    background: rgba(181, 1, 0,0.85);
    width: 100%;
    height:inherit;
  }
  .nav>li {
    border-bottom: 1px #efefef dashed;
    height: 41px;
    line-height: 40px;
}
  .nav>li>a {
    padding: 10px 40px;
}
  ul.nav.navbar-nav li a {
    color: #fff;
    font-size:14px;
}
  .nav>li>a:focus, .nav>li>a:hover {
    background-color: #b50100;
}
.nav>li .mip-layout-container {
    padding: 0 40px;
}
  
  h5.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
  .paginator A:link{height: 26px !important;}
  

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