@charset "UTF-8";

body {
  margin: 0 auto;
  max-width: 1920px;
}

.disn {
  display: none !important;
}

.ap {
  cursor: default;
  pointer-events: none;
}

.container {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  text-align: center;
}

.wap-nav-icon {
  transition: all 0.5s;
}

* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei, Arial;
}

html,
body {
  height: 100%;
  font-size: 0;
}

img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

a {
  cursor: pointer;
  outline-style: none;
  color: #333;
  text-decoration: none;
}

li {
  list-style: none;
}

.allPC {
  display: block;
}

.allMoblie {
  display: none;
}

.experience-pc {
  background: #fff;
  padding: 120px 0;
  padding-top: 60px;
}

.experience-pc .experience-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 67px;
  width: 100%;
  height: auto;
}

.experience-pc .experience-top .experience-r {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.experience-pc .experience-top .experience-r > span {
  color: #111111;
  font-size: 42px;
  line-height: 50px;
  text-align: left;
}

.experience-pc .experience-top .experience-r > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}

.experience-pc .experience-top .experience-r > div > span {
  color: #888888;
  font-size: 24px;
  line-height: 36px;
}

.experience-pc .experience-top .experience-r > div > div {
  display: inline-block;
  margin-left: 10px;
  width: 50px;
  height: 50px;
}

.experience-pc .experience-top .experience-r > div > div > img {
  width: 100%;
  height: 100%;
}

.experience-pc .experience-top .experience-r > div ._one:hover {
  position: relative;
}

.experience-pc .experience-top .experience-r > div ._one:hover::before {
  display: block;
  position: absolute;
  top: -108%;
  left: -140%;
  z-index: 2;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  background: #fff;
  padding: 12px;
  width: 194px;
  height: 44px;
  content: "华为协作平板金牌分销商";
  color: #111111;
  font-size: 14px;
}

