﻿
  /*body*/
 div,p,ul,ol,li,span,i,em,b,dl,dt,dd,h1,h2,h3,h4,h5,h6{ 
  	padding:0;
   margin:0;
  }
  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;
  }
  .col-md-12.column.ui-sortable {
    padding-left: 0;
    padding-right: 0;
}
  .row {
    margin-right: 0;
    margin-left: 0;
}
  /*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,li{ 
    list-style:none; 
    padding:0; 
  } 

  /*标题*/
  .b-title { 
    width: 100%; 
    line-height: 26px;
    padding: 0 15px;
    font-size: 14px;
    background: #1ab9bb;
  }
  .b-title: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; 
  }

  .b-title .b-title-more a {
    color: #fff;
  } 
  /*块盒子*/
  .newbox {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding-bottom:50px;
    margin-bottom:0;
  }
  /*块盒子内容*/
  .newbox_content {
    width: 100%;
    background:none;
    border:none;
    border-top: none;
    overflow:hidden;
  }

  /*新闻列表*/
  .news:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .news ul li {
    line-height: 40px !important;
    color: #666;
    padding: 0 15px;
  }

  .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;
  }


  /*新闻图文*/
  .newlist-Img {
  }

  .newlist-Img ul li {
    padding: 15px;
    width: calc(100% / 2);
    float:left;
  }
  .newlist-Img ul:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  } 
  .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;
    padding-top:5px;
  }

  .newlist-Img ul li .newlist-Img_text .newlist-Img_text_date {
    color: #ccc;
    font-size: 12px;
    padding-top: 5px;
  }


  /*新闻详情*/
  .news_content{
    padding:15px;

  } 
  .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;
  }

  .news_content_text{
    line-height:26px;
    color:#666;
  }
  /*产品分类*/
  .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;
  }
.label a {
    font-size: 15px;
    font-weight: normal;
    color: #666;
}

  /*友情链接*/
  .friend_link {
    width: 100%;   
    padding: 14px 7px 0 7px;
  }


  .friend_link ul li {
    padding: 0 20px;
    margin-bottom: 40px;
    width: calc(100% / 5);
    float: left;
    border: none;
  }
  @media (min-width: 1200px){
     .friend_link {
       width: 70%; }
  }
  @media(max-width: 768px){
	 .friend_link ul li {
    width: calc(100% / 2);
  }
  }
  .friend_link ul{
    margin:0;
  }
  .friend_link ul:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .friend_link ul li a {
    color: #fff;
    border: 1px solid #ddd;
    display: block;
    position: relative;
  }

  .friend_link ul li img {
    width: 100%;
  }

  .friend_link ul 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;
  }



  /*产品列表*/
  .product {
    padding:15px 0px;
  }

  .product ul li {
    padding: 0 14px;
    margin-bottom: 14px;
    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;
    width: 100%;
  }

  .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;
    line-height:48px;
    font-size: 17px;
  }

  .product ul li .product_text .product_text_summary {
    color: #999;
    line-height: 0;
    height: 0;
  }
  /*推荐内容列表*/
  .recommend {
    padding: 15px 7px;
  }

  .recommend ul li {
    padding: 0 7px;
    margin-bottom: 14px;
    width: calc(100% / 4);
    float: left;
    border: none;
  }

  .recommend ul li a {
    display: block;
  }

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

  .recommend ul li .recommend_img {
    width: 100%;
  }

  .recommend ul li .recommend_img .recommend_img_box {
    text-align: center;
    /*display:table-cell;*/
    vertical-align: middle;
    width: 100%;
    padding: 1px;
    border: 1px solid #eee;
    height: 205px;
    overflow: hidden;
  }

  .recommend ul li .recommend_img img {
    max-width: 100%;
    max-height: 100%;
  }

  .recommend ul li .recommend_text {
  }

  .recommend ul li .recommend_text .recommend_text_title {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
  }

  .recommend ul li .recommend_text .recommend_text_summary {
    color: #999;
    line-height: 0;
    height: 0;
  }

  /*产品详情*/
  .product_content{
    padding:15px;

  } 
  .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;
    line-height:26px;
    color:#666;
  }

  .product_content_img {
    text-align: center;
  }
