@media (max-width:767px){.hidden-xs{display:none!important}}
.carousel-indicators .active {
    width: 55px;
    height: 8px;
    margin: 1px;
    background-color: #fff;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #393738;
    border-radius: 10px;
    background: #393738;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.carousel-inner {
    background: #141739;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
    .ecsBanner {
        min-height: 200px;
    }
    .idxCont {
        padding: 20px;
    }
}


.seek {
	width: 100%;
	height: 105px;
	position: absolute;
	bottom: 0;
	color: #fff;
}

.seek .row .col-sm-3 {
	height: 85px;
	position: relative;
	top: 0;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.seek .row .col-sm-3 .media {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.seek .row .col-sm-3:hover {
	top: -10px;
	cursor: pointer;
}

.bd_l {
	border-left: 1px solid #ddd;
}

.bd_r0 {
	border-right: 0 !important;
}

.bd_b0 {
	border-bottom: 0 !important;
}

.bd_removeR {
	border-right: 0 !important;
}

.bd_removeB {
	border-bottom: 0 !important;
}

.mg_b80 {
	margin-bottom: 80px;
}
.media {
  margin-top: 15px;
  font-size:13px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}
.h4, h4 {
  font-size: 16px;
  color:#fff
}


.carousel-indicators .active {
  width: 55px;
  height: 8px;
  margin: 1px;
  background-color: #fff;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 8px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #393738;
  border-radius: 10px;
  background: #393738;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* 移动端 */
@media screen and (max-width: 768px) {
  .carous2 {
      padding-top: 00px;
      height: 335px;
      width: 100%;
      color: #fff;
      filter:alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2631ac, endcolorstr=#0e187a, gradientType=0);
      -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2631ac, endcolorstr=#0e187a, gradientType=0);
      /*IE8*/
      background:#2c2c3c;
      /* 一些不支持背景渐变的浏览器 */
      background:-moz-linear-gradient(top, #2631ac, #0e187a);
      background:-webkit-gradient(linear, 0 0, 0 bottom, from(#2631ac), to(#0e187a));
      background:-o-linear-gradient(top, #2631ac, #0e187a);
  }
}
/* 非移动端 */
@media screen and (min-width: 768px) {
  .carous2 {
      padding-top: 70px;
      height: 705px;
      width: 100%;
      background-image: linear-gradient(135deg, #2631ac 0%, #0e187a 100%);
      background-image: -moz-linear-gradient(135deg, #2631ac 0%, #0e187a 100%);
      background-image: -webkit-linear-gradient(135deg, #2631ac 0%, #0e187a 100%);
      background-image: -ms-linear-gradient(135deg, #2631ac 0%, #0e187a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2631ac', endColorstr='#0e187a', grandientType=1);
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2631ac', endColorstr='#0e187a', grandientType=1);
      background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2631ac), to(#0e187a));
      color: white;
  }
  .carous2>.container {
      margin-top: 55px;
  }
}

.c_urlBtn {
  position: relative;
  display: inline-block;
  margin-top:50px;
}
.carous2 a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 10px 30px;
  color: #fff;
}
.c_border1 {
  position: absolute;
  border-radius: 10px;
  width: 0;
  height: 1px;
  top: 0px;
  left: 0px;
  background: #0098ef;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.c_border2 {
  position: absolute;
  border-radius: 10px;
  width: 1px;
  height: 0px;
  top: 0px;
  right: 0px;
  background: #0098ef;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.c_border3 {
  position: absolute;
  border-radius: 10px;
  width: 1px;
  height: 0;
  bottom: 0px;
  left: 0px;
  background: #0098ef;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.c_border4 {
  position: absolute;
  border-radius: 10px;
  width: 0;
  height: 1px;
  bottom: 0px;
  right: 0px;
  background: #0098ef;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.c_urlBtn:hover .c_border1 {
  width: 100%;
}
.c_urlBtn:hover .c_border2 {
  height: 100%;
}
.c_urlBtn:hover .c_border3 {
  height: 100%;
}
.c_urlBtn:hover .c_border4 {
  width: 100%;
}
.c_urlBtn:hover a {
  /* border: 1px solid #1c1e3a00; */
}
/* .carous2 a:hover{
  border: 1px solid #0098ef;
} */
.gtuEm3 {
  top: 39px;
  right: -120px;
  -webkit-transform: rotate(-32deg);
  transform: rotate(-32deg);
  content:"";
  position: absolute;
  width: 24px;
  height: 1px;
  /* background-color: #0098ef; */
}
.gtuSpan3 {
  position: absolute;
  z-index: 1;
  width: 90px;
  padding:5px 15px;
  /* color: #fff; */
  margin: 54px;
  /* background-color: #0098ef; */
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
}
.carous3 a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 10px 30px;
  /* color: #fff; */
  margin-top:50px;
}
.carous3 a:hover {
  border: 1px solid #fff;
}
/* 新闻 */
.news {
  margin-top:100px;
  margin-bottom: 100px;
}
.carous2 img {
  position: absolute;
  opacity:0.1;
  top: 500px;
}
/*第一张轮播图  云服务器*/
.carous2 .indexImg1 {
  /*top: 265px;*/
  /*90*/
  left: 0;
}
.carous2 .indexImg2 {
  /*top: 245px;*/
  left: 200px;
}
.carous2 .indexImg3 {
  top: 300px;
  /*125px*/
  left: 454px;
}
.carous2 .indexImg4 {
  /*top: 200px;*/
  left: 0;
}
.carous2 .indexImg5 {
  /*top: 245px;*/
  width: 400px;
  left: 38px;
}
.carous2 .indexImg6 {
  /*top: 245px;*/
  left: 167px;
}
.carous2 .indexImg7 {
  /*top: 335px;*/
  left: 90px;
}
.carous2 .indexImg8 {
  /*top: 245px;*/
  left: 0;
}
.carous2 .indexImg9 {
  /*top: 245px;*/
  left: 45px;
  width: 280px;
}
.carous2 .indexImg10 {
  /*top: 500px;*/
  left: 250px;
  width: 70px;
}
.carous2 h1,.carous2 h2,.carous2 h4{color:#fff;font-weight:400}
.carous2 h1{margin-bottom:15px;font-size:2em}
.carous2 h2{font-size:2em;margin-bottom:10px}