﻿.text-hidden1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bossgoo-aboutus3 .bossgoo-breadbrumb1.pc {
  background: none;
}
.bossgoo-aboutus3 .bossgoo-breadbrumb1 .wrap {
  padding: 24px 0;
  color: #999;
}
.bossgoo-aboutus3 .bossgoo-breadbrumb1.pc .wrap {
  padding: 0;
  color: #999;
  text-align: center;
}
.bossgoo-aboutus3 .bossgoo-breadbrumb1 i {
  margin: 0 10px;
}
.bossgoo-aboutus3 .bossgoo-breadbrumb1.pc span,
.bossgoo-aboutus3 .bossgoo-breadbrumb1.pc i,
.bossgoo-aboutus3 .bossgoo-breadbrumb1.pc a {
  color: #fff;
}
.bossgoo-aboutus3 .contacthead {
  min-height: 100px;
  width: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bossgoo-aboutus3 .contacthead .titlebox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bossgoo-aboutus3 .contacthead .titlebox .pagetitle {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}
.bossgoo-aboutus3 .phonepad .aboutbar {
  width: 100%;
  display: flex;
  max-height: 600px;
  margin-top: 90px;
}
.bossgoo-aboutus3 .phonepad .aboutbar .aboutleft {
  width: 50%;
  padding-right: 20px;
}
.bossgoo-aboutus3 .phonepad .aboutbar .aboutleft .abouttitle {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  font-family: var(--fontRegular);
  margin-bottom: 20px;
}
.bossgoo-aboutus3 .phonepad .aboutbar .aboutleft .content {
  height: 400px;
  overflow-y: scroll;
  padding-right: 20px;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.bossgoo-aboutus3 .phonepad .aboutbar .aboutleft .content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: rgba(240, 240, 240, 0);
}
.bossgoo-aboutus3
  .phonepad
  .aboutbar
  .aboutleft
  .content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0);
}
.bossgoo-aboutus3
  .phonepad
  .aboutbar
  .aboutleft
  .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
  background-color: #bfbfbf;
}
.bossgoo-aboutus3 .phonepad .aboutbar .aboutright {
  width: 50%;
  height: 100%;
}
.bossgoo-aboutus3 .phonepad .aboutbar .aboutright img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 600px;
}
.bossgoo-aboutus3 .phonepad .aboutbottom {
  padding: 60px 0 20px;
}
.bossgoo-aboutus3 .phonepad .aboutbottom ul {
  width: 100%;
  display: flex;
}
.bossgoo-aboutus3 .phonepad .aboutbottom ul li {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #cdcdcd;
  padding: 10px 0;
}
.bossgoo-aboutus3 .phonepad .aboutbottom ul li:last-child {
  border-right: 0;
}
.bossgoo-aboutus3 .phonepad .aboutbottom ul li p:first-child {
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 1px;
}
.bossgoo-aboutus3 .phonepad .aboutbottom ul li p:last-child {
  font-size: 20px;
}
.bossgoo-aboutus3 .graybg {
  width: 100%;
  background: #fcfcfc;
}
.bossgoo-aboutus3 .graybg .videoNavOne {
  margin-bottom: 30px;
}
.bossgoo-aboutus3 .graybg .videoNavOne ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: solid 1px #cdcdcd;
  padding: 40px 0;
}
.bossgoo-aboutus3 .graybg .videoNavOne ul li {
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  padding: 8px 15px;
  border-radius: 20px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.bossgoo-aboutus3 .graybg .videoNavOne ul li:hover {
  background: var(--themeColor);
  color: #fff;
}
.bossgoo-aboutus3 .graybg .videoNavOne ul li.active {
  background: var(--themeColor);
  color: #fff;
}
.bossgoo-aboutus3 .graybg .changeoutbox {
  width: 100%;
  height: auto;
}
.bossgoo-aboutus3 .graybg .changebox {
  display: none;
}
.bossgoo-aboutus3 .graybg .changebox.active {
  display: block;
}
.bossgoo-aboutus3 .graybg .changebox .companyTitle {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  font-family: var(--fontRegular);
  margin-bottom: 20px;
}
.bossgoo-aboutus3 .graybg .changebox .infotable {
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
}
.bossgoo-aboutus3 .graybg .changebox .infotable tr th {
  text-align: left;
  width: auto;
  vertical-align: top;
}
.bossgoo-aboutus3 .graybg .video {
  padding: 60px 0;
}
.bossgoo-aboutus3 .graybg .video .videoTitle {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  font-family: var(--fontRegular);
  margin-bottom: 20px;
}
.bossgoo-aboutus3 .graybg .video .videolist {
  display: grid;
  grid-template-columns: repeat(3, minmax(320px, 1fr));
  gap: 30px;
}
.bossgoo-aboutus3 .graybg .video .videolist .videobox {
  border-radius: 12px;
  overflow: hidden;
}
.bossgoo-aboutus3 .graybg .video .videolist .videobox .imgBox {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.bossgoo-aboutus3 .graybg .video .videolist .videobox .imgBox .innerbox {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bossgoo-aboutus3
  .graybg
  .video
  .videolist
  .videobox
  .imgBox
  .innerbox
  .videoposter {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bossgoo-aboutus3 .graybg .video .videolist .videobox .imgBox .playicon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.bossgoo-aboutus3 .graybg .video .videolist .videobox .imgBox .date {
  width: 50px;
  height: 80px;
  display: flex;
  padding: 5px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  left: 40px;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bossgoo-aboutus3 .graybg .video .videolist .videobox .imgBox .date .month {
  color: #fff;
  font-size: 20px;
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.bossgoo-aboutus3 .graybg .video .videolist .videobox .imgBox .date .day {
  color: #fff;
  font-size: 16px;
}
.bossgoo-aboutus3 .graybg .video .videolist .videobox .imgBox .videoname {
  opacity: 0;
  width: 100%;
  background-color: var(--themeColor);
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  transition: all 0.5s;
}
.bossgoo-aboutus3 .graybg .video .videolist .videobox .imgBox .videoname a {
  display: inline-block;
  width: 100%;
  height: 100%;
  height: 42px;
  line-height: 42px;
  color: #fff;
}
.bossgoo-aboutus3 .graybg .video .videolist .videobox .imgBox:hover .videoname {
  opacity: 0.8;
}
.bossgoo-aboutus3 .contactus {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bossgoo-aboutus3 .contactus .contactustext {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 20px;
}
.bossgoo-aboutus3 .contactus div {
  display: flex;
  width: 600px;
  height: 44px;
  border-radius: 22px;
  justify-content: center;
  overflow: hidden;
}
.bossgoo-aboutus3 .contactus div input {
  padding-left: 30px;
  width: calc(100% - 125px);
  background: #fff;
  font-size: 16px;
}
.bossgoo-aboutus3 .contactus div button {
  width: 125px;
  padding: 12px 22px;
  border: none;
  outline: none;
  background: var(--themeColor);
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 1040px) {
  .bossgoo-aboutus3 {
    line-height: 1.4;
  }
  .bossgoo-aboutus3 .bossgoo-breadbrumb1 {
    background: #f8f8f8;
  }
  .bossgoo-aboutus3 .bossgoo-breadbrumb1 .wrap {
    padding: 0.24rem 0.2rem;
  }
  .bossgoo-aboutus3 .bossgoo-breadbrumb1 i,
  .bossgoo-aboutus3 .bossgoo-breadbrumb1 span,
  .bossgoo-aboutus3 .bossgoo-breadbrumb1 a {
    font-size: 0.24rem;
  }
  .bossgoo-aboutus3 .phonepad .aboutbar {
    max-height: initial;
    margin-top: 0;
    flex-wrap: wrap;
  }
  .bossgoo-aboutus3 .phonepad .aboutbar .aboutleft {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.2rem;
  }
  .bossgoo-aboutus3 .phonepad .aboutbar .aboutleft .abouttitle {
    font-size: 0.44rem;
    margin-bottom: 0.4rem;
  }
  .bossgoo-aboutus3 .phonepad .aboutbar .aboutleft .content {
    height: auto;
    overflow-y: initial;
    padding-right: 0;
  }
  .bossgoo-aboutus3 .phonepad .aboutbar .aboutright {
    width: 100%;
    height: auto;
  }
  .bossgoo-aboutus3 .phonepad .aboutbar .aboutright img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 600px;
  }
  .bossgoo-aboutus3 .phonepad .aboutbottom {
    padding: 30px 0 20px;
  }
  .bossgoo-aboutus3 .phonepad .aboutbottom ul {
    flex-wrap: wrap;
  }
  .bossgoo-aboutus3 .phonepad .aboutbottom ul li {
    width: 50%;
    border-right: none;
    padding: 10px 0;
  }
  .bossgoo-aboutus3 .phonepad .aboutbottom ul li:last-child {
    border-right: 0;
  }
  .bossgoo-aboutus3 .phonepad .aboutbottom ul li p:first-child {
    font-size: 0.44rem;
    letter-spacing: 0.02rem;
    line-height: 1.5;
  }
  .bossgoo-aboutus3 .phonepad .aboutbottom ul li p:last-child {
    font-size: 0.28rem;
    line-height: 1.5;
  }
  .bossgoo-aboutus3 .graybg .videoNavOne {
    display: flex;
    border-bottom: solid 0.02rem #cdcdcd;
  }
  .bossgoo-aboutus3 .graybg .videoNavOne ul {
    padding-bottom: 0.2rem;
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    width: calc(100% - 0.2rem);
    border-bottom: none;
  }
  .bossgoo-aboutus3 .graybg .videoNavOne ul li {
    display: inline-block;
    width: auto;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
    padding: 0.12rem 0.2rem;
    border-radius: 0.26rem;
    font-size: 0.28rem;
  }
  .bossgoo-aboutus3 .graybg .videoNavOne .navOneBtn {
    width: 1.2rem;
    display: flex;
    justify-content: space-evenly;
    height: 0.52rem;
    line-height: 0.52rem;
    border-left: 0.02rem solid #cdcdcd;
  }
  .bossgoo-aboutus3 .graybg .videoNavOne .navOneBtn .iconfont {
    font-size: 0.44rem;
    color: #cdcdcd;
    font-weight: lighter;
  }
  .bossgoo-aboutus3 .graybg .changeoutbox {
    width: 100%;
    height: auto;
  }
  .bossgoo-aboutus3 .graybg .changebox.active {
    display: block;
  }
  .bossgoo-aboutus3 .graybg .changebox .companyTitle {
    font-size: 0.44rem;
    margin-bottom: 0.3rem;
  }
  .bossgoo-aboutus3 .graybg .changebox .infotable {
    border-spacing: 0.2rem;
    width: 100%;
  }
  .bossgoo-aboutus3 .graybg .changebox .infotable tr th {
    width: 4rem;
  }
  .bossgoo-aboutus3 .graybg .video {
    padding: 0.6rem 0 0;
  }
  .bossgoo-aboutus3 .graybg .video .videoTitle {
    font-size: 0.44rem;
    margin-bottom: 0.3rem;
  }
  .bossgoo-aboutus3 .graybg .video .videolist {
    display: grid;
    grid-template-columns: repeat(3, minmax(4.8rem, 1fr));
    gap: 0.3rem;
    padding-bottom: 0.4rem;
  }
  .bossgoo-aboutus3 .graybg .video .videolist .videobox {
    border-radius: 8px;
  }
  .bossgoo-aboutus3 .graybg .video .videolist .videobox .imgBox .playicon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .bossgoo-aboutus3 .graybg .video .videolist .videobox .imgBox .date {
    width: 0.6rem;
    height: 1rem;
    padding: 0.04rem;
    left: 0.2rem;
  }
  .bossgoo-aboutus3 .graybg .video .videolist .videobox .imgBox .date .month {
    font-size: 0.28rem;
    border-bottom: 0.02rem solid #fff;
    line-height: 1.4;
  }
  .bossgoo-aboutus3 .graybg .video .videolist .videobox .imgBox .date .day {
    font-size: 0.24rem;
    line-height: 1.4;
  }
  .bossgoo-aboutus3 .graybg .video .videolist .videobox .imgBox .videoname {
    opacity: 0.8;
  }
  .bossgoo-aboutus3 .graybg .video .videolist .videobox .imgBox .videoname a {
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.32rem;
    color: #fff;
  }
  .bossgoo-aboutus3 .contactus {
    height: 4rem;
  }
  .bossgoo-aboutus3 .contactus .contactustext {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
  }
  .bossgoo-aboutus3 .contactus div {
    width: 5.6rem;
    height: 0.6rem;
    border-radius: 0.3rem;
  }
  .bossgoo-aboutus3 .contactus div input {
    padding-left: 0.3rem;
    width: calc(100% - 1.6rem);
    font-size: 0.32rem;
  }
  .bossgoo-aboutus3 .contactus div button {
    width: 1.6rem;
    padding: 0.06rem 0.1rem;
    font-size: 0.28rem;
  }
}
@media only screen and (max-width: 1040px) {
  .bossgoo-aboutus3 .contacthead {
    display: none;
  }
  .bossgoo-aboutus3 .phonepad {
    padding: 0 0.2rem;
  }
  .bossgoo-aboutus3 .phonepad .proTitle {
    font-size: 0.36rem;
  }
}
@media only screen and (max-width: 767px) {
  .bossgoo-aboutus3 {
    padding: 0.3rem 0 0;
  }
  .bossgoo-aboutus3 .abouttitle,
  .bossgoo-aboutus3 .videoTitle,
  .bossgoo-aboutus3 .companyTitle {
    font-size: 0.32rem !important;
  }
  .bossgoo-aboutus3 .graybg .video .videolist {
    grid-template-columns: repeat(1, minmax(6.4rem, 1fr));
  }
  .bossgoo-aboutus3 .graybg .changebox tr th {
    width: 3rem !important;
  }
}


.bossgoo-aboutus3 .wrap{
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 1040px) {
  .bossgoo-aboutus3 .wrap{
    padding-left: 0;
    padding-right: 0;
  }
}

.bossgoo-aboutus3 .graybg .changebox .infotable tr{
  vertical-align: top;
  display: table-row-group;
}
.bossgoo-aboutus3 .graybg .changebox .infotable tr th{
  display: flex;
}
.bossgoo-aboutus3 .graybg .changebox .infotable tr th span{
  white-space: nowrap;
}