.product_content_img img {
    width: auto !important;
}
  .procontent img{
  width:auto !important;
  }
  /*内容*/
  .newbox_content_text{
    line-height:26px;
    color:#666;
    padding:15px;
    font-size:14px;
    text-indent:28px;
  }
  /*分页*/
  .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;
  }

  .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;
  }
  .carousel .item img{
    max-width:100%;
  }

  /*footer(页脚布局)*/
  footer .module-context .module-view .nav {
  }
  /*留言 */
  .message_style{
    padding:15px;
  } 
  .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;
  }



  /*产品推荐选项卡*/
  .clear {
    clear: both;
  }
  .recommend_products_classify ul {
    margin-bottom: 0 !important;
  }
  .recommend_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;
  }
  .recommend_products_classify ul:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    box-sizing: border-box;
  }

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

  .recommend_products_classify {
    float: right;
  }

  .recommend_products_content {
    display: none;
  }
  .recommend_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;
  }

  .recommend_products_content ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .recommend_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;
  }

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

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

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

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

  .recommend_products_content ul li:nth-child(4n-3) {
    clear: both;
    box-sizing: border-box;
  }
  .recommend_products_content ul li .recommend_products_content_pric {
    line-height: 30px;
    padding: 0 15px 0 15px;
    box-sizing: border-box;
    color: #d93a21;
    font-size: 20px;
  }
  .recommend_products_content ul li .recommend_products_content_title {
    line-height: 22px;
    padding: 0 15px 0 15px;
    box-sizing: border-box;
    height: 46px;
    overflow: hidden;
    color: #999;
  } 

  /*产品轮播*/
  .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;
  }
  
  /*新增样式*/
  .container-fluid {
    padding-right:0;
    padding-left:0;
  }
  
  .newbox_content {
    border: none;
  background:none;
  }
  /*导航栏目  */
