body {
  color: #000;
}

.title_com {
  font-size: 40px;
  text-align: center;
  font-weight: 400;
}
#banner a,
#banner a img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.centerA {
  padding: 68px 0 140px;
  text-align: center;
  background: url(/static/geotmw/image/geo/a_bg.png) center center no-repeat;
  background-size: 1449px 410px;
}

.centerA .marquee_wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 40px 90px 0;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 20%,
    #000 80%,
    transparent
  );
}
.centerA .marquee_wrapper img {
  width: 100vw;
}

.centerA .subtitle {
  font-size: 16px;
  line-height: 40px;
}

.centerB {
  padding: 100px 0;
  background: #f6f7fa;
}

.centerB .title_com {
  text-align: left;
}

.centerB ul > li {
  display: flex;
  background: #ffffff;
  border-radius: 30px 30px 30px 30px;
  height: 400px;
}

.centerB ul > li + li {
  margin-top: 46px;
}

.centerB .img {
  width: 640px;
  flex-shrink: 0;
}
.centerB .img img {
  width: 100%;
  height: 100%;
}

.centerB .desc {
  padding: 80px 50px;
}

.centerB .desc .subtitle {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  margin-top: 15px;
}

.centerB .desc .detail_btn {
  width: 160px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(270deg, #0251fb 0%, #096aff 100%);
  border-radius: 10px;
  font-size: 16px;
  margin-top: 50px;
}

.centerC {
  padding: 80px 0;
}

.tabs-header {
  width: 400px;
  height: 48px;
  background: linear-gradient(270deg, #ebf2ff 0%, #ebf3ff 100%);
  border-radius: 10px;
  display: flex;
  padding: 4px;
  margin: 24px auto 30px;
}

.tabs-header .nav-item {
  flex: 1;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
}

.tabs-header .nav-item.layui-this {
  background: linear-gradient(270deg, #0251fb 0%, #096aff 100%);
  color: #fff;
}
.tabs-body .tabs-item {
  display: none;
}
.tabs-body .tabs-item .layui-collapse {
  border: none;
}

.tabs-body .tabs-item .layui-colla-item {
  border: 1px solid #f0f0f0 !important;
  border-radius: 10px;
}

.tabs-body .tabs-item .layui-colla-item + .layui-colla-item {
  margin-top: 10px;
}

.tabs-body .tabs-item .layui-colla-title {
  height: auto;
  line-height: normal;
  padding: 18px 20px;
  font-size: 16px;
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tabs-body
  .tabs-item
  .layui-colla-item:not(.layui-show):hover
  .layui-colla-title {
  background: #f2f8ff;
}

.tabs-body .tabs-item .layui-colla-title .layui-icon-addition {
  transition: all 0.2s;
  font-weight: bold;
}

.tabs-body .tabs-item .layui-show > .layui-colla-title .layui-icon-addition {
  transform: rotate(45deg);
}

.tabs-body .tabs-item .layui-colla-title .layui-colla-icon {
  display: none;
}

.tabs-body .tabs-item .layui-colla-content {
  color: #666;
  padding: 0 20px 16px;
  position: relative;
  margin-top: -8px;
  border: none;
  font-size: 16px;
  line-height: 24px;
}

.centerC .more_btn {
  display: block;
  width: 300px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: linear-gradient(270deg, #0251fb 0%, #096aff 100%);
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  margin: 48px auto 0;
}

.centerD {
  height: 240px;
  background: url(/static/geotmw/image/geo/d_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

.centerD .btn_group {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-left: auto;
  margin-right: 360px;
}

.centerD .btn_group .btn {
  width: 240px;
  height: 48px;
  border-radius: 10px 10px 10px 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
}

.centerD .btn_group .btn:first-child {
  background: linear-gradient(88deg, #ffffff 0%, #e3f4ff 100%);
  color: #05173a;
}

.centerD .btn_group .btn:last-child {
  background: transparent;
  color: #fff;
  border: 1px solid #ffffff;
}
.centerD .btn_group .btn:last-child img:hover + .tips {
  display: block;
}
.centerD .btn_group .btn .tips {
  background: #fff;
  width: 120px;
  height: 120px;
  padding: 5px;
  position: absolute;
  border-radius: 5px;
  left: 246px;
  display: none;
}
.centerD .btn_group .btn .tips img {
  width: 100%;
  height: 100%;
}
