/* 全球搜 GEO 版块样式 - 仅桌面端 */
.disabled { display: none; }

.theme-color { color: #ff6600 !important; }

.geo-layout {
  position: relative;
  width: 1394px;
  margin: 0 auto;
}

.geo-tit-bar {
  position: relative;
  text-align: center;
  padding: 40px 0;
  line-height: 1.6;
  font-family: "Microsoft YaHei", 微软雅黑, sans-serif;
}
.geo-tit-bar .title {
  position: relative;
  font-size: 48px;
  display: inline-block;
  padding: 0 22px;
}
.geo-tit-bar .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 13px;
  width: 100%;
  height: 18px;
  background-color: #e1edff;
  border-radius: 18px;
}
.geo-tit-bar .title em { font-style: normal; position: relative; }
.geo-tit-bar .desc { font-size: 32px; font-weight: bold; color: #000; }
.geo-tit-bar .desc p { margin: 0; }
.geo-tit-bar .tip { font-size: 14px; margin-top: 13px; color: #666; }

/* geo-example */
.geo-example {
  font-family: "Microsoft YaHei", 微软雅黑, sans-serif;
  padding: 5% 30px;
  background: url(../picture/hwgeo/bg04.jpg) left bottom / 100% no-repeat;
}
.geo-example .geo-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.geo-example .geo-tit-bar { text-align: left; width: 615px; }
.geo-example .geo-tit-bar .title { padding: 0 50px 0 0; }
.geo-example .geo-tabs {
  position: relative;
  width: 338px;
  max-width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.geo-example .geo-tabs li {
  position: relative;
  cursor: pointer;
  list-style: none;
}
.geo-example .geo-tabs li .inner {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  background-color: #e9f2ff;
  color: #000;
  border-radius: 20px;
  margin-top: 45px;
  padding: 4px 20px;
  transition-duration: 0.2s;
}
.geo-example .geo-tabs li .inner::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 53%;
  z-index: 2;
  transition-duration: 0.2s;
}
.geo-example .geo-tabs li:hover .inner::before,
.geo-example .geo-tabs li.current .inner::before { left: -1%; }
.geo-example .geo-tabs li.current .inner,
.geo-example .geo-tabs li:hover .inner {
  background-color: #ff6600;
  color: #fff;
}
.geo-example .geo-tabs li .inner strong { display: block; margin-right: 15px; }
.geo-example .geo-tabs li .inner em { font-style: normal; }
.geo-example .geo-tabs li .ico {
  position: absolute;
  right: 17px;
  top: 50%;
  display: block;
  width: 75px;
  height: 75px;
  background-image: url(../picture/hwgeo/icons.png);
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.geo-example .geo-tabs li .ico.ico-1 { background-position: -1084px -40px; }
.geo-example .geo-tabs li .ico.ico-2 { background-position: -1212px -40px; }
.geo-example .geo-tabs li .ico.ico-3 { background-position: -1333px -40px; }

.geo-example .geo-panel-wrap {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.geo-example .geo-panel-wrap .swiper {
  width: 413px;
  margin-left: 25%;
}
.geo-example .geo-panel-wrap .swiper-slide { width: 413px; }
.geo-example .geo-panel-wrap .swiper .swiper-slide img { width: 100%; display: block; }
.geo-example .geo-panel-wrap .geo-swiper-pagination {
  position: relative;
  text-align: center;
  margin: 30px 0 0;
  bottom: auto;
}
.geo-example .geo-panel-wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  margin: 0 5px;
}
.geo-example .geo-panel-wrap .swiper-pagination-bullet-active {
  background: #ff6600;
}

/* aeo-step */
.aeo-step {
  font-family: "Microsoft YaHei", 微软雅黑, sans-serif;
  background-color: #f0f6ff;
  padding: 30px 0 60px;
}
.aeo-step .aeo-tabs {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
.aeo-step .aeo-tabs li {
  position: relative;
  color: #000;
  margin: 35px 15px 10px 0;
  list-style: none;
}
.aeo-step .aeo-tabs li:last-child { margin-right: 0; }
.aeo-step .aeo-tabs li .inner,
.aeo-step .aeo-tabs li .arrow::before,
.aeo-step .aeo-tabs li .arrow::after,
.aeo-step .aeo-panel {
  transition-duration: 0.2s;
}
.aeo-step .aeo-tabs li .inner {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 293px;
  height: 173px;
  font-size: 22px;
  background: url(../picture/hwgeo/bg02.png) no-repeat #d6e6ff;
  border-radius: 18px;
}
.aeo-step .aeo-tabs li:hover .inner,
.aeo-step .aeo-tabs li.current .inner { background-color: #c3dbfe; }
.aeo-step .aeo-tabs li .inner .ico {
  position: absolute;
  z-index: 1;
  top: -35px;
  width: 70px;
  height: 70px;
  background-image: url(../picture/hwgeo/icons.png);
  background-repeat: no-repeat;
}
.aeo-step .aeo-tabs li .inner .ico.ico-1 { background-position: -735px -40px; }
.aeo-step .aeo-tabs li .inner .ico.ico-2 { background-position: -852px -40px; }
.aeo-step .aeo-tabs li .inner .ico.ico-3 { background-position: -963px -40px; }
.aeo-step .aeo-tabs li .inner .info {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 15px;
}
.aeo-step .aeo-tabs li .inner .info p { margin: 0; }
.aeo-step .aeo-tabs li .arrow {
  position: absolute;
  right: -70%;
  top: 50%;
  transform: translate(0, -50%);
  width: 166px;
  height: 106px;
  font-size: 22px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-style: normal;
}
.aeo-step .aeo-tabs li .arrow::before,
.aeo-step .aeo-tabs li .arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center top;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition-duration: 0.2s;
}
.aeo-step .aeo-tabs li .arrow::before {
  background-image: url(../picture/hwgeo/arrow.png);
}
.aeo-step .aeo-tabs li .arrow::after {
  background-image: url(../picture/hwgeo/arrow_after.png);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5) translate(-150%, -50%);
}
.aeo-step .aeo-tabs li:hover .arrow::before {
  opacity: 0;
  transform: scale(0.5) translate(100%, -50%);
  visibility: hidden;
}
.aeo-step .aeo-tabs li:hover .arrow::after {
  opacity: 0.8;
  transform: scale(1) translate(0, -50%);
  visibility: visible;
}
.aeo-step .aeo-tabs li .arrow em { position: relative; font-style: normal; z-index: 1; }

.aeo-step .aeo-panel-wrap {
  position: relative;
  min-height: 480px;
}
.aeo-step .aeo-panels {
  position: absolute;
  left: 50%;
  top: 60px;
  width: 925px;
  max-width: 100%;
  background: url(../picture/hwgeo/bg03.png) left top / cover no-repeat;
  padding: 10px;
  border-radius: 6px;
  transform: translateX(-50%);
}
.aeo-step .aeo-panels::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #fff;
  border-radius: 6px;
}
.aeo-step .aeo-panels::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -89px;
  width: 100%;
  height: 89px;
  background: url(../picture/hwgeo/shadow.png) center bottom / contain no-repeat;
}
.aeo-step .aeo-panel {
  position: relative;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  top: 0 !important;
}
.aeo-step .aeo-panel img { width: 100%; display: block; }

/* geo-blog */
.geo-blog {
  font-family: SourceHanSansCN, "Microsoft YaHei", 微软雅黑, sans-serif;
  clear: both;
  width: 100%;
  position: relative;
  background-color: #fff;
}
.geo-blog .top {
  position: relative;
  background: url(../picture/hwgeo/bg05.jpg) left top / 100% no-repeat;
  padding: 100px 0 50px;
  text-align: center;
  z-index: 1;
}
.geo-blog h2 {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 40px;
}
.geo-blog .top .geo-layout {
  position: relative;
}
.geo-blog .top .list {
  position: relative;
  width: 90%;
  margin: 0 auto;
  min-height: 382px;
  z-index: 2;
}
.geo-blog .top .list strong {
  font-family: "Microsoft YaHei", 微软雅黑, sans-serif;
  position: absolute;
  text-align: center;
  line-height: 1.3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 38px;
  text-shadow: rgba(0, 0, 0, 0.3) -10px 0 10px;
  z-index: 3;
  pointer-events: none;
}
.geo-blog .top .list strong p { margin: 0; }
.geo-blog .top .list strong::before,
.geo-blog .top .list strong::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 505px;
  height: 505px;
  transform: translate(-50%, -50%);
  background: url(../picture/hwgeo/circle1.png) center center / contain no-repeat;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
  pointer-events: none;
}
.geo-blog .top .list strong::before { animation-name: anticlockwise; }
.geo-blog .top .list strong::after {
  animation-name: clockwise;
  background-image: url(../picture/hwgeo/circle2.png);
}
.geo-blog .top .list ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.geo-blog .top .list li {
  width: 31%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 48px 0;
  margin-right: 10%;
  list-style: none;
}
.geo-blog .top .list li:nth-child(2n) {
  flex-direction: row-reverse;
  margin-right: 0;
}
.geo-blog .top .list li .ico {
  position: relative;
  display: inline-block;
  width: 95px;
  height: 95px;
  background-image: url(../picture/hwgeo/icons.png);
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.geo-blog .top .list li .ico.ico-1 { background-position: -1469px -28px; }
.geo-blog .top .list li .ico.ico-2 { background-position: -1644px -28px; }
.geo-blog .top .list li .ico.ico-3 { background-position: -1799px -29px; }
.geo-blog .top .list li .ico.ico-4 { background-position: -1975px -29px; }
.geo-blog .top .list li span {
  flex: 1;
  display: block;
  color: #fff;
  font-size: 26px;
  border-bottom: 2px dashed #fff;
  font-weight: bold;
  text-align: left;
  padding-bottom: 15px;
}
.geo-blog .top .list li:nth-child(2n) span { text-align: right; }

.geo-blog .top .geo-layout > img {
  position: relative;
  z-index: 1;
  display: block;
  width: 924px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.geo-blog .bottom {
  position: relative;
  z-index: 5;
  background-color: #fff;
  clear: both;
  padding: 30px 0 90px;
}
.geo-blog .bottom .geo-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 1394px;
  max-width: 90%;
}
.geo-blog .bottom li {
  position: relative;
  width: 30%;
  margin-top: 42px;
  list-style: none;
}
.geo-blog .bottom li::before,
.geo-blog .bottom li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ff6600, #e95d14);
  border-radius: 32px;
  transition-duration: 0.2s;
}
.geo-blog .bottom li::after {
  background: linear-gradient(120deg, #ff6600, #e95d14);
  opacity: 0;
}
.geo-blog .bottom li:hover::after { opacity: 1; }
.geo-blog .bottom li:hover::before { opacity: 0; }
.geo-blog .bottom li strong {
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
  font-size: 26px;
  color: #fff;
  font-weight: normal;
  line-height: 64px;
}
.geo-blog .bottom li .ico {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 76px;
  height: 78px;
  background-color: #fff;
  border-radius: 100%;
  background-image: url(../picture/hwgeo/icons.png);
  background-repeat: no-repeat;
}
.geo-blog .bottom li .ico::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../picture/hwgeo/icons.png) -2740px -37px no-repeat;
  transform-origin: center center;
}
.geo-blog .bottom li:hover .ico::before {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: clockwise1;
}
.geo-blog .bottom li .ico.ico-1 { background-position: -2115px -37px; }
.geo-blog .bottom li .ico.ico-2 { background-position: -2212px -37px; }
.geo-blog .bottom li .ico.ico-3 { background-position: -2306px -37px; }
.geo-blog .bottom li .ico.ico-4 { background-position: -2411px -37px; }
.geo-blog .bottom li .ico.ico-5 { background-position: -2511px -37px; }
.geo-blog .bottom li .ico.ico-6 { background-position: -2611px -37px; }

@keyframes clockwise {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes anticlockwise {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(-360deg); }
}
@keyframes clockwise1 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media screen and (max-width: 1440px) {
  .geo-example .geo-panel-wrap .swiper { margin-left: 0; }
}
@media screen and (max-width: 1394px) {
  .geo-layout { width: 90%; }
  .aeo-step .aeo-tabs li .arrow { right: -50%; width: 130px; }
  .geo-example .geo-panel-wrap .swiper { width: 65%; }
}
