﻿@-webkit-keyframes rotateL {
  0% {
    -webkit-transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0);
  }
}
@-moz-keyframes rotateL {
  0% {
    -moz-transform: rotate(0);
  }
  25% {
    -moz-transform: rotate(-45deg);
  }
  50% {
    -moz-transform: rotate(0);
  }
  75% {
    -moz-transform: rotate(45deg);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@-ms-keyframes rotateL {
  0% {
    -ms-transform: rotate(0);
  }
  25% {
    -ms-transform: rotate(-45deg);
  }
  50% {
    -ms-transform: rotate(0);
  }
  75% {
    -ms-transform: rotate(45deg);
  }
  100% {
    -ms-transform: rotate(0);
  }
}
@-o-keyframes rotateL {
  0% {
    -o-transform: rotate(0);
  }
  25% {
    -o-transform: rotate(-45deg);
  }
  50% {
    -o-transform: rotate(0);
  }
  75% {
    -o-transform: rotate(45deg);
  }
  100% {
    -o-transform: rotate(0);
  }
}
@keyframes rotateL {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0);
  }
}
@-webkit-keyframes rotateR {
  0% {
    -webkit-transform: rotate(180);
  }
  25% {
    -webkit-transform: rotate(135deg);
  }
  50% {
    -webkit-transform: rotate(180);
  }
  75% {
    -webkit-transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(180);
  }
}
@-moz-keyframes rotateR {
  0% {
    -moz-transform: rotate(180);
  }
  25% {
    -moz-transform: rotate(135deg);
  }
  50% {
    -moz-transform: rotate(180);
  }
  75% {
    -moz-transform: rotate(225deg);
  }
  100% {
    -moz-transform: rotate(180);
  }
}
@-ms-keyframes rotateR {
  0% {
    -ms-transform: rotate(180);
  }
  25% {
    -ms-transform: rotate(135deg);
  }
  50% {
    -ms-transform: rotate(180);
  }
  75% {
    -ms-transform: rotate(225deg);
  }
  100% {
    -ms-transform: rotate(180);
  }
}
@-o-keyframes rotateR {
  0% {
    -o-transform: rotate(180);
  }
  25% {
    -o-transform: rotate(135deg);
  }
  50% {
    -o-transform: rotate(180);
  }
  75% {
    -moz-transform: rotate(225deg);
  }
  100% {
    -o-transform: rotate(180);
  }
}
@keyframes rotateR {
  0% {
    transform: rotate(180);
  }
  25% {
    transform: rotate(135deg);
  }
  50% {
    transform: rotate(180);
  }
  75% {
    transform: rotate(225deg);
  }
  100% {
    transform: rotate(180);
  }
}
.index_wrap {
  font-family: "微软雅黑";
  position: relative;
}
.index_wrap .container {
  margin: auto;
}
.index_wrap .bigdata-service {
  background: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 60px;
}
.index_wrap .bigdata-service .hd-title {

}
.index_wrap .bigdata-service .img-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.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 {
  width: 300px;
  vertical-align: middle;
}
.index_wrap .bigdata-service .right-detail-show .content {
  background: #fff;
  min-height: 450px;
  padding: 22px 30px;
  box-shadow: 1px 1px 5px rgba(128, 128, 128, 0.5);
}
.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: #000;
  font-weight: bold;
  padding-top: 15px;
  height: auto;
  font-size: 14px;
}
.index_wrap .bigdata-service .right-detail-show .functions {

  margin-top: 20px;
}
.index_wrap .bigdata-service .right-detail-show .functions li {
  margin-bottom: 15px;

  text-align: center;
  padding: 0;
}
.index_wrap .bigdata-service .right-detail-show .functions li .img-logo {
  width: 320px;
  height: 300px;
}
.index_wrap .bigdata-service .right-detail-show .functions .item {
  margin-bottom: 5px;
  font-size: 14px;
  color: #858585;
}
.index_wrap .bigdata-service .right-detail-show .functions .item .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_wrap .bigdata-service .right-detail-show .functions .introl {
  font-size: 12px;
  color: #787878;
}
.index_wrap .bigdata-service .left-service-show {
  padding-left: 50px;
  padding-bottom: 30px;
}
.index_wrap .bigdata-service .left-service-show > .content {
  width: 600px;
  height: 600px;
  padding: 60px 20px 80px 20px;
  position: relative;
  border: 1px solid #00a0e9;
  border-radius: 50%;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transform: scaleY(1.1);
}
.index_wrap .bigdata-service .left-service-show > .content .border-R {
  position: absolute;
  width: 50%;
  height: 1px;
  left: 0;
  background: transparent;
  top: 50%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.index_wrap .bigdata-service .left-service-show > .content .border-R:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #00a0e9;
  left: 0;
  top: 0;
  display: block;
  margin-top: -4px;
  margin-left: -4px;
}
.index_wrap .bigdata-service .left-service-show > .content .border-R-left-middle.animate {
  animation: rotateL 5s linear infinite;
}
.index_wrap .bigdata-service .left-service-show > .content .border-R-right-middle {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.index_wrap .bigdata-service .left-service-show > .content .border-R-right-middle.animate {
  animation: rotateR 5s linear infinite;
}
.index_wrap .bigdata-service .left-service-show > .content .border-R-left-top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.index_wrap .bigdata-service .left-service-show > .content .border-R-left-bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.index_wrap .bigdata-service .left-service-show > .content .border-R-right-top {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.index_wrap .bigdata-service .left-service-show > .content .border-R-right-bottom {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.index_wrap .bigdata-service .left-service-show .li-group-item {
  width: 370px;
  margin: 50px auto;
  text-align: center;
}
.index_wrap .bigdata-service .left-service-show .li-group-item > ul > li {
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 20px;
}
.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: 70px;
  font-size: 12px;
  margin: 0 5px;
  height: 70px;
}
.index_wrap .bigdata-service .left-service-show .topic {
  border-top: 1px solid #ededed;
  position: relative;
  width: 75%;
  margin: 30px auto;
}
.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 .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 .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.active {
  background: #06BAF6;
}
.index_wrap .anchor-list ul li:before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 8%;
  width: 0;
  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;
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px 20px;
}
.index_wrap .anchor-list ul li img {
  width: 40px;
  height: 40px;
}
.index_wrap .anchor-list ul li b {
  width: 100px;
  display: inline-block;
  font-weight: lighter;
}
.index_wrap .industry {
  padding: 40px 0 80px;
}
.index_wrap .industry .item_ {
  height: 390px;
  padding: 0;
}
.index_wrap .industry .item_ > .part-item {
  height: 50%;
  overflow: hidden;
}
.index_wrap .industry .item_ .content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index_wrap .industry .item_ .content .img-bg {
  width: 100%;
  min-height: 100%;
  height: auto;
  transition: all ease 300ms;
}
.index_wrap .industry .item_ .content .introl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.index_wrap .industry .item_ .content .introl .table {
  width: 100%;
  height: 100%;
  color: #fff;
}
.index_wrap .industry .item_ .content .introl .table .img-icon {
  width: 50px;
  height: 50px;
}
.index_wrap .industry .item_ .content .introl .table .line {
  margin: 20px auto;
  width: 24px;
  border: 1px solid #fff;
}
.index_wrap .industry .item_ .content .introl .table .name {
  font-size: 18px;
}
.index_wrap .industry .item_.can-hover:hover .img-bg,
.index_wrap .industry .item_ .can-hover:hover .img-bg {
  width: 120%;
  border: 2px solid #000;
  margin-left: -10%;
}
.index_wrap .industry .item_.can-hover:hover .introl,
.index_wrap .industry .item_ .can-hover:hover .introl {
  background: rgba(12, 187, 211, 0.5);
}
.index_wrap .partner {
  padding: 40px 0 80px;
}
.index_wrap .partner #owl-partner .item-part {
  margin: 10px 0;
}
.index_wrap .partner #owl-partner .item-part img {
  width: 100%;
  height: auto;
}
.index_wrap #service-company .item {
  border: 1px solid #b1b1b1;
  background: #eee;
  padding: 8px;
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
  overflow: hidden;
}
.index_wrap #service-company .item h4 {
  height: 42px;
  line-height: 42px;
}
.index_wrap #service-company .item a.big {
  height: 230px;
  line-height: 230px;
  background: #fff;
  display: block;
}
.index_wrap #service-company .item .hover-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 300ms;
  background: #fff;
  background: #eee;
  padding: 8px;
}
.index_wrap #service-company .item:hover .hover-content {
  top: 0;
}
.index_wrap .six-big-functions {

  background: #F5F5F5;
  padding-bottom: 20px;
}
.index_wrap .six-big-functions .img-logo {
  width: 70px;
  height: 70px;
}
.index_wrap .six-big-functions .body .inner {
  height: 220px;
  border: 1px solid #E0E0E0;
  background: #fff;
}
.index_wrap .six-big-functions .body .inner:hover {
  border: 1px solid #00a0e9;
  box-shadow: 0 0 5px #00a0e9;
}
.index_wrap .six-big-functions .body .top {
  height: 70px;
  text-align: center;
  padding: 20px 0;
}
.index_wrap .six-big-functions .body .table {
  padding: 0 20px;
  vertical-align: baseline;
  padding-top: 30px;
  height: 150px;
}
.index_wrap .six-big-functions .body p {
  color: #777777;
}
.index_wrap #carousel-echo .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 #carousel-echo .owl-controls .owl-page {
  display: inline-block;
}
.index_wrap #carousel-echo .owl-controls .owl-page.active > span {
  background: #00a2e8;
}
.index_wrap #carousel-echo .owl-controls .owl-page > span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #aaa;
  display: inline-block;
  margin: 10px;
}
.index_wrap .link-echologys {
  padding: 60px 0;
}
.index_wrap .link-echologys .hd-title {
  margin-bottom: 60px;
}
.index_wrap .link-echologys img.img-big {
  width: 900px;
}
.index_wrap .link-echologys .item {
  margin: 10px 0;
}
.index_wrap .link-echologys .inner-content {
  position: relative;
  height: 164px;
  border: 1px solid #DEDEDE;
}
.index_wrap .link-echologys .inner-content img {
  width: 100px;
  height: 50px;
}
.index_wrap .link-echologys .inner-content .hover-content {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #00a0e9;
  font-size: 12px;
  display: none;
  background: #fff;
  padding: 20px;
  color: #00a0e9;
}
.index_wrap .link-echologys .inner-content:hover .hover-content {
  display: block;
}
.index_wrap .mobile-echology {
  padding: 60px 0 80px;
  background: #fff;
}
.index_wrap .mobile-echology .all-companies .table {
  width: 100%;
  margin: auto;
  min-width: 1200px;
}
.index_wrap .mobile-echology .all-companies .table-ceil {
  display: table-cell;
  padding: 0;
  vertical-align: top;
}
.index_wrap .mobile-echology .all-companies img {
  width: 145px;
  height: 145px;
  display: inline-block;
  background: #ccc;
  vertical-align: middle;
}
.index_wrap .mobile-echology .all-companies img.big {
  width: 310px;
  height: 310px;
}
.index_wrap .mobile-echology .all-companies img.left {
  margin-left: 10px;
}
.index_wrap .mobile-echology .all-companies img.right {
  margin-right: 10px;
}
.index_wrap .mobile-echology .all-companies img.bottom {
  margin-bottom: 10px;
}
.index_wrap .mobile-echology .all-companies img.top {
  margin-top: 10px;
}
.index_wrap .all-domains {
  padding: 40px 0;
}
.index_wrap .all-domains .body {
  border: 1px solid #E1E1E1;
}
.index_wrap .all-domains .btn-join {
  background: #00b1E0;
  color: #fff;
  border: none;
  display: block;
  width: 160px;
  height: 42px;
  padding: 0;
  line-height: 42px;
  margin: 10px auto;
}
.index_wrap .all-domains .need-if {
  border: 1px solid #E1E1E1;
  width: 650px;
  margin: 15px;
  padding: 15px 50px;
}
.index_wrap .all-domains .need-if ul {
  padding: 0 15px;
  font-size: 12px;
}
.index_wrap .all-domains .need-if ul h6 {
  font-size: 12px;
  font-weight: bold;
}
.index_wrap .all-domains .need-if ul li {
  margin-bottom: 10px;
  color: #bbb;
}
.index_wrap .all-domains .content-for-li {
  height: 420px;
  padding: 30px;
}
.index_wrap .all-domains .content-for-li .table-ceil {
  vertical-align: top;
  padding: 0;
}
.index_wrap .all-domains .content-for-li .item .img-left {
  width: 350px;
  height: 350px;
  border: 1px solid #f7f7f7;
}
.index_wrap .all-domains .content-for-li .item #owl-domains {
  width: 700px;
  text-align: center;
}
.index_wrap .all-domains .content-for-li .item #owl-domains .item {
  width: 650px;
}
.index_wrap .all-domains .content-for-li .item #owl-domains .img {
  border: 1px solid #F7F7F7;
  width: 100%;
}
.index_wrap .all-domains ul.selections {
  padding-bottom: 10px;
  border-bottom: 1px solid #E1E1E1;
}
.index_wrap .all-domains ul.selections li {
  background: #fafbf8;
  color: #737373;
  width: 110px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #E1E1E1;
  border-right: none;
  float: left;
  text-align: center;
}
.index_wrap .all-domains ul.selections li:first-child {
  border-left: none;
}
.index_wrap .all-domains ul.selections li:last-child {
  border-right: 1px solid #E1E1E1;
}
.index_wrap .all-domains ul.selections li.active {
  background: #fff;
  color: #000;
  border-top: 2px solid #00a0e9;
  border-bottom: none;
}
.index_wrap .model-echology {
  background: #f7f7f7;
  padding: 60px 0;
}
.index_wrap .model-echology #owl-model-echology .item-part {
  background: #fff;
  height: 380px;
  padding: 30px;
  margin: 10px 0;
}
.index_wrap .model-echology #owl-model-echology .item-part p {
  font-size: 12px;
  color: #a9a9a9;
  line-height: 160%;
  margin-top: 20px;
}
.index_wrap .model-echology #owl-model-echology .item-part img {
  width: 282px;
  height: 146px;
  border: 1px solid #ccc;
}
.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: 10px;
  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: #fff;
  background-color: #e7e7e7;
}
header .navbar-nav.navbar-right a {
  color: #fff;
}
header .navbar-nav.navbar-right a:hover {
  color: #fff;
}
header .navbar-nav.navbar-right a:visited {
  color: #fff;
}
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 {
  padding: 25px 18px;
  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;
}
/* yc */