.experience-pc .experience-top .experience-r > div ._one:hover .tip {
  position: absolute;
  top: -20%;
  left: 33%;
  z-index: 2;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.experience-pc .experience-top .experience-r > div ._two:hover {
  position: relative;
}

.experience-pc .experience-top .experience-r > div ._two:hover::before {
  display: block;
  position: absolute;
  top: -108%;
  left: -106%;
  z-index: 2;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  background: #fff;
  padding: 12px;
  width: 167px;
  height: 44px;
  content: "华为视讯金牌分销商";
  color: #111111;
  font-size: 14px;
}

.experience-pc .experience-top .experience-r > div ._two:hover .tip {
  position: absolute;
  top: -20%;
  left: 33%;
  z-index: 2;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.experience-pc .experience-top .experience-l {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.experience-pc .experience-top .experience-l > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}

.experience-pc .experience-top .experience-l > div > img {
  width: 20px;
  height: 20px;
}

.experience-pc .experience-top .experience-l > div > span {
  margin-left: 10px;
  color: #111111;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.experience-pc .experience-top .experience-l > div:nth-of-type(1) {
  margin-top: 0;
}

.experience-pc .experience-bot {
  width: 100%;
  height: 640px;
}

.experience-pc .experience-bot .swiper-slide {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.experience-pc .experience-bot .swiper-slide > img {
  margin-top: -20px;
  border-radius: 2px;
  width: 100%;
}

.experience-pc .experience-bot .swiper-button-prev,
.experience-pc .experience-bot .swiper-button-next {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
}

.experience-pc .experience-bot .swiper-button-prev > img,
.experience-pc .experience-bot .swiper-button-next > img {
  width: 20px;
  height: 20px;
}

.experience-pc .experience-bot .swiper-button-prev > img:nth-of-type(1),
.experience-pc .experience-bot .swiper-button-next > img:nth-of-type(1) {
  display: block;
}

.experience-pc .experience-bot .swiper-button-prev > img:nth-of-type(2),
.experience-pc .experience-bot .swiper-button-next > img:nth-of-type(2) {
  display: none;
}

.experience-pc .experience-bot .swiper-button-prev:hover > img:nth-of-type(1),
.experience-pc .experience-bot .swiper-button-next:hover > img:nth-of-type(1) {
  display: none;
}

.experience-pc .experience-bot .swiper-button-prev:hover > img:nth-of-type(2),
.experience-pc .experience-bot .swiper-button-next:hover > img:nth-of-type(2) {
  display: block;
}

.experience-pc .experience-bot .swiper-button-prev {
  left: 30px;
}

.experience-pc .experience-bot .swiper-button-next {
  right: 30px;
}

.experience-pc .experience-bot .swiper-pagination-bullets {
  bottom: 30px;
  left: 40%;
}

.experience-pc .experience-bot .swiper-pagination-bullet {
  border-radius: 1px !important;
  background: rgba(255, 255, 255, 0.5);
  width: 8px !important;
  height: 8px !important;
}

.experience-pc .experience-bot .swiper-pagination-bullet-active {
  background-color: #c7000b !important;
  width: 16px !important;
  height: 8px;
}

.solution-pc {
  background: #f5f5f6;
  padding: 120px 0;
  width: 100%;
  height: auto;
}

.solution-pc .solution-title {
  color: #111111;
  font-size: 42px;
  line-height: 50px;
  text-align: left;
}

.solution-pc .solution-box {
  margin-top: 60px;
  width: 100%;
  height: auto;
}

.solution-pc .solution-box .solution-tab {
  display: flex;
  flex-direction: row;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 78px;
}

.solution-pc .solution-box .solution-tab > div {
  position: relative;
  cursor: pointer;
  width: 235px;
  height: 100%;
  color: #111111;
  font-size: 16px;
  line-height: 78px;
  text-align: center;
  text-align: center;
}

.solution-pc .solution-box .solution-tab > div::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #ccc;
  width: 1px;
  height: 30px;
  content: "";
}

.solution-pc .solution-box .solution-tab > div:hover {
  color: #c7000b;
}

.solution-pc .solution-box .solution-tab > div:last-child::after {
  width: 0;
}

.solution-pc .solution-box .solution-tab .dvactive {
  background: #fff;
  color: #c7000b;
}

.solution-pc .solution-box .solution-tab .dvactive::after {
  width: 0;
}

.solution-pc .solution-box .solution-tab .dvactive1::after {
  width: 0;
}

.solution-pc .solution-box .solution-content {
  width: 100%;
  height: auto;
}

.solution-pc .solution-box .solution-content .solution-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.solution-pc .solution-box .solution-content .solution-item > div {
  position: relative;
  margin-top: 30px;
  margin-right: 30px;
  border-radius: 2px;
  background: #ffffff;
  padding: 0 20px;
  width: 330px;
  height: 358px;
}

.solution-pc .solution-box .solution-content .solution-item > div:hover {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
}

.solution-pc .solution-box .solution-content .solution-item > div > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solution-pc .solution-box .solution-content .solution-item > div > a > img {
  position: relative;
  margin-top: 60px;
  width: 180px;
  height: 180px;
}

.solution-pc
  .solution-box
  .solution-content
  .solution-item
  > div
  > a
  .imgactive {
  opacity: 0.3;
}

.solution-pc .solution-box .solution-content .solution-item > div > a > p {
  margin-top: 10px;
  width: 100%;
  color: #111100;
  font-size: 14px;
  text-align: center;
}

.solution-pc .solution-box .solution-content .solution-item .active::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  cursor: pointer;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.5);
  width: 124px;
  height: 40px;
  content: "暂未在此展示";
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

.solution-pc
  .solution-box
  .solution-content
  .solution-item
  > div:nth-of-type(4n) {
  margin-right: 0;
}

.solution-pc .solution-box .solution-content .solution-itemactive {
  display: block;
  margin-top: 30px;
  width: 100%;
  height: 358px;
  font-size: 42px;
  line-height: 358px;
  text-align: center;
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .container,
  .banner-item-box {
    zoom: 0.85;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .container,
  .banner-item-box {
    zoom: 0.65;
  }
}

@media screen and (min-width: 990px) and (max-width: 1024px) {
  .container,
  .banner-item-box {
    zoom: 0.69;
  }
}

@media screen and (max-width: 990px) {
  body {
    background: #f8f8f8 !important;
  }

  .allPC {
    display: none;
  }

  .allMoblie {
    display: block;
  }

  .container-mb {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 91.4666666667vw;
    height: 100%;
    text-align: center;
  }

  .header-mb {
    position: relative;
    background-size: cover !important;
    padding-bottom: 53.3333333333vw;
    width: 100%;
    height: 60.2666666667vw;
  }

  .header-mb .header-box {
    position: relative;
    top: 47.2vw;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: 8vw 4.2666666667vw;
    max-width: 91.4666666667vw;
  }

  .header-mb .header-box .header-top-mb {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 4.2666666667vw;
    width: 100%;
    height: auto;
  }

  .header-mb .header-box .header-top-mb > div:nth-of-type(1) {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .header-mb .header-box .header-top-mb > div:nth-of-type(1) > span {
    color: #111111;
    font-size: 5.0666666667vw;
    line-height: 5.0666666667vw;
  }

  .header-mb .header-box .header-top-mb > div:nth-of-type(1) > img {
    margin-left: 1.3333333333vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }

  .header-mb .header-box .header-top-mb > p:nth-of-type(1) {
    margin-top: 2.6666666667vw;
    color: #888888;
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
  }

  .header-mb .header-box .header-top-mb > p:nth-of-type(2) {
    margin-top: 2vw;
    color: #888888;
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
  }

  .header-mb .header-box .header-top-mb > p:nth-of-type(3) {
    margin-top: 2vw;
    color: #888888;
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
  }

  .header-mb .header-box .header-top-mb > div:nth-of-type(2) {
    display: flex;
    flex-direction: row;
    margin-top: 4vw;
  }

  .header-mb .header-box .header-top-mb > div:nth-of-type(2) > div {
    border-radius: 4px;
    background: rgba(199, 0, 11, 0.03);
    width: 13.8666666667vw;
    height: 4.6666666667vw;
    text-align: center;
    stroke-linejoin: 4.6666666667vw;
    margin-right: 1.3333333333vw;
    color: #c7000b;
    font-size: 2.6666666667vw;
  }

  .header-mb .header-box .header-bot-mb {
    display: flex;
    flex-direction: row;
    padding-top: 4vw;
  }

  .header-mb .header-box .header-bot-mb > div:nth-of-type(1) {
    display: inline-block;
    border-right: 1px solid #e7e7e7;
    padding-right: 4.2666666667vw;
    width: 63.6vw;
    height: auto;
    color: #888888;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }

  .header-mb .header-box .header-bot-mb > div:nth-of-type(2) {
    margin-left: 4.2666666667vw;
  }

  .header-mb .header-box .header-bot-mb > div:nth-of-type(2) > a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header-mb .header-box .header-bot-mb > div:nth-of-type(2) > a > img {
    width: 4.8vw;
    height: 4.8vw;
  }

  .header-mb .header-box .header-bot-mb > div:nth-of-type(2) > a > p {
    margin-top: 1.3333333333vw;
    color: #888888;
    font-size: 2.6666666667vw;
  }

  .banner-mb {
    padding-top: 61.3333333333vw;
    padding-bottom: 8vw;
  }

  .banner-mb img {
    width: 100%;
  }

  .solution-mb {
    padding-bottom: 16vw;
    width: 100%;
    height: auto;
  }

  .solution-mb .container-mb {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    background: #ffffff;
  }

  .solution-mb .container-mb .solution-content-mb {
    display: flex;
    flex-direction: row;
    padding-top: 4vw;
    padding-bottom: 8vw;
    width: 100%;
    height: auto;
  }

  .solution-mb .container-mb .solution-content-mb .solution-tab-l {
    display: flex;
    flex-direction: column;
    margin-top: 4vw;
    border-right: 1px solid #e7e7e7;
    width: 30.9333333333vw;
    height: auto;
  }

  .solution-mb .container-mb .solution-content-mb .solution-tab-l > div {
    padding-left: 2.1333333333vw;
    width: 100%;
    height: 9.0666666667vw;
    color: #111111;
    font-size: 2.6666666667vw;
    line-height: 9.0666666667vw;
    letter-spacing: 0;
    text-align: left;
  }

  .solution-mb .container-mb .solution-content-mb .solution-tab-l .dvactivemb {
    position: relative;
    color: #c7000b;
  }

  .solution-mb
    .container-mb
    .solution-content-mb
    .solution-tab-l
    .dvactivemb::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 1px;
    background: #c7000b;
    width: 0.5333333333vw;
    height: 2.4vw;
    content: "";
  }

  .solution-mb .container-mb .solution-content-mb .solution-box-mb {
    width: 60.5333333333vw;
    height: 100%;
  }

  .solution-mb
    .container-mb
    .solution-content-mb
    .solution-box-mb
    .solution-item-mb {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .solution-mb
    .container-mb
    .solution-content-mb
    .solution-box-mb
    .solution-item-mb
    > div {
    position: relative;
    margin-top: 4vw;
    margin-left: 4vw;
    width: 24vw;
    height: 28.4vw;
  }

  .solution-mb
    .container-mb
    .solution-content-mb
    .solution-box-mb
    .solution-item-mb
    > div
    > a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .solution-mb
    .container-mb
    .solution-content-mb
    .solution-box-mb
    .solution-item-mb
    > div
    > a
    > img {
    width: 16vw;
    height: 16vw;
  }

  .solution-mb
    .container-mb
    .solution-content-mb
    .solution-box-mb
    .solution-item-mb
    > div
    > a
    .imgactivemb {
    opacity: 0.3;
  }

  .solution-mb
    .container-mb
    .solution-content-mb
    .solution-box-mb
    .solution-item-mb
    > div
    > a
    > p {
    display: block;
    margin-top: 1.3333333333vw;
    width: 24vw;
    height: 10.9333333333vw;
    color: #111100;
    font-size: 2.4vw;
    line-height: 3.6vw;
    text-align: center;
  }

  .solution-mb
    .container-mb
    .solution-content-mb
    .solution-box-mb
    .solution-item-mb
    .activemb::after {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    padding: 2vw;
    padding-top: 2.6666666667vw;
    width: 12.2666666667vw;
    height: 12.2666666667vw;
    content: "暂未在此展示";
    color: #fff;
    font-size: 2.4vw;
  }

  .solution-mb
    .container-mb
    .solution-content-mb
    .solution-box-mb
    .solution-item-mbactive {
    display: block;
    width: 100%;
    height: 54.4vw;
    font-size: 3.7333333333vw;
    line-height: 54.4vw;
    text-align: center;
  }
}
