.common-ab {
  content: "" attr(data-hover) "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 4px;
  text-align: center;
  line-height: 42px;
}
.banner {
  background: url("../images/sh-banner.png") no-repeat center;
  height: 650px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.banner .banner-box {
  padding-left: 5px;
  height: 250px;
  margin-top: 375px;
}
.banner .banner-box .info-wrap {
  height: 100%;
  padding-left: 0;
}
.banner .banner-box .info-wrap p {
  font-size: 20px;
  color: #6a6a6a;
}
.banner .banner-box .info-wrap .btn-group {
  margin-top: 20px;
}
.ui-wrap {
  background-color: #ffffff;
  padding: 20px 0;
}
.ui-wrap .new-ui-wrap .ui-img {
  background: url("../images/new-ui.png") no-repeat center;
  height: 400px;
}
.ui-info {
  margin-top: 75px;
}
.ui-info h3 {
  font-weight: 600!important;
  color: #6f6f6f;
  font-size: 28px;
  margin-bottom: 20px;
}
.ui-info p {
  color: #babbbb;
  font-size: 16px;
}
.ui-info p {
  margin-bottom: 10px;
}
.backstage-wrap {
  padding: 20px 0;
}
.backstage-wrap .backstage-img {
  background: url("../images/new-1.png") no-repeat center;
  height: 410px;
}
.data-wrap .data-img {
  background: url("../images/new-2.png") no-repeat center;
  height: 375px;
}
.message-img {
  background: url("../images/z.png") no-repeat center;
  height: 375px;
}
.note-img {
  background: url("../images/x.png") no-repeat center;
  height: 345px;
}
.sh-btn {
  padding: 10px 30px;
  display: block;
  float: left;
  border: 1px solid #0082df;
  border-radius: 4px;
  color: #ffffff;
  position: relative;
  box-shadow: 0 0 3px rgba(26, 188, 156, 0.2);
}
.index-btn {
  overflow: hidden;
}
.index-btn:hover {
  color: #0082df;
}
.index-btn:hover:before {
  top: -100%;
}
.index-btn:before {
  content: "" attr(data-hover) "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 4px;
  text-align: center;
  line-height: 42px;
  top: 0;
  background-color: #0082df;
  transition: top .3s ease;
}
.online-btn {
  margin-left: 20px;
  color: #0082df;
  overflow: hidden;
}
.online-btn:hover:after {
  bottom: 0;
  color: #0082df;
}
.online-btn:after {
  content: "" attr(data-hover) "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 4px;
  text-align: center;
  line-height: 42px;
  bottom: -100%;
  background-color: #ffffff;
  transition: all .3s ease;
}
.next-btn {
  padding: 10px 30px;
  display: inline-block;
  border: 1px solid #0082df;
  border-radius: 4px;
}
.more {
  background: url("../images/more.png");
  height: 511px;
  margin-top: 25px;
}
.client-wrap {
  background-color: #ffffff;
  padding: 20px 0;
}
.client-wrap .client-box {
  text-align: center;
}
.client-wrap .client-box h1 {
  margin: 20px auto ;
}
.client-wrap .client-box .client {
  background-color: #e9edf0;
  padding: 20px 10px;
}
.client-wrap .client-box .client .content {
  background-color: #ffffff;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  min-height: 325px;
  position: relative;
  text-align: left;
}
.client-wrap .client-box .client .content:hover .hide-box {
  left: 0;
}
.client-wrap .client-box .client .content .hide-box {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all .5s ease;
  text-align: center;
}
.client-wrap .client-box .client .content .hide-box i {
  color: #ffffff;
  font-size: 40px;
  line-height: 355px;
}
.client-wrap .client-box .client .content img {
  margin: 10px auto;
  max-height: 40px;
}
.client-wrap .client-box .client .content p {
  color: #909092;
}
.client-wrap .client-box .client .content p span {
  color: #0082df;
  font-size: 16px;
}
.client-wrap .client-box .client .content article {
  text-align: left;
  color: #7f7f81;
  text-indent: 2em;
}
.p-bold {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #333!important;
}
.ghost-button {
  margin: 20px auto 0;
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 45px;
  color: #6f6f6f;
  border-radius: 5px;
  font-size: 18px;
  border: 2px solid rgba(26, 188, 156, 0.7);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
}
.ghost-button:hover {
  border: 2px solid #1abc9c;
  color: #0082df;
  text-decoration: none;
}
.ghost-button .line {
  position: absolute;
  display: block;
  background: none;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
}
.ghost-button:hover .line {
  background: #fff;
}
.ghost-button .line-top {
  height: 2px;
  width: 0;
  left: -110%;
  top: -2px;
}
.ghost-button:hover .line-top {
  width: 96%;
  left: 2px;
}
.ghost-button .line-bottom {
  width: 0;
  height: 2px;
  right: -110px;
  bottom: -2px;
}
.ghost-button:hover .line-bottom {
  width: 96%;
  right: 2px;
}
.ghost-button .line-left {
  height: 0;
  width: 2px;
  left: -2px;
  bottom: -110%;
}
.ghost-button:hover .line-left {
  bottom: 1px;
  height: 88%;
}
.ghost-button .line-right {
  height: 0;
  width: 2px;
  right: -2px;
  top: -110%;
}
.ghost-button:hover .line-right {
  top: 1px;
  height: 88%;
}
.backstage-info .ghost-button:hover .line {
  background: #e9edf0;
}
