.containerBox {
  background-color: #fff;
}
.containerBox .menban {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: 88;
  display: none;
}
.containerBox .banner {
  background-image: url("../image/projectServer.png");
  background-size: 100% 100%;
  width: 100%;
  height: 5.4rem;
}
.containerBox .banner .banner_text {
  padding-top: 2.04rem;
  padding-left: 2.38rem;
}
.containerBox .banner .banner_text .banner_title {
  width: 9.52rem;
  height: 0.67rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.48rem;
  color: #1e2027;
  line-height: 0.56rem;
}
.containerBox .banner .banner_text .banner_des {
  width: 4.63rem;
  height: 0.28rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.28rem;
}
.containerBox .banner .banner_text .contactMy {
  width: 1.79rem;
  height: 0.6rem;
  margin-top: 0.45rem;
  cursor: pointer;
}
.containerBox .moveBox {
  position: relative;
  z-index: 2;
}
.containerBox .moveBox .tabs_content {
  display: flex;
  justify-content: center;
  height: 1.05rem;
  box-sizing: border-box;
  border-bottom: 1px solid #edeef1;
}
.containerBox .moveBox .tabs_content .tab_left {
  font-size: 0.24rem;
  padding-top: 0.44rem;
}
.containerBox .moveBox .tabs_content .tab_left .img {
  width: 0.32rem;
  height: 0.32rem;
}
.containerBox .moveBox .tabs_content .tab_right {
  font-size: 0.24rem;
  padding-top: 0.44rem;
}
.containerBox .moveBox .tabs_content .tab_right .img {
  width: 0.32rem;
  height: 0.32rem;
}
.containerBox .moveBox .tabs_content .tabs {
  width: 13.76rem;
  height: 1.05rem;
  font-size: 0.24rem;
  padding-top: 0.44rem;
  overflow-x: scroll;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.containerBox .moveBox .tabs_content .tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.containerBox .moveBox .tabs_content .tabs .tabs_title {
  cursor: pointer;
  width: 25%;
  display: inline-block;
  text-align: center;
  height: 100%;
}
.containerBox .moveBox .tabs_content .tabs .tabs_title_active {
  position: relative;
  color: #316cfd;
}
.containerBox .moveBox .tabs_content .tabs .tabs_title_active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.66rem;
  height: 0.03rem;
  background: #316cfd;
}
.containerBox .moveBox .tabContent {
  display: none;
}
.containerBox .moveBox .oneBox {
  width: 100%;
  padding: 1rem 2.4rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.containerBox .moveBox .oneBox .oneBox_left {
  width: 6.36rem;
  height: 4.19rem;
  padding-top: 0.99rem;
  box-sizing: border-box;
}
.containerBox .moveBox .oneBox .oneBox_left .oneBox_left_title {
  width: 6.36rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.36rem;
  color: #333333;
  line-height: 0.42rem;
  margin-bottom: 0.3rem;
}
.containerBox .moveBox .oneBox .oneBox_left .oneBox_left_des {
  width: 6.36rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.4rem;
}
.containerBox .moveBox .oneBox .oneBox_right {
  width: 7.4rem;
  height: 4.19rem;
}
.containerBox .moveBox .oneBox .oneBox_right .oneBox_right_img {
  width: 100%;
  height: 100%;
}
.containerBox .moveBox .twoBox {
  width: 100%;
  height: 8.22rem;
  background-image: url("../image/twoBoxImg.png");
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  padding-top: 1rem;
}
.containerBox .moveBox .twoBox .twoBox_title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.42rem;
  color: #000000;
  line-height: 0.49rem;
  margin-bottom: 1rem;
  text-align: center;
}
.containerBox .moveBox .twoBox .twoBox_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.containerBox .moveBox .twoBox .twoBox_content .twoBox_left {
  width: 8.2rem;
  height: 4.63rem;
}
.containerBox .moveBox .twoBox .twoBox_content .twoBox_left .twoBox_left_img {
  width: 100%;
  height: 100%;
}
.containerBox .moveBox .twoBox .twoBox_content .twoBox_right {
  width: 6.2rem;
  height: 4.63rem;
  background-color: #fff;
  padding: 0.21rem 0.34rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.containerBox .moveBox .twoBox .twoBox_content .twoBox_right .twoBox_right_item {
  display: flex;
  cursor: pointer;
}
.containerBox .moveBox .twoBox .twoBox_content .twoBox_right .twoBox_right_item .twoBox_right_item_image {
  width: 2.49rem;
  height: 1.27rem;
  border-radius: 0.04rem;
  background: #000;
}
.containerBox .moveBox .twoBox .twoBox_content .twoBox_right .twoBox_right_item .twoBox_right_item_image video {
  width: 100%;
  height: 100%;
}
.containerBox .moveBox .twoBox .twoBox_content .twoBox_right .twoBox_right_item .twoBox_right_item_text {
  flex: 1;
  padding-top: 0.1rem;
  padding-left: 0.28rem;
  box-sizing: border-box;
}
.containerBox .moveBox .twoBox .twoBox_content .twoBox_right .twoBox_right_item .twoBox_right_item_text .twoBox_right_item_title {
  margin-bottom: 0.1rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  text-align: left;
}
.containerBox .moveBox .twoBox .twoBox_content .twoBox_right .twoBox_right_item .twoBox_right_item_text .twoBox_right_item_des {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  text-align: left;
}
.containerBox .moveBox .twoBox .twoBox_content .twoBox_right .twoBox_right_item:hover .twoBox_right_item_title {
  color: #316cfd;
}
.containerBox .moveBox .twoBox .twoBox_content .twoBox_right .twoBox_right_item_title_active .twoBox_right_item_text {
  flex: 1;
  padding-top: 0.1rem;
  padding-left: 0.28rem;
  box-sizing: border-box;
}
.containerBox .moveBox .twoBox .twoBox_content .twoBox_right .twoBox_right_item_title_active .twoBox_right_item_text .twoBox_right_item_title {
  margin-bottom: 0.1rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.18rem;
  color: #316cfd;
  text-align: left;
}
.containerBox .moveBox .twoBox .twoBox_content .twoBox_right .twoBox_right_item_title_active .twoBox_right_item_text .twoBox_right_item_des {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  text-align: left;
}
.containerBox .moveBox .threeBox {
  padding-top: 1rem;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 0.7rem;
}
.containerBox .moveBox .threeBox .threeBox_title {
  width: 100%;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.42rem;
  color: #000000;
  line-height: 0.49rem;
  text-align: center;
  margin-bottom: 1rem;
}
.containerBox .moveBox .threeBox .threeBox_content {
  width: 14.37rem;
  height: 7.67rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.containerBox .moveBox .threeBox .threeBox_content .threeBox_content_img {
  width: 100%;
  height: 100%;
}
.containerBox .moveBox .fourBox {
  width: 100%;
  height: 10.28rem;
  background-image: url("../image/fourbg.png");
  background-size: 100% 100%;
  padding-top: 1rem;
  box-sizing: border-box;
  text-align: center;
}
.containerBox .moveBox .fourBox .fourBox_title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.42rem;
  color: #000000;
  line-height: 0.49rem;
  margin-bottom: 0.8rem;
}
.containerBox .moveBox .fourBox .fourBox_content {
  margin: 0 auto;
}
.containerBox .moveBox .fourBox .fourBox_content .fourBox_content_bg {
  width: 14.37rem;
  height: 7.34rem;
}
.containerBox .moveBox .fiveBox {
  width: 100%;
  text-align: center;
  padding-top: 1rem;
  box-sizing: border-box;
  background-color: #f7faff;
  padding-bottom: 1rem;
}
.containerBox .moveBox .fiveBox .fiveBox_title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.42rem;
  color: #000000;
  line-height: 0.49rem;
  margin-bottom: 0.94rem;
}
.containerBox .moveBox .fiveBox .fiveBox_content {
  margin: 0 auto;
  max-width: 14.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.containerBox .moveBox .fiveBox .fiveBox_content .card_item {
  width: 3.45rem;
  height: 4.88rem;
  background: #ffffff;
  border-radius: 0.04rem;
  padding: 0.21rem;
  box-sizing: border-box;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.containerBox .moveBox .fiveBox .fiveBox_content .card_item:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 0.06rem;
  background: #316cfd;
  border-radius: 0 0 0.04rem 0.04rem;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.containerBox .moveBox .fiveBox .fiveBox_content .card_item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0.08rem 0.2rem 0px rgba(19, 75, 185, 0.05);
}
.containerBox .moveBox .fiveBox .fiveBox_content .card_item:hover:after {
  right: auto;
  width: 100%;
  left: 0;
}
.containerBox .moveBox .fiveBox .fiveBox_content .card_item .card_item_img {
  width: 100%;
  height: 2.28rem;
  margin-bottom: 0.28rem;
}
.containerBox .moveBox .fiveBox .fiveBox_content .card_item .card_item_title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.25rem;
  color: #000000;
  line-height: 0.38rem;
  text-align: left;
  margin-bottom: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.containerBox .moveBox .fiveBox .fiveBox_content .card_item .card_item_des {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.28rem;
  margin-bottom: 0.22rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.containerBox .moveBox .fiveBox .fiveBox_content .card_item .card_item_link {
  text-align: end;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #316cfd;
  line-height: 0.19rem;
}
.containerBox .moveBox .fiveBox .fiveBox_content .card_item .card_item_link .card_item_link_img {
  width: 0.2rem;
  height: 0.2rem;
}
