.glsx-banner {
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
}

.glsx-banner .glsx-banner-box {
  position: absolute;
  width: 400%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

.glsx-banner .glsx-banner-box li {
  width: 25%;
  height: 100%;
  float: left;
  background-image: url(../images/index/banner0-bg.png);
  background-repeat: repeat-x;
  background-size: 100% 100%;
}

.glsx-banner .glsx-banner-box li img {
  width: 1440px;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.glsx-banner .glsx-banner-box #banner1 {
  background-image: url(../images/index/banner1-bg.png);
}

.glsx-banner .indicator-dots-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 21px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.glsx-banner .indicator-dots-box li {
  display: inline-block;
  margin-right: 8px;
  width: 40px;
  height: 4px;
  cursor: pointer;
  position: relative;
}

.glsx-banner .indicator-dots-box .indicator-dots-box-radius {
  background-color: #40495b;
  border-radius: 1.5px;
  position: relative;
  overflow: hidden;
}

.glsx-banner .indicator-dots-box .active::after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-animation: move 10s ease-in-out;
          animation: move 10s ease-in-out;
  background-color: #D3E2FF;
}

@-webkit-keyframes move {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes move {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.glsx-data-content-container {
  background-color: #F9F9FA;
}

.glsx-data-content-container .wrapper {
  padding: 13px 0 73px;
}

.glsx-data-content-container .wrapper .glsx-notice {
  max-width: 1258px;
  height: 80px;
  margin: 0 auto;
  border-radius: 4px;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 72px;
  background: url(../images/index/border.png) no-repeat;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}

.glsx-data-content-container .wrapper .glsx-notice .glsx-notice-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

.glsx-data-content-container .wrapper .glsx-notice-list {
  width: 100%;
  padding: 20px 16px 20px 48px;
  height: 80px;
}

.glsx-data-content-container .wrapper .glsx-notice-text {
  float: left;
  width: 90%;
}

.glsx-data-content-container .wrapper .glsx-notice-text p {
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.glsx-data-content-container .wrapper .glsx-notice-jump {
  float: right;
  margin-top: 11.5px;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.75px;
}

.glsx-data-content-container .wrapper .glsx-title {
  margin-bottom: 120px;
  letter-spacing: 4.21px;
}

.glsx-data-content-container .wrapper .glsx-data-content-list {
  height: 130px;
}

.glsx-data-content-container .wrapper .glsx-data-content-list > li {
  float: left;
  width: 25%;
  height: 100%;
  position: relative;
}

.glsx-data-content-container .wrapper .glsx-data-content-list > li .line {
  position: absolute;
  top: 0;
  right: -2px;
  width: 1px;
  height: 100%;
  background-color: #E6E6E7;
}

.glsx-data-content-container .wrapper .glsx-data-content-list > li .glsx-data-number {
  color: #008BF4;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.glsx-data-content-container .wrapper .glsx-data-content-list > li .glsx-data-number > div {
  display: inline-block;
}

.glsx-data-content-container .wrapper .glsx-data-content-list > li .glsx-data-number b {
  font-size: 50px;
  margin-right: 6px;
  position: relative;
  top: 3px;
}

.glsx-data-content-container .wrapper .glsx-data-content-list > li .glsx-data-number span {
  margin-left: 10px;
  font-size: 18px;
  color: #999999;
}

.glsx-data-content-container .wrapper .glsx-data-content-list > li .glsx-data-name {
  font-size: 26px;
}

.glsx-data-content-container .wrapper .glsx-data-content-list > li .glsx-data-name .img {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background-image: url(../images/index/index-icon.png);
  background-repeat: no-repeat;
  background-size: 192px 48px;
}

.glsx-data-content-container .wrapper .glsx-data-content-list > li .glsx-data-name #carServiceIcon {
  background-position: -10px -10px;
}

.glsx-data-content-container .wrapper .glsx-data-content-list > li .glsx-data-name #shopsServiceIcon {
  background-position: -58px -10px;
}

.glsx-data-content-container .wrapper .glsx-data-content-list > li .glsx-data-name #sumIcon {
  background-position: -106px  -10px;
}

