﻿@-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 .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 .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 .bottom ul {
  font-size: 16px;
}
.index_wrap .our-service .item .bottom ul li {
  padding: 10px 25px 0 25px;
  box-shadow: 0 2px 4px 0 transparent;
}
.index_wrap .our-service .item .bottom ul li .ll {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.index_wrap .our-service .item .bottom ul li:hover .ll {
  border-bottom: none;
}
.index_wrap .our-service .item .top {
  background: #EBEBEC;
  padding: 10px 30px;
}
.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;
}
.index_wrap .solutions {
  background: #F5F5F5;
  padding: 60px 0;
}
.index_wrap .solutions .item {
  position: relative;
  overflow: hidden;
}
.index_wrap .solutions .item .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  top: 100%;
  transition: all ease 400ms;
  background-color:transparent; 
  background: rgba(0, 160, 233, 0.86);
  color: #fff;
}
.index_wrap .solutions .item .content-ab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
}
.index_wrap .solutions .item a {
  color: #999;
  outline: none;
}
.index_wrap .solutions .item .img-icon {
  width: 30px;
  height: 30px;
  background: #ccc;
}
.index_wrap .solutions .item:hover .hover-content {
  top: 0;
}
.index_wrap .solutions .img-bg {
  width: 100%;
  max-height: 360px;
}
.index_wrap .solutions .product {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #EEEEEE;
}
.index_wrap .solutions .product li {
  text-align: center;
  cursor: pointer;
}
.index_wrap .solutions .product a {
  outline: none;
}
.index_wrap .solutions .product p {
  margin-top: 6px;
}
.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;
  text-align: center;
}
.index_wrap .anchor-list ul li a {
  padding: 30px 20px;
  display: inline-block;
}
.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;
  background: none !important;
  border: none !important;
}
.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 .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%;
}
.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: 100%;
}
.index_wrap .three-roles .content .right-detail {
  width: 500px;
}
.index_wrap .three-roles .content .table {
  background: #ccc;
}
.index_wrap .six-catogories {
  background: #F5F5F5;
  padding: 60px 0;
}
.index_wrap .six-catogories .item {
  padding: 0;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  height: 304px;
}
.index_wrap .six-catogories .item:nth-child(2n) {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.index_wrap .six-catogories .item:nth-child(2n+1) {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.index_wrap .six-catogories .item .img {
  width: 100%;
  position: relative;
  height: 100%;
}
.index_wrap .six-catogories .item .img img {
  width: 100%;
  height: auto;
  transition: all ease 300ms;
}
.index_wrap .six-catogories .item .img .content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  line-height: 100%;
}
.index_wrap .six-catogories .item .img .content .inner-content {
  width: 100%;
  height: 100%;
  padding: 0 55px;
}
.index_wrap .six-catogories .item .img .content .inner-content h3 {
  font-size: 18px;
  margin-bottom: 18px;
}
.index_wrap .six-catogories .item .img .topic {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.index_wrap .six-catogories .item .img .topic span {
  color: #fff;
  padding: 3px 10px;
  font-size: 20px;
  border: 2px solid #fff;
}
.index_wrap .six-catogories .item .img .topic .inner-content {
  width: 100%;
  height: 100%;
  padding: 0 55px;
}
.index_wrap .six-catogories .item:hover:nth-child(2n) {
  border-bottom: 1px solid rgba(71, 156, 169, 0.6);
}
.index_wrap .six-catogories .item:hover:nth-child(2n+1) {
  border-bottom: 1px solid rgba(71, 156, 169, 0.6);
}
.index_wrap .six-catogories .item:hover .img img {
  width: 120%;
}
.index_wrap .six-catogories .item:hover .topic {
  display: none;
}
.index_wrap .six-catogories .item:hover .content {
  display: block;
  background: rgba(71, 156, 169, 0.6);
}
.index_wrap .product-value {
  background: #f5f5f5;
  padding: 60px 0;
}
.index_wrap .six-big-functions {
  padding: 60px 0;
}
.index_wrap .six-big-functions ul {
  margin: 0;
  border: 1px solid #000;
}
.index_wrap .six-big-functions ul li {
  background: #f5f5f5;
  margin: 0;
  padding: 0 20px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.index_wrap .six-big-functions ul li .cell-logo {
  width: 55px;
  height: 55px;
  vertical-align: middle;
  margin-right: 20px;
}
.index_wrap .six-big-functions ul li .cell-icon {
  width: 38px;
  height: 38px;
  margin-top: 10px;
}
.index_wrap .six-big-functions ul li .title {
  display: inline-block;
  vertical-align: middle;
}
.index_wrap .six-big-functions ul li .title h4 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 10px;
}
.index_wrap .six-big-functions ul li .func-head {
  padding: 15px 0;
}
.index_wrap .six-big-functions ul li .func-body {
  padding: 5px 0;
  opacity: 0;
  transition: height ease 800ms , opacity  ease 0ms 800ms;
  height: 0;
  overflow: hidden;
}
.index_wrap .six-big-functions ul li .func-body h2 {
  font-size: 17px;
  margin-top: 15px;
}
.index_wrap .six-big-functions ul li.active {
  background: #00a0e9;
  color: #fff;
}
.index_wrap .six-big-functions ul li.active .func-head {
  border-bottom: 1px solid #fff;
}
.index_wrap .six-big-functions ul li.active .func-body {
  opacity: 1;
  height: 145px;
  padding: 5px 0;
  transition: height ease 800ms , opacity  ease 0ms;
  overflow: hidden;
}
.index_wrap .six-big-functions ul li.active:hover {
  background: #00a0e9;
  box-shadow: none;
}
.index_wrap .six-big-functions ul li:hover {
  background: #fff;
  box-shadow: 2px 0 10px rgba(128, 128, 128, 0.6);
  position: relative;
}
/* .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;
  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: 400px;
  vertical-align: middle;
}
.index_wrap .bigdata-service .right-detail-show .content {
  background: #fff;
  width: 430px;
  min-height: 550px;
  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: #787878;
  padding-top: 15px;
  height: auto;
  padding-bottom: 25px;
  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 .left-service-show {
  padding-bottom: 30px;
}
.index_wrap .bigdata-service .left-service-show > .content {
  width: 760px;
  height: 760px;
  padding: 80px 20px;
  position: relative;
  border: 1px solid #00a0e9;
  border-radius: 50%;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.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 {
  margin-bottom: 50px;
}
.index_wrap .bigdata-service .left-service-show .li-group-item > ul > li {
  vertical-align: middle;
  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: 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 .platform-function {
  padding: 60px 0;
}
.index_wrap .platform-function .sub-title {
  position: relative;
  font-size: 20px;
  color: #000;
}
.index_wrap .platform-function .sub-title:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 22px;
  margin-right: 8px;
  vertical-align: bottom;
  background: #00a0e9;
}
.index_wrap .platform-function .sub-title-2 {
  text-indent: 36px;
  font-size: 16px;
  color: #A1A1A1;
}
.index_wrap .platform-function .func-cxpt .item {
  text-align: center;
}
.index_wrap .platform-function .func-cxpt .item img {
  display: block;
  width: 100%;
}
.index_wrap .platform-function .func-cxpt .item p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  color: #787878;
}
.index_wrap .platform-function .func-zxpt .item {
  margin-bottom: 20px;
}
.index_wrap .platform-function .func-zxpt .item img {
  display: block;
  margin: auto;
}
.index_wrap .platform-function .func-zxpt .item .name {
  font-size: 16px;
  color: #787878;
  font-weight: bold;
  margin: 20px 0 8px 0;
}
.index_wrap .platform-function .func-zxpt .item p {
  color: #A1A1A1;
}
.index_wrap .platform-function .func-zspt .item {
  margin-bottom: 20px;
  height: 120px;
}
.index_wrap .platform-function .func-zspt .item .table {
  height: 100%;
}
.index_wrap .platform-function .func-zspt .item img {
  display: block;
  margin: auto;
  margin-right: 20px;
}
.index_wrap .platform-function .func-zspt .item .name {
  font-size: 16px;
  color: #787878;
  font-weight: bold;
  margin-bottom: 12px;
}
.index_wrap .platform-function .func-zspt .item p {
  color: #A1A1A1;
  margin-right: 10px;
}
.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;
  }
}
@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;
  }
}
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: 20px;
  border-top: 1px solid #333;
  text-align: center;
  padding: 10px;
}