.navbar-inverse {
    background: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 20;
    width: 100%;
}
  .container_nav{
  width: 90%;
    margin: 0 auto;
  }
  li.dropdown.ui-draggable-handle {
    padding: 0 6px;
}
  .navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
}
  .fixed_top {
    position: absolute;
    right: 30px;
    top: 18px;
}
  
  /*业务  */
  .yewu_bg{
  background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/Y/2017/05/27/ytzl/2017/05/31/ea94928905714fa6b54167534d60576b.jpg) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 80px;
  }
  .yewu{
  padding-bottom:20px;
  }
  .title_box{
  padding:50px 0;
  }
  .title_frist{
  text-align:center;
    font-size:30px;
    color:#003e8b;
  }
  .title_scend{
  text-align:center;
    font-size:14px;
    color:#999;
    line-height:50px;
  }
  .yewu p{
  font-size:18px;
    line-height:60px;
    color:#666;
    text-align:center;
  }
  .yewu a{
  background:#53a2ec;
    font-size:18px;
    line-height:36px;
    width:132px;
    color: #fff;
    border-radius: 4px;
    display: block;
    margin:0 auto;
    text-align:center;
  }
  .yewu_text {
    font-size: 14px;
    color: #666;
    padding-bottom: 20px;
    text-align: center;
}
  .icon_box {
    width: 100%;
}
  .icon_box img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
  /*产品案例*/
  .pro_width {
    width: 90%;
    margin: 0 auto;
}
  .pro_width1 {
    width: 70%;
    margin: 0 auto;
}
  .products_list_image{
    overflow:hidden;
   position: relative;
    width:100%;
  }
  .products_list_image img {
    margin:0 auto;
    display:block;
    width: 100%;
}
  .products_list_li_summary{
    padding-top: 20px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
  }
  .products_list_icon img{
  max-width:100%;
    width:auto !important;
  }
  .products_list_image .products_list_icon {
    padding: 20% 5% 0;
    width: 100%;
    position: absolute;
    text-align: center;
    background: rgba(0,39,88,0.48);
    bottom: -80%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0,20%,0);
    transform: translate3d(0,20%,0);
  }
  .products_list_image:hover  .products_list_icon{
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-80%,0);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  .products_list_li_title{
    font-size: 18px;
    color: #666;
    line-height: 60px;
    text-align:center;
  }
  
  
  /*优势*/
   .youshi_bg{
  background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/05/25/03559937b4154eedb4adeed3a1ef8ea8/708c6f15c2914c2fa84613da0242e3b5.jpg) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 80px;
  }
  .youshi_text {
    font-size: 14px;
    color: #666;
}
  .about_img {
    overflow: hidden;
}
  /*保障*/
  .bao_main{
    overflow: hidden;
  width:910px;
    margin:0 auto;
  }
  .bao_main p {
    color: #fff;
    padding: 60px 50px;
    text-indent: 30px;
    margin-top: 12px;
}
  .bao_bg1{
  background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/05/25/03559937b4154eedb4adeed3a1ef8ea8/cc5a29f5bb56494481a368fa3f67790a.png) center center no-repeat;
        background-size: contain;
    height: 246px;
  }
  .bao_bg2{
  background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/05/25/03559937b4154eedb4adeed3a1ef8ea8/45e2cfa854194408954b2e6d348aab2c.png) center center no-repeat;
        background-size: contain;
    height: 246px;
  }
  .bao_bg3{
  background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/05/25/03559937b4154eedb4adeed3a1ef8ea8/6e0a555b4c6549fdb25fa8130707d6f7.png) center center no-repeat;
        background-size: contain;
    height: 246px;
  }
  .bao_bg4{
  background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/05/25/03559937b4154eedb4adeed3a1ef8ea8/f4e8ec7822b847c0bf6e80129becd212.png) center center no-repeat;
        background-size: contain;
    height: 246px;
  }
  .bao_bg5{
  background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/05/25/03559937b4154eedb4adeed3a1ef8ea8/aa16cd4910304f46814d8dda70b696ac.png) center center no-repeat;
        background-size: contain;
    height: 246px;
  }
  
  /*简介*/
  .about_img img {
    width: 100%;
}
 .zhizhao img {
    width: 100%;
}
  
  /*新闻*/
  .new_list{
    padding: 10px 15px;
  }
  .new_list a {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px #ccc dashed;
  }
  .products_list_li_title1{
    color:#666;
    padding:6px 0;
    display:block;
    font-size:16px;
  }

  .products_list_li_summary1{
    color:#999;
    display:block;
    padding-top:6px;

  }

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

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

  .b-title-more {
    border: 1px solid #999;
    width: 160px;
    line-height: 40px;
    border-radius: 22px;
    text-align: center;
    font-size:24px;
    margin:30px auto 0;
  }
  .b-title-more a{
    color:#999;
  }
  .about_menu{
    width: 260px;
   margin: -30px auto 50px;
    overflow: hidden;
    padding: 0;
  }
  .about_menu li{
    width:130px;
    background:#c9c9c9;
    line-height:48px;
    text-align:center;
    float: left;
    font-size:16px;
    color:#fff;
    cursor: pointer;
  }
  .about_menu .current{
    background: #003e8b;  
  }
  .about_main_text .main_text{
    display:none;
  }
  .about_main_text .main_text_show{
    display:block;
  }
  
  /*链接*/
   .link_bg{
  background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/05/25/03559937b4154eedb4adeed3a1ef8ea8/f7a48c7e66cf463e88cfd66c5e18ad7d.jpg) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 80px;
  }
  .col_frist{
  color:#0461d5;
  }
  .col_scend{
  color:#fff;
  }
  /*页脚*/
  .foot{
    background-color:#1e1e1e;
    padding-top:30px;
    line-height:30px; 
    text-align:center;
    color:#999;
  }
  .foot *{color:#999;}
  
  /*子页面-公司简介*/
  .about_banner img {
    width: 100%;
}
  ul.about_menu.about_style {
    margin: 30px auto;
    width: 100%;
    padding: 0 5% 30px;
    border-bottom: 1px dashed #e0e0e0;
}
  ul.about_menu.about_style li {
    width: 15%;
    margin: 0 5%;
    border-radius: 24px;
    line-height: 36px;
}
  /*案例*/
  .txt-j5 {
    padding-top: 50px;
}
  .txt-j5 span {
    padding-top: 28px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 25px;
    color: #333;
    margin-bottom: 5px;
}
  .txt-j5 h1 {
    text-align: center;
    font-size: 45px;
    color: #333;
    margin-bottom: 78px;
    font-family: "微软雅黑";
}
  .txt-j5 em {
    font-weight: normal;
    font-style: normal;
    margin: 0 23px;
    display: inline-block;
}
  .list_div1{
   margin:20px auto;
   text-align: center;
    border: solid 1px #999;
    font-size: 14px;
    line-height: 40px;
    color:#666;
    border-radius:6px;
  }
  .list_div1:hover{
  background:#003e8b;
    border: solid 1px #003e8b;
  }
   .list_div1:hover a {
    color: #fff !important;
}
  
  /*新闻*/
  ul.about_menu.about_style.new_style {
    max-width: 600px;
}
  ul.about_menu.about_style.new_style li {
    width: 30%;
    margin: 0 10%;
    border-radius: 24px;
    line-height: 36px;
}
  .newbox_content img {
    width: 100%;
}
  /*联系我们*/
  ul.contact_style {
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 30px;
}
  .contact_style li {
    width: 154px;
    border-radius: 24px;
    line-height: 36px;
    background: #003e8b;
    color: #fff;
    text-align: center;
    margin: 30px auto;
}

  .contact_style1{
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 46px;
    color: #666;
    max-width: 900px;
    margin: auto;
  }
  .contact_bg{
    padding: 60px 0 40px; background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/04/15/299160d3b9e6404e88f57c1372df7ff5/539ab4d02c1143af9d641717e8f7f584.jpg) top center no-repeat;
    background-size:cover;
  }
  .b_padding {
    padding-bottom: 30px;
  }

  /*=============在线留言=============*/ 
  .zxly{
    font-family:"微软雅黑";
  }
  .zxly input[type="text"] {
    width: 100%;
    color: #555;
    background: #fff;
    outline: none;
    font-size: 16px;
    padding: .5em;
    margin-bottom: 20px;
    border: solid 1px #D5D4D4;
    -webkit-appearance: none;
  }
  .zxly textarea {
    resize: none;
    width: 100%; 
    color: #898888;
    font-size: 16px;
    outline: none;
    padding:10px;
    border: solid 1px #D5D4D4;
    height: 160px;
    -webkit-appearance: none;
  }
  .zxly input[type="button"] {
    margin-top: 40px;
    margin-left: -75px;
    width: 150px;
    height: 39px;
    border: none;
    background: #003E8B;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
  }
  .navbar-brand {
    height:auto;
  }
  /*新闻子页*/
 .newbox.daokuai {
    background: #fafafa;
    padding-top: 30px;
    margin: 20px 0;
    border-radius: 5px;
    padding-bottom: 0;
}
   .b-title {
    width: 100%;
    background: none;
    border-left: 3px solid #003E8B;
    margin: 10px auto;
}
  .b-title b{
    float: left;
    color: #333333;
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
}
 .b-title-more1 {
    float: right;
    margin-right: 17px;
    line-height: 22px;
}
  .b-title-more1 a{
      color: #999;
  }
  ul.new_menu.new_style {
    margin-top: 30px;
    width: 100%;
    padding-left: 21px;
    overflow: hidden;
}
  .new_menu li {
    width: 50%;
    padding-right: 18px;
    float: left;
}
  .new_menu li a.current {
    background: #003e8b;
    color: #fff;
    border-radius: 4px;
}

