.bossgoo-about-bigimg {
  position: relative;
  min-height: 50px;
}

.bossgoo-about-bigimg .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000;
  opacity: 0.3;
}

.bossgoo-about-bigimg .bigImgbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bossgoo-about-bigimg .title {
  position: absolute;
  font-family: var();
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}

.bossgoo-about-bigimg .bossgoo-breadbrumb2 {
  position: absolute;
  bottom: 10%;
  z-index: 3;
  color: #fff;
}

.bossgoo-about-bigimg .bossgoo-breadbrumb2 a {
  color: #fff;
  margin: 0 15px;
}

.bossgoo-about-company .title {
  margin-top: 100px;
  margin-bottom: 60px;
  font-size: 34px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}

.bossgoo-about-company .main {
  display: flex;
  justify-content: space-between;
}

.bossgoo-about-company .main .m_l {
  width: 50%;
}
.bossgoo-about-company .main .m_r {
  width: 45%;
  display: flex;
  align-items: center;
}

.bossgoo-about-company .main .m_l .text_title {
  font-size: 24px;
  color: #333333;
  margin: 35px 0;
  font-weight: bold;
}

.bossgoo-about-company .main .m_l .text {
  font-size: 16px;
  color: #666;
}

.bossgoo-about-relation {
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(123, 125, 133, 0.15);
  border-radius: 6px;
}

.bossgoo-about-relation .main {
  padding: 45px 50px;
}

.bossgoo-about-relation .main {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}

.bossgoo-about-relation .main li {
  width: 33%;
  display: flex;
  align-items: center;
}

.bossgoo-about-relation .main li .iconBox {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #f4edfe;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  flex-shrink: 0;
}

.bossgoo-about-relation .main li:nth-child(2) .iconBox {
  background-color: #fff9e6;
}

.bossgoo-about-relation .main li:nth-child(3) .iconBox {
  background-color: #e6f8ff;
}

.bossgoo-about-relation .main li .iconBox .icon-tel {
  font-size: 40px;
  color: #8f42ec;
}

.bossgoo-about-relation .main li .iconBox .icon-mail {
  font-size: 40px;
  color: #ffc20b;
}

.bossgoo-about-relation .main li .iconBox .icon-weizhi {
  font-size: 40px;
  color: #36b8eb;
}

.bossgoo-about-relation .main li .text p:nth-child(1) {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.bossgoo-about-relation .main li .text p:nth-child(2) {
  font-size: 18px;
  font-size: "Aria";
  color: #666;
}

.bossgoo-about-video {
  margin-bottom: 50px;
}

.bossgoo-about-video .title {
  font-size: 34px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  padding: 50px 0 40px;
}

.bossgoo-about-video .main-l {
  width: 75%;
  min-height: 260px;
}

.bossgoo-about-video .main-r {
  width: 25%;
}

.bossgoo-about-video .main-l .imgbox {
  /* display: flex;
    justify-content: center;
    align-items: center; */
  transition: all 0.5s;
}

.bossgoo-about-video .main-l .imgbox {
  width: 80%;
  margin: 0 auto;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  background-color: #000;
}

.bossgoo-about-video .main-l .imgbox .videoimg {
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.bossgoo-about-video .main-l .swiper-slide:hover .imgbox {
  width: 100%;
  transition: all 0.5s;
}

.bossgoo-about-video .main-l .imgbox .play {
  width: 20%;
  position: absolute;
  right: 10%;
  bottom: 0;
  transform: translateY(50%);
  opacity: 0;
  z-index: -1;
  cursor: pointer;
}

.bossgoo-about-video .main-l .swiper-slide:hover .imgbox .play {
  transition: all 0.5s;
  opacity: 1;
  z-index: 9;
}

.bossgoo-about-video .main-l .text {
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  font-family: var(--fontBarlowregular);
  font-weight: bold;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.bossgoo-about-video .main-l .date {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  transition: all 0.5s;
}

.bossgoo-about-video .main-l .swiper-slide:hover .text {
  width: 100%;
  transition: all 0.5s;
}

.bossgoo-about-video .main-l .swiper-slide:hover .date {
  width: 100%;
  transition: all 0.5s;
}

.bossgoo-about-video .main-l .date img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 5px;
  /* width: 80%; */
}

.bossgoo-about-video .main-l .date p {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #d0d0d0;
}

.bossgoo-about-video .main-l .video-swiper {
  position: relative;
  overflow: hidden;
}

.bossgoo-about-video .main-r .videoaddlink {
  background: url(../images/next.png) no-repeat center;
  padding: 14%;
  border-radius: 5px;
  overflow: hidden;
  background-size: contain;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bossgoo-about-video .main-r .videoaddlink p {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #ffffff;
}

.bossgoo-about-video .main-r .videoswiper-next i {
  font-size: 26px;
  color: #fff;
  margin-top: 10px;
}

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 9999;
  display: none;
}

.videoBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}

.videoBox video {
  width: 100%;
  max-height: 600px;
}

.boss-about-Trade {
  margin-top: 40px;
}

.boss-about-Trade .title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
}

