﻿
  div,p,ul,ol,li,dl,dt,dd,a,span,h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0; 
  }
  /*body*/   
  body {  
    background-color: #fff;
    font-family: "Hiragino Sans GB", "Microsoft Yahei", "WenQuanYi Micro Hei", SimSun, Tahoma, Arial, Helvetica, STHeiti;
    text-align: left;
  } 

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

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

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

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

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

  .procontent {
    padding-top: 15px;
  }

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

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

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

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

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

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

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

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

  .navbar-brand {
    background: url('') no-repeat 10px 8px;
    display: inline-block;
    vertical-align: middle;
    padding:0;
    color: #fff;
    height:auto;
    width:calc(100% - 64px);
  }
  .navbar-brand img{
  	width:100%;
  }
  .navbar-toggle{
    margin-right:10px;
    margin-top:5%;
    background:#fff;
    border:1px solid #000;
  }
  .navbar-toggle .icon-bar{
    background:#000;
  }
  .navbar>.container-fluid .navbar-brand{
    margin-left:0;
  }
  /*Content(内容布局)*/
  .container .module-context .module-view, .container-fluid .module-context .module-view {
  }

  /*标题*/
  .b-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 30px ;
    font-size: 14px;
    background:#fff;
    border-bottom:1px solid #ddd;
    background:url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/Z/2017/08/02/zxfm001/2017/08/02/a88d551a142f420c809f4fe0e6dbd88a.jpg)no-repeat 10px center;

  } 
  .b-title b {

    color: #333;
  }
  .b-title a{
    display:block;
    color:#333;
  }
  .b-title a:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .b-title .b-title-name{
    float:left;
  }
  .b-title .b-title-more{
    float:right;
  }
  /*块盒子*/
  .newbox {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    background-color: #ffffff;
  }
  /*块盒子内容*/
  .newbox_content {
    width: 100%;
    padding: 2%;
    font-size: 14px;
    border: none;
    color: #666;
    line-height: 23px;
  }

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

  /*新闻文字列表*/

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

  }
  .news ul li a {
    color: #666;
  }

  .news ul li .news_text_date {
    float: right;
    width: 90px; 
    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: 120px; 
    background:url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/Z/2017/08/02/zxfm001/2017/08/03/377eaf431f574811b5b6fbfee0fe1372.jpg)no-repeat 5px center;
    text-indent:12px;

  }

  .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 A:link{
    padding:0;
    width:20px;
    height:20px;
    text-align:center;
    line-height:20px;
  }
  
  .paginator .tcdNumber{
    width:20px;
    height:20px;
  }
  .paginator a.nextPage,.paginator a.prevPage{
  	width:auto;
   text-align:center;
   padding:0 3px;
  }
  .paginator .tcdNumber, .paginator .nextPage, .paginator .disabled, .paginator .prevPage {

    text-align:center;
    line-height:25px;
    border: 1px solid #ddd;
    display: inline-block;
    color: #666;

  }

  .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 {
    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: #333;
    border: none;
    color: #fff;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  /*留言结束 */
  /*新闻图文*/
  .newlist-Img {
  }

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

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

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

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

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

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

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

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

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

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


  }

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

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

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

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

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

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

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

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

  .logo {
  } 

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

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

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

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

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

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

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

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

  .product ul li a {
    display: block;
  }

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

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

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

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

  .product ul li .product_text {
  }

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

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

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

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

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

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

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


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


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

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

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

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

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

  .products_info a {
    text-decoration: none;
  }

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

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



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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

  .products_info .products_info_fh {
    height: 80px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .margin_top_10 {
    margin-top: 10px;
  }

  .margin_top_15 {
    margin-top: 15px;
  }

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



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

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

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

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

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

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

  .box_list_big .box_info {
    padding: 10px;
  }

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

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

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

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

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

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

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

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

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

  .box_list_small .box_info {
    padding: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .box_list .box_list_check {
    padding: 10px;
  }

  .box_list .box_list_check span {
    padding-left: 15px;
  }
  /*自写代码分割线*/
  .navbar-nav{
    margin:7.5px 0;
  }
  .navbar .navbar-nav>li>a{
    font-size:14px;
    color:#333;

  }
  .navbar .navbar-nav>li mip-link{
    color:#333;
  }
  .navbar .navbar-nav>li{
    border-bottom:1px dashed #333;
    height:40px;
    line-height:40px;
  }
  .container-fluid>.navbar-header{
    border-bottom:1px solid #ddd;
  }
  .index_menu{
    width:100%;
    padding:30px 20px;
  }
  .menu_box{ 
    width:calc(100% / 3);
    float:left;
  }
  .menu_box a{
    display:block;
    width:100%;
  }


  .menu_box a dt{
    width:100%;
  }
  .menu_box a dt span{
    display:inline-block;
    width:60%;
  }
  .menu_box a dt span img{
    width:100%;
  }
  .menu_box a dd{
    height:30px;
    line-height:30px;
    font-size:14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .container-fluid>.navbar-header{
    margin:0;
  }

  .main_title{
    padding:30px 0;
    font-size:16px;
  }
  .main_title span{
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #ff6050;
    color: #fff;
    border-radius: 20px;
  }
  }
  .link_tab{
    width:100%;

    padding:5px;
    background:#fff;
    overflow:auto;
  }


  .link_tab ul{
    height:100%;    
  }
  .nav_sub ul{
    width:460px;
  }
  .link_tab ul li{
    width:calc(100% / 3);
    height:100%;
    float:left;
    padding:5px;
    height:42px;
    overflow:hidden;
  }
  .link_tab ul li a{
    display:block;
    width:100%;
    text-align:center;
    height:100%;
    border:1px solid #ddd;
    border-radius:20px;
    padding:0 5px;
    color:#333;
    font-size:12px;
    line-height:30px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .link_tab_current{
    border-bottom:2px solid #d71518;
  }
  .link_tab ul .link_tab_current a{
    color:#d71518;
  }
  .container-fluid .navbar-collapse{
    margin:0;
  }
  
   .bottom{
  	font-size:12px;
    text-align:center;
    padding:30px 15px;
    margin-bottom:60px;
    color:#999;
    line-height:20px;
  }
  .bottom span{
  	padding:0 4px;
    display:inline-block;
  }
  .bottom a{
  	color:#999;
  }





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