.banner-container .banner-box {
  min-width: 1200px;
  height: 648px;
  background-color: #E9F2FF;
}
.banner-container .banner-box .banner-swiper-container {
  height: 100%;
}
.banner-container .banner-box .banner-swiper-container .banner-content {
  padding: 0 12px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-container .banner-box .banner-swiper-container .banner-content .banner-info .title {
  font-size: 32px;
  color: #222;
  font-weight: bold;
  line-height: 2;
}
.banner-container .banner-box .banner-swiper-container .banner-content .banner-info .title-img img {
  margin-bottom: 16px;
  height: 28px;
  width: auto;
}
.banner-container .banner-box .banner-swiper-container .banner-content .banner-info .desc {
  font-size: 24px;
  color: #555;
  line-height: 1.3;
}
.banner-container .banner-box .banner-swiper-container .banner-content .banner-info .btn {
  margin: 32px 0 0;
  padding: 10px 30px;
  min-width: 160px;
  background: linear-gradient(270deg, #165BFE 0%, #2E7AFF 100%);
  box-shadow: 0px 6px 16px 0px rgba(26, 99, 255, 0.2);
  border-radius: 100px;
  font-size: 18px;
  color: #fff;
}
.banner-container .banner-box .banner-swiper-container .banner-pagination {
  width: 1200px;
  text-align: left;
  left: 50%;
  bottom: 108px;
  transform: translateX(-50%);
}
.banner-container .banner-box .banner-swiper-container .banner-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  background: #C3E0FF;
  border-radius: 1px;
  opacity: 0.7;
}
.banner-container .banner-box .banner-swiper-container .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(270deg, #165BFE 0%, #2E7AFF 100%);
  box-shadow: 0px 6px 16px 0px rgba(26, 99, 255, 0.2);
  border-radius: 2px;
}
.banner-container .consult-box {
  margin: -88px auto;
  width: 100%;
  position: absolute;
  z-index: 2;
}
.banner-container .consult-box .consult-list {
  height: 160px;
}
.banner-container .consult-box .consult-list .consult-item {
  margin: 0 15px;
  padding: 24px 24px 0;
  width: 270px;
  height: 120px;
  background-image: url("https://www.wshoto.com/home/image/new/banner-bg1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
}
.banner-container .consult-box .consult-list .consult-item a {
  text-decoration: none;
}
.banner-container .consult-box .consult-list .consult-item .consult-info {
  text-align: left;
}
.banner-container .consult-box .consult-list .consult-item .consult-info .title {
  font-size: 18px;
  color: #222;
  font-weight: bold;
}
.banner-container .consult-box .consult-list .consult-item .consult-info .desc {
  padding-top: 4px;
  color: #707584;
  font-size: 14px;
  line-height: 1.5;
}
.banner-container .consult-box .consult-list .consult-item .check {
  width: 100%;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  font-weight: bold;
  color: #2B60DD;
  text-align: center;
  border-top: 1px solid rgba(184, 200, 223, 0);
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.banner-container .consult-box .consult-list .consult-item:hover {
  height: 100%;
  background-image: url('https://www.wshoto.com/home/image/new/banner-bg2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner-container .consult-box .consult-list .consult-item:hover .check {
  opacity: 1;
  border-top: 1px solid rgba(184, 200, 223, 0.2);
}
.sec-container.sec-1 {
  background: linear-gradient(180deg, #E5F0FF 0%, #E4EEFF 100%);
}
.sec-container.sec-1 .sec-title {
  padding: 180px 0 100px;
}
.sec-container.sec-1 .sec-item {
  position: absolute;
  transition: all 0.5s;
  cursor: pointer;
}
.sec-container.sec-1 .sec-item:hover {
  transform: translateY(-10%);
}
.sec-container.sec-1 .sec-item .item-img {
  width: 180px;
  height: 180px;
}
.sec-container.sec-1 .sec-item .item-title {
  font-size: 22px;
  color: #222;
  line-height: 1.4;
}
.sec-container.sec-1 .sec-item .item-desc {
  font-size: 16px;
  color: #52627C;
  line-height: 1.8;
}
.sec-container.sec-1 .sec-item.item1 {
  left: 287px;
  top: -144px;
}
.sec-container.sec-1 .sec-item.item2 {
  right: -40px;
  top: 133px;
}
.sec-container.sec-1 .sec-item.item3 {
  left: -50px;
  top: 133px;
}
.sec-container .sec-tabs {
  position: relative;
}
.sec-container .sec-tabs:after {
  content: '';
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(239, 241, 244, 0) 0%, #EAECF0 17%, #E4E7EC 84%, rgba(218, 222, 229, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec-container .sec-tabs .tab-item {
  margin: 0 20px;
  height: 48px;
  position: relative;
  cursor: pointer;
}
.sec-container .sec-tabs .tab-item .tab-icon {
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.sec-container .sec-tabs .tab-item .tab-icon.tab-icon1 {
  background-image: url("../images/icon_b2b_no.png");
}
.sec-container .sec-tabs .tab-item .tab-icon.tab-icon2 {
  background-image: url("../images/icon_training_no.png");
}
.sec-container .sec-tabs .tab-item .tab-icon.tab-icon3 {
  background-image: url("../images/icon_knowall_no.png");
}
.sec-container .sec-tabs .tab-item .tab-icon.tab-icon4 {
  background-image: url("../images/icon_after_sales_no.png");
}
.sec-container .sec-tabs .tab-item .tab-icon.tab-icon5 {
  background-image: url("../images/icon_channel_no.png");
}
.sec-container .sec-tabs .tab-item .tab-icon.tab-icon6 {
  background-image: url("../images/icon_metaverse_no.png");
}
.sec-container .sec-tabs .tab-item .tab-icon.tab-icon7 {
  background-image: url("../images/icon_innovative_service_no.png");
}
.sec-container .sec-tabs .tab-item .tab-icon.tab-icon8 {
  background-image: url("../images/icon_agency_operations_no.png");
}
.sec-container .sec-tabs .tab-item .tab-icon.tab-icon9 {
  background-image: url("../images/icon_public_opinion_monitoring_no.png");
}
.sec-container .sec-tabs .tab-item .tab-icon.tab-icon10 {
  background-image: url("../images/icon_customized_services_no.png");
}
.sec-container .sec-tabs .tab-item .tab-title {
  margin-left: 8px;
  font-size: 16px;
  color: #9BA7BA;
}
.sec-container .sec-tabs .tab-item:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #006cff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s;
}
.sec-container .sec-tabs .tab-item:hover:before,
.sec-container .sec-tabs .tab-item.active:before {
  width: 100%;
}
.sec-container .sec-tabs .tab-item:hover .tab-icon.tab-icon1,
.sec-container .sec-tabs .tab-item.active .tab-icon.tab-icon1 {
  background-image: url("../images/icon_b2b.png");
}
.sec-container .sec-tabs .tab-item:hover .tab-icon.tab-icon2,
.sec-container .sec-tabs .tab-item.active .tab-icon.tab-icon2 {
  background-image: url("../images/icon_training.png");
}
.sec-container .sec-tabs .tab-item:hover .tab-icon.tab-icon3,
.sec-container .sec-tabs .tab-item.active .tab-icon.tab-icon3 {
  background-image: url("../images/icon_knowall.png");
}
.sec-container .sec-tabs .tab-item:hover .tab-icon.tab-icon4,
.sec-container .sec-tabs .tab-item.active .tab-icon.tab-icon4 {
  background-image: url("../images/icon_after_sales.png");
}
.sec-container .sec-tabs .tab-item:hover .tab-icon.tab-icon5,
.sec-container .sec-tabs .tab-item.active .tab-icon.tab-icon5 {
  background-image: url("../images/icon_channel.png");
}
.sec-container .sec-tabs .tab-item:hover .tab-icon.tab-icon6,
.sec-container .sec-tabs .tab-item.active .tab-icon.tab-icon6 {
  background-image: url("../images/icon_metaverse.png");
}
.sec-container .sec-tabs .tab-item:hover .tab-icon.tab-icon7,
.sec-container .sec-tabs .tab-item.active .tab-icon.tab-icon7 {
  background-image: url("../images/icon_innovative_service.png");
}
.sec-container .sec-tabs .tab-item:hover .tab-icon.tab-icon8,
.sec-container .sec-tabs .tab-item.active .tab-icon.tab-icon8 {
  background-image: url("../images/icon_agency_operations.png");
}
.sec-container .sec-tabs .tab-item:hover .tab-icon.tab-icon9,
.sec-container .sec-tabs .tab-item.active .tab-icon.tab-icon9 {
  background-image: url("../images/icon_public_opinion_monitoring.png");
}
.sec-container .sec-tabs .tab-item:hover .tab-icon.tab-icon10,
.sec-container .sec-tabs .tab-item.active .tab-icon.tab-icon10 {
  background-image: url("../images/icon_customized_services.png");
}
.sec-container .sec-tabs .tab-item:hover .tab-title,
.sec-container .sec-tabs .tab-item.active .tab-title {
  color: #3977FF;
}
.sec-container .sec-tab-contents {
  margin-top: 60px;
  min-height: 480px;
  position: relative;
}
.sec-container .sec-tab-contents .tab-content-item {
  position: absolute;
  top: 0;
  left: 0;
}
.sec-container .sec-tab-contents .tab-content-item .left {
  margin: 20px 0 30px;
  opacity: 0;
  width: 530px;
  transform: translateX(40px);
  transition: all 0.3s;
}
.sec-container .sec-tab-contents .tab-content-item .right {
  padding-left: 100px;
  width: calc(100% - 530px);
  box-sizing: border-box;
}
.sec-container .sec-tab-contents .tab-content-item .right .title {
  padding-bottom: 36px;
  font-size: 24px;
  color: #222;
  line-height: 1.4;
  font-weight: bold;
  opacity: 0;
  transform: translateX(40px);
}
.sec-container .sec-tab-contents .tab-content-item .right .content {
  opacity: 0;
  transform: translateX(40px);
}
.sec-container .sec-tab-contents .tab-content-item .right .content .item {
  margin-bottom: 16px;
  width: 50%;
  display: flex;
  align-items: center;
}
.sec-container .sec-tab-contents .tab-content-item .right .content .circle {
  margin-right: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #2F6DFF;
}
.sec-container .sec-tab-contents .tab-content-item .right .content .desc {
  font-size: 16px;
  color: #69717E;
  line-height: 1.8;
}
.sec-container .sec-tab-contents .tab-content-item .right .box-line {
  margin: 35px 0 48px;
  width: 420px;
  border: 0.5px solid;
  border-image: linear-gradient(270deg, rgba(216, 232, 255, 0), #d8e8ff) 1 1;
  opacity: 0;
  transform: translateX(40px);
}
.sec-container .sec-tab-contents .tab-content-item .right .btns {
  opacity: 0;
  transform: translateX(40px);
}
.sec-container .sec-tab-contents .tab-content-item.active {
  z-index: 10;
}
.sec-container .sec-tab-contents .tab-content-item.active .left {
  opacity: 1;
  transform: translateX(0);
}
.sec-container .sec-tab-contents .tab-content-item.active .right .title,
.sec-container .sec-tab-contents .tab-content-item.active .right .content,
.sec-container .sec-tab-contents .tab-content-item.active .right .box-line,
.sec-container .sec-tab-contents .tab-content-item.active .right .btns {
  opacity: 1;
  transition: all 300ms ease-out 80ms;
  transform: translateX(0);
}
.sec-container.sec-3 .sec-tab-contents .tab-content-item .right {
  padding-left: 0;
  padding-right: 100px;
}
.sec-container .logo-list .logo-item {
  margin: 15px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #DFE7F2;
}
.sec-container .logo-list .logo-item .logo-img {
  width: auto;
  height: 100px;
}
.sec-container .count-list .count-item {
  flex: 1;
  text-align: center;
}
.sec-container .count-list .count-item .count-num {
  padding: 23px 0 26px;
  font-size: 54px;
  color: #0063FF;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-container .count-list .count-item .count-text {
  font-size: 20px;
  color: #455772;
  line-height: 1.4;
}
.sec-container.sec-5 {
  background-size: 100% 100%;
  background-position: center;
  background-image: url("../images/temp6-bg.png");
}
.sec-container.sec-5 .advantage-container {
  margin-top: 80px;
  background: linear-gradient(180deg, rgba(238, 246, 255, 0.92) 0%, rgba(253, 254, 255, 0.9) 100%);
  border: 1px solid;
  border-image: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0)) 1 1;
  border-radius: 20px;
  clip-path: inset(0 round 22px);
  backdrop-filter: blur(10px);
}
.sec-container.sec-5 .advantage-container .advantage-title {
  margin: 25px auto;
}
.sec-container.sec-5 .advantage-container .advantage-title .title {
  padding: 0 15px;
  font-size: 23px;
  font-weight: bold;
  color: #525862;
}
.sec-container.sec-5 .advantage-container .advantage-title .title-img {
  width: 140px;
}
.sec-container.sec-5 .advantage-container .advantage-list {
  padding: 30px 0;
}
.sec-container.sec-5 .advantage-container .advantage-list .advantage-item {
  flex: 1;
  text-align: center;
}
.sec-container.sec-5 .advantage-container .advantage-list .advantage-item .advantage-icon {
  width: 56px;
  height: 56px;
}
.sec-container.sec-5 .advantage-container .advantage-list .advantage-item .p {
  color: #455772;
  font-size: 14px;
  line-height: 1.4;
}
.sec-container.sec-6 .logo-move-container {
  overflow: hidden;
}
.sec-container.sec-6 .logo-move-container .logo-img {
  margin: 0 15px;
  width: 50%;
  height: 80px;
  display: inline-block;
}
.sec-container.sec-6 .logo-move-container .odd,
.sec-container.sec-6 .logo-move-container .even {
  margin: 20px;
  width: 7900px;
  animation: scrollToRight 110s linear infinite;
}
.sec-container.sec-7 .bg-right-top {
  width: 350px;
  top: 0;
  right: 0;
}
.sec-container.sec-7 .bg-left-bottom {
  width: 340px;
  left: 0;
  bottom: 0;
}
.sec-container.sec-7 .p {
  font-size: 20px;
  color: #52627C;
}
@keyframes scrollToRight {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .banner-container .banner-box {
    width: 100%;
    height: 70vh;
    min-width: 100%;
  }
  .banner-container .banner-box .banner-swiper-container {
    width: 100%;
  }
  .banner-container .banner-box .banner-swiper-container .banner-content {
    width: 100%;
    padding: 0;
  }
  .banner-container .banner-box .banner-swiper-container .banner-content .banner-info .title-img img {
    margin-bottom: 0.4rem /* 15/37.5 */;
    width: 100%;
    height: auto;
  }
  .banner-container .banner-box .banner-swiper-container .banner-content .banner-info .title {
    font-size: 0.587rem /* 22/37.5 */;
  }
  .banner-container .banner-box .banner-swiper-container .banner-content .banner-info .desc {
    font-size: 0.373rem /* 14/37.5 */;
  }
  .banner-container .banner-box .banner-swiper-container .banner-content .banner-info .btn {
    padding: 0.267rem /* 10/37.5 */ 0.8rem /* 30/37.5 */;
    margin-top: 0.533rem /* 20/37.5 */;
    min-width: 3.467rem /* 130/37.5 */;
    font-size: 0.373rem /* 14/37.5 */;
  }
  .sec-container.sec-1 .sec-title {
    padding: 1.333rem /* 50/37.5 */ 0;
  }
  .sec-container.sec-1 .sec-item {
    display: block;
  }
  .sec-container.sec-1 .sec-item.item1 {
    left: 3.2rem /* 120/37.5 */;
    top: -1.813rem /* -68/37.5 */;
  }
  .sec-container.sec-1 .sec-item.item2 {
    right: -0.187rem /* -7/37.5 */;
    top: 1.707rem /* 64/37.5 */;
  }
  .sec-container.sec-1 .sec-item.item3 {
    left: -0.187rem /* -7/37.5 */;
    top: 1.707rem /* 64/37.5 */;
  }
  .sec-container.sec-1 .sec-item .item-img {
    width: 1.6rem /* 60/37.5 */;
    height: 1.6rem /* 60/37.5 */;
  }
  .sec-container.sec-1 .sec-item .item-title {
    font-size: 0.32rem /* 12/37.5 */;
  }
  .sec-container.sec-1 .sec-item .item-desc {
    display: none;
  }
  .sec-container .sec-tabs {
    overflow-x: auto;
    justify-content: flex-start;
  }
  .sec-container .sec-tabs .tab-item {
    margin: 0 0.4rem /* 15/37.5 */;
  }
  .sec-container .sec-tabs .tab-item .tab-title {
    font-size: 0.373rem /* 14/37.5 */;
    white-space: nowrap;
  }
  .sec-container .sec-tab-contents {
    margin-top: 0.267rem /* 10/37.5 */;
    min-height: 14.667rem /* 550/37.5 */;
  }
  .sec-container .sec-tab-contents .tab-content-item {
    padding: 0 0.4rem /* 15/37.5 */;
    width: 100%;
    flex-wrap: wrap;
  }
  .sec-container .sec-tab-contents .tab-content-item .left {
    margin: 0.533rem /* 20/37.5 */ 0 0.8rem /* 30/37.5 */;
    width: 100%;
  }
  .sec-container .sec-tab-contents .tab-content-item .right {
    width: 100%;
    padding-left: 0;
  }
  .sec-container .sec-tab-contents .tab-content-item .right .title {
    padding-bottom: 0.533rem /* 20/37.5 */;
    font-size: 0.48rem /* 18/37.5 */;
    text-align: center;
  }
  .sec-container .sec-tab-contents .tab-content-item .right .content .item {
    margin-bottom: 0.267rem /* 10/37.5 */;
  }
  .sec-container .sec-tab-contents .tab-content-item .right .content .circle {
    margin-right: 0.133rem /* 5/37.5 */;
    width: 0.16rem /* 6/37.5 */;
    height: 0.16rem /* 6/37.5 */;
  }
  .sec-container .sec-tab-contents .tab-content-item .right .content .desc {
    font-size: 0.32rem /* 12/37.5 */;
  }
  .sec-container .sec-tab-contents .tab-content-item .right .box-line {
    margin: 0.4rem /* 15/37.5 */ auto 0.8rem /* 30/37.5 */;
    width: 100%;
    height: 1px;
    background: linear-gradient(243deg, rgba(216, 232, 255, 0) 0%, #D8E8FF 30%, #D8E8FF 51%, #D8E8FF 73%, rgba(216, 232, 255, 0) 100%);
    border-image: none;
    border: none;
  }
  .sec-container.sec-3 .sec-tab-contents .tab-content-item {
    flex-direction: column-reverse;
  }
  .sec-container.sec-3 .sec-tab-contents .tab-content-item .right {
    padding-right: 0;
  }
  .sec-container .logo-list .logo-item {
    margin: 0;
    width: 33.33%;
    border-radius: 0;
    border: none;
    text-align: center;
  }
  .sec-container .logo-list .logo-item .logo-img {
    height: 1.2rem /* 45/37.5 */;
  }
  .sec-container .count-list .count-item .count-num {
    padding: 0 0 0.267rem /* 10/37.5 */;
    font-size: 0.693rem /* 26/37.5 */;
  }
  .sec-container .count-list .count-item .count-text {
    font-size: 0.32rem /* 12/37.5 */;
  }
  .sec-container.sec-5 .advantage-container {
    margin-top: 0.8rem /* 30/37.5 */;
  }
  .sec-container.sec-5 .advantage-container .advantage-title .title {
    font-size: 0.427rem /* 16/37.5 */;
    font-weight: normal;
  }
  .sec-container.sec-5 .advantage-container .advantage-title .title-img {
    width: 2.133rem /* 80/37.5 */;
  }
  .sec-container.sec-5 .advantage-container .advantage-list {
    padding: 0.8rem /* 30/37.5 */ 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec-container.sec-5 .advantage-container .advantage-list .advantage-item {
    margin-bottom: 0.8rem /* 30/37.5 */;
    flex: none;
    width: 50%;
  }
  .sec-container.sec-5 .advantage-container .advantage-list .advantage-item .advantage-icon {
    width: 1.067rem /* 40/37.5 */;
    height: 1.067rem /* 40/37.5 */;
  }
  .sec-container.sec-5 .advantage-container .advantage-list .advantage-item .p {
    font-size: 0.32rem /* 12/37.5 */;
  }
  .sec-container.sec-6 .logo-move-container .logo-img {
    margin: 0.133rem /* 5/37.5 */;
    width: auto;
    height: 1.067rem /* 40/37.5 */;
  }
  .sec-container.sec-6 .logo-move-container .odd,
  .sec-container.sec-6 .logo-move-container .even {
    margin: 0.133rem /* 5/37.5 */;
  }
  .sec-container.sec-7 .bg-right-top {
    width: 2.133rem /* 80/37.5 */;
  }
  .sec-container.sec-7 .bg-left-bottom {
    width: 1.867rem /* 70/37.5 */;
  }
  .sec-container.sec-7 .p {
    font-size: 0.32rem /* 12/37.5 */;
  }
}
/*# sourceMappingURL=index.css.map */