.new_menu li a {
   line-height: 53px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #e1e1e1;
}
  
  .ul-pic-j2 {
    overflow: hidden;
    padding-bottom: 37px;
    padding-right: 36px;
    padding-left:21px;
}
  .ul-pic-j2 li {
    padding-top: 27px;
    float: left;
}
  .ul-pic-j2 .a5 {
    background: url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/Y/2017/05/27/ytzl/2017/06/08/f73389b3c17c4777ad2e0a551e2cc88e.png) no-repeat center top;
}
  .ul-pic-j2 .a6 {
    background: url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/Y/2017/05/27/ytzl/2017/06/08/d729b3309208495396d8adfeffc32f2f.png) no-repeat center top;
}
  .ul-pic-j2 .a7 {
    background: url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/Y/2017/05/27/ytzl/2017/06/08/49c5965d9563403da45c29d20250fbfb.png) no-repeat center top;
}
  .ul-pic-j2 .a4 {
    background: url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/Y/2017/05/27/ytzl/2017/06/08/32062f96176b4188b68eee9270c963a6.png) no-repeat center top;
}
.ul-pic-j2 span {
    padding-top: 87px;
    text-align: center;
    display: block;
    font-size: 15px;
    color: #000;
}
  .about_main_text {
    padding-top: 42px;
}
  
  /*案例详情*/
  .more {
    padding-bottom: 84px;
    overflow: hidden;
  }
 .wp2 {
    overflow: hidden;
}
  .more .txt {
    float: left;
    overflow: hidden;
    text-align: center;
    width: 198px;
    height: 268px;
    background: url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/Y/2017/05/27/ytzl/2017/06/07/630ab817ef8c4dfeb0b26ac4185a18c4.jpg) no-repeat center bottom;
    background-size:contain;
}
  .more .txt a {
    margin-top: 112px;
    text-align: center;
    display: inline-block;
    font-size: 25px;
    color: #eee;
}
  .more .txt em {
    margin-top: -4px;
    display: block;
    font-size: 12px;
    color: #eee;
    text-transform: uppercase;
    font-style: normal;
}
  .ul-pic-j4 {
    float: right;
    width: calc(100% - 198px);
}
  .ul-pic-j4 li a {
    display: block;
    background: #efefef;
    padding: 6px 6px 0 6px;
    border-radius: 3px;
  }
  @media only screen and (max-width: 1200px){
.more .txt {
    height: auto;
    float: none;
    width: 100%;
    background-image: none;
    margin-bottom: 10px;
}
     .ul-pic-j4 {
    float: right;
    width: 100%;
}
    .more .txt a {
    color: #ff4e00;
    margin: 0;
}
    .more .txt em {
    color: #666;
}
  }
  /*自适应*/
  
   @media (min-width: 992px){
.expmenu .col-md-2 {
    width: 12.5%;
}
  }
  @media (max-width: 1050px){
  .container_nav {
    width:100%;
  }
    li.dropdown.ui-draggable-handle {
    padding: 0px 6px;
}
     .zhizhao{
	display:none;
}
  }
  @media (max-width: 930px) {
  	.bao_box{
  	display:none;
  	}
  }

   @media (max-width: 768px) {
     .zxly input[type="button"] {
       margin-left: 0;}
       .navbar-inverse {
    height: 90px;
    background: rgba(0,0,0,0.8);
     }
     
  	.fixed_top{
  	display:none;
  	}
     .navbar-toggle {
    margin-top: 20px;
     }
     .navbar-brand {
    width: calc(100% - 60px);
     }
     a.navbar-brand img {
    max-width: 100%;
}

     ul.about_menu.about_style li {
    width: 40%;
    margin: 10px 5%;
     }
     li.dropdown.ui-draggable-handle a {
    line-height: 30px;
    border-bottom: 1px dashed #999;
}
    div#abc {
    position: relative;
    z-index: 20;
    background: rgba(0,0,0,0.7);
}
      .title_box {
    padding: 20px 0;
}
     .title_frist {
    font-size: 26px;
     }
     .list_div1 {
    margin: 6px auto;
    line-height: 32px;
    border-radius: 4px;
}
     .about_menu {
       margin: 0 auto 50px;}
  }
    @media (max-width: 414px) {
       .col-md-4.col-sm-4.about_none {
    display: none;
}
      ul.about_menu.about_style.new_style li {
    width: 40%;
        margin: 0 5%;}
  }
  @media (max-width: 375px){
ul.about_menu.about_style li {
    width: 46%;
    margin: 10px 2%;
}
  }
     @media(max-width:767px){
       .txt-j5{
       padding-top:0;
       }
       .txt-j5 span {
    font-size: 18px;
       }
     .txt-j5 h1 {
    font-size: 22px;
       margin-bottom: 8px;
       }
       .txt-j5 em {
    margin: 0 6px;
         line-height:30px;
       }
  }
  /*分页*/
  span.current {
    float: left;
}
  span.disabled {
    float: left;
}
  .container {
    padding-right:0px;
    padding-left: 0px;}
  .tcdPageCode {
    padding: 15px 0px !important;
      width: 100% !important;
  } 
  .tcdPageCode span{float:left;}
  .pages {
    margin: 0 !important;
        width: 100% !important;
}
  

