@import url('search.css?v=1.1');
.width1440 {
  max-width: 1440px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: border-box;
}
.banner {
  position: relative;
  height: 340px;
  min-width: 1200px;
}
.banner-white {
  color: #333;
}
.banner-white a {
  color: #333;
}
.banner-white .banner-ul {
  border-right: 2px solid rgba(51, 51, 51, 0.04);
}
.banner-white .banner-ul .banner-ul-item.active::after {
  background: #333;
}
.banner-white .banner-tabs .banner-tab.active::after {
  background: #333;
}
.banner-white .banner-tabs .banner-tab:nth-child(1) .banner-tab-img {
  background: url(/images/v11/apiservice/sprites-icon.png) center no-repeat;
  background-position: -46px -47px;
}
.banner-white .banner-tabs .banner-tab:nth-child(2) .banner-tab-img {
  background: url(/images/v11/apiservice/sprites-icon.png) center no-repeat;
  background-position: -82px -10px;
}
.banner-white .banner-tabs .banner-tab:nth-child(3) .banner-tab-img {
  background: url(/images/v11/apiservice/sprites-icon.png) center no-repeat;
  background-position: -82px -47px;
}
.banner-black {
  color: #fff;
}
.banner-black a {
  color: #fff;
}
.banner-black .banner-ul {
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}
.banner-black .banner-ul .banner-ul-item.active::after {
  background: #fff;
}
.banner-black .banner-tabs .banner-tab.active::after {
  background: #fff;
}
.banner-black .banner-tabs .banner-tab:nth-child(1) .banner-tab-img {
  background: url(/images/v11/apiservice/sprites-icon.png) center no-repeat;
  background-position: -46px -10px;
}
.banner-black .banner-tabs .banner-tab:nth-child(2) .banner-tab-img {
  background: url(/images/v11/apiservice/sprites-icon.png) center no-repeat;
  background-position: -10px -47px;
}
.banner-black .banner-tabs .banner-tab:nth-child(3) .banner-tab-img {
  background: url(/images/v11/apiservice/sprites-icon.png) center no-repeat;
  background-position: -10px -10px;
}
.banner-content {
  height: 100%;
}
.banner-main {
  position: relative;
  height: 100%;
}
.banner-item {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  transition: all 1s;
  background-size: auto 100%!important;
}
.banner-item.active {
  z-index: 2;
  opacity: 1;
}
.banner-item-content {
  line-height: 1;
}
.banner-item-title {
  padding-top: 120px;
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
}
.banner-item-text {
  padding-top: 14px;
  font-size: 16px;
  line-height: 1;
}
.banner-item-more {
  width: fit-content;
  margin-top: 22px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}
.banner-item-more:hover {
  opacity: 0.6;
}
.banner-icons {
  position: relative;
  height: 340px;
  margin-top: -340px;
}
.banner-ul {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: fit-content;
  z-index: 6;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.banner-ul .banner-ul-item {
  position: relative;
  padding: 14px 23px;
  font-size: 12px;
  line-height: 1;
  text-align: right;
  opacity: 0.28;
  transition: all 1s;
}
.banner-ul .banner-ul-item::after {
  opacity: 0;
}
.banner-ul .banner-ul-item.active {
  opacity: 1;
}
.banner-ul .banner-ul-item.active::after {
  content: '';
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  border-radius: 1px;
  opacity: 1;
}
.banner-ul .banner-ul-item:hover {
  opacity: 1;
}
.banner-other {
  position: relative;
}
.banner-tabs {
  position: absolute;
  left: 12px;
  bottom: 0;
  display: flex;
  z-index: 6;
}
.banner-tabs .banner-tab {
  display: flex;
  align-items: center;
  margin-right: 48px;
  padding: 16px 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  opacity: 0.38;
}
.banner-tabs .banner-tab.active {
  position: relative;
  opacity: 1;
}
.banner-tabs .banner-tab.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  border-radius: 2px;
}
.banner-tabs .banner-tab:hover {
  opacity: 1;
}
.banner-tabs .banner-tab .banner-tab-img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: 16px 16px;
}
.banner .banner-search {
  position: absolute;
  right: 12px;
  bottom: -17px;
  z-index: 6;
}
@media screen and (max-width: 750px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
  .banner {
    min-width: 100%;
    height: 4.8rem;
    padding-top: 1rem;
  }
  .banner .banner-ul {
    border-right: none;
  }
  .banner .banner-tabs {
    position: relative;
    left: 0;
    margin-top: 0.27rem;
  }
  .banner .banner-tabs a {
    color: #333;
  }
  .banner .banner-tabs .banner-tab.active::after {
    background: #333;
    height: 0.08rem;
    border-radius: 0.04rem;
  }
  .banner .banner-tabs .banner-tab {
    margin-right: 0.6rem;
    padding: 0.2rem 0;
    font-size: 0.3rem;
    font-weight: 400;
  }
  .banner .banner-tabs .banner-tab .banner-tab-img {
    display: none;
  }
  .banner .banner-tabs .banner-tab.active {
    font-weight: 600;
  }
  .banner .banner-search {
    display: none;
  }
  .banner-item {
    background-size: auto 3.11rem !important;
    background-position-x: 66%!important;
    background-position-y: 115%!important;
  }
  .width1440 {
    min-width: 100%;
    padding: 0 0.32rem;
  }
  .banner-item-content {
    text-align: center;
  }
  .banner-item-title {
    padding-top: 1.2rem;
    font-size: 0.6rem;
  }
  .banner-item-text {
    padding-top: 0.22rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-size: 0.28rem;
    line-height: 1.2;
  }
  .banner-item-more {
    margin: 0.28rem auto 0;
    font-size: 0.24rem;
  }
  .banner-ul {
    display: flex;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -0.34rem);
  }
  .banner-ul .banner-ul-item {
    width: 0.8rem;
    padding: 0.1rem 0;
    text-indent: 999rem;
    color: transparent;
    opacity: 1;
  }
  .banner-ul .banner-ul-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
    height: 0.04rem;
    border-radius: 0.2rem;
  }
  .banner-ul .banner-ul-item.active::after {
    display: none;
  }
  .banner-ul .banner-ul-item:nth-child(n+2) {
    margin-left: 0.2rem;
  }
  .banner-ul .banner-ul-item-text {
    display: none;
  }
  .banner-white .banner-ul .banner-ul-item::before {
    background: rgba(51, 51, 51, 0.2);
  }
  .banner-white .banner-ul .banner-ul-item.active::before {
    background: #333;
  }
  .banner-black .banner-ul .banner-ul-item::before {
    background: rgba(255, 255, 255, 0.2);
  }
  .banner-black .banner-ul .banner-ul-item.active::before {
    background: #fff;
  }
}
