.carousel-indicators {
  position: absolute;
  left: 90%;
  bottom: 10px;
}

.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: 0;
    cursor: pointer;
    background-color: #999;
    border: 1px solid #fff;
    color: #fff;
}

.carousel-indicators .active {
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: #fff;
  color: #000;
}


.box {
   margin-top: 0px;
}
.box-body {
   padding-top: 0px;
}

.box-title {
   padding-bottom: 10px;
   padding-top: 10px;
   padding-left:15px;
   margin-top: 0px;
   float:left;
}

.lm-title, .lm-more {
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left:12px;
  margin-top: 0px;
  height: 42px;
  float: left;
}

.lm-title {
  width: 100%;
  font-size: 16px;
  height: 35px;
}

.lm-more{
  width: 65px;
  font-size: 16px;
  right: 15px;
  position: absolute;
}

.lm-more  a{
  color: #fff !important;
}

.custom-btn {
   height: 93px;
   padding: 15px 40px;
   color: #000;
   border: #eee 1px solid;

}
/* .custom-app:hover, .custom-btn:hover {
  background-color: #eee;
} */

.custom-map {
  height: 202px;
  padding-top: 90px;
 
}

/* .vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
   -webkit-transition: 0.6s ease-in-out top;
   -moz-transition: 0.6s ease-in-out top;
   -ms-transition: 0.6s ease-in-out top;
   -o-transition: 0.6s ease-in-out top;
   transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
   top: 0;
}

.carousel.vertical .next {
   top: 242px;
}

.carousel.vertical .prev {
   top: -242px;
}
.carousel.vertical .carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height:242px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
   top: 0;
}

.carousel.vertical .active.left {
   top: -242px;
}

.carousel.vertical .active.right {
   top: 242px;
}

.carousel.vertical .item {
   left: 0;
} */

.img-custom {
  height:238px;
  width: 396px;
}

.custom-app{
   width: 177px;
   height: 135px;
   float: left;
   text-align: center;
   line-height: 1.4;
   background-color: #fff;
   border: 1px solid #eee;
   cursor: pointer;
   color: #000;
   font-size: 16px;
}

.custom-app-left{
  margin-right: 2px;
}

.custom-app-right{
  margin-left: 2px;
}

.custom-app .fa {
   font-size: 2.5em;
}

.custom-app-block{
  padding-left: 30px;
}

.custom-app .app-name {
   white-space: nowrap;
   text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   overflow: hidden;
   color: #000;
   display: block;
   margin-top: 10px;
   font-size: 16px;
}

.custom-app-icon {
  padding: 0px 32px;
}

.custom-app-img {
  padding-left:12px;
}
.custom-app-text {
  padding:5px;
}

.nav-tabs-custom {
   margin-bottom: 0px;
   box-shadow: none;
}

.nav-tabs-custom>.nav-tabs, .nav-tabs-custom>.nav-tabs>li, .nav-tabs-custom>.nav-tabs>li>a {
  height: 35px;
  font-size: 16px;
}

.nav-tabs-custom>.tab-content{
  padding:0px;
}
.nav-tabs-custom>.nav-tabs>li{
  border-top: none;
  margin-right: 0px;
  width: 33.33333%;
}
.nav-tabs-custom>.nav-tabs>li>a {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-tabs-custom>.nav-tabs>li:hover>a {
  background-color: #0089db !important;
  color: #fff;
}

.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active:hover>a {
  background-color: #0089db !important;
  color: #fff;
}

.nav-tabs-custom>.nav-tabs>li.active {
  border-top-color: #0089db;
}


.nav-tabs-custom>.nav-tabs>li.active>a {
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.nav-tabs-custom .tab-content {
  padding-bottom: 0px;
}

.case-list {
   height: 200px;
   width: 1140px;
   overflow: hidden;
}
.case-list ul li {
   width: 216px;
   height: 200px;
   margin: 0 5px;
   text-align: center;
   float: left;
   display: block;
   overflow: hidden;
}
.case-list ul li span:first-of-type {
   width: 206px;
   background: none;
   padding: 5px;
   height: 159px;
   text-align: center;
   display: table-cell;
   vertical-align: middle;
   overflow: hidden;
}
.case-list ul li span:first-of-type >img {
   width: 206px;
   height: 159px;
   vertical-align: middle;
   overflow: hidden;
}
.case-list ul li span:last-of-type {
   width: 216px;
   height: 30px;
   line-height: 30px;
   color: #333;
}

.news-item a{
  padding: 2px 2px;
}

.selected {
  color: #fff;
  background-color:#0089db !important;
  border-radius: 10px!important;
}
.selected a, .selected .news-date, .selected a:hover {
  color: #fff;
  text-decoration: none;
}

.more {
  margin-top: 1px;
}
/* .news-item img {
  height: 242px;
  width: 360px;
} */

.info-box {
  margin-bottom: 0px;
}

.info-box-icon {
  padding: 20px;
  font-size: 0px;
  line-height: 10px;
  background: rgba(0,0,0,0.4);
}

.info-box-content {
  padding: 34px;
  font-size: 16px;
  background: rgba(0,0,0,0.4);
}
.info-box-text {
  font-size: 16px;
}

.bg-blue-a {
  background-color: #006699;
  color: #fff;
}

.bg-blue-b {
  background-color: #009999;
  color: #fff;
}

.bg-blue-c {
  background-color: #0099CC;
  color: #fff;
}

.bg-blue-d {
  background-color: #0099FF;
  color: #fff;
}
.img-thumbnail {
  background: none;
}

@media (max-width: 1199px) {
  .news-item  a {
    padding: 5px;
  }
  .nav-tabs-custom>.nav>li>a {
    padding: 10px 8px;
  }
  .case-list {
    width: 970px;
  }
  .news-item {
    line-height: 2.5;
  }

  .custom-btn {
    padding: 15px 15px;
  }
  .custom-app-block{
    padding-left: 10px;
  }
  
  .custom-app{
    width: 143px;
  }
}

@media (max-width: 991px) {
  .case-list{
    width:750;
  }
  .img-custom {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .case-list{
    width:100%;
  }

    
  .nav-tabs-custom>.nav>li>a {
    padding: 10px 15px;
  }

  .img-custom {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}