.glsx-data-content-container .wrapper .glsx-data-content-list > li .glsx-data-name #cityIcon {
  background-position: -154px  -10px;
}

.glsx-updated-content-container {
  padding: 72px 0 220px;
}

.glsx-updated-content-container .glsx-title {
  letter-spacing: 10.53px;
}

.glsx-updated-content-container .title-p {
  margin-bottom: 130px;
}

.glsx-updated-content-container .glsx-updated-content-list {
  width: 100%;
  height: 520px;
}

.glsx-updated-content-container .glsx-updated-content-list li:hover .bg {
  opacity: 0.7;
  background: #008BF4;
}

.glsx-updated-content-container .glsx-updated-content-list li:hover .content {
  top: 72.6px;
}

.glsx-updated-content-container .glsx-updated-content-list li:hover .line {
  -webkit-animation: line 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: line 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 80px;
  }
}

@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 80px;
  }
}

.glsx-updated-content-container .glsx-updated-content-list li:hover p {
  padding-top: 44px;
}

@-webkit-keyframes opacity {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

.glsx-updated-content-container .glsx-updated-content-list li {
  float: left;
  width: 33.3%;
  height: 100%;
  text-align: center;
  color: #fff;
  background-image: url(../images/index/updated-bg.png);
  background-repeat: no-repeat;
  background-size: 1500px 540px;
  position: relative;
}

.glsx-updated-content-container .glsx-updated-content-list li a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.glsx-updated-content-container .glsx-updated-content-list li .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 125px;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.glsx-updated-content-container .glsx-updated-content-list li .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.glsx-updated-content-container .glsx-updated-content-list li .content-img {
  width: 122px;
  height: 122px;
  margin: 0 auto;
  background-image: url(../images/index/updated-icon.png);
  background-repeat: no-repeat;
  background-size: 852px 142px;
  -webkit-animation: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.glsx-updated-content-container .glsx-updated-content-list li .line {
  width: 0px;
  height: 4px;
  background-color: #fff;
  margin: 37px auto 0;
  border-radius: 1.5px;
}

.glsx-updated-content-container .glsx-updated-content-list li p {
  line-height: 42px;
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 4.29px;
  padding-top: 86px;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.glsx-updated-content-container .glsx-updated-content-list .glsx-updated-solution {
  background-position: -10px -10px;
}

.glsx-updated-content-container .glsx-updated-content-list .glsx-updated-solution .content-img {
  background-position: -10px -10px;
}

.glsx-updated-content-container .glsx-updated-content-list .glsx-updated-solution a:hover .content-img {
  background-position: -152px -10px;
}

.glsx-updated-content-container .glsx-updated-content-list .glsx-updated-carService {
  background-position: -510px -10px;
}

.glsx-updated-content-container .glsx-updated-content-list .glsx-updated-carService .content-img {
  background-position: -294px -10px;
}

.glsx-updated-content-container .glsx-updated-content-list .glsx-updated-carService a:hover .content-img {
  background-position: -436px -10px;
}

.glsx-updated-content-container .glsx-updated-content-list .glsx-updated-carTrip {
  background-position: -1010px -10px;
}

.glsx-updated-content-container .glsx-updated-content-list .glsx-updated-carTrip .content-img {
  background-position: -578px -10px;
}

.glsx-updated-content-container .glsx-updated-content-list .glsx-updated-carTrip a:hover .content-img {
  background-position: -720px -10px;
}

.glsx-partner-content-container {
  padding-bottom: 137px;
}

.glsx-partner-content-container h2 {
  letter-spacing: 4.21px;
}

.glsx-partner-content-container .title-p {
  margin-bottom: 114px;
}

.glsx-partner-content-container .glsx-partner-item {
  margin-left: 94px;
  font-size: 0;
}

.glsx-partner-content-container .glsx-partner-item li {
  width: 300px;
  display: inline-block;
  margin: 0 18px 38px 0;
}

.glsx-partner-content-container .glsx-partner-item img {
  border: none;
}

.title-p {
  font-size: 16px;
  color: #999999;
  letter-spacing: 2px;
  text-align: center;
}
/*# sourceMappingURL=glsx-index.css.map */