.boss-about-Trade .main li {
  display: flex;
}

.boss-about-Trade .main li span:nth-child(1) {
  width: 200px;
  font-size: 16px;
  color: #666;
  flex-shrink: 0;
}
.boss-about-Trade .main li span:nth-child(2) {
  font-size: 16px;
  color: #999;
}

.body1440 {
  padding: 0 20px;
}

.phoneT {
  font-size: 40px;
  color: #333;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  display: none;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-about-bigimg {
    display: none;
  }

  .phoneT {
    display: block;
    margin-top: 40px;
  }

  .bossgoo-about-company .title {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .bossgoo-about-company .main {
    flex-direction: column;
  }

  .bossgoo-about-company .main .m_l .text {
    font-size: 28px;
    line-height: 1.2;
  }

  .bossgoo-about-company .main .m_l,
  .bossgoo-about-company .main .m_r {
    width: 100%;
  }

  .bossgoo-about-company .main .m_r img {
    width: 100%;
    margin-top: 10px;
  }

  .bossgoo-about-relation .main {
    flex-direction: column;
    padding: 20px;
  }

  .bossgoo-about-relation .main li {
    width: 100%;
    margin-bottom: 50px;
  }

  .bossgoo-about-video .main-r {
    display: none;
  }

  .bossgoo-about-video .main-l {
    width: 100%;
  }

  .boss-about-Trade .main li span:nth-child(1) {
    color: #333;
  }
}

@media only screen and (max-width: 767px) {
  .phoneT {
    margin-top: 20px;
    font-size: 20px;
  }
  .body1440 {
    padding: 0 10px;
  }

  .bossgoo-about-relation .main li .text p:nth-child(1) {
    font-size: 18px;
  }

  .bossgoo-about-relation .main li .text p:nth-child(2) {
    font-size: 14px;
  }

  .bossgoo-about-relation .main li {
    margin-bottom: 20px;
  }

  .bossgoo-about-company .title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .bossgoo-about-company .main .m_l .text {
    font-size: 14px;
  }

  .bossgoo-about-relation .main li .iconBox {
    margin-right: 20px;
  }

  .bossgoo-about-video .main-l .imgbox img {
    width: 100%;
  }

  .bossgoo-about-relation .main li .iconBox {
    width: 45px;
    height: 45px;
  }

  .bossgoo-about-relation .main li .iconBox .icon-tel {
    font-size: 24px;
  }

  .bossgoo-about-video {
    margin-bottom: 0;
  }

  .bossgoo-about-video .main-l {
    min-height: 100px;
  }

  .bossgoo-about-video .title {
    padding: 30px 0 20px;
    font-size: 20px;
  }

  .boss-about-Trade .main li span:nth-child(1) {
    width: 130px;
  }

  .boss-about-Trade {
    margin-top: 30px;
  }
}

.bossgoo-about-company .main .m_l .text {
  line-height: 2;
}
.bossgoo-about-video .main-l .text {
  width: 95%;
  margin-top: 20px;
  font-size: 18px;
  font-weight: initial;
}
.bossgoo-about-video .main-l .date {
  width: 95%;
}
.bossgoo-about-video .main-l .swiper-slide:hover .text,
.bossgoo-about-video .main-l .swiper-slide:hover .date {
  width: 95%;
}
.bossgoo-about-video .main-l .imgbox .play {
  right: 10px;
}
.boss-about-Trade .basic_info p,
.boss-about-Trade .trade-boxText p {
  margin-bottom: 6px;
}
.boss-about-Trade .basic_info p:last-child,
.boss-about-Trade .trade-boxText p:last-child {
  margin-bottom: 0;
}
.body1440 {
  padding-bottom: 50px;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-about-company .main .m_l .text {
    line-height: 1.5;
  }
  .body1440 {
    padding-bottom: 0.6rem;
  }
  .bossgoo-breadbrumb2 {
    font-size: 0.28rem;
    padding: 0 0.4rem 0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .bossgoo-breadbrumb2 {
    padding: 0 0.2rem 0.4rem;
  }
  .bossgoo-about-video .main-l .text {
    font-size: 0.28rem;
    line-height: 1.5;
  }
  .bossgoo-about-video .main-l .date p {
    font-size: 0.28rem;
  }
}
@media only screen and (max-width: 480px) {
  .bossgoo-about-video .main-l .imgbox .play {
    right: 0;
  }
  .bossgoo-about-video .main-l .date img {
    width: 0.28rem;
    height: 0.28rem;
  }
}
