.home {
  width: 100vw;
  height: 100vh;
  background-image: url('../assets/home-01.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.box{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 40%;
}
.box .item {
  /* width: 190px;
  height: 52px; */
  width: 2.5rem;
  height: 0.6rem;
}

.box .item a {
  width: 100%;
  height: 100%;
  /* font-size: 16px; */
  font-size: 0.15rem;
  border-radius: 50px;
  line-height: 52px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #FFCC00;
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.box .item a span{
  padding-right: 5px;
}
.box .item-right{
  margin-top: 0.2rem;
}
.box .item-right a{
  background-color: #305EA7 !important;
}
.box .item a:hover{
  opacity: 1;
}

/* 企业视频 */
.videos-over {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.videos-over .videos {
  position: fixed;
  top: 25%;
  left: 0.2rem;
  z-index: 99;
}
.videos-over .videos .video-close {
  text-align: right;
  cursor: pointer;
  padding-right: 0.2rem;
}
.video-close img {
  width: 0.3rem;
  height: 0.3rem;
}
.videos-over .videos .video-con video{
  width: calc(100% - 0.2rem);
  /* height: 700px; */
}