@media screen and (min-width: 768px) {
  header .navbar-collapse {
    display: table-cell;
  }
  header .mobile-echology .container .mg-big {
    width: 90%;
  }
}
@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) {
  .img-big img {
    width: 90%!important;
  }
}
footer {
  padding:10px 0;
  color: #e4e7e6;
 
}
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 {
  text-align: center;
  font-size:16px;
}

.fixed-content {
    position: fixed;
    right: 53px;
    bottom: 180px;
    z-index: 21;
}
.fixed-content .item {
    text-decoration: none;
    display: block;
    width: 55px;
    height: 55px;
    background: #fff;
    margin-top: -1px;
    position: relative;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    text-align: center;
    background: url(../imgs/qq2.png) no-repeat center 10%;
}
.banner .logo1{position:absolute;top: 8px; left:250px;color: white;}
.banner .logozi{position:absolute;top: 15px; left:300px;}
.banner .denglu{position:absolute;top: 25px; right:390px;}
.banner .guangwang{position:absolute;top: 25px; right:210px;}
.banner .wendang{position:absolute;top: 25px; right:300px;}
.banner .denglu a{color: #fff; text-decoration: none; border-bottom:1px solid #ccc; font-size:16px;}
 .banner .guangwang a{color: #fff; text-decoration: none;  border-bottom:1px solid #ccc; font-size:16px;}
.banner .wendang a{color: #fff; text-decoration: none;  border-bottom:1px solid #ccc; font-size:16px;}

 @media screen and (max-width: 1400px) {
 
  .banner .logo1{position:absolute;top: 8px; left:110px;color: white;}
.banner .logozi{position:absolute;top: 15px; left:160px;}
.banner .denglu{position:absolute;top: 25px; right:300px;}
.banner .wendang{position:absolute;top: 25px; right:200px;}
.banner .guangwang{position:absolute;top: 25px; right:110px;}
}

@media screen and (max-width: 500px) {
 
.banner .logozi{position:absolute;top: 10px; left:60px;  }
.banner .denglu{position:absolute;top: 10px; right:170px;}
.banner .wendang{position:absolute;top: 10px; right:90px; }
.banner .guangwang{position:absolute;top: 10px; right:15px; }
}
@media screen and (max-width: 400px) {
 
.banner .logozi{position:absolute;top: 10px; left:60px; display: none;  }
.banner .denglu{position:absolute;top: 10px; right:170px;}
.banner .wendang{position:absolute;top: 10px; right:90px; }
.banner .guangwang{position:absolute;top: 10px; right:15px; }
}

@media screen and (max-width: 768px){

.product-shabe .container .inner p{padding:0px 22px 0 80px; width: 90%}

}
@media screen and (max-width: 500px){

footer .ab-copy{display: block;}
footer .ab-copy e {display: none;}
footer .ab-copy span{display: block;}

}
@media screen and (max-width: 500px){
.index_wrap .bigdata-service .right-detail-show .title {
    width: 320px;
    height: 40px;
    border: 1px solid #00a0e9;
    color: #00a0e9;
    line-height: 40px;
    margin: auto;
    font-size: 16px;
}

.index_wrap .bigdata-service .hd-title {
    margin-bottom: 60px;
}
.index_wrap .hd-title{
    margin-top: 30px;
    font-size: 26px;
  }
}



   
 