﻿/*.index_wrap {
  font-family: "微软雅黑";
  position: relative;
}
.index_wrap .container {
  margin: auto;
}
.index_wrap .banner .item_inner {
  position: relative;
}
.index_wrap .banner .banner_1 .middle-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  margin-left: -40%;
  z-index: 1;
}
.index_wrap .banner .banner_1 .middle-text img {
  width: 100%;
}
.index_wrap .banner .banner_1 .top-text {
  position: absolute;
  top: 0;
  left: 50%;
  width: 56%;
  margin-left: -28%;
  z-index: 2;
}
.index_wrap .banner .banner_1 .top-text img {
  width: 100%;
}
.index_wrap .product-shabe {
  padding: 60px 0;
}
.index_wrap .product-shabe .item .blank_ {
  height: 20px;
}
.index_wrap .product-shabe .item:hover .blank_ {
  background: #00a0e9;
}
.index_wrap .product-shabe .item:hover .blank {
  border: 1px solid #00a0e9;
  border-top: 1px solid transparent;
}
.index_wrap .product-shabe .item:hover .top {
  background: #00a0e9;
}
.index_wrap .product-shabe .item:hover .top h4,
.index_wrap .product-shabe .item:hover .top p {
  color: #fff;
}
.index_wrap .product-shabe .item:hover .inner-content {
  border: 1px solid #00a0e9;
  box-shadow: none;
}
.index_wrap .product-shabe .item .bottom {
  padding: 10px;
}
.index_wrap .product-shabe .item .bottom .img-info {
  width: 100%;
}
.index_wrap .product-shabe .item .top {
  height: 150px;
  background: #EBEBEC;
  padding: 20px 10px;
}
.index_wrap .product-shabe .item .top h4 {
  color: #373D41;
}
.index_wrap .product-shabe .item .top p {
  font-size: 12px;
  color: #767e81;
}
.index_wrap .product-shabe .item .inner-content {
  box-shadow: 0 2px 4px 0 rgba(152, 152, 152, 0.5);
}
.index_wrap .product-shabe .table {
  width: 100%;
  height: 100%;
}
.index_wrap .product-shabe .img-icon {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.index_wrap .our-service {
  padding: 60px 0;
}
.index_wrap .our-service .item .blank_ {
  height: 20px;
}
.index_wrap .our-service .item .blank {
  height: 20px;
  background: #fff;
  width: 100%;
}
.index_wrap .our-service .item:hover .blank_ {
  background: #00a0e9;
}
.index_wrap .our-service .item:hover .blank {
  border: 1px solid #00a0e9;
  border-top: 1px solid transparent;
}
.index_wrap .our-service .item:hover .top {
  background: #00a0e9;
}
.index_wrap .our-service .item:hover .top h4,
.index_wrap .our-service .item:hover .top p {
  color: #fff;
}
.index_wrap .our-service .item:hover .top .btn-go-feel {
  border: 1px solid #fff;
  color: #fff;
}
.index_wrap .our-service .item:hover .inner-content {
  border: 1px solid #00a0e9;
  border-bottom: 1px solid transparent;
  box-shadow: none;
}
.index_wrap .our-service .item .bottom ul {
  font-size: 16px;
}
.index_wrap .our-service .item .bottom ul li {
  padding: 0 25px;
  box-shadow: 0 2px 4px 0 transparent;
}
.index_wrap .our-service .item .bottom ul li .ll {
  border-bottom: 1px solid #eee;
  height: 80px;
  padding: 10px 0;
}
.index_wrap .our-service .item .bottom ul li:last-child .ll {
  border: 1px solid transparent;
}
.index_wrap .our-service .item .bottom ul li:hover {
  box-shadow: 0 2px 4px 0 #eee;
}
.index_wrap .our-service .item .bottom ul li:hover .ll {
  border: 1px solid transparent;
}
.index_wrap .our-service .item .top {
  background: #EBEBEC;
  padding: 10px 30px;
  height: 180px;
  position: relative;
}
.index_wrap .our-service .item .top .btn-go-feel {
  border: 1px solid #00A0E9;
  background: none;
  padding: 5px 15px;
  color: #00A0E9;
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 100px;
  margin-left: -50px;
}
.index_wrap .our-service .item .top h4 {
  color: #373D41;
}
.index_wrap .our-service .item .top p {
  font-size: 12px;
  color: #777F84;
}
.index_wrap .our-service .item .list-detail {
  font-size: 12px;
  color: #777F84;
}
.index_wrap .our-service .item .inner-content {
  box-shadow: 0 2px 4px 0 rgba(152, 152, 152, 0.5);
}
.index_wrap .our-service .table {
  width: 100%;
}
.index_wrap .our-service .img-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: inline-block;
}
.index_wrap .product-promote {
  background: #f5f5f5;
  padding: 40px 0 80px;
}
.index_wrap .product-promote .hd-title {
  margin-bottom: 30px;
}
.index_wrap .product-promote .li-tmplink button {
  background: none;
  border: 1px solid #fff;
  width: 134px;
  height: 67px;
  font-size: 18px;
  color: #fff;
}
.index_wrap .product-promote .li-linkbar {
  background: #00a1ea;
  padding: 15px 20px;
}
.index_wrap .product-promote .li-linkbar .title {
  border-bottom: 2px solid #fff;
  margin: 0 0 10px;
  padding: 10px 0;
}
.index_wrap .product-promote .li-linkbar .content {
  font-size: 14px;
}
.index_wrap .product-promote .img-wrap {
  overflow: hidden;
  width: 20%;
  vertical-align: top;
  position: relative;
  transition: all ease-in-out 300ms;
}
.index_wrap .product-promote .img-wrap:hover {
  width: 28%;
  border: 1px solid #000;
  overflow: hidden;
  transition: all ease-in-out 300ms;
}
.index_wrap .product-promote .img-wrap:hover ~ .img-wrap {
  border: 2px solid #00A1E9;
  width: 18%;
  transition: all ease-in-out 300ms;
}
.index_wrap .product-promote .img-wrap .img-item {
  width: 130%;
  margin-left: -10%;
}
.index_wrap .product-promote .img-wrap .introl {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
}
.index_wrap .anchor-list {
  background: #2d3035;
}
.index_wrap .anchor-list * {
  background: none;
  padding: 0;
}
.index_wrap .anchor-list ul {
  margin: 0;
  width: 100%;
}
.index_wrap .anchor-list ul li {
  font-size: 16px;
}
.index_wrap .anchor-list ul li img {
  margin-right: 0px!important;
}
.index_wrap .anchor-list ul li b {
  font-weight: 400;
}
.index_wrap .anchor-list ul li a {
  padding: 30px 15px;
  display: inline-block;
  text-align: center;
}
.index_wrap .anchor-list ul li.active {
  background: #06BAF6;
}
.index_wrap .anchor-list ul li:before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 8%;
  width: 0;
  background-color: #06BAF6;
  transition: all ease 300ms;
}
.index_wrap .anchor-list ul li:hover {
  cursor: pointer;
  position: relative;
  background-color: #06BAF6;
}
.index_wrap .anchor-list ul li:hover:before {
  width: 80%;
}
.index_wrap .anchor-list ul li a {
  color: #fff;
  background: none !important;
  border: none !important;
}
.index_wrap .anchor-list ul li img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.index_wrap .anchor-list ul li b {
  width: 100px;
  display: inline-block;
}
.index_wrap .three-roles {
  padding: 60px 0;
  background: #f5f5f5;
}
.index_wrap .three-roles .img-icon {
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
}
.index_wrap .three-roles .company {
  font-size: 18px;
}
.index_wrap .three-roles li {
  position: relative;
  padding-bottom: 30px;
  width: 33%;
  cursor: pointer;
}
.index_wrap .three-roles span.cur {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: 0;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  margin-bottom: -7px;
  left: 50%;
  margin-left: -7px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.index_wrap .three-roles .content {
  background: #fff;
  border: 1px solid #ccc;
  padding-top: 10px;
  padding-right: 10px;
}
.index_wrap .three-roles .content .left-img .img-introl {
  width: auto;
}
.index_wrap .three-roles .content .right-detail {
  min-width: 500px;
  padding-left: 40px;
  vertical-align: top;
}
.index_wrap .three-roles .content .table {
  padding: 60px;
}
.index_wrap .six-big-functions {
  padding: 60px 0;
}
.index_wrap .six-big-functions .img-logo {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.index_wrap .six-big-functions .body .item {
  margin-bottom: 30px;
  height: 180px;
}
.index_wrap .six-big-functions .body .inner {
  border: 1px solid #E0E0E0;
  height: 160px;
}
.index_wrap .six-big-functions .body .inner:hover {
  border: 1px solid #00a0e9;
  box-shadow: 0 0 5px #00a0e9;
}
.index_wrap .six-big-functions .body .table {
  padding: 10px 20px;
  height: 100%;
  width: 100%;
}
.index_wrap .six-big-functions .body p {
  color: #777777;
}
.index_wrap .bigdata-service {
  background: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 60px;
}
.index_wrap .bigdata-service .hd-title {
  margin-bottom: 60px;
}
.index_wrap .bigdata-service .img-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-bottom: 10px;
}
.index_wrap .bigdata-service ul {
  margin: 0;
  padding: 0;
}
.index_wrap .bigdata-service ul li {
  list-style: none;
  margin-top: 10px;
}
.index_wrap .bigdata-service .right-detail-show {
  background: #fff;
  box-shadow: 1px 1px 5px rgba(128, 128, 128, 0.5);
  width: 430px;
  padding: 22px 30px;
  vertical-align: top;
}
.index_wrap .bigdata-service .right-detail-show .title {
  width: 218px;
  height: 40px;
  border: 1px solid #00a0e9;
  color: #00a0e9;
  line-height: 40px;
  margin: auto;
  font-size: 16px;
}
.index_wrap .bigdata-service .right-detail-show .detail {
  color: #787878;
  padding-top: 15px;
  height: 115px;
  font-size: 12px;
  border-bottom: 1px solid #d4d4d4;
}
.index_wrap .bigdata-service .right-detail-show .functions {
  margin-top: 20px;
}
.index_wrap .bigdata-service .right-detail-show .functions li {
  margin-bottom: 15px;
}
.index_wrap .bigdata-service .right-detail-show .functions .item {
  margin-bottom: 5px;
}
.index_wrap .bigdata-service .right-detail-show .functions .item:before {
  content: '·';
  font-weight: bold;
  margin-right: 3px;
}
.index_wrap .bigdata-service .right-detail-show .functions .introl {
  font-size: 12px;
  color: #787878;
}
.index_wrap .bigdata-service .middle-col {
  width: 35px;
}
.index_wrap .bigdata-service .left-service-show {
  padding-bottom: 30px;
}
.index_wrap .bigdata-service .left-service-show > .content {
  padding: 0 60px;
  position: relative;
}
.index_wrap .bigdata-service .left-service-show > .content .border-top-right {
  position: absolute;
  width: 60px;
  right: 0;
  background: #00a0e9;
  height: 2px;
  top: 3%;
}
.index_wrap .bigdata-service .left-service-show > .content .border-top-right:after {
  content: '';
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background: #00a0e9;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
}
.index_wrap .bigdata-service .left-service-show > .content .border-top-left {
  position: absolute;
  width: 60px;
  left: 0;
  background: #00a0e9;
  height: 2px;
  top: 3%;
}
.index_wrap .bigdata-service .left-service-show > .content .border-top-left:after {
  content: '';
  position: absolute;
  right: 0;
  width: 8px;
  height: 8px;
  background: #00a0e9;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
}
.index_wrap .bigdata-service .left-service-show > .content .border-bottom-right {
  position: absolute;
  width: 60px;
  right: 0;
  background: #00a0e9;
  height: 2px;
  bottom: 0;
}
.index_wrap .bigdata-service .left-service-show > .content .border-bottom-right:after {
  content: '';
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background: #00a0e9;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
}
.index_wrap .bigdata-service .left-service-show > .content .border-bottom-left {
  position: absolute;
  width: 60px;
  left: 0;
  background: #00a0e9;
  height: 2px;
  bottom: 0;
}
.index_wrap .bigdata-service .left-service-show > .content .border-bottom-left:after {
  content: '';
  position: absolute;
  right: 0;
  width: 8px;
  height: 8px;
  background: #00a0e9;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
}
.index_wrap .bigdata-service .left-service-show > .content:after {
  content: '';
  position: absolute;
  height: 97%;
  right: 0;
  background: #00a0e9;
  width: 2px;
  bottom: 0;
}
.index_wrap .bigdata-service .left-service-show > .content:before {
  content: '';
  position: absolute;
  height: 97%;
  left: 0;
  background: #00a0e9;
  width: 2px;
  bottom: 0;
}
.index_wrap .bigdata-service .left-service-show .li-group-item {
  margin-bottom: 50px;
}
.index_wrap .bigdata-service .left-service-show .li-group-item > ul > li {
  vertical-align: middle;
}
.index_wrap .bigdata-service .left-service-show .li-group-item:first-child li {
  cursor: pointer;
}
.index_wrap .bigdata-service .left-service-show .li-group-item:last-child {
  margin-bottom: 0;
}
.index_wrap .bigdata-service .left-service-show .li-group-item:last-child .topic {
  margin-bottom: 0;
}
.index_wrap .bigdata-service .left-service-show .li-group-item.active .topic {
  border-top: 1px solid #00a0e9;
}
.index_wrap .bigdata-service .left-service-show .li-group-item.active .topic span {
  border: 1px solid #00a0e9;
  color: #00a0e9;
}
.index_wrap .bigdata-service .left-service-show li {
  width: 76px;
  font-size: 12px;
  padding: 0 10px;
}
.index_wrap .bigdata-service .left-service-show li .name {
  height: 40px;
}
.index_wrap .bigdata-service .left-service-show .topic {
  border-top: 1px solid #ededed;
  position: relative;
  margin: 15px 0;
}
.index_wrap .bigdata-service .left-service-show .topic span {
  background: #fff;
  border: 1px solid #c6c6c6;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  width: 124px;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -62px;
  color: #aaa;
  vertical-align: middle;
}
.index_wrap .no-magin {
  margin: 0;
}
.index_wrap .no-bg {
  background: none;
}
.index_wrap .no-border {
  border: none;
}
.index_wrap .ver-mid {
  vertical-align: middle;
}
.index_wrap .hd-title {
  margin-top: 30px;
  font-size: 26px;
}
.index_wrap .sub-title {
  color: #555a5b;
  font-size: 16px;
}
.index_wrap .sub-title-bg {
  color: #877f91;
  font-size: 18px;
  margin-top: 10px;
}
.index_wrap .table {
  display: table;
  margin-bottom: 0;
}
.index_wrap .table-ceil {
  display: table-cell;
}
.index_wrap section.body #gallery {
  margin: 0 auto;
  width: 1170px;
  height: 605px;
}
.index_wrap section.body #gallery .owl-controls {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  color: #000;
  height: 40px;
  margin-bottom: -40px;
  text-align: center;
}
.index_wrap section.body #gallery .owl-controls .owl-page {
  display: inline-block;
}
.index_wrap section.body #gallery .owl-controls .owl-page.active > span {
  background: #00a2e8;
}
.index_wrap section.body #gallery .owl-controls .owl-page > span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #aaa;
  display: inline-block;
  margin: 10px;
}
.index_wrap section.body #gallery ul {
  margin: 0;
  padding: 0;
  width: 1300px;
  height: 100%;
}
.index_wrap section.body #gallery li {
  position: relative;
  float: left;
  width: 234px;
  height: 564px;
  overflow: hidden;
}
.index_wrap section.body #gallery li a {
  color: #fff;
  text-decoration: none;
}
.index_wrap section.body #gallery li a:hover {
  color: #fff;
  text-decoration: none;
}
.index_wrap section.body #gallery li .li-masker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 4;
}
.index_wrap section.body #gallery .li-ls {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 5;
}
.index_wrap section.body #gallery .li-tmplink {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px;
  width: 100%;
  height: 53px;
  text-align: center;
  z-index: 7;
}
.index_wrap section.body #gallery .li-linkbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  z-index: 9;
}
.index_wrap section.body #gallery .li-bg {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -164px;
  z-index: 3;
}
.index_wrap section.body #gallery li.active {
  width: 328px;
  height: 608px;
  opacity: 1;
}
.index_wrap section.body #gallery li.active .li-tmplink {
  opacity: 0;
}
.index_wrap section.body #gallery li.active .li-linkbar {
  opacity: 1;
}
.index_wrap section.body #gallery li.active .li-masker {
  opacity: 0;
}
.index_wrap button {
  outline: none;
}
header {
  background: #24282c;
}
header li.dropdown {
  display: block;
}
header li.dropdown .dropdown-menu {
  background: none;
  width: auto;
  white-space: nowrap;
  text-align: center;
  padding: 0;
  margin-left: -60px;
  opacity: 0;
  display: block !important;
  z-index: 0;
  box-shadow: none !important;
  border: none;
}
header li.dropdown .dropdown-menu li {
  display: inline-block;
  padding: 0;
}
header li.dropdown .dropdown-menu li a {
  padding: 0 10px;
  line-height: 60px;
  height: 60px;
  font-size: 14px;
}
header li.dropdown .dropdown-menu li > a:hover:after {
  display: none;
}
header li.dropdown:hover .dropdown-menu {
  margin-left: 0;
  opacity: 1;
  z-index: 100;
  transition: all ease-in-out 300ms;
}
header li.dropdown:after {
  position: absolute;
  content: '';
  color: #fff;
  width: 0;
  left: 0;
  top: 100%;
  height: 0;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  margin-left: -5000%;
  opacity: 0;
}
header li.dropdown:hover:after {
  z-index: 1;
  width: 10000%;
  opacity: 1;
  height: 70px;
  transition: all ease-in-out 300ms;
}
header .table-ceil {
  display: table-cell;
}
header .search-bar {
  white-space: nowrap;
  width: 130px;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar-nav a {
  color: #fff;
}
header .navbar-nav.navbar-left a {
  color: #fff;
}
header .navbar-nav.navbar-left a:hover {
  color: #555;
  background-color: #e7e7e7;
}
header .navbar-nav.navbar-right a {
  color: #fff;
}
header .navbar-nav.navbar-right a:hover {
  color: #00a0e9;
}
header .navbar-nav li.activity:before {
  content: 'HOT';
  background: #f00;
  position: absolute;
  top: 5px;
  right: 0;
  width: 36px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  height: 16px;
  line-height: 16px;
}
header .navbar-nav li.activity:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 13px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #f00;
}
header .navbar-nav li > a {
  background: none !important;
}
header .navbar-nav li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 0;
  border-bottom: 4px solid #06baf6;
  transition: all 100ms ease;
}
header .navbar-nav li > a:hover {
  background: none !important;
  color: #fff !important;
}
header .navbar-nav li > a:hover:after {
  left: 0;
  width: 100%;
  transition: none;
}
header .navbar-nav li.active > a {
  background: none;
  font-weight: bold;
  position: relative;
  color: #fff !important;
}
header .navbar-nav li.active > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 4px solid #06baf6;
}
header .navbar-default {
  background: #24282c;
  border-color: #24282c;
}
header .table {
  display: table;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  header .navbar-collapse {
    display: table-cell;
  }
  header .left-img .img-introl img {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  header .search-bar {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 15px;
  }
  header .search-bar li {
    display: inline-block;
  }
  header .navbar-collapse {
    margin-bottom: 50px;
  }
  header .navbar-header {
    position: absolute;
    bottom: 0;
    left: 15px;
  }
  header .navbar-right.navbar-nav {
    margin-left: 0;
    margin-right: 0;
    border: none;
  }
  header .navbar-right {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .content .table .left-img img {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .anchor-list ul li img {
    margin-left: 16px;
  }
}
footer {
  padding: 40px 0 10px;
  background: #22262a;
  color: #e4e7e6;
  font-size: 12px;
}
footer li > a {
  color: #e4e7e6;
}
footer li > a:hover {
  color: #00a0e9;
  cursor: pointer;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  margin: 7px 0;
  width: 100%;
  position: relative;
  padding-left: 15px;
}
footer .consulte-method {
  width: 230px;
}
footer .about-NEWs {
  margin-top: 30px;
}
footer .title {
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 10px;
  color: #fff;
}
footer .ab-copy {
  margin-top: 40px;
  border-top: 1px solid #0b7b91;
  text-align: center;
  padding: 20px;
}
*/
.index_wrap .six-big-functions {
  padding: 60px 0;
}
.index_wrap .six-big-functions .img-logo {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.index_wrap .six-big-functions .body .item {
  margin-bottom: 30px;
  height: 180px;
}
/*.index_wrap .six-big-functions .body .inner {
  border: 1px solid #E0E0E0;
  height: 160px;
}*/
.index_wrap .six-big-functions .body .inner:hover {
  border: 1px solid #00a0e9;
  box-shadow: 0 0 5px #00a0e9;
}
.index_wrap .six-big-functions .body .table {
  padding: 10px 20px;
  height: 100%;
  width: 100%;
}
.index_wrap .six-big-functions .body p {
  color: #777777;
}



.index_wrap .our-service {
  padding: 60px 0;
}
.index_wrap .our-service .item .blank_ {
  height: 20px;
}
.index_wrap .our-service .item .blank {
  height: 20px;
  background: #fff;
  width: 100%;
}
.index_wrap .our-service .item:hover .blank_ {
  background: #00a0e9;
}

.index_wrap .our-service .item:hover .blank {
 border: 1px solid #00a0e9;
  border-top: 1px solid transparent;

}
.index_wrap .our-service .item:hover .top {
  background: #00a0e9;
 
}



.index_wrap .our-service .item:hover .top h4,
.index_wrap .our-service .item:hover .top p {
  color: #fff;
}
.index_wrap .our-service .item:hover .top .btn-go-feel {
  border: 1px solid #fff;
  color: #fff;
}
.index_wrap .our-service .item:hover .inner-content {
  border: 1px solid #00a0e9;
  border-bottom: 1px solid transparent;
  box-shadow: none;
 /* border-bottom: 1px solid transparent;*/
/*  box-shadow: none;*/
}
.index_wrap .our-service .item .bottom ul {
  font-size: 16px;
}
.index_wrap .our-service .item .bottom ul li {
  padding: 0 25px;
  box-shadow: 0 2px 4px 0 transparent;
}
.index_wrap .our-service .item .bottom ul li .ll {
  border-bottom: 1px solid #eee;
  height: 80px;
  padding: 10px 0;
}
.index_wrap .our-service .item .bottom ul li:last-child .ll {
  /*border: 1px solid transparent;*/
}
.index_wrap .our-service .item .bottom ul li:hover {
  box-shadow: 0 2px 4px 0 #eee;
}
.index_wrap .our-service .item .bottom ul li:hover .ll {
  border: 1px solid transparent;
}
.index_wrap .our-service .item .top {
  background: #EBEBEC;
  padding: 10px 30px;
  height: 180px;
  position: relative;
}
.index_wrap .our-service .item .top .btn-go-feel {
  border: 1px solid #00A0E9;
  background: none;
  padding: 5px 15px;
  color: #00A0E9;
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 100px;
  margin-left: -50px;
}
.index_wrap .our-service .item .top h4 {
  color: #373D41;
}
.index_wrap .our-service .item .top p {
  font-size: 12px;
  color: #777F84;
}
.index_wrap .our-service .item .list-detail {
  font-size: 12px;
  color: #777F84;
}
.index_wrap .our-service .item .inner-content {
  box-shadow: 0 2px 4px 0 rgba(152, 152, 152, 0.5);
}
.index_wrap .our-service .table {
  width: 100%;
}
.index_wrap .our-service .img-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: inline-block;
}
 @media (min-width: 1200px){
.inner { 
   width: 250px;
   height: 370px;
   padding-bottom: 20px;
    float: left;
    margin-left: 21px;
    margin-top: 20px;
    box-shadow: 0 0 8px #aaa;
    background: #fff;}
    
.cloud-title-wrapper .inline-b{
    font-size: 20px;
}
.text-description{
  width: 80%; 
  text-align: center;
  margin: 0 auto; 
  line-height: 160%;
  color: #9a9a9a;
font-size: 14px;
  }
}

