.container,.swiper-container{min-width:1286px;}

.container-view-top a{height:60px;line-height:60px;color:rgba(102, 102, 102, 1);}
.container-view-top a span{margin-left:10px;}
.container-view-top a img{height:120px;}

.navbar-view-top{margin-bottom:0;border-radius:0;border:0;position: absolute;z-index:9;right:0;margin-top:-53px;}

.navbar-inverse,
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{background-color:#ffffff;}
.navbar-inverse .navbar-nav>li>a{color:#555555;}

#nav_to_top>ul{width:100%;}
#nav_to_top>ul>li{width:auto;margin:0 25px;}
#nav_to_top>ul>li.last{width:auto;margin:0 0 0 25px;}
#nav_to_top>ul>li>a{text-align:center;padding-left:0;padding-right:0;font-size:14px;}
#nav_to_top>ul>li:hover ul{display:block;}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{background-color:#ffffff; color:#1992FD;border-bottom:2px solid #1992FD;}

.bannerbar{border:0;}

.text-nowrap {
  word-break: break-all;
  white-space: nowrap
}

.text-ellipsis {
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis
}

.text-ellipsis-mult {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}

.module-solution-item {
    width: 25%;
    
    height: 374px;
    float: left;
    position: relative;
  }
  .module-solution-item::after {
    content: "";
    position: absolute;
    border: 1px solid #ffffff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .module-solution-item .module-solution-info {
    position: absolute;
    top: 314px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: rgba(240, 240, 240, 0.8);
    padding: 0 20px;
    transition: all 0.6s;
    width: 100%;
  }

  .module-solution-item .module-solution-info-min {
    top: 264px;
  }


  .module-solution-title {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    height: 60px;
    line-height: 60px;
  }
  .module-solution-title::after {
    background: #999999;
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    left: 50%;
    margin-left: -20px;
    top: 45px;
  }

  .module-solution-title-news-type{
    line-height: 30px;
    font-size:14px;
    text-align: left;
  }
  .module-solution-title-news-type::after{display:none;}




  .module-solution-content {
    padding: 20px;
  }
  .module-solution-item:hover .module-solution-info {
    top: 200px;
    background-color: rgba(0, 97, 174, 0.8);
    color: #ffffff;
  }
  .module-solution-item:hover .module-solution-info-min {
    top: 150px;
  }
  .module-solution-item:hover .module-solution-title {
    display: none;
  }

  .module-bottom {
    background-color: #454545;
  }

  .thumbnail {
    border: 0;
    padding: 10px 20px 0;
  }
  .thumbnail-none {
    background: none;
  }
  .module-bottom .thumbnail-none .caption {
    color: #ffffff;
  }
  .btn span {
    margin-left: 5px;
  }
  .module-bottom .btn-control {
    background-color: #363739;
    color: #ffffff;
    border-radius: 4px;
    padding:0;
  }
  .module-bottom .btn-circle {
    border-radius: 100